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

@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');
/* font-family: 'Montserrat', sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&display=swap');
/* font-family: 'Outfit', sans-serif; */

.validation { display: none;}

body {    
    font-family: 'Montserrat', sans-serif; 
    background: #000;
    color: #fff;
}
p { font-size: 17px;}

/* COULEURS */
.violet {
    color:#fbee37;
}
.bleu {
    color:#009a4e;
}

.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-secondary,
.btn-success{
    color: #fff;
    background-color: #009a4e;
    border-color: #009a4e;
}
.btn-primary:hover,
.btn-info:hover,
.btn-secondary:hover,
.btn-success:hover{
    color: #000;
    background-color: #fbee37;
    border-color: #fbee37;
}

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

.alert-danger {
    color: #fff;
    background-color: #009a4e;
    border-color: #009a4e;
    text-align: center;
    margin: 5% 0;
}


a {
    color: #fbee37;
}
a:hover {
    color: #009a4e;
}
.h3, h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 400;
}

/* MENU */
.header .not-sticking,
.header .sticking {
    background: #000;
}
.index .header .not-sticking {
    background: transparent;
}
.menu .dropdown-menu {
    padding: 0;
    margin: 0;
    color: #000;
    text-align: left;
    background-color: #fff;
    border: none;
    border-radius: 0;
}
.menu a.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.5rem 0.85rem;
    clear: both;
    color: #009a4e;
    text-align: inherit;
    background: 0 0;
    border: 0;
}
.menu a.dropdown-item:hover {
    color: #fff!important;
    background: #fbee37;
}

/* LANG */
.lang {
    position:absolute;
    z-index:20;
    top:0;
    right:10px;
}
.lang ul{
    display: flex;
}
.lang ul li{
    padding: 0 8px;
}
.lang .ion-android-person{
    font-size: 25px;
    color: #fff;
}
.lang .ion-ios-email-outline{
    font-size: 30px;
    color: #fff;
}
.lang .ion-ios-bell-outline{
    font-size: 28px;
    color: #fff;
}
.lang .ion-ios-heart-outline {
    font-size: 25px;
    color: #fff;
    top: 4px;
}

.badge-pill {
    margin-left: -8px;
    padding-right: 0.4em;
    padding-left: 0.4em;
}






