.loader-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background: #1f2344;z-index: 99999;display:flex;align-items:center;justify-content:center}
.loader{border: 3px solid #2cbe5e;border-top: 3px solid #fee000;border-radius:50%;background: #039c37;padding: 10px;width: 83px;height: 83px;animation:spin 2s linear infinite}
@keyframes spin {
0%{transform:rotate(0deg)}
100%{transform:rotate(360deg)}
}div#contactButtonsMobile {
    display: none !important;
}
.audio-player { position: fixed; bottom: 16px; left: 15px; background: rgb(50 57 100 / 59%); padding: 10px; z-index: 1000; border-radius: 20px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.1); box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); }
.player-container { display: flex; align-items: center; gap: 20px; }
.play-button { width: 50px; height: 50px; border-radius: 50%; background: linear-gradient(135deg, #fbb910 0%, #388e3c 100%); border: none; cursor: pointer; display: flex; align-items: center; justify-content: center; transition: all 0.3s ease; position: relative; }
.play-button:hover { transform: scale(1.1); box-shadow: 0 0 20px rgba(102, 126, 234, 0.5); }
.play-button::before { content: ''; width: 0; height: 0; border-style: solid; transition: all 0.3s ease; }
.play-button.paused::before { border-width: 8px 0 8px 14px; border-color: transparent transparent transparent white; margin-left: 3px; }
.play-button.playing::before { width: 4px; height: 16px; background: white; border: none; box-shadow: 6px 0 0 white; margin-left: -6px; }
.wave-container { display: flex; align-items: center; gap: 4px; height: 50px; }    
.wave-bar { width: 4px; background: linear-gradient(180deg, #65bb6a 0%, #ffca28 100%); border-radius: 2px; animation: wave 0.8s ease-in-out infinite; transform-origin: center; }
.wave-bar:nth-child(1) { height: 20px; animation-delay: 0s; }
.wave-bar:nth-child(2) { height: 30px; animation-delay: 0.1s; }
.wave-bar:nth-child(3) { height: 40px; animation-delay: 0.2s; }
.wave-bar:nth-child(4) { height: 35px; animation-delay: 0.3s; }
.wave-bar:nth-child(5) { height: 45px; animation-delay: 0.4s; }
.wave-bar:nth-child(6) { height: 30px; animation-delay: 0.5s; }
.wave-bar:nth-child(7) { height: 25px; animation-delay: 0.6s; }
.wave-bar:nth-child(8) { height: 35px; animation-delay: 0.7s; }      
@keyframes wave { 0%, 100% { transform: scaleY(0.5); opacity: 0.7; } 50% { transform: scaleY(1); opacity: 1; } }      
.wave-container.paused .wave-bar { animation-play-state: paused; opacity: 0.3; } audio { display: none; } 
body:after { content: url("../images/bx_loader.svg") !important; display: none; } 
img.homelogo {float: left;position: absolute;z-index: 100;bottom: 14vh;opacity: .65;width: 130px;filter: brightness(6.5) grayscale(1);margin-left: -89px;}     
/* RESET ET STYLE FIXE ****************************************************/
.banniere:before {content: ''; position: absolute; width: 100%; height: 100%; background: black;opacity: .5;}
:root {--taille-font: calc(1vw * 0.520833333333);}
.intervention-wrapper:before {content: ''; position: absolute; background: url(../images/perroquet.png) no-repeat; width: 302px; height: 394px; right: 0; top: -28vh;background-size: 100%;overflow-x: hidden; z-index: 1000;}
.fleur01{width: 219px;height: 275px;background: url(../images/emoji.png) no-repeat;position: absolute;top: 0;left: 0;margin-top: 51%;z-index: 9999;}
.fleur02{ width: 180px; height: 176px; background: url(../images/tomate.png) no-repeat; position: absolute; top: 0; left: 0; z-index: 10000; margin-top: 90%; }
.fleur03{width: 279px;height: 231px;background: url(../images/brazil.png) no-repeat;position: absolute;top: 0;left: 10%;margin-top: 0;z-index: 9999;margin-left: -219px;}
.fleur04{width: 271px;height: 275px;background: url(../images/emoji.png) no-repeat;position: absolute;top: 0;left: 0;margin-top: 123%;z-index: 9999;rotate: 357deg;}
.fleur05{ width: 189px; height: 192px; background: url(../images/brazil2.png) no-repeat; position: absolute; top: 0; background-size: 100%; right: 0; margin-top: 113%; z-index: 9999; margin-left: -120px; rotate: 358deg; }
/******************ANIMATE MS******************/
[data-animate] {opacity: 0; will-change: auto;filter: blur(4px);}
.animated {transition: all 0.15s cubic-bezier(0.57, 0.08, 0.9, 0.36);opacity: 1;filter: blur(0px);}
.gallery .description-galerie .flex-head-img img { width: 91%; height: 100%; object-fit: cover; top: 0; } 
.gallery .description-galerie .simpleParallax.simple-parallax-initialized { text-align: center; } 
.gallery.node-2 .description-galerie {} 
.gallery .description-galerie .flex-head-img { float: right; }
/******************END ANIMATE MS******************/
html, body { height: 100%; }
body { width: 100%; margin: 0; padding: 0; }
a { -webkit-transition: color 300ms ease-out; -moz-transition: color 300ms ease-out; -o-transition: color 300ms ease-out; transition: color 300ms ease-out; } 
a img { border: none; } 
img { max-width: 100%; } 
ul, ol { list-style-position: inside; padding-left: 15px; }
menu, dir {padding-left: 15px;}
blockquote p {font-size: inherit;}
main, section, article, aside, footer, header, nav { display: block; }
iframe {border: none;}
*[data-anim] {opacity: 0;}
.row { margin-right: 0 !important; margin-left: 0 !important; } .pied .align-ms {display: flex;align-items: center;} 
.nopad { padding-left: 0; padding-right: 0; } .nopad-l { padding-left: 0; } .nopad-r { padding-right: 0; } .nomargin { margin: 0; } .hide { display: none; } 
.center { text-align: center; } .right { text-align: right; } .justify { text-align: justify; } .clear:after { content: ""; display: block; clear: both; } .bold { font-weight: bold; } 
.underline { text-decoration: underline; } .relative { position: relative; } .flexMsMenu { display: flex; padding: 0vh 3%; align-content: center; justify-content: center; align-items: center; } 
.pad-ms { padding: 0 2%; } .inline-block { display: inline-block; vertical-align: top; } .noflicker { -webkit-transform: translateZ(0); } 
.retrait { margin-left: -15px !important; margin-right: -15px !important; } 
.transition { -webkit-transition: all 400ms ease; -moz-transition: all 400ms ease; -ms-transition: all 400ms ease; -o-transition: all 400ms ease; transition: all 400ms ease; -webkit-transform: translateZ(0); } 
.cover { -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; } 
hr.trait { height: 1px; margin: -0.5em 0; padding: 0; color: #e0e0e1; background-color: #e0e0e1; border: 0; }
.bloc-contenu.services.nbr-services-:before {
    z-index: 100;
    content: '';
    position: absolute;
    background: url(../images/plumes2.png) no-repeat;
    width: 455px;
    height: 518px;
    left: -6%;
    top: -17vh;
    background-size: 87%;
    transform: rotate(
42deg);
    overflow-x: hidden;
}
.body-page-1 .page-contenu {
  text-align: justify;
}

.page-contenu.clear.scrolled-content-acc
  .mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background: #2A7B9B;
  background: linear-gradient(14deg, rgb(5 155 229) 0%, rgb(150 159 153) 50%, rgb(251 185 16) 100%) !important;
}

.page-contenu.clear.scrolled-content-acc h2:first-child {
  margin-top: 0;
}

.page-contenu.clear.scrolled-content-acc {
  height: 63vh;
}

.page-contenu.clear.scrolled-content-acc h2,
.page-contenu.clear.scrolled-content-acc h3 {
  font-size: calc(var(--taille-font) * 2.2);
}

.page-contenu img {
  margin: 10px;
}

ul li.niveau2,
ol li.niveau2 {
  margin-left: 30px;
}

.before-ban .btn-partage {
  display: flex;
  background-color: #ffffff05;
  width: fit-content;
  padding: 5px 15px;
  backdrop-filter: blur(5px);
  border: 1px solid #eeeeee24;
  border-radius: 50px;
}

.before-ban .btn-partage .icones {
  width: 19px;
  margin: 0;
  height: 19px;
  padding: 0;
  position: relative;
  left: 0;
  fill: #fff;
  top: 0;
}

.before-ban .btn-partage .btnp {
  width: 36px;
  height: 36px;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center center;
  display: flex;
  transition: all 0.4s ease;
  text-align: center;
  justify-content: center;
  align-items: center;
  position: relative;
}

.before-ban .btn-partage .btnp:hover {
  transform: rotate(360deg);
}

/***********************/
.socialsAB {
  position: absolute;
  z-index: 10;
  right: 80px;
  /* top: 53%; */
  /* transform: translateY(-50%); */
  bottom: 60px;
  left: 4%;
  display: none;
}

.body-page-1 .socialsAB {
  display: block;
  transition: all 0.3s ease;
}

.socialsAB.fixedd {
  left: 8%;
}

/************/

/**/
.popup {
  cursor: pointer;
  z-index: 9001;
  position: fixed;
  border-radius: 20px;
  display: flex;
  top: 290px;
  background: #062f74;
  right: -420px;
  transition: 0.3s ease-in-out; /* border-top-left-radius: 31px; */ /* border-bottom-left-radius: 31px; */
  border-radius: 31px;
  display: none;
}

.fixedd .popup {
  display: block;
}

.popup.pop-ms {
  top: 365px;
  right: -111px;
  padding: 3px 13px 3px 0;
}

.popup.pop-ms .btn-partage .btnp {
  width: 3.6rem;
  height: 3.6rem;
  display: flex;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.4s ease;
  text-align: center;
  border-radius: 0.7rem;
  align-content: center;
  justify-content: center;
  align-items: center;
  float: left;
}

.btn-partage .btnp:hover {
  transform: rotate(360deg);
}

.popup.pop-ms .btn-partage {
  display: flex !important;
}

.popup:hover {
  right: -11px;
  filter: brightness(1.2);
}

.popup .btn-partage .icones {
  width: 1.7rem;
  margin: 0;
  height: 1.7rem;
  padding: 0;
  position: relative;
  fill: #fff;
  top: 0;
}
.popup .btn-partage .btn-share .icones {
  left: 5px;
}
/**/

/****************************SWIPER BAN MS***************************************/

.swiper-scale-effect .swiper-container {
  width: 100vw;
  height: 100vh;
}

.swiper-scale-effect {
  position: relative;
}

.swiper-slide {
  background-color: #fcfcfc;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fcfcfc;
  font-size: 24px;
}

.swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50% / cover;
}

.swiper-slide .slide-02 {
  background-image: url(../images/bann2.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-01 {
  background-image: url(../images/bann1.jpg);
  transform-origin: 50% 50%;
}

.swiper-slide .slide-03 {
  background-image: url(../images/bann3.jpg);
  transform-origin: 50% 50%;
}

.swiper-scale-effect .swiper-slide-cover {
  transition-timing-function: linear;
  transition-duration: 20s;
  transform: scale(1);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1.3);
}

.swiper-scale-effect .swiper-lazy-preloader-white {
  color: #fcfcfc;
}

.swiper-scale-effect .swiper-lazy-preloader-black {
  color: #262626;
}

.swiper-scale-effect .swiper-button-prev,
.swiper-scale-effect .swiper-button-next {
  background: transparent;
  opacity: 0.55;
  color: rgba(252, 252, 252, 0.85);
  transition: opacity 0.3s ease, color 0.3s ease;
  width: calc(var(--taille-font) * 9);
  height: calc(var(--taille-font) * 9);
}

.swiper-scale-effect .swiper-button-prev {
  left: 0;
  right: unset;
}

.swiper-scale-effect .swiper-button-next {
  right: 1%;
  left: unset;
}

.swiper-scale-effect .swiper-button-prev svg,
.swiper-scale-effect .swiper-button-next svg {
  width: calc(var(--taille-font) * 9);
  height: calc(var(--taille-font) * 9);
  fill: #fff;
}

.swiper-scale-effect .swiper-button-prev:hover,
.swiper-scale-effect .swiper-button-next:hover {
  background: transparent;
  opacity: 0.85;
  color: #fcfcfc;
}

.swiper-scale-effect .swiper-pagination {
  flex-direction: column;
  /* right: 10px; */
  width: max-content !important;
  left: 49% !important;
  border: 0;
  bottom: 3%;
  display: flex;
  z-index: 100000;
  /* transform: translateY(50%) !important; */
  gap: var(--taille-font);
  opacity: 0.8;
  align-items: center;
  justify-content: center;
  height: auto;
  padding: 0;
  transform: rotate(90deg) !important;
}

.swiper-scale-effect span.swiper-pagination-bullet {
  height: 1px;
  border-radius: 0;
  width: calc(var(--taille-font) * 3);
  opacity: 1;
  background: white;
  transition: 0.3s ease !important;
  margin: 8px 0 !important;
}

.swiper-scale-effect
  span.swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-scale-effect span.swiper-pagination-bullet:hover {
  width: calc(var(--taille-font) * 6);
  background: #fff;
}

.before-ban {
  position: relative;
  z-index: 2;
}

.before-ban::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.5;
  z-index: 2;
}
.fluid-contenu:before {
    content: '';
    overflow-x: hidden;
    position: absolute;
    background:url(../images/plumes.png) no-repeat;
    width: 17vw;
    height: 15vw;
    right: -6%;
    top: -27vh;
    background-size: 100% 100%;
    transform: rotate(
322deg);
    overflow-x: hidden;
    }
/**************************** END SWIPER BAN MS***************************************/

body.body-temoignage .livre-elements .temoignage {
}

body.body-temoignage .fluid-contenu .corps {
    padding: 7em 0 19vh;
}

body.body-temoignage .temoignages {background: transparent;padding: 3em 10% 4em;}

.divAvis:nth-child(2n) .temoignage {
    color: var(--color0);
}

.divAvis:nth-child(2n) {
    background: #0a8e37;
    border-radius: 0;
    color: white;
    padding: 12vh 10vw 7vh;
}

div#itemReviewed_295 {
}

.divAvis:nth-child(2n) .temoignage {
    color: var(--color0) !important;
}

p.temoignage {
}

.divAvis:nth-child(2n):before {
    filter: invert(0);
    opacity: .3;
}


div#itemReviewed_137 {}

.divAvis:before {
}


.AvisClientsBg {
    padding: 0 7%
}

.AvisClientsBg .contenu {
    position: relative;
}

.AvisClientsBg {
    padding: 15vh 10vw;
    position: relative;
    color: var(--color2);
    z-index: 0;
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next {
    right: -2vw;
}

.AvisClientsBg .bx-next::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next, .AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: 0.7;
    transition: 0.5s;
}

.AvisClientsBg .bx-next:hover, .AvisClientsBg .bx-prev:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0px 8px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    padding: 0px 0px 1em;
    margin: 0px;
    text-align: left;
    color: var(--color0);
}

.title2 {
    display: flex;
    margin: 0px 0px 4vh;
    justify-content: space-between;
}

.etoiles .fa {
    color: #f4b410;
}

.AvisClientsList {
    padding: 0px;
    overflow: hidden;
    margin: 0px -15px !important;
}

.AvisClientsList li {
    list-style: none;
    background: 0px 0px;
}

.AvisClientsList li::before {
    content: none;
}

.avisClientsBg .h {
    text-align: center;
}

.temoignage1 .date {
    text-align: revert;
    margin-top: 1vh;
    margin-right: 0px;
    margin-left: 0px;
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    margin-bottom: 2px !important;
}

h2.pseudo {
    font-size: 21px;
    color: white;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    min-height: auto;
}

.temoignageScroll i.fa-solid.fa-quote-left {
    font-size: var(--h1-size);
    position: absolute;
    left: 2rem;
    opacity: 0.1;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0px auto 20px -64px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent::before {
    /* content: "«"; */
    display: inline-block;
    margin-right: 5px;
}

.avisContent::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.temoignages {
    position: relative;
    z-index: 100;
    position: relative;
    display: block;
    padding: 3em 10% 4em;
    background: #0a8e37 url(../images/bg3.jpg) no-repeat;
    background-position: right 29%;
    background-size: cover;
}

.temoignages-cont .row {
    width: 100%;
}

.temoignages .title {
    text-align: left;
}

.temoignages .title .titre2 {
    margin: 0px 0px 4vh;
}

.temoignages-cont {
}

.temoignages-cont h3 {
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--orange2);
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
}
.AvisClientsBg .swiper-button-prev, .AvisClientsBg .swiper-container-rtl .swiper-button-next, .AvisClientsBg  .swiper-button-next, .AvisClientsBg  .swiper-container-rtl .swiper-button-prev {
    filter: brightness(0) invert(1);
    top: 28%;
    cursor: pointer;
}
.temoignages-cont p {
    display: block;
    font-size: calc(var(--taille_font) * 1.3);
    margin-bottom: 0px;
    padding-top: 0;
    font-family: var(--font_family_3);
    text-align: center;
    line-height: 1.9;
    color: #ffffff;
}

.temoignages .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    position: absolute;
    left: 0;
}

