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

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');


:root{
	--marron: #584b42;
	--orange: #ed6952;
	--gris: #ededed

}
body {
    font-family: 'Montserrat', sans-serif;
}
a:hover {
    color: var(--orange);
    text-decoration: underline;
}

/* COULEURS */
.bleu {
    color:var(--marron) ;
}
.gris {
    color:var(--orange);
}

/* BOUTONS */
.btn-primary, .btn-info, .btn-success {
    color: #fff;
    background-color: var(--marron);
    border-color: var(--marron);
    width: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--orange);
    width: 250px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-weight: 300;
}
.btn-secondary {
    color: var(--marron);
    border-color: var(--marron);
}
.btn-secondary:hover {
    background-color: var(--marron);
    border-color: var(--marron);
}
.mentions-legales .content_page .btn-primary {
    width: auto;
}
.alert-danger {
    color: #fff;
    background-color: var(--orange);
    border-color: var(--marron);
    text-align: center;
    width: 60%;
    margin: 2% auto;
}
.alert-danger a {
    color: var(--marron)!important;
}
strong {
    font-weight: bold;
}
/* ============================================================================================= */
/*                                            HEADER                                             */
/* ============================================================================================= */

/*SLIDER ACCUEIL*/
.bgAccueil {
 background: none !important;
 overflow: hidden;
 height: 100%;
}
.carousel-indicators {
 display: block;
}
.carousel-fullscreen .carousel-inner .carousel-item {
 height: 100vh;
 min-height: 600px;
 background-position: bottom 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: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/1.jpg);
  background-size: cover;
 background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/2.jpg);
  background-size: cover;
 background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0.35) ),url(/assets/images/slider_home/3.jpg);
  background-size: cover;
 background-position: bottom center;
}
/* #carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/4.jpg);
  background-size: cover;
 background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/5.jpg);
  background-size: cover;
 background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(6) {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/6.jpg);
  background-size: cover;
 background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(7) {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/slider_home/7.jpg);
  background-size: cover;
 background-position: bottom center;
} */
.carousel-control-next, .carousel-control-prev {
 opacity: 1;
 background: transparent;
}
.carousel-control-prev-icon:before, .carousel-control-next:before {
 font-size: 60px;
}
.carousel-control-next:hover, .carousel-control-prev:hover {
 background: transparent;
 width: 40px;
 opacity: 1;
}
.carousel-control-prev {
 left: 30px;
}
.carousel-control-next {
 right: 30px;
}


/* BASELINE */
.titre-baseline {
    font-size: 3.5rem;
    line-height: 1;
    text-shadow: #000000 0.05em 0.05em 0.05em;
}
.titre-baseline span {
    font-weight: 300;
    font-size: 3.5rem;
    text-transform: uppercase;
}
.titre-baseline span::before {
    width: 210px;
    background: var(--orange);
}

/* ANCRE */
.section-scroller-wrapper>.section-scroller {
    text-shadow: #000000 0.05em 0.05em 0.05em;
}
.section-scroller-wrapper {
    right: -35px;
}
.section-scroller-wrapper>.section-scroller>.section-scroller__text {
    font-size: 15px;
}

/* MOTEUR */
.moteur {
    padding: 0;
    position: absolute;
    background-color: transparent;
}
.index .moteur .form-style,
.index .moteur .form-group .bootstrap-select.btn-group,
.index .moteur .form-horizontal .bootstrap-select.btn-group,
.index .moteur .form-inline .bootstrap-select.btn-group,
.index .moteur .bootstrap-select {
    font-size: 15px!important;
    border: 0!important;
    background: rgba(255,255,255,0.5)!important;
    border-radius: 0px!important;
    font-weight: 300;
    font-weight: 600;
}
.index .moteur .ul-nb-bien li:nth-child(1) {
    display: none;
}
.index .moteur .creer-alerte {
    color: #fff;
}
.index .moteur .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    font-weight: 600;
}
.index .moteur .input-group-addon {
    font-weight: 600;
    top: 1px;
}
.index .moteur .dropdown-menu.open.show {
    transform: translate3d(0px, -37px, 0px)!important;
    max-height: 211px;
    overflow: hidden;
    position: absolute;
    top: auto!important;
    left: 0px;
    will-change: transform;
    bottom: 0px;
}
.index .moteur .search__form-item:nth-child(n+2),.index .moteur  .search__form-item:nth-child(1) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 6 - 5px);
    height: 38px;
}

