/**/


:root{
    --blanc:#ffffff;
    --noir:#010101;
    --vert: #179738;
    --jaune: #fcc02a;
    --gris: #f2f2f2;
}
.validation {
	display: none;
}
/* *********************************
GENERALE
 ********************************* */
 .btn-secondary {
	color: var(--blanc);
	background-color: var(--vert);
	border-color: var(--noir);
	width: 250px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-weight: 400;
}

.btn-secondary:hover {
	color: var(--noir);
	background-color: var(--jaune);
	border-color: var(--noir);
	width: 250px;
}

/* *********************************
 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(--noir);
}
.b-nav li {
    padding: 5px 10px 5px 200px;
}
.navgauche {
	margin-right: 50px;
}


.index .not-sticking .b-menu {
	border: var(--jaune) solid 2px;
}
.b-bun {
	background: var(--jaune);
	position: relative;
	transition: all 0.4s ease;
}
.b-container.open .b-bun--top {
	background: var(--jaune);
	top: 9px;
	transform: rotate(45deg);
}
/* *********************************
 HEADER
 ********************************* */

.titre-baseline {
	font-weight: 600;
	font-size: 3.5rem;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: right;
	color: var(--jaune);
	text-shadow: #000000 0.05em 0.05em 0.1em;
	line-height: 1;
}
.titre-baseline span {
	font-weight: 300;
	font-size: 2rem;
	text-transform: initial;
    color: var(--vert);
	text-shadow: #000000 0.05em 0.02em 0.05em;

}
.titre-baseline span2{
	color: var(--vert);
}
.titre-baseline span::before {
	content: "";
	display: inline-block;
	width: 200px;
	height: 3px;
	background: var(--jaune);
	vertical-align: middle;
	margin: 0 10px;
}
/* *********************************
PRD ACCUIEL
 ********************************* */

 .carousel-control-prev-icon::before, .carousel-control-next::before {
	font-size: 60px;
}
.home_cont_select .carousel-control-prev-icon::before, .home_cont_select .carousel-control-next::before {
	color: var(--vert);
}
.produitshabitationslider .info_type {
	font-size: 18px;
	line-height: 15px;
	font-weight: 400;
	font-style: italic;
	color: var(--vert);
	text-align: center !important;
}

/* *********************************
PRESENTATION ACCUIEL
 ********************************* */

.home_cont_presentation {
	position: relative;
	background: var(--noir);
	background-size: cover;
	color: #fff;
	margin: 0 auto;
	padding: 80px 0;
	/* display: -webkit-box; */
	/* display: -ms-flexbox; */
	display: flex;
}

/* *********************************
CATEGORIE ACCUIEL
 ********************************* */

.slider .box1, .slider .box3, .slider .box5 {
	background-color: var(--jaune);
}
.slider .box2, .slider .box4 {
	background-color: var(--noir);
}
/* *********************************
RESPONSIVE
 ********************************* */

 @media (min-width: 992px) {
    .header__logo img {
        width: 230px;
		padding-top: 20px;
		margin-left: 40px;
		margin-right: 40px;
    }   
    .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;
    }

	.sticking nav.menu ul  {
        display: flex;
        padding: 0 70px;
        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: 12px;    
    }
    .menu ul.navgauche > li > a {
        padding: 12px 10px;  
    }
    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: #316c99;
        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 #316c99;
        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: #316c99;
    }
}

@media (min-width: 1281px) {
    .titre-baseline {
        font-size: 3.7rem;
        line-height: 1;
    }
    .titre-baseline span {
        font-size: 2rem;
    }
    .titre-baseline span::before {
        content: "";
        display: inline-block;
        width: 243px;
        height: 3px;
        background: var(--jaune);
        vertical-align: middle;
        margin: 0 10px 10px 10px;
    }
    nav.menu ul li {
        padding: 0 5px;
    }  
    .logo-menu {
        width: 150px;
    }  
    .index .not-sticking .header__logo img {
        width: 170px;
        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: 200px;
        padding: 10px 0 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(--noir);
    }
    .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(--noir)!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: 180px;
        padding: 10px 0 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(--noir);
    }
    .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: #1c3246!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: #316c99;
        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: #316c99!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;
    }
}

.detail .page_heading {
    border-left: 2px solid #316c99;
}