.swiper-pagination-bullet {
    width: 44px;
    height: 7px;
    border: 1px solid;
    border-radius: var(--border-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    border: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.temoignages .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    position: absolute;
    left: 0;
}

.swiper-pagination-bullet {
    width: 44px;
    height: 7px;
    border: 1px solid;
    border-radius: var(--border-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    border: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.temoignages-cont a.AvisClients {
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    padding: 12vh 6vw 3vh;
    text-align: left;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    border-radius: 0;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: #0f983e;
}

.avis {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    text-align: left;
}

.avis {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    text-align: left;
}

.avis h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: rgb(51, 51, 51);
}

.date_post {
    color: rgb(102, 102, 102);
}

.AvisClients i.fa-solid.fa-quote-left {
    color: var(--color-dark-transparent);
    font-size: 60px;
    margin-bottom: 0px;
    float: left;
}

.titrestar {
    display: flex;
    place-content: center flex-start;
    column-gap: 1vw;
    align-items: center;
    width: 100%;
}

.fa-star-o::before {
    content: "";
    color: var(--color-dark-transparent);
}

.temoignages-cont .swiper-wrapper {
    /* display: flex; */
    /* align-content: stretch; */
}

.temoignageScroll {
    max-height: 14vh;
    text-align: center;
    overflow: hidden;
}
.pied .bande1 .row {
    border-top: 1px solid #ffffff17;
    padding-top: 4vh;
}
.temoignages-cont .swiper-slide {
    height: 100%;
}

.etoiles {
    color: rgb(255, 205, 124);
    margin-bottom: 0px;
}

.etoiles .fa {
}

.avisContent {
    font-size: 1rem;
    color: rgb(102, 102, 102);
    line-height: 1.5;
}

.img-curv .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-curv .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.photo-avis {
    display: flex;
    -webkit-box-align: center;
    align-items: flex-end;
    margin-left: -1vw;
    margin-bottom: -1vw;
}

.img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0px 40px 0px 0px;
    background: var(--color-light);
}

.info-avis {
    display: flex;
    column-gap: 1.1vw;
}

.titre-calendrier {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.temoignageScroll {
    max-height: 30vh;
    text-align: center;
    overflow: hidden;
    opacity: .7;
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.date_post {
    padding: 4px 0px;
    text-align: left;
    font-size: 80%;
}

.date_post i {
    margin-right: 8px;
}

.divAvis .fa-solid {
    font-size: calc(var(--h1-size) * 2);
    opacity: .2;
    position: absolute;
    top: 0;
}

.temoignage1 {
    text-align: center;
    width: 100%;
    margin: 4vh 0;
}

a.transition.AvisClients:before {
    color: rgb(255 255 255);
    left: 50%;
    content: "❞";
    font-size: calc(var(--taille-font) * 5.6);
    height: 130px;
    line-height: 130px;
    margin-left: -65px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px;
    top: 2vh;
    width: 138px;
    filter: invert(0);
    opacity: .4;
}

.divAvis:before {
    color: rgba(255, 255, 255, 0.5);
    left: 50%;
    content: "❞";
    font-size: calc(var(--taille-font) * 5);
    height: 130px;
    line-height: 130px;
    margin-left: -65px;
    color: #ffffff;
    position: absolute;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px;
    top: 2vh;
    width: 130px;
}

.body-temoignage main.fluid-contenu .container {
    padding: 6vh 0 5vh;
}

div#itemReviewed_295 {
}




.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 46px;
}

.livre-elements {
    padding: 0 0vw;
    margin-bottom: 0;
    text-align: center;
}

.livre-elements .livre-ligne {
    position: relative;
    margin: 4vh 0;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    font-size: 21px;
    color: #ffffff96;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    min-height: auto;
}

.livre-elements .date {
    text-align: revert;
    margin-top: 1vh;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px !important;
    color: #fff;
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: left;
    display: block;
    margin-bottom: 0px;
    color: white;
    width: 100%;
    padding-top: 2vh;
    font-family: var(--font_family_3);
    text-align: center;
    line-height: 1.9;
}

.livre-elements .temoignage::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    padding: 12vh 8vw 7vh;
    text-align: left;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: #0688d196;
}

.btn-avis {
    margin-bottom: 30px;
}
.modal-content a,
.modal-content a:link,
.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #4e9704;
    font-weight: 700;
    text-shadow: none;
    margin: 0 0;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 999997;
    background: rgb(0 0 0/20%);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: var(--color2);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,
.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px !important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0 !important
}

.modal-content label.control-label.label-note,
.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px !important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left;
    margin-left: 5px !important;
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px !important
}

.formulaire #add-review .form-group .form-control,
.formulaire #add-review .form-group input,
.formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 1px solid #ccc;
    color: var(--color2);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2) !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto !important;
    padding: 14px 15px !important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,
#add-review .form-group.form-group-2 .col-md-10,
#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,
.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2) !important
}

/****actualites****/
.actualites .cell.photo a{display:block}
.actualites .cell.photo.cover img{object-fit:cover;-o-object-fit:cover;min-width:100%;min-height:100%;width:auto;flex:1;height:100%}
.actualites{display:table;width:100%;position:relative;z-index: 800;background-color: #1f2344;padding:6em 10%}
.actualites article{display:table;width:100%}
.actualites:nth-child(even+1){direction:rtl}
.actualites .cell.photo{display:table-cell;vertical-align:top;width:50%;background-position:center center;border-radius:var(--border-radius)}
.actualites .cell.photo:hover{opacity:.95;filter:alpha(opacity=95)}
.actualites .cell.texte{display:table-cell;vertical-align:top;width:50%;border-bottom:2px solid var(--color0)}
.actualites:last-child .cell.texte{border-bottom:none}
.actualites .cell.texte .contenu{padding:3em 10%;text-align:justify;direction:ltr}
.actualites .cell.texte .contenu ul{padding:0;margin:0}
.actualites .cell.texte .contenu ul li{padding:5px 0 5px 20px;background:url(../images/puce.svg) no-repeat 0 9px}
.actualites .cell.texte .contenu ul li .bouton-principal{display:block}
.view-btn-all{position:relative;display:table;color: white !important;margin:20px auto}
.view-btn-all i{margin-left:8px;font-size:14px}
.actualites .date_post,.news .date-article{font-size:15px;font-weight:700;color:var(--color2)}
.news .ligne-actus .date-article{margin-top:18px;margin-bottom:0}
.news .ligne-actus .contenu-article{margin-top:0}
.news .contenu-article{margin-top:21px}
.newsList{float:none;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;align-content:flex-start;width:100%}
.newsList .ligne-actus{flex:0 0 auto;margin:0 0 30px;float:none}
.news .date_post{text-align:center;color: #ffffff;font-weight:800;font-size:clamp(12px,.5vw,14px);line-height:18px;text-transform:uppercase;display:block;background-color: #019ae3;position:absolute;left:0;top:0;padding: 4% 4% 4%;z-index:50;margin:0;}
.news .date_post span{display:block;line-height: 16px;min-width:84px}
.news .date_post .s1{font-size:50px;line-height:35px;padding-bottom:5px;font-size:clamp(40px,2vw,50px)}
.newsList .propor .propor-cont .imagecont .masque{background-color:rgba(250,250,250,.2);background-image:none}
.news .propor,.realisations .galerie .propor{width:100%;position:relative;margin-bottom:10px}
.news .propor:after,.realisations .galerie .propor:after{padding-top:78%;display:block;content:''}
.news .propor .propor-cont,.realisations .galerie .propor .propor-cont{position:absolute;top:0;bottom:0;right:0;left:0}
.news .propor .propor-cont .imagecont,.realisations .galerie .propor .propor-cont .imagecont{height:100%;display:block;width:100%;overflow:hidden;position:relative;-webkit-transform:translateZ(0)}
.news .propor .propor-cont .imagecont .imagefond,.realisations .galerie .propor .propor-cont .imagecont .imagefond{image-rendering:optimizeQuality;display:block;height:100%;width:100%;overflow:hidden;background-position:center center;background-repeat:no-repeat}
.news .propor .propor-cont .imagecont .masque,.realisations .galerie .propor .propor-cont .imagecont .masque{transition:all .4s ease;display:block;position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0);width:100%;height:100%;background-color:var(--color1);background-image:url(../images/ico-zoom.svg);background-repeat:no-repeat;background-position:center center}
.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque{opacity:.8;filter:alpha(opacity=80)}
.news .propor .propor-cont .imagecont:hover .imagefond,.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}
.newsList .propor{overflow:hidden}
.recup-photos .propor .propor-cont .imagecont{position:absolute;top:0;bottom:0;right:0;left:0}
.recup-photos .propor .propor-cont .imagecont img{object-fit:cover;-o-object-fit:cover;min-width:100%;min-height:100%;width:auto;flex:1;height:100%}
.recup-photos .propor{width:100%;position:relative;margin-bottom:10px;border-radius:var(--border-radius);overflow:hidden}
.recup-photos .propor:after{padding-top:78%;display:block;content:''}
.recup-photos .propor .propor-cont{position:absolute;top:0;bottom:0;right:0;left:0}
.recup-photos .propor .propor-cont .imagecont .imagefond{image-rendering:optimizeQuality;display:block;height:100%;width:100%;overflow:hidden;background-position:center center;background-repeat:no-repeat}
.recup-photos .propor .propor-cont .imagecont .masque{display:block;position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0);width:100%;height:100%;transition:.5s;background-color:var(--color1);background-image:url(../images/ico-zoom.svg);background-repeat:no-repeat;background-position:center center}
.recup-photos .propor .propor-cont .imagecont:hover .masque{opacity:.7;filter:alpha(opacity=70)}
.recup-photos .propor .propor-cont .imagecont:hover .imagefond{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}

.newsList .item .h3{color: #fff;padding: 23px 0 25px;margin:0;font-weight:200;}
.newsList .item:hover .h3{color:var(--nuanceColor1)}
.newsList .item .h3 a:hover{text-decoration:none}
.item-news{position:relative}
.newsItem .photo img{object-fit:cover;-o-object-fit:cover;min-width:100%;min-height:100%;flex:1;width:100%;height:100%;overflow-x:hidden}
.newsItem .photo{width:100%;height:33vw;border-radius:var(--border-radius);overflow:hidden;height:clamp(300px,40vw,650px);background-position:center!important;background-repeat:no-repeat!important;background-color:#f2f2f2;-webkit-transition:all .5s ease;-moz-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;image-rendering:optimizeQuality}
.newsItem .contenu-article{padding:15px 0 0;min-height:200px;margin:0}
.newsItem .div-rs{margin:0 auto 40px;display:flex;align-content:center;align-items:center}
.newsItem .div-rs .btn-partage{display:flex;overflow:hidden;height:36px;position:relative;top:0;margin-left:2rem}
.newsItem .div-rs .btn-partage .icones{fill: white;}
.newsItem .div-rs .btn-partage .btnp{background-color:var(--color0);width: 3rem;height: 3rem;display: block;}
.newsItem .div-rs .btn-partage .btnp.btn-gmb {
    display: none;
}
.newsItem .div-rs .btn-partage .btnp:hover{background-color:var(--color1)}
.newsItem .div-rs .btn-partage .btnp:hover .icones{fill:var(--color0)}
.newsItem .date_post{padding:5% 3% 3%}
.news_avant_apres{display:table;width:100%;text-align:center;margin:0;height:100%}
.news_avant_apres>div{display:table-cell;float:none;padding:0;height:100%}
.news_avant_apres a,.news_avant_apres a:visited{padding:15px 30px;color:var(--color1);text-decoration:none;border:1px solid var(--bg-facultatif);display:block;height:100%;font-family:var(--font_family_1);text-transform:uppercase;border-radius:var(--border-radius)}
.news_avant_apres a:focus,.news_avant_apres a:hover{border-color:var(--color1);text-decoration:none}
.news_avant_apres>div:last-child{right:-5px}
.news_avant_apres a:focus b,.news_avant_apres a:hover b{text-decoration:none;color:var(--color1)}
.navButtons,.navButtons:visited{padding:0 0 10px;color:var(--color2);transition:.8s;text-decoration:none;display:block}
.news_avant_apres a:focus span,.news_avant_apres a:hover span{color:var(--color2);text-decoration:none}
.pagination>li{background:0 0;padding-left:0}
.pagination>li>a,.pagination>li>span{color:var(--color1);border-color:var(--color3)}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{color:var(--color0);background-color:var(--color1);border-color:var(--color1)}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{color:var(--color1);background-color:var(--color0)}
@media (min-width:768px){
.dispaly_flex{display:flex}
.flex_child_2{flex:2}
.flex_child_1{flex:1}
}
@media screen and (-webkit-min-device-pixel-ratio:0){
.lightboxOverlay{overflow:scroll}
.lightboxOverlay::-webkit-scrollbar{width:0}
}
/* STYLE GENERAL ***********************************************************/
/* *************************************************************************/
/* Commenter ces lignes pour un site non-responsive */
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

body {
  color: #b9bac1;
  font-size: calc(var(--taille-font) * 1.6);
  background: #1f2344;
  font-family: 'Montserrat-Medium';
  font-optical-sizing: auto;
  font-style: normal;
  overflow-x: hidden;
}

.intervention-wrapper {
  position: relative;
  padding: 7em 10%;
  background: #050716;
  background-position: right top;
  background-size: 100%;
}

.intervention-wrapper .intervention-map {
  width: 100%;
  padding: 1em 0px 3em;
  position: relative;
}

.intervention-wrapper .intervention-map iframe {
  width: 100%;
  border-radius: 0;
}

.reservation-ms {
  position: relative;
  padding: 3em 10% 4em;
}

.reservation-ms .jWLFke #modal .modal-body {
  justify-content: center !important;
}

.reservation-ms iframe {
  min-height: 47vh;
  height: auto !important;
}
h2.sans-image a {
    text-decoration: none;
}

.prestation:nth-child(even)  .cell.texte .contenu {
    padding: 61px 2vw  61px 0;
}
.prestation{display:table;width:100%;position:relative;z-index:8000;margin-bottom:10rem;}
.prestation:nth-child(even){direction:rtl;}
.prestation .cell.photo{display:table-cell;vertical-align:top;width: 50%;background-position:center center;border-radius:var(--border-radius);position: relative;}
.prestation .cell.texte{display:table-cell;vertical-align:top;width: 100%;z-index: -2;}
.prestation:last-child .cell.texte{border-bottom:none}
.prestation .cell.texte .contenu{padding: 61px 0  61px 2vw;text-align: left;direction:ltr;}
.prestation .cell.texte .contenu p{padding:0 0 20px}
.prestation .cell.texte .contenu ul{padding:0;margin:0}
.prestation .cell.texte .contenu ul li{padding:5px 0 5px 20px;background:url(../images/puce.svg) no-repeat 0 9px}
.prestation .cell.texte .contenu ul li .bouton-principal{display:block}

/* Remplace la classe container-fluid */
.container-fluid {
  width: 100%;
  padding: 2em 0% 6em;
  margin: 0 auto;
  position: relative;
}

.container-fluid h2.h1 {
  text-align: center;
}

/* Flexbox container équivalent à d-flex flex-row flex-wrap justify-content-center */
.custom-flex-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px; /* Pour un espacement entre les colonnes */
}

.custom-flex-container .imagecont,
.custom-flex-container .noflicker {
  all: unset;
  cursor: pointer;
}

/* Flexbox column équivalent à d-flex flex-column */
.custom-flex-column {
  display: flex;
  flex-direction: column;
  max-width: calc(
    var(--taille-font) * 38.5
  ); /* Limite la largeur des colonnes */
}

/* Équivalent à img-fluid */
.custom-flex-container .img-fluid {
  max-width: 100%;
  height: calc(var(--taille-font) * 37.6);
  width: 100%;
}

/* Transformation pour .scale */
.custom-flex-container .scale {
  transform: scaleY(1.05);
  padding-top: 5px;
}

/* Espacement bas pour .mb-2 */
.custom-margin-bottom {
  margin-bottom: 8px;
}

/* Espacement pour m-1 p-1 */
.custom-margin-padding {
  margin: 5px;
  padding: 5px;
}

/* Optionnel : style global des images */
.custom-flex-container img {
  margin: 5px;
}

/* Optionnel : conteneur général */
.container {
  /* background: #f9f9f9; */
}

/*********************PRESENTATION MS*************************/
.container-wrapper {
  padding: 0 10%;
}

.flex-head {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* gap: 2%; */
}