/* MOTEUR */
.moteur {
    padding:0;
    bottom: 0;
    background-color: transparent;
}
.moteur .container {
    background: rgba(0,0,0, 0.6);
    border-radius: 10px;
}
.container_search a {
    color: #fff;
}
.container_search .btn-primary:hover {
    background-color: #444;
    border-color: #444;
}
.container_search .btn-primary {
    background-color: #009a4e;
    border-color: #fff;
}
.index .container_search .btn-primary {
    background-color: #009a4e;
    border-color: #009a4e;
}
.container_search .btn-primary:hover {
    background-color: #fbee37;
    border-color: #fbee37;
    color: #000;
}
.radio_trans {
    justify-content: center;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    padding: 7px;
    margin: 10px 20px 5px 20px;
}
.radio_trans input,
.radio_trans input[type=radio].css-checkbox + label.css-label {
    color: #fff;
    text-transform: initial!important;
    font-weight: 500;
    font-size: 19px;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    border-bottom: 2px solid #fbee37;
    color: #fff;
    font-size: 19px;
}
.index .radio_trans label.css-label {
    text-transform: initial!important;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
    color: #fff;
}
.index .picto-svg {
    width: 20px;
    margin-right: 5px;
    top:-2px;
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(105%) contrast(102%);
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label .picto-svg{
    /* filter: invert(34%) sepia(26%) saturate(905%) hue-rotate(314deg) brightness(93%) contrast(100%); */
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(70deg) brightness(105%) contrast(102%);
}


/* ==================================================================== */
/*                                 INDEX                                */
/* ==================================================================== */
/*SLIDER ACCUEIL*/
.bgAccueil {
    background: none !important;
    overflow: hidden;
}
.carousel-indicators {
    display: none;
}
.carousel-fullscreen .carousel-inner .carousel-item {
    height: 100vh;
    min-height: 600px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
#carouselExampleIndicatorsHome .carousel-item {
    background-size: cover;
    background-position: bottom center;
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(1) {
    background-image: url('/assets/images/slider_home/1.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(2) {
    background-image: url('/assets/images/slider_home/2.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(3) {
    background-image: url('/assets/images/slider_home/3.jpg');
}
/* #carouselExampleIndicatorsHome .carousel-item:nth-child(4) {
    background-image: url('/assets/images/slider_home/4.jpg');
}
#carouselExampleIndicatorsHome .carousel-item:nth-child(5) {
    background-image: url('/assets/images/slider_home/5.jpg');
} */
.header {
    background: rgba(0,0,0, 0.6);
}

.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%);
}
.baseline img {
    width: 300px;
}
.estimation-svg {
    filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(23deg) brightness(114%) contrast(100%);
    width: 30px;
    margin-right: 8px;
    top: -3px;
}
.btn-header {
    background: #009a4e;
    color: #fff;
    padding: 15px 30px;
    font-size: 17px;
}
.btn-header:hover {
    background: #fbee37;
    color: #fff;
}
footer .btn {
    border: 1px solid #fff;
}



/* SELECTION */
.section-title {
    font-size: 2em;
    line-height: 1.1;
    text-transform: none;
    padding: 10px 0;
    font-weight: bold;
    letter-spacing: inherit!important;
    color: #009a4e;
    text-align: center;
}
.simple-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    text-align: center;
    margin-bottom: 25px;
}
.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: 80%;
    text-align: center;
    font-size: 28px;
    color: #000;
    opacity: 1;
    transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
    will-change: opacity;
    position: relative;
    top: -50px;
    z-index: 2;
    text-transform: uppercase;
    height: 100%;
    display: flex;
    margin: auto;
    background: #fff;
    /* border: 1px solid #d9d9d9; */
    box-shadow: 0 0 40px rgba(73,73,73,0.19);
}
.home_cont_selection article .info_type,
.home_cont_selection article .info_numero,
.home_cont_selection article .info_prix-hai {
    display: none;
}
.home_cont_selection .info_titre {
    text-transform: capitalize;
}
.home_cont_selection .info_titre,
.home_cont_selection .info_ville {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    font-weight: 300;
    text-align: center;
}
.home_cont_selection .info_prix {
    font-size: 16px;
    margin: 0;
    line-height: 1.2;
    padding: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    margin-top: 6px;
    text-transform: initial;
}
.home_cont_selection .info_prix sup {
    top: -4px;
    font-size: 14px;
}
.home_cont_selection .effect-cms {
    padding: 15px 10px;
    margin: auto 0;
    width: 100%;
}
.home_cont_selection .header-item {
    line-height: 0.9;
}
.home_cont_selection .swiper-button-prev {
    left: -50px;    
}
.home_cont_selection .swiper-button-next{
    right: -50px;    
}
.home_cont_selection .header-item2 ul{
   display: flex;
    justify-content: center;
}
.home_cont_selection .header-item2 .plus-details{
   width: 40px;
   height: 40px;
   background-color: #009a4e;
   display: flex;
}
.home_cont_selection .header-item2 .plus-details i{
   margin: auto;
   font-size: 25px;
   color: #fff;
}
.home_cont_selection .btn.beige,
.home_cont_actualites .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
}
.home_cont_selection .btn.beige:hover,
.home_cont_actualites .btn.beige:hover {
    border-bottom: 1px solid #009a4e;
    color: #009a4e;
}
.home_cont_selection_vendus .block_info > .effect-cms {
    cursor: auto!important;
}
.home_cont_selection .swiper-button-next,
.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: #009a4e;
    border-radius: 0;
}
.home_cont_selection .swiper-button-next: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_selection .swiper-button-next:after {
    content: '\f10b';
    font-size: 25px;
}
.home_cont_selection .swiper-button-prev:after {
    content: '\f108';
    font-size: 25px;
}

