/*GENERAL*/

body {
    font-family: 'Work Sans', sans-serif;
}
.p-50{
    padding: 50px 0;
}
/* ------------------------------------------------ HEADER ------------------------------------------------ */

.header {
    background: rgba(255,255,255,0.7);
}
.header .index-logo-not-sticking {
    width: auto;
}
.header .index-logo-sticking {
    width: 75%;
}
.header__logo img {
    width: 75%;
}
.header .sticking .site-pusher {
    /*display: flex;*/
    justify-content: center;
}
.header-infos {
    text-align: right;
    position: absolute;
    right: 20px;
}
.header-infos a{
    color: #0b3a79;
    font-size: 16px;
    font-weight: 500;
}
.index .not-sticking .header-infos a{
    color: #0b3a79;
    font-size: 18px;
    font-weight: 500;
}
.header-infos .ion-ios-telephone-outline {
    font-size: 21px;
    top: 2px;
    color: #ff914d;
    margin-right: 2px;
}
.header-infos .ion-ios-email-outline {
    font-size: 21px;
    top: 3px;
    color: #ff914d;
    margin-right: 2px;
    margin-left: 20px;
}
.index .not-sticking .header-infos .ion-ios-telephone-outline {
    font-size: 27px;
    top: 2px;
    color: #ff914d;
    right: 5px;
}
.index .not-sticking .header-infos .ion-ios-email-outline {
    font-size: 28px;
    top: 3px;
    color: #ff914d;
    right: 5px;
}
.header .not-sticking .site-pusher {
    justify-content: center;
}
.header .sticking .site-container,
.header .not-sticking .site-container {
    padding: 0 0 10px 0;
}
.header .site-pusher nav {
    margin-bottom: 0;
}
.header .site-pusher nav ul {
    margin:0;
}
.header nav ul > li > a:hover::after {
    width: 100%;
}
.header nav ul > li > a::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    width: 0;
    height: 3px;
    background: #ff914d;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu .dropdown-menu {
    margin: 0;
}
/* ----------------------------------------------------------------SLIDER---------------------------------------------------------------- */
.bgAccueil {
    background: none !important;
    overflow: hidden;
}

.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}

#carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
    background-image: url('/assets/images/slider_home/6.jpg');
}

.carousel-indicators {
    display: none;
}


/* ---------------------------------------- BOUTONS & TITRES ---------------------------------------------- */
.btn {
    border-radius: 0;
}

.btn-primary, .btn-info, .btn-secondary {
    color: #fff;
    background-color: #ff914d;
    border-color: #ff914d;
}

.btn-primary:hover, .btn-info:hover {
    color: #fff;
    background-color: #0b3a79;
    border-color: #0b3a79;
}

.home_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #ff914d;
    height: 2px;
    width: 150px;
    margin: 24px auto 24px auto;
}

/* --------------------------------------------------MOTEUR-------------------------------------------------- */
.moteur {
    padding: 0;
    background-color: rgba(255,255,255, 0.7);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #ff914d;
    color: #0b3a79;
    font-weight: 600;
    font-size: 17px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    cursor: pointer;
    display: inline-block;
    padding: 7px;
    vertical-align: middle;
    color: #0b3a79;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
.search__form-item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 3 - 5px);
    height: 38px;
}
.search__form-item.c_valid {
    display: flex !important;
    margin: auto 5px auto auto!important;
}

/* -------------------------------------------INDEX CATEGORIE------------------------------------------- */
.home_cont_categories .cat-infos-overlay {
    background: rgba(255,255,255,.65);
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255,.85);
}
.home_cont_categories .cat-text {
    color: #0b3a79;
    font-weight: 600;
}
.home_cont_categories .cat-text-small {
    color: #0b3a79;
    font-weight: 500;
}

/* -------------------------------------------INDEX NOTRE SELECTION------------------------------------------- */
.home_cont_selection {
    text-align: center;
}
.home_heading {
    color: #0b3a79;
}
.home_cont_selection .prod_accueil .card-fav-absolute {
    top: -5%;
    right: 25px;
}
.home_cont_selection .prod_accueil .info_titre,
.home_cont_selection .prod_accueil .info_numero,
.home_cont_selection .prod_accueil .info_prix-hai,
.home_cont_selection .prod_accueil ul {
    display: none;
}
.home_cont_selection .prod_accueil article:hover {
    border-bottom: 3px solid #ff914d;
}
.home_cont_selection a:hover {
    color: #ff914d;
}

