/* ==================================================================================== */
/*                                       GENERAL                                        */
/* ==================================================================================== */
/* .livraisonsite { display: none;} */


/* COULEURS */
.rouge {
 color: #9e7150;
}
.bg-rouge {
 background-color: #9e7150;
}

/* TITRES */
.home_heading {
 color: #000;
 margin-bottom: 0;
 font-weight: 700;
}
.home_heading::after, .home_heading::before {
 content: "";
 display: inline-block;
 width: 60px;
 height: 1px;
 background: #9e7150;
 vertical-align: middle;
 margin: 0 10px;
}
.listing-header-titre {
  display: none;
}


/* BOUTONS */
.btn-reservation {
  color: #fff!important;
  background-color: #9e7150;
  border-color: #9e7150;
  padding: 8px 10px 4px 10px!important;
  line-height: 1.05!important;
  border-radius: 5px;
}
.btn-reservation:hover {
  color: #fff!important;
  background-color: #000;
  border-color: #000;
  padding: 8px 10px 4px 10px!important;
  line-height: 1.05!important;

}
.btn-reservation2 {
  color: #fff!important;
  background-color: #16231c;
  border-color: #16231c;
  padding: 12px 10px 6px 10px!important;
  line-height: 1.05!important;
  border-radius: 5px;
  margin-left: 10px;
}
.btn-reservation2:hover {
  color: #000!important;
  background-color: #dddddd;
  border-color: #dddddd;

}
.btn-espace {
  color: #000!important;
  background-color: #fff;
  border-color: #d8d8d8;
  padding: 8px 10px 4px 10px!important;
  line-height: 1.05!important;
  margin-left: 10px;
  border-radius: 5px;
}
.btn-espace:hover {
  color: #fff!important;
  background-color: #000;
  border-color: #000;
  padding: 8px 10px 4px 10px!important;
  line-height: 1.05!important;
  margin-left: 10px;
}

.top_link {
  z-index: 99;
  bottom: 10px;
  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;
}

.alert-danger {
  color: #000;
  background-color: #f1f1f1;
  border-color: #020202;
  text-align: center;
  width: 60%;
  margin: 2% auto;
}

/* ==================================================================================== */
/*                                       INDEX                                          */
/* ==================================================================================== */
.bgAccueil {
 background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg.jpg);
 background-size: cover;
 background-repeat: no-repeat;
}
.scroll-downs i {
 font-size: 30px;
 color: #9e7150;
}
/* HEADER */
.ancre-bottom {
  display: none;
}
.index .ancre-bottom {
 position: absolute;
 display: block;
 z-index: 1;
 margin: auto;
 right: auto;
 left: 47%;
    -webkit-transform: translateX(-47%);
    -moz-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    -o-transform: translateX(-47%);
    transform: translateX(-47%);
 bottom: 80px;
}
.ancre-bottom a  {
 padding-top: 70px;
 position: absolute;
 z-index: 2;
 display: inline-block;
 -webkit-transform: translate(0, -50%);
 transform: translate(0, -50%);
 color: #9e7150;
 font: normal 400 16px/1 'Josefin Sans', sans-serif;
 letter-spacing: .1em;
 text-decoration: none;
 transition: opacity .3s;
}
.ancre-bottom a span {
 position: absolute;
 top: 0;
 left: 50%;
 width: 46px;
 height: 46px;
 margin-left: -23px;
 border: 2px solid #9e7150;
 border-radius: 100%;
 box-sizing: border-box;
 background: rgba(255,255,255,.85);
}
.ancre-bottom a span::after {
 position: absolute;
 top: 50%;
 left: 50%;
 content: '';
 width: 16px;
 height: 16px;
 margin: -12px 0 0 -8px;
 border-left: 2px solid #9e7150;
 border-bottom: 2px solid #9e7150;
 -webkit-transform: rotate(-45deg);
 transform: rotate(-45deg);
 box-sizing: border-box;
}
.ancre-bottom a span::before {
 position: absolute;
 top: 0;
 left: 0;
 z-index: -1;
 content: '';
 width: 44px;
 height: 44px;
 box-shadow: 0 0 0 0 rgba(212,19,39,.3);
 border-radius: 100%;
 opacity: 0;
 -webkit-animation: sdb03 2s infinite;
 animation: sdb03 2s infinite;
 box-sizing: border-box;
}
@-webkit-keyframes sdb03 {
 0% {
   opacity: 0;
 }
 30% {
   opacity: 1;
 }
 60% {
   box-shadow: 0 0 0 60px rgba(212,19,39,.3);
   opacity: 0;
 }
 100% {
   opacity: 0;
 }
}
@keyframes sdb03 {
 0% {
   opacity: 0;
 }
 30% {
   opacity: 1;
 }
 60% {
   box-shadow: 0 0 0 60px rgba(255,255,255,.3);
   opacity: 0;
 }
 100% {
   opacity: 0;
 }
}