/* HOME ESTIMATION */
.home_cont_estimation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.35), rgba(0,0,0, 0.35) ),url(/assets/images/background-estimation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_estimation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: linear-gradient( rgba(0,0,0, 0.5), rgba(0,0,0, 0.5) ),url(/assets/images/background-presentation.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .simple-title {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 15px;
    text-align: left;
}
.home_cont_presentation .small-title {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
}

.home_cont_presentation .btn.beige {
    padding: 0.5rem 0rem 0rem 0rem;
    margin-top: 10px;
    color: #fff;
}
.home_cont_presentation .btn.beige:hover {
    border-bottom: 1px solid #009a4e;
    color: #009a4e;
}


/* CATEGORIES */
.home_cont_selection, .home_cont_categories {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #000;
}
.home_cont_categories .cat-bloc .simple-title {
    font-size: 20px;
    text-transform: initial;
    font-weight: 200;
    letter-spacing: 1px;
    color: #fff;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1;
}
.home_cont_categories .cat-bloc:hover .simple-title {
    font-size: 20px;
    text-transform: initial;
    font-weight: 200;
    letter-spacing: 1px;
    color: #009a4e;
    margin-top: 5px;
    display: inline-block;
    text-align: left;
    margin-bottom: 25px;
    padding-left: 0;
    line-height: 1;
}
.home_cont_categories .cat-bloc .simple-title strong{
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
}

/* HOME ALERTE EMAIL */
.home_cont_alertes {
    padding: 0;
    background: #009a4e;
    text-align: center;
}
.home_cont_alertes .border-top-bottom{
    padding: 30px 10px;
    /* border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd; */
}
.home_cont_alertes .btn-primary {
    color: #000;
    background-color: #fbee37;
    border-color: #fbee37;
}
.home_cont_alertes .btn-primary:hover {
    color: #fff;
    background-color: #009a4e;
    border-color: #fff;
}
.home_cont_alertes p {
    color: #fff;
}

/* HOME ACTUALITES */
.home_cont_actualites {
    padding: 50px 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;
    height: 100%;
    box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
    color: #000;
}
.home_cont_actualites a:hover {
    color: #000;
}
.home_cont_actualites a:hover .beige{
    color: #009a4e;
}
.home_cont_actualites img {
    height: 275px;
    object-fit: cover;
    width: 100%;
}
.home_cont_actualites .description-post {
    margin-top: 0;
    min-height: 85px;
    font-size: 15px;
}
.home_cont_actualites .title-post {
    font-size: 18px;
    font-weight: 600;
    color: #009a4e;
    margin-bottom: 10px;
}
.home_cont_actualites i {
    font-size: 26px;
    vertical-align: middle;
    margin-right: 5px;
}
.home_cont_actualites .date-post {
    font-size: 16px;
    position: absolute;
    bottom: -12px;
    right: 25px;
    left: auto;
    background: #009a4e;
    width: auto;
    color: #fff;
    padding: 3px 7px;
}
.home_cont_actualites .actualites-infos {
    padding: 15px;
}


/* ==================================================================== */
/*                                LISTING                               */
/* ==================================================================== */
article .effect-cms span.prix-loc {
    font-size: 17px;
}
.prod_listing a {
    color: #000;
}
.prod_listing article {
    background: #fff;
    color: #000;
}
.prod_listing.damier > .listing_article article {
    text-align: center;
    background: #fff;
    color: #000;
}
.prod_listing .info_titre,
.prod_listing .info_prix-hai {
    display: none;
}
.card_list li > span:after {
    display: none;
}
.damier .card_list {
    margin-bottom: 15px;
    margin-top: 10px;
}
.prod_listing .info_prix {
    margin: 15px 0;
    line-height: 1;
    padding: 0 20px;
    color: #009a4e;
    font-weight: 600;
    font-size: 20px;
}
.prod_listing .info_type {
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
}
.prod_listing .info_ville {
    font-size: 16px;
    padding-top: 0;
    font-weight: 400;
}
.prod_listing.damier .description {
    padding: 0 10px;
}
.prod_listing.damier .description {
    padding: 0 10px;
    text-transform: initial;
    font-size: 14px;
    text-align: left;
}
.prod_listing.listing .description {
    padding: 0 20px;
    margin-bottom: 10px;
}
.prod_listing.carte .description {
    display: none;
}
.prod_listing.listing .card_list {
    justify-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 17px;
    padding: 0 20px;
}
.prod_listing.listing .card_list li {
    margin-right: 20px;
}
.prod_listing.carte .info_ville,
.prod_listing.carte .spin1.info_type {
    padding-left: 0;
}
.prod_listing.carte .info_prix {
    font-size: 18px;
}

.page-item .page-laulau {
  z-index: 2;
  color: #000;
  background-color: #fff;
  border:none;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  font-size:15px;
}
.page-item .page-laulau:hover {
  background-color: #009a4e;
  color: #fff;
  padding: .55rem .75rem;
}
.page-item.active .page-link {
  background-color: #009a4e;
  color: #fff;
}

/* ==================================================================== */
/*                             PAGE DETAILS                             */
/* ==================================================================== */
.detail_taber .nav-link {
    padding: 10px;
}
.detail_header_sticky {
    background: #009a4e;
}
.detail_header_sticky .titre,
.detail_header_sticky a{
    color: #fff;
}
.detail_taber .nav-link.active,
.detail_taber .nav-link:hover {
    background: #009a4e !important;
    color: #fff;
    padding: 10px;
}
.detail_taber {
    border-bottom: 1px solid #009a4e;
}
.detail_header .titre:after {
    background: #009a4e;
}
.detail_header .crit span:nth-child(1) {
    font-weight: 600;
}
.retour_pret {
    font-size: 25px;
    font-weight: 700;
    color: #009a4e;
}
.retour_pret span {
    color: #009a4e;
}
.detail .page_heading {
    font-size: 22px;
    font-weight: 500;
    border-left: 2px solid #009a4e;
    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: #009a4e !important;
}
.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #009a4e !important;
}
.detail #descdetail{
    text-align: justify;
}
/*MISE EN FORME TABLEAU DETAILS*/
.detail .attribut_label0 {
    position: relative;
    background: #fff;
}
.detail .bloc-champ{
    background: #fff;
}


/* ==================================================================== */
/*                              AUTRES PAGES                            */
/* ==================================================================== */
.sidebar {
    margin-top: 0;
    display: none;
}
.recherche-detaillee .sidebar {
    display: block;
    text-align: center;
    margin-top: 0;
    background-color: #000;
}
.form-search-d label.btn, .form-search-d label.btn.small {
    border: 1px solid #ddd;
    font-size: .7em;
    width: 100%;
    background-color: #333232;
    margin: 0;
    height: 100px;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    color: #000;
}
.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire {
    width: 100%;
}
.bg_collapse {
    background-color: #000;
}
.content_page {
    width:100%;
}
.recherche-detaillee .content_page {
    width: 66.6667%;
}