/* ---------------------------------------------INDEX PRESENTATION--------------------------------------------- */
.home_cont_presentation {
    text-align: center;
}

/* ---------------------------------------------INDEX ALERTE EMAIL--------------------------------------------- */
.home_cont_alertes {
    padding: 20px 10px;
    text-align: center;
    background: #0b3a79;
    background-size: cover;
}
/* ---------------------------------------------COORDONNEES FOOTER--------------------------------------------- */
.cont_coordonnees {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    color: #000;
    text-align: center;
}
.cont_coordonnees .coordonnees_heading img {
    width:400px;
}
.cont_coordonnees .address ul {
    display: flex;
    justify-content: space-around;
}
.cont_coordonnees ul li .btn-primary {
    color: #000;
    background-color: transparent;
    border-color: #ff914d;
}
.cont_coordonnees ul li .btn-primary:hover {
    color: #fff;
    background-color: #ff914d;
    border-color: #ff914d;
}
.cont_coordonnees .intention_appel:hover {
    color: #ff914d;
}
.cont_coordonnees .reseaux-sociaux {
   margin: 20px 0;
}
.cont_coordonnees .reseaux-sociaux ul li a {
   font-size: 30px;
   color: #0b3a79;
}
.cont_coordonnees .reseaux-sociaux ul li a:hover {
   color: #ff914d;
}
.cont_coordonnees [type=button] {
     text-align: center;
}
.cont_coordonnees .btn i {
    font-size: 20px;
     vertical-align: initial;
    margin-right: 5px;
}
/* ---------------------------------------------------FOOTER--------------------------------------------------- */
footer a:hover {
    color: #ff914d;
}
footer {
    background-color: #0b3a79;
    padding: 20px 10px;
}
/* -----------------------------------------------ASIDE CONTACT----------------------------------------------- */
aside.aside_contact {
    background-color: #fff;
    color: #000;
    border-left: 1px solid rgba(0,0,0,0.5);
}
aside, aside #voir-telephone-0 {
    text-align: center;
}
aside #voir-telephone-0.telephone-vu {
    color: #ff914d;
    background-color: transparent;
}
.btn-link {
    color: #000;
    background-color: transparent;
}
.btn-link:hover {
    color: #ff914d;
}

/* ------------------------------------------------Page AGENCE------------------------------------------------ */
.agence .cont_coordonnees {
    display: none;
}
.agence .italic {
    font-style: italic;
    font-size: 14px;
}
.agence svg {
    width: 12px;
}
.agence .padding_left {
    padding-left: 20px;
}
.agence .deco {
    border-left: 3px solid #ff914d;
    padding-left: 10px;
}
.agence .top_page {
    height: 350px;
}
/* --------------------------------------------------SIDEBAR-------------------------------------------------- */
.sidebar {
    text-align: center;
}

.estimation .sidebar,
.recherche-detaillee .sidebar,
.alerte-email .sidebar {
    display: none;
}