/* MOTEUR */
.moteur {
  padding: 20px;
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 20;
  background-color: transparent;
}
.index .moteur .radio_trans {
  display: none;
}
.index .moteur .bloc-header {
  background-color: rgba(255,255,255,.7);
  padding: 20px 30px;
  border-radius: 20px;
}
.index .moteur .bloc-header p{
  font-size: 25px;
  font-weight: 600;
}
.index .plusdecritere .plusc, .index .plusdecritere .plusm {
  color: #9e7150;
}



/* SELECTION DE BIENS */
.prod_accueil article {
  width: calc(100% / 3 - 25px);
 }
 .index .header-item ul {
  display: block;
  justify-content: center;
  margin-bottom: 0;
}
 .index .header-item {
  padding: 0;
  font-weight: 400;
  letter-spacing: 5px;
  text-rendering: optimizelegibility;
 }
 .index .info_titre,
 .index .info_type {
  width: 100%;
  font-size: 15px;
  text-transform: uppercase;
  line-height: 1.3;
  font-weight: 400;
  white-space: initial;
  color: #fff;
 }
 .index .photobox_type16 .photobox__label {
  top: 53%;
}
 .index .info_titre::after, .prod_listing .info_titre::after, .prod_listing.damier .info_titre::after,
 .index .info_type::after, .prod_listing .info_type::after, .prod_listing.damier .info_type::after {
  background: #9e7150;
  height: 1px;
  width: 30%;
  margin: 6px auto 6px auto;
  content: "";
  display: block;
  position: relative;
 }
 
 .prod_listing.damier .info_ville, .prod_listing.damier .info_prix, .index .info_ville, .index .info_prix {
  width: 100%;
  font-size: 13px;
  padding-top: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
 }
 .prod_listing.damier .info_ville, .prod_listing.damier .info_prix, .index .info_ville, .index .info_prix,
 .prod_listing.damier .info_type {
  width: 100%;
  font-size: 13px;
  padding-top: 0;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
 }
 .index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
  background-color: var(--photoboxOverlay, rgba(0,0,0,0.6));
 }
 

/* INDEX SERVICES */

.home_cont_categories.home_cont_services .photobox__preview {
  max-width: 100%;
  height: 400px;
  object-fit: cover;
}
.index .home_cont_services .photobox_type16 .photobox__label {
 width: 100%;
 text-align: center;
 opacity: 1;
 transition: opacity calc(var(--photoboxAnimationDuration, .2s) / 4) cubic-bezier(0.71, 0.05, 0.29, 0.9);
 will-change: opacity;
 position: absolute;
 top: auto;
 left: 50%;
 -webkit-transform: translate(-50%, 0%);
 transform: translate(-50%, 0%);
 z-index: 2;
 text-transform: uppercase;
 bottom: 0;
}