.header-photo {
    margin: 2% 5%;
}
.header-photo img{
    filter: brightness(0.6);
}
.contact .header-photo img{
    filter: brightness(1);
}

.header-photo h1 {
    position: absolute;
    top: 75%;
    -webkit-transform: translateY(-75%);
    -moz-transform: translateY(-75%);
    -ms-transform: translateY(-75%);
    -o-transform: translateY(-75%);
    transform: translateY(-75%);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-shadow: #000000c7 2px 2px 2px;
    font-size: 2.5rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
}

h2.deco, .page-heading {
    color: #009a4e;
    font-size: 28px;
    font-weight: 400;
}
h2.deco span{
    text-transform: uppercase;
    font-weight: 800;
}
h2.deco::after,
.page-heading::after {
    content: "";
    display: block;
    position: relative;
    background: #009a4e;
    height: 2px;
    width: 100px;
    margin: 15px 0;
}

.comparateur .container.resettop .nav-link.active {
    background: #dfdfdf;
}
.comparateur .container.resettop {
    top: -70px;
}



/* ============================================================================ */
/*                                      AGENCE                                  */
/* ============================================================================ */
.equipe .content_page {
    width: 100%;
  }
  .equipe .sidebar {
    display: none;
  }
  .agence .equipe ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .agence .equipe ul li {
    position: relative;
    width: calc(100% / 3 - 1em);
    margin: calc(0.5em * 2) 0.5em;
    overflow: hidden;
  }

  .agence .equipe .border-equipe {
    padding: 5px;
    background: none;
  }
  .agence .equipe .infos {
    text-align: center;
  }
  .agence  .equipe .infos-contact {
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .agence .equipe .p-15 {
    padding-left: 0;
    padding-right: 0;
}
  .agence .equipe .title-post {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .agence .equipe .fonction-post {
    font-size: 0.9rem;
    font-weight: 400;
  }
  .agence .equipe ul.rs-conseiller {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
    justify-content: center;
  }
  .agence .equipe i {
    font-size: 20px;
    color: #009a4e;
  }
  .equipe .tel-post,
  .equipe .mail-post {
    margin: 8px 0;
  }
  
  @media (max-width: 991px) {
  
  }
  @media (max-width: 768px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(49% - 2em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 1em);
    }
  }
  @media (max-width: 500px) {
    .agence .equipe ul li {
      position: relative;
      width: calc(100% - 1em);
      margin: calc(0.5em * 2) 0.5em;
      overflow: hidden;
    }
    .agence .equipe ul.rs-conseiller li {
      width: calc(33% - 2.5em);
    }
    .agence .equipe .border-equipe {
      margin: 15px auto;
      width: 250px;
    }
    .agence .equipe .rs-conseiller i {
      font-size: 30px;
    }
  }

.titre-footer {
    text-transform: uppercase;
    font-weight: 400;
    color: #fbee37;
}

/*//////////////AGENCE////////////*/
.agence .adresse-footer {
    display: none;
}
.bloc-agence {
    border: 1px solid rgba(0,0,0,0.3);
    padding: 10px;
    text-align: center;
    margin: 10px 0;
    background: #fff;
    color: #000;
}
.bloc-agence h3 {
    font-size: 20px;
    color: #009a4e;
    font-weight: 600;
    margin: 10px 0;
}
.bloc-agence .responsable-agence span {
    font-weight: 600;
}
.bloc-agence table {
    margin: 30px 0 10px 0;
    width: 100%;
}
.bloc-agence table td {
    border: 1px solid rgba(0,0,0,0.1);
}



/* ==================================================================== */
/*                                 FOOTER                               */
/* ==================================================================== */
footer {
    background-color: #000;
    padding: 50px 10px;
}
.logo-footer {
    width: 280px;
}
footer .reseaux-sociaux p {
    margin-bottom: 0;
}
footer .reseaux-sociaux i {
    font-size: 30px;
    margin-right: 10px;
}
footer .reseaux-sociaux li:hover i {
    color: #fbee37;
}
footer .address .btn-primary {
    padding: 0;
}
footer .address .btn-primary:hover {
    background-color: #009a4e;
    text-decoration: underline;
    border-color: #009a4e;
    color: #fbee37;
}
footer a:hover {
    color: #fbee37;
}
footer .border-top {
    border-top: 1px solid rgba(255,255,255,0.3);
    padding-top: 25px;
}

/* TOP LINK */
.top_link {
    z-index: 99;
    bottom: 85px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #f1f1f1;
    opacity: 1;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 20%);
    padding: 0;
    height: 4rem;
    width: 4rem;
    display: flex;
    right: 20px;
  }
  .top_link:hover {
    height: 4rem;
    background: rgb(228, 228, 228);
  }
  .top_link::before {
    content: url(/assets/images/retour-top.png);
    display: block;
    position: relative;
    font-size: 16px;
    text-align: center;
    margin: auto;
  }
  #bloc_fixed .bloc {
    background: transparent;
    color: #fff;
    padding-left: 0;
}
#bloc_fixed .bloc a {
    color: #fff;
    justify-content: center;
    width: 100%;
}
#bloc_fixed .bloc.bloc2 {
    bottom: 90px;
    background: #009a4e;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 40%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 99999;
  }
  #bloc_fixed .bloc,
  #bloc_fixed .bloc.bloc1 {
    bottom: 10px;
    background: #009a4e;
    border: 1px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 40%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    position: fixed;
    display: flex;
    z-index: 99999;
  }
  #bloc_fixed .bloc:hover, #bloc_fixed .bloc.bloc1:hover {
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 80%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    background: #fbee37;
  }
  .bloc.bloc2:hover {
    box-shadow: 0 0 1rem 0 rgb(60 60 60 / 80%);
    height: 4rem;
    width: 4rem;
    right: 20px;
    background: #fbee37;
  }
  .bloc ul {
    height: auto;
    text-align: center;
    margin: auto;
}
  /* .bloc.bloc4 {
    display: block;
  } */
  #bloc_fixed .bloc1 ul li:nth-child(1), #bloc_fixed .bloc2 ul li:nth-child(1), #bloc_fixed .bloc3 ul li:nth-child(1), #bloc_fixed .bloc4 ul li:nth-child(1) {
    margin-right: 0;
}
#bloc_fixed .bloc {
    background: transparent;
    color: #fff;
}
#bloc_fixed {
    bottom: 0;
}

