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

.validation, .livraisonsite {
     display: none
}

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

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #26282b;
    overflow-x: hidden;
}



/* COULEURS */
.beige { color: #9f8054;}
.beige-clair { color: #ebcfa7;}
.bg-beige-clair { background-color: #ebcfa7;}
.bg-beige { background-color: #9f8054;}
.bleu { color: #1b1e3a;}
.bg-bleu { background-color: #1b1e3a;}
.gris { color: #26282b;}
.bg-gris { background-color: #26282b;}
.black { color: #000;}
.white { color: #fff;}
.bg-gris-clair { background: #f5f5f5;}

/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-cover-right {
    border: 2px solid #ebcfa7;
    padding: 8px 20px!important;
    text-transform: uppercase;
    font-size: 14px;
    color: #9f8054;
}
.btn-cover-right:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ebcfa7;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-cover-right:hover:after, .btn-cover-right:active:after {
    width: 100%;
}
.btn-cover-right:hover, .btn-cover-right:active {
    color: #1b1e3a!important;
}
.btn-primary, .btn-info, .btn-success, .btn-secondary {
    color: #26282b;
    background-color: transparent;
    border-color: #ebcfa7;
}
.btn-primary:hover, .btn-info:hover, .btn-success:hover, .btn-secondary:hover  {
    color: #26282b;
    background-color: #ebcfa7;
    border-color: #ebcfa7;
}

/* ---------- */
.btn-cover-top:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #fff;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-cover-top:hover, .btn-cover-top:active {
    color: #1b1e3a!important;
}
.btn-cover-top:hover:after, .btn-cover-top:active:after {
    height: 100%;
}
.btn-cover-top:after {
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #ebcfa7;
}

a:hover { color: #856c4a;}

/* TITRES */

.home_heading {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 100;
    margin-bottom: 15px;
    color: #9f8054;
    text-transform: initial;
    text-align: left;
    line-height: 1;
}
.home_heading::after {
    display: none;
}

.h2, h2 {
    font-weight: 600;
    margin-bottom: 30px;
    font-size: 28px;
}
.h3, h3 {
    font-size: 25px;
}
.h4, h4 {
    font-size: 20px;
}

.section-titles {
    display: block;
    font-size: 30px;
    font-weight: 800;
    opacity: 0.2;
}



.pl-50 {
    padding-left: 8%;
}
.pr-50 {
    padding-right: 8%;
}
.margin30 {
    margin: 30px 0;
}
.pt-8 {
    padding-top: 80px;
}
.pb-8 {
    padding-bottom: 80px;
}


/* ============================================================================= */
/*                                     MENU                                      */
/* ============================================================================= */

.menu .dropdown-menu {
    margin: 10px 0 0 0;
    background-color: #ebcfa7;
    padding: 0;
    min-width: 100%;
    border-radius: 0;
    top: 23px;
}
.menu .dropdown-menu:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ebcfa7 transparent;
    position: absolute;
    left: 10px;
    top: -8px;
}
.menu .dropdown-item {
    padding: 1rem 1.5rem;
    font-weight: 500;
}
.btn-header {
    border: 2px solid #ebcfa7;
    padding: 10px 20px!important;
}
.menu ul > li:hover > a {
    border-top: 1px solid #ebcfa7;
}
.menu ul > li:hover > a.btn-header {
    border-top: 2px solid #ebcfa7;
}
.btn-header i {
    font-size: 19px;
    vertical-align: middle;
    margin-right: 0;
    top: -1px;
}


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

/* HEADER */
.home-visuel-wrapper {
    height: 100vh;
}
.overlay {
    background-image: linear-gradient(161deg, #000 0%, #000 69%, #856c4a 100%);
    opacity: 0.55;
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    padding: 15% 32px;
    line-height: 1.5;
    text-align: center;
}
.baseline {
    z-index: 20;
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
}
.social-media {
    width: 20px;
    position: absolute;
    left: 0;
    top: calc(50% + 60px);
    transform: translateY(-57%);
    z-index: 4;
    text-align: center;
}
.social-media .suivez-nous {
    width: 140px;
    color: #fff;
    transform: rotate(90deg);
    transform-origin: left;
    margin-left: 9px;
    font-weight: 400;
    margin-bottom: 140px;
    font-size: 20px;
}
.social-media ul {
    margin: 0;
    padding: 0;
}
.social-media ul:before {
    content: "";
    width: 1px;
    height: 50px;
    background: #fff;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 9px;
    margin-right: 3px;
}
.social-media i {
    font-size: 28px;
    color: #fff;
}
.social-media li:hover i {
    color: #9f8054;
}
.baseline-contenu-titre {
    left: 40px;
}
.baseline-contenu-titre p{
    font-weight: 600;
    color: #fff;
    font-size: 1.8rem;
}
.baseline-contenu-titre a{
    color: #fff;
}
.baseline-titre {
    font-size: 3.5rem;
    font-family: 'Playfair Display', serif;
    color: #ebcfa7;
    margin-bottom: 20px;
    font-weight: 600;
}


/* INDEX PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: none;
    color: #26282b;
    margin: 0 auto;
    padding: 100px 0;
    height: 550px;
    display: flex;
}
.img-presentation {
    position: absolute;
    top: -55%;
    z-index: 0;
}
.img-presentation::after {
    content: "";
    bottom: -10%;
    left: -15%;
    right: 0;
    height: 550px;
    position: absolute;
    background-color: #ebcfa7;
    z-index: -1;
    width: 100%;
}
.img-presentation img {
    max-width: 315px;
}
.home_cont_presentation h1 {
    font-family: 'Playfair Display', serif;
    font-size: 40px;
    font-weight: 100;
    margin-bottom: 20px;
}
.home_cont_presentation h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.home_cont_presentation .ion-android-bulb {
    font-size: 4.5rem;
}
.home_cont_presentation p {
    text-align: inherit;
}


/* INDEX MOTEUR / RECHERCHE */
.index .search__form-item:nth-child(1), 
.index .search__form-item:nth-child(n+2) {
    margin: 0;
    vertical-align: top;
    width: 100%;
    background: transparent;
    height: auto;
}
.index .search__form-item.c_intitule1 {
    width: 155px;
    min-width: 155px;
}
.index .search__form-item.c_intitule2 {
    width: 55px;
    min-width: 55px;
}
.index .search__form-item.c_intitule3 {
    width: 75px;
    min-width: 75px;
}
.index .form-style {
    font-family: 'Playfair Display', serif!important;
    color: #856c4a !important;
    font-size: 30px;
    height: auto;
    padding: 0 0 0 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
    text-transform: initial;
}
.index .btn.dropdown-toggle {
    color: #ebcfa7 !important;
    font-size: 1.8rem;
    height: auto;
    padding: 0 0 0 10px;
    background: transparent;
    border: 0;
    border-radius: 0;
    background-position: 100% 0;
    background-repeat: no-repeat;
    font-weight: 700;
    font-family: initial;
    text-transform: lowercase;
}
.index .form-style select{
    width: 0;
    margin: 0;

}
.index .form-style option{
    color: #000 !important;
    font-size: 1rem;
    height: auto;
    padding: 0;
    width: auto;
    background: transparent;
    border: 0;
    border-radius: 0;
    background-position: 100% 0;
    background-repeat: no-repeat; 
}
.index .c_valid .btn-primary {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    display: flex;
}
.index .c_valid .btn-primary i {
    margin: -3px auto auto auto;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #856c4a;
    font-size: 15px;
    font-weight: 600;
}
.plusdecritere .plusc::after {
    content: "";
}
.index .bootstrap-select>.dropdown-toggle {
    background: transparent;
}
.index .bootstrap-select {
    border: 0!important;
    height: auto;
}




/* INDEX CATEGORIES */
.home_cont_categories .home_heading,
.home_cont_categories .section-titles {
    padding-left: 7px;
}
.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-horizontal {
    touch-action: pan-y;
}
.swiper-wrapper {
    transform: translate3d(0px,0,0);
}
.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 280px;
    height: 100%;
    position: relative;
    transition-property: transform;
    flex-shrink: 0;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-button-next {
    right: -40px;
    left: auto;
}
.swiper-button-prev {
    right: auto;
    left: -40px;
}
.home_cont_categories .swiper-button-next,
.nous-rejoindre .swiper-button-next,
.home_cont_selection .swiper-button-next,
.home_cont_avis_clients .swiper-button-next,
.home_cont_categories  .swiper-button-prev,
.nous-rejoindre .swiper-button-prev,
.home_cont_avis_clients .swiper-button-prev,
.home_cont_selection  .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 40px;
    height: 35px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #9f8054;
    border-radius: 0;
}
.home_cont_categories .swiper-button-next:after,
.nous-rejoindre .swiper-button-next:after,
.home_cont_selection .swiper-button-next:after,
.home_cont_avis_clients .swiper-button-next:after,
.home_cont_categories  .swiper-button-prev:after,
.nous-rejoindre .swiper-button-prev:after,
.home_cont_avis_clients .swiper-button-prev:after,
.home_cont_selection  .swiper-button-prev:after {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.home_cont_categories .swiper-button-next:after ,
.nous-rejoindre .swiper-button-next:after ,
.home_cont_avis_clients .swiper-button-next:after,
.home_cont_selection .swiper-button-next:after {
    content: '\f10b';
    font-size: 25px;
}
.home_cont_categories .swiper-button-prev:after,
.nous-rejoindre .swiper-button-prev:after,
.home_cont_avis_clients .swiper-button-prev:after,
.home_cont_selection .swiper-button-prev:after {
    content: '\f108';
    font-size: 25px;
}

.categorie-contenu {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    margin: 40px 10px;
    text-align: left;
    background: #fff;
    background-size: cover;
    min-height: 350px;

}
.categorie-contenu:hover .categorie-img{
    background: linear-gradient( rgba(0,0,0, 0.45), rgba(0,0,0, 0.45) ),url(/assets/images/cat-estimation.jpg) no-repeat center center;
    background-size: cover;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s, -webkit-transform 0.5s;
    opacity: 1;
}
.categorie-contenu .categorie-img{
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/cat-estimation.jpg) no-repeat center center;
    background-size: cover;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}
.categorie-contenu .categorie-img.categorie-gestion{
    background: linear-gradient( rgba(0,0,0, 0.45), rgba(0,0,0, 0.45) ),url(/assets/images/cat-gestion.jpg) no-repeat center center;
}
.categorie-contenu .categorie-img.categorie-acheter{
    background: linear-gradient( rgba(0,0,0, 0.45), rgba(0,0,0, 0.45) ),url(/assets/images/cat-acheter.jpg) no-repeat center center;
}
.categorie-contenu .categorie-img.categorie-louer{
    background: linear-gradient( rgba(0,0,0, 0.45), rgba(0,0,0, 0.45) ),url(/assets/images/cat-louer.jpg) no-repeat center center;
}
.categorie-contenu .categorie-img.categorie-assurance{
    background: linear-gradient( rgba(0,0,0, 0.45), rgba(0,0,0, 0.45) ),url(/assets/images/cat-assurance.jpg) no-repeat center center;
}
.categorie-info {
    padding: 65px 30px;
}
.categorie-contenu:hover {
    color: #fff;
}
.categorie-contenu i{
    font-size: 3rem;
}
.categorie-titre {
    font-family: 'Playfair Display', serif;
    font-size: 30px;
    font-weight: 500;
}
.categorie-titre::after {
    content: "";
    display: block;
    position: relative;
    background: #9f8054;
    height: 1px;
    width: 60px;
    margin: 25px 0;
}
.categorie-contenu p {
    font-size: 15px;
}
img.svg-categorie {
    width: 80px;
}
.categorie-contenu:hover img.svg-categorie {
    filter: invert(100%) sepia(1%) saturate(2%) hue-rotate(64deg) brightness(103%) contrast(100%);
}



/* HOME CURSEUR */
.home_cont_calcul {
    position: relative;
    background: none;
    margin: 0 auto;
    padding: 100px 0;
    height: auto;
    display: flex;
}
.img-curseur {
    position: absolute;
    top: -100px;
    z-index: 0;

}
.img-curseur::after {
    content: "";
    bottom: -10%;
    right: -15%;
    height: 550px;
    position: absolute;
    background-color: #ebcfa7;
    z-index: -1;
    width: 100%;
}

/* CALCULETTE */
#calculette .card{
    border: 0;
    width: 100%;
    color: #26282b;
}
#calculette .card #content{
    background: rgba(255,255,255,0.4);
    padding: 20px 0;
    margin-bottom: 40px;
}
#calculette .card .card-body .card-body__result .bg-white{
    border-radius: 1rem;
}
/* SLIDER INPUT */
#calculette input[type=range] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 4px;
    background-color: #9f8054;
    border-radius: 50px;
    margin: auto;
    transition: all 0.3s ease;
}
#calculette input[type=range]:focus {
    outline: none;
}
/* THUMB */
/* for WebKit/Blink */
#calculette input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: 1px 1px 1px #00000038, 0px 0px 1px #0d0d0d;
    border: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #9f8054; 
	background-image: url("../images/icone.png");
	background-size: contain;
    cursor: pointer;
    margin-top: -14px; /* specify margin in Chrome */
}
/* for Firefox */
#calculette input[type=range]::-moz-range-thumb{
    box-shadow: 1px 1px 1px #00000038, 0px 0px 1px #0d0d0d;
    border: 6px solid #9f8054;
    height: 24px;
    width: 24px;
    border-radius: 50px;
	background-image: url("../images/logo.png");
    cursor: pointer;
}
/* for IE */
#calculette input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #00000038, 0px 0px 1px #0d0d0d;
    border: 6px solid #9f8054;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    background: #9f8054;
	background-image: url("../images/logo.png");
    cursor: pointer;
}
/* SLIDER INPUT COLOR BEFORE THUMB */
#calculette input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
}
/** FF*/
#calculette input[type="range"]::-moz-range-progress {
    background-color: #9f8054; 
}
#calculette [tooltip]::after {
    content: attr(tooltip);
    text-align: left;
    min-width: 20em;
    max-width: 12rem;
    white-space: inherit;
    overflow: unset;
    text-overflow: ellipsis;
    padding: 1ch 1.5ch;
    border-radius: 0.3ch;
    box-shadow: 0 1em 2em -0.5em rgb(0 0 0 / 35%);
    background: #333;
    color: #26282b;
    z-index: 1000;
    height: auto;
}


