
/* =================================================== */
/*                      GENERAL                        */
/* =================================================== */

@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700');

html {
    scroll-behavior: smooth;
  }

body {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    background: #fff;
}
body.index {
    font-family: 'Work Sans', sans-serif;
    overflow-x: hidden;
    height: 100%;
    position: relative;
    background: url(/assets/images/bgimg.jpg) center center / cover no-repeat fixed;
}

.bgAccueil {
    height: 100%;
    position: relative;
    background: transparent;
}
.marginauto { margin:auto;}
/* COULEURS */
.gris {
    color: #39383f;
}
.jaune {
    color: #ffff99;
}
.bleu {
    color: #B61110;
}

/* BOUTONS ET TITRES  */
.btn {
    border-radius: 0;
}
.btn-primary, .btn-secondary, .btn-info, .btn-success {
    color: #fff;
    background-color: #B61110;
    border-color: #B61110;
}
.btn-primary:hover , .btn-secondary:hover, .btn-info:hover, .btn-success:hover{
    color: #000;
    background-color: #ffff99;
    border-color: #B61110;
}

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

.page-heading {
    font-weight: 600;
    text-transform: uppercase;
    line-height: 25px;
    display: block;
    font-size: 23px;
    text-align: left;
}
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #B61110;
    height:1px;
    width: 100%;
    margin: 10px 0;
}
.recherche-detaillee .top_page {
    background-image: url(../images/top_page/recherche-detaillee_top.jpg);
}

/* =================================================== */
/*                      INDEX                          */
/* =================================================== */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.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');
} */

/* MOTEUR */
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 4px solid #B61110;
    color: #000;
    font-size: 17px;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #000;
}
/* .moteur {
    padding: 10px;
    position: absolute;
    bottom: 5%;
    left: 10%;
    width: 80%;
    min-height: inherit;
    background-color: rgba(255,255,255, 0.8);
    border: 1px solid rgba(0,0,0,0.1);
} */
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #000;
}
.plusdecritere .text-filtre1 {
    display: none;
}
.search__form-item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 5 - 5px);
    height: 38px;
}

/* SELECTION */
.home_cont_selection {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.prod_accueil article {
    /* text-align: center; */
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #000;
}
.prod_accueil article:hover {
    border-bottom: 2px solid #B61110;
}
.prod_accueil .info_prix {
    margin: 10px 0 0 0;
    font-size: 18px;
    color: #B61110;
    font-weight: 500;
}
.prod_accueil .info_titre {
    display: none;
}
.info_type {
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.index .card_list {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
}
.index .info_ville {
    font-size: 16px;
    padding-top: 6px;
    font-weight: 400;
}
.card_list li > span {
    font-weight: 400;
}
.card_list li > span:after {
display: none;
}
.index .effect-cms .box {
    padding: 0;
}
.index .info_numero,.index .info_prix-hai {
    display: none;
}

/* Presentation */
.home_cont_presentation {
    position: relative;
    background: #ffff99;
    color: #000;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}
.home_cont_presentation .btn {
    padding: 1rem 1.75rem;
    margin-top: 20px;
}
/* .home_cont_presentation .btn-primary {
    color: #fff;
    background: transparent;
}
.home_cont_presentation .btn-primary:hover {
    color: #fff;
    background: #333333;
} */

.home_cont_presentation p {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
}

/* CATEGORIES */
.home_cont_categories {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #fff;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    background: rgba(0,0,0, 0.45);
    color: #fff;
    width: 100%;
    height: 100%;
}
.home_cont_categories .cat-text {
    font-size: 30px;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
    color: #fff;
    letter-spacing: 2px;
}
.home_cont_categories .cat-text-small {
    font-weight: 400;
}
.cat:hover {
    box-shadow: 6px 4px 5px #5a5a5a;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.cat:hover .cat-infos-overlay {
    background: rgba(0,0,0, 0.7);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.home_cont_categories .cat-text::after {
    background: #B61110;
    width: 50px;
    margin: 10px auto 0 auto;
    height: 2px;
}
.cat:hover .cat-text::after {
    width: 50px;
}
.cat {
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 0;
    box-shadow: 6px 4px 5px #9e9c9c;
}
.home_cont_categories .cat-text-small {
    color: #fff;
    font-size: 15px;
}

/* Boite à outils */
#bloc_fixed {
    bottom: 37%;
}
#bloc_fixed .bloc, #bloc_fixed .bloc a {
    color: #fff;
}
#bloc_fixed ul li > i {
    font-size: 2rem;
    top: 2px;
    left: 2px;
}
#bloc_fixed ul li > .ion-ios-heart-outline {
    left: 1px;
}
#bloc_fixed ul li > .ion-social-youtube-outline {
    font-size: 1.8rem;
    top: 4px;
    left: 1px;
}
#bloc_fixed .bloc {
    width: 50px;
    min-height: 50px;
    margin: 15px 0;
    position: relative;
    right: 7px;
    cursor: pointer;
    padding-left: 10px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    border-radius: 50%;
    background: #B61110;
}
#bloc_fixed .bloc:hover {
    right: 12px;
    border:1px solid #fff;
    background: #39383f;
}
#bloc_fixed .surcharge_favoris {
    left: 16px;
    top: 19px;
}
.badge-pill {
    padding-right: 0.4em;
    padding-left: .4em;
    border-radius: 10rem;
}
.badge {
    font-size: 66%;
}


