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

@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;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
  }

/* COULEURS */
.bleu {  color: #758580; }
.bg-bleu {  background-color: #758580; }
.marron { color:#cc8b8c; }
.bg-marron { background-color:#cc8b8c; }

.alert-danger {
    color: #fff;
    background-color: #758580;
    border-color: #758580;
    text-align: center;
    width: 70%;
    margin: 2% auto;
}
.alert-danger a {
    color: #cc8b8c;
}


/* BOUTONS */
.btn {
    border-radius: 0;
}
.btn-primary,
.btn-info,
.btn-success,
.btn-secondary {
    color: #fff;
    background-color: #758580;
    border-color: #758580;
}
.btn-primary:hover,
.btn-info:hover,
.btn-success:hover,
.btn-secondary:hover {
    color: #fff;
    background-color: #cc8b8c;
    border-color: #cc8b8c;
}


/* TITRES */
.home_heading, .deco, .page-heading {
    font-size: 28px;
    text-align: center;
    color: #758580;
    font-weight: 500;
    letter-spacing: 1px;
}
.home_heading::after,
.page-heading::after,
.deco::after {
    content: "";
    display: block;
    position: relative;
    background: #cc8b8c;
    height: 1px;
    width: 150px;
    margin: 24px auto 24px auto;
}


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

/*MOTEUR DE RECHERCHE*/
.index .radio_trans {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}
.radio_trans input[type=radio].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}
.radio_trans input[type=radio].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0 2px;
    background-color: #cc8b8c;
    color: #fff;
    border: 1px solid #cc8b8c;
    width: 190px;
    line-height: 1.7;
    border-radius: 5px;
}
.radio_trans label.css-label {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #758580;
    border-color: #758580;
    color: #fff;
    border: 0 !important;
    height: 42px;
    border-radius: 5px;
}
.radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    content: '';
    display: block;
    position: relative;
    width: 0px;
    height: 0px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #758580;
    margin:9px auto;
    background: transparent;
}
.index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
    font-weight: 400;
    color: #fff;
    font-size: 15px;
}
.moteur {
    padding: 0;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 20;
    background-color: transparent;
}
.c_valid .btn {
    width: 100%;
    height: 50px;
}

.search__form-item:nth-child(n+2) {
    margin-right: 0;
    width: calc(100% / 5 - 5px);
    height: 50px;
}

.moteur .form-style {
    color: #000 !important;
    display: block;
    height: 50px;
    padding: 6px 12px;
    width: 100%;
    border-radius: 0;
    background-color: rgba(255,255,255,0.6);
    border: 1px solid #fff;
}
.search__form-item:nth-child(2), .search__form-item:nth-child(3) {
    background-color: rgba(255,255,255,0.6);
}
.bootstrap-select>.dropdown-toggle {
    background-color: transparent;
}
.moteur .input-group-addon {
    top: 8px;
}
.index .bootstrap-select {
    height: 50px;
    border: 1px solid #fff!important;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder, .bootstrap-select>.dropdown-toggle.bs-placeholder:active, .bootstrap-select>.dropdown-toggle.bs-placeholder:focus, .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
    height:48px !important;
    border-radius: 0 !important;
}
.index .c_insee .dropdown-menu.open.show {
    transform: translate3d(0px, -256px, 0px)!important;
        border-radius: 0;
}
.index .c_type .dropdown-menu.open.show {
    transform: translate3d(0px, -210px, 0px)!important;
        border-radius: 0;
}

[class*="listing-"] .form-group.search__form-item .form-style,
[class*="listing"] .form-group.search__form-item .form-style,
[class*="listing"] .bootstrap-select {
    height: 50px;
}
[class*="listing"] .block_tri_list .btn-group.bootstrap-select {
    height: 40px;
}
[class*="listing-"] .form-group.search__form-item .input-group-addon,
[class*="listing"] .form-group.search__form-item .input-group-addon {
    top: 8px;
}


/* INDEX ESTIMATION */
.home_cont_estimation {
    background: url(/assets/images/home-background.jpg) no-repeat center center;
    position: relative;
    background-size: cover;
    margin: auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 120px;
}
.home_cont_estimation .bloc-noir {
    background: rgba(255,255,255, 0.68);
    padding: 20px 50px;
    border-radius: 0;
    color: #000;
    border-radius: 5px;
}
.home_cont_estimation .home_heading {
    color: #000;
    line-height: 1.2;
    font-size: 25px;
    margin: 20px 0;
}
.home_cont_estimation p.min-height {
    min-height: 80px;
}