.index .home_cont_services .photobox_type16 .photobox__label {
 font-size: 26px;
 color: #fff;
 text-shadow: #000 0.1em 0.1em 0.15em;
 padding: 60px 0 20px 0;
 background: linear-gradient(0deg, #000, rgb(0 0 0 / 55%), rgb(0 0 0 / 0%));
 text-transform: inherit;
}


/* CATEGORIES */
.home_cont_station .categorie-ligne1,
.home_cont_contenu .categorie-ligne1,
.ref .categorie-ligne1,
.home_cont_selection .categorie-ligne1,
.home_cont_station .categorie-ligne2 {
    margin: 3% 5%;
}
.home_cont_contenu  {
    padding-top: 50px;
    padding-bottom: 0px;
}
.home_cont_contenu2  {
    padding-top: 0px;
    padding-bottom: 50px;
}

.home_cont_station  .photobox_type16 .photobox__label {
    opacity: 1!important;
    text-shadow: #000000 1px 1px 2px!important;
}
.index .home_cont_station .photobox_type16 .photobox__label {
    color: #000;
    margin-left: 0;
    line-height: 1;
    text-align: left;
    font-size: 31px;
    font-weight: 800;
    text-shadow: transparent 1px 1px 0px!important;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
}
.index .home_cont_station .photobox_type16:hover .photobox__label {
    color: #9e7150;
}
.index .home_cont_station .photobox_type16:hover {
    text-decoration: none;
}
.home_cont_station .cat-droite {
    text-align: left;
}
.index .home_cont_station .photobox_type16 .photobox__label span{
    font-size: 21px;
    font-weight: 300;
    text-transform: initial;
}
.home_cont_station {
    padding-top: 10px;
    padding-bottom: 10px;
    background: #e7e7e7;
}

/* HOME CONTENU */

.titre-contenu {
  font-size: 62px;
  font-weight: 800;
  line-height: 62px;
  padding: 25px 0px 35px 0px;
  /* border-right: 2px solid #baae96; */
  border-bottom: 2px solid #baae96;
}
.titre-contenu2 {
  font-size: 50px;
  font-weight: 800;
  line-height: 45px;
  padding: 25px 0px 35px 0px;
  /* border-left: 2px solid #baae96; */
  border-bottom: 2px solid #baae96;
}
.alert .titre-contenu {
  line-height: 60px;
}
.alert .titre-contenu span{
  font-size: 43px;
}
.alert a {
  color: #000;
}
.alert a:hover {
  text-decoration: none;
}
.alert a:hover u{
  color: #baae96;
}

.contenu3 {
  background: #f5f5f5;
  padding: 50px 0;
}

.encadre-svg {
  border: 2px solid #16231c;
  border-radius: 50%;
  display: flex;
  width: 170px;
  height: 170px;
  justify-content: center;
  margin: auto;
}
.encadre-svg img{
  margin: auto;
  width: 100px;
  /* filter: invert(27%) sepia(97%) saturate(3820%) hue-rotate(340deg) brightness(79%) contrast(113%); */
  filter: invert(44%) sepia(58%) saturate(347%) hue-rotate(343deg) brightness(94%) contrast(84%);
}
.encadre-svg img.img2 {
  width: 80px;
}

/* .categorie-ligne2 a:hover .encadre-svg img{
  filter: invert(4%) sepia(3%) saturate(6137%) hue-rotate(302deg) brightness(101%) contrast(98%);
} */

.titre-label {
  color: #212529;
  margin-left: 0;
  line-height: 1;
  text-align: center;
  font-size: 31px;
  font-weight: 800;
  text-decoration: none!important;
  text-transform: uppercase;
  margin-top: 20px;
}
.titre-label span{
  font-size: 21px;
  font-weight: 300;
}
.categories2 {
  padding-top: 50px;
  padding-bottom: 50px;
}
.categorie-ligne2 a:hover .titre-label{
  color: #16231c;
}
.categorie-ligne2 a:hover{
  text-decoration: none!important;
}

/* ==================================================================================== */
/*                                      TOP PAGE                                        */
/* ==================================================================================== */
.bgAccueil-page{
  height: 70vh;
  position: relative;
  background-size: cover;
  top: 0;
}
.contact .bgAccueil-page {
  height: 70vh;
  position: relative;
  background-size: cover;
  top: 0;
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-contact.jpg) no-repeat center center;
}