aside.aside_contact {
    color: #000;
    z-index: 55555555;
    height: auto ! important;
    width: 340px;
    overflow: auto;
    top: 25% !important;
    left: 100%;
    background-color: #eeeeee!important;
    border-radius: 10px;
    border: 1px solid  #000;
  }
  
  aside .contact_coordinates {
    border-bottom: 0px solid #d9d9d9;
    padding: 0;
    text-align: center;
  }
  .titre-aside {
    font-size: 19px;
      text-transform: uppercase;
      font-weight: 500;
      margin-top: 20px;
      color: #009a4e;
  }
  .contact_coordinates .btn {
    margin-bottom: 20px;
  }
  .contact_coordinates .btn-primary:hover {
    border-color: #fff;
}

.adresse-footer {
    /* border-top: 1px solid rgba(255, 255, 255, 0.3);
    padding-top: 20px; */
}

.adresse-footer ul {
    display: flex;
    flex-wrap: wrap;
}

.adresse-footer ul li{
    width: calc(100% / 4 - 5px);
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
}

/* ==================================================================== */
/*                               RESPONSIVE                             */
/* ==================================================================== */
@media (min-width: 992px) {
    .site-pusher {
        display: flex;
        justify-content: space-around;
    }
    .index .not-sticking .site-pusher {
        display: block;
    }
    nav.menu {
        margin: auto 0;
    }
    nav.menu ul {
        margin: auto 0;
    }
    .index .not-sticking     nav.menu ul {
        margin: 20px 0;
    }
    nav.menu ul li {
        display: inline-block;
        padding: 7px 15px;
    }
    .menu ul > li > a,
    .menu a:not([href]):not([tabindex]),
    .menu a:not([href]):not([tabindex]):focus {
        padding: 0;
        line-height: 1.2;
        color: #fff;
        font-size: 15px;
        font-weight: 400;
        text-transform: uppercase;
    }
    .index .not-sticking .menu ul > li > a{
        color: #fff;
    }
    .menu ul > li:hover > a,
    .menu ul > li.active > a,
    .menu a:not([href]):not([tabindex]):hover,
    .index .not-sticking .menu ul > li:hover > a  {
        color: #fbee37;
    }

    .header nav ul > li.active > a::after,
    .header nav ul > li > a:hover::after,
    .index header nav ul > li > a:hover::after {
        width: 100%;
    }
    .index .header .not-sticking ul > li.active > a::after {
        width: 0%;
    }
    .header nav ul > li > a::after {
        content: "";
        position: absolute;
        bottom: -10px;
        left: 0;
        z-index: 1;
        width: 0;
        height: 3px;
        background: #fbee37;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .header__logo {
        display: block;
        height: 120px;
        padding: 0;
    }
    .index .not-sticking .header__logo {
        height: auto;
    }
    .header__logo img {
        width: 140px;
        padding: 5px;
    }
    .lang {
        position: absolute;
        z-index: 20;
        top: 40px;
        right: 10px;
    }
    .index .not-sticking .lang {
        top: 0px;
    }
}