/* INDEX CATEGORIES */
.home_cont_categories {
    padding: 70px 80px;
}
.home_cont_categories .cat-infos-overlay {
    position: absolute;
    z-index: 2;
    top: 25%;
    right: 8%;
    background: rgba(255,255,255, 0.5);
    color: #000;
    width: 85%;
    height: 50%;
}
.cat {
    border: 0;
}
.cat:hover .cat-infos-overlay {
    background: rgba(255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.home_cont_categories .cat-text, .home_cont_categories .cat-text-small{
    color: #000;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 20px;
}
.home_cont_categories .cat-text-small{
    font-weight: 400;
}
.home_cont_categories .cat-text::after{
    background: #000;
    width: 60px;
    margin: 10px auto 0 auto;
}

/* PRESENTATION */
.home_cont_presentation {
    position: relative;
    background: url(/assets/images/home-background-presentation.jpg) no-repeat center bottom;
    background-size: cover;
    color: #fff;
    margin: 0 auto;
    padding: 128px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.home_cont_presentation .bloc-noir {
    background: rgba(255,255,255, 0.65);
    padding: 30px 50px;
    border-radius: 15px;
    color: #000;
}
.home_cont_presentation p strong {
    color:#758580;
}

/* INDEX ALERTE */
.home_cont_alertes {
    padding: 30px 10px;
    background-color: #fff;
}
.home_cont_alertes p {
    color: #000;
}
.home_cont_alertes hr {
    border-top: 1px solid rgb(177 123 97);
}

/*NOTRE SELECTION*/
.home_cont_selection {
    background: #fff;
    padding-top: 0;
}
.index .info_ville {
    font-size: 15px;
    text-transform: uppercase;
     
}
.index .prod_accueil .card-fav-absolute{
    right: 20px;
    top: 20px;
    font-size: 22px;
    z-index: 150;
    color: #FFFFFF;
}
.index .info_type {
    font-weight: 600;
    font-size: 15px;
    margin: 20px 0;
    text-transform: uppercase;
     
}
.index .prod_accueil .block_info {
    min-height: auto;
    padding: 10px;
    height: 70px;
    background: #fff;
    color: #000;
    text-align: center;
}
.index .prod_accueil article {
    border: 1px solid #cfcfcf;
    border-bottom: 2px solid #cc8b8c;
    box-shadow: 6px 3px 5px #cfcfcf;
    width: calc(100% / 2 - 20px);
     
}
/* .prod_accueil .info_prix, #biens_comparatif .article_comparatif .spin4 {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    background: #758580;
    padding: 7px 10px;
    font-weight: 400;
} */
/* #biens_comparatif .article_comparatif .info_prix-hai,
.prixplus {
    display: none;
} */
.prod_accueil .block_img img,
.block_img img {
    height: auto;
    width: 100%;
}

.prod_accueil .info_prix, #biens_comparatif .article_comparatif .spin4 {
    color: #fff;
    margin: 0 0 15px 0;
    padding: 0;
    position: absolute;
    top: 14px;
    right: 14px;
    background: #758580;
    padding: 7px 10px;
}

/* ======================================================== */
/*                         ESTIMATION                       */
/* ======================================================== */
/* ESTIMATION */
.estimation .bg-estimation1 {
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim01.jpg) no-repeat center center; */
    background: url(/assets/images/bg-estim01.jpg) no-repeat center center;
    background-size: cover;
    padding: 60px 40px;
    margin-bottom: 100px;
}
.estimation .bg-estimation2 {
    padding: 60px 40px;
    position: relative;
    /* background: linear-gradient( rgba(255,255,255, 0.5), rgba(255,255,255, 0.5) ),url(/assets/images/estim02.jpg) no-repeat center center; */
    background: url(/assets/images/bg-estim02.jpg) no-repeat center center;
    background-size: cover;
}
.estimation h2 {
    font-size: 20px;
    font-weight: 600;
}
.estimation h2.souli01::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 250px;
    margin: 5px 0 15px 0;
}
.estimation h2.souli02::after {
    content: "";
    display: block;
    position: relative;
    background: #000;
    height: 1px;
    width: 300px;
    margin: 5px 0 15px 0;
}
.estimation .content_page {
    width: 100%;
}
.estimation .border {
    border: 1px solid #e9ecef!important;
    background: #f9f9f9;
    margin: 30px 0;
}
.estimation .bg-blanc {
    padding: 15px;
    background: rgba(255,255,255,0.68);
    border-radius: 10px;
}
.estimation .form-group {
    margin-bottom: 0;
}
.estimation .page-heading::after{
    content: "";
    display: block;
    position: relative;
    background: #ccc;
    height: 1px;
    width: 100%;
    margin: 15px 0;
}
.estimation h1 {
    font-size: 30px;
    font-weight: 400;
    color: #758580;
}

/* ======================================================== */
/*                         ACTUALITES                       */
/* ======================================================== */
.top_page {
    height: 350px;
}
.actualites .top_page {
    background-image: url(/assets/images/top_page/actualites_top.jpg);
}

.actualites .content_page {
    width: 100%;
  }
  .actualites-group ul {
    display: flex;
    flex-wrap: wrap;
    margin: -0.5em;
  }
  .actualites-group ul li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    font-size: 14px;
    box-shadow: 6px 3px 5px #e0e0e0;
  }

  .actualites-group ul li:hover a{
    color: #444;
  }
  .actualites-group ul li .btn{
    margin-right: 10px;
  }
  .actualites-group ul li .title-post {
    font-size: 20px;
    font-weight: 500;
    margin: 0px;
    color: #758580;
  }
  .actualites-group ul li .date-post {
    font-size: 14px;
    margin: 0;
    color: #cc8b8c;
  }
  .actualites-group ul li .btn-actus {
    font-size: 14px;
    margin: 5px 5px;
    color: #cc8b8c;
  }
  .adminperso .title-post {
    text-align: center;
    margin: 20px 0;
    font-size: 25px;
  }
  .adminperso .date-post{
    margin-top: 15px;
  
  }
  .adminpersos .actualites-group img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
/* ============================================================================ */
/*                                      EQUIPE                                  */
/* ============================================================================ */
.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 .p-15 {
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .agence .equipe .border-equipe {
    margin: 15px;
    background: transparent; 
    text-align: center;
  }
  .agence .equipe .border-equipe img{
    width: 250px;
    height: 250px;
    object-fit: cover;
    background-position: center center;
    margin: auto;
  }
  .agence .equipe a {
    color: #000;
  }
  .agence .equipe .infos { 
    text-align: center;
  }
  .agence  .equipe .infos-contact { 
    text-align: center;
    margin-top: 15px;
    font-weight: 300;
    font-size: 1rem;
  }
  .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 .rs-conseiller i {
    font-size: 25px;
    color: #758580;
  }
  .agence .equipe ul.rs-conseiller li {
    margin: calc(0.5em * 2) 0.7em;
    width: auto;
  }
  .agence .equipe ul.rs-conseiller li:hover i {
    color: #758580;
  }
  .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;
    }
  }
  