/* CURSEUR2 */
.home_cont_calcul.curseur2 {
    position: relative;
    background: none;
    margin: 0 auto;
    padding: 100px 0;
    height: auto;
    display: block;
}
.cursur-encadre {
    background-color: #9f8054;
    color: #fff;
    padding: 50px;
    margin-top: -200px;
    height: 550px;
    display: flex;
}
.home_cont_calcul.curseur2 #calculette .card {
    border: 0;
    width: 100%;
    color: #fff;
    background: transparent;
}
.home_cont_calcul.curseur2 #calculette input[type=range] {
    -webkit-appearance: none !important;
    width: 100%;
    height: 4px;
    background-color: #26282b;
    border-radius: 50px;
    margin: auto;
    transition: all 0.3s ease;
}
/* THUMB */
/* for WebKit/Blink */
.home_cont_calcul.curseur2 #calculette input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-shadow: 1px 1px 1px #00000038, 0px 0px 1px #0d0d0d;
    border: 0;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #26282b; 
	background-image: url("../images/icone.png");
	background-size: contain;
    cursor: pointer;
    margin-top: -14px; /* specify margin in Chrome */
}
/* for Firefox */
.home_cont_calcul.curseur2 #calculette input[type=range]::-moz-range-thumb{
    box-shadow: 1px 1px 1px #00000038, 0px 0px 1px #0d0d0d;
    border: 6px solid #26282b;
    height: 24px;
    width: 24px;
    border-radius: 50px;
	background-image: url("../images/logo.png");
    cursor: pointer;
}
/* for IE */
.home_cont_calcul.curseur2 #calculette input[type=range]::-ms-thumb {
    box-shadow: 1px 1px 1px #00000038, 0px 0px 1px #0d0d0d;
    border: 6px solid #26282b;
    height: 42px;
    width: 42px;
    border-radius: 50px;
    background: #26282b;
	background-image: url("../images/logo.png");
    cursor: pointer;
}
/* SLIDER INPUT COLOR BEFORE THUMB */
.home_cont_calcul.curseur2 #calculette input[type='range']::-webkit-slider-runnable-track {
    height: 10px;
    -webkit-appearance: none;
}
/** FF*/
.home_cont_calcul.curseur2 #calculette input[type="range"]::-moz-range-progress {
    background-color: #26282b; 
}
.home_cont_calcul.curseur2 #calculette .card #content {
    background: rgba(255,255,255,0);
    margin-bottom: 20px;
}
.cursur-encadre .home_heading {
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    color: #fff;
    text-align: center;
}
.home_cont_calcul.curseur2 .card-body__slider-info {
    background: #ebcfa7;
    padding: 10px;
    color: #26282b;
    text-align: center;
    z-index: 9;
}
.home_cont_calcul.curseur2 .card-body__result {
    background: #26282b;
    padding: 10px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
    z-index: 9;
}
/* .cursur-encadre:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 65px 240px 52vh 0;
    border-color: transparent #ebcfa7 transparent transparent;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0.1;
} */
.card-body__result p.h1 {
    font-size: 40px;
}