@media (min-width: 992px) {
    .display-pc {
        display: none!important;
    }
}
@media (max-width: 991px) {
    .moteur {
        position: relative;
    }
    .lang { display: none;}
    .menu a:not([href]):not([tabindex]) {
        color: #fff;
        text-decoration: none;
    }
    .menu .dropdown-menu {
        padding: 0 0 0 15px;
        margin: 0 0 20px 0;
        background-color: #000!important;
    }
    .display-pc {
        display: block;
    }
    .header__logo img {
        width: 300px;
        margin: 10px 0;
    }
    .index .not-sticking .header__logo img {
        width: 300px;
        margin: 10px 0;
    }
    .index .header {
        background: transparent;
    }
    .menu ul li {
        text-align: left;
    }
    .burger-item {
        top: 30px;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #fff;
        background: #fff;
    }
    .index .not-sticking .burger-item,.index .not-sticking  .burger-item::before,.index .not-sticking  .burger-item::after {
        color: #000;
        background: #000;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 4px);
    }
    .index .search__form-item.c_valid {
        margin: 0 auto!important;
    }
    .home_cont_selection .swiper-button-next {
        right: -20px;
    }
    .home_cont_selection .swiper-button-prev {
        left: -20px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 2 - 20px);
    }
    .header {
        background: #009a4e;
    }
    .index .header {
        background: transparent;
    }
    [class*="listing-"] .main-content,
    [class*="listing"] .main-content {
        margin-top: 15%;
    }
    .modal-body a {
        color: #000!important;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 30px;
        font-size: 20px;
        background: #fbee37;
        padding: 3px 12px;
        border-radius: 5px;
        color: #fff;
    }

    .agence .equipe ul {
        justify-content: center;
    }

    .bg_collapse .btn-content {
        top: 0;
    }
    .comparateur .container.resettop {
        top: -44px;
    }
    .logo-footer {
        width: 245px;
    }
    footer .col-12.col-md-12.col-lg-3.text-left {
        text-align: center!important;
    }
    .agence h2.deco {
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #009a4e;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }
    .simple-title {
        font-size: 19px;
    }

    .adminpersos .actualites-infos {
        min-height: 226px;
    }
    .menu a.dropdown-item:hover {
        color: #fff!important;
        background: transparent;
    }
    .moteur .container {
        background: transparent;
    }
    .plusdecritere {
        margin-top: 0;
    }
    .plusdecritere .text-filtre1 {
        display: none;
    }
    #bloc_fixed_bottom {
        background: #fff;
        border-top: 1px solid #000;
        z-index: 9999999999999;
    }
    #bloc_fixed_bottom .bloc {
        width: auto;
        padding-left: 0;
        text-align: center;
    }
    #bloc_fixed_bottom .bloc p {
        font-size: 12px;
        top: -5px;
        margin-bottom: 0;
    }
    #bloc_fixed_bottom .bloc ul {
        height: auto;
        display: flex;
    }
    #bloc_fixed_bottom .bloc.bloc1,
    #bloc_fixed_bottom .bloc.bloc3,
    #bloc_fixed_bottom .bloc.bloc2 {
        font-size: 16px;
        position: relative;
        border: none;
        outline: none;
        padding: 5px 0 0 0;
        cursor: pointer;
        white-space: nowrap;
        border: none;
        background-color: transparent !important;
        transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
        opacity: 1;
        display: flex;
        flex-direction: row;
        align-items: center;
        border-radius: 0;
        transform: translateX(0px);
        width: auto;
        text-align: center;
        transform: translateY(0px);
        height: auto;
        justify-content: center;
        color: #000!important;
        margin: 0;
    }
    #bloc_fixed_bottom .bloc1 ul li:nth-child(1), #bloc_fixed_bottom .bloc2 ul li:nth-child(1), #bloc_fixed_bottom .bloc3 ul li:nth-child(1), #bloc_fixed_bottom .bloc4 ul li:nth-child(1) {
        margin-right: 0;
    }
    #bloc_fixed_bottom .bloc a {
        color: #000;
    }
    #bloc_fixed_bottom .bloc1 i, #bloc_fixed_bottom .bloc2 i, #bloc_fixed_bottom .bloc3 i, #bloc_fixed_bottom .bloc4 i {
        font-size: 1.7rem;
        line-height: 0;
    }
    #bloc_fixed_bottom .bloc:hover {
        background: transparent;
    }
    .bloc.bloc2:hover {
        box-shadow: 0 0 1rem 0 transparent;
        right: 0;
    }
    .top_link {
        bottom: 70px;
        height: 3rem;
        width: 3rem;
        right: 10px;
      }
      .top_link:hover {
        height: 3rem;
        background: rgb(228, 228, 228);
      }
      .menu {
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, .95);
        width: 100%;
        -webkit-transform: translateY(-350px);
        transform: translateY(0px);
        transform: translateX(-100%);
        height: 0;
    }
    .with--sidebar .site-pusher {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .burger-item {
        position: relative;
    }
    .burger-item, .burger-item::before, .burger-item::after {
        color: #000;
        background: #000;
        left: 0;
    }
    .header__icon {
        position: relative;
        display: block;
        float: left;
        width: auto;
        height: auto;
    }
    .with--sidebar .site-container {
        background: #fff;
    }
    .with--sidebar .menu {
        -webkit-transform: translateY(-100%);
        transform: translateY(0px);
        transform: translateX(-100%);
    }
    .with--sidebar .site-cache {
        background-color: transparent;
    }
    nav.menu ul li .dropdown-menu {
        display: block !important;
        position: inherit !important;
        background-color: transparent !important;
        width: 100%;
        padding: 0 0 10px 0px;
        margin: 0 0 10px 0;
        border-bottom: 1px solid #5f5f5f;
    }
    .menu ul {
        margin: 30px !important;
    }
    .menu ul li > a,
    .menu a:not([href]):not([tabindex]),
    nav.menu ul li .dropdown-menu .dropdown-item {
        display: block;
        text-align: center;
        color: #000!important;
    }
    .menu ul li.dropdown {
        border-bottom: 0px solid #5f5f5f;
    }
    .top_page {
        height: 150px;
        margin-top: 55px;
    }
    .map {
        margin-top: 50px;
        top: auto;
    }
    footer .adresse-footer{
        margin-bottom: 20px !important;
    }
    footer .col-12 ul {
        margin-bottom: 0;
    }
    footer .align-items-center .col-12 {
        margin: 15px 0!important;
    }
}