.agence .nom-bleu {
    font-size: 18px;
}
.agence .nom-bleu b{
    color: #cc8b8c;
}
/* ======================================================== */
/*                         GESTION                          */
/* ======================================================== */

.gestion .top_page {
    background-image: url(/assets/images/top_page/estimation_top.jpg);
}
.gestion h3 {
    color: #cc8b8c;
    font-size: 22px;
}
.gestion .deco::after {
    content: "";
    display: block;
    position: relative;
    background: #cc8b8c;
    height: 1px;
    width: 150px;
    margin: 24px auto 0 auto;
}

/* ======================================================== */
/*                         CONTACT                          */
/* ======================================================== */
.sidebar {
    margin-top: 0;
    display: none;
}
.recherche-detaillee .sidebar {
    display: block;
}
.contact .contact_formulaire, .recrutement .contact_formulaire, .estimation .contact_formulaire, .alerte-email .content_page, .on-vous-rappelle .content_page, .mentions-legales .content_page {
    width: 100%;
}
.alerte-email p {
    text-align: center;
}

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

.block_etiquette {
    background: #000!important;
    text-align: center;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
    font-size: 14px;
}
.line {
    border-bottom: 1px solid #000;
}
.card_list li > span:after{
    display: none;
}
.info_ville {
    font-size: 15px;
}
.detail_header,
.detail_header .crit,
#descdetail .info_type,
#descdetail .info_ville {
     
    font-weight: 600;
    text-transform: uppercase;
}
.prod_listing .info_titre {
    font-size: 18px;
    padding-top: 4px;
    font-weight: bold;
}
.col1 .btn-primary:hover a{
    color: #fff;
}
.prod_listing > .listing_article article {
    border: none;
}
.info_type, .info_prix, .damier .card_list li, .info_ville {
    font-weight: 600;
}
.prod_listing article a {
    color: #191919;
     
    font-weight: 600;
}
.prod_listing article .btn-primary {
    color: #fff;
}
.prod_listing.damier > .listing_article article .info_ville {
    font-size: 15px;
    color: #191919;
    font-weight: 600;
     
}
.prod_listing > .listing_article article {
    border: 1px solid #d8d8d8;
    border-bottom: 2px solid #cc8b8c;
    box-shadow: 6px 3px 5px #dedede;
    background: #fff;
}
.prod_listing.damier article {
    text-align: center;
}
.prod_listing .info_titre,
.prod_listing .info_numero { 
    display: none;
}
.prod_listing.damier .block_img .info_prix {
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 8px;
    left: 9px;
    background: #000;
    padding: 4px 0;
    font-size: 14px;
    width: 165px;
}
.damier .card_list {
    margin-bottom: 0;
    margin-top: 0;
}
.damier .card-fav-absolute {
    top: 0;
}
.damier .card_list li {
    font-size: 15px;
}
.damier .card_list li > span {
    font-weight: 600;
}
.prod_listing.damier .block_info {
    min-height: 160px;
}
[class*="listing-"] .carte .header-item {
    padding: 5px 0 0 0px;
}

.alerte-email .bootstrap-select,
.block_tri_list .bootstrap-select {
    background: #fff;
}
.effect-cms .over_desc {
    top: auto;
    bottom: 0;
    -webkit-transition: -webkit-transform .35s;
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
    z-index: 1;
    background: #fcfafb url(/modele/images/inter-over-listing.jpg) no-repeat top left;
    height: 203px;
    padding: 20px 15px 20px 20px;
}

.prod_listing.damier .block_info-vendu {
    width: 100%;
    padding: 0;
}