/* ============================================================================================= */
/*                                            MENU                                               */
/* ============================================================================================= */
.b-nav.open {
    background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-nav.jpg) no-repeat center center;
}
.index .not-sticking .lang a {
    text-shadow: #000000 0.05em 0.05em 0.05em;
}
.header .sticking, .header .not-sticking {
    background: var(--marron);
}
.b-nav li {
    padding: 5px 10px 5px 200px;
}




/* ============================================================================================= */
/*                                           INDEX                                               */
/* ============================================================================================= */

/* SELECTION */
.produitshabitationslider .info_type {
    color: var(--orange);
}
.produitshabitationslider, .produitshabitationslider a {
    color: var(--marron);
}
.home_cont_select .carousel-control-prev-icon:hover:before, .home_cont_select .carousel-control-next:hover:before {
    color: var(--orange);
}

.home_cont_select .carousel-control-prev-icon:before, .home_cont_select .carousel-control-next:before {
    color: var(--marron);
}


/* PRESENTATION */
.home_cont_presentation {
    background: var(--marron);
}

.home_cont_presentation p {
	text-align: center;
font-size: 1.4em
}

.titre-small {
    color: var(--orange);
}
.home_cont_presentation .btn-primary {
    background-color: var(--orange);
    border-color: var(--orange);
}
.home_cont_presentation .btn-primary:hover {
    background-color: var(--marron);
    border-color: var(--orange);
    color: #fff;
}

/* CATEGORIES */
.slider .box1,
.slider .box3,
.slider .box5 {
    background-color: var(--orange);
}
.slider .box2,
.slider .box4 {
    background-color: var(--marron);
}
.slider .box1 .details .h1, .slider .box3 .details .h1, .slider .box5 .details .h1, .slider .box2 .details .h1, .slider .box4 .details .h1 {
    color: #fff;
}
.slider .box1 .bg,
.slider .box3 .bg,
.slider .box5 .bg {
    background-color: rgb(88 75 66 / 50%);
}
.slider .box2 .bg,
.slider .box4 .bg {
    background-color: rgb(88 75 66 / 22%);
}
.trail div:hover, .trail div.active {
    color: var(--orange);
    border-top: 3px solid var(--marron);
}



/* ============================================================================================= */
/*                                            LISTING                                            */
/* ============================================================================================= */
.damier .info_type {
    font-size: 14px;
    text-align: left;
    color: var(--orange);
    font-weight: 900;
}
.damier .info_ville {
    font-size: 15px;
    text-align: left;
    font-weight: 600;
    padding-top: 0;
    color: var(--marron);
}
.prod_listing.listing .info_type {
    color: var(--marron);
}
.card-fav-absolute {
    color: var(--marron);
}
[class*="listing"] .search__form-item:nth-child(n+2),
[class*="listing-"] .search__form-item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 6 - 5px);
    height: 38px;
}
.listing-neuf .search__form-item:nth-child(n+2) {
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    width: calc(100% / 5 - 5px);
    height: 38px;
}


/* ============================================================================================= */
/*                                            DETAILS                                            */
/* ============================================================================================= */
.detail .titre_detail_header {
    color: #242935;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 30px;
}
.detail .carousel-control-prev-icon:before,
.detail .carousel-control-next:before {
    font-size: 38px;
}
.detail .carousel-control-next:hover, .detail .carousel-control-prev:hover {
    background: var(--marron);
    height: 50px;
    width: 50px;
}
.detail #detailinfosdetail ul li::after {
    position: absolute;
    z-index: 1;
    bottom: 7px;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px dotted #3c3b3b40;
    content: "";
}