.presentation .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-presentation.jpg) no-repeat top center;
}
.services .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-services.jpg) no-repeat center center;
}
.tarifs .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-tarifs.jpg) no-repeat center center;
}
.partenaires .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-partenaires.jpg) no-repeat center center;
}
.station .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-station.jpg) no-repeat center center;
}
.activites .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-activites.jpg) no-repeat center center;
}
.liens .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-liens.jpg) no-repeat center center;
}
.reservation .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-reservation.jpg) no-repeat center center;
}
.laverie .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-laverie3.jpg) no-repeat center center;
}
.foire-aux-questions .bgAccueil-page {
  background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-faq.jpg) no-repeat center center;
}


/* ==================================================================================== */
/*                                  PAGES DE CONTENU                                    */
/* ==================================================================================== */
.bg-cle {
  padding: 80px 0;
  position: relative;
  background: url(/assets/images/bg-cle.png) no-repeat center right;
  background-size: cover;
}
.contenu-page {
  min-height:500px
}
.encadre-services {
  padding: 20px;
  border: 1px solid rgba(0,0,0,0.2);
  border-radius: 5px;
  margin: 20px 0;
  min-height: 240px;
  background: #efefef;
}
.tarifs .encadre-services {
  min-height: 165px;
}
.encadre-services p strong.rouge{
  text-transform: uppercase;
}
.titre-page, .contact .page-heading {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  border-bottom: 2px solid #9e7150;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact .page-heading::after {
 display: none;
}
.liens .contenu-page img {
  box-shadow: 6px 3px 5px rgb(0 0 0 / 10%);
  margin-bottom: 15px;
}
.laverie .contenu-page {
  min-height: 250px;
}
.laverie .bg-cle {
  padding: 100px 0;
  background: url(/assets/images/bg-cle.png) no-repeat top right;
}
/* ============================================================================= */
/*                                        FAQ                                    */
/* ============================================================================= */
.foire-aux-questions .bg-cle {
  padding: 100px 0;
  background: transparent;
}



.faq-card {
  box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
  padding: 15px;
}
.faq-card img {
  border-radius: 5px;
}
.faq-card .h3 {
  margin: 15px 0;
}
.faq-card .h3::after {
  content: "";
  display: block;
  position: relative;
  background: #9f8054;
  height: 1px;
  width: 50%;
  margin: 15px 0;
}


/* SOUS PAGES */
.faq-theme input[type=checkbox],
.faq-theme input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  display: none;
}
/* Accordion styles */  
.faq-theme { width: 100%;} 
.faq-theme .tab {
  width: 100%;
  color: white;
  overflow:hidden;
}
.faq-theme .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 10px 1em;
  background: #dddddd;
  font-weight: 400;
  cursor: pointer;
  color: #000;
  min-height: 55px;
  align-items: center;
  line-height: 1;
}
.faq-theme .tab-label:hover {
  background: #9e7150;
  color: #fff;
}
.faq-theme .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.faq-theme .tab-content {
  max-height: 0;
  padding: 1em;
  color: #26282b;
  background: transparent;
  transition: all 1s;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 20%);
}
.faq-theme .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #9e7150;
  cursor: pointer;
}
.faq-theme .tab-close:hover {
  background: #9e7150;
}

.faq-theme input:checked + .tab-label {
  background: #9e7150;
  color: #fff;
}
.faq-theme input:checked + .tab-label::after {
  transform: rotate(90deg);
}
.faq-theme .tab-content {
  display: none;
}
.faq-theme input:checked ~ .tab-content {
  max-height: 100%;
  padding: 0.5em;
  display: block;
  color: #26282b;
  width: 99%;
  margin: -5px auto 10px auto;
}