.prod_listing > .listing_article article.item-listing.item-listing-compromis,
.prod_listing > .listing_article article.item-listing.item-listing-compromis .effect-cms .over_desc{
    background: hsl(195.79deg 28.36% 86.86%);
}
.prod_listing > .listing_article article.item-listing.item-listing-compromis img{
    /* filter: brightness(70%);
    -webkit-filter: brightness(70%); */
    filter: contrast(50%);
    -webkit-filter: contrast(50%);
}
.filtre-img {
    background: #147cad4f;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}


/* PAGINATION */
.page-link {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #191919;
}
.page-item.active .page-link {
    color: #000;
    background-color: #fff;
}
.page-item.disabled .page-link {
    color: #868e96;
    pointer-events: none;
    background-color: transparent;
    border-color: #ddd;
}

/* -------------------------------------------------------------------------------------------------------------- */
/*                                             PROGRAMME NEUF                                                     */
/* -------------------------------------------------------------------------------------------------------------- */
.listing-neuf .card_list {
    display: none;
}
.listing-neuf .prod_listing.damier .block_info {
    min-height: 192px;
}
.listing-neuf .info_prix {
    margin: 22px 0 30px 0;
}
.programme-neuf .show ul {
    display: flex;
}
/*.programme-neuf .carousel-control-next, .carousel-control-prev {*/
    /*background: rgba(143,192,51, 1);*/
    /*height: 60px;*/
    /*width: 60px;*/
    /*top: 50%;*/
    /*-webkit-transition: all .3s ease-out;*/
    /*transition: all .3s ease-out;*/
    /*z-index: 30;*/
/*}*/
/*.programme-neuf .carousel-control-next:hover, .carousel-control-prev:hover {*/
    /*background: rgba(143,192,51, 1);*/
    /*width: 60px;*/
/*}*/
.programme-neuf .col-md-12,
.programme-neuf .col-lg-6,
.programme-neuf .col-md-6,
.programme-neuf .col-sm-12,
.programme-neuf .col-xs-12,
.programme-neuf .col-md-12 {
    padding-left: 0;
}
.programme-neuf h3 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    margin-bottom: 20px;
}
.programme-neuf h3:after  {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 3px;
    width: 50px;
    background-color: #758580;
}
.programme-neuf h2 {
    text-transform: uppercase;
    padding: 20px 0 10px 0;
    text-align: center;
}
.programme-neuf h2::after  {
    content: "";
    display: block;
    position: relative;
    background: #758580;
    height: 2px;
    width: 150px;
    margin: 24px auto 0 auto;
}
.detail-bien ul {
    text-align: center;
    display: flex;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 20px ;
}
.detail-bien ul li {
    margin: 0 20px;
}
.header-bien .like {
    text-align: center;
}
.programme-neuf section {
    margin: 20px 0;
}
.programme-neuf .lots .ion-android-download{
    font-size: 28px;
}
.programme-neuf .detail_pdf .ion-android-download {
    font-size: 20px;
}
.programme-neuf .detail-bien .type-programme {
    font-size: 20px;
}
.programme-neuf .detail-bien .ville {
    font-size: 18px;
}
.programme-neuf .lafficheur li:hover, .programme-neuf .lafficheur li.active {
    background-color: #758580;
    color: #000;
}
.rwd-table {
    background: #ddd;
    overflow: hidden;
    width: 100%;
}
.rwd-table {
    margin: 1em 0;
    min-width: 300px;
}
.rwd-table td:first-child {
    padding-top: .5em;
}
.rwd-table tr:nth-child(1),
.rwd-table tr:nth-child(3),
.rwd-table tr:nth-child(5),
.rwd-table tr:nth-child(7),
.rwd-table tr:nth-child(9),
.rwd-table tr:nth-child(11),
.rwd-table tr:nth-child(13),
.rwd-table tr:nth-child(15),
.rwd-table tr:nth-child(17),
.rwd-table tr:nth-child(19),
.rwd-table tr:nth-child(21),
.rwd-table tr:nth-child(23),
.rwd-table tr:nth-child(25),
.rwd-table tr:nth-child(27),
.rwd-table tr:nth-child(29),
.rwd-table tr:nth-child(31),
.rwd-table tr:nth-child(33),
.rwd-table tr:nth-child(35),
.rwd-table tr:nth-child(39),
.rwd-table tr:nth-child(41),
.rwd-table tr:nth-child(43),
.rwd-table tr:nth-child(45),
.rwd-table tr:nth-child(47),
.rwd-table tr:nth-child(49),
.rwd-table tr:nth-child(51),
.rwd-table tr:nth-child(53) {
    background: #e8e8e8;
}
.rwd-table tr {
    background: 0;
}
.rwd-table tr {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #fff;
}
@media (min-width: 480px) {
    .rwd-table th, .rwd-table td {
        padding: 1em !important;
    }

    .rwd-table th, .rwd-table td {
        margin: .5em 1em;
        text-align: center;
    }

    .rwd-table th, .rwd-table td {
        display: table-cell;
        padding: .25em .5em;
    }
}
.travaux {
    margin-bottom: 100px;
}
.travaux ul {
    padding: 20px 0;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #758580;
    background-color: #dddddd63;
    border-color: #ddd #ddd #fff;
}
.nav-tabs .nav-link {
    border-color: #ddd #ddd #ddd;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.programme-neuf .cont_coordonnees {
    border-top: 1px solid #ddd;
}


/* ======================================================== */
/*                         DETAILS                          */
/* ======================================================== */
.detail_header .titre {
    padding-bottom: inherit;
    margin-bottom: inherit;
    font-weight: inherit;
    text-transform: inherit;
    font-size: 20px;
    line-height: inherit;

    letter-spacing: 2px;
}
.detail_header .titre:after{
    display: none;
}
.detail_taber .nav-link.active{
    font-weight: bold;
    color: #fff;
    border-bottom: 2px solid #fff;
}
.lafficheur li {
    background-color: #000!important;
}
.lafficheur li:hover, .lafficheur li.active {
    background-color: #fff!important;
    color: #000
}
.detail_header_sticky {
    background: #758580;
    color: #fff;
}
.detail_header_nav li a{
    color: #fff;
}
.detail .resa-detail {
    margin: 0 auto 50px auto;
}
.detail_taber .nav-link, .detail_icone a.cursor_pointer{
    color: #191919!important;
}
.detail_icone a.dropdown-item { 
    color:#000;
}
.detail .info_prix-hai {
    color: #9c9c9c;
}
.detail .bloc-champ, .detail .attribut_label0 {
    background-color: #fff;
}
.marginauto {
    margin:auto;
}
.detail .form-group {
    margin-bottom: 0;
}
.detail .cont_coordonnees {
    display: none;
}
#descdetail {
     
}

.detail .page_heading {
    font-size: 26px;
    color: #758580;
    text-transform: uppercase;
    border-bottom: 1px solid #cc8b8c;
}

#FormDossier .form-group.c_titre label,
#FormDossier .form-group.c_titre2 label,
#FormDossier .form-group.c_titre3 label,
#FormDossier .form-group.c_titre4 label,
#FormDossier .form-group.c_titre6 label,
#FormDossier .form-group.c_titre7 label,
#FormDossier .form-group.c_titre5 label {
    display: none;
}
#FormDossier .form-group.c_titre,
#FormDossier .form-group.c_titre2,
#FormDossier .form-group.c_titre3,
#FormDossier .form-group.c_titre4,
#FormDossier .form-group.c_titre6,
#FormDossier .form-group.c_titre7,
#FormDossier .form-group.c_titre5,
#FormDossier .form-group.c_liste1 {
    width: 100%;
}
#FormDossier .form-group.c_adresseactuelle,
#FormDossier .form-group.c_cpactuel,
#FormDossier .form-group.c_villeactuelle {
    width: 33.33333%;
}