.bloc-fonce {
    background-color: #26282b;
    padding: 10px;
    margin: 20px 0;
}
.bloc-clair {
    background-color: #ebcfa7;
    padding: 10px;
    color: #333;
    margin: 20px 0;
}

.bloc-fonce p {
    font-weight: 200;
}

.bloc-fonce p,
.bloc-clair p {
    font-weight: 400;
    font-size: 14px;
}
.titre-bloc-fonce {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}
.cursur-encadre {
    height: auto;
    padding: 35px;
    margin-top: -260px;
}
.cursur-encadre img {
    max-width: 60px;
    margin: 0 10px ;
}
.cursur-encadre ul {
    margin-bottom: 0 ;
    display: flex;
}
.cursur-encadre ul li {
    width: auto;
}


/* HOME COMPTEURS */
.home_cont_compteurs {
    background: #f5f5f5;
    padding: 100px 0;
    text-align: center;
}
.counter {
    font-family: 'Playfair Display', serif;
    font-size: 3.4rem;
    font-weight: 800;
    color: #9f8054;
}
.compteurs p {
    font-size: 20px;
    font-weight: 300;
}
.compteurs-picto {
    min-height: 150px;
}
.compteurs-picto figure img{
    z-index: 3;
}
.compteurs-picto figure:after {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 20px;
    background: #ebcfa7;
    border-radius: 50%;
    opacity: 0;
    z-index: 0;
    right: 0;
    margin: auto;
}
.compteurs-picto figure img.svg-compteurs2 {
    left: -15px;
}
.compteurs-picto figure.figure2:after {
    left: -4px;
    top: 25px;
}
.compteurs-picto figure img.svg-compteurs3 {
    left: 15px;
}
.compteurs-picto figure.figure3:after {
    left: 0;
    top: 25px;
}
.compteurs-picto:hover figure:after {
    opacity: 1;
}


/* HOME SELECTION */


.home_cont_selection article .block_img::before{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    opacity: 0;
    transition: opacity var(--photoboxAnimationDuration, .4s) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.home_cont_selection article:hover .block_img::before {
    opacity: 1;
}
.home_cont_selection article .block_info {
    min-height: auto; 
    width: 100%;
    text-align: left;
    font-size: 28px;
    color: #000;
    opacity: 0;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: absolute;
    top: 0;
    z-index: 2;
    text-transform: uppercase;
    height: 100%;display: flex;
}
.home_cont_selection article:hover .block_info{
    background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.75) );
    opacity: 1;
    transition-duration: var(--photoboxAnimationDuration, .2s);
    transition-delay: calc(var(--photoboxAnimationDuration, .2s) / 2);
    color: #fff!important;
}
.home_cont_selection article .info_type,
.home_cont_selection article .info_numero,
.home_cont_selection article .info_prix sup,
.home_cont_selection article .info_prix-hai {
    display: none;
}
.home_cont_selection .info_titre {
    font-size: 20px;
}

.home_cont_selection .info_ville,
.home_cont_selection .info_prix {
    font-size: 16px;
    margin: 0;
    line-height: 1.5;
    padding: 0;
    font-weight: 300;
}
.home_cont_selection .header-item2 {
    margin-top: 45%;
}
.home_cont_selection .effect-cms {
    padding: 30px;
    margin: auto 0;
    width: 100%;
}
.home_cont_selection .header-item {
    line-height: 0.9;
}
.home_cont_selection .swiper-button-prev {
    left: -30px;    
}
.home_cont_selection .swiper-button-next{
    right: -30px;    
}
.home_cont_selection .header-item2 ul{
   display: flex;
    justify-content: space-between;
}
.home_cont_selection .header-item2 .plus-details{
   width: 40px;
   height: 40px;
   background-color: #9f8054;
   display: flex;
}
.home_cont_selection .header-item2 .plus-details i{
   margin: auto;
   font-size: 25px;
}
.home_cont_selection .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
}
.home_cont_selection .btn.beige:hover {
    border-bottom: 1px solid #9f8054;
    color: #9f8054;
}
.home_cont_selection_vendus .block_info > .effect-cms {
    cursor: auto!important;
}

/* HOME ESTIMATION */
.home_cont_estimation {
    padding: 100px 0;
    background: #f5f5f5;
    z-index: -2;
}
.home_cont_estimation p{
    text-align: justify;
}
.home_cont_estimation .home_heading{
    text-align: center;
}
.home_cont_estimation .btn-cover-right {
    text-transform: uppercase;
    border: 2px solid #ebcfa7;
}


/* HOME EQUIPE */
.home_cont_equipe {
    padding: 100px 0;
}
.home_cont_equipe .index-img-equipe ul {
    display: flex;
    margin-bottom: 0;
}
.home_cont_equipe .index-img-equipe ul li{
    padding: 0 10px 0 0;
}
.home_cont_equipe .index-img-equipe ul li:nth-child(2) img,
.home_cont_equipe .index-img-equipe ul li:nth-child(4) img{
    top: -40px;
}

/* HOME AVIS CLIENTS */
.home_cont_avis_clients {
    padding: 100px 0;

}
.home_cont_avis_clients .wrapper {
    text-align: center;
    margin-top: 40px;
}
.home_cont_avis_clients .wrapper p {
    font-size: 20px;
    color: #9f8054;
    font-weight: 500;
    margin-top: 10px;
}
.home_cont_avis_clients .progress-bar {
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-image: #fff;
    margin: auto;
}
.home_cont_avis_clients .progress-bar {
    background: transparent;
}
.home_cont_avis_clients .progress-bar svg {
    position: absolute;
    z-index: 0;
    height: 125%;
    width: 125%;
    top: 0;
    left: 0;
}
.home_cont_avis_clients .progress-bar svg circle {
    position: absolute;
    fill: none;
    stroke: url(#gradient-colour);
    stroke-width: 10px;
    stroke-dasharray: 472;
    stroke-linecap:initial;
    stroke-dashoffset: 472;
}  
.home_cont_avis_clients .inner-circle {
    position: relative;
    z-index: 2;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: #fff;
    border-radius: 50%;
}
.home_cont_avis_clients .inner-circle .inner-text {
    text-align: center;
    width: 50px;
    display: inline;
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 38%;
    transform: translate(-50%, -50%);
}
.home_cont_avis_clients .inner-circle .inner-text label,
.home_cont_avis_clients .inner-circle .inner-text .percent {
    font-size: 37px;
    display: inline;
    color: #9f8054;
}
.home_cont_avis_clients .inner-circle .inner-text .percent::after {
    content: "%";
    position: absolute;
}
  
.home_cont_avis_clients .progress-bar circle {
    animation: progress-animation 2s ease-in-out forwards;
    animation-delay: 0.8s;
}
  
@keyframes progress-animation {
    100% {
      stroke-dashoffset: var(--progress-value);
    }
}

.encadre-avis {
    margin: auto;
    max-width: 70%;
}
.avis {
    display: block;
    font-size: 15px;
    line-height: 18px;
    max-width: 100%;
    margin: 20px 0 0 0 ;
    overflow-y: scroll;
    overflow: auto;
    padding: 15px 30px;
    border-radius: 30px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    min-height: 170px;
    display: flex;
}
.auteur {
    text-align: right;
    margin: 20px 15px 0 0 ;

}
.avis-commentaire p {
    text-align: center;
}
.avis-commentaire {
    margin: auto;
}
.line1 {
    line-height: 1;
}
.bulle2 {
    height: 10px;
}
.bulle2::after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 250px;
    border-left: 35px solid transparent;
    border-right: 0px solid transparent;
    border-top: 24px solid #ebebeb;
    margin: 0px 120px 0 auto;
    background: transparent;
}
.encadre-avis ::-webkit-scrollbar {
    width: 7px;
}
.encadre-avis ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
} 
.encadre-avis ::-webkit-scrollbar-thumb {
    background: #9f8054; 
    border-radius: 10px;
}
.encadre-avis ::-webkit-scrollbar-thumb:hover {
    background: #9f8054; 
}
.home_cont_avis_clients .border-left {
    border-left: 1px solid #9f8054;
}
.avis .fa-quote-left {
    color: #9f8054;
    font-size: 25px;
}
.avis .fa-quote-right {
    color: #9f8054;
    float: right;
    font-size: 25px;
}
.avis-commentaire p {
    margin-bottom: 0;
}
.ma-widget-feedback {
    border: 0!important;
}
.ma-widget-feedback.ma-widget-feedback--small {
    margin: auto!important;
}
.home_cont_avis_clients .bloc-encadre {
    background-color: #9f8054;
    color: #fff;
    padding: 50px;
    margin-top: -200px;
    height: 550px;
    display: flex;
    text-align: left;
}
.bloc-encadre .counter2 {
    font-family: 'Poppins', sans-serif;
    font-size: 5.4rem;
    font-weight: 600;
    color: #ebcfa7;
}
.home_cont_avis_clients .carousel-item {
    min-height: 250px;
}
.home_cont_avis_clients .carousel-control-next,
.home_cont_avis_clients .carousel-control-prev {
    position: absolute;
    top: 40%;
    width: 40px;
    height: 35px;
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #9f8054;
    border-radius: 0;
    opacity: 1;
}
.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: #9f8054;
    width: 40px;
    opacity: 1;
}
.carousel-control-prev-icon {
    top: 2px;
}
.carousel-control-next:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f10b';
    font-size: 25px;
}
.carousel-control-prev-icon:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f108';
    font-size: 25px;
}