/* =================================================== */
/*                      LISTING                        */
/* =================================================== */
.prod_listing.damier article {
    text-align: center;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-bottom: 2px solid #000;
}
.prod_listing.damier article:hover {
    border-bottom: 2px solid #B61110;
}
.info_prix {
    color: #292f31;
    font-size: 18px;
}
.index .info_prix {
    color: #B61110;
}

.info_type {
    font-size: 18px;
    line-height: 15px;
    font-weight: 500;
    text-transform: uppercase;
}
.card_list {
    margin-top: 10px;
    margin-bottom: 15px;
    font-size: 20px;
    
}
.detail .card_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: grid;
    justify-content: flex-start;
}
.info_ville {
    font-size: 16px;
    padding-top: 6px;
    font-weight: 400;
}
.card_list li > span {
    font-weight: 400;
}
.card_list li > span:after {
display: none;
}
.effect-cms .box {
    padding: 0;
}
.prod_listing.damier .info_titre, .info_numero,.info_prix-hai {
    display: none;
}
.detail .info_numero,.detail  .info_prix-hai {
    display: block;
}
.prod_listing.damier .block_info {
    min-height: 150px;
}
.damier .card-fav-absolute {
    top: 36px;
}

/* LOC SAISONNIERE */
.message-contact {
    text-align: center;
    border: 1px solid rgb(226 2 19);
    margin: 20px 15px;
    padding: 30px 20px;
    font-size: 17px;
    background: #f5f5f5;
    border-radius: 11px;
    font-weight: 500;
    box-shadow: 6px 4px 5px #9e9c9c;
}
.message-contact ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}
.message-contact address {
    margin: 0;
}
.message-contact ul li {
    padding: 0 10px;
}

/*PAGE DETAILS*/
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #B61110 !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #B61110;
}
.detail_header .titre:after {
    background: #B61110;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #B61110;
}
.retour_pret span {
    color: #B61110;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
}
.detail .page_heading.descr {
    text-align: left;
}

.detail .page_heading::after {
    content: "";
    display: block;
    position: relative;
    background: #B61110;
    height: 2px;
    width: 100px;
    margin: 15px auto 30px auto;
}
.detail .page_heading.descr::after {
    width: 100px;
    margin: 15px 0 30px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #B61110 !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #B61110 !important;
}
.detail #descdetail{
    text-align: justify;
}
.detail #detailinfosdetail ul li {
    line-height: 55px;
    clear: both;
}
.detail #detailinfosdetail ul li::after {
    border-bottom: 1px dotted rgba(0,0,0,.2);
}
.padding40 {
    padding: 0 40px;
}

#descriptif {
    padding: 0 0 50px 0;
}
#localisation, #detail, #contact, #dpe {
    padding: 50px 0;
}
#detail, #contact {
    background-color: #e6e6e6;
}

.bg-rouge {
    background-color: #B61110;
}
.picto-piece-w, .picto-chambre-w, .picto-surface-w {
    padding-left: 15px;
    width: 100%;
    margin-bottom: 25px;
}
.card-picto-w {
    padding-left: 15px;
}
.picto-piece-w::before {
    content: url(/assets/images/pieces-w.png);
    position: absolute;
    left: -15px;
    top: 0;
}
.picto-chambre-w::before {
    content: url(/assets/images/bed-w.png);
    position: absolute;
    left: -15px;
    top: 0;
}
.picto-surface-w::before {
    content: url(/assets/images/surface-w.png);
    position: absolute;
    left: -15px;
    top: 0;
}

/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: transparent;
}
.detail .bloc-champ{
    background: transparent;
}


/* =================================================== */
/*                        AUTRE                        */
/* =================================================== */
.sidebar {
    margin-top: 0;
    text-align: center;
}