@media (min-width: 611px) { 
    .display-mobile { display: none!important;}
}
@media (max-width: 610px) {
    .titre-footer {
        margin-top: 30px;
    }
    .display-mobile { display: block;}
    .display-610 { display: none;}
    .btn-header {
        background: #fbee37;
        color: #fff;
        padding: 7px 25px;
        font-size: 14px;
    }
    .estimation-svg {
        width: 22px;
        top: -1px;
    }
    .baseline {
        bottom: 15%;
    }
    .moteur {
        top: auto;
        bottom: 0;
        position: relative;
    }
    .index .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 4px);
    }
    .header__logo {
        margin-top: 0;
        max-width: 100%;
    }
    .header__logo img {
        width: 90px;
        margin-left: 0px;
    }
    .baseline img {
        width: 145px;
    }
    .header .img-fluid {
        margin-left: 0px;
    }
    .index .not-sticking .header__logo img {
        width: 220px;
        margin-left: 0px;
        margin-top: 15px;
        max-width: 100%;
    }

    .carousel-fullscreen .carousel-inner .carousel-item {
        height: 50vh;
        min-height: 250px;
    }
    .bgAccueil {
        height: 50vh;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
        background-size: cover !important;
    }
    .moteur .radio_trans {
        display: block;
        text-align: center;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        padding: 7px;
        margin: 3px 20px;
    }
    .section-title, .home_cont_estimation .simple-title, .home_cont_presentation .simple-title {
        font-size: 1.5em;
    }
    .simple-title {
        font-size: 17px;
    }
    .home_cont_selection .swiper-button-next {
        right: 0px;
    }
    .home_cont_selection .swiper-button-prev {
        left: 0px;
    }
    .home_cont_actualites ul li {
        width: calc(100% / 1 - 20px);
    }
    .home_cont_actualites ul {
        display: block;
    }
    .logo-footer {
        width: 180px;
    }
    footer,  footer .text-left {
        text-align: center!important;
    }

    h2.deco {
        color: #009a4e;
        font-size: 1.3rem;
        font-weight: 400;
        text-align: center;
    }
    h2.deco::after {
        content: "";
        display: block;
        position: relative;
        background: #009a4e;
        height: 2px;
        width: 100px;
        margin: 15px auto;
    }

    .comparateur .container.resettop {
        top: 0;
    }
    .top_link {
        bottom: 70px;
        height: 3rem;
        width: 3rem;
        right: 10px;
      }
      .top_link:hover {
        height: 3rem;
        background: rgb(228, 228, 228);
      }
      .top_page {
        height: 75px;
        margin-top: 48px;
    }
    aside.aside_contact {
        top: 15% !important;
    }
    h2.deco, .page-heading {
        font-size: 22px;
    }
    .content_page, .sidebar {
        margin-top: 20px;
    }
    .header-bien {
        margin-top: 50px;
    }
    .detail_header, .detail_annexe {
        display: block;
    }
    .detail_annexe_nav {
        justify-content: center;
    }

}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
        background-size: cover !important;
        height: 40vh;
    }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
    .bgAccueil {
        background-size: 1024px 768px !important;
        background: url(/assets/images/bgimg.jpg) no-repeat center center !important;
        background-size: cover !important;
    }
    .radio_trans input, .radio_trans input[type=radio].css-checkbox + label.css-label, .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        font-size: 15px;
    }
    .container_search .btn-primary {
        padding: 10px 0;
    }
    .moteur {
        top: auto;
    }
}