.depot-dossier-form h3,
#FormDossier .champs.htmlinform h3{
    color: #cc8b8c;
    font-size: 20px;
    margin: 40px 0 0 0 ;
    text-transform: uppercase;
}
#FormDossier .champs.htmlinform h4{
    color: #758580;
    font-size: 16px;
    margin: 20px 0 10px 0;
    text-transform: uppercase;
}
#FormDossier .radio_trans input[type=radio].css-checkbox:checked + label.css-label {
    background-color: #758580;
    border-color: #758580;
    color: #fff;
    border: 0 !important;
    height: 42px;
    border-radius: 5px;
}
#FormDossier .radio_trans input[type=radio].css-checkbox:checked + label.css-label:after {
    display: none;
}
#FormDossier .radio_trans input[type=radio].css-checkbox + label.css-label {
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 7px 25px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    min-width: 130px;
    margin: 0 2px;
    background-color: #fff;
    color: #758580;
    border: 1px solid #758580;
    width: 190px;
    line-height: 1.8;
    border-radius: 5px;
}
#FormDossier .form-group.c_liste1,
#FormDossier .form-group.c_liste3,
#FormDossier .form-group.c_liste4,
#FormDossier .form-group.c_liste5,
#FormDossier .form-group.c_liste6,
#FormDossier .form-group.c_liste7,
#FormDossier .form-group.c_liste2{
    width: 100%;
}
#FormDossier .form-group.c_liste1 label.label,
#FormDossier .form-group.c_liste3 label.label,
#FormDossier .form-group.c_liste4 label.label,
#FormDossier .form-group.c_liste5 label.label,
#FormDossier .form-group.c_liste6 label.label,
#FormDossier .form-group.c_liste7 label.label,
#FormDossier .form-group.c_liste2 label.label{
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}
#FormDossier .form-group.c_liste1 .form-check-label,
#FormDossier .form-group.c_liste3 .form-check-label,
#FormDossier .form-group.c_liste4 .form-check-label,
#FormDossier .form-group.c_liste5 .form-check-label,
#FormDossier .form-group.c_liste6 .form-check-label,
#FormDossier .form-group.c_liste7 .form-check-label,
#FormDossier .form-group.c_liste2 .form-check-label {
    padding-left: 1.25rem;
    margin: 0;
    font-size: 14px;
}
#FormDossier .form-group.c_liste1 .champs,
#FormDossier .form-group.c_liste3 .champs,
#FormDossier .form-group.c_liste4 .champs,
#FormDossier .form-group.c_liste5 .champs,
#FormDossier .form-group.c_liste6 .champs,
#FormDossier .form-group.c_liste7 .champs,
#FormDossier .form-group.c_liste2 .champs {
    display: flex;
    flex-wrap: wrap;
}
#FormDossier .form-group.c_liste1 .champs .form-check,
#FormDossier .form-group.c_liste3 .champs .form-check,
#FormDossier .form-group.c_liste4 .champs .form-check,
#FormDossier .form-group.c_liste5 .champs .form-check,
#FormDossier .form-group.c_liste6 .champs .form-check,
#FormDossier .form-group.c_liste7 .champs .form-check,
#FormDossier .form-group.c_liste2 .champs .form-check {
    width: calc(100% / 2 - 5px);
    margin-bottom: 0;
}
#FormDossier .form-group.c_liste1,
#FormDossier .form-group.c_liste3,
#FormDossier .form-group.c_liste4,
#FormDossier .form-group.c_liste5,
#FormDossier .form-group.c_liste6,
#FormDossier .form-group.c_liste7,
#FormDossier .form-group.c_liste2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
#FormDossier .form-group.c_idhabit {
    display: none;
}
#FormDossier .form-group.c_photo1 {
    width: 100%;
}
#FormDossier .form-group.c_photo1 label.label {
    margin-right: 10px;
}
#FormDossier .custom-file-control::before {
    top: 0;
    bottom: 0px;
    z-index: 6;
    display: block;
    background-color: #f3f3f3;
    border: 0;
    border-radius: 0 0.25rem 0.25rem 0;
}

#FormDossier .custom-file-control::before {
    content: "\f102";
    font-family: "Ionicons";
    position: absolute;
    right: 0px;
    border: 0;
    font-size: larger;
    top: -2px;
}
#FormDossier label.custom-file-control {
    background: #f3f3f3;
}
#FormDossier .custom-file {
    font-size: 12px;
}