/* ACTUALITES */
.home_cont_actualites {
    padding: 100px 0 0 0;
}
.home_cont_actualites ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.home_cont_actualites ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    position: relative;
    overflow: hidden;
    height: 400px;
}
.home_cont_actualites ul li img {
    height: 275px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: scale(1) translate(0, 0);
}
.home_cont_actualites ul li:hover img {
    height: 275px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: scale(1.16) translate(0%, 0%);
}
.home_cont_actualites .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.home_cont_actualites .title-post {
    font-size: 18px;
    font-weight: 500;
}
.home_cont_actualites .date-post {
    display: none;
}
.home_cont_actualites ul li .actualites-bloc {
    display: none;
    transition: all 0.5s ease-in-out;
}
.home_cont_actualites ul li:hover .actualites-bloc {
    display: block;
    position: absolute;
    bottom: -80px;
    transition: all 0.5s ease-in-out;
}
.home_cont_actualites ul li:hover .actualites-infos {
    background: #fff;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    padding: 10px;
    color: #000;
}


/* ============================================================================= */
/*                                  HEADER PAGES                                 */
/* ============================================================================= */
.not-sticking .logo-sticking {
    display: none;
}
.sticking .logo-not-sticking {
    display: none;
}
[class*="listing"] .logo-not-sticking {
    display: none;
}
[class*="listing"] .logo-sticking {
    display: block;
}

/* TOP PAGE */
.top_page {
    filter: contrast(100%) brightness(50%);
    display: block;
    height: 180px;
    margin-top: -130px;
}
.estimation .top_page {
    background-image: url(/assets/images/top_page/top_estimation.jpg);
}
.faire-gerer .top_page {
    background-image: url(/assets/images/top_page/top_location.jpg);
}
.vendre .top_page {
    background-image: url(/assets/images/top_page/top_vente.jpg);
}
.nous-rejoindre .top_page {
    background-image: url(/assets/images/top_page/top_recrutement.jpg);
}
.mentions-legales .top_page {
    background-image: url(/assets/images/top_page/top_contact.jpg);
}
.foire-aux-questions .top_page {
    background-image: url(/assets/images/top_page/top_faq.jpg);
}
.actualites .top_page {
    background-image: url(/assets/images/top_page/top_blog.jpg);
}





/* FIL D'ARIANE */
.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0;
    color: #fff;
    content: ">";
}
.breadcrumb-item {
    background: #9f8054;
    text-transform: uppercase;
    padding: 5px 10px;
    margin-top: 0;
    font-size: 20px;
    /* top: -36px;
    left: -15px; */
}
.breadcrumb-item a{
    color: #fff;
}
.breadcrumb-item.active {
    color: #fff;
    font-weight: 600;
}
/* .breadcrumb-cms {
    justify-content: flex-start;
    margin: auto 0;
} */
.breadcrumb-cms {
    padding: 0 0 15px 0;
    top: -20px;
}
[class*="listing"] .breadcrumb-cms {
    top: 0;
}



/* ============================================================================= */
/*                                  PAGE LISTING                                 */
/* ============================================================================= */

/* MOTEUR */
.container_search {
    padding: 10px 0;
}
.container_search .search_form{
    justify-content: space-between;
}
.container_search .container{
    padding-left: 0;
    padding-right: 0;
}
.container_search .bootstrap-select {
    border: 1px solid rgba(0,0,0, 0.15) !important;
}
.container_search .form-style {
    border: 1px solid rgba(0,0,0, 0.15) !important;
}
.container_search .bootstrap-select>.dropdown-toggle.bs-placeholder{
    height: 38px !important;
}
.search__form-item:nth-child(n+2) {
    width: 23%;
    height: 39px;
}
.search__form-item.c_valid { width: 4%; }
.c_valid .btn-primary {
    color: #fff;
    background-color: #9f8054;
    border-color: #9f8054;
    padding: 0;
    width: 38px;
    height: 38px;
    display: flex;
}
.c_valid .btn-primary i{
    margin: auto;
}
.not-sticking  .plusdecritere a {
    color: #fff;
    text-align: right;
    padding-right: 0;
}
.plusdecritere a {
    color: #9f8054;
    text-align: right;
    padding-right: 0;
}

.block_vue_list ul li {
    height: 38px;
    width: 38px;
    text-align: center;
    list-style: none;
    background: #9f8054;
    display: flex;
}
.block_vue_list ul li div{
    margin: auto;
    color: #fff;
}

[class*="listing"] .container {
    padding-left: 0;
    padding-right: 0;
}
.action_bar {
    margin: 50px 0!important;
}


.prod_listing > .listing_article article {
    border: 0;
    box-shadow: 2px 1px 4px rgb(0 0 0 / 15%);
}

.prod_listing.carte .spin1.info_type {
    padding-bottom: 0;
    padding-top: 0;
    padding-left: 0;
}
.prod_listing.carte .info_ville {
    font-size: 15px;
    padding-left: 0;
}
.prod_listing.carte .effect-cms .box,
.prod_listing.carte .description,
.prod_listing.damier .effect-cms .box,
.prod_listing.damier .info_titre, .info_prix-hai {
    display: none;
}
.prod_listing.carte .info_prix {
    font-size: 15px;
    margin: 15px 0;
    padding: 0 15px;
}
.card_list li > span:after {
    display: none;
}
.card_list li > span {
    color: #9f8054;
}
.card_list {
    justify-content: space-between;
    margin: 0px 15px 15px 15px;
}
.prod_listing.carte .header-item {
    padding: 5px 0 0 15px;
}
.card-fav-absolute {
    top: auto!important;
    bottom: 10px;
    right: 10px;
}
.damier .card-fav-absolute {
    top: auto;
}
.card-fav-absolute .plus-details{
    background: #9f8054;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
}
.card-fav-absolute .plus-details i{
    margin: auto;
}
.bandeaux {
    position: absolute;
    font-size: 13px;
    line-height: 12px;
    font-weight: 500;
    padding: 8px 8px 8px 0;
    z-index: 5555;
}
.block_etiquette {
    background-color: #856c4a;
}
.description {
    padding:  0 15px 15px;
    font-size: 15px;
}
.prod_listing.damier .info_ville {
    font-size: 16px;
}
.prod_listing.damier .info_prix {
    margin: 15px 0;
    padding: 0 15px;
}
.damier .header-item {
    padding: 20px 0 0 15px;
}
.prod_listing .card_foot {
    padding: 0 1.5rem 1.5rem 15px;
}
.pagination {
    margin-bottom: 30px;
}
.pagination li.active {
    z-index: 0;
    background: #ebcfa7;
    display: flex;
}
.pagination li span {
    margin: auto;
}
.page-link {
    padding: 0;
}
.page-item, li.page-laulau .page-link{
    padding: 0.2rem 0.8rem;
    background: transparent;
}
.page-item.active {
    padding: 0.2rem 0.8rem;
    background: #ebcfa7;
}


/* ============================================================================= */
/*                                  PAGE DETAILS                                 */
/* ============================================================================= */
.detail .top_page {
    background-image: url(/assets/images/top_page/top_vente.jpg);
}