/* ============================================================================================= */
/*                                            PAGES                                              */
/* ============================================================================================= */
.vendre .contact_formulaire ,
.louer .contact_formulaire {
    width: 66.6667%;
}
.h1, h1 {
    font-size: 30px;
    color: var(--orange);
    font-weight: 800;
    border-bottom: 1px solid var(--orange);
    margin-bottom: 20px;
	 padding-bottom: 20px
}
.home_cont_categories .h1 {
    border-bottom: 0;
}
.deco, .page-heading, .page_heading {
    text-transform: inherit;
}
.creer-alerte {
    color: var(--marron);
}

/* ============================================================================================= */
/*                                           FOOTER                                              */
/* ============================================================================================= */
.sidebar a i.ion-ios-telephone,
.cont_coordonnees a i.ion-ios-telephone {
    font-size: 20px;
    top: 2px;
    color: var(--marron);
}

/* ============================================================================================= */
/*                                        RESPONSIVE                                             */
/* ============================================================================================= */

@media (min-width: 992px) {
.index .not-sticking .menu ul > li > a {
	color: var(--marron);
}
.index .header .not-sticking {
	background: rgba(255, 255, 255, 0.516);
}

    .header__logo img {
        width: 80px;
    }
    .index .not-sticking .header__logo img {
        width: 165px;
        padding: 10px;
    }
    .header__logo {
        display: block;
        height: 90px;
        padding: 5px 0;
    }
    .version-mobile {
        display: none!important;
    }
    nav.menu .row {
        justify-content: space-around;
    }
    nav.menu ul  {
        display: flex;
        padding: 0;
        margin: auto;
        justify-content: space-around;
    }
    .logo-menu {
        width: 110px;
    }
    .sticking .logo-menu {
        width: 90px;
    }
    .menu ul > li > a,
    .menu ul > li > a.item-nav {
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    }
    .menu ul > li > a,
    .menu ul > li:hover > a,
    .menu ul > li:hover > a.item-nav,
    .menu ul > li > a.item-nav {
        padding: 5px 12px;
        line-height: 1.2;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 0.8px;
        font-weight: 600;
        font-size: 16px;
    }
    .menu ul.navgauche > li > a {
        padding: 12px 20px;
    }
    nav.menu ul li {
        padding: 0;
        margin: auto;
    }
    .menu ul > li > a i{
        font-size: 27px;
    }
    .nav-desktop-lang img {
        width: 35px;
    }
    .index .not-sticking .logo-pc-header li a {
        height: auto;
    }
    .menu .dropdown-menu {
        min-width: 20px;
        font-size: 1rem;
        background: var(--marron);
        border: 0;
        text-transform: uppercase;
        color: #fff!important;
        border-radius: 0;
        padding: 9px 0;
    }
    .menu .dropdown-menu::before {
        content: '';
        display: block;
        position: relative;
        width: 0px;
        height: 0px;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 7px solid var(--marron);
        margin: -16px auto 10px 12px;
        background: transparent;
    }
    .menu .dropdown-item {
        display: block;
        width: 100%;
        padding: 0.25rem 1.5rem;
        clear: both;
        color: #fff;
        text-align: inherit;
        border: 0;
        /* text-shadow: #000000 0.1em 0.1em 0.2em; */
        font-weight: 600;
    }
    .menu .dropdown-item:hover {
        background-color: #fff;
        color: var(--marron);
    }
}