/* =============================================================== */
/*                              AVIS                               */
/* =============================================================== */
.avis .row {
    margin-left: 0;
    margin-right: 0;
  }
  .os-taux {
    font-size: 2rem;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .os-taux span{
    margin-bottom: 0;
    line-height: 1;
    color: #cc8b8c;
    font-weight: 800;
  }
  .os-liste {
    display: flex;
    text-align: center;
    margin-bottom: 0;
    /* justify-content: center; */
  }
  .os-liste li{
    padding: 0 6%;
    font-size: 18px;
  }
  .os-liste .border-right {
    border-right: 1px solid rgb(50 62 72 / 10%);
  }
  .os-liste img{
    width: 30px;
    margin-bottom: 5px;
  }
  .os-logo img {
    width: 150px;
  }
  .os-list-comments {
    display: flex;
    flex-wrap: wrap;
  }
  .os-list-comments li {
    position: relative;
    width: calc(100% / 3 - 16px);
    margin: calc(0.5em * 2) 0.5rem;
    overflow: hidden;
    min-height: 150px;
    border: 1px solid rgb(50 62 72 / 20%);
    color: #fff;
    background: #f7f7f7;
  }
  .os-list-comments .os-note img {
    width: 25px;
  }
  .en-tete {
    background: #758580;
    padding: 10px ;
  }
  .os-comment {
    color: #000;
    padding: 10px;
  }
  .en-tete .os-nom {
    color: #fff;
  }
  .en-tete .os-date {
    font-size: 0.9em;
    margin: 4px;
    font-style: italic;
    color: #6e899f;
  }

  .avis-google.bg-blanc {
    background: #fff;
    padding: 50px;
    border: 0;
    box-shadow: 2px 0px 7px transparent;
}

/* INDEX AVIS CLIENT */
.home_cont_avis .os-note img {
    width: 25px;
    top: -5px;
  }
.home_cont_avis #carouselAvisIndicators{
    width: 450px;
    margin: auto;
}
.home_cont_avis #carouselAvisIndicators .carousel-item {
    text-align: center;
    margin: auto;
}
.home_cont_avis .os-client {
    min-height: 220px;
}
.home_cont_avis .carousel-control-next {
    right: -70px;
}
.home_cont_avis .carousel-control-prev {
    left: -70px;
}
.home_cont_avis .en-tete {
    color: #fff;
}
.home_cont_avis .encadre-avis {
    margin: auto;
    max-width: 90%;
}
.home_cont_avis .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;
}
.home_cont_avis .avis-commentaire {
    margin: auto;
}
.home_cont_avis .avis-commentaire p {
    margin-bottom: 0;
}
.home_cont_avis .bulle2 {
    height: 10px;
}
.home_cont_avis .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;
}

.home_cont_avis .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;
}
.home_cont_avis .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;
}
.home_cont_avis .carousel-control-next, .home_cont_avis .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: #cc8b8c;
    border-radius: 0;
    opacity: 1;
}
.home_cont_avis .auteur {
    margin-top: 15px;
}
.home_cont_avis .bloc-encadre {
    background-color: #758580;
    color: #fff;
    padding: 50px;
    margin-top: -280px;
    height: 550px;
    display: flex;
    text-align: left;
}
.home_cont_avis .home_heading{
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    letter-spacing: 1px;
}
.administrable .deco,
.gestion .deco {
    font-size: 28px;
    text-align: center;
    color: #758580;
    font-weight: 500;
    letter-spacing: 1px;
}
.home_cont_avis .btn-primary {
    color: #fff;
    background-color: transparent;
    border-color: #cc8b8c;
    width: 100%;
}
.home_cont_avis .btn-primary:hover {
    color: #fff;
    background-color: #cc8b8c;
    border-color: #cc8b8c;
}
.bloc-encadre .counter2 {
    font-size: 5.4rem;
    font-weight: 600;
    color: #cc8b8c;
}
.beige-clair {
    color: #cc8b8c;
}
.line1 {
    line-height: 1;
}



/* ========================================================================= */
/*                                AVIS GOOGLE                                */
/* ========================================================================= */
.avis-google .bgAccueil-page {
    background: url(/assets/images/bgimg-avis.jpg) center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    z-index: -100;
    height: 80vh;
  }
  #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:#758580;
    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 #758580;
    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: #C49C48; 
    border-radius: 10px;
  }
  .bulle ::-webkit-scrollbar-thumb:hover {
    background: #C49C48; 
  }
  .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: 90px;
    height: 90px;
    background: #758580;
    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;
    }
  }
  .avis-google {
    overflow-x: hidden;
  }
  #avisGoogle {
    border-bottom: 0;
    padding: 0 0 20px 0;
  }
  
  



/* ============================================================================ */
/*                                     FOOTER                                   */
/* ============================================================================ */

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


.cont_coordonnees {
    padding-bottom: 40px;
    background: url(/assets/images/bg01.jpg) no-repeat center top;
    background-size: cover;
    color: #000;
}


.cont_coordonnees{
    background: transparent;
    color: #000;
    font-weight: 600;
    padding-bottom: 50px;
}
.cont_coordonnees p{
    margin-bottom: 0;
    color: #000;
}
.cont_coordonnees img {
    max-width: 350px;
}
.cont_coordonnees .address {
    text-align: left;
}
.cont_coordonnees .address p{
    text-align: left;
    font-weight: 500;
}
.cont_coordonnees .mt-4 {
    margin-top: 10px !important;
}
.cont_coordonnees .tel {
    text-align: right;
}

.coordonnees_heading {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
}
.cont_coordonnees .address .btn {
    text-align: left;
    padding: 0;
}
.social {
    text-align: center;
}
.social p {
    color: #000;
    font-size: 13px;
}
.social i{
    font-size: 35px;
    color: #758580;
}
.marginauto {margin:auto;}

.coordonnees_heading {
  font-family: 'lowvetica';
}

.ion-social-twitter, .ion-social-linkedin , .ion-social-facebook, .ion-social-instagram  {
    top: 0;
    transition: top ease 0.5s;
  }
  
  .ion-social-twitter:hover {
    color:#00acee;
    top: -10px;
  }
  
  .ion-social-linkedin:hover {
    color:#0e76a8;
    top: -10px;
  }
  
  .ion-social-facebook:hover {
    color:#3b5998;
    top: -10px;
  }
  
  .ion-social-instagram:hover {
    background: -webkit-linear-gradient(#405DE6,#5851DB, #833AB4, #C13584, #E1306C,#FD1D1D,#F56040,#F77737,#FCAF45,#FFDC80);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
      top: -10px;
  }


footer {
    background-color: #758580;
    padding: 20px 10px;
}
footer a:hover {
    color: #cc8b8c;
}

/* ====================================================================== */
/*                                  ASIDE                                 */
/* ====================================================================== */
aside.aside_contact {
    background-color: #fff;
    border-left: 2px solid #758580;
    text-align: center;
    color: #758580;
}
.contact_coordinates ul {
    margin: 40px 0;
}
.contact_coordinates ul li a{
    color: #758580;
}
aside .contact_img img {
    width: 250px;
}
#voir-telephone-0.telephone-vu {
    color: #758580;
}
aside i {
    color: #758580;
}
aside .btn-primary,
aside .btn-info {
    color: #fff;
    background-color: #758580;
    border-color: #758580;
}
aside .btn-primary i,
aside .btn-info i {
    color: #fff;
}
aside .btn-primary:hover,
aside .btn-info:hover {
    color: #fff;
    background-color: #cc8b8c;
    border-color: #cc8b8c;
}



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