/* --------------------------------------ESTIMATION / ALERTE EMAIL ------------------------------------------- */
.estimation .cont_coordonnees,
.mentions-legales .cont_coordonnees,
.alerte-email .cont_coordonnees {
    display: none;
}
.estimation .content_page,
.recherche-detaillee .content_page,
.alerte-email .content_page {
    width: 100%;
}
.agence .page-heading,
.estimation .page-heading,
.alerte-email .page-heading {
    border-left: 3px solid #ff914d;
    padding-left: 10px;
    color:#0b3a79;
}
.estimation .top_page {
    background-image: url(../images/top_page/estimation_top.jpg);
    height: 250px;
}
/* --------------------------------------------------LISTING-------------------------------------------------- */
.btn.btn-primary.btn-sm a {
    color: #fff;
}
.detail_header {
    text-align: center;
    color: #0b3a79;
    font-weight: 500;
}
.carousel_header .titre, .detail_header .titre, .detail_header_sticky h1 {
    text-transform: uppercase;
    font-weight: 400;
}
.alert-danger {
    color: #fff;
    background-color: #ff914c;
    border-color: #ff914c;
    margin: 3% 0;
    text-align: center;
    width: 80%;
    margin: auto;
}
.detail_header .titre:after {
    left: 0;
    -webkit-transform: scaleX(.5);
    transform: scaleX(.5);
    background: #ff914d;
    content: "";
    height: 1px;
    position: absolute;
    width: 100%;
}
.listing-vente .header, .listing-location .header {
    background: rgba(255,255,255,1);
}
.prod_listing.damier > .listing_article article, .prod_listing > .listing_article article {
    background: #fff;
}
.block_vue_list ul li {
    background: #fff;
    border-radius: 5px;
    padding-top: 3px;
}
.page-item.active .page-link {
    z-index: 2;
    color: #fff;
    background-color: #807f7f;
    border-color: #807f7f;
}
.page-link {
    color: #ff914d;
}
.margin_50 {
    margin: 50px 0;
    text-align: justify;
}
.prod_listing .info_titre {
    width: 450px;
    font-size: 16px;
    color: #ff914d;
    font-weight: 600;
    margin: 5px 0 0 0;
    white-space: break-spaces;
}
.prod_listing .spin1.info_type {
    display: none;
}
/* ---------------------------------------------INDEX PRESENTATION--------------------------------------------- */

.home_cont_presentation {
    padding: 0;
    background: #0b3a79;
    background-size: cover;
}

.home_cont_presentation .btn-primary:hover {
    border-color: #ff914d;
}
.home_cont_presentation p {
    text-align: center;
}


/* --------------------------------------------------CONTACT-------------------------------------------------- */
.contact .cont_coordonnees {
    display: none;
}
.contact .page-heading {
    border-left: 3px solid #ff914d;
    padding-left: 10px;
    color: #0b3a79;
}
#bloc_fixed .bloc:hover {
    background: rgb(255 145 77);
    right: 150px;
}
#bloc_fixed .bloc {
    background: rgb(255 145 77 / 68%);
    color: #fff;
}
.sidebar {
    margin-top: 0;
}
/* --------------------------------------------------VENDRE-------------------------------------------------- */
.vendre .cont_coordonnees {
    display: none;
}
.vendre .page-heading {
    border-left: 3px solid #ff914d;
    padding-left: 10px;
}
.vendre .top_page {
    background-color: #173e65;
    position: relative;
    height: 350px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: -1;
}

.comparateur .top_page {
    background-image: url(../images/top_page/comparateur_top.jpg);
}
.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}
/* --------------------------------------------RECHERCHE DETAILLEE-------------------------------------------- */
.recherche-detaillee .cont_coordonnees {
    display: none;
}
.recherche-detaillee .page-heading {
    border-left: 3px solid #ff914d;
    padding-left: 10px;
}
.recherche-detaillee .deco {
    color: #ff914d;
    font-size: 20px;
}

/* ----------------------------------------------INDEX CATEGORIE---------------------------------------------- */
.home_cont_categories .cat-text::after {
    background: #ff914d;
    height: 3px;
}






/* --------------------------------------------------------------------------- */
/*                                  REPONSIVE                                  */
/* --------------------------------------------------------------------------- */