@media (min-width: 1281px) {
    .titre-baseline {
        font-size: 4rem;
        line-height: 1;
    }
    .titre-baseline span {
        font-size: 4rem;
    }
    .titre-baseline span::before {
        content: "";
        display: inline-block;
        width: 243px;
        height: 3px;
        background: var(--orange);
        vertical-align: middle;
        margin: 0 10px 10px 10px;
    }
    nav.menu ul li {
        padding: 0 12px;
    }
    .logo-menu {
        width: 150px;
    }
    .index .not-sticking .header__logo img {
        width: 200px;
        padding: 0;
    }
    
}
@media (max-width: 991px) {
    .index .header,
    .header {
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 8000;
        background: transparent;
        top: 0;
        bottom: auto;
    }
    .with--sidebar .header {
        height: 100%!important;
    }
    .header__logo img {
        width: 80px;
        padding: 5px 0;
        margin-right: 7%;
    }
    .index .not-sticking .header__logo img {
        width: 80px;
        padding: 5px 0;
        margin-right: 7%;
    }
    .header__logo {
        padding: 6px 0;
    }
    .version-pc {
        display: none;
    }
    .header .not-sticking, .header .sticking, .index .header .not-sticking {
        background: var(--marron);
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #fff;
        background: #fff;
    }
    .burger-item {
        top: 40px;
    }
    .menu, nav.menu ul li .dropdown-menu {
        background-color: var(--orange)!important;
        color: #fff;
    }
    .menu .dropdown-menu {
        padding: 5px 5px 5px 15px;
        border-bottom: 1px solid #5f5f5f;
        margin-bottom: 6px;
    }
    .titre-baseline, .titre-baseline span{
        font-size: 2.5rem;
    }
    .titre-baseline span::before {
        width: 150px;
    }
    .index .moteur .search__form-item:nth-child(n+2), .index .moteur .search__form-item:nth-child(1) {
        width: calc(100% / 3 - 5px);
    }
    .moteur .btn-primary{
        font-size: 17px;
    }
    .index .moteur .creer-alerte, .index .plusdecritere .btn-default {
        font-size: 16px;
    }
    .section-scroller-wrapper {
        right: -48px;
        bottom: 12%;
    }
    .carousel-control-prev-icon:before, .carousel-control-next:before {
        font-size: 40px;
    }
    .baseline {
        top: 40%;
    }
    .slider .box .details {
        padding: 2rem;
        padding-left: 6rem;
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 26%;
    }
    .top_page {
        margin-top: 85px;
        height: 200px;
    }
    .vendre .contact_formulaire, .louer .contact_formulaire {
        width: 100%;
    }
    .detail_slide_thumbs > li > img {
        position: relative;
        width: 100%;
        margin: calc(0.15em * 2) 0.1em;
        overflow: hidden;
    }
    .detail_slide_thumbs {
        display: flex;
        flex-wrap: wrap;
        margin: -0.5em;
    }
    .detail .titre_detail_header {
        font-size: 1.8rem;
    }
    .detail .container_page {
        margin-top: 14%;
    }
}