@media (min-width: 992px){
    .version-mobile {
        display: none!important;
    }
    nav.menu ul.navgauche  {
        display: flex;
        padding: 0;
        justify-content: flex-end;
    }
    nav.menu ul.navdroite  {
        display: flex;
        padding: 0;
        justify-content: flex-start;
    }
    .logo-menu {
        width: 110px;
    }
    .sticking .logo-menu {
        width: 90px;
    }
    .menu ul > li > a {
    line-height: 1.2;
    color: #fff;
    font-weight: 400;
    }
    .menu ul > li > a, .menu a.dropdown-item, a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
        padding: 12px 14px;
        line-height: 1.2;
        color: #000;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        font-weight: 400;
        font-size: 15px;    
    }
    .menu ul.navgauche > li > a {
        padding: 12px 12px;  
    }
    .menu ul > li > a i{
        font-size: 27px;
    }

    nav ul > li:hover > a {
        color: #616161;
    }
    /* .index .not-sticking nav ul > li:hover > a {
        color: #fff;
    } */
    .nav-mobile-lang{
        display: none !important;
    }
    .nav-desktop-lang{
        display: block;
    }
    /* .not-sticking .site-pusher,
    .sticking .site-pusher {
        display: flex;
        justify-content: space-around;
    } */
    /* .index .not-sticking .site-pusher { display: block;} */
    .not-sticking .header__logo img,
    .sticking .header__logo img {
        width: 280px;
    }
    .index .not-sticking .header__logo img {
        width: 350px;
    }
    .not-sticking nav,
    .sticking nav {
        margin: auto 0;
    }
    .header__logo {
        display: block;
        height: 80px;
        padding: 10px 0;
    }
    .index .not-sticking .header__logo {
        height: 110px;
        padding: 20px 0;
    }
    .header__logo img{
        width: 100px;
        margin: auto;
    }
    .li-grid a {
        display: grid;
    }
    nav.menu  {
        margin: auto 0;
        width: 100%;
    }
    nav.menu ul li {
        display: inline-block;
    }
    .menu ul > li > a i {
        font-size: 22px;
    }
    /* a:not([href]):not([tabindex]), */
    a:not([href]):not([tabindex]):focus,
    a:not([href]):not([tabindex]):hover {
        padding: 12px 14px;
        line-height: 1.2;
        color: #cc8b8c;
    }
    .menu .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }
    .menu ul > li > a:hover,
    .index .not-sticking .menu ul > li > a:hover {
        color: #cc8b8c;
    }
    .menu a.dropdown-item:focus,
    .menu a.dropdown-item:hover {
        color: #fff;
        background-color: #758580;
    }
    .index .not-sticking .menu ul > li > a {
        color: #000;
        font-weight: 500;
        font-size: 16px;
    }
    .nav-desktop-lang {
        display: flex;
        margin-bottom: 0;
        justify-content: flex-end;
    }
    .nav-desktop-lang img{
        padding: 0 5px;
    }
    .nav-desktop-lang li:first-child{
        border-right: 1px solid #cfcfcf;
    }
    .nav-desktop-lang li a{
        color: #cc8b8c;
        font-size: 13px;
        text-transform: uppercase;
    }
    .nav-desktop-lang li a:hover{
        color: #758580;
    }
    .nav-desktop-lang li a img{
        top: -1px;
        margin-right: 3px;
    }
    .index .not-sticking .nav-desktop-lang li a{
        color: #fff;
    }
    .prod_accueil .card_list {
        margin-top: 0px;
        margin-bottom: 10px;
        font-size: 15px;
    }
}
@media (min-width: 1281px) {  
    .logo-menu {
        width: 150px;
    }  
}

@media (max-width: 991px){
    .version-pc {
        display: none;
    }
    .header__logo img {
        width: 270px;
        padding-top: 5px;
    }
    a:not([href]):not([tabindex]) {
        color: #fff;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 2 - 5px);
    }
    .search__form-item.c_valid {
        margin: auto;
    }
    .home_cont_estimation p.min-height {
        min-height: auto;
    }
    .home_cont_estimation .btn.btn-primary.mt-2 {
        margin-bottom: 30px;
        margin-top: 0!important;
    }
    .home_cont_estimation .home_heading {
        font-size: 22px;
    }
    .home_cont_categories {
        padding: 30px 0px;
    }
    .home_cont_categories .cat-text, .home_cont_categories .cat-text-small {
        font-size: 17px;
        margin-bottom: 0;
    }
    .home_cont_avis .bloc-encadre {
        background-color: #758580;
        color: #fff;
        padding: 20px;
        margin-top: -115px;
        height: 380px;
    }
    .home_cont_avis .home_heading, .deco, .page-heading {
        font-size: 20px;
    }
    .bloc-encadre .counter2 {
        font-size: 3.2rem;
    }
    span.h2.beige-clair {
        font-size: 1rem;
    }
    .home_cont_avis .carousel-control-prev {
        left: 0;
    }
    .home_cont_avis .carousel-control-next {
        right: 0;
    }
    .home_cont_avis #carouselAvisIndicators {
        width: 410px;
    }
    .estimation h1 {
        font-size: 25px;
    }
    .modal-body a {
        color: #758580!important;
    }
    .listing .bloc.bloc4, [class*="listing-"] .bloc.bloc4 {
        display: block;
        position: absolute;
        right: -3px;
        top: 50px;
        font-size: 20px;
        background: #758580;
        padding: 3px 12px;
        border-radius: 5px;
    }
    .top_page {
        height: 150px;
        margin-top: 80px;
    }
    .administrable h2.deco {
        font-size: 28px;
        text-align: center;
        color: #000!important;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .actualites-group ul li {
        width: calc(100% / 2 - 16px);
    }
    .map {
        top: 0;
        margin-top: 80px;
    }
}