@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a, .item-nav,.menu .dropdown-menu a{
        padding: 10px 20px;
        line-height: 1.2;
        color: #0b3a79;
        font-weight: 600;
        font-size: 16px;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a,.menu .item-nav,.menu .dropdown-menu a {
        color: #0b3a79;
        font-weight: 600;
        font-size: 16px;

    }
    .header__logo {
        display: block;
        height: auto;
        padding: 5px;
        margin-top: 20px;
    }
    .menu .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ff914d;
    }
    .c_rayon .filter-option {
        white-space: nowrap!important;
        width: 90%!important;
    }
}
@media (max-width: 991px) {
    .header__logo img {
        width: 170px;
    }
    .header__icon:after {
        box-shadow: 0 10px 0 1px #026062, 0 16px 0 1px #026062, 0 22px 0 1px #026062;
    }
    #bloc_fixed {
        display: none !important;
    }
    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 95vh;
    }
    .index .prod_accueil, .detail .prod_accueil {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: row;
         flex-direction: row;
     }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(33% - 20px);
        margin: 10px;
    }
    .home_cont_presentation .col1 {
        padding: 20px;
        margin: auto;
    }
    .home_cont_presentation .col1 img {
        width: 100%;
    }
    .home_cont_presentation .col2 {
        padding: 100px 30px 100px 0px;
    }
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 32.3333%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    [class*="listing-"] .cont_coordonnees {
        display: none;
    }
    .map {
        margin-top: 100px;
    }
    aside .contact_img img {
        width: 36%;
    }
    .header .site-pusher nav {
         margin: 0;
    }
    .header .sticking .site-container, .header .not-sticking .site-container {
        padding:0;
    }
    .top_page {
        margin-top: 120px;
    }
    .header img {
        width: 400px;
    }
    .menu ul li {
        color: #fff;
    }
    .info_ville {
        font-size: 13px;
        padding-top: 6px;
    }
    .modal-body a {
        color: #0b3a79;
    }
    .top_page {
        height: 150px!important;
        margin-top: 80px;
    }
    .home_heading {
        font-size: 23px;
        text-align: center;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #0b3a79;
        background: #0b3a79;
    }
    .menu, nav.menu ul li .dropdown-menu {
        background: #0b3a79!important;
    }
    nav.menu ul li .dropdown-menu .dropdown-item {
         color: #ff914c !important;
        font-style: italic;
    }
    .modal-body a {
        color: #0b3a79!important;
    }
}
@media (max-width: 768px) {
    .header-infos { display: none;}
    #carouselExampleIndicatorsHome {
        top: 0px;
    }
    #carouselExampleIndicatorsHome .carousel-item {
        margin-top: 0px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 3 - 1px);
    }
    .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
    .contact #content,
    .listing #content,
    .listing-location #content,
    .listing-neuf #content,
    .listing-vente #content {
        margin-top: 135px;
    }
    [class*="listing-"] .container_search,
    .listing .container_search {
        display: none;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: 0px;
        top: 44px;
        font-size: 22px;
        background: #ff914d;
        padding: 2px 10px;
        border-radius: 5px;
    }
    .listing .search__form-item:nth-child(n+2),
    [class*="listing-"] .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 1px);
    }
    .listing .search__form-item.c_valid,
    [class*="listing-"] .search__form-item.c_valid {
        width: calc(100% / 1 - 4px);
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        top: 20px;
        font-size: 22px;
        background: #ff914d;
        color: #fff;
    }
}
@media (max-width: 575px) {
    #carouselExampleIndicatorsHome .carousel-item {
        margin-top: 0px;
    }
    .search__form-item:nth-child(n+2) {
        margin-right: 0;
        margin-bottom: 5px;
        vertical-align: top;
        width: calc(100% / 1 - 4px);
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        border: 1px solid #ddd;
        width: calc(100% - 20px);
        margin: 10px;
    }
    .prod_listing.damier > .listing_article article {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-left: 0.5%;
        margin-right: 0.5%;
    }
    .header .index-logo-not-sticking {
        width: auto;
        margin-right: 0;
    }
    .moteur {
        top: 180px;
    }
    .home_cont_presentation .col2 {
        padding: 100px 20px;
    }
    .content_page {
        padding: 10px;
    }
    .cont_coordonnees .coordonnees_heading img {
        width: 200px;
    }
    .displaynone { display: none;}
}



@media (max-width: 824px) and (min-width: 450px) and (orientation: landscape) {
    .displaynone { display: none;}
    .index-logo-not-sticking, .index-logo-sticking, .logo-sticking, .logo-not-sticking, .header .img-fluid {
        width: auto;
    }
    .prod_accueil article {
        width: 100%;
    }
}



.badge-os {
    background: #fff;
    max-width: 240px;
    margin: auto;
    height: 60px;
}

.prod_listing .header-item {
    padding: 5px 0 0 20px;
}

.page2ref p {
    text-align: justify;
}

.page-laulau {
    z-index: 2;
    color: #000;
    background-color: #fff;
    border:none;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    font-size:12px;
}