/* ==================================================================== */
/*                                SEO REF LOLO                          */
/* ==================================================================== */

.page2ref h1,.ref h1 {}

.page2ref h2,.ref h2 {
    font-size:22px;
}

.listeliens2 ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens2 ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.listeliens ul li{
    width: calc(100% / 3);
    /* si 3 colonnes */
}

.listeliens a,.listeliens2 a {
    color:white;
    font-weight: bold;
  }

.listeliens2 a {
  color:white;
  font-weight: bold;
}

.listlolo {
    text-align: center;
    color: #009a4e;
    font-size: 24px;
    }

.listeliens2 a:hover {
  text-decoration: underline;
}

/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .top_page {
    background-image: url(/assets/images/top_page/avis_top.jpg);
  }
  #avisGoogleListe ul {
    display: flex;
    flex-wrap: wrap;
  }
  #avisGoogleListe li {
    position: relative;
     width: calc(100% / 3 - 16px);
     margin: calc(0.5em * 2) 0.5rem;
     overflow: hidden;
     min-height: 150px;
     color: #000;
  }
  .avisGoogleReview {     margin: 20px 0px;}
  .bulle {
    background:#333;
    color:#fff;
    padding: 20px;
    border-radius:30px;
    min-height: 250px;
  }
  .bulle2{
    height: 10px;
  }
  .bulle2::after{
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 250px;
    border-left: 0px solid transparent;
    border-right: 35px solid transparent;
    border-top: 19px solid #333;
    margin: 0px auto 0 60px;
    background: transparent;
  }
  .commentaire-poseur {
    color: #fff;
    display: block;
    font-size: 14px;
    line-height: 18px;
    max-width: 100%;
    margin-top: 10px;
    max-height: 165px;
    overflow-y: scroll;
    overflow: auto;
    padding: 0 10px 0 0;
  }
  .avis-stars, .avis-stars span {
    background-size: 18px 16px;
    height: 18px;
    top: 1px;
    width: 90px;
  }
  .bulle ::-webkit-scrollbar {
    width: 7px;
  }
  .bulle ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    border-radius: 10px;
  } 
  .bulle ::-webkit-scrollbar-thumb {
    background: #009a4e; 
    border-radius: 10px;
  }
  .bulle ::-webkit-scrollbar-thumb:hover {
    background: #009a4e; 
  }
  .avis-reponse {
    border-left: 0;
    padding: 5px 0 0 0px;
    font-size: 14px;
  }
  #avisGoogleListe li .card {
    background-color: #fff;
    border: 0;
    border-radius: 0;
  }
  #avisGoogleListe li .card-header:first-child {
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
  }
  #avisGoogleListe li .btn-link {
      color: #999;
      background-color: transparent;
      font-weight: 200;
  }
  #avisGoogleListe li .btn-link p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
  }
  #avisGoogleListe li .btn-link p span{
    font-style: italic;
  }
  #avisGoogleListe li .btn-link p::after {
    content: "\f123";
    font-family: "Ionicons";
    position: absolute;
    border: 0;
    font-size: 12px;
    padding-top: 5px;
    opacity: 1;
    right: -15px;
    top: -3px;
  }
  #avisGoogleListe .card-header {
    text-align: right;
  }
  #avisGoogleListe .card-body {
    padding: 0;
    text-align: justify;
  }
  .logo-google {
    width: 200px;
  }
  
  span.nbr-avis {
    font-size: 17px!important;
      margin-right: 0;
      color: #70757a!important;
      white-space: nowrap!important;
  }
  #avisGoogle .note-avis {
    width: 80px;
    height: 80px;
    background: #009a4e;
    border-radius: 50%;
    text-align: center;
    margin: auto auto 20px auto;
    display: flex;
  }
  #avisGoogle .note-avis span{
    font-size: 40px;
    color: #fff;
    white-space: nowrap;
    font-weight: 600;
    margin: auto;
  }
  @media (max-width: 991px) {
    .home-visuel-wrapper {
      height: auto;
  }
    #avisGoogleListe li {
      width: calc(100% / 2 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
  }
  @media (max-width: 610px) {
    #avisGoogleListe li {
      width: calc(100% / 1 - 16px);
    }
    .bulle2::after {
      margin: -2px auto 0 60px;
    }
    #avisGoogle .note-avis {
      width: 60px;
      height: 60px;
      margin-bottom: 10px;
    }
    #avisGoogle .note-avis span {
      font-size: 33px;
    }
    .adresse-footer ul {
        display: block;
        width: 100%;
    }
    .adresse-footer ul li {
        width: calc(100% / 1 - 5px);
        margin-top: 40px;
    }
  }
  .avis-google {
    overflow-x: hidden;
  }
  #avisGoogle {
    border-bottom: 0;
    padding: 0 0 20px 0;
  }