@media (min-width: 576px) {
    .col-sm-2 {
        -ms-flex: 0 0 12%;
        flex: 0 0 12%;
        max-width: 12%;
    }    
}

@media (max-width: 610px) {
    .header__logo img {
        width: 190px;
        padding-top: 5px;
        margin-left: -40px;
    }
    .radio_trans input[type=radio].css-checkbox + label.css-label {
        padding: 7px 3px;
        min-width: 100px;
        width: auto;
        font-size: 12px;
    }
    .index .radio_trans input.css-checkbox[type="radio"]:checked + label.css-label {
        font-size: 12px;
    }
    .search__form-item:nth-child(n+2) {
        width: calc(100% / 1 - 5px);
    }
    .moteur {
        top: auto;
    }
    .home_cont_estimation .bloc-noir {
        padding: 20px;
    }
    .home_cont_estimation .home_heading {
        font-size: 19px;
    }
    .pl-5 {
        padding-left: 1rem!important;
    }
    .pr-5{
        padding-right: 1rem!important;
    }
    .home_cont_avis #carouselAvisIndicators {
        width: 350px;
    }
    .home_heading, .deco, .page-heading, .estimation h1, .administrable .deco, .gestion .deco, .h2, h2 {
        font-size: 21px;
    }
    .cont_coordonnees .address, .cont_coordonnees .address p, .cont_coordonnees .tel {
        text-align: center!important;
    }
    .estimation .row.text-center.mt-5 {
        margin-top: 80px!important;
    }
    .estimation .bg-estimation1, .estimation .bg-estimation2 {
        padding: 20px;
    }
    .top_page {
        height: 100px;
        margin-top: 80px;
    }
    .actualites-group ul li {
        width: calc(100% / 1 - 16px);
    }
}


/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */
/*                                             REF BY LOLO                                                   */
/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */


/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨ TOGGLE .¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */

.ref input[type=checkbox],
.ref input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
  /* Accordion styles */  
 .ref .tab {
    width: 100%;
    overflow:hidden;
  }
 .ref .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    background: white;
    font-weight: 400;
    cursor: pointer;
    color: #444;
    transition: all 0.5s ease;

/* Icon */
  }
 .ref .tab-label:hover {
    background: #263547;
    color: #fff;
    transition: all 0.5s ease;
  }
 .ref .tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.35s;
  }
 .ref .tab-content {
    max-height: 0;
    padding-top: 15px;
    transition: all 0.35s;
  }
 .ref .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #189C7E;
    cursor: pointer;
  }
 .ref .tab-close:hover {
    background: #189C7E;
  }
  
 .ref input:checked + .tab-label {
    background: #263547;
    color:white;
  }
 .ref input:checked + .tab-label::after {
    transform: rotate(90deg);
  }
 .ref .tab-content {
    display: none;
  }
 .ref input:checked ~ .tab-content {
    max-height: 100vh;
    padding-top: 15px;
    display: block;
}


.suite .col:last-child {
    margin-left: 0;
}

/* •*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*•*´¨ MISE EN PAGE .¸¸.•*•*´¨`*•.¸¸.•*´¨`*•.¸¸.•*´¨`*•.¸¸.•* */

.page2ref li {
    font-size: 16px;
    text-align:justify;
    line-height: 1.5;
    font-family: 'Poppins', sans-serif;
}

.listeliens a {
    font-family: 'Poppins', sans-serif;
    color:#596573;
    font-weight: bold;
  }
  
  .listeliens a:hover {
    text-decoration: underline;
  }

.ref p, .page2ref p {
    font-size: 16px;
    text-align:justify;
    line-height: 1.5;
    color:#212529;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    }

.ref h2,.page2ref h2 {
padding-bottom: 15px;
padding-top: 5px;
font-size:22px;
font-weight: bolder;
color: #cc8b8c;
}

.ref h3,.page2ref h3 {
    font-size:20px;
    padding: 10px 0px 10px 0px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    }

.ref h1,.page2ref h1 {
    font-size: 28px;
    font-weight: 500;
}

.location-appartement-vacances .top_page {
    background-image: url(../images/top_page/ajaccio_top.jpg);
  }  
  
  .location-maison-vacances .top_page {
    background-image: url(../images/top_page/ajaccio_top.jpg);
  }  

  .page2ref .btn-primary {
    background-color: #263547;
  }

  .page_ref .liste-seo3 li {
    font-size: 12px;
  }



  .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: #758580;
    color: #fff;
    padding: .55rem .75rem;
  }
  .page-item.active .page-link {
    background-color: #758580;
    color: #fff;
  }


  .vente-appartement-rive-de-gier .top_page {
    background-image: url(../images/top_page/image_top.jpg);
  }  

  .vente-maison-rive-de-gier .top_page {
    background-image: url(../images/top_page/image_top.jpg);
  }  

  .lienhome a {
color:#CB898B;
  }