.encadre-detail-contact,
.encadre-detail-partage {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
    padding: 15px;
}
.encadre-detail-partage i{
    font-size: 30px;
    color: #9f8054;
    padding-right: 0;
}
.encadre-detail-partage a{
    padding: 0 15px;
}
.encadre-detail-partage a:hover{
    background: transparent;
}
.detail_slide_thumbs {
    display: none;
}
#detailinfosdetail { font-size: 14px;}
.colonnes2 {
    column-count: 2;
}
.detail #detailinfosdetail ul li {
    margin-right: 30px;
}
.lafficheur {
    display: none;
}
.vvideovirtuelle {
    height: auto!important;
}
.dpe-txt, .detail #descdetail {
    font-size: 14px;
}
.detail label {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    color: #9f8054;
}
.detail .c_idhabit {
    display: none;
}
.detail .btn.btn-primary.pull-right {
    text-align: center!important;
    float: initial!important;
}
.detail .contact_validation {
    text-align: center;
}
.detail .carousel-control-next,.detail .carousel-control-prev {
    background: rgb(159 128 84);
    height: 40px;
    width: 40px;
    top: 45%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    z-index: 30;
    opacity: 1;
}
.detail .attribut_label0 {
    font-weight: 600;
}
.detail #detailinfosdetail ul li::after {
    display: none;
}
.detail .bloc-champ {
    padding: 0;
}
.detail .bloc-champ {
    float: inherit;
}
.detail .groupe_champs > .form-group {
    padding: 0 5px;
}