/* ==================================================================================== */
/*                                      FOOTER                                          */
/* ==================================================================================== */
footer, footer a {
  margin-top: 0;
}

/* LABEL */

.bloc-label {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box !important;
  display: block;
  direction: ltr !important;
  right: 0;
  z-index: 1000;
}
.bloc-label .label {
  font-size: 16px;
  position: relative;
  border: none;
  outline: none;
  padding: 15px 45px 0 0;
  cursor: pointer;
  white-space: nowrap;
  background-color: #16231c !important;
  background-color: var(--hjFeedbackAccentColor, #16231c) !important;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  opacity: 1;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 17px 0 0 17px;
  transform: translateX(4px);
}
.bloc-label .label2 {
  font-size: 16px;
  position: relative;
  border: none;
  outline: none;
  padding: 15px 45px 0 0;
  cursor: pointer;
  white-space: nowrap;
  background-color: #9e7150 !important;
  background-color: var(--hjFeedbackAccentColor, #9e7150) !important;
  transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  opacity: 1;
  width: 45px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 17px 0 0 17px;
  transform: translateX(4px);
  margin: 10px 0 0 0;
}
.bloc-label .label:hover,
.bloc-label .label2:hover {
  transform: translateX(0);
  box-shadow: 0 0 35px 2px rgb(0 0 0 / 35%);
  opacity: 1;
}
.bloc-label .label p,
.bloc-label .label2 p {
  overflow-wrap: normal !important;
  word-break: normal !important;
  word-wrap: normal !important;
  white-space: nowrap !important;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  cursor: pointer;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-lr;
  writing-mode: vertical-lr;
  transform: rotate(180deg);
  color: #fff !important;
  color: var(--hjFeedbackAccentTextColor, #fff) !important;
  font-weight: 400;
  margin-left: 12px;
  font-size: 14px;
}





/* ==================================================================================== */
/*                                  RESPONSIVE                                          */
/* ==================================================================================== */
@media (min-width: 992px) {
  .header__logo {
   padding: 5px 0;
   width: auto;
 }
 .index .not-sticking .site-pusher,
 .sticking .site-pusher,
 [class*="listing"] .not-sticking .site-pusher,
 [class*="listing-"] .not-sticking .site-pusher {
  padding: 0px 20px;
  background: 0;
 }
 .header__logo img,
 .sticking .header__logo img,
 .not-sticking .header__logo img {
     width: 300px;
 }
 .index .not-sticking .header__logo img {
     width: 400px;
 }
 .menu ul > li > a,
 .not-sticking .menu ul > li > a {
  color: #000;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 1px;
}
nav.menu ul.menu-top {
  justify-content: flex-end;
  margin: 5px auto auto auto;
}
nav.menu ul.menu-top > li > a{
  color: #000;
  font-size: 13px;
  font-weight: 500!important;
  letter-spacing: 1px;
}
.ion-ios-book-outline{
  font-size: 21px!important;
  top: -2px;
  right: 3px;
  margin-left: 6px;
}
.ion-android-person {
  font-size:21px!important;
  top: -2px;
  right: 0px;
  margin-left: 0px;
  margin-right: 0!important;
}
.index .not-sticking .menu ul > li > a {
  font-weight: 600;
}
.menu .dropdown-menu {
 padding: 0;
}
.menu .dropdown-item {
 display: block;
 width: 100%;
 padding: 0.5rem 1rem;
 clear: both;
 color: #000;
 text-align: inherit;
 background: 0 0;
 border: 0;
 font-weight: 500;
 font-size: 16px;
 text-transform: initial;
}
.menu .dropdown-item:hover {
 color: #fff!important;
 text-decoration: none!important;
 background-color: #9e7150!important;
}
.header .sticking {
 background: #fff;
}
.listing-header-detail {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-40%);
  -moz-transform: translateY(-40%);
  -ms-transform: translateY(-40%);
  -o-transform: translateY(-40%);
  transform: translateY(-40%);
  left: 51%;
  -webkit-transform: translateX(-51%);
  -moz-transform: translateX(-51%);
  -ms-transform: translateX(-51%);
  -o-transform: translateX(-51%);
  transform: translateX(-51%);
  padding: 150px;
  width: 100%;
}
}

@media (max-width: 991px) {
  .index .photobox_type16 .photobox__previewbox:before, [class*="listing"] .photobox_type16 .photobox__previewbox:before, [class*="listing-"] .photobox_type16 .photobox__previewbox:before {
    background-color: var(--photoboxOverlay, rgba(255,255,255,0));
  }
  .menu ul > li > a,
  .not-sticking .menu ul > li > a,
  a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #fff;
  }
  nav.menu ul li .dropdown-menu {
    display: block !important;
    position: relative !important;
    margin: 15px 0 30px 0;
    background-color: #000 !important;
  }
  .index .home_cont_services .photobox_type16 .photobox__label {
    font-size: 21px;
  }
  .index .home_cont_station .photobox_type16 .photobox__label, .titre-label {
    font-size: 20px;
  }
  .index .home_cont_station .photobox_type16 .photobox__label span, .titre-label span {
    font-size: 16px;
  }
  .encadre-svg {
    width: 120px;
    height: 120px;
  }
  .encadre-svg img.img2 {
    width: 55px;
  }
  .index .not-sticking .burger-item, .index .not-sticking .burger-item::before, .index .not-sticking .burger-item::after,.not-sticking .burger-item, .not-sticking .burger-item::before, .not-sticking .burger-item::after, .sticking .burger-item, .sticking .burger-item::before, .sticking .burger-item::after {
    color: #9e7150;
    background: #9e7150;
  }
  .bloc-label {
    position: fixed;
    top: auto;
    transform: inherit;
    box-sizing: border-box !important;
    display: flex;
    direction: initial !important;
    right: auto;
    z-index: 1000;
    bottom: 0;
    left: auto;
    margin: auto;
    text-align: center;
    justify-content: center;
    width: 100%;
  }
  .bloc-label .label {
    font-size: 16px;
    position: relative;
    border: none;
    outline: none;
    padding: 5px 15px 0 5px;
    cursor: pointer;
    white-space: nowrap;
    background-color: #9e7150 !important;
    background-color: var(--hjFeedbackAccentColor, #9e7150) !important;
    transition: transform 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
    opacity: 1;
    width: auto;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transform: translateX(0px);
    border: 1px solid #9e7150;
    border-radius: 17px 17px 0 0;
  }
  .bloc-label .label p {
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-lr;
    writing-mode: initial;
    transform: rotate(0deg);
    color: #fff !important;
    color: var(--hjFeedbackAccentTextColor, #fff) !important;
    font-weight: 400;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 7px;
}
  .bloc-label .label .list-inline-item .ion-social-facebook, .bloc-label .label .list-inline-item .ion-social-instagram {
    top: -3px;
  }
  .index .prod_accueil, .detail .prod_accueil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .index .ancre-bottom {
    position: absolute;
    display: block;
    z-index: 1;
    margin: auto;
    right: auto;
    left: 44%;
    -webkit-transform: translateX(-47%);
    -moz-transform: translateX(-47%);
    -ms-transform: translateX(-47%);
    -o-transform: translateX(-47%);
    transform: translateX(-47%);
    bottom: 80px;
  }
  [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
    top: auto;
    position: relative;
    transform: translate(-50%, -8%);
  }
  .prod_listing.damier .info_ville, .prod_listing.damier .info_prix, .index .info_ville, .index .info_prix {
    color: #000;
  }
  [class*="listing"] .main-content {
    margin: 14% 5%;
  }
  .header__logo img {
    width: 185px;
    margin-right: 45px;
  }
  nav.menu ul li .dropdown-menu .dropdown-item {
    text-align: center;
  }
  .titre-page, .contact .page-heading {
    font-size: 25px;
  }
  .bgAccueil-page, .contact .bgAccueil-page {
    height: 40vh;
    background-size: cover!important;
}
.index .moteur .bloc-header p{
  font-size: 20px;
  font-weight: 600;
}

}


@media (max-width: 768px) {
  .home_cont_categories.home_cont_services .photobox__preview {
    height: 200px;
  }
  .index .photobox_type16 .photobox__label {
    font-size: 15px;
    font-weight: 300;
  }
  .home_heading {
    font-size: 20px;
  }
  .alert-danger {
    color: #000;
    background-color: #f1f1f1;
    border-color: #020202;
    text-align: center;
    width: 90%;
    margin: 2% auto;
}
.not-sticking .menu ul.menu-top > li > a {
  font-size: 1rem;
  letter-spacing: 0;
}
ul.menu-top .btn i {
  font-size: 23px;
  top: -3px;
}
}


@media (max-width: 610px) {
  .index .prod_accueil, .detail .prod_accueil {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
  .home_cont_categories.home_cont_services .photobox__preview {
      height: 270px;
  }
  .ancre-bottom {
    position: absolute;
    z-index: 1;
    margin: auto;
    right: auto;
    left: 37%;
    -webkit-transform: translateX(-37%);
    -moz-transform: translateX(-37%);
    -ms-transform: translateX(-37%);
    -o-transform: translateX(-37%);
    transform: translateX(-37%);
    bottom: 80px;
  }
  .index .photobox_type16 .photobox__label {
    font-size: 20px;
    font-weight: 300;
  }
  .menu ul {
    margin: 20px 20px 0 20px !important;
  }
  .home_heading::after, .home_heading::before {
    display: none;
  }
  .header__logo img {
    margin-left: -50px;
    margin-top: 0px;
    max-width: 100%;
  }
  .titre-label {
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .header__logo img {
    width: 200px;
    margin-left: 0;
  }
  .menu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.95);
    width: 300px;
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
  .with--sidebar .site-pusher {
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
  .moteur {
    padding: 20px;
    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%);
    z-index: 20;
    background-color: transparent;
  }
  .liens .contenu-page img {
    width: 50%;
  }
  .liens .btn.btn-reservation.mt-2 {
    margin-top: 0!important;
  }
    
      .bgAccueil-page, .contact .bgAccueil-page {
        height: 30vh;
        background-size: cover!important;
    }
    .not-sticking .menu ul > li > a {
      font-size: 14px;
  }
  .contact .bgAccueil-page {
    background-size: cover!important;
    background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-contact.jpg) center center!important;
}
.prod_accueil article {
  width: calc(100% / 1 - 25px);
}
.index .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label, [class*="listing"] .photobox_type16 .photobox__label {
  font-size: 18px;
  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: 0!important;
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  padding: 5px;
}
.header-item ul .info_prix, .header-item ul .info_ville {
  font-size: 12px;
  line-height: 1.2;
}
.index .ancre-bottom {
  position: absolute;
  display: block;
  z-index: 1;
  margin: auto;
  right: auto;
  left: 37%;
  -webkit-transform: translateX(-37%);
  -moz-transform: translateX(-37%);
  -ms-transform: translateX(-37%);
  -o-transform: translateX(-37%);
  transform: translateX(-37%);
  bottom: 80px;
}
.index .moteur .bloc-header p{
  font-size: 16px;
  font-weight: 600;
}
}


@media only screen and (max-device-width: 667px) and (min-device-width: 375px) and (orientation: portrait) {
  .bgAccueil {
      background-size: 667px 375px !important;
      background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg.jpg) no-repeat center center !important;
  }
  .contact .bgAccueil-page {
    background-size: cover !important;
    background: linear-gradient( rgba(0,0,0, 0), rgba(0,0,0, 0) ),url(/assets/images/bgimg-contact.jpg) center center!important;
} 
}

.plusdecritere {
  display: none;
}