.flex-head-img {
  width: 50%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.flex-head-img img {
  /* width: 94%; */
  width: calc(var(--taille-font) * 130);
  position: relative;
  top: calc(var(--taille-font) * -2.3);
}
.flex-head-txt {
  width: 50%;
}

/*********************END PRESENTATION MS*************************/

/*********************SLOGAN MS*************************/

.slogan {
  right: 10%;
  position: absolute;
  top: 40%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  z-index: 2;
  width: 80%;
  left: 10%;
}

.slogan .sloganMS {
  font-family: "Montserrat-Extra_Bold", sans-serif;
  font-size: calc(var(--taille-font) * 8);
  margin: 0 0 3vh;
}

.ss-sloganMS {
  font-family: Montserrat-ExtraLight;
  font-size: calc(var(--taille-font) * 5);
  line-height: calc(var(--taille-font) * 3.8);
  margin: 0 0 5vh;
  font-weight: normal;
}

/*********************END SLOGAN MS*************************/

/* ATOUT */
.atouts {
  position: relative;
  display: block;
  padding: 3em 10% 4em;
  /* background: #0a8e37; */
  background: #0a8e37 url(../images/bg3.jpg) no-repeat;
  background-position: right 29%;
  background-size: cover;
}

.atouts h2.h1 {
  text-align: center;
}

.atouts .atout {
  padding: calc(var(--taille-font) * 1.3) calc(var(--taille-font) * 2);
  text-align: center;
  width: 30.33%;
  display: flex;
  flex-direction: column;
  gap: calc(var(--taille-font) * 1.4);
  align-items: self-start;
  transition: all 0.3s ease;
  border-radius: 3px;
  position: relative;
  z-index: 0;
  height: calc(var(--taille-font) * 25);
  align-items: center;
  justify-content: center;
  background: #10983e;
}
.atouts .mySwiper .atout {
  width: 100%;
  color: #ffffff;
  padding: 10px;
}

.mySwiper i {
  color: red;
}

.atouts .mySwiper .atout p {
  font-size: 15px;
  color: white;
  opacity: .7;
}

.atout:hover {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
}

.atouts .atout p {
  text-align: center;
}

.atout .flex-title {
  display: flex;
  gap: calc(var(--taille-font) * 1.7);
  margin: 0 0 calc(var(--taille-font) * 2px) 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-direction: column;
}

.atout .flex-title img {
  height: auto;
  width: calc(var(--taille-font) * 5.5);
  filter:  brightness(6.5);
}

.atouts .atout h2 {
  font-size: calc(var(--taille-font) * 2);
  margin: 0;
  color: #fff;
  text-align: center;
}
.atout_box {
  position: relative;
  display: flex;
  padding: 2em 0;
  flex-wrap: wrap;
  gap: 25px;
  flex-direction: row;
  /* justify-content: center; */
  justify-content: center;
}

/*Fin ATOUT*/
.btn-style-one {
    border: 2px solid #fab810;
    border-radius: 0;
    color: #fab810 !important;
    font-size: calc(var(--taille-font) * 1.4);
    text-decoration: none !important;
    font-weight: 700;
    letter-spacing: 3px;
    overflow: hidden;
    display: inline-flex;
    padding: 20px 45px;
    position: relative;
    text-align: center;
    background: transparent;
    text-transform: uppercase;
    transition: all .3s 
ease 0s;
    vertical-align: top;
    margin: 0;
}


.btn-style-one:before{
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: -200%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: 1;
    background: #fbb910;
}

.btn-style-one:hover:before{
    top: 0%;
}

.btn-style-one .btn-wrap{
    position:relative;
    z-index:1;
    float:left;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-style-one .btn-wrap .text-one{
    position: relative;
    display: block;
    color: var(--black-color);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap  .text-one:first-child{
    -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-one .btn-wrap .text-two{
    position: absolute;
    top: 100%;
    display: block;
    color: white;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-one:hover .btn-wrap .text-two{
    top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-one:hover .btn-wrap .text-two{
    color: white;
}

.btn-style-one:hover{
    
color: #fff !important;
}

.btn-style-one:hover:before{
    top: -40%;
}

.gallery .description-galerie ul li strong {
    color: #ffffff;
    font-weight: bold;
}
b,
strong {font-family:Montserrat-Regular;
}

a,
a:link,
a:visited {
  color: inherit;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
  color: #fbb910;
  text-transform: none;
  font-family: Jost-Regular;
  font-weight: 400;
  font-style: normal;
  margin: 3vh 0 3vh;
}

h1,
.h1,
.titre {
  color: #fff;
  font-size: calc(var(--taille-font) * 3.8);
  line-height: calc(var(--taille-font) * 3.8);
  margin-bottom: 20px;
  text-align: center;
  margin-top: 0;
  /* text-shadow: 1px 2px 15px rgba(0, 0, 0, 0.7); */
  position: relative;
  /* background: url(../images/ico-titre.png) no-repeat center bottom; */
  padding: 0 0 calc(var(--taille-font) * 1.5) 0;
  transition: all 400ms ease;
  font-family: 'Montserrat-Extra_Bold';
  font-weight: 400;
  font-style: normal;
  color: white;
  margin: calc(var(--taille-font) * 1.5) 0 calc(var(--taille-font) * 3.2) 0;
}

h1 {
  /* top: -21vh; */
  font-size: calc(var(--taille-font) * 7);
}

h1:hover,
.h1:hover {
  /* background: url(../images/ico-titre.png) no-repeat center 80px; */
}

h1:before,
.h1:before {
  opacity: 0;
  filter: alpha(opacity=0);
  content: "";
  width: calc(var(--taille-font) * 4);
  height: calc(var(--taille-font) * 2.2);
  background: url(../images/fleche-descendre.png) no-repeat center top;
  display: inline-block;
  position: absolute;
  bottom: calc(var(--taille-font) * 1.5);
  left: 50%;
  margin-left: calc(var(--taille-font) * -2);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

h1:hover:before,
.h1:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
  bottom: calc(var(--taille-font) * -3);
}

.body-page-1 h1,
.body-page-1 .h1,
.body-page-1 .titre {
  color: #fff;
  margin: calc(var(--taille-font) * 1.5) 0 calc(var(--taille-font) * 4.2) 0;
  background: none;
  text-shadow: none;
  text-align: center;
  font-size: calc(var(--taille-font) * 5);
  margin: 0 0 4vh;
}

.flex-head-txt h1,
.flex-head-txt .titre {
  margin-bottom: calc(var(--taille-font) * 2.5);
  text-align: left;
}

.flex-head-txt h1 {
  margin-bottom: calc(var(--taille-font) * 4);
  font-family: 'Montserrat-Extra_Bold';
}
.bloc-contenu.services.nbr-services- span.titre-secondaire {
    text-align: center;
    margin: 0 0;
    padding: 0;
}small.titre-secondaire {
    color: #fbb910 !important;
}
.titre-secondaire, small.titre-secondaire {
  position: relative;
  font-size: 22px;
  line-height: 30px;
  padding: 16px 0 0;
  margin: 0;
  font-weight: 200;
  color: #059be5;
  margin-bottom: 0;
  display: block;
  text-transform: initial;
  letter-spacing: 2px;
  font-family: 'Jost-Regular';
}

.body-page-1 h1:before,
.body-page-1 .h1:before {
  display: none;
  cursor: default;
}
.gallery h2:first-child {
    margin-top: 0;
}
h2,
.h2 {
  font-size: calc(var(--taille-font) * 2.8);
}

h3,
.h3 {
  font-size: calc(var(--taille-font) * 2.4);
}
h2 {
    color: #43a047;
}
h4,
h5,
h6 {
  font-size: 19px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
h1 a:link,
h2 a:link,
h3 a:link,
h4 a:link,
h5 a:link,
h6 a:link,
.h1 a:link,
.h2 a:link,
.h3 a:link,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited,
.h1 a:visited,
.h2 a:visited,
.h3 a:visited {
  font-size: inherit;
  color: inherit;
  text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.h1 a:hover,
.h2 a:hover,
.h3 a:hover {
  text-decoration: underline;
}

h1:before {
  cursor: pointer;
}

/* CORPS DE LA PAGE *******************************************************/
/* *************************************************************************/
.main-page {
  position: relative;
  overflow: hidden;
}

.tete {
  position: relative;
  z-index: 8000;
}

.relative-ms {
  position: relative;
  height: 68vh;
}

.relative-ms h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  line-height: 1.1;
}

.body-pageseo .relative-ms h1 {
    font-size: calc(var(--taille-font) * 4);
    line-height: calc(var(--taille-font) * 7.6);
}

.tete h1 {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*******************************************/
.pxl-grid-lines {
  padding: 0 5%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 0;
  border-top: 1px solid #ffffff1c;
}
.pxl-item--flexsb,
#pxl-page-title-default .pxl-page-title-inner,
.pxl-grid-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  opacity: 0.67;
}

.banniere .pxl-grid-lines {
  display: none;
}
.pxl-grid-lines span {
  position: relative;
  display: inline-block;
  width: 1px;
  height: 100%;
  background-color: #e5e5e5a3;
  mix-blend-mode: difference;
  -webkit-transition: none !important;
  -khtml-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.pxl-grid-lines.black span {
  background-color: #ffffff1a;
}
.pxl-grid-lines span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 60px;
  background: #fff;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgb(0 0 0 / 74%)),
    to(rgba(255, 255, 255, 0.00000001))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0.00000001) 100%
  );
  background: linear-gradient(
    0deg,
    rgb(0 0 0 / 31%) 0%,
    rgba(255, 255, 255, 0.00000001) 100%
  );
  -webkit-animation: pxl_grid_fall 25s linear infinite;
  -khtml-animation: pxl_grid_fall 25s linear infinite;
  -moz-animation: pxl_grid_fall 25s linear infinite;
  -ms-animation: pxl_grid_fall 25s linear infinite;
  -o-animation: pxl_grid_fall 25s linear infinite;
  /* animation: pxl_grid_fall 25s linear infinite; */
}

.pxl-grid-lines.black span:before {
  background: linear-gradient(
    179deg,
    rgb(255 255 255 / 0%) 20%,
    rgb(255 255 255 / 37%) 100%
  );
}

.pxl-grid-lines span:nth-child(2):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.pxl-grid-lines span:nth-child(4):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.pxl-grid-lines span:nth-child(6):before {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.pxl-show-grid .pxl-grid-lines {
  z-index: 1;
}
@keyframes pxl_grid_fall {
  0% {
    top: 0%;
  }

  100% {
    top: 100%;
  }
}

/*******************************************/
.body-page-1 .tete {
  padding: 0;
}
.body-page-1 .tete .logo-site img {
    width: 10vw;
    height: auto;
    position: absolute;
    top: -8vh;
    -webkit-transition: all 400ms 
ease;
    transition: all 400ms 
ease;
}

.body-page-1 .flexMsMenu {    padding: 8vh 3%;}

.body-page-1 .fluid-menu {
    background: transparent;
}

.body-page-1 .tete .logo-site {
    padding: calc(var(--taille-font) * 1.5) 0 var(--taille-font) 0;
}
.tete .logo-site {
  margin: 0;
  padding: 0;
  display: inline-block;
}

.tete .logo-site img {
  width: 9vw;
  height: auto;
  position: relative;
  -webkit-transition: all 400ms 
ease;
  transition: all 400ms 
ease;
}
.fixedd .row.relative.flexMsMenu .logo-site img {
    width: 105px;
    position: relative;
    top: 0;
}
.fluid-menu.fixed {
    background: #1f2344;
}

.fixedd  .flexMsMenu {
    padding: 0 3%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tete .fixed .logo-site {
  filter: unset;
}

.fixed .tete .logo-site {
  filter: unset;
}

.tete .tel {
  font-size: calc(var(--taille-font) * 2.3);
  color: #fff;
  padding: 0 0 0 18px;
  /* background: url(../images/tel.png) no-repeat center left; */
  text-transform: uppercase;
  text-align: left;
  margin: 0 !important;
  float: right;
}

.tete .tel i {
  margin-right: calc(var(--taille-font) * 1);
  font-size: calc(var(--taille-font) * 1.9);
}

.fixed .tete .tel {
  color: #000;
}

.tete .tel a {
  color: inherit;
  text-decoration: none;
}

.tete .btn-descendre {
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(../images/btn-descendre.png) no-repeat center top;
  margin-left: -33px;
  z-index: 9997;
  height: 67px;
  width: 67px;
}

.tete .btn-descendre:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.fluid-menu {
  background: #323964;
  padding: 0 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  z-index: 9999;
}

.body-page-1 .fluid-menu {
  backdrop-filter: unset;
}

.fluid-menu.fixed .tel {
  color: #fff;
}

.fluid-menu.fixed .tel:hover {
  color: #051356;
}

/*.fluid-menu:before{content:"";position:absolute;top:0px;left:0px;right:0px;height:60px;background:#df9b9b;}
*/
/**call Tracker**/
header p.tel.callTracker span {
  text-decoration: none;
}

p.tel.callTracker span {
  /* font-weight: bold; */
  /* text-decoration: underline; */
}

.sidebar-scroll-right .callTracker {
  width: 100%;
  height: 50px;
}

.callTracker {
  /*width: 173px; overflow: hidden;height: 33px;*/
  position: relative;
}

.callTracker span,
.callTracker a {
  display: inline-block;
  text-align: left;
  /*position: absolute;left: 30px;top: 0px;width: 160px;*/
  min-width: calc(var(--taille-font) * 14.5);
  padding: 0;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 100%;
  line-height: 1.64em;
  text-decoration: none;
}

.callTracker .t_phone {
  opacity: 0;
  display: none;
}

.callTracker .t_affiche {
  cursor: pointer;
}

header .callTracker span,
header .callTracker a {
  top: 5px;
}

header .callTracker .t_affiche {
  font-size: 74%;
}

.callTracker.active .t_phone {
  opacity: 1;
  display: inline-block;
}

.callTracker.active .t_affiche {
  opacity: 0;
  display: none;
}

.pied .callTracker a,
.coordonnees .callTracker a {
  position: relative;
  left: 0px;
}

.pied .callTracker span.t_affiche {
  font-weight: bold;
  text-decoration: underline;
}

/**call Tracker**/
.menu-open-close {
  transition: all 400ms ease;
  position: relative;
  float: right;
  margin: 0 30px 0 0;
  height: 80px;
  width: 80px;
  border: none;
  background-color: transparent;
}

.menu-open-close.open-menu span.line1 {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  margin-top: 0;
}

.menu-open-close.open-menu span.line2 {
  opacity: 0;
  filter: alpha(opacity=0);
  width: 2px;
  margin-left: -1px;
}

.menu-open-close.open-menu span.line3 {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-top: 0;
}

.menu-open-close span {
  transition: all 400ms ease;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  margin-left: -20px;
  height: 2px;
  background-color: #fff;
}

.menu-open-close span.line1 {
  margin-top: -8px;
}

.menu-open-close span.line3 {
  margin-top: 8px;
}

.menu-open-close:focus {
  outline: none;
}

.menu-mortel {
  position: fixed;
  top: 0px;
  left: 0px;
  opacity: 0;
  text-align: center;
  padding: 120px 0 0 0;
  background: rgba(255, 255, 255, 0.9);
  z-index: 9998;
  width: 100%;
  display: none;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}

.navh-mortel {
  margin: 0;
  z-index: 8000;
}

.navh-mortel .menu_haut_secondaire {
  margin: 0;
  padding: 0;
  list-style: outside none;
  display: block;
  /*table-layout:fixed;*/
  width: 100%;
}

.navh-mortel .menu_haut_secondaire > li {
  position: relative;
  display: block;
  text-align: center;
  padding: 0px 0px;
}

.navh-mortel .menu_haut_secondaire a,
.navh-mortel .menu_haut_secondaire a:visited {
  color: #000;
  display: block;
  font-size: 30px;
  padding: 10px 5px 10px 5px;
  text-decoration: none;
  font-family: "Raleway-Light";
  text-transform: uppercase;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

.navh-mortel .menu_haut_secondaire a:hover,
.navh-mortel .menu_haut_secondaire li.active > a {
  padding-left: 20px;
}

.navh-mortel .menu_haut_secondaire li.active > a:hover {
  cursor: default;
}

.menu-mortel .btn-partage {
  text-align: center;
  padding: 30px 0px 0px 0px;
  display: inline-block;
}

.menu-mortel .btn-partage .btnp {
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: all 400ms ease;
  width: 36px;
  height: 36px;
  border-radius: 36px;
  background-color: #000;
}

.menu-mortel .btn-partage .btnp:hover {
  transform: rotate(360deg);
}

.menu-mortel .btn-partage .btnp.btn-fb {
  background-image: url(../images/ico-fb-h.png);
}

.menu-mortel .btn-partage .btnp.btn-twitter {
  background-image: url(../images/ico-twitter-h.png);
}

.menu-mortel .btn-partage .btnp.btn-google {
  background-image: url(../images/ico-google-h.png);
}

.navh {
  margin: 0;
  z-index: 8000;
}

.navh .menu_haut_principal {
  margin: 0;
  padding: 0;
  list-style: outside none;
  display: table;
  /*table-layout:fixed;*/
  display: block;
  float: right;
  width: 100%;
  text-align: center;
}

/*.navh .menu_haut_principal > li {
    position: relative;
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px;
    padding: 0px 20px;
}

.navh .menu_haut_principal a,.navh .menu_haut_principal a:visited {
    white-space: nowrap;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 23px 5px 10px 5px;
    text-decoration: none;
    background: url(../images/btn-h.png) center 70px no-repeat;
    font-family: 'Raleway-Light';
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.navh .menu_haut_principal a:hover,.navh .menu_haut_principal li.active > a {
    background: url(../images/btn-h.png) center bottom no-repeat
}

.navh .menu_haut_principal li.active > a:hover {
    cursor: default
}
*/

/********* MENU PRINCIPAL EDITED MS*************/

/*.navh .menu_principal > li {
    position: relative;
    display: table-cell;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding: 0px 0px;
    padding: 0px 20px;
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    white-space: nowrap;
    color: #fff;
    display: block;
    font-size: 22px;
    padding: 23px 5px 10px 5px;
    text-decoration: none;
    background: url(../images/btn-h.png) center 70px no-repeat;
    font-family: 'Raleway-Light';
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.navh .menu_principal a:hover,.navh .menu_principal li.active > a {
    background: url(../images/btn-h.png) center bottom no-repeat
}

.navh .menu_principal li.active > a:hover {
    cursor: default
}*/

/********* END MENU PRINCIPAL EDITED MS*************/

.navh .menu_principal {
  margin: 0 auto;
  padding: 0;
  display: table;
}

.navh .menu_principal > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 2rem;
  background: none;
}

.navh .menu_principal > li:before {
  content: none;
}

.navh .menu_principal > li:last-child {
  background: none;
}
.flexMsMenu .col-md-3.nopad.right {
    display: flex;
    gap: 5%;
    justify-content: space-evenly;
}
.navh .menu_principal a,
.navh .menu_principal a:visited {
  position: relative;
  color: #fff;
  display: block;
  font-size: calc(var(--taille-font) * 1.5);
  padding: calc(var(--taille-font) * 0.5) 0;
  text-decoration: none;
  font-family: 'Montserrat-Medium';
  transition: all 400ms ease;
  text-transform: uppercase;
}

.fixed .navh .menu_principal a,
.fixed .navh .menu_principal a:visited {
  color: #fff;
}

a {
}

.navh .menu_principal li.active > a:hover {
  cursor: default;
}

.navh .menu_principal li.active a,
.navh .menu_principal li a:hover {
  color: #fbb910;
}

.fixed .navh .menu_principal li.active a,
.fixed .navh .menu_principal li a:hover {
  color: #fbb910;
}

.navh .menu_principal li.active a::before, .navh .menu_principal li a:hover:before {
  content: "";
  position: absolute;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  background-color: #fbb910;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
}

.fixed .navh .menu_principal li.active::before {
  background: #051356;
}

.navh .menu_principal li a::before {
  content: "";
  position: absolute;
  -webkit-transition: width 0.2s ease-out, height 0.2s ease-out;
  transition: width 0.2s ease-out, height 0.2s ease-out;
  background-color: #fbb910;
  bottom: 0;
  left: 0;
  height: 0px;
  width: 1px;
}

.fixed .navh .menu_principal li::before {
  background: #051356;
}

.navh .menu_principal li:hover:before {
  height: calc(var(--taille-font) * 2.5);
}

.tabb {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabb .cell {
  display: table-cell;
  vertical-align: top;
}

.tabb .cell.cellg {
  width: 33.3333%;
  background: url(../images/photo1.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabb .cell.celld {
}

/* Tableau 2 *************** */
.tabb2 {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabb2 .cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.tabb2 .cell.cellg {
  width: 33.3333%;
  background: url(../images/photo2.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabb2 .cell.cellc {
}

.tabb2 .cell.celld {
  width: 33.3333%;
  background: url(../images/photo3.jpg) no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabb2 .cell .reser {
  display: flex;
  position: absolute;
  top: 90px;
  padding: 6em 2vw;
  left: 70px;
  right: 70px;
  bottom: 90px;
  /* background:url(../images/bg-res.png) no-repeat center top;width:493px;height:468px;*/
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background: rgba(0, 0, 0, 0.5);
  /*border:7px solid #c9ad8c;*/
  text-align: center;
  flex-wrap: wrap;
  color: #fff;
  flex-direction: row;
  align-content: center;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.tabb2 .cell .reser .block {
  display: table;
  width: auto;
  height: 100%;
  text-align: center;
  font-size: 19px;
}

.tabb2 .cell .reser div a {
  vertical-align: middle;
  display: table-cell;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 20px;
  font-size: 17px;
}

.tabb2 .cell .reser div p span {
  display: block;
  text-transform: uppercase;
  color: #c9ad8c;
  text-align: center;
  font-size: 27px;
}

.tabb2 .cell .reser:hover {
  background: rgba(0, 0, 0, 0.7);
}

.tabb2 .cell .contt {
  padding: 10px 30px 30px 30px;
  min-height: 660px;
}

.tabb2 .cell .contt h2 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  color: #c9ad8c;
  border-bottom: 1px solid #c9ad8c;
  padding: 0 0 25px 0;
}

/* Tableau 2 **************************** */
.tabb-specialites {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabb-specialites .cell {
  display: table-cell;
  vertical-align: top;
}

.tabb-specialites .cell.cellg {
  width: 33.3333%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabb-specialites .cell.celld {
}

.tabb-specialites .corps {
  padding: 40px 60px 50px 60px !important;
}

.tabb-specialites h2 {
  text-align: center;
  margin-bottom: 50px;
}

/* Tableau Reservation ********************** */
.tabb-reservation {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabb-reservation .cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.tabb-reservation .cell.cellg {
  width: 37%;
  background: url(../images/photo-res.jpg) no-repeat center top;
  padding: 80px 60px;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: none;
}

.tabb-reservation .cell.celld {
}

.tabb-reservation .cell .reser {
  display: block;
  position: static;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
  background: rgba(0, 0, 0, 0.5);
}

.tabb-reservation .cell .reser:hover {
  background: rgba(0, 0, 0, 0.7);
}

.tabb-reservation .cell .contt {
  padding: 10px 30px 30px 30px;
  color: #fff;
  padding: 40px 30px 50px 30px;
}

.tabb-reservation .cell .contt h2 {
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Raleway-Light";
  margin-bottom: 40px;
}

.tabb-reservation .cell ol {
  list-style-type: decimal;
  margin: 30px 0;
}

.tabb-reservation .cell ol li {
  font-family: "Raleway-SemiBold";
}

.tabb-reservation .corps {
  padding: 40px 60px 50px 60px !important;
}

.bootstrap-timepicker-widget table td input {
  font-size: 15px;
  border: 0;
  min-width: 30px;
}

.ui-datepicker .ui-datepicker-title {
}

.ui-datepicker {
  width: 100%;
  border: none;
  padding: 0;
  background: transparent;
  position: relative;
}

.ui-datepicker .ui-datepicker-header {
  position: static;
  background: transparent;
  color: #c9ad8c;
  border: none;
  text-transform: uppercase;
  font-size: 28px;
  padding: 30px 0 60px 0;
}

.ui-datepicker table {
  border: none;
  font-family: "Raleway-Light";
}

.ui-datepicker th {
  text-transform: uppercase;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: normal;
  background: none;
  color: #000;
  text-align: center;
  padding: 30px 0;
  border: 1px solid transparent;
}

.ui-datepicker .ui-state-active {
  background: #f9f5f1;
}

.ui-state-default:hover,
.ui-widget-content .ui-state-default:hover,
.ui-widget-header .ui-state-default:hover {
  background: #f9f5f1;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  background: #cbb190;
  color: #fff;
}

.ui-state-highlight:hover,
.ui-widget-content .ui-state-highlight:hover,
.ui-widget-header .ui-state-highlight:hover {
  background: #c3a57f;
  color: #fff;
}

.ui-widget-header a:hover .ui-icon {
  background-image: url("images/ui-icons_999999_256x240.png");
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  background: #f7f7f7;
  border-radius: 0;
  top: 20px;
  cursor: pointer;
  width: 2.4em;
  height: 2.4em;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
  border: none;
}

.ui-datepicker .ui-datepicker-prev {
  left: 0px;
}

.ui-datepicker .ui-datepicker-next {
  right: 0px;
}

.body-page-1 .ui-datepicker .ui-datepicker-prev,
.body-page-1 .ui-datepicker .ui-datepicker-next {
  top: 29px;
  width: 1.5em;
  height: 1.5em;
  background: #f1f1f1;
}

.body-page-1 .ui-datepicker .ui-datepicker-prev {
  left: 0px;
}

.body-page-1 .ui-datepicker .ui-datepicker-next {
  right: 0px;
}

.body-page-1 .ui-state-default,
.body-page-1 .ui-widget-content .ui-state-default,
.body-page-1 .ui-widget-header .ui-state-default {
  padding: 17px 0;
}

.body-page-1 .ui-datepicker .ui-datepicker-header {
  padding: 30px 0 20px 0;
}

.body-page-1 .ui-datepicker .ui-datepicker-title {
  font-size: 22px;
}

.modal {
  z-index: 9999;
}

.modal-backdrop {
  z-index: 9996;
}

.modal-content {
  border-radius: 0px;
}

.modal-content .modal-header {
  border-bottom: none;
  height: 82px;
}

.modal-content .modal-header .close {
  font-size: 36px;
  line-height: 26px;
}

.modal-content .modal-body {
  border-radius: 0px;
  padding: 0px 60px 60px 60px;
}

.modal-content h2 {
  text-align: center;
  margin-bottom: 29px;
}

.modal-content .horaires {
  color: #9c9c9c;
  margin: 0 0 50px 0;
  font-size: 15px;
  text-align: center;
}

.modal-content .horaires span {
  display: block;
}

.modal-content label.checkbox.label-rgpd span.text-warning {
  position: absolute;
  bottom: -20px;
}

.modal-content .form-group:after {
  clear: both;
  display: table;
  content: " ";
}

.modal-content input {
  height: 48px;
  line-height: 1;
  line-height: 48px \9;
  padding: 0px 12px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

.modal-content textarea {
  padding: 10px;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ccc;
}

.modal-content input[type="number"] {
  padding-right: 0px;
}

.modal-content label {
  padding-left: 0px;
  font-size: 14px;
  padding-top: 13px;
  font-weight: normal;
}

.modal-content input[name="captchaReservation"] {
  width: 100% !important;
  height: 38px !important;
  display: inline-block;
  float: none !important;
  margin-right: 2% !important;
  vertical-align: top;
  min-width: 0;
}

.modal-content input[name="captchaReservation"] + a {
  width: 30% !important;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}

.modal-content #captcha3 {
  width: 100%;
  height: 38px !important;
  border-radius: 0;
  padding: 0;
}

.modal-content .btn-default {
  width: 100%;
  display: inline-block;
}

.modal-content .btn-default {
  background: #fff;
  border: 1px solid #000;
  text-transform: uppercase;
  color: #000;
  border-radius: 0px;
  font-size: 17px;
  text-decoration: none;
  transition: all 400ms ease;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  height: 63px;
}

.modal-content .btn-default:hover {
  color: #fff;
  background: #000;
}

.modal-content .description {
  margin: 20px 0 0 0;
  font-size: 14px;
  text-align: center;
}

.modal-content .obligatoire {
  font-size: 12px;
  color: #ff0000;
  font-style: italic;
  display: block;
}

.bootstrap-timepicker-widget {
  z-index: 9999 !important;
}

.bootstrap-timepicker-widget table,
.bootstrap-timepicker-widget table td,
.bootstrap-timepicker-widget table th {
  border: none;
}

.fluid-slider {
  background: #171717;
}

.fluid-contenu {
  position: relative;
  z-index: 800;
  background: #10132c;
}
h2.sans-image a {
    text-decoration: none !important;
}
.body-service-list .fluid-contenu {
  padding: 4em 10% 5em;
}

.fluid-contenu .corps {
  padding: 60px 35px 40px 35px;
}

.fluid-contenu .corps.huhu {
  padding: calc(var(--taille-font) * 7) 0px calc(var(--taille-font) * 6) 0px;
}

.body-service-list-0 .fluid-contenu .corps {
  padding: 0;
}

.body-page-1 .fluid-contenu .corps > article {
  padding: 20px 0px 50px 0px;
}

.sidebar {
  padding-top: 30px;
  text-align: right;
}

.sidebar .photoa {
  background: url(../images/photo-accueil.jpg) right top no-repeat;
  height: 187px;
}

.fluid-app {
  background: url(../images/bg-app.jpg) no-repeat center top;
  height: 730px;
  padding: 60px 0 0 0;
  position: relative;
  z-index: 8000;
}

.fluid-app h2 {
  text-align: center;
  font-size: 39px;
  text-transform: uppercase;
  color: #c9ad8c;
  margin-bottom: 5px;
}

.fluid-app .soustitre {
  text-align: center;
  font-size: 22px;
  color: #fff;
}

.fluid-app .boutiques {
  display: block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 50px 0 30px 0;
  text-align: center;
}

.fluid-app .boutiques li.boutique {
  display: inline-block;
}

.fluid-app .services {
  display: inline-block;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.fluid-app .services li {
  display: block;
  background: url(../images/ico-puce.png) no-repeat 0 6px;
  padding: 0 0 15px 20px;
  font-size: 20px;
  color: #fff;
}

.fluid-app .qrcode {
  position: relative;
  margin: 175px 0 0 0;
  display: inline-block;
}

.fluid-app .qrcode .fleche {
  width: 97px;
  height: 67px;
  background: url(../images/fleche.png) no-repeat center top;
  position: absolute;
  top: -90px;
  left: 10px;
}

.fluid-app .application {
  position: absolute;
  top: 260px;
  left: 450px;
  width: 500px;
  height: 300px;
}

.fluid-app .application .app {
  position: absolute;
  top: 300px;
  left: 500px;
  width: 500px;
  height: 300px;
  width: 630px;
}

.fluid-app .application .app.app1 {
  top: 0px;
  left: 0px;
  height: 401px;
  background: url(../images/app1.png) no-repeat center top;
  z-index: 9995;
}

.fluid-app .application .app.app2 {
  top: 0px;
  left: 125px;
  height: 405px;
  background: url(../images/app2.png) no-repeat center top;
  z-index: 9996;
}

.fluid-app .application .app.app3 {
  top: 0px;
  left: 255px;
  height: 408px;
  background: url(../images/app3.png) no-repeat center top;
  z-index: 9997;
}

/* Footer */
.pied {
  position: relative;
  /* z-index: 8000; */
}

.pied .bande1 {
  padding: 70px 0 80px 0;
  background: #c9ad8c;
}

.pied .bande2 {
  background: #151831;
  padding: 23px 0;
  color: #fff;
  font-size: 16px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: aliceblue;
}

.container-pied {
  padding: 0 10%;
}

.pied .bande2 i {
  margin-right: 6px;
}

.pied .bande3 {
  padding: 0px 0 0px 0;
  background: #0a8e37;
}

.pied h2 {
  color: #e8b832;
  text-transform: inherit;
  font-size: calc(var(--taille-font) * 2);
  /* text-align:center;*/
  margin-bottom: calc(var(--taille-font) * 2.2);
}

.pied .adresse,
.pied .tel {
  font-size: calc(var(--taille-font) * 1.6);
  color: #fff;
}

.pied .tel:hover {
  color: #fff;
}

.pied .adresse i,
.pied .tel i {
  color: #fff;
}

.pied .bande1 h2 {
  padding: 0 0 20px 0px;
  margin: 0 0 30px 0;
  background: url(../images/trait.png) no-repeat center bottom;
  color: #fff;
}

.pied .navf {
  text-align: center;
}

.pied .navf .menu_footer {
  color: #fff;
  padding: 15px 0 18px 0;
  list-style-type: none;
  margin: 0;
}

.pied .navf .menu_footer li {
  display: inline;
  margin-right: -4px;
}

.pied .navf .menu_footer li a,
.pied .navf .menu_footer li a:visited {
  font-size: 17px;
  text-transform: uppercase;
  padding: 0 8px;
  color: inherit;
  text-decoration: none;
}

.pied .navf .menu_footer li a:hover {
  text-decoration: underline;
}

.pied .navf .menu_footer li.active a:hover {
  cursor: default;
  text-decoration: none;
}

.pied address {
  margin: 0;
  padding: 15px 0 15px 0;
  color: #fff;
  font-size: 18px;
}

.pied address p {
  background-repeat: no-repeat;
  margin: 0;
}

.pied address p.adresse {
  padding: 0 0 22px 0;
}

.pied address p.tel.tel1 {
}

.pied address p.tel a {
  color: inherit;
  text-decoration: none;
}

.pied address p a {
  text-decoration: none;
  color: inherit;
}

.pied address p a:hover {
  text-decoration: underline;
}

.pied .horaires {
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: calc(var(--taille-font) * 1.8);
  color: #c3c4cf;
}

.pied .smartfood {
  margin: 80px 0px 0px 0px;
  text-align: center;
}

.pied .abus {
  text-align: center;
  margin: 0;
}

.pied .abus span {
  display: inline-block;
  background: url(../images/ico-abus.png) no-repeat 0 0;
  padding: 0 0 20px 40px;
  color: #fbb9109c;
  font-size: 9px;
}

.pied .copyright-footer {
  margin: 10px 0px 3px 0px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.pied .copyright-footer a {
  color: inherit;
  text-decoration: none;
}

.pied .copyright-footer a:hover {
  text-decoration: underline;
}

#logoFD svg * {
  fill: #fbb910;
}

#logoFD svg {width: 200px;}
.pied .btn-partage {text-align: right; padding: 10px 0px 0px 0px;}
.pied .btn-partage .btnp {
  margin: 0 5px;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  transition: all 400ms ease;
  width: calc(var(--taille-font) * 3.6);
  height: calc(var(--taille-font) * 3.6);
  border-radius: calc(var(--taille-font) * 3.6);
  background-color: #f6f6f6;
  position: relative;
}

.pied .btn-partage .icones {
  width: calc(var(--taille-font) * 1.7);
  margin: 0;
  height: calc(var(--taille-font) * 1.7);
  padding: 0;
  position: absolute;
  fill: #051356;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pied .btn-partage .btnp:hover {
  transform: rotate(360deg);
}

.pied .btn-partage .btnp.btn-fb {
  /* background-image: url(../images/ico-fb-h.png); */
}

/* SUDO SLIDER *************************************************************/
/* *************************************************************************/
/* .banniere{position:absolute;top:0px;left:50%;margin-left:-1000px;width:2000px;height:975px;background:url(../images/ban3.jpg) no-repeat center top;}
 */
.banniere {
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  height: 68vh;
  /* background:none;*/
  background-size: cover;
  background-image: url("../images/back.jpeg");
  background-repeat: no-repeat;
  background-position: center  !important;
}

.banniere img {
  width: 100%;
  height: 61vh;
}

.body-page-1 .banniere {
  background-image: url(../images/back.jpeg);
}

.cont-slider {
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1000px;
  width: 2000px;
}

.sudo-slider,
.sudo-slider img {
  width: 100%;
}

.cont-slider .controls {
  display: none;
}

/*.cont-slider .controls{z-index:9000;display:inline-block;position:absolute;bottom:85px;left:0;right:0;text-align:center }
.cont-slider .controls ol{margin:0;padding:0;list-style-type:none }
.cont-slider .controls ol li{display:inline-block }
.cont-slider .controls ol li a{display:block;width:20px;height:20px;background:#c9ad8c;margin:0 2px;border-radius:20px;}
.cont-slider .controls ol li.current a{background:#fff }
.cont-slider .controls ol li a span{display:none }
*/
/*.miettes-externes{position:absolute;bottom:80px;left:0px;right:0px;text-align:center;}
.miettes-externes a{display:inline-block;width:20px;height:20px;margin:0 2px;background:#c9ad8c;border-radius:20px;}
.miettes-externes a:hover,.miettes-externes a.current{background:#fff }
*/
/* SUDO SLIDER GAL *********************************************************/
/* *************************************************************************/
.cont-slidergal {
  position: relative;
}

.sudo-slidergal,
.sudo-slidergal img {
  width: 100%;
}

a.sudoliengal.precedent,
a.sudoliengal.suivant {
  z-index: 9000;
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 18px;
  height: 40px;
  margin-top: -20px;
  opacity: 0;
}

a.sudoliengal.precedent {
  left: 10px;
  background: url(../images/g.png);
}

a.sudoliengal.suivant {
  right: 10px;
  background: url(../images/d.png);
}

.cont-slidergal:hover a.sudoliengal.precedent,
.cont-slidergal:hover a.sudoliengal.suivant {
  opacity: 1;
}

.cont-slidergal .controls {
  display: none;
}

.sudo-slidergal .propor:after {
  padding-top: 72%;
  display: block;
  content: "";
}

.sudo-slidergal .propor .propor-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.sudo-slidergal .propor .propor-cont .imagecont {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}

.sudo-slidergal .propor .propor-cont .imagecont .imagefond {
  image-rendering: optimizeQuality;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

/* SCROLL PERSONNALISE ****************************************************/
/* *************************************************************************/
/*.scrollbars{width:100%;height:300px }
.scrollbar-path-vertical,.scrollbar-path-horizontal{position:absolute;background-color:#eee;background-color:rgba(220,220,220,0.5);z-index:100;}
.scrollbar-path-horizontal{bottom:5px;left:0;width:100%;height:10px;}
.scrollbar-path-vertical{right:5px;top:0;height:100%;width:10px;}
.scrollbar-path-vertical{box-shadow:inset 1px 0px 1 rgba(0,0,0,0.1) }
.scrollbar-path-horizontal{box-shadow:inset 0px 1px 1 rgba(0,0,0,0.1) }
.scrollbar-handle{position:relative;top:0;left:0;background-color:#58eebc;}
.scrollbar-path-vertical .scrollbar-handle{height:20%;width:100%;}
.scrollbar-path-horizontal .scrollbar-handle{width:20%;height:100%;}
.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle{border-radius:5px;}
.scrollbar-content{padding:0 20px 0 0;float:none !important }
*/
/* MODULE CONTACT *********************************************************/
/* *************************************************************************/
label.checkbox.label-rgpd {
  font-size: 11px !important;
}

.form-group .label-rgpd strong,
.info-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited {
  color: #000000;
}

.form-horizontal .checkbox,
.form-horizontal .radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  font-weight: normal;
}

.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"],
.radio-inline input[type="radio"] {
  position: static;
  width: auto;
  margin: 7px 5px 0 0;
}

.corps-contact.formulaire {
  padding: 5rem 0px;
}

.tabb-contact {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabb-contact .cell {
  display: table-cell;
  vertical-align: top;
}

.tabb-contact .cell.cellg {
  width: 33.3333%;
  background: #f5f5f5;
}

.tabb-contact .cell.celld {
}

.tabb-contact .corps-contact {
  padding: 90px 60px 10px 60px;
}

.body-contact .contact h2 {text-align: center;}

.contact .plan h2 {
  margin-top: 20px;
}

.contact .plan {
  font-size: 0;
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
  width: 100% !important;
  height: 350px !important;
}

.contact .coordonnees {
  padding: 70px 0px 70px 0px;
  display: none;
}

.contact .coordonnees h2 {
}

.contact .coordonnees address p {
}

.contact .coordonnees address p.adresse {
}

.contact .coordonnees address p.tel {
}

.contact .coordonnees address p.tel a {
  color: inherit;
  text-decoration: none;
}

.contact .coordonnees address p.mail {
}

.contact .coordonnees address p span.intitule {
}

.contact .coordonnees address p span.texte {
}

.contact .coordonnees address p a {
  text-decoration: none;
  color: inherit;
}

.contact .coordonnees address p a:hover {
  text-decoration: underline;
}

/* Texte description */
.contact .description-contact {
  padding: 0px 0px 20px 0px;
  text-align: center;
}

/* Enlever padding conteneur champs */
.contact .formulaire .form-group label.col-md-4 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.contact .formulaire .form-group div.col-md-8 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Changement largeurs labels+champs */
.contact .formulaire .form-group .col-md-4 {
  display: none;
}

.contact .formulaire .form-group div.col-md-8 {
  width: 100% !important;
}

/* Style des champs */
.contact .formulaire .control-label {
  text-align: left !important;
  font-weight: normal;
}
.contact .formulaire .form-group .col-md-12 {
    padding: 0;
}
/* Labels */
.contact .formulaire .form-group {
  margin-bottom: 14px;
  padding: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* Espace entre lignes */
.contact .formulaire .form-group .form-control {
  background: #0f132d;
  border: 1px solid #0a8e37;
  box-shadow: none;
  border-radius: 0px;
  font-size: inherit;
  color: #fab810;
}

.contact .formulaire .form-group textarea.form-control {
  height: 104px;
  position: static;
  width: 100% !important;
}

.contact .formulaire .form-group input.form-control {
  height: 48px;
  line-height: 1;
  line-height: 48px \9;
  padding: 0px 12px;
}

/* Ne pas toucher le padding */
.contact .formulaire .form-group select.form-control {
  height: 48px;
  line-height: 48px;
  padding: 5px;
}

/* Jouer avec le padding pour corriger FF */
/* Captcha + Bouton submit (MODELE 2) */
.contact .formulaire .form-group input[name="captcha"] {
  width: 41% !important;
  height: 48px !important;
  display: inline-block;
  float: none !important;
  margin-right: 2% !important;
  vertical-align: top;
}

.contact .formulaire .form-group input[name="captcha"] + a {
  width: 25%;
  display: inline-block;
  margin-right: 2%;
  vertical-align: top;
}

.contact .formulaire .form-group #captcha {
  width: 100%;
  height: 48px !important;
  border-radius: 0;
  padding: 0;
  border: 1px solid #c8c8c8;
}

.contact .formulaire .form-group input.btn-primary {
  display: inline-block;
}

/* Texte required */
.contact .formulaire .form-actions {
  font-size: 12px;
  color: #0698e1;
  font-style: italic;
}

/* Agrandir le plan */
.contact a.btn.btn-default {
  float: right;
}

/* Bouton submit + Agrandir le plan + bouton page erreur 404 */
.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
  border: 2px solid #fab810;
  border-radius: 0;
  color: #fab810 !important;
  font-size: calc(var(--taille-font) * 1.4);
  text-decoration: none !important;
  font-weight: 700;
  letter-spacing: 3px;
  overflow: hidden;
  display: inline-flex;
  padding: 20px 45px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all .3s 
ease 0s;
  vertical-align: top;
  margin: 0;
  background: transparent;
}

.body-error404 a.btn.btn-default:hover,
.body-error404 a.btn.btn-default:active,
.contact .formulaire input.btn-primary:hover,
.contact .formulaire input.btn-primary:active,
.contact a.btn.btn-default:hover,
.contact a.btn.btn-default:active {
  color: #fff !important;
  background: #fab810;
}

/* Couleurs des placeholder */
*::-webkit-input-placeholder {
  color: #fab810 !important;
}

*:-moz-placeholder {
  color: #fab810 !important;
  opacity: 1 !important;
}

/* FF 4-18 */
*::-moz-placeholder {
  color: #fab810 !important;
  opacity: 1 !important;
}

/* FF 19+ */
*:-ms-input-placeholder {
  color: #fab810 !important;
}

/* IE 10+ */
/* Formulaire pageseo */
.pageseo .formulaire .form-group input[name="captcha"] {
  width: 100% !important;
  margin-right: 0% !important;
  text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
  position: absolute;
  width: 140px;
  top: 0;
  right: 0;
  margin-right: 0px !important;
}

.pageseo .formulaire .form-group input.btn-primary {
  width: 50%;
  margin-top: 0;
}

.flex-seoContain {
  position: relative;
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-seoContain .seo-content {
  width: 55%;
  padding-top: 1em;
  text-align: justify;
}

.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
  text-align: left;
}

.flex-seoContain .seo-content h1:before,
.flex-seoContain .seo-form h2.h1:before {
  left: 0;
  margin-left: 0;
}

.flex-seoContain .seo-form {
  width: 43%;
  padding: 2em 2% 3em;
  background: #0f132d30;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

/* MODULE GALERIE *********************************************************/
/* *************************************************************************/
.elemelem {
  margin: 0 0 30px 0;
}

.gallery .kikoolol {
  padding: 10px 0 30px 60px;
}

.gallery .sansimage .kikoolol {
  padding: 10px 0 30px 0px;
}

.description-galerie {
  padding: 0 0px 7vh 0px;
}

/* Espace entre colonnes de photos */
.gallery .ligne-photos .col-md-1,
.gallery .ligne-photos .col-md-2,
.gallery .ligne-photos .col-md-3,
.gallery .ligne-photos .col-md-4,
.gallery .ligne-photos .col-md-6 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

/* Espace gauche et droite des lignes de photos */
.gallery .ligne-photos {
  margin-left: -5px !important;
  margin-right: -5px !important;
}

.gallery .ligne-photos .propor {
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

/* Images en gris / en couleur au survol (il y a conflit quand galerie simple + multigalerie) */
/*.gallery .ligne-photos .propor{filter:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");filter:gray;-webkit-filter:grayscale(100%);}
.gallery .ligne-photos .propor:hover{filter:none;-webkit-filter:grayscale(0%);}
*/
.gallery .ligne-photos .propor:after {
  padding-top: 88%;
  display: block;
  content: "";
}

.gallery .ligne-photos .propor .propor-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
  height: 100%;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translateZ(0);
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
  image-rendering: optimizeQuality;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

/* Effet photo */
.gallery .ligne-photos .propor .propor-cont .imagecont img {
  object-fit: cover;
  -o-object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  flex: 1;
  height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../images/ico-zoom.png") no-repeat center
    center;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
  opacity: 1;
  filter: alpha(opacity=100);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

/* GALERIE MULTIPLE */
.gallery .nav {
  margin: 10px 0px;
  padding-right: 10px;
}

.gallery .nav li {
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}

.gallery .nav li a {
  background: #222;
  display: block;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  border-radius: 0;
  text-decoration: none;
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
  background: #424445;
  color: #fff;
}

.gallery .nav li.active a {
  cursor: default;
}

.gallery .tab-content {
  padding-top: 10px;
  padding-bottom: 10px;
}

.gallery .tab-content h2 {
  padding-left: 15px;
  margin-bottom: 20px;
}

/* MODULE FORMULES ********************************************************/
/* *************************************************************************/
.tabb-formule {
  display: table;
  margin: 0;
  padding: 0;
  width: 100%;
}

.tabb-formule.sansimage {
  display: inline-table;
  width: 60%;
}

.tabb-formule .cell {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.tabb-formule .cell.cellg {
  width: 58%;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.tabb-formule .cell.cellg.cell1.pair {
  display: none;
}

.tabb-formule .cell.cellg.cell2.impair {
  display: none;
}

.tabb-formule .cell.celld .contt {
  padding: 30px 50px 30px 40px;
}

.formules .formule {
  margin: 0 0 50px 0;
  text-align: center;
}

.formules .formule .haut {
  margin: 0 0 10px 0;
}

.formules .formule .haut h2 {
  margin: 0;
  padding: 5px 0 5px 0px;
  font-size: 26px;
  color: #c9ad8c;
  text-align: center;
}

.formules .formule ul {
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  padding: 45px 10px;
  text-align: center;
  border-top: 1px solid #e2d3c2;
  border-bottom: 1px solid #e2d3c2;
}

.formules .formule ul .item {
  padding: 5px 0 10px 0;
  font-size: 17px;
}

.formules .formule ul .item .description {
  font-size: small;
}

.formules .formule ul .item .prix-item {
  font-weight: bold;
}

.formules .formule hr {
  height: 5px;
  background: url(../images/ico-titre.png) no-repeat center top;
  border: none;
}

.formules .formule .prix {
  padding: 5px 0 0 0;
  font-size: 18px;
  font-size: 26px;
  color: #c9ad8c;
  text-align: center;
}

/* MODULE CARTE ***********************************************************/
/* *************************************************************************/
/* Tableau 2 *************** */
.tabb-carte {
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 3vw;
}
.carte .group h2 {
    color: #059be5;
    margin: 0 0 0;
    padding: 0;
    display: inline-block;
    width: auto;
    position: relative;
    margin: 0 0 1vh;
}

.description-groupe {
    margin: 0 0 2vh;
}
.tabb-carte .cell {
  vertical-align: top;
  position: relative;
  width: 100%;
}
.carte .group h2:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #059be5;
    bottom: 0px;
}

.item-title:before {
    position: absolute;
    top: 23px;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ffffff2e;
    content: "";
}

.item-title:after {
    position: absolute;
    top: 28px;
    display: block;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ffffff2e;
    content: "";
}

.carte ul li.item .item-title span {
    background: #0f132d;
    position: relative;
    z-index: 1000;
    padding-right: 19px;
}

.carte .group:nth-child(even) .tabb-carte {
    flex-direction: row-reverse;
}
.carte .group-img {width: 75%;position: relative;z-index: 999999;}
.tabb-carte .cell.cellg {
  width: 100%;
  background: url(../images/photo2.jpg) no-repeat center top;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 100%;
}

.tabb-carte .cell.cellc {
}

.tabb-carte .cell.celld {}

.tabb-carte .cell.celld .contt {padding: 3vh 0;}

.tabb-carte .cell.celld.sansimage .contt {
  padding: 0px 0px 30px 0px;
}

.carte .tableau {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.carte .cellule {
  display: table-cell;
  vertical-align: top;
}

.carte .group {
  margin: 4vh 0 11vh 0;
}

.carte h2 {
  padding: calc(var(--taille-font) * 1) 0;
  color: #43a047;
  margin: 0 0;
}.carte h3 {
    margin: 0 0 0;
}


.carte .price {
  width: calc(var(--taille-font) * 10);
  padding: 3px 0;
  font-size: calc(var(--taille-font) * 2);
}

.carte ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  padding: 1vw 0;
}

.carte ul li.item {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.carte ul li.item {
}

.carte ul li.item:last-child {
  border: none;
}

.carte ul li.item .item-title {
  display: table-cell;
  vertical-align: top;
  padding: calc(var(--taille-font) * 1) 0px calc(var(--taille-font) * 1) 0px;
  text-transform: uppercase;
  text-transform: uppercase;
  position: relative;
}

.carte ul li.item .price {
  display: table-cell;
  vertical-align: top;
  text-align: right;
}

.carte ul li.item.multiprix .price {
  text-align: right;
  font-size: calc(var(--taille-font) * 1.8);
}

.carte ul li.item.multiprix .price.label1,
.carte ul li.item.multiprix .price.label2,
.carte ul li.item.multiprix .price.label3 {
  color: #fbb910;
  font-family: 'Jost-Regular';
}

.carte ul li.item small {
  display: block;
  text-align: left;
  text-transform: none;
  font-size: calc(var(--taille-font) * 1.5);
  margin-bottom: 0;
  opacity: 0.5;
  color: #ffffff;
}

.carte .group .propor {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.carte .group .propor:after {
  padding-top: 72%;
  display: block;
  content: "";
}

.carte .group .propor .propor-cont {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.carte .group .propor .propor-cont .imagecont {
  height: 100%;
  display: block;
  border: 1px solid #81b836;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.carte .group .propor .propor-cont .imagecont .imagefond {
  image-rendering: optimizeQuality;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.carte .group .propor .propor-cont .imagecont .masque {
  display: block;
  position: absolute;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5) url("../images/ico-zoom.png") no-repeat center
    center;
}

.carte .group .propor .propor-cont .imagecont:hover .masque {
  top: 0;
}

.carte .group .propor .propor-cont .imagecont:hover .imagefond {
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -o-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.carte .group .noimage {
  background: #fff url(../images/noim.jpg) no-repeat center center;
  background-size: auto !important;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

/* MENU MOBILE 3 ***********************************************************/
/* *************************************************************************/
.header-sidebars,
.sidebar-left,
.sidebar-right {
  background-color: #ffffff;
  letter-spacing: 1px;
}

.sidebar-left a,
.sidebar-right a,
.sidebar-bottom-controls a,
.contactButton,
.nav-item-active,
.sidebar-form label,
.sidebar-send-button,
.sidebar-divider-text {
  color: #fff !important;
}

.header-sidebars {
  height: 65px;
  z-index: 999999;
  position: fixed;
  left: 0;
  right: 0;
  top: -1px;
  width: 100%;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
}

.header-sidebars .header-top {
  display: table;
  height: 65px;
  background: #1e2345;
  width: 100%;
}

.top-logo {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
  text-align: center;
  overflow-y: hidden;
}

.top-logo img {
  position: absolute;
  left: 16px;
  top: 0;
  max-height: 68px;
  max-width: 129px;
}

.deploy-left-sidebar {
  display: table-cell;
  background-color: #f78e1e;
  background-size: auto 49%;
  background-image: url(../images/menu-mobile-3/nav.svg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  background-position: center center;
}

.deploy-right-sidebar {
  border-left: 1px #ffffff66 solid;
  display: table-cell;
  background-color: #0d8b39;
  background-size: auto 49%;
  background-image: url(../images/menu-mobile-3/nav.svg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  background-position: center center;
}

.deploy-right-mail {
  border-left: 1px #ffffff66 solid;
  display: table-cell;
  background-color: #0d8b39;
  background-size: auto 49%;
  background-image: url(../images/menu-mobile-3/mail.svg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  background-position: center center;
  position: absolute;
  right: 65px;
  top: 0;
}

.deploy-right-call {
  display: table-cell;
  background-color: #0d8b39;
  background-size: auto 49%;
  background-image: url(../images/menu-mobile-3/telephone.svg);
  background-repeat: no-repeat;
  height: 65px;
  width: 65px;
  background-position: center 16px;
  position: absolute !important;
  right: 130px;
  top: 0;
}

.deploy-back-home {
  background-image: url(../images/menu-mobile-3/home.png);
  background-repeat: no-repeat;
  background-color: #f9fafc;
  width: 50px;
  height: 50px;
  background-position: center center;
  float: right;
  margin-top: -50px;
}

.delete-right-sidebar {
  display: none;
  background-image: url(../images/menu-mobile-3/contact.png);
  background-repeat: no-repeat;
  background-color: #f9fafc;
  width: 50px;
  height: 50px;
  background-position: center center;
  float: right;
  margin-top: -50px;
}

.sidebar-left {
  font-family: "Nunito-Regular", Helvetica !important;
  width: 270px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: -270px;
  bottom: 0;
  overflow: hidden;
  position: fixed;
  box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-scroll-left {
  padding-right: 20px;
  left: 0;
  width: 310px;
  overflow: scroll !important;
  overflow-x: hidden !important;
  -webkit-overflow-scroll: touch !important;
  height: 100%;
  background-color: #c31c26;
}

.sidebar-scroll-right {
  width: 275px;
  overflow: auto !important;
  overflow-x: hidden !important;
  height: 100%;
  background-color: #12162e;
}

.sidebar-right {
  font-family: "Nunito-Regular", Helvetica !important;
  background-repeat: repeat;
  position: fixed;
  overflow: hidden;
  z-index: 99999;
  right: -280px;
  top: 0;
  bottom: 0;
  width: 270px;
  margin-right: 10px;
  box-shadow: -2px 0px 2px 0px rgba(0, 0, 0, 0.1);
}

.sidebar-decoration {
  background-image: url(../images/menu-mobile-3/sidebar-deco.png);
  background-repeat: repeat-x;
  height: 2px;
  margin-bottom: 15px;
}

.sidebar-left a,
.sidebar-right a {
  text-decoration: none;
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff !important;
  z-index: 1;
}

.sidebar-header-left {
  height: 65px;
  background-color: #f78e1e;
  position: relative;
}

.sidebar-left-logo {
  max-height: 75px;
  position: absolute;
  top: -2px;
  left: 8px;
  margin-right: 179px;
}

.sidebar-right-logo {
  margin-left: 84px;
  top: 14px;
  right: 1px;
  max-width: 180px;
  float: inherit;
  max-height: 37px;
  display: none;
  position: relative;
}

.close-sidebar-left {
  background-image: url(../images/menu-mobile-3/left-chevron.svg);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 65px;
  width: 65px;
  margin-left: 205px;
  display: block;
}

.sidebar-divider-text {
  font-size: 20px;
  padding-top: 15px;
  padding-left: 20px;
  padding-bottom: 15px;
  margin-bottom: 0;
  color: #fff !important;
  background: #1e2345;
}

.home-nav {
  background-image: url(../images/menu-mobile-3/home.png);
}

.info-nav {
  background-image: url(../images/menu-mobile-3/infoabout.png);
}

.folio-nav {
  background-image: url(../images/menu-mobile-3/bendedright.png);
}

.mail-nav {
  background-image: url(../images/menu-mobile-3/mail.svg);
}

.newsletter-nav {
  background-image: url(../images/menu-mobile-3/rss.png);
}

.call-nav {
  background-image: url(../images/menu-mobile-3/phonehook.svg);
}

.text-nav {
  background-image: url(../images/menu-mobile-3/speechbubble4.png);
}

.facebook-nav {
  background-image: url(../images/menu-mobile-3/facebook.png);
}

.twitter-nav {
  background-image: url(../images/menu-mobile-3/twitter.png);
}

.sidebar-bottom-controls {
  background-color: #f78e1e;
}

.sidebar-bottom-controls p {
  margin-top: 3px;
}

.sidebar-bottom-controls a {
  font-size: 12px;
  background-repeat: repeat-y;
  text-align: center;
  float: left;
  width: 33%;
  line-height: 10px;
  display: block;
}

.facebook-bottom {
  display: block;
  padding-top: 26px;
  background-image: url(../images/menu-mobile-3/facebook.png);
  background-repeat: no-repeat;
  background-position: center 33px;
  background-size: 16px 16px;
  height: 50px;
  margin-top: -25px;
}

.twitter-bottom {
  display: block;
  background-image: url(../images/menu-mobile-3/twitter.png);
  background-repeat: no-repeat;
  background-position: center 33px;
  background-size: 16px 16px;
  height: 50px;
  margin-top: -25px;
}

.close-bottom-left,
.close-bottom-right {
  display: block;
  padding-top: 26px;
  background-image: url(../images/menu-mobile-3/accessdenied.png);
  background-repeat: no-repeat;
  background-position: center 33px;
  background-size: 16px 16px;
  height: 50px;
  margin-top: -25px;
}

.nav-item {
  font-size: 16.2px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-size: 22px auto;
  background-color: #c9323b;
  height: 60px;
  line-height: 61.5px;
  background-repeat: no-repeat;
  padding-left: 60px;
  background-position: 20px center;
  margin-bottom: 1px;
}

.icon-active {
  position: absolute;
  background-image: url(../images/menu-mobile-3/left-sidebar/location.png);
  background-size: 10px 15px;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 15px;
  top: 19px;
  left: 240px;
}

.icon-page {
  position: absolute;
  background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 15px;
  top: 19px;
  left: 240px;
}

.icon-drop {
  position: absolute;
  background-image: url(../images/menu-mobile-3/left-sidebar/godrop.png);
  background-size: 10px 8px;
  background-repeat: no-repeat;
  display: block;
  width: 10px;
  height: 15px;
  top: 19px;
  left: 239px;
}

.submenu a {
  text-shadow: 0 2px 0 rgba(0, 0, 0, 1);
  background-image: url(../images/menu-mobile-3/sidebar-deco.png);
  background-repeat: repeat-x;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 25px;
  font-size: 10px;
  color: #878787;
  text-transform: uppercase;
  font-weight: 900;
}

.submenu a em {
  background-image: url(../images/menu-mobile-3/left-sidebar/gopage.png);
  background-size: 8px 11px;
  background-repeat: no-repeat;
  float: left;
  width: 10px;
  height: 15px;
  display: block;
  margin-top: 5px;
  padding-right: 35px;
}

.submenu a:first-child {
  background-image: none !important;
}

.submenu {
  display: none;
}

.submenu-active {
  display: block;
}

.sidebar-notifications a {
  margin-bottom: 15px;
  background-repeat: no-repeat;
  background-position: 0 center;
  padding-left: 38px;
  margin-left: 20px;
  font-size: 10px;
  color: #878787;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 10px;
}

.sidebar-header-right {
  height: 65px;
  background-color: #ffca28;
  position: relative;
}

.close-sidebar-right {
  background-image: url(../images/menu-mobile-3/right-chevron.svg);
  background-size: 45% auto;
  background-repeat: no-repeat;
  background-position: center center;
  height: 65px;
  width: 65px;
  margin-left: 0;
  display: block;
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
  position: absolute !important;
}

.right-sidebar-copyright {
  margin: 20px 0;
}

.footer-text a {
  padding-top: 10px;
  font-size: 10px;
  color: #8a8a8a;
}

.copyright-sidebar {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}

.menu-mobile-dynamique {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-position: inside;
  list-style-image: none;
}

.menu-mobile-dynamique li {
  width: 100%;
  margin-bottom: 0;
  background: #181c3a;
  padding-left: 18px;
  border-bottom: 1px solid #000000;
}

.menu-mobile-dynamique .sub-menu li {
  background-color: transparent;
  margin-bottom: 0;
}

.menu-mobile-dynamique .sub-menu li a {
  height: 42px;
  text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
  background-image: linear-gradient(to bottom, #cbb190, #cbb190);
  padding-top: 18px;
  padding-bottom: 18px;
}

.menu-mobile-dynamique li.parent {
  background-image: url(../images/menu-mobile-3/left-sidebar/gopage.svg);
  background-position: 241px 26.2px;
  background-repeat: no-repeat;
  background-size: 9px auto;
}

.menu-mobile-dynamique li a {
  display: table-cell;
  width: 270px;
  vertical-align: middle;
  text-decoration: none !important;
  line-height: 18px;
  font-size: 16.2px;
  background-image: url(../images/menu-mobile-3/bendedright.svg);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-size: 8px auto;
  text-transform: uppercase;
  color: #fff;
  height: 60px;
  background-repeat: no-repeat;
  padding-left: 10px;
  background-position: 6px 20.9px;
}

.menu-mobile-dynamique ul {
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none;
  padding-left: 0;
}

.menu-mobile-dynamique ul li a {
  background: none;
  color: #bebebe;
}

.small-notification p {
  margin: 10px 13px;
  padding-bottom: 2px;
  line-height: 18px;
}

.text-input {
  overflow: hidden;
  position: relative;
  font-size: 11px;
  color: #666;
  width: 230px;
  margin-left: 20px;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  display: block;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #3d3d3d;
}

#contactEmail {
  margin-bottom: -5px !important;
}

#contactMessage {
  display: none;
}

#contactName {
  display: none;
  margin-bottom: 10px;
}

#left_label_name {
  overflow: hidden;
  position: relative;
  display: none;
  text-align: left;
  margin-left: 200px;
  font-size: 11px;
  color: #8c8c8c;
  opacity: 0.3;
  margin-top: -20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#name_label {
  overflow: hidden;
  position: relative;
  display: none;
  margin-top: 20px;
  margin-left: 20px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  color: #c5c5c5;
}

#email_label {
  margin-top: 20px;
  margin-left: 20px;
  font-size: 12px;
  color: #c5c5c5;
  display: block;
  overflow: hidden;
  position: relative;
}

#left_label_mail {
  display: block;
  overflow: hidden;
  position: relative;
  line-height: 18px;
  text-align: left;
  margin-left: 200px;
  font-size: 11px;
  color: #8c8c8c;
  opacity: 0.3;
  font-family: "Open Sans", sans-serif;
  margin-top: -20px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.contact-button-house {
  line-height: 18px;
  margin-bottom: 20px;
  font-size: 11px;
  display: block;
  overflow: hidden;
  position: relative;
  vertical-align: baseline;
  outline: none;
}

.contactButton {
  display: block;
  overflow: hidden;
  position: relative;
  margin-left: 20px;
  margin-top: 30px;
  height: 36px;
  font-family: "Lato", sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  width: 230px;
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #3d3d3d;
}

.buttonWrap {
  padding: 10px !important;
  min-width: 43%;
}

.contactSubmitButton {
  display: block !important;
  height: 36px !important;
  margin-right: 4px;
  float: left;
  margin-bottom: 20px;
}

.contactNameField {
  padding-bottom: 5px;
  font-size: 12px;
}

.contactField {
  font-size: 15px;
  overflow: hidden;
  position: relative;
  color: #fff;
  min-width: 100%;
  display: block;
  box-sizing: border-box;
  height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
}

.contactTextarea {
  font-size: 15px;
  overflow: hidden;
  position: relative;
  color: #fff;
  min-width: 100%;
  display: block;
  box-sizing: border-box;
  margin-bottom: 20px;
  line-height: 18px;
  height: 90px;
  padding: 9px 12px;
}

.menu-mobile-dynamique input {
  -webkit-appearance: none;
  border-radius: 0;
}

.sidebar-form {
  display: none;
  margin-left: 20px;
  width: 230px;
  box-sizing: border-box;
}

.sidebar-form2 {
  display: none;
}

.sidebar-form label {
  font-size: 13px;
  border-radius: 0 !important;
  color: #c5c5c5;
  text-transform: uppercase;
  padding-top: 10px;
  display: block;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.sidebar-form label span {
  text-transform: lowercase;
  float: right;
  opacity: 0.5;
}

.sidebar-form input {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #3d3d3d;
}

.sidebar-form textarea {
  background-color: rgba(255, 255, 255, 0.1);
  border: solid 1px #3d3d3d;
  margin-bottom: 0;
}

.sidebar-send-button {
  font-size: 13px;
  display: block;
  width: 100%;
  color: #d2d2d2;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

.success-subscribe {
  margin-top: 20px;
  width: 230px;
  margin-left: 20px;
}

.sidebar-form {
  margin-bottom: 0 !important;
  margin-top: -10px !important;
}

.sidebar-form .formSuccessMessageWrap {
  width: 230px;
  margin-top: 20px;
  margin-bottom: 0;
}

.sidebar-form .small-notification {
  margin-top: 20px;
}

.sidebar-form #emailError {
  margin-top: 20px;
  width: 230px;
  margin-left: 20px;
  border-radius: 0;
  height: 36px;
}

.sidebar-form #emailError p {
  text-align: center;
  color: #ff8181;
  margin: 8px 0;
  display: block;
  background-image: none;
  text-transform: uppercase;
  padding-left: 0;
}

.sidebar-form #emailError2 {
  margin-top: 20px;
  width: 230px;
  margin-left: 20px;
  border-radius: 0;
  height: 36px;
}

.sidebar-form #emailError2 p {
  text-align: center;
  color: #ff8181;
  margin: 8px 0;
  display: block;
  background-image: none;
  text-transform: uppercase;
  padding-left: 0;
}

.subscribe-notification {
  width: 230px !important;
  margin-left: 20px;
  border-radius: 0 !important;
  margin-bottom: -15px !important;
  margin-top: 20px !important;
  background-image: none !important;
}

.subscribe-notification p {
  background-image: none !important;
  text-align: center;
  color: #ff8181 !important;
  margin: 8px 0;
  display: block;
  text-transform: uppercase;
  padding-left: 0;
  margin-top: 20px;
}

.formValidationError {
  margin-bottom: -15px;
}

.sidebar-form .formValidationError div {
  margin-top: 20px;
  width: 230px;
  border-radius: 0 !important;
  height: 36px;
  margin-top: 20px !important;
}

.sidebar-form .formSubmitButtonErrorsWrap {
  overflow: visible !important;
  margin-bottom: 20px;
}

.sidebar-form .formValidationError p {
  text-align: center;
  color: #ff8181 !important;
  margin: 8px 0;
  display: block;
  background-image: none;
  text-transform: uppercase;
  padding-left: 0;
}

.menu-mobile-dynamique label {
  display: block;
  overflow: hidden;
  position: relative;
  border: 0;
  vertical-align: baseline;
  outline: none;
}

.red-notification {
  background-color: rgba(219, 84, 84, 0.5);
  border-radius: 5px;
  border: solid 1px #cbb190;
}

.formValidationError .red-notification p {
  background-image: none !important;
  display: block !important;
  padding-left: 0 !important;
  text-align: center !important;
}

.no-bottom {
  margin-bottom: 0 !important;
}

.menu-mobile-dynamique .sub-menu {
  display: none;
}

/* AUTRES STYLES FIXES ****************************************************/
/* *************************************************************************/
/* Bouton remonter */
.remonter {
  text-align: center;
}

.remonter button {
  transition: all 400ms ease;
  opacity: 0.5;
  filter: alpha(opacity=50);
  border: 0;
  display: inline-block;
  width: 40px;
  height: 22px;
  background: url(../images/fleche-monter.png) no-repeat center top;
  text-align: center;
  text-indent: 150px;
  overflow: hidden;
}

.remonter button:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Div IE <8*/
 {
  text-align: center;
  color: #000;
  background: #eee;
}

.deprecated-ie p {
  line-height: 30px;
  margin: 0;
}

.deprecated-ie a {
  line-height: 30px;
  font-family: Helvetica, arial, sans-serif;
  font-size: 13px;
  color: #000;
  text-decoration: underline;
}

/* Fix pour fond noir lightbox qui n'apparait pas sur chrome */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  .lightboxOverlay {
    overflow: scroll;
  }

  .lightboxOverlay::-webkit-scrollbar {
    width: 0px;
  }
}

/*laptops*/
@media (min-width: 1024px) and (max-width: 1440px) {
  :root {
    --taille-font: calc(1vw * 0.5);
  }

  a.btnMS.bouton-principal .z-ms {
    top: 2px !important;
  }

  a.btnMS.bouton-principal:nth-child(2) .z-ms {
    top: 3px !important;
  }
  .page-contenu.clear.scrolled-content-acc {
    height: 61vh;
  }
}

/* MEDIA QUERIES **********************************************************/
/* *************************************************************************/
/* Mobile (col-xs) */
@media (max-width: 767px) {
  .intervention-wrapper {
    padding: 4em 4% 2em;
  }
body.body-temoignage.body-temoignage-0.modal-open .header-sidebars {
    z-index: 99;
}
  .body-page-1 .fluid-contenu .container-wrapper {
    padding: 0 5%;
  }
  .dtable {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .dtable [class*="col-"] {
    display: block;
    vertical-align: middle;
    float: left;
  }

  .dtable #submitReservation {
    width: 100%;
  }

  .pad-xs {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pad-xs-l {
    padding-left: 15px !important;
  }

  .pad-xs-r {
    padding-right: 15px !important;
  }

  .nopad-xs {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
.body-pageseo .relative-ms h1 {
    line-height: 1.2;
    font-size: 26px;
}
  .nopad-xs-l {
    padding-left: 0 !important;
  }

  .nopad-xs-r {
    padding-right: 0 !important;
  }

  .corps-contact.formulaire {
    padding: 0 0px;
  }

  .pied .abus {
    text-align: center;
  }

  .ui-state-default,
  .ui-widget-content .ui-state-default,
  .ui-widget-header .ui-state-default {
    padding: 10px 0;
  }

  .body-page-1 .ui-state-default,
  .body-page-1 .ui-widget-content .ui-state-default,
  .body-page-1 .ui-widget-header .ui-state-default {
    padding: 10px 0;
  }

  .ui-datepicker table {
    font-size: 14px;
  }

  .body-page-1 .ui-datepicker .ui-datepicker-title {
    font-size: 18px;
    padding: 4px 0;
  }

  .tabb-reservation .cell.cellg {
    padding: 30px 15px;
  }

  .tabb-reservation .cell .contt {
    padding: 20px 15px 30px 15px;
  }

  .tabb-reservation .cell .contt h2 {
    margin-bottom: 20px;
  }

  .tabb-formule .cell.celld .contt {
    padding: 30px 15px 40px 15px !important;
  }

  .formules .formule hr {
    margin: 10px 0;
  }

  .formules .formule ul {
    padding: 15px 10px !important;
  }

  .gallery .kikoolol {
    padding: 10px 0 10px 0px;
  }

  .contact .coordonnees address {
    margin-bottom: 50px;
  }

  .contact .coordonnees .horaires {
    margin-bottom: 50px;
  }

  .pied h2 {
    text-align: left;
  }
}

@media (min-width: 1200px){
.gallery .description-galerie {
    column-count: 2;
    column-gap: 4%;
}}
/* Tablettes (col-sm) */
@media (min-width: 768px) and (max-width: 991px) {
  .pad-sm {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .pad-sm-l {
    padding-left: 15px !important;
  }

  .pad-sm-r {
    padding-right: 15px !important;
  }

  .nopad-sm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .nopad-sm-l {
    padding-left: 0 !important;
  }

  .nopad-sm-r {
    padding-right: 0 !important;
  }

  .gallery .kikoolol {
    padding: 10px 0 30px 30px;
  }

  .corps-contact.formulaire {
    padding: 0 160px;
  }

  .scrolled-content {
    height: 190px;
  }
}

/* Mobile + Tablettes (col-xs + col-sm) */
@media (max-width: 991px) {
  :root {
    --taille-font: calc(1vw * 0.9933333333);
  }
.body-page-1 .relative-ms {
    height: 40vh;
    z-index: 0;
}.slogan .sloganMS {
    font-size: 23px;
}
.ms-flex-btn .btn-liens-rs {
    text-align: center;
    display: flex !important;
    flex-direction: row !important; 
    justify-content: center !important;
    align-items: center!important;
    margin: 1vh 0;
    gap: 6% !important;
}

.ms-flex-btn {
    position: relative;
    display: flex !important;
    flex-direction: column !important;

}
.ss-sloganMS {
    text-align: center;
    font-size: 21px;
    line-height: 1;
    margin: 0 0 0 0;
}

.slogan {
    top: 18vh;
    z-index: 100;
}

img.homelogo {
    position: absolute;
    width: 101px;
    left: 0;
    margin-left: -20px;
}
.fluid-contenu:before {
    width: 101px;
    top: -19vh;
    background: url(../images/plumes2.png) no-repeat;
    left: 0;
    background-size: 100%;
    left: -28%;
    z-index: -2;
    width: 160px;
    transform: rotate(42deg);
    overflow-x: hidden;
}

.relative-ms {
    height: 27vh;
}

.body-page-1 .intervention-wrapper:before, .body-pageseo .intervention-wrapper:before {
    display: block;
}

.bloc-contenu.services.nbr-services-:before {
    left: -39%;
    top: -17vh;
    width: 160px;
}

.intervention-wrapper:before {
    width: 200px;
    height: 192px;
    top: -18vh;
    overflow-x: hidden;
    right: 2px;
    display: none;
}

.actualites article {
    display: flex;
    flex-direction: column-reverse;
}

.actualites .cell.photo {
    width: 100%;
    display: block;
    height: 40vh;
}

.actualites .cell.texte {
    display: block;
    width: 100%;
}

.actualites {
    display: block;
    padding: 1vh 10px;
}

.actualites .cell.texte .contenu {
    padding: 3em 0;
}
  .page-contenu.clear.scrolled-content-acc {
    height: auto;
  }
  .pied .callTracker span.t_affiche,
  .pied .callTracker a {
    color: #fff !important;
  }

  .carte ul li.item small {
    font-size: calc(var(--taille-font) * 2);
  }

  .body-service-list .fluid-contenu {
    padding: 4em 2% 5em;
  }

  .body-service-list .item-news.prestation .contenu .lire-suite {
    text-align: center;
  }

  .body-service-list .item-news.prestation .contenu .lire-suite a {
    font-size: calc(var(--taille-font) * 1.8);
  }
  .atouts .swiper-button-next i,
  .atouts .swiper-button-prev i {
    font-size: 23px;
  }

  .container-fluid {
    padding: 2rem 10% 7rem;
  }

  .custom-flex-column {
    max-width: calc(var(--taille-font) * 45.5);
  }

  .container-fluid h2.h1 {
    font-size: 29px;
  }

  .pied .align-ms .col-md-4 {
    width: 100% !important;
  }

  .custom-flex-container .img-fluid {
    height: calc(var(--taille-font) * 40.5);
  }

  .custom-flex-column:last-child,
  .custom-flex-column:nth-child(3) {
    display: none;
  }

  .flex-head {
    flex-direction: column-reverse;
  }

  .flex-head-img,
  .flex-head-txt {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .flex-head-img img {
    width: 74%;
  }
  .tabb-formule.sansimage {
    display: inline-table;
    width: 100%;
  }

  .formules .formule {
    margin: 0 0 0px 0;
    text-align: center;
  }

  .tabb2 .cell .reser .block {
    display: block;
  }
.prestation {
    display: block;
}

.prestation .cell.photo {
    width: 100%;
}

.prestation .cell.texte {
    display: block;
}

.prestation:nth-child(even) .cell.texte .contenu, .prestation .cell.texte .contenu {
    padding: 1vh 0;
}
  h1,
  .h1 {
    color: #fff;
    margin: 0px 0 30px 0;
    text-shadow: none;
    margin: 22px 0 20px 0;
    font-size: 30px;
  }

  .pied h2,
  h1,
  .h1 {
    font-size: 30px;
  }

  .tabb2 .cell .reser div a,
  .tabb2 .cell .reser div p {
    padding: 30px 20px;
    display: block;
  }

  .container {
    max-width: none;
    width: auto;
  }

  /* Changement largeurs labels+champs contact */
  .contact .formulaire .form-group .col-md-4 {
    width: 100% !important;
  }

  .contact .formulaire .form-group .col-md-8 {
    width: 100% !important;
  }

  /* Captcha Contact */
  .contact .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0% !important;
    text-align: left !important;
  }

  .contact .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0px !important;
  }

  .contact .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
    font-size: 17px;
    color: #051356;
  }

  /* Captcha Contact */
  .modal-content input[name="captchaReservation"] {
    width: 100% !important;
    margin-right: 0% !important;
    text-align: left !important;
  }

  .modal-content input[name="captchaReservation"] + a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0px !important;
  }

  .modal-content .btn-default {
    width: 100%;
    margin-top: 8px;
  }

  /* Forcer l'affichage des fleches de la lightbox car pas de hover sur mobile */
  .lb-prev {
    opacity: 1 !important;
    background: url(../images/lightbox-g.png) left 48% no-repeat;
  }

  .lb-next {
    opacity: 1 !important;
    background: url(../images/lightbox-d.png) right 48% no-repeat;
  }

  /* Desactiver la scrollbar personnalise */
  .scrollbars {
    width: 100%;
    height: auto;
  }

  .scrollbar-content {
    padding: 0;
  }

  body {
    font-size: 16px;
  }

  div#contactButtonsMobile a {
    background: #051356 !important;
    color: #fff !important;
    display: none !important;
  }

  .miettes-externes {
    display: none;
  }

  .btn-partage {
    padding: 40px 0px 10px 0px;
  }

  .cont-slider .controls {
    display: none;
  }

  .fluid-contenu .corps.huhu {
    padding: 40px 0px 40px 0px;
    /* padding: 0 0 40px 0; */
  }

  .cont-slider {
    position: static;
    margin-left: 0;
    width: 100%;
  }

  .fluid-contenu .corps {
    padding: 30px 15px 30px 15px;
  }

  .body-page-1 .fluid-contenu .corps > article {
    padding: 20px 0px 20px 0px;
  }

  .body-page-1 h1,
  .body-page-1 .h1 {
    margin: 15px 0 25px 0;
    text-align: center;
    line-height: 1.1;
  }

  .tabb .cell.cellg {
    display: none;
  }

  .tabb2 {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .tabb2 .cell {
    display: block;
    vertical-align: top;
    position: relative;
    width: 100% !important;
  }

  .tabb2 .cell .reser {
    display: block;
    position: static;
    text-align: center;
  }

  .tabb2 .cell .reser p a {
    padding: 90px 20px;
  }

  .tabb2 .cell .contt {
    padding: 20px 0px 30px 0px;
    min-height: 0;
  }

  .tabb2 .cell .contt h2 {
    font-size: 24px;
    padding: 0 0 15px 0;
  }

  .modal-content .modal-body {
    border-radius: 0px;
    padding: 0px 5px 40px 5px;
  }

  .modal-content h2 {
    font-size: 18px;
  }

  .modal-content .btn-default {
    padding: 10px 0px;
    width: 100%;
  }

  .tabb2 {
    padding: 0 0 40px 0;
  }

  .pied .smartfood {
    margin: 20px 0px 0px 0px;
  }

  .pied .smartfood img {
    max-width: 170px;
  }

  .pied .copyright-footer {
    margin: 15px 0px 20px 0px;
  }

  .pied .copyright-footer img {
    max-width: 110px;
  }

  .pied .bande2 {
    padding: 25px 0 30px 0;
  }

  .pied .bande1 {
    padding: 10px 0 80px 0;
  }

  .pied .bande1 .tel {
    margin: 0 0 40px 0;
  }

  .pied .horaires {
    padding: 0;
    margin: 0 0 40px 0;
  }

  .tabb-contact {
    display: block;
  }

  .tabb-contact .cell {
    display: block;
    width: 100% !important;
  }

  .contact .plan .block #googlemapapi,
  .contact .plan iframe {
    height: 250px !important;
  }

  .tabb-contact .corps-contact {
    padding: 40px 15px 10px 15px;
  }

  .contact .description-contact {
    padding: 0px 0px 10px 0px;
  }

  .contact .formulaire .form-group {
    margin-bottom: 10px;
  }

  .tabb-reservation {
    display: block;
  }

  .tabb-reservation .cell {
    display: block;
    width: 100% !important;
  }

  .tabb-reservation .corps {
    padding: 10px 0px 20px 0px !important;
  }

  .ui-datepicker .ui-datepicker-header {
    font-size: 22px;
  }

  .ui-datepicker .ui-datepicker-prev,
  .ui-datepicker .ui-datepicker-next {
    top: 36px;
    width: 1.3em;
    height: 1.3em;
  }

  .ui-datepicker .ui-datepicker-prev {
    left: 0px;
  }

  .ui-datepicker .ui-datepicker-next {
    right: 0px;
  }

  .tabb-specialites {
    display: block;
  }

  .tabb-specialites .cell {
    display: block;
    width: 100% !important;
  }

  .tabb-specialites .corps {
    padding: 10px 15px 20px 15px !important;
  }

  .tabb-specialites h2 {
    margin-bottom: 20px;
  }

  .tabb-specialites .cell.cellg {
    height: 160px;
  }

  .tabb-specialites .cell.celld {
    padding: 0 0 30px 0;
  }

  .tabb-carte {
    display: block;
  }

  .tabb-carte .cell {
    display: block;
    width: 100% !important;
  }

  .tabb-carte .corps {
    padding: 10px 15px 20px 15px !important;
  }

  .tabb-carte h2 {
    margin-bottom: 20px;
  }

  .tabb-carte .cell.cellg {
    height: 160px;
  }

  .carte .group {
    margin: 0 0 20px 0;
  }

  .tabb-carte .cell.celld {
    padding: 0 0 0px 0;
  }

  .tabb-carte .cell.celld .contt {
    padding: 0px 0px 10px 0px;
  }

  .tabb-carte h2 {
    margin-bottom: 10px;
    font-size: 23px;
  }

  .carte .price {
    width: 80px;
    font-size: 18px;
  }

  .carte ul li.item:last-child {
    border-bottom: none;
  }

  .tabb-formule {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  .tabb-formule .cell {
    display: block;
    vertical-align: top;
    position: relative;
  }

  .tabb-formule .cell.cellg {
    width: 100%;
    height: 150px;
  }

  .tabb-formule .cell.cellg.cell1 {
    display: block !important;
  }

  .tabb-formule .cell.cellg.cell2 {
    display: none !important;
  }

  .tabb-formule .cell.celld .contt {
    padding: 50px 80px 40px 80px;
  }
.carte .group-img {
    width: 100%;
    margin: 0 0 3vh;
}

  .banniere {
    position: relative;
    height: auto;
    z-index: 0;
  }
}

/* Pc normal (col-md) */
@media (min-width: 991px) and (max-width: 1199px) {
  .navh .menu_haut_principal a,
  .navh .menu_haut_principal a:visited {
    font-size: 18px;
    padding: 26px 5px 10px 5px;
  }

  .pied .navf .menu_footer li a,
  .pied .navf .menu_footer li a:visited {
    font-size: 14px;
    padding: 0 12px;
  }

  .pied address {
    font-size: 16px;
  }

  .pied .horaires {
    font-size: 16px;
  }

  .tabb-reservation .cell.cellg {
    width: 50%;
  }

  .tete .logo-site {
    margin: 0;
    padding: 24px 0 10px 0;
    display: inline-block;
    width: 130px;
  }

  .corps-contact.formulaire {
    padding: 0 230px;
  }

  .scrolled-content {
    height: 190px;
  }
}

/* Mobile + Tablettes + Pc normal (col-xs + col-sm + col-md) */
@media (max-width: 1199px) {
  .remonter {
    display: none !important;
  }
}

/* Pc large (col-lg) */
@media (min-width: 1200px) {
}

@media (min-width: 1200px) {
  /*.tete .container{*/
  .container {
    max-width: calc(var(--taille-font) * 135);
    width: calc(var(--taille-font) * 135);
  }

  .modal-lg {
    width: 1100px;
  }

  .scrolled-content {
    height: calc(var(--taille-font) * 24.5);
  }
}

/* Costum css */
.responsive {
  margin: 10px auto 10px !important;
}

.help-block {
  font-size: 14px;
}

.description-groupe p {
  /* margin-bottom: 30px; */
  margin: 0;
  opacity: .5;
}

/*Added */
#menu_referencement {
  list-style-type: disc;
  width: 100%;
  text-align: justify;
  padding: 0;
}

.menu_content {
  margin: 0;
  padding: 0;
}

.menu_content ul li {
  display: inline;
}

.menu_content ul li a {
  color: #c3c4cf;
  font-size: calc(var(--taille-font) * 1.6);
  text-decoration: none;
  text-transform: uppercase;
}

.menu_content ul li a:hover {
  text-decoration: underline;
  color: #fff;
}

.menu_content ul li:after {
  content: " - ";
  color: #c9ad8c;
  /* font-size:8px;*/
}

.menu_content ul li:last-child:after {
  content: "";
}

.menu_content h2 {
}

.menu_footer ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: none;
  font-size: calc(var(--taille-font) * 1.5);
}

.menu_footer {
  display: block;
}

.menu_footer ul {
  display: block;
  text-transform: uppercase;
  font-size: calc(var(--taille-font) * 1.6);
  color: #e8b832;
  padding: 0;
  line-height: 1.64;
}

.menu_footer ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

.menu_referencement li.active a,
.menu_footer ul li.active a {
  color: #fff;
  text-decoration: underline;
}

/**********************************************/
.g-recaptcha {
  display: block;
  margin: 0 auto;
  width: 303px;
}

.contact .g-recaptcha {
  float: left;
}

.contact .btn-primary {
  float: right;
  height: 63px;
}

/*************************************************/
/* B-lazy /*************************************************/
img.blazy {
  width: 100%;
  background-image: url("../images/bx_loader.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ddd;
}

img.blazy.b-error {
  background-image: url("../images/noImage.png");
}

.blazy {
  width: 100%;
  background-image: url("../images/bx_loader.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: #ddd;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

.blazy[class*="col-"] {
  width: initial;
}

.blazy img {
  width: 100%;
}

.blazy.b-error {
  background-image: url("../images/noImage.png");
  /* background-size:cover;*/
}

.blazy.imgLoaded {
  background-size: cover;
}

/* ****************************** */
/* nos Services/* ****************************** */
.isServiceList .content {
  padding: 0;
  width: 100%;
}

.nosServicesBg {
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  background-color: #ffffff;
  color: #fff;
}

.nosServicesBg .h {
  color: #c9ad8c;
  text-align: left;
}

.nosServicesBg .hicon:after {
  background-color: transparent;
  margin: 0 !important;
}

.nosServicesBg .content {
  padding: 40px 0;
  float: left;
  background-color: transparent;
}

.linkList {
  padding: 0;
  margin: 10px 0 0 0;
  list-style: none;
  float: left;
}

.linkList li {
  display: block;
  width: 100%;
  float: left;
}

.linkList li a {
  font-size: 18px;
  color: #c9ad8c;
  padding: 10px 15px 10px 50px;
  background-image: url(../images/r_arr.png);
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 15px 50%;
  display: inline-block;
  margin: 0 0 19px 0;
  border: 1px solid #c9ad8c;
  min-width: 100%;
  text-align: left;
  text-decoration: none;
}

.linkList li a:hover {
  background-image: url(../images/r_arr_h.png);
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: #c9ad8c;
  text-decoration: none;
}

.body-service-list .fluid-contenu .container {
  width: 100%;
  max-width: 100%;
}

/*/
*/
/* Bouton */

.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 150%;
  padding-top: 150%;
  transform: rotate(-45deg) translate(0, 0);
  transform-origin: top right;
  background-color: #051356;
  z-index: 0; /* Place le ::after sous tout */
  transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  border-radius: calc(var(--taille-font) * 1.2);
}

.hvr-shutter-out-horizontal:hover,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:active {
  color: #fff;
}

a.bouton-principal:hover .z-ms {
  color: #fff;
}

a.bouton-principal .z-ms {
  position: relative;
}

.hvr-shutter-out-horizontal:hover:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:active:before {
  transform: rotate(-45deg) translate(80%, 0);
}

a.bouton-principal,
button.bouton-principal {
  text-align: center;
  color: #051356;
  text-decoration: none;
  padding: calc(var(--taille-font) * 1.5) calc(var(--taille-font) * 5);
  font-size: calc(var(--taille-font) * 1.4);
  text-transform: uppercase;
  border: 0;
  font-family: "Catamaran", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  border: 1px solid #051356;
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: calc(var(--taille-font) * 1.2);
}

.ms-flex-btn {
  position: relative;
  display: flex;
  flex-direction: row;
  gap: calc(var(--taille-font) * 1);
  top: calc(var(--taille-font) * 3);
}
a.btnMS.bouton-principal {
  background: #fff;
  color: #051356;
  position: relative;
  overflow: hidden;
  z-index: 1; /* Assurez que le bouton reste dans une couche inférieure */
  min-width: calc(var(--taille-font) * 20);
  padding: calc(var(--taille-font) * 1.5) calc(var(--taille-font) * 2);
  transition: all 0.3s ease;
  border: unset;
}

a.btnMS.bouton-principal:first-child {
  background-color: transparent;
  color: #fff;
  border: 1px solid #fff;
}

a.btnMS.bouton-principal:first-child .z-ms {
  transition: color 0.5s ease;
}

a.btnMS.bouton-principal:nth-child(2) .z-ms {
  top: 4px;
}

a.btnMS.bouton-principal .z-ms {
  position: relative;
  top: 2px;
}

a.btnMS.bouton-principal:first-child::after {
  background: #fff;
}

a.btnMS.bouton-principal:first-child:hover .z-ms {
  color: #051356;
}

a.btnMS.bouton-principal .z-ms {
  position: relative;
  z-index: 2; /* Assurez que le texte est au-dessus du pseudo-élément ::after */
  transition: all 0.3s ease;
}

a.btnMS.bouton-principal:hover .z-ms {
  color: white;
}

a.btnMS.bouton-principal::after {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 30px);
  width: 150%;
  padding-top: 150%;
  transform: rotate(-45deg) translate(0, 0);
  transform-origin: top right;
  background-color: #051356;
  z-index: -1; /* Place le ::after sous tout */
  transition: all 0.55s cubic-bezier(0.69, 0.26, 0.28, 0.95);
  border-radius: 12px;
}

a.btnMS.bouton-principal:hover::after {
  transform: rotate(-45deg) translate(80%, 0);
}

.btn-service {
  text-align: center;
  margin: 10px 0;
}

.body-service-list .services .tableGrid.row {
  overflow-x: hidden;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) {
  direction: rtl;
}

.body-service-list .services .tableGrid.row:nth-of-type(even) {
  direction: ltr;
  background-color: #fff;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) [class*="col-"] {
  direction: ltr;
  /* background-color: #282828; */
  /* color: #fff; */
}

.body-service-list .services .tableGrid.row .h {
  text-align: center;
  margin-bottom: 1em;
}

.body-service-list .services .tableGrid.row:nth-of-type(odd) .h {
  /* color: #fff; */
}

.body-service-list
  .services
  .tableGrid.row:nth-of-type(odd)
  .service_sub_title {
  font-size: 22px;
  color: #ffffff;
  padding: 0 0 5px;
}

.body-service-list .services .tableGrid.row .bodyContent {
  text-align: center;
  padding: 5vw 5vw;
}

.body-service-list .services .tableGrid.row .bodyContent .content {
}

.body-service-list .services .tableGrid.row .bodyContent p {
  padding: 0 0 20px;
}

.isServiceList #main {
  width: 100%;
}

.body-service-list .main_bg {
  /* padding-left:0;*/
  /* padding-right:0;*/
  padding-bottom: 0;
  padding-bottom: 80px;
  min-height: 600px;
  z-index: 1;
  position: relative;
}

.body-service-list .bodyContent .h {
  text-align: initial;
}

.service_sub_title {
  font-size: 22px;
  color: #a7a7a7;
  padding: 12px 0 5px;
}

.nosServicesBg ul {
  padding: 0;
}

.nosServicesBg .mainSectionSlider .show {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.nosServicesBg .mainSectionSlider .blazy {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.services .mainSectionSlider .show {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.services .mainSectionSlider .blazy {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: transparent;
}

.row.ligne-photos.retrait.centerservice2 {
  margin: 0 16% !important;
}

.row.ligne-photos.retrait.centerservice {
  margin: 0 33% !important;
}

.nosServicesBg .bx-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.nosServicesBg .bx-viewport {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.nosServicesBg .mainSectionSlider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.services .bx-wrapper {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.services .bx-viewport {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  top: 0 !important;
  left: 0 !important;
}

.services .mainSectionSlider {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding: 0;
  list-style: none;
}

.nosServicesBg .bx-viewport li,
.services .bx-viewport li {
  height: 100%;
  list-style: none;
}

.services .bx-pager,
.mainSectionSliderBg .bx-pager {
  z-index: 9999;
}

.prestation {
  width: 100%;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  margin: 0 0 calc(var(--taille-font) * 10);
}

.item-news.prestation .bloc-photo {
  position: relative;
  height: auto;
}

.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
  /* height: 295px; */
  height: calc(var(--taille-font) * 35);
}

.item-news.prestation .contenu {
  background: #fff;
  padding: 50px 40px 20px;
  position: relative;
  min-height: calc(var(--taille-font) * 17);
}

.item-news.prestation .contenu .text-liste-serive {
  min-height: 86px;
  height: 86px;
  overflow: hidden;
}

.item-news.prestation .contenu .lire-suite {
  padding: calc(var(--taille-font) * 1) 0 0;
}

.lire-suite {
  text-align: right;
  padding: 30px 0 0;
}

.item-news.prestation .bloc-titre {
  display: table;
  width: 100%;
  text-align: center;
  position: absolute;
  z-index: 11;
  left: 0;
  bottom: calc(var(--taille-font) * -2.5);
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
  position: relative;
}

.item-news.prestation .bloc-titre .titre-news {
  display: table;
  margin: 0 auto;
  background: #fff;
  border-radius: 19px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: calc(var(--taille-font) * 1.5) calc(var(--taille-font) * 3.5);
  font-size: calc(var(--taille-font) * 2);
  max-width: 95%;
  color: #c9ad8c;
}

.item-news.prestation .miettes {
  list-style: none;
  margin: 0;
  padding: 0;
}

.centerservice {
  margin: 0 33% !important;
}

.btn-service {
  text-align: center;
  margin: 3vh 0 0;
}

.btn-service a.btn-show-more {
  display: inline-block;
  padding: 15px 25px 15px 20px;
}

/**********/
.tableGrid > .row,
.tableGrid {
  display: table;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
}

.tableGrid > .table-row {
  height: 100%;
  display: table-row;
}

.tableGrid.fullWidth {
  width: 100%;
}

.tableGrid > .row > .table-row > [class*="col"],
.tableGrid > .table-row > [class*="col"],
.tableGrid > .row > [class*="col"],
.tableGrid > [class*="col"] {
  display: table-cell;
  vertical-align: top;
  float: none;
  height: 100%;
  position: relative;
}

.noPaddingCells > .row > .table-row > [class*="col"],
.noPaddingCells > .table-row > [class*="col"],
.noPaddingCells > [class*="col"] {
  padding: 0;
}

.tableGrid.nopadding > .row > .table-row > [class*="col"],
.tableGrid.nopadding > .table-row > [class*="col"],
.tableGrid.nopadding > .row > [class*="col"],
.tableGrid.nopadding > [class*="col"] {
  padding: 0;
}

.tableGrid.va-middle > .row > .table-row > [class*="col"],
.tableGrid.va-middle > .table-row > [class*="col"],
.tableGrid.va-middle > .row > [class*="col"],
.tableGrid.va-middle > [class*="col"] {
  vertical-align: middle;
}

/***************/
.body-service-list .main_bg {
  padding: 50px 0 0 0;
}

.body-service-list .main_bg .container {
  width: 100%;
  padding: 0;
}

.dtable {
  display: table;
  margin: 0 auto;
  float: none;
}

.dtable [class*="col-"] {
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.dtable #submitReservation {
  width: 100%;
}

/******/
.swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/****/
.liste-services {
  width: 100%;
  height: 100%;
  border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  background: var(--color11);
  position: relative;
  /**display: grid;**/
  z-index: 11;
  border-radius: var(--border-radius);
  padding-bottom: 1em;
  padding-top: 3em;
}

.body-page-1 .services h2 {
  text-align: center;
  margin: 0 0  2vh;
  padding: 0 0;
}.intervention-wrapper:after {content: '';width: 100%;position: absolute;background: #217746;z-index: 1000;top: 0;left: 0;clip-path: polygon(0 0, 100% 48%, 100% 0);}


.services .container {
  max-width: calc(var(--taille-font) * 153) !important;
  width: 100% !important;
  padding: 2em 0% 6em;
  margin: 0 auto;
}

.bloc-contenu.services.nbr-services- {
  padding: 7vh 10%;
  background: #1f2344;
  position: relative;
}

.img-service {
  -ms-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  position: relative;
  background-image: url(../images/gear.svg);
  background-size: 80px auto;
  -ms-background-size: 80px auto;
  -o-background-size: 80px auto;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  width: 380px;
  height: calc(var(--taille-font) * 65);
  transition: all 0.3s linear;
  border-radius: 0;
  /* overflow: hidden; */
  display: block;
}

.img-service:hover {
  transform: translateY(-5px);
}

.img-service:hover {
  filter: brightness(1);
}

.img-service:before {
  content: "";
  inset: 0;
  position: absolute;
  background: linear-gradient(10deg, #1f2344, transparent, transparent);
  transition: all 1s ease;
  /* bottom: -600px; */
}

.img-service:hover:before {
}

div.title {
  position: absolute;
  bottom: calc(var(--taille-font) * -6.8);
  padding: calc(var(--taille-font) * 1) 0 0;
  width: 100%;
  transition: all 0.3s ease;
  /* border-radius: 7px; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  gap: 0;
  margin: 0 0;
  border: 0;
  bottom: 14px;
}
.plusAB {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0.8;
}

.ab-cntnt {
  color: var(--color0);
  opacity: 0;
  transition: all 0.3s ease;
}

.img-service:hover .title {
  /* background-color: #ffc0008c;
    height: 120px; */
  /* border-radius: 25px 25px 0 0; */
  /* backdrop-filter: blur(5px); */
}

.img-service:hover .ab-cntnt {
  opacity: 0.6;
}

div.title h3 {
  color: #fff;
  margin: 0;
  transition: all 0.3s linear;
  font-size: calc(var(--taille-font) * 1.7);
  padding: 11px 5px 0;
  /* text-shadow: 0 0 20px #000000ad; */
  text-align: center;
  font-family: "Montserrat-Extra_Bold", sans-serif;
}

.img-service:hover h3 {
  /* padding: 10px 5px;
    margin: 0; */
  /*background: #0000007a;*/
  /* border-radius: 5px */
}

.nbr-services-3 .img-service.service-2 {
  left: 0;
  margin-bottom: -72.5px;
  bottom: 50%;
  margin-left: -72.5px;
}

.nbr-services-3 .img-service.service-3 {
  top: 50%;
  right: -72.5px;
  left: initial;
}

a.show-all-service {
  width: 160px;
  height: 50px;
  text-decoration: none !important;
  display: flex;
  background: var(--color1);
  font-family: var(--font_family_2);
  /* font-size: 40px; */
  text-transform: uppercase;
  /* position: absolute; */
  /* right: 66px; */
  /* bottom: 70px; */
  /* border-radius: 50%; */
  text-align: center;
  text-decoration: none;
  line-height: 75px;
  /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  justify-content: center;
  align-items: center;
  color: var(--color0) !important;
  border-radius: var(--border-radius);
  overflow: hidden;
}

a.show-all-service:hover {
  /* background: var(--color2); */
}

a.show-all-service .buile-title {
  background: var(--color2);
  color: var(--color0);
  font-size: 14px;
  position: relative;
  left: 110px;
  top: -55px;
  display: block;
  width: 200px;
  padding: 5px;
  line-height: normal;
  transition: all 0.2s linear 0;
  -webkit-transition: all 0.2s linear 0;
  -khtml-transition: all 0.2s linear 0;
  -o-transition: all 0.2s linear 0;
  opacity: 0;
}

a.show-all-service:hover .buile-title {
  left: 85px;
  opacity: 1;
}

.text-services {
  display: table-cell;
  vertical-align: middle;
  padding: 0 18%;
  display: none;
}

.text-services .text {
  text-align: center;
  display: none;
}

.text-services .text h3 {
  color: var(--color1);
  font-size: 20px;
  padding-bottom: 25px;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
}

.text-services .text h3::after {
  display: block;
  background: var(--color1);
  width: 30px;
  height: 4px;
  left: 50%;
  position: absolute;
  margin-left: -15px;
  bottom: 0;
  content: "";
}

span.svrAB {
  margin: 1px 0 0;
  color: #fff;
  width: auto;
  padding: calc(var(--taille-font) * 1);
  text-transform: uppercase;
  font-size: calc(var(--taille-font) * 1.4);
  letter-spacing: 1px;
  position: relative;
}

/*************/

.btns-servAB {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 100%;
  height: 50px;
  color: #fff;
  float: right;
  background-color: transparent;
  margin-top: 20px;
  border-radius: 3px;
  margin-bottom: 4vh;
}

.btns-servAB .swiper-button-prev,
.btns-servAB .swiper-button-next {
  position: static;
  display: flex;
  height: 50px;
  width: 50px;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  border: 2px solid #fbb910;
}

/***/

@media (min-width: 768px) and (max-width: 979px) {
  .dtable {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .dtable [class*="col-"] {
    display: block;
    vertical-align: middle;
    float: left;
  }

  .dtable #submitReservation {
    width: 100%;
  }

  .row.ligne-photos.retrait.centerservice2 {
    margin: 0 0 !important;
  }

  .row.ligne-photos.retrait.centerservice {
    margin: 0 25% !important;
  }

  .tableGrid > .row,
  .tableGrid {
    display: block;
  }

  .tableGrid > .row > .table-row > [class*="col"],
  .tableGrid > .table-row > [class*="col"],
  .tableGrid > .row > [class*="col"],
  .tableGrid > [class*="col"] {
    display: block;
    vertical-align: top;
    float: left;
    height: 100%;
    position: relative;
  }

  .nosServicesBg .mainSectionSlider .show {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .nosServicesBg .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .services .mainSectionSlider .show {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .nosServicesBg .bx-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
  }

  .nosServicesBg .bx-viewport {
    position: relative !important;
    height: 250px !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .nosServicesBg .mainSectionSlider {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .services .bx-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
  }

  .services .bx-viewport {
    position: relative !important;
    height: 250px !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .services .mainSectionSlider {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
  }

  .nosServicesBg .bx-viewport li,
  .services .bx-viewport li {
    height: 100%;
    list-style: none;
  }

  .services .bx-pager,
  .mainSectionSliderBg .bx-pager {
    z-index: 9999;
  }

  .pageseo .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
  }

  .tableGrid > .table-row {
    height: 100%;
    display: block;
  }
}

@media (max-width: 767px) {
  :root {
    --taille-font: calc(1vw * 1.7933333333);
  }

  .page-contenu.clear.scrolled-content-acc h2,
  .page-contenu.clear.scrolled-content-acc h3 {
    font-size: calc(var(--taille-font) * 2.7);
  }

  .page-contenu.clear.scrolled-content-acc {
    height: 42vh;
  }
  .carte ul li.item small {
    font-size: calc(var(--taille-font) * 2);
    color: #e4e4e4;
  }
  .item-news.prestation .contenu .lire-suite a.bouton-principal {
    font-size: calc(var(--taille-font) * 1.9);
    padding-top: calc(var(--taille-font) * 1.9);
  }
  .container-fluid {
    padding: 2rem 5% 7rem;
  }

  .container-fluid h2.titre {
    font-size: calc(var(--taille-font) * 4);
  }

  .custom-flex-column {
    max-width: calc(var(--taille-font) * 21.5);
  }

  .custom-flex-container .img-fluid {
    height: calc(var(--taille-font) * 21.5);
  }
  .atouts .swiper-button-prev {
    background-image: none;
    left: -27px;
    margin-top: -24px;
    opacity: 0.8;
    background-color: #80808040;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
  }
  .atouts .swiper-button-next {
    background-image: none;
    right: -27px;
    top: 50%;
    margin-top: -22px;
    opacity: 0.8;
    height: 24px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
  }

  .container-fluid h2.h1 {
    font-size: 23px;
  }

  .dtable {
    display: block;
    margin: 0 auto;
    float: none;
  }

  .row.ligne-photos.retrait.centerservice2 {
    margin: 0 0 !important;
  }

  .row.ligne-photos.retrait.centerservice {
    margin: 0 0 !important;
  }

  .dtable [class*="col-"] {
    display: block;
    vertical-align: middle;
    float: left;
  }

  .dtable #submitReservation {
    width: 100%;
  }

  .tableGrid > .row,
  .tableGrid {
    display: block;
  }

  .tableGrid > .row > .table-row > [class*="col"],
  .tableGrid > .table-row > [class*="col"],
  .tableGrid > .row > [class*="col"],
  .tableGrid > [class*="col"] {
    display: block;
    vertical-align: top;
    float: left;
    height: 100%;
    position: relative;
  }

  .nosServicesBg .mainSectionSlider .show {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .nosServicesBg .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .services .mainSectionSlider .show {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .services .mainSectionSlider .blazy {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
  }

  .nosServicesBg .bx-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
  }

  .nosServicesBg .bx-viewport {
    position: relative !important;
    height: 250px !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .nosServicesBg .mainSectionSlider {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }

  .services .bx-wrapper {
    position: relative;
    height: auto;
    width: 100%;
    top: 0;
    left: 0;
  }

  .services .bx-viewport {
    position: relative !important;
    height: 250px !important;
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
  }

  .pied .callTracker span.t_affiche {
    color: #fff !important;
  }

  .pied .callTracker,
  .pied .callTracker a {
    color: #fff !important;
  }
  .services .mainSectionSlider {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding: 0;
    list-style: none;
  }

  .nosServicesBg .bx-viewport li,
  .services .bx-viewport li {
    height: 100%;
    list-style: none;
  }

  .services .bx-pager,
  .mainSectionSliderBg .bx-pager {
    z-index: 9999;
  }

  .pageseo .formulaire .form-group input.btn-primary {
    width: 100%;
    margin-top: 8px;
  }

  .tableGrid > .table-row {
    height: 100%;
    display: block;
  }
}

@media (max-width: 980px) {
.flex-seoContain { flex-wrap: wrap; } 
.flex-seoContain .seo-content { width: 100%; background: transparent; } 
.flex-seoContain .seo-form { width: 100%; } 
.img-seo img, a.imagecont.noflicker.img1 { width: 100%; height: auto; margin: 0 0 16px; display: block; } 
.bande_contact_footer .row1 { padding: 5rem 11%; }
}

@media (max-width: 480px) {
.dtable { display: block; margin: 0 auto; float: none; } .dtable [class*="col-"] { display: block; vertical-align: middle; float: left;} 
.dtable #submitReservation { width: 100%; } .tableGrid > .row, .tableGrid { display: block; } .tableGrid > .row > .table-row > [class*="col"], .tableGrid > .table-row > [class*="col"], .tableGrid > .row > [class*="col"], .tableGrid > [class*="col"] { display: block; vertical-align: top; float: left; height: 100%; position: relative; }
 .nosServicesBg .mainSectionSlider .show { position: relative; height: auto; width: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; } 
 .nosServicesBg .mainSectionSlider .blazy { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; } 
 .services .mainSectionSlider .show { position: relative; height: auto; width: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; } 
 .services .mainSectionSlider .blazy { position: absolute; height: 100%; width: 100%; top: 0; left: 0; right: 0; bottom: 0; background-color: transparent; } 
 .nosServicesBg .bx-wrapper { position: relative; height: auto; width: 100%; top: 0; left: 0; } 
 .nosServicesBg .bx-viewport { position: relative !important; height: 250px !important; width: 100% !important; top: 0 !important; left: 0 !important; } 
 .nosServicesBg .mainSectionSlider { position: relative; height: 100%; width: 100%; top: 0; left: 0; } .services .bx-wrapper { position: relative; height: auto; width: 100%; top: 0; left: 0; } .services .bx-viewport { position: relative !important; height: 250px !important; width: 100% !important; top: 0 !important; left: 0 !important; } .services .mainSectionSlider { position: relative; height: 100%; width: 100%; top: 0; left: 0; padding: 0; list-style: none; } .nosServicesBg .bx-viewport li, .services .bx-viewport li { height: 100%; list-style: none; } .services .bx-pager, .mainSectionSliderBg .bx-pager { z-index: 9999; }
 .pageseo .formulaire .form-group input.btn-primary { width: 100%; margin-top: 8px; } .tableGrid > .table-row { height: 100%; display: block; }
}