.detail .card_list {
    justify-content: flex-start;
    margin: 0;
}
.card_list li {
    font-size: 16px;
    color: #9f8054;
    margin-right: 5%;
}
.crit i ,
.card_list li i{
    font-size: 21px;
}
.detail .info_prix-hai {
    display: block;
    font-size: 14px;
    color: #26282b;
}
.detail .border-top {
    border-top: 1px solid rgba(0,0,0,0.15);
    margin: 40px 0;
}
.detail_taber .nav-link {
    padding: 10px;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #1b1e3a !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #1b1e3a;
}
.detail_header .titre:after {
    background: #1b1e3a;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #1b1e3a;
}
.retour_pret span {
    color: #1b1e3a;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #1b1e3a;
    padding-left: 10px;
}
.detail .info_titre {
    text-transform: inherit;
}
.detail .info_prix {
    padding: 0;
}
.detail .header-item {
    padding: 0;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #1b1e3a !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #1b1e3a !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


.detail .interlocuteur {
    border: 0;
    padding: 10px;
    border-radius: 5px;
    background: #fff;
    color: #000;
    text-align: center;
}
.detail .interlocuteur img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.detail .nom_collaborateur {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #1b1e3a;
    font-size: 20px;
}
.detail .interlocuteur-coord ul {
    display: flex;    
}
.detail .interlocuteur-coord ul li {
    margin: auto 10px ;   
}
.detail .interlocuteur-coord ul li .btn i {
    font-size: 24px;
    vertical-align: middle;
    margin: 0;
    color: #fff;
    top: -3px;
}
.detail .interlocuteur-coord ul li .btn-primary {
    color: #fff;
    background-color: #ebcfa7;
    border-color: #ebcfa7;
    width: 40px;
    height: 40px;
    margin-top: 5px;
}
.detail .interlocuteur-coord ul li .btn-primary:hover {
    color: #fff;
    background-color: #9f8054;
    border-color: #9f8054;
}
.btn-primary3 {
    color: #fff;
    background-color: #9f8054;
    border-color: #9f8054;
}
.btn-primary3:hover {
    color: #9f8054;
    background-color: #fff;
    border-color: #9f8054;
}

/* ============================================================================= */
/*                                  NOUS REJOINDRE                               */
/* ============================================================================= */
.nous-rejoindre .home_heading {
    margin-bottom: 35px;
}


/* SLIDER EQUIPE */
.nous-rejoindre {
    overflow-x: hidden;
}
.contenu-equipe .swiper-slide {
    width: 200px!important;
    min-width: 200px;
    align-items: flex-start;
}
.contenu-equipe .swiper-slide img {
    width: 200px;
    height: 500px;
    object-fit: cover;
    object-position: center;
}
.contenu-equipe .swiper-slide .item-infos {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: none;
    text-align: left;
    background: linear-gradient(0deg, #000, rgb(0 0 0 / 55%), rgb(0 0 0 / 3%));
    color: #fff;
    font-weight: 200;
}
.contenu-equipe .infos-contact {
    padding: 0 15px;
}
.contenu-equipe .infos-contact a{
    color: #fff;
    font-size: 15px;
}
.contenu-equipe .swiper-slide:hover .item-infos {
    display: block;
}
.contenu-equipe .rs-conseiller {
    display: flex;
    justify-content: flex-start;
}
.contenu-equipe .rs-conseiller li{
    margin-right: 20px;
}
.contenu-equipe .rs-conseiller li i{
    font-size: 20px;
}
.contenu-equipe .title-post {
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 15px;
    text-shadow: #000 0.1em 0.1em 0.2em;
}
.contenu-equipe .swiper-button-next {
    right: 0;
}
.contenu-equipe .swiper-button-prev {
    left: 0;
}




/* OFFRES */
.offres-li {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    margin: 20px 0;
}
.offres-li a:hover {
    color: #26282b;
}
.offres-li .row {
    margin: 0;
}
.offres-detail {
    display: flex;
    justify-content: space-between;
}
.offres-detail i{
    font-size: 25px;
    top: 3px;
    margin-right: 5px;
}
.offres-li .description-post {
    margin: 15px 0;
    font-size: 14px;
}
.offres-li .title-post {
    font-size: 22px;
    font-weight: 500;
}
.adminperso.offres .breadcrumb-cms { display: none;}
.btn.btn-retour {
    background: #9f8054;
    color: #fff;
    top: -23px;
    z-index: 99999;
}
/* Offre single */
.adminperso .titre-agence {
    font-size: 22px;
    text-align: center;
    margin-bottom: 20px;
}
.adminperso .offres-detail-single li {
    margin: 10px 0;
}


/* ============================================================================= */
/*                                      BLOG                                     */
/* ============================================================================= */

.actualites .content_page ul {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}
.actualites .content_page ul li {
    width: calc(100% / 3 - 20px);
    margin: 10px;
    position: relative;
    overflow: hidden;
    height: auto;
}
.actualites .content_page ul li img {
    height: 275px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: scale(1) translate(0, 0);
}
.actualites .content_page ul li:hover img {
    height: 275px;
    object-fit: cover;
    width: 100%;
    transition: all 0.5s ease-in-out;
    transform: scale(1.16) translate(0%, 0%);
}
.actualites .content_page .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.actualites.adminperso .content_page .description-post {
    margin-top: 30px;
}
.actualites .content_page .title-post {
    font-size: 18px;
    font-weight: 500;
}
.actualites .content_page .date-post {
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    color: #fff;
    background-color: #856c4a;
    margin: -17px 0 20px 10px;
    position: absolute;
    padding: 8px 10px;
    z-index: 1;
}

.actualites .content_page ul li .actualites-infos {
    background: #fff;
    padding: 10px;
    color: #000;
    margin-top: 20px;
}
.actualites .content_page ul li .actualites-infos {
    background: #fff;
    padding: 10px;
    color: #000;
}
.actualites.adminperso .breadcrumb-cms {
    display: none;
}


/* ============================================================================= */
/*                                   FAIRE GERER                                 */
/* ============================================================================= */
.faire-gerer .pl-50 { padding-left: 5%;}
.faire-gerer .img-presentation {
    position: relative;
    top: 0;
    z-index: 0;
}
.faire-gerer .img-presentation::after {
    content: "";
    bottom: -10%;
    left: -15%;
    right: 0;
    height: 500px;
    position: absolute;
    background-color: #ebcfa7;
    z-index: -1;
    width: 100%;
}


.timeline-container {
    display: flex;
    justify-content: center;
    /* padding-bottom: 300px; */
  }
  .timeline-container .vertical-scrollable-timeline {
    width: 600px;
    list-style-type: none;
    margin-top: 50px;
  }
  .timeline-container .vertical-scrollable-timeline li {
    position: relative;
    /* padding: 35px 0px 125px 158px; */
    padding: 5px 0px 70px 158px;
  }
  .timeline-container .vertical-scrollable-timeline li:last-child {
    margin-bottom: 0;
  }
  .timeline-container .vertical-scrollable-timeline li .h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #26282b;
  }
  .timeline-container .vertical-scrollable-timeline li p {
    line-height: 1.2;
    color: #26282b;
    font-size: 15px;
  }
  .timeline-container .vertical-scrollable-timeline li p i {
    font-size: 22px;
    top: 2px;
    margin: 0 6px;
  }
  .timeline-container .vertical-scrollable-timeline li p:last-child {
    margin-bottom: 0;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder {
    position: absolute;
    left: 0;
    top: 0;
    width: 104px;
    height: 104px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ebcfa7;
    z-index: 1;
    transition: 0.4s all;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder::before {
    content: "";
    width: 104px;
    height: 104px;
    position: absolute;
    background-color: #fff;
    z-index: -1;
    transition: 0.4s all;
    top: -10px;
    right: -10px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder img {
    width: 70px;
    top: -9px;
    right: -9px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder img.faire-gerer-picto{
    width: 70px;
  }
  .timeline-container .vertical-scrollable-timeline li .icon-holder img.faire-gerer-picto2{
    width: 50px;
  }
  .timeline-container .vertical-scrollable-timeline li::after {
    content: "";
    position: absolute;
    height: 0;
    width: 8px;
    background-color: #e803fc;
    left: 48px;
    top: 34px;
    z-index: 0;
    transition: 0.4s all;
  }
  .timeline-container .vertical-scrollable-timeline li::before {
    content: "";
    position: absolute;
    height: 100%;
    width: 8px;
    background-color: #ebcfa7;
    left: 48px;
    z-index: 0;
  }
  .timeline-container .vertical-scrollable-timeline li:last-child::before {
    content: unset;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder {
    background-color: #e803fc;
  }
  .timeline-container .vertical-scrollable-timeline li.active .icon-holder::before {
    background-color: #e803fc;
  }
  .timeline-container .vertical-scrollable-timeline li.active::after {
    height: 100%;
  }
  .timeline-container .vertical-scrollable-timeline li.active:last-child::after {
    content: unset;
  }

.faire-gerer-encadre {
    text-align: center;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    padding: 20px 30px;
    display: flex;
    justify-content: center;
    min-height: 245px;
    margin: 20px 0;
}
.faire-gerer-encadre .h5 {
    margin: 30px 0;
}


/* ============================================================================= */
/*                                     VENDRE                                    */
/* ============================================================================= */
.vendre .pl-50 { padding-left: 5%;}
.vendre .img-presentation {
    position: relative;
    top: 0;
    z-index: 0;
}
.vendre .img-presentation::after {
    content: "";
    bottom: -12%;
    left: -15%;
    right: 0;
    height: 470px;
    position: absolute;
    background-color: #ebcfa7;
    z-index: -1;
    width: 100%;
}
.ul-puce {
    display: flex;
    margin-bottom: 0;
}
.ul-puce li {
    padding: 2px 0!important;
    line-height: 1.2;
    color: #26282b;
    font-size: 15px;
}
.ul-puce li i {
    font-size: 22px;
    top: -4px;
    margin: 0 6px;
}
.ul-puce li::before {
    display: none;
}


/* MODIFS DU 18/09/2023 */
.carte-vendre1 {
    border: 1px solid #ebcfa7;
    padding: 20px;
    border-radius: 40px;
    /* box-shadow: 6px 3px 5px rgb(235 207 167 /100%); */
}
.carte-vendre2 {
    border: 1px solid #b28735;
    padding: 20px;
    border-radius: 40px;
    /* box-shadow: 6px 3px 5px rgb(178 135 53 / 100%); */
}
.carte-vendre3 {
    border: 1px solid #9f7a45;
    padding: 20px;
    border-radius: 40px;
    /* box-shadow: 6px 3px 5px rgb(159 122 69 / 100%); */
}
.carte-vendre4 {
    border: 1px solid #643f0b;
    padding: 20px;
    border-radius: 40px;
    /* box-shadow: 6px 3px 5px rgb(100 63 11 / 100%); */
}
.titre-carte {
    font-family: 'Playfair Display', serif;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
}
.prix-carte {
    text-align: center;
    background: #ebcfa7;
    width: 150px;
    margin: 15px auto;
    font-size: 28px;
    color: #fff;
    padding: 4px 8px;
    border-radius: 40px;
    font-weight: 600;
}
.prix-carte2{
    background: #b28735;
}
.prix-carte3{
    background: #9f7a45;
}
.prix-carte4{
    background: #643f0b;
}
.carte-vendre p {
    font-weight: 500;
    text-align: center;
}
.carte-vendre li {
    color: #737373;
    font-size: 15px;
}
.carte-vendre li i{
    font-size: 22px;
    top: -4px;
    color: #643f0b;
}







/* ============================================================================= */
/*                                      CONTACT                                  */
/* ============================================================================= */
.contact .top_page {
    background-image: url(/assets/images/top_page/top_contact.jpg);
}
.contact-encadre {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    padding: 20px 30px;
    margin: 30px 0;
}
.contact-encadre i {
    font-size: 25px;
}
.contact .home_heading i {
    font-size: 37px;
    top: 5px;
}
body.contact .map, #map_contact {
    height: 465px !important;
    margin-top: 30px;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.contact .bootstrap-select,
.detail .bootstrap-select,
.detail .form-style,
.contact .form-style {
    border: 1px solid #ebcfa7 !important;
}

/* ============================================================================= */
/*                                      ESTIMATION                               */
/* ============================================================================= */
.estimation .dropdown-menu.open.show {
    transform: translate3d(0px, 0px, 0px)!important;
}
.estimation .progress {
    background-color: #ebcfa7;
}
.estimation .progress-bar {
    background-color: #9f8054;
}
.estimation .bootstrap-select,
.estimation .form-style {
    border: 1px solid #ebcfa7 !important;
}

/* ============================================================================= */
/*                                        FAQ                                    */
/* ============================================================================= */
.faq-card {
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    padding: 15px;
}
.faq-card img {
    border-radius: 5px;
}
.faq-card .h3 {
    margin: 15px 0;
}
.faq-card .h3::after {
    content: "";
    display: block;
    position: relative;
    background: #9f8054;
    height: 1px;
    width: 50%;
    margin: 15px 0;
}


/* SOUS PAGES */
.faq-theme input[type=checkbox],
.faq-theme input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
  /* Accordion styles */  
.faq-theme .tab {
    width: 100%;
    color: white;
    overflow:hidden;
  }
.faq-theme .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: #9f8054;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    min-height: 80px;
    align-items: center;
}
.faq-theme .tab-label:hover {
    background: #9f8054;
    color: #fff;
  }
.faq-theme .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
 .faq-theme .tab-content {
    max-height: 0;
    padding: 1em;
    color: #26282b;
    background: transparent;
    transition: all 1s;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  }
.faq-theme .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #9f8054;
    cursor: pointer;
  }
.faq-theme .tab-close:hover {
    background: #9f8054;
  }
  
.faq-theme input:checked + .tab-label {
    background: #9f8054;
    color: #fff;
  }
.faq-theme input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
.faq-theme .tab-content {
    display: none;
  }
.faq-theme input:checked ~ .tab-content {
    max-height: 100%;
    padding: 0.5em;
    display: block;
    color: #26282b;
    width: 97%;
    margin: -5px auto 10px auto;
}







/* ============================================================================= */
/*                                      FOOTER                                   */
/* ============================================================================= */
.btncookie {
    background: #1b1e3a;
}
.cont_coordonnees {
    padding-bottom: 0;
    padding-top: 0;
    background: transparent;
    padding-bottom: 0;
    padding-top: 0;
    height: auto;
    top: -60px;
    color: #000;
    text-align: left;
    margin-top: 100px;
}
.cont_coordonnees .bg-beige-clair {
    padding: 30px;
}
.cont_coordonnees p {
    margin-bottom: 0;
}
.cont_coordonnees .btn {
    width: auto;
    padding: 0;
}
.cont_coordonnees hr:nth-child(4),
.cont_coordonnees hr:nth-child(11) {
    display: none;
}
.picto-footer {
    width: 64px;
    top: -11px;
}
footer {
    background: #333;
    padding: 0;
    margin-top: 50px;
}
footer,
footer a {
    color: #000;
}
footer a:hover {
    color: #9f8054;
}
.reseaux-sociaux li:hover i {
    color: #ebcfa7;
}
.reseaux-sociaux i {
    color: #fff;
    font-size: 30px;
}
.logo-footer {
    width: 180px;
    margin-bottom: 20px;
}
.plan-site li {
    padding: 2px 0;
}
.plan-site a {
    color: #fff;
    font-weight: 300;
}
.plan-site a:hover {
    color: #ebcfa7;
    text-decoration: underline;
}

/* BOITE A OUTILS */
.index #bloc_fixed {
    display: none!important;
}
.bloc-label {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    box-sizing: border-box !important;
    display: block;
    direction: ltr !important;
    right: 0;
    z-index: 1000;
}
.bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 15px 45px 0 0;
    cursor: pointer;
    white-space: nowrap;
    background-color: #fff !important;
    background-color: var(--hjFeedbackAccentColor, #fff) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transform: translateX(4px);
    border: 1px solid #9f8054;
}
.bloc-label .label .list-inline-item {
    display: block;
}
.bloc-label .label .list-inline-item .ion-social-facebook{
    padding-left: 17px;
    font-size: 24px;
    color: #9f8054;
}
.bloc-label .label .list-inline-item .ion-social-instagram{
    padding-left: 14px;
    font-size: 24px;
    color: #9f8054;
}
.bloc-label .label p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    transform: rotate(180deg);
    color: #9f8054 !important;
    color: var(--hjFeedbackAccentTextColor, #9f8054) !important;
    font-weight: 400;
    margin-left: 10px;
    font-size: 16px;
}
.bloc-label .label p:after {
    content: "";
    width: 1px;
    height: 20px;
    background: #9f8054;
    display: inline-block;
    margin-bottom: 0;
    margin-top: 9px;
    margin-right: 3px;
}





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

@media (min-width: 992px) {
    .video-wrapper video {
        height: 100vh;
        max-width: 140%;
        object-fit: cover;
    }
    nav.menu {
        margin: auto 0 auto auto;
    }
    nav.menu ul {
        margin: 0;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a,
    a:not([href]):not([tabindex]),
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        padding: 9px 10px;
        line-height: 1.2;
        color: #26282b;
        font-size: 16px;
        font-weight: 400;
    }

    .index .not-sticking .menu ul > li > a,
    .index .not-sticking .menu a:not([href]):not([tabindex]),
    .index .not-sticking .menu a:not([href]):not([tabindex]):focus,
    .index .not-sticking .menu a:not([href]):not([tabindex]):hover,
    .not-sticking .menu ul > li > a,
    .not-sticking .menu a:not([href]):not([tabindex]),
    .not-sticking .menu a:not([href]):not([tabindex]):focus,
    .not-sticking .menu a:not([href]):not([tabindex]):hover {
        padding: 9px 10px;
        line-height: 1.2;
        color: #fff;
        font-size: 16px;
        font-weight: 400;
    }
    [class*="listing"] .menu ul > li > a{
        color: #26282b!important;
    }
    .header__logo {
        display: block;
        height: 95px;
        padding: 7px 0px;
        margin: auto auto auto 0;
    }
    .index .not-sticking .header__logo {
        height: 115px;
    }
    .header__logo img {
        width: 120px;
    }
    .index .not-sticking .header__logo img {
        width: 150px;
    }
    .site-pusher {
        display: flex;
        justify-content: space-between;
    }
    .not-sticking .site-pusher {
        padding-bottom: 10px;
        border-bottom: 1px solid #fff;
        margin-bottom: 20px;
    }
    .index .not-sticking .site-pusher {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0;
    }

}

@media (max-width: 991px) {
    
    /* INDEX */
    .header {
        background: transparent;
    }
    .index-logo-not-sticking,
    .header__logo img {
        width: 100px;
        margin: 10px 40px 0 0;
    }
    .site-container.container-fluid {
        padding: 0;
    }
    .home-visuel-wrapper {
        height: auto;
    }
    .baseline {
        z-index: 20;
        position: absolute;
        top: 30%;
        -webkit-transform: translateY(30%);
        -moz-transform: translateY(30%);
        -ms-transform: translateY(30%);
        -o-transform: translateY(30%);
        transform: translateY(30%);
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 100%;
    }
    .baseline-titre {
        font-size: 2rem;
        margin-bottom: 0;
    }
    .baseline-contenu-titre p {
        font-weight: 400;
        font-size: 1.2rem;
        margin-bottom: 6px;
    }
    .social-media {
        width: 20px;
        position: absolute;
        left: 0;
        top: calc(50% + 25px);
        transform: translateY(-55%);
        z-index: 4;
        text-align: center;
    }
    .social-media .suivez-nous {
        width: 140px;
        color: #fff;
        transform: rotate(90deg);
        transform-origin: left;
        margin-left: 9px;
        font-weight: 400;
        margin-bottom: 87px;
        font-size: 15px;
    }
    .social-media ul:before {
        content: "";
        width: 1px;
        height: 27px;
        background: #fff;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 30px;
        margin-right: 4px;
    }
    .social-media i {
        font-size: 23px;
    }

    .burger-item,
    .burger-item::before,
    .burger-item::after {
        color: #9f8054;
        background: #9f8054;
    }

    /* PRESENTATION */
    .home_cont_presentation {
        padding: 20px 0 80px 0;
        height: auto;
    }
    .img-presentation img {
        max-width: 100%;
    }
    .img-presentation {
        top: -20%;
    }
    .img-presentation::after {
        content: "";
        bottom: -5%;
        left: -10%;
        right: 0;
        height: 446px;
        position: absolute;
        background-color: #ebcfa7;
        z-index: -1;
        width: 100%;
    }
    .pl-50 {padding-left: 6%;}
    .pr-50 {padding-right: 6%;}
    .home_heading, .section-titles { font-size: 25px; }
    .h2, h2 {
        margin-bottom: 15px;
        font-size: 21px;
    }
    .h3, h3 { font-size: 18px;}
    /* CATEGORIE */
    .home_cont_categories {
        padding-top: 80px;
    }
    .categorie-titre {font-size: 25px;}
    .categorie-info {padding: 25px;}
    img.svg-categorie { width: 60px; }

    /* CALCUL */
    .home_cont_calcul.curseur2 {padding: 50px 0;}
    .cursur-encadre {
        padding: 40px;
        margin-top: -100px;
    }
    .card-body__result p.h1 {font-size: 30px;}

    /* COMPTEURS */
    .compteurs-picto figure img.svg-compteurs2, .compteurs-picto figure img.svg-compteurs3, .compteurs-picto figure img { width: 90px;}
    .compteurs-picto { min-height: 114px;}
    .compteurs p { font-size: 18px; }

    /* SELECTION */
    .home_cont_selection article .block_info {
        color: #fff;
        opacity: 1;
        background: linear-gradient( rgba(0,0,0, 0.15), rgba(0,0,0, 0.75) );
    }

    /* INDEX ESTIMATION */
    .home_cont_estimation { padding: 50px 0; }

    /* INDEX AVIS CLIENTS */
    .row.row-avis-clients { justify-content: center!important;}
    .bloc-encadre .counter2 { font-size: 4rem; }
    .home_cont_avis_clients .bloc-encadre {
        margin-top: -75px;
        height: 380px;
    }

    /* INDEX ACTUALITES */
    .home_cont_actualites ul li img { height: 150px;}
    .home_cont_actualites ul li .actualites-bloc {
        display: block;
        position: relative;
        bottom: 0;
    }
    .home_cont_actualites ul li .actualites-infos {
        background: #fff;
        box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    }
    .home_cont_actualites .description-post { font-size: 13px;}
    .home_cont_actualites ul li img {
        height: 150px;
        transform: scale(1) translate(0%, 0%);
    }

    /* FOOTER */
    .picto-footer {width: 40px;}
    .cont_coordonnees p, .cont_coordonnees a, .cont_coordonnees .btn { font-size: 13px;}
    .logo-footer { width: 120px;}
    footer { padding-bottom: 0px !important;}
    .bloc-label {
        position: fixed;
        top: auto;
        transform: inherit;
        box-sizing: border-box !important;
        display: block;
        direction: initial !important;
        right: auto;
        z-index: 1000;
        bottom: 0;
    }
    .bloc-label .label {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 5px 15px 0 5px;
        cursor: pointer;
        white-space: nowrap;
        background-color: #fff !important;
        background-color: var(--hjFeedbackAccentColor, #fff) !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        width: auto;
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        transform: translateX(0px);
        border: 1px solid #9f8054;
    }
    .bloc-label .label p {
        overflow-wrap: normal !important;
        word-break: normal !important;
        word-wrap: normal !important;
        white-space: nowrap !important;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
        cursor: pointer;
        -ms-writing-mode: tb-rl;
        -webkit-writing-mode: vertical-lr;
        writing-mode: initial;
        transform: rotate(0deg);
        color: #9f8054 !important;
        color: var(--hjFeedbackAccentTextColor, #9f8054) !important;
        font-weight: 400;
        margin-left: 10px;
        font-size: 16px;
    }
    .bloc-label .label p:after {
        content: "";
        width: 30px;
        height: 1px;
        background: #9f8054;
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        margin: 0px 10px 4px 10px;
    }
    .bloc-label .label .list-inline-item .ion-social-facebook, .bloc-label .label .list-inline-item .ion-social-instagram {
        top: -3px;
    }
    .plan-site a { font-size: 13px;}
    .menu a:not([href]):not([tabindex]), .menu a:not([href]):not([tabindex]):focus, .menu a:not([href]):not([tabindex]):hover {
        color: #fff;
    }
    .menu .dropdown-menu {
        top: auto;
        margin: 10px 0 15px 0;
    }
    nav.menu ul li .dropdown-menu {
        border: 1px solid #ebcfa7;
    }
    .menu .dropdown-menu:before {
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 10px 10px 10px;
        border-color: transparent transparent #ebcfa7 transparent;
        position: absolute;
        left: 0px;
        top: -10px;
    }
    .menu .dropdown-item {
        font-weight: 300;
    }
    .btn-header {
        white-space: break-spaces;
    }
    .container.site-container {
        max-width: 100%;
    }
    .categorie-contenu {
        min-height: 250px;
    }
    [class*="listing"] .logo-sticking {
        display: inherit;
    }
    [class*="listing"] .main-content {margin-top: 15%;}
    .listing .row, [class*="listing-"] .row {
        margin: 0;
     }
     .search__form-item:nth-child(n+2) {
         width: 100%;
         height: 39px;
     }
     .plusdecritere .text-filtre1,
     .plusdecritere .text-filtre2 {
         width: 100%;
         text-align: left;
 
     }
     .plusdecritere .text-filtre1 a,
     .plusdecritere .text-filtre2 a {
         color: #000!important;
     }
     .top_page {
        filter: contrast(100%) brightness(50%);
        display: block;
        height: 100px;
        margin-top: 0;
    }
    .detail .interlocuteur img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100px;
        height: 100px;
        border-radius: 50%;
    }
    .detail .container_page {
        margin-top: 20px;
    }
    .detail .nom_collaborateur {
        font-size: 14px;
    }
    .detail .interlocuteur-coord ul li .btn-primary {
        width: 30px;
        height: 30px;
        padding: 0;
    }
    .detail .interlocuteur-coord ul li .btn i {
        font-size: 20px;
        vertical-align: middle;
        margin: 0;
        color: #fff;
        top: 1px;
    }
    .detail .h4,.detail  h4 {
        font-size: 16px;
    }
    .detail .groupe_champs > .form-group {
        width: 100%;
    }
    .detail .btn.btn-primary.pull-right {
        font-size: 14px;
    }
    .encadre-detail-partage i {
        font-size: 24px;
    }
    .detail .h2,.detail  h2 {
        margin-bottom: 15px;
        font-size: 17px;
    }
    .btn-primary3 {
        font-size: 12px;
    }
    .contenu-equipe .swiper-slide {
        width: 170px!important;
        min-width: 170px;
        align-items: flex-start;
    }
    .contenu-equipe .swiper-slide img {
        height: 300px;
    }
    .offres-detail li {
        text-align: center;
    }
    .actualites .content_page ul li {
        width: calc(100% / 2 - 20px);
    }
    .actualites .content_page ul {
        flex-wrap: wrap;
    }
    .home_cont_actualites {
        padding: 0;
    }
}

@media (max-width: 610px) {
    .cursur-encadre ul {
         display: block;
         text-align: center;
    }
    .cursur-encadre {
        padding: 20px;
        margin-top: 0;
    }
    .cursur-encadre img {
        margin: 10px 10px 20px 10px;
    }
    .bloc-fonce,
    .bloc-clair {
        padding: 30px;
    }
    body {
        overflow-x: hidden;
    }
    .home-visuel-wrapper {
        background: transparent!important;
        background-size: cover!important;
        height: 70vh;
        background-position: center center;
        overflow-x: hidden;
    }
    #player {
        width: 250%;
    }

    .baseline-titre {
        font-size: 1.6rem;
    }
    .baseline-contenu-titre p {
        font-size: 1rem;
    }
    .social-media {
        width: 100%;
        position: relative;
        left: auto;
        top: auto;
        transform: none;
        z-index: 4;
        text-align: left;
        margin-top: 15px;
    }
    .social-media .suivez-nous {
        width: 100%;
        color: #fff;
        transform: rotate(0deg);
        transform-origin: initial;
        margin-left: 0px;
        font-weight: 400;
        margin-bottom: 0;
        font-size: 15px;
        margin-left: 40px;
    }
    .social-media ul:before {
        display: none;
    }
    .social-media i {
        font-size: 32px;
    }
    .social-media ul {
        margin: 0 0 0 40px;
    }
    .social-media ul .list-inline-item {
        padding-right: 10px;
    }
    .menu a:not([href]):not([tabindex]), .menu a:not([href]):not([tabindex]):focus, .menu a:not([href]):not([tabindex]):hover {
        color: #fff;
    }
    .img-presentation {
        position: relative;
        top: 0;
        z-index: 0;
        text-align: center;
    }
    .faire-gerer .img-presentation,
    .vendre .img-presentation {
        margin-bottom: 80px;
    }
    .img-presentation img {
        max-width: 76%;
    }
    .img-presentation::after, .faire-gerer .img-presentation::after{
        content: "";
        bottom: -7%;
        left: 0;
        right: 0;
        height: 440px;
        position: absolute;
        background-color: #ebcfa7;
        z-index: -1;
        width: 75%;
    }
    .vendre .img-presentation::after {
        content: "";
        bottom: -7%;
        left: 0;
        right: 0;
        height: 400px;
        position: absolute;
        background-color: #ebcfa7;
        z-index: -1;
        width: 75%;
    }
    .home_cont_presentation .section-titles {
        margin-top: 80px;
    }
    .home_cont_calcul p.h3 {
        font-size: 26px;
    }
    .home_cont_calcul #content {
        margin-top: 0;
    }
    .index-img-equipe {
        margin-top: 80px;
    }
    .home_cont_avis_clients .bloc-encadre {
        margin-top: 0;
        height: 380px;
    }
    .home_cont_actualites ul {
        display: block;
    }
    .home_cont_actualites ul li img {
        height: 240px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 1 - 20px);
    }
    .plan-site {
        text-align: center;
    }
    .home_cont_selection .swiper-button-next {
        right: -5px;
    }
    .home_cont_selection .swiper-button-prev {
        left: -5px;
    }
    .header__logo img {
        width: 75px;
        margin: 10px 40px 0 0;
    }
    .top_page {
        height: 80px;
        margin-top: 0;
    }
    .timeline-container .vertical-scrollable-timeline li .h4 {
        font-size: 18px;
    }
    .timeline-container .vertical-scrollable-timeline li {
        padding: 5px 0px 70px 140px;
    }
    .prod_listing > .listing_article article {
        width: calc(100% / 1 - 20px);
        margin: 10px;
    }
    [class*="listing"] .logo-sticking {
        display: inherit;
    }
    .listing .row, [class*="listing-"] .row {
       margin: 0;
    }
    .search__form-item:nth-child(n+2) {
        width: 100%;
        height: 39px;
    }
    .plusdecritere .text-filtre1,
    .plusdecritere .text-filtre2 {
        width: 100%;
        text-align: left;

    }
    .plusdecritere .text-filtre1 a,
    .plusdecritere .text-filtre2 a {
        color: #000!important;
    }
    .card_list li {
        display: inline-flex;
        width: calc(100% / 2 - 20px);
    }
    .detail .card_list {
        display: block;
    }
    .colonnes2 {
        column-count: 1;
    }
    .detail embed {
        height: 220px!important;
    }
    .contenu-equipe .swiper-slide img {
        width: 100%;
        height: 300px;
    }
    .offres-detail {
        display: block;
        justify-content: space-between;
    }
    .actualites .content_page ul li {
        width: calc(100% / 1 - 20px);
    }
    .actualites .content_page ul {
        display: block;
    }
    .contact-encadre {
        padding: 20px 15px;
    }
    .contact-encadre a{
        font-size: 14px;
    }
    .carte-vendre2 {
        margin-top: 20px;
    }
}