@media (max-width: 600px) {
    .index .header,
    .header {
        position: fixed;
        height: auto;
        width: 100%;
        z-index: 8000;
        background: transparent;
        top: 0;
        bottom: auto;
    }
    .with--sidebar .header {
        height: 100%!important;
    }
    .header__logo img {
        width: 60px;
        padding: 5px 0;
        margin-right: 16%;
    }
    .index .not-sticking .header__logo img {
        width: 60px;
        padding: 5px 0;
        margin-right: 16%;
    }
    .header__logo {
        padding: 6px 0;
    }
    .version-pc {
        display: none;
    }
    .header .not-sticking, .header .sticking, .index .header .not-sticking {
        background: var(--marron);
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #fff;
        background: #fff;
    }
    .burger-item {
        top: 31px;
    }
    .moteur {
        top: auto;
    }
    .menu, nav.menu ul li .dropdown-menu {
        background-color: var(--orange)!important;
        color: #fff;
    }
    .menu .dropdown-menu {
        padding: 5px 5px 5px 15px;
        border-bottom: 1px solid #5f5f5f;
        margin-bottom: 6px;
    }
    .titre-baseline, .titre-baseline span{
        font-size: 1.2rem;
    }
    .titre-baseline span::before {
        width: 71px;
    }
    .index .moteur .search__form-item:nth-child(n+2), .index .moteur .search__form-item:nth-child(1) {
        width: calc(100% / 2 - 5px);
    }
    .moteur .btn-primary{
        font-size: 17px;
    }
    .index .moteur .creer-alerte, .index .plusdecritere .btn-default {
        font-size: 16px;
    }
    .section-scroller-wrapper {
        display: none;
    }
    .carousel-control-prev-icon:before, .carousel-control-next:before {
        font-size: 40px;
    }
    .baseline {
        top: 40%;
        right: 10px;
    }
    .slider .box .details {
        padding: 2rem;
        padding-left: 2rem;
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 26%;
    }
    .top_page {
        margin-top: 85px;
        height: 200px;
    }
    .vendre .contact_formulaire, .louer .contact_formulaire {
        width: 100%;
    }
    .index .moteur .form-style, .index .moteur .form-group .bootstrap-select.btn-group, .index .moteur .form-horizontal .bootstrap-select.btn-group, .index .moteur .form-inline .bootstrap-select.btn-group, .index .moteur .bootstrap-select, .bootstrap-select>select.mobile-device {
        font-size: 12px!important;
    }
    .slider .box2 .bg, .slider .box4 .bg {
        background-color: rgb(73 91 107 / 0%);
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 16px;
        font-size: 23px;
        background: var(--marron);
        padding: 3px 12px;
        border-radius: 5px;
        left: auto;
    }
    [class*="listing"] .search__form-item:nth-child(n+2), [class*="listing-"] .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 5px);
    }
    .modal-body a, .plusdecritere .btn-default {
        color: var(--marron)!important;
        font-size: 15px;
    }
    .prod_listing.listing .titre-vue-listing .info_titre,
    .prod_listing.listing .description,
    .over_desc .col1 ul,
    .over_desc .col1 ul,
    .detail .criteres_detail_header,
    .detail_annexe_contact, .detail .attribut_label, .detail #detailinfosdetail ul li, .plusdinformation {
        font-size: 14px;
    }
    .detail .titre_detail_header {
        font-size: 1.2rem;
    }
    .detail .container_page {
        margin-top: 26%;
    }
    .detail .carousel-control-next, .carousel-control-prev {
        height: 35px;
        width: 35px;
    }
    .detail .carousel-control-prev {
        left: 0px;
    }
    .detail .carousel-control-next {
        right: 0;
    }
    .detail .carousel-control-prev-icon:before, .detail .carousel-control-next:before {
        font-size: 29px;
    }
    .detail .liste2 .val {
        font-size: 15px;
    }
    .detail .liste2 i {
        font-size: 25px;
    }
    .detail_slide_thumbs > li > img {
        position: relative;
        width: 100%;
        margin: calc(0.15em * 2) 0.1em;
        overflow: hidden;
    }
    .detail_slide_thumbs {
        display: flex;
        flex-wrap: wrap;
        margin: -0.5em;
    }
    .top_page {
        margin-top: 70px;
        height: 80px;
    }
    .h1, h1 {
        font-size: 25px;
    }
}


/* ================================= TABLETTE LADSCAPE ================================== */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    .index .not-sticking .header__logo img {
        width: 110px;
        padding: 5px;
    }
    .titre-baseline, .titre-baseline span{
        font-size: 3rem;
    }
    .titre-baseline span::before {
        width: 180px;
    }
    .produitshabitationslider .info_titre {
        font-size: 18px;
    }
    .slider .box .details {
        padding: 3rem;
        padding-left: 6rem;
    }
}


/* ================================= MOBILE LADSCAPE ================================== */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation:landscape){
    .index .moteur .search__form-item:nth-child(n+2), .index .moteur .search__form-item:nth-child(1) {
        width: calc(100% / 3 - 5px)!important;
    }
    .moteur {
        top: auto!important;
    }
    .titre-baseline, .titre-baseline span {
        font-size: 1.5rem;
    }
    .section-scroller-wrapper>.section-scroller>.section-scroller__text {
        font-size: 11px;
    }
    .home_cont_select article .block_img {
        height: 60vh;
    }
    .spin4.info_prix {
        text-align: center!important;
    }
    .slider .box {
        height: 50vh;
    }
    .slider .box .details .h1 {
        font-size: 1.1rem;
    }
    .trail {
        z-index: 10000;
        position: relative;
    }
    .slider .box .bg {
        padding: 10px;
    }
    .slider .box .details {
        padding: 1rem;
        padding-left: 4rem;
    }
    
    .slider .illustration div {
        height: 10rem;
        width: 10rem;
    }
    .slider .box .details p {
        display: inline-block;
        font-size: 14px;
        color: #fff;
        margin-bottom: 1rem;
        margin-right: 5rem;
        font-weight: 200;
        line-height: 1;
    }
}