/* ASIDE */
aside.aside_contact {
    background-color: #111;
    text-align:center ;
}
aside .btn-primary,
aside .btn-info {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
aside .social_network i{
    color: #fff;
}

.cont_coordonnees {
    padding-bottom: 40px;
    background-color: #fff;
    color: #000;
}

.home_cont_alertes {
    padding: 40px 10px;
    background: rgb(41 47 49);
    text-align: center;
}
footer {
    background-color: #292f31;
    padding: 50px 10px;
}

/* AGENCE */
.agence p {
    text-align: justify;
}

/* ESTIMATION */
.estimation .intro strong{
    font-style: italic;
    color: #5a5a5a;
}

/* TOP PAGE */
.top_page {
    height: 350px;
}
.alerte-email .top_page {
    background-image: url(/assets/images/top_page/alerte_top.jpg);
}
.recrutement .top_page {
    background-image: url(/assets/images/top_page/recrutement_top.jpg);
}


/* =================================================== */
/*                     RESPONSIVE                      */
/* =================================================== */
@media (min-width: 1281px) {
    .moteur {
        padding: 10px;
        position: absolute;
        bottom: 5%;
        left: 20%;
        width: 60%;
        min-height: inherit;
        background-color: rgba(255,255,255, 0.8);
        border: 1px solid rgba(0,0,0,0.1);
    }
    .menu ul > li > a {
        padding: 0 50px;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }
}
@media (max-width: 1280px) {
    .moteur {
        padding: 10px;
        position: absolute;
        bottom: 5%;
        left: 10%;
        width: 80%;
        min-height: inherit;
        background-color: rgba(255,255,255, 0.6);
        border: 1px solid rgba(0,0,0,0.1);
    }
    .menu ul > li > a {
        padding: 0 30px;
        color: #000;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
    }
}
@media (min-width: 992px) {
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a {
        line-height: 1.2;
        color: #000;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
    }
    .site-pusher {
        display: flex;
        justify-content: space-between;
        background: rgba(255,255,255,0.7);
    }
    .header__logo {
        display: block;
        height: 105px;
        padding: 10px;    
    }
    .not-sticking .header__logo img, .sticking .header__logo img {
        width: 350px;
    }

    nav.menu {
        width: auto;
        margin: auto 0;
    }
    nav.menu ul {
        margin: 0;
        display: flex;
    }

    nav.menu ul li {
        display: inline-block;
        text-transform: uppercase;
        margin: auto 0;
    }
    nav.menu ul.menu-top {
        justify-content: flex-end;
    }
    ul.menu-top > li > a.logo-fb {
        padding: 0 15px;
    }
    .menu ul.menu-top > li > a.btn-primary {
        color: #fff;
        font-size: 15px;
        padding: 10px 20px ;
        text-transform: initial;
        margin-right: 20px;
    }
    .menu .navigation a:hover {
        text-decoration: underline;
    }
    .navigation {
        border-top: 1px solid rgba(0,0,0,0.2);
        padding: 10px 0;
    }
    .menu-top {
        padding: 10px 0;
    }
    .menu-top .logo-fb i{
        font-size: 25px;
        color: #292f31;
    }
}

@media (max-width: 991px) {
    .header__logo img {
        width: 110px;
        margin-right: 9%;
    }
    .menu ul.navigation {
        margin: 30px 20px 0 20px !important;
    }
    .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.3% - 20px);
        margin: 10px;
    }
    .info_type {
        font-size: 15px;
    }
    .index .card_list {
        font-size: 14px;
    }
    .index .info_ville {
        font-size: 12px;
    }
    .prod_accueil .info_prix {
        font-size: 14px;
    }
    .home_cont_categories .cat-text {
        font-size: 19px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 5px);
    }
    .menu ul li > a {
        color: #fff;
    }

}
@media (max-width: 560px) {
    .search__form-item:nth-child(n+2) {
        width: 100%;
    }
    .index .prod_accueil, .detail .prod_accueil {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod_accueil article {
        width: 100%;
    }
    .baseline {
        text-align: center;
        margin-top: 0;
    }
    .baseline p {
        font-size: 1.5rem;
        margin-top: 150px;
    }
    .moteur {
        top: 30%;
    }   
    .message-contact ul {
        display: block;
    }
    .message-contact ul li{
        margin: 5px 0;
    }
    .message-contact ul li .btn{
        width: 100%;
    }
    .header__logo img {
        width: 226px;
        margin-right: 4%;
        margin-top: 0;
    }

}

@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: transparent !important;
    }
}