
:root {
    --color0: #ffffff;
    --color1: #000000;
    --nuanceColor1: #080810;
    --color2: #f27b19;
    --color3: #04040a;
    --color4: #ff9a45;
    --color11: #fff;
    --surface: rgba(255, 255, 255, 0.03);
    --border: rgb(255 255 255 / 18%);
    --border-orng: rgba(242, 123, 25, 0.3);
    --text: rgba(255, 255, 255, 0.9);
    --muted: rgba(255, 255, 255, 0.45);
    --color5: rgba(242,123,25,0.35);
    --bg-facultatif: #3838388f;
    --font_family_1: 'SpaceGrotesk-Regular',sans-serif;
    --font_family_2: 'PlayfairDisplay-Regular, sans-serif';
    --font3: 'SpaceGrotesk', sans-serif;
    --taille_font: clamp(15px, 0.9vw, 16px);
    --border-radius: 0;
}
.light-mode {
   --color0: #192b5c;
   --bg-facultatif: #f8f8f8d1;
   --color1: #ffffff;
   --nuanceColor1: #ffffff;
   --color2: #f27b19;
   --color3: #f7f7fb;
   --color4: #ff9a45;
   --color11: #000000;
   --surface: rgb(0 0 0 / 3%);
   --border: rgb(0 0 0 / 18%);
   --border-orng: rgba(242, 123, 25, 0.3);
   --text: rgb(0 0 0 / 90%);
   --muted: rgb(0 0 0 / 45%);
   --color5: rgba(242,123,25,0.35);
}
#c {
  pointer-events: none;  
  touch-action: none;
}
.logo-top  img.dark, .top-logo img.dark {
    display: none;
}
p.mail.mail1 {
    display: flex;
    align-items: flex-start;
}
.logo-top  img.light, .top-logo img.light {
    display: block;
}
 
.light-mode .logo-top  img.light,  .light-mode .top-logo img.light {
    display: none;
}
.light-mode .logo-top  img.dark, .light-mode .top-logo img.dark {
    display: block;
}
.tete .logo-site img.dark , .top-logo img.dark {
    display: none;
}

.tete .logo-site img.light , .top-logo img.light {
    display: block;
}
 
.light-mode .tete .logo-site img.light, .light-mode .top-logo img.light {
    display: none;
}
.light-mode .tete .logo-site img.dark , .light-mode .top-logo img.dark {
    display: block;
}
#C{position:fixed;width:8px;height:8px;background: var(--color2);border-radius:50%;pointer-events:none;z-index:9999;transform:translate(-50%,-50%);transition:width .15s,height .15s}
#R{position:fixed;width:40px;height:40px;border:1px solid rgba(242,123,25,.5);border-radius:50%;pointer-events:none;z-index:9998;transform:translate(-50%,-50%)}
.banner1:before {
    content: '';
    width: 21%;
    height: 100%;
    background: url(../images/svg.svg);
    position: absolute;
    z-index: 2;
    left: -10%;
    top: 23%;
    opacity: 0.15;
    background-size: 100%;
    background-repeat: no-repeat;
}

.banner1:after {
    content: '';
    width: 21%;
    height: 100%;
    background: url(../images/svg.svg);
    position: absolute;
    z-index: 5;
    top: 0;
    right: -8%;
    opacity: 0.3;
    background-size: 100%;
    background-repeat: no-repeat;
}
 canvas {
    display: block;
    cursor: none;
  }
canvas#c {
    margin-left: -98%;
    opacity: .3;
    position: absolute;
    z-index: 0;
}

.shape {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, #ef7918, #3f3d56);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.2s ease-out;
  pointer-events: none;
  filter: blur(43px);
}
.card-title{font-family: var(--font3);color: var(--color0);margin-bottom:0.3rem;}
.card-sub{color:var(--muted);margin-bottom:1.8rem;font-size: 84%;}
/* ─ STATS */
.stats-strip{
  border-top:1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding:1.8rem 5%;
  background:rgba(242,123,25,0.04);
}.body-page-1 main.fluid-contenu {
    background: var(--color1);
}
.noise{position:fixed;inset:0;pointer-events:none;z-index:9995;opacity:.025;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}
/* animated lines */
.hero-lines{
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  overflow:hidden;
  pointer-events:none;
  z-index: 1000;
}
.h-line{
  position:absolute;height:1px;background:linear-gradient(90deg,transparent,rgba(242,123,25,0.4),transparent);
  animation:scan-h 4s linear infinite;
}
.h-line:nth-child(1){top:20%;animation-delay:0s;width:60%}
.h-line:nth-child(2){top:55%;animation-delay:1.5s;width:40%;right:0}
.h-line:nth-child(3){top:80%;animation-delay:3s;width:50%}
@keyframes scan-h{0%{opacity:0;transform:translateX(-100%)}20%{opacity:1}80%{opacity:1}100%{opacity:0;transform:translateX(100%)}}
.ph-badge::before {
    content: '';
    width: 6px;
    height: 6px;
    background: var(--color2);
    border-radius: 50%;
    animation: bk 2s infinite;
}
.hero-grid-bg{
  position:absolute;
  z-index: 1000;
  inset:0;
  background-image: linear-gradient(rgb(242 123 25 / 6%) 1px, transparent 1px), linear-gradient(90deg, rgb(242 123 25 / 7%) 1px, transparent 1px);
  background-size:80px 80px;
  mask-image: radial-gradient(ellipse 70% 70% at 50% 50%, #000000 40%, #00000000 100%);
}
.stats-inner{max-width:1200px;margin:auto;display:flex;justify-content:space-around;flex-wrap:wrap;gap:1.5rem}
.stat-item{text-align:center}
.stat-num{
  font-family: PlayfairDisplay-Black;
  font-size: calc(var(--taille_font) * 2.3);
  font-weight:900;
  color: var(--color2);
  margin: 0 0 1vh;
  line-height:1;
  text-shadow: 0 0 30px rgb(242 123 25 / 30%);
}
.stat-lbl{color:var(--muted);letter-spacing: 1px;text-transform:uppercase;font-size: var(--taille_font);}
.ph-badge {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: 11px 22px;
    border: 1px solid var(--color4);
    background: var(--border-orng);
    color: var(--color2);
    font-weight: 500;
    letter-spacing: .1em;
    text-transform: uppercase;
    margin-top: 2rem;
    font-size: 12px;
}
@keyframes bk{0%,100%{box-shadow:0 0 0 0 rgba(242,123,25,.5)}60%{box-shadow:0 0 0 7px rgba(242,123,25,0)}}
/* QUALITE */
#qualite{background:var(--b2);position:relative;overflow:hidden}
#qualite::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 70% 60% at 50% 50%,rgba(242,123,25,.05) 0%,transparent 65%);pointer-events:none}
.qualite-grid{background: var(--bg-facultatif);display:grid;grid-template-columns:1fr 1.2fr;gap:7rem;align-items:start;position:relative;z-index:1;padding: 4vh 3vw;}
.qualiopi-badge{display:inline-flex;align-items:center;gap:1rem;padding:1.5rem 2rem;border: 1px solid var(--border-orng);background:rgba(242,123,25,.06);margin-top:2rem}
.qb-ico{background: #ffffff;width: 22%;}
.qb-txt strong{display:block;}
.qb-txt span{color: var(--color0);opacity: .5;}
.qualite-blocks{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--brd)}
.qblock{background: var(--color1);padding:2rem 1.8rem;position:relative;overflow:hidden;transition:background .3s}
.qblock::after{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:var(--o);transform:scaleX(0);transition:transform .4s;transform-origin:left}
.qblock:hover{background:rgba(242,123,25,.04)}.qblock:hover::after{transform:scaleX(1)}
.qblock h4{color: var(--color11);margin-bottom:1rem;display:flex;align-items:center;gap:.6rem;font-size: calc(var(--taille_font) * 1.1);}
.qblock h4 span{width:6px;height:6px;background: var(--color2);display:inline-block;flex-shrink:0}
.qblock ul{list-style:none}
.qblock ul li{line-height:1.65;padding:.3rem 0;border-bottom: 1px solid var(--bg-facultatif);display:flex;align-items:flex-start;gap:.6rem;font-size: 84%;}
.qblock ul li::before{content:'→';color: var(--color2);margin-top:.18rem;flex-shrink:0;margin-left: -6px;}
.qblock ul li:last-child{border-bottom:none}
@media(max-width:900px){.qualite-grid{grid-template-columns:1fr}.qualite-blocks{grid-template-columns:1fr}}

/* CTA SECTION */
#cta-section{padding: 0 0 5vh;text-align:center;position:relative;overflow:hidden}
#cta-section::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 80% at 50% 50%,rgba(242,123,25,.07) 0%,transparent 65%);pointer-events:none}
.cta-title{font-family: 'PlayfairDisplay-Black';color: var(--color0);line-height:1.15;margin-bottom:1rem;position:relative;z-index:1;font-size: calc(var(--taille_font) * 2.8);}
.cta-title em{color:var(--o);font-style:italic}
.cta-sub{color: var(--color0);line-height:1.8;font-weight:300;position:relative;z-index:1;margin: 0 0 5vh;}
.cta-btns{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;position:relative;z-index:1;margin: 1vh 0 2vh;}
.cta-note{color: var(--color0);margin-top:1.2rem;letter-spacing: 1px;position:relative;z-index:1;opacity: .5;font-size: 80%;}

.check-icon{width: 15px;height: 15px;border: 1px solid var(--color2);display:flex;align-items:center;margin-top: 4px;justify-content:center;flex-shrink:0;font-size: 70%;color: var(--color2);}
/* TÉMOIGNAGES */
.temo-header a.bouton-principal.hvr-shutter-out-horizontal {
    width: 21%;
    text-align: center;
}
#temoignages {padding: 70px 10%;}
.temo-header {display: flex;align-items: center;justify-content: space-between;margin-bottom: 56px;gap: 6%;}
.temo-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; }
.temo-card {background: var(--color3);padding: 2.5rem 2rem;position: relative;transition: border-color .3s, background .3s;}
.temo-card:hover {border-color: var(--border-orng);}
.temo-quote { font-family: 'Playfair Display', serif; font-size: 4rem; color: var(--or); opacity: .3; line-height: 1; position: absolute; top: 1.2rem; right: 1.8rem; }
.stars-row {color: var(--color2);margin-bottom: 1.2rem;}
.temo-text {color: var(--color0);opacity: .5;font-style: italic;margin-bottom: 1.5rem;}
.temo-author {display: flex;align-items: center;gap: .9rem;padding-top: 1.2rem;border-top: 1px solid rgba(255,255,255,.08);text-decoration: none !important;}
.temo-av {width: 36px;height: 36px;border-radius: 50%;background: rgba(163,143,86,.2);display: flex;align-items: center;justify-content: center;font-family: var(--font_family_1);color: var(--color4);text-decoration: none !important;}
.temo-name {color: var(--color0);text-decoration: none;}
.temo-city {color: var(--color0);font-weight: 300;margin-top: .15rem;opacity: .7;}
.temo-card.reveal.up:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color2), transparent);
    transform: scaleX(0);
    transition: transform 0.4s;
}


.temo-card.reveal.up:hover::before {
    transform: scaleX(1);
}

.theme-toggle {
      position: fixed;
      width: 4rem;
      height: 4rem;
      right: 16px;
      border-radius: 50%;
      background: transparent;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 24px;
      border: 2px solid var(--color2);
      transition: all 0.3s ease;
      box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    }
    
    .theme-toggle:hover {
      transform: scale(1.1);
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }
    
    .dark-mode .theme-toggle {
      background: linear-gradient(135deg, #ffffff, #ffffff);
      box-shadow: 0 4px 15px rgba(255, 255, 255, 0.1);
    }
    
    .dark-mode .theme-toggle:hover {
      box-shadow: 0 6px 20px rgba(255, 255, 255, 0.15);
    }
    
    .sun-icon, .moon-icon {
      transition: all 0.3s ease;
    }
    
    .sun-icon {
      opacity: 0;
      transform: rotate(0deg);
      display: flex;
      justify-content: center;
      align-items: center;
    }
    span.icon2 svg {
    width: 21px;
    fill: var(--color2);
}
    .moon-icon {
      opacity: 1;
      transform: rotate(
0deg);
      position: absolute;
    }
    
    .light-mode .sun-icon {
      opacity: 1;
      transform: rotate(180deg);
    }
    
    .light-mode .moon-icon {
      opacity: 0;
      transform: rotate(0deg);
    }
    
div.h1 {color:var(--color0)}

 .shape-one {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 500px;
    height: 500px;
    z-index: 1000;
    display: block;
    background-color: var(--color2);
    clip-path: polygon(100% 0, 20% 100%, 100% 100%);
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color1);
  z-index: 999999;
}

#preloader .preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
}

#preloader .preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: var(--color2);
  -webkit-animation: preloader 1.3s linear infinite;
          animation: preloader 1.3s linear infinite;
}

#preloader .preloader span:last-child {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

@-webkit-keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
.modal {
  display: none; 
  position: fixed; 
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.6);
} 


.swiper.mySwiper.swiper-container-horizontal {
    overflow: hidden;
}

.video-accueil{position:absolute;top:0;left:0;width:100%;height:100vh;margin-left:0;overflow: hidden;}
.video-accueil video{z-index:1;width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
.video-accueil .banniere{z-index:0}
.video-accueil:after{content:'';background: linear-gradient(rgba(9, 34, 50, .6) 0, rgba(9, 34, 50, .41) 13%, rgb(0 0 0 / 51%) 75%, rgb(255 255 255 / 0) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index: 100;display:block}
.atouts-grid{display:grid;grid-template-columns: repeat(auto-fit,minmax(24%,1fr));gap:1px;margin-top:4rem;border:1px solid var(--border)}
.atout-item{
  padding:2.5rem 2rem;
  background: var(--color3);
  position:relative;
  overflow:hidden;
  transition:background 0.3s;
}section#atouts {
    padding: 5vh 10% 8vh;
}

.atout-icon-box svg {
    fill: var(--color0);
    width: 26px;
}
h2.s-title {
    font-size: calc(var(--taille_font) * 2);
    line-height: 1.3;
    color: var(--color0);
    text-transform: uppercase;
    margin: 0 0 13px;
    position: relative;
    font-family: 'PlayfairDisplay-Black';
    font-weight: 700;
    text-wrap: balance;
}
.atout-item::before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background: linear-gradient(90deg,transparent,var(--color2),transparent);
  transform:scaleX(0);
  transition:transform 0.4s;
}
.atout-item:hover{background:rgba(242,123,25,0.04)}
.atout-item:hover::before{transform:scaleX(1)}
.atout-num{
  font-family: 'PlayfairDisplay-Black';
  font-size: calc(var(--taille_font) * 4);
  font-weight:900;
  color:rgba(242,123,25,0.12);
  line-height:1;
  margin-bottom:1rem;
}
.atout-icon-box{
  width:44px;height:44px;border:1px solid var(--border-orng);
  display:flex;align-items:center;justify-content:center;
  font-size:1.2rem;margin-bottom:1.2rem;
  background:rgba(242,123,25,0.05);
}
.atout-item h3{font-weight:600;color: var(--color0);line-height:1.3;font-size: calc(var(--taille_font) * 1.1);}
.atout-item p{color:var(--muted);}

 
.swiper-att:hover .attnbr {
    background-color: var(--color1);
    color: var(--color0);
    border-color: var(--color1);
}

.swiper-att:hover {/* transform: translateY(-20px); */border-color: #cac8c8 !important;}

.swiper-att img {
    width: 75px !important;
    height: auto !important;
    /* filter: invert(42%) sepia(69%) saturate(906%) hue-rotate(157deg) brightness(90%) contrast(103%); */
    filter: invert(1);
}

.swiper-att span {
    font-family: var(--font_family_3);
    font-size: 20px;
    margin-top: 10px;
}

span.attnbr {
    position: absolute;
    top: -25px;
    right: 20px;
    height: 35px;
    width: 35px;
    background-color: var(--color0);
    border: 1px solid #ffffff8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: var(--font_family_1) !important;
    transition: all .3s ease;
    color: var(--color4);
}

.swiper-att p {
    font-size: 14px;
    opacity: 0.7;
    /* margin-top: 14px; */
    margin: 0;
}
 
.orb1{width: 100%;height: 100%;background: var(--color1);top: 0;right: 0;position: absolute;left: 0;opacity: .5;}
.orb2{width: 50%;height: 50%;}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0, 0, 0, 0.04) 2px, rgba(0, 0, 0, 0.04) 4px);
    pointer-events: none;
    z-index: 9990;
    opacity: .4;
}

.swiper-button-prev {
    /* left: 60px; */
}.modal-body {
    padding: 17px 0 0;
}
.modal-content {
  background-color: var(--color0);
  margin: 10% auto;
  padding: 30px;
  border-radius: 8px;
  width: 94%;
  max-width: 601px;
  position: relative;
}

.modal-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 28px;
  cursor: pointer;
}


/* ─ YOUTUBE */
#youtube{
    padding: 9vh 10% 10vh;
}
.yt-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1px;background:var(--border);margin-top:4rem}
.yt-card{
  background: var(--color3);
  text-decoration:none;
  color:inherit;
  display:block;
  transition:background 0.3s;
}.yt-thumb a {
    text-decoration: none;
}
.yt-card:hover{background:rgba(242,123,25,0.04)}
.yt-thumb{
  aspect-ratio:16/9;
  background: #04040a66;
  display:flex;
  align-items:center;
  justify-content:center;
  position: absolute;
  width: 100%;
  z-index: 10000;
  overflow:hidden;
  border-bottom:1px solid var(--border);
}
.yt-thumb::before{
  content:'';position:absolute;inset:0;
  background:radial-gradient(ellipse at center,rgba(242,123,25,0.15) 0%,transparent 70%);
}
.yt-play-btn:hover {
    color: var(--color0);
}
.yt-play-btn{
  width:56px;
  height:56px;
  border: 1.5px solid var(--color2);
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:1.2rem;
  color: var(--color2);
  position:relative;
  text-decoration: none !important;
  z-index:1;
  transition:all 0.3s;
  background:rgba(242,123,25,0.1);
  clip-path:polygon(8px 0%,100% 0%,calc(100% - 8px) 100%,0% 100%);
}
.yt-card:hover .yt-play-btn{background: var(--bg-facultatif);color: var(--color0);}
.yt-info{padding: 10px;font-size: 79%;}
.yt-info h4{line-height:1.4;font-size: calc(var(--taille_font) * 1.1);}
.yt-info span{font-size:0.75rem;color:var(--muted)}


.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 2vh 1vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
    font-family: var(--font3);
    color: var(--color2);
}
/* ══ TICKER */
.ticker{border-top: 1px solid var(--border);border-bottom: 1px solid var(--border);padding: 1vh 0;overflow:hidden;float: left;position: relative;background:rgba(242,123,25,.03)}
.ticker-inner{display:flex;gap:0;white-space:nowrap;animation:tick 30s linear infinite}
@keyframes tick{from{transform:translateX(0)}to{transform:translateX(-50%)}}
.tick-item{display:inline-flex;align-items:center;gap:1.5rem;padding:0 2.5rem;font-size: 73%;letter-spacing:.14em;text-transform:uppercase}
.tick-dot{width:4px;height:4px;background: var(--color2);border-radius:50%;flex-shrink:0}

.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: var(--color5);
    padding: 28px 30px;
    padding-right: 85px;
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: -1;
    opacity: .5;
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
    text-align: left;
}

.corps blockquote {
    font-size: inherit;
    border: 0;
    padding: 1vh 2vw;
    margin: 3vh 0;
    font-family: 'PlayfairDisplay-Black';
    font-size: calc(var(--taille_font) * 1.6);
    font-style: italic;
    color: var(--color0);
    opacity: .7;
    line-height: 1.3;
    margin-bottom: 2.5rem;
    padding-left: 2rem;
    border-left: 2px solid var(--color2);
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}
.logo-top img {
    width: 149px;
}

.footer-brand p {
    opacity: .7;
    margin: 2vh  0;
    font-size: 86%;
}
img {
    max-width: 100%;
    object-fit: cover
}

img.att-img {}

ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    padding-left: 0;
    position: relative
}
ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 14px;
    color: var(--color2);
    top: 0;
    width: 9px;
    height: 16px
}
 

ul.menu_footer li:before {
    color: var(--color0);
    display: none;
}

ol li::marker {
    color: var(--color1)
}

ol li.niveau2,ul li.niveau2 {
    margin-left: 30px
}

dir,menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

footer .horaires .horaire-table {
    color: var(--color0) !important;
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.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: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.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 .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s 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: -.5em 0;
    padding: 0;
    color: var(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color0);
    font-family: var(--font3);
    font-size: var(
    --taille_font);
    background: var(
    --color1);
}

.text-prst {
    padding-right: 10%;
    position: relative;
    z-index: 1000;
}

a,a:link,a:visited {
    color: var(--color2);
    text-decoration: underline
}

a.btnp .icones {
    transition: .3s ease;
}

.fixed .btn-liens-rs .btnrs svg {
}

a:hover {
    text-decoration: none
}

.corps a:hover {
}

a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color0);
    font-family: var(--font_family_1);
}

.h1,h1 {
    font-size: calc(var(--taille_font) * 2);
    line-height: 1.3;
    color: var(--color0);
    text-transform: uppercase;
    margin-bottom: 34px;
    position: relative;
    font-family: 'PlayfairDisplay-Black';
    font-weight: 700;
    text-wrap: balance;
    text-align: left;
}
.swiper.yt-swiper.swiper-container-horizontal {
    margin: 0 0 5vh;
    position: relative;
    width: 100%;
}
 .s-sub{color:var(--muted);line-height:1.8;max-width: 100%;}
.t-center{text-align:center}.t-center .s-sub{margin: 0 0 4vh;text-align: center;}
.s-tag{
  display:inline-block;
  letter-spacing: 1px;
  text-transform:uppercase;
  color: var(--color2);
  position:relative;
  padding-left:1.2rem;
  font-size: var(--taille_font);
  font-family: var(--font_family_1);
  margin: 0 0 0;
}
.s-tag::before{content:'';position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background: var(--color2);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}

.h2,h2 {
    font-size: calc(var(--taille_font) * 1.8);
}

.h3,h3 {
    font-size: calc(var(--taille_font) * 1.6);
    color: var(--color2);
}

h4 {
    font-size: calc(var(--taille_font) * 1.4);
    color: var(--color2);}

h5 {
    font-size: calc(var(--taille_font) * 1.2);
        color: var(--color2);
}

h6 {
    font-size: calc(var(--taille_font) * 1); 
        color: var(--color2);
}

.h1 a,.h1 a:link,.h1 a:visited,.h2 a,.h2 a:link,.h2 a:visited,.h3 a,.h3 a:link,.h3 a:visited,h1 a,h1 a:link,h1 a:visited,h2 a,h2 a:link,h2 a:visited,h3 a,h3 a:link,h3 a:visited,h4 a,h4 a:link,h4 a:visited,h5 a,h5 a:link,h5 a:visited,h6 a,h6 a:link,h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,.h2 a:hover,.h3 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}
.services h1.h1.sans-image {
    text-align: left;
}

.gallery.clear.services .h1:before {
    left: 0;
    margin-left: 0;
}h3.titre-news .titre-secondaire {
}
.titre-secondaire {
 text-transform: uppercase;
 color: var(--color2);
 margin-bottom: 1rem;
 position: relative;
 padding-left: 1.2rem;
 font-size: var(--taille_font);
 font-family: var(--font_family_1);
 display: inline-block;
}
span.titre-secondaire:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--color2);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2);
    background-size: 60px auto
}

.hvr-shutter-out-horizontal {
     background: transparent;
     color: var(--color0);
     padding: 15px 30px;
     backdrop-filter: blur(3px);
     border-color: #b7b7b75e;
     letter-spacing: 2px;
     position: relative;
     /* overflow: hidden; */
     transition: all .3s linear;
     border: 1px solid #ffffff52;
}




.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}



.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

a.cta-main.bouton-principal {
    border: 2px solid var(--color0);
    background: transparent;
    color: var(--color0);
}
.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before {
}

a.bouton-principal,button.bouton-principal {
    padding: 12px 43px;
    border: 2px solid var(--color2);
    color: var(--color1);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) / 1.2);
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
    background: var(--color2);
    text-decoration: none;
    border-radius: 0;
    clip-path: polygon(36px 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
}

a.bouton-principal i {
    margin-left: 10px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

a.bouton-principal:hover:hover i {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

a.bouton-principal:hover {
    background: var(--color5);
    border: 2px solid var(--color5) !important;
    color: var(--color0) !important;
}


.btn-news a.bouton-principal,.btn-news button.bouton-principal,.btn-service a.bouton-principal,.btn-service button.bouton-principal {
}

.btn-news a.bouton-principal:hover, .btn-news button.bouton-principal:hover, .btn-service a.bouton-principal:hover, .btn-service button.bouton-principal:hover {
    color: var(--color0) !important;
}

.btn-news a.bouton-principal:after,.btn-service a.bouton-principal:after {
    content: none
}

.btn-news a.bouton-principal::after,.btn-service a.bouton-principal::after {
    background-image: none
}
.container-service {}

.container-service h2.h1.center {
}

p.texte-service {
    text-align: center;
    margin: 0 0 9vh;
    opacity: .5;
}

.img-att {
    position: relative;
    width: 120px;
    height: 120px;
}
.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
}

.main-page {
    position: relative;
    overflow-x: hidden;
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    transition: .5s;
    transform: translateZ(0px);
    background: var(--color1);
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px 5%;
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    background: var(--color1);
    backdrop-filter: blur(20px) saturate(180%);
}
.fixed.tete {
    position: fixed;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 5px 16px;
    padding: 0px;
    animation: 0.35s ease-out 0s 1 normal none running slideDown;
}

@-webkit-keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes slideDown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

.fixed .row.relative.header {
    transition: .3s ease;
    padding: 3.5vh 8%;
}

.tete .header .flex-logo {
    width: 20%;
}

.tete .header .flex-infos {
    width: 25%;
    height: 100%
}

.tete .logo-site {
    margin: 0
}

.checks{list-style:none;margin: 3rem 0;padding: 0 0;}
.checks li{
  display:flex;
  align-items: flex-start;
  padding: 4px 0;
  margin: 0 0 0;
  color: var(--color0);
  gap: 1%;
  font-size: 90%;
  opacity: .7;
}

.checks li:before {
    display: none;
}

.row.devis {
    padding: 2.5rem;
    position: relative;
    width: 38%;
}

.slogan2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: absolute;
    top: 100px;
    bottom: 0;
    gap: 10%;
    padding: 0 4%;
    align-items: center;
    z-index: 1000;
}
.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    width: auto;
    height: 102px;
    object-fit: contain;
}

.fixed.tete .logo-site a img {position: absolute;padding: 0 0 0;top: 0;height: 105px;}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
}

.tete .infos .tel {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-family: var(--font3);
    padding: 18px 30px;
    background-color: var(--color2);
    color: var(--color0);
    border-radius: 50px;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.tete .infos .tel.callTracker a, .tete .infos .tel.callTracker span {
    text-align: center;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}
.body-page-1 .cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
    column-gap: 34px;
    justify-content: flex-start;
    height: 100%;
    margin: 2em 0;
    font-weight: 700;
}
.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    column-gap: 34px;
    justify-content: center;
    height: 100%;
    margin: 3em 0;
    font-weight: 700;
}

.body-page-1 .cta {
    align-items: center;
}

.cta a.bouton-principal:after {
    display: none;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: center;
    border: 2px solid var(--border) !important;
    display: inline-flex;
    align-items: center;
    padding: 18px 34px;
    border: 1px solid var(
    --color0);
    color: var(
    --color0);
    font-family: var(
    --font_family_1);
    font-size: calc(var(
    --taille_font) / 1.2);
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 0;
    clip-path: polygon(36px 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
}


.callTracker:not(.active) a:hover,.callTracker:not(.active):hover {
    /* color: var(--color0); */
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header-phone .icones {
    margin: 0 8px 0 0;
    fill: var(--color1);
    width: 25px;
    height: 25px
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.tete .infos .callTracker:not(.active) a:hover,.tete .infos .callTracker:not(.active):hover {
    color: var(--color0);
    background: linear-gradient(
270deg, #a7111e 0%, #660910 100%);
    /* border-color: var(--color1); */
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    margin: 0 5px;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1)
}
header.fixed::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
    backdrop-filter: blur(12px);
    filter: blur(12px);
}
.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: flex
}

.tete .header .flex-menuP {
    width: 54%;
}
.sub-menu-injecte-1 {
  display: none;
}
.sub-menu-injecte-1 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.2s ease;
}

.menu-item-31:hover .sub-menu-injecte-1,
.menu-item-31.open .sub-menu-injecte-1 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.menu_principal a i {
    margin-left: 3px;
    position: relative;
    top: -3px;
}
.navh .menu_principal > li > ul {
  position: absolute;
  display: block;
  visibility: hidden;
  padding: 0;
  bottom: initial;
  left: 12px;
  min-width: 230px;
  width: auto;
  list-style: outside none;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  z-index: 99999;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navh .menu_principal > li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


.navh .menu_principal > li ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

li.child.menu-item a:after {
    display: none;
}

li.child.menu-item:before {
    display: none;
}


.navh .menu_principal > li ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navh .menu_principal > li ul li a,
.navh .menu_principal > li ul li a:visited {
  height: auto;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 14px;
  display: block;
  color: var(--color0) !important;
  text-transform: none;
  background: none;
  margin: 0;
}

.navh .menu_principal > li ul li a, .navh .menu_principal > li ul li a:visited {
    background: #f27b19a8;
}

.fixed .navh .menu_principal > li ul li a, .fixed .navh .menu_principal > li ul li a:visited {
    color: var(--color0);
}
.navh .menu_principal > li ul li a::before {
  display: none;
}

.navh .menu_principal > li ul li a:hover,
.navh .menu_principal > li ul li.active a {
  color: var(--color0) !important;
  background: var(--color2);
}
.navh .menu_principal > li > ul li:before {
    display: none;
}


.navh .menu_principal {
    margin: 0 auto;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 2rem;
    background: 0 0
}

li.menu-item.menu-item-external.menu-item-42 {
    display: none;
}

.navh .menu_principal>li:before {
    content: none
}.infos a.bouton-principal {
    padding: 13px 31px;
    background: transparent;
    border: 1px solid var(--color2);
    color: var(--color2);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) / 1.2);
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s;
    text-decoration: none;
    border-radius: 0;
    clip-path: polygon(36px 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
}
.infos a.bouton-principal:hover {
    background: var(--color2);
}
.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    display: block;
    font-size: calc(var(--taille_font) / 1.1);
    padding: 1vh 0;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all .4s ease;
    color: var(--muted);
    text-transform: uppercase;
}



.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: var(--color5);
    left: 0;
    bottom: 0;
    transition: .5s
}

.navh .menu_principal a:hover:after,.navh .menu_principal li.active>a:after {
    width: 100%
}

.fixed .navh .menu_principal a:hover:after, .fixed .navh .menu_principal li.active>a:after {
}

.icone-share {
    display: none
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0);
}

.fixed .btn-partage .icones {
}

@media(max-width: 1600px) {
    .header {
    padding: 1vh 3%; }
:root {--taille_font: 15px;}
}

@media(max-width: 1376px) {
    .flex-infos {
        display:none
    }

    .fluid-infos .infos p.tel {
        display: none;
    }

    .btn-liens-rs {
        display: none;
    }

    .tete .header .flex-menuP {
        width: 80%
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999
    }

    .fluid-infos .infos p.tel {
        margin: 0;
        position: relative;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px 9px;
        display: table;
        color: var(--color0)
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative
    }

    .fluid-infos .infos .tel .icones {
        margin: 0 15px 0 0;
        width: 26px;
        height: 26px;
        float: left
    }

    .fluid-infos .infos p.tel:hover {
        left: 0
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0 0;
        display: flex;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px
    }

    .tete .header .btn-partage .icone-partage {
        display: block
    }
}

.fixed.tete {
    background: #020202a3;
    box-shadow: 0 0 16px #00000029;
}
.slogan b {
    display: flex;
    align-items: flex-start;
    text-transform: uppercase;
    color: var(--color2);
    flex-direction: column;
    margin: 0 0 1vh;
    letter-spacing: 2px;
    font-size: 89%;
}
.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 0%;
    margin: 0;
    text-align: center;
    top: -6vh;
    left: 0;
    z-index: 1000;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 2;
}

.h1.slogan:before,.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    font-size: calc(var(--taille_font) * 3);
    font-family: 'PlayfairDisplay-Black';
    line-height: 40px;
    color: var(--color0);
    margin-bottom: 22px;
    text-transform: none;
    text-align: center;
    display: block;
    width: 100%;
}

.slogan .titre span {
    font-size: 48px
}
.body-page-1 .slogan .titre {
    color: var(--color11);
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-align: left;
    line-height: 1.1;
}
.slogan .sous-titre {
    font-family: var(--font_family_1);
    line-height: 1.15em;
    font-size: calc(var(--taille_font) /1);
    letter-spacing: 1px;
    display: block;
    text-wrap: balance;
    margin: 0vh 0 0;
    color: var(--color0);
    opacity: .5;
}

.body-page-1 .slogan {
   width: 50%;
   padding: 0 2%;
   top: inherit;
   color: var(--color0);
   text-align: left;
}


.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}
.banniere:after {content: '';width: 100%;height: 100%;position: absolute;background: var(--color1);top: 0;left: 0;opacity: .7;z-index: 1;}
.banniere {
    position: relative;
    top: 0;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    background-position: center;
    background-color: var(--color1);
}

.banner:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(28, 28, 37, 0.97);
    z-index: 0;
}
.contenu.formulaire::before, .contenu.formulaire::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-color: #f27b19;
    border-style: solid;
}

.contenu.formulaire::before {
    top: -1px;
    left: -1px;
    border-width: 1px 0 0 1px;
}

.contenu.formulaire::after {
    bottom: -1px;
    right: -1px;
    border-width: 0 1px 1px 0;
}
.banner {width: 100%;height: 100vh;}


.banniere::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(34px);
    pointer-events: none;
    background: var(--color1);
    opacity: .7;
    z-index: 1000;
}
.hero-image {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
}
.hero-image img {
  position: relative;   width: 100%;
  height: 100%;
  clip-path: polygon(60% 0, 100% 0, 100% 100%, 0% 100%);
}
.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .7;
}

.body-page-1 .banniere::before {
    content: none
}

@-moz-document url-prefix() {
    .banniere img {
        
        width: 100%
    }

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
}
/**************/

    .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }

    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: flex-start;
      flex-direction: column;
      gap: 30px;
    }
.swiper-slide i {
    font-size: 70px;
}
.swiper-slide img {
      display: block;
      width: 100%;
      height: auto;
      object-fit: cover;
      aspect-ratio: 16 / 9;
    }

/********/
.body-page-1 .services ,.body-pageseo .services {
    padding: 0 10% 10rem;
    background-size: cover;
    color: var(--color0);
    position: relative;
}.container-service p {
    color: var(--muted);
    line-height: 1.8;
    max-width: 50%;
    margin: 0 0 4vh;
}

.body-page-1 .services:before {

}


.body-page-1 .services:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(90deg, var(--color2), white, var(--color1)); */
    background-size: contain;
    height: 20px;
    width: 100%;
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.card-img,.img-service img,.liste-services,.swiper-container1 {
    width: 100%;
    position: relative;
}

.card-img:before {
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .1%) 1%, #000000b5);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    z-index: 1;
    left: 0;
}

.liste-services {
    margin: 0 auto
}

.liste-services .swiper-container {
    overflow-x: clip;
    overflow-y: visible;
}
.bloc-contenu.services.nbr-services-3:before {
    content: '';
    width: 21%;
    height: 100%;
    background: url(../images/svg.svg);
    position: absolute;
    z-index: -1;
    right: -9%;
    opacity: 0.25;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 50%;
}
@media(min-width: 1200px) {
    .container-service {
    }
}

.card-body {
    padding: 0 2rem 0rem;
    text-align: start;
    position: relative;
}

.card-body a.btn-card {
    max-width: 80%;
}

a.btn-card {
    font-size: var(--taille_font);
    color: var(--color0);
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    text-decoration: none;
    align-items: center;
    margin: 3vh 0 0;
    font-family: var(--font3);
}

a.btn-card .icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: var(--taille_font);
  background-color: transparent;
  color: var(--color0);
  border: 1px solid var(--color2);
}
a.btn-card .icon i {font-size: 82%;}
a.btn-card:hover .icon, .service-card:hover a.btn-card .icon {
  background-color: var(--color2);
  color: var(--color0);
}

.service-card:hover .card-body a.btn-card:before {
    width: 15%;
}
.card-body:hover a.btn-card:before {
    width: 36px;
}
a.btn-card.bouton-principal.service-all {
    height: 100%;
    width: 100%;
    z-index: 6;
    inset: 0;
}

.btn-card:hover:before {
    background: none;
}

a.btn-card:hover {
    /* color: var(--color4); */
}

.card-title h3 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: initial;
    /* margin-bottom: 21px; */
    font-family: var(--font_family_1);
    color: var(--color0);
    text-align: start;
    position: absolute;
    left: 40px;
    z-index: 3;
    bottom: 50px;
    padding-right: 10px;
}

.btn-card:before ,.btn-card:after {
    display: none;
}

.btn-card:before {
    display: none;
}

.navigation_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 70px;
    margin: 15px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
}

.service-card:hover {
    box-shadow: 0 14px 28px rgb(0 0 0 / 4%);
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: .4s
}
.swiper-container1 ,.swiper-container3 {
    margin: 0 auto;
    overflow-x: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow-y: visible;
    width: 100%;
    overflow: hidden;
}

.img-service img {
    height: 580px;
    border-radius: 0;
    border: none;
    object-fit: cover;
}

.liste-services .swiper-wrapper {
    padding: 10px 0;
    width: 100%;
    height: 100%;
}
.card-img {
    border-radius: 0;
    overflow: hidden;
    height: 32vh;
}

.card-title {
    text-align: left;
}
.card-title p {
    min-height: 5vh;
    width: 100%;
    max-width: 100%;
    font-size: 80%;
}
.service-card {
     padding: 23px 17px;
     border-radius: 0;
     position: relative;
     height: 100%;
     border: 1px solid var(--border-orng);
}a.service-all {
    position: absolute;
    width: 100%;
    height: 100%;
}

.service-card h3 {
    font-size: calc(var(--taille_font) * 1.2);
    margin: 0 0;
    color: var(--color0);
    text-align: left;
}


/********/
.the-third {
    display: flex;
    gap: 20px;
}

.the-third .service-card {
    width: 33%;
}
/******/
.services {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
}

.body-service-list .services {
    /* padding: 0 6%; */
}
.swiper-navigation {width: 100px;position: relative;height: 100px;float: left;left: 50%;right: 50%;margin-left: -50px;}

.swiper-button-prev i, .swiper-button-next i {
    color: var(--color0);
}

.banniere .swiper-button-prev i, .banniere .swiper-button-next i {
    color: var(--color0);
}
.container-service .swiper-navigation .swiper-button-next {
    right: 0;
    border-radius: 13px;
}

.container-service  .swiper-navigation .swiper-button-prev {left: 0;border-radius: 13px;}

.swiper-button-prev, .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 50%; */
    color: var(--color2);
    height: 45px;
    width: 45px;
    position: absolute;
}
/***/

.mySwiper-bann .swiper-pagination {
    width: max-content;
    left: unset;
    bottom: 0;
    bottom: 0%;
    display: flex;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 10%;
    padding-bottom: 40px;
    padding-right: 10%;
    right: 35%;
}
.mySwiper-bann span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    width: 54px;
    opacity: 1;
    background: var(--color0);
    transition: .3s ease;
    margin: 0 !important;
    margin: 8px 0 !important;
}

.mySwiper-bann span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 84px;
    background: var(--color2);
}
.mySwiper-bann .swiper-button-next,.mySwiper-bann .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .6;
    transition: .4s ease;
    display: none;
}

.mySwiper-bann .swiper-button-next:after, .mySwiper-bann .swiper-button-prev:after {
    color: white;
    font-size: 20px;
}

/***/
.btn-descendre,a.btn-descendre {
    width: 60px;
    height: 60px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100px;
    margin-top: 23px
}

.btn-descendre:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    animation: pulse-border 1.5s ease-out infinite;
    background: #fff;
    z-index: -1
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 30px
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    margin-top: 0 !important;
}
p.bt {
    margin-bottom: 3vh;
}
.fluid-contenu .corps {
    padding: 2vh 9% 10vh;
    position: relative;
}
.corps:before, .actualites.view.view-1:before {
    content: '';
    width: 21%;
    height: 100%;
    background: url(../images/svg.svg);
    position: absolute;
    z-index: -1;
    left: -9%;
    opacity: 0.25;
    background-size: 100%;
    background-repeat: no-repeat;
}
.body-service-list .corps {
    padding: 3em 10% 5em;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 1rem 0%;
}

.body-page-1 .page-contenu-home {
    height: 51vh;
}

.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;
    border-radius: 10px;
    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%;
    border-radius: var(--border-radius);
    transition: .5s;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 30px;
}

.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)
}
/*************/

 

.r-flex .row.recup-photos.gallery {
    position: relative;
}

.r_name {
    width: 159px;
    height: 150px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    background-color: var(--color2);
    box-shadow: 0px 16px 32px 0px rgba(0,0,0,.04);
    position: absolute;
    color: var(--color6);
    right: 95px;
    top: -40px;
    z-index: 99;
    text-align: center;
    padding: 5px;
    border-radius: var(--border-radius);
    display: none;
}

.r_name:before {
    content: "";
    position: absolute;
    left: -15px;
    right: -15px;
    top: -15px;
    bottom: -15px;
    /* border: 2px dashed var(--color0); */
    border-radius: inherit;
    /* animation: cspine 20s linear infinite; */
}
@keyframes cspine {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(359deg)
    }
}

.r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 120px;
    height: 140px;
    /* border: 1px solid var(--color1); */
    left: 183px;
    /* bottom: -40px; */
    top: -33px;
    /* z-index: 1; */
    border-radius: var(--border-radius);
    background-color: var(--color1);
    display:none;
}
.images-f {
    width: 100%;
}

.row.r-flex {
    display: flex;
    flex-direction: row;
    /* gap: 30px; */
    position: relative;
    align-items: flex-start;
    justify-content: space-between;
}

.row.r-flex .text-center {
    text-align: left;
    margin: 3em 0;
}

.row.r-flex h1,.row.r-flex h1 .titre-secondaire {
    text-align: left;
}

.row.r-flex h1:before {
    left: 0;
    margin: 0;
}

.row.r-flex .col-md-5 {
    right: 0;
    top: 0;
}

.propor.pic-1 {
    width: 100% !important;
    height: 69vh;
    overflow: visible;
    border-radius: 10px;
}
 

.propor.pic-2 {
    position: absolute !important;
    width: 90% !important;
    height: 307px !important;
    bottom: -72px;
    left: -28%;
    border-radius: 10px;
}


/*********/
.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 3em 10% 4em;
    background: var(--bg-facultatif);
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 0;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 80% auto;
    -moz-background-size: 80% auto;
    background-size: 80% auto;
    background-color: #fff;
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.swiper-button-prev {
    background-image: none;
    left: 3%;
    margin-top: 4%;
    opacity: .8
}

.swiper-button-next {
    background-image: none;
    right: 3%;
    margin-top: 4%;
    opacity: .8
}

.certifs .swiper-button-next i, .certifs .swiper-button-prev i, .swiper-button-next i,  .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2)
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline>div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline>div img {
    position: relative;
    overflow: hidden
}

.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: 8000;
    padding: 6em 10%
}

.actualites article {
    display: flex;
    width: 100%;
    gap: 3%;
}

.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%;
    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;
    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
}

.AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 4em 5% 5em;
}

.AvisClientsBg .bx-prev {
    left: -5vw;
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next {
    right: -5vw;
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    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: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s;
    color: var(--color0);
}

.AvisClientsBg .bx-next:hover,.AvisClientsBg .bx-prev:hover {
    opacity: 1
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 45px;
    display: block;
    height: auto!important
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.AvisClientsList li:before {
    content: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    background-color: var(--color0);
    padding: 5rem 9% 3rem;
    text-align: center;
    height: 330px;
    margin-top: 0;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
    box-shadow: 0 0 20px #00000014;
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}

.AvisClientsBg {
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--color3);
    padding-top: 15px
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 15px;
    padding: 4px 0
}

.date_post i {
    margin-right: 8px
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 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 {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color11);
    text-align: left;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: left;
    display: block;
    margin-top: 20px;
    font-size: calc(var(--taille_font) * 1.15);
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 100%;
    text-align: left;
}

.btn-avis {
    margin-bottom: 30px;
    min-width: 280px !important;!i;!;
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.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: 99997;
    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: 24px;
    color: var(--color2);
    opacity: .5;
    line-height: 1;
    margin-top: -26px;
}

.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
}

#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%;
    padding: 0;
}

#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
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    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;
    background: 0 0;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: .5
}

.cont-slider .controls ol li.current a {
    opacity: 1
}

.cont-slider .controls ol li a span {
    display: none
}


.realisations h2 {
    color: var(--color0);
}

.realisations .h1:before, .bloc-contenu:before, .AvisClientsBg .h1:before {
    /* background: var(--color0); */
}


.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 4em 5% 5em;
    background: var(--color1);
}

.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)
}
/*******/
/********/
.body-page-1 .realisations:before {
    /* content: ""; */
    position: absolute;
    background-image: url('../images/shape1.svg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 780px;
    height: 620px;
    right: -150px;
    top: 40px;
    /* opacity: 0.3; */
}

.realisations .row.recup-photos.gallery {
    display: grid
;
    grid-template-columns: 2fr 1fr 1fr;
    grid-template-rows: 240px 155px 240px;
    grid-template-areas:
        "item1 item3 item3"
        "item1 item4 item4"
        "item2 item4 item4";
    grid-gap: 2rem;
    margin: 0 auto;
}
.realisations .row.recup-photos.gallery .col-md-3:first-child {
    grid-area: item1
}

.realisations .row.recup-photos.gallery .col-md-3:last-child,.realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(2) {
    grid-area: item2
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(3) {
    grid-area: item3
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(4) {
    grid-area: item4
}

.realisations .row.recup-photos.gallery .col-md-3:nth-child(6) {
    grid-area: item6
}

.realisations .recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 100%;
}

.realisations .row.recup-photos.gallery .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0
}
/********/
.zone-iframe {
    width: 100%;
    position: relative;
    height: 500px;
}

.zone-iframe iframe {
    width: 100%;
    height: 100%;
}
/********/
.intervention {
    position: relative;
    z-index: 8000;
    background-attachment: fixed;
    padding: 4em 10%;
    display: flex;
    color: var(--color5);
    background-image: none !important;
    gap: 10%;
}

.intervention:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: -1
}

.intervention .contenu {
    color: var(--color0);
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}
.map iframe {
    width: 100%;
    height: 40vh;
}

.map {
    width: 50%;
}
.intervention h2 {
    margin-top: 0
}

.intervention h2:before {
    /* background: var(--color0); */
}

.intervention ul {
    margin: 30px 0 0;
    column-count: 2;
    width: 60%
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem
}

.pied {
    position: relative;
    z-index: 9;
    background: var(--color1);
}

.pied .bande1 {
    padding: 4rem 10% 2rem;
    background: var(--color1);
    float: left;
    position: relative;
    width: 100%;
}.bande1 a.quali {
    width: 50%;
}

.bande_contact_footer {
    padding: 70px 0% 50px;
    position: relative;
    float: left;
    width: 100%;
    border-top: 1px solid var(--border);
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    padding: 0rem 5%;
    border-radius: var(--border-radius)
}

.pied .bande2 {
    padding: 10px 10%;
    float: left;
    position: relative;
    width: 100%;
    border-top: 1px solid var(--border);
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font3);
    font-size: calc(var(--taille_font) / 1.2);
    text-transform: none;
    padding: 0 0;
    position: relative;
    font-weight: 200;
    letter-spacing: 1px;
    float: left;
    width: 100%;
    margin-bottom: 0;
    text-transform: uppercase;
    opacity: .7;
}

.pied .title_footer::before {
    width: 75px;
    height: 10px;
    background: var(--color0);
    position: absolute;
    bottom: -6px;
    left: 0;
    height: 1px;
    opacity: .5;
}

.pied .navf .menu_footer {
    color: var(--color3);
    padding: 15px 0;
    list-style-type: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: 0 0;
    position: relative
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: var(--taille_font);
    padding: 0 0 0;
    color: var(--color0);
    text-decoration: none;
    opacity: .5;
}

.pied .navf .menu_footer li a:hover {
    color: var(--color0);
    opacity: .7;
}

.pied .navf .menu_footer li.active a {
    color: var(--color0);
    font-weight: 700;
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:before {
    content: none
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: var(--color0);
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color0);
    opacity: .7;
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 25px;
    color: var(--color0);
    font-size: var(--taille_font);
    float: left;
    width: 100%;
    position: relative;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0;
    opacity: .7;
    display: flex;
    align-items: flex-start;
    margin: 0 0 2vh;
}

.flex-address {
    position: relative;
    display: flex
}

.flex-address i {
    margin-top: 3px!important;
    color: var(--color2);
}

address i {
    margin: 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color1);
    width: 16px
}

footer address i {
    color: var(--color2);
}

.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 .scrollbars {
    margin: 15px 0 0;
    height: 159px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color0);
    padding: 15px 0 25px;
    /* margin: 15px 0 0; */
    font-size: 16px;
    float: left;
    width: 100%;
    opacity: .7;
}

.horaires {
    display: inline-grid
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2)
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center;
}

#logoFD svg * {
    fill: var(--color4);
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0;
    display: flex;
    justify-content: flex-end
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color1);
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,.scrollbar-path-horizontal,.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgb(0 0 0 / 3%);
    margin: 0 0 3.0rem;
    overflow: hidden;
}
.item-news.prestation .bloc-titre .titre-news {
    font-size: calc(var(--taille_font) * 1);
}

.item-news.prestation .cell.texte {
    width: 100%;
}

.item-news.prestation .bloc-titre:before {
    content: '';
    position: absolute;
    height: 22px;
    width: 16px;
    top: 6px;
    left: 0px;
    z-index: -1;
    border-top: 20px solid transparent;
    border-bottom: 19px solid transparent;
    border-right: 22px solid #bcbcbc;
}

.item-news.prestation .photo {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty {
    height: 42vh;
    padding: 0 0;
    margin: 0 0 0;
    width: 100%;
    background-size: cover !important;
}

.item-news.prestation .contenu {
    padding: 3rem 3rem;
    position: relative;
    background: var(--bg-facultatif);
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 4.6rem;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

.item-news.prestation .bloc-titre {
    display: block;
    text-align: left;
    position: absolute;
    z-index: 11;
    left: -22px;
    bottom: 0;
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    background: var(--bg-facultatif);
    border-radius: 0  10px 10px 0;
    padding: 1.5rem 3.5rem;
    max-width: 97%;
    border-radius: 0;
    color: var(--color0);
    clip-path: polygon(20px 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
}

.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 1.5rem 2.5rem 1.5rem 2.0rem
}


.body-contact h2 {
    color: var(--color0);
    text-transform: none;
    position: relative;
    margin-bottom: 19px;
    font-size: calc(var(--taille_font) * 1.1);
}
.map2 iframe, .map2   {width: 100%;}
.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 40%;
    border-top: 2px solid var(--color0)
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 3em 7% 0 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 60%;
}
.textcontact h1:before {
    left: 0;
    margin-left: 0;
}
.body-contact .tab-formulaire .contenu.formulaire {
    width: 50%;
}
.contact .tab-formulaire {
    width: 100%;
    position: relative;
    z-index: 8000;
    margin-top: 0vh;
    padding: 3vh 0vw;
    float: left;
    gap: 2%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}

.contact .tab-formulaire .contenu h2 {
    text-align: center
}

.contact .plan {
    font-size: 0;
    border-radius: var(--border-radius);
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height:54vh;
    border-radius: var(--border-radius);
}

.contact .coordonnees {
    padding: 0 0 20px
}
.coordonnees i {
    color: var(--color2);
}
.contact .coordonnees h2 {
}

.contact .coordonnees address p {
    padding: 0 0 10px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px;
    line-height: 34px;
    margin: 1em 0px;
    text-align: left;
    opacity: .7;
}.textcontact {
    margin: 0px;
    width: 45%;
}
.contenu.formulaire .card-title {
    font-family: 'PlayfairDisplay-Black';
    font-size: calc(var(--taille_font) * 1.5);
}
.contenu.formulaire {
    box-shadow: 0 32px 50px rgb(0 0 0 / 10%);
    background: rgb(255 255 255 / 3%);
    border: 1px solid rgb(255 255 255 / 8%);
    padding: 2.5rem;
    position: relative;
}

.textcontact h1.sans-image {
    text-align: left;
}

.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
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd a,.info-rgpd a:visited,.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}
.form-group .col-md-12 {
    padding: 0 0;
}
.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    border: 1px solid;
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: inherit;
    background: rgb(255 255 255 / 5%);
    border: 1px solid var(--border);
    color: var(--color0);
    border-radius: var(--border-radius)
}

.form-control:focus {
    color: #000;
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}.row.devis .form-horizontal .checkbox {
    color: var(--color0);
    font-size: 9px;
}

.row.devis .contact .formulaire .form-group input.form-control, .row.devis  .contact .formulaire .form-group textarea.form-control{
    width: 100%;
    border-radius:0;
    background: rgb(255 255 255 / 0%);
    border: 1px solid var(--border);
    color: var(--color0);
    padding: 0.75rem 1rem;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
}

.row.devis .contact .formulaire .form-group ::placeholder, .form-group ::placeholder{
    color: var(--color0) !important;
    opacity: 1 !important;
}

/* Compatibilité avec anciens navigateurs */
.row.devis .contact .formulaire .form-group :-webkit-input-placeholder, .form-group:-webkit-input-placeholder {
    color: var(--color0) !important;
}

.row.devis .contact .formulaire .form-group :-moz-placeholder, .form-group :-moz-placeholder {
    color: var(--color0) !important;
    opacity: 1 !important;
}

.row.devis .contact .formulaire .form-group ::-moz-placeholder {
  color: var(--color0) !important;
    opacity: 1 !important;
}

.row.devis .contact .formulaire .form-group :-ms-input-placeholder, .form-group :-ms-input-placeholder {
  color: var(--color0) !important;
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}

.contact .formulaire .form-group .form-control:active,.contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color2)
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
}

.contact .formulaire .form-actions {
    font-size: 12px;
    margin-left: 0;
    width: 100%;
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {background-color: var(--color2);color: var(--color1);font-size: var(--taille_font);text-decoration: none;-webkit-transition: all 0.3s;transition: all 0.3s;background-repeat: no-repeat;padding: 10px 22px;letter-spacing: 1px;text-transform: uppercase;text-decoration: none;text-align: center;border: none;cursor: pointer;width: 100%;transition: all 0.3s;display: inline-block;clip-path: polygon(12px 0%, 100% 0%, calc(100% - 12px) 100%, 0% 100%);}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,.body-error404 a.btn.btn-default:hover,.contact .formulaire input.btn-primary:active,.contact .formulaire input.btn-primary:hover,.contact a.btn.btn-default:active,.contact a.btn.btn-default:hover {
    background-color: transparent;
    border-color: var(--color2) !important;
    border-top: 2px solid;
    border-bottom: 2px solid;
    color: var(--color2);
}

::-webkit-input-placeholder {
    color:white!important;
}

:-moz-placeholder {
    color:white!important;
    opacity: 1!important
}

::-moz-placeholder {
 color:white!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color:white!important;
}

.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: 0!important
}

.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
}

.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: 41%;
    margin: 0px;
    display: block;
    position: relative;
    z-index: 8000;
    border: 1px solid var(--border);
    border-radius: 0;
    box-shadow: 0 32px 50px rgb(0 0 0 / 10%);
    padding: 4vh 2vw;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}

.demarche h2 {
    color: var(--color3);
}

img.att-img {max-width: max-content;width: 100%;}

.demarche img.att-img {
    filter: brightness(0);
    filter: brightness(0) saturate(100%) invert(29%) sepia(51%) saturate(522%) hue-rotate(342deg) brightness(96%) contrast(90%);
}
p.legend-att {
    font-size: calc(var(--taille_font) * 1.2);
    color: var(--color1);
    font-family: var(--font_family_1);
}
.bloc-att {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.att-cont {
    display: flex;
    gap: 15px;
    padding: 35px 15px 20px;
    height: 100%;
    background-color: #F8F8F8;
    border-radius: 30px;
    padding: 30px 20px 25px;
}

.att-1 {
    width: 50%;
    /* gap: 14px; */
    display: flex;
    color: var(--color0);
    padding-right: 20px;
    align-items: center;
    padding-bottom: 20px;
}

.att-1.dem-1 {
    color: var(--color3);
}

.att-1.dem-1 .legend-att {
    color: var(--color1);
}

p.text-att {
    opacity: .7;
    color: var(--color1);
}


/***********/

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 0% 40px;
    column-count: 2;
    column-gap: 4%;
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 10px!important;
    padding-right: 10px!important;
    margin-bottom: 20px
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    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 img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.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;
    transition: .3s ease;
}

.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-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.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);
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0 3px 0 5px
}

.gallery .nav li:before {
    content: none
}

.gallery .nav li a.bouton-principal {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 21px;
    border: 1px solid var(--color5);
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    color: var(--color0);
    clip-path: polygon(0px 0%, 100% 0%, calc(100% - 0px) 100%, 0% 100%);
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1);
    color: var(--color2);
}
.gallery.node-42 .row.description-galerie.clear {
    column-count: 1;
}

.panel-default > .panel-heading {
    background-color: transparent;
}

.panel-body .block {
    color: rgb(254 254 254 / 82%);
}

.panel-body .block strong {
    color: var(--orange);
    font-family: Montserrat-Light;
}

span.t1 small {
    font-size: 81%;
    letter-spacing: 1px;
    color: #e1704cc9;
}

.titlegal {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    margin: 0px;
    padding: 24px 0px;
    width: 100%;
    background: transparent;
    border: 0px !important;
}

.titlegal a span.faq-icon {
    margin-top: 0rem;
    height: 1.5rem;
    width: 2vw;
    float: right;
}

.faq-icon svg path {
    fill: var(--color4);
}

.titlegal h3 a:hover {
    text-decoration: none;
}

.titlegal h3.h2 a {
    padding: 1rem;
}

.titlegal h3.h2 {
    width: 100%;
    margin-top: 0px;
    column-gap: 2rem;
    color: var(--color0);
    cursor: pointer;
    align-items: flex-start;
    padding: 0px;
    display: flex;
    font-size: calc(var(--font-title) - 2rem);
    background: transparent;
    text-transform: none;
    justify-content: space-between;
    font-family: var(--font_family_2);
    margin-bottom: 0px !important;
}

.panel-group::before {
    content: "";
    border-radius: 11px 0px 0px;
    position: absolute;
    z-index: -1;
    top: -1px;
    height: 84%;
    width: 53%;
    left: -1px;
    opacity: 0.2;
}

.panel-title {
    column-gap: 2rem;
    color: var(--color0);
    cursor: pointer;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0px;
    display: flex;
    font-size: calc(var(--taille_font) *1.2);
    background: transparent;
    font-weight: bold;
    font-family: var(--font_family_2);
}

.panel-heading {
    padding: 10px;
    background: var(--color1);
    border-radius: 30px;
    box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.1);
}

.panel-title a:hover {
    text-decoration: none;
}

.panel-body ul {
    list-style: inherit;
    margin: 2rem 0px 0px;
    list-style: none;
    padding: 0 0 0 1vw;
}

.panel-group .panel {
    background: transparent;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-radius: 0px;
    border-width: 0px 0px 1px;
    border-top-style: initial;
    border-right-style: initial;
    border-left-style: initial;
    border-top-color: initial;
    border-right-color: initial;
    border-left-color: initial;
    border-image: initial;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 0.18);
    margin-top: 5px !important;
}

span.glyphicon.glyphicon-plus.pull-right {
    display: block;
    font-family: var(--font_family_2);
    float: right !important;
    font-size: calc(var(--taille_font) * 1.5);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color2);
    border-radius: 50%;
    transition: all 0.3s ease;
    color: var(--color1);
    flex-shrink: 0;
}

.panel-accordion-primary > .panel-heading a.collapsed .glyphicon-plus::before {
    content: "+";
    margin-top: -3px;
}

.panel-accordion-primary > .panel-heading a .glyphicon-plus::before {
    content: "−";
}

span.titlefaq {
    display: block;
}

h4.panel-title a {
    padding: 2rem 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.body-gallery .panel-group .panel-heading + .panel-collapse > .panel-body {
    color: var(--color0);
    padding: 2vh 15px 3vh;
}

.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
    color: var(--color0);
    padding: 1vh 0px;
    background: transparent;
    border: 0px;
}

.panel {
    box-shadow: 0 1px 1px var(--color0transparent);
    border-radius: 0px;
}

.panel-group.panelaccueil {
    max-width: 50vw;
    background-color: var(--color0transparent);
    border-radius: var(--border-radius);
    flex: 1 1 0%;
    margin-left: auto;
    margin-right: auto;
    padding: 0px;
    z-index: 10001;
    position: relative;
    border-width: 1.5px;
    border-style: solid;
    border-color: transparent;
    border-image-slice: 1;
    background-image: linear-gradient(264deg,transparent,var(--color0transparent));
}

.row.accordions {
    position: relative;
    float: left;
    width: 100%;
}

.faq {
    padding: 18vh 7vw 6vh;
    float: left;
    width: 100%;
    position: relative;
}

.faq.node-1218::after {
    display: none;
}

.faq-icon {
    width: 2vw;
    height: 0.5rem;
    opacity: 1;
    display: block;
    position: relative;
    right: 0px;
    color: rgb(26, 26, 26);
    float: right;
    transition: 0.1s;
    transform: translate3d(5px, -5px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(45deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.faq_iconspan.titlefaq {
    float: left;
    width: 97%;
}

span.faq-icon svg {
    position: absolute;
    right: 0px;
    fill: var(--orange);
    width: 1.5vw !important;
    height: 1.5vw !important;
}

a.collapsed {
    width: 100%;
    display: block;
}

p.text-faq {
    text-align: center;
    margin: 0px 0px 4em;
    font-family: var(--font_family_2);
    color: var(--color0transparent3);
    letter-spacing: 1px;
}

h4.panel-title a {
    width: 100%;
    float: left;
}

a.collapsed .faq-icon {
    transform: translateY(5px);
    transform-style: preserve-3d;
}

div#accordion-services {
    background: var(--color0transparent);
    padding: 3vh 1vw;
    position: relative;
    margin: 2vh 0px 4vh;
    width: auto;
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 90px;
    overflow: hidden;
}

div#accordion-primary {
    position: relative;
    z-index: 1000;
}
.gallery .tab-content {
    padding-bottom: 10px;
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
}


/************/

/*************/
.body-gallery-4 .gallery .nav, .body-gallery-4 .gallery .nav {
    margin: 6px 0 5vh;
    padding-right: 0;
}

.body-gallery-4 .gallery .nav .col-md-4:nth-child(3n) {
    padding-right: 0;
}

.body-gallery-4 .gallery .nav .col-md-4:nth-child(3n+2) {
    padding: 0 7.5px;
}

.body-gallery-4 .gallery .nav .col-md-4:nth-child(3n+1) {
    padding-left: 0;
}

.body-gallery-4 .gallery .tab-content {
    display: contents;
    position: relative;
    top: 0;
    width: 100%;
}

.body-gallery-4 .gallery .tab-content h2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 28px;
    font-size: 37px;
    text-transform: uppercase;
    font-family: var(--font_family_3);
    color: var(--color2);
    text-align: center;
}
.gallery.node-112 h1 {
    background: var(--color0);
    padding: 10vh 5vw;
    margin-bottom: 8px;
    display: none;
}

.body-gallery-4 .gallery .tab-content h2:before {
    content: '';
    position: absolute;
    left: -55px;
    top: 50%;
    width: 45px;
}

.gallery .nav-pills .contain-propr {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}

.body-gallery-4 .gallery .nav-pills .contain-propr:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.gallery .nav-pills .contain-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
.view-first .imagefond {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: auto;
}

.view-first:hover .imagefond {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: table;
    table-layout: fixed;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first .mask em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
}

.view-first .titre-mask {
    text-transform: uppercase;
    color: #fff;
    font-family: 'Montserrat-Light';
    text-align: center;
    display: block;
    font-size: 20px;
    padding: 0 10px 10px;
    margin: 0 0 0 0;
    /* -webkit-transform: translateY(-100px); */
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    /* transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    font-family: var(--font_family_1);
}

.view-first .small-txt {
    font-family: 'Montserrat-Light';
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    color: #c6c6c6;
    font-size: 17px;
    padding: 0 40px 10px;
    text-align: center;
    /* -webkit-transform: translateY(100px); */
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    /* transform: translateY(100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .small-txt:after {
    content: '';
    background: url(../images/ico-zoom.png);
    width: 40px;
    height: 23px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -20px;
}

.view-first:hover .titre-mask, .view-first:hover .small-txt {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover .small-txt {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#x {
    content: "";
    background-image: url('../images/x.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
a.btn_fermer {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    padding: 2px 9px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn_fermer:hover {
    text-decoration: none;
    color: #fff;
    right: 10px;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.body-gallery-4 .description-galerie {
    padding: 65px 100px;
}

.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-flex .row.recup-photos.gallery {
    margin: 0;
}

.r-flex .row.recup-photos.gallery iframe {
    border-radius: var(--border-radius);
}

.images-f {
}


/***********/
.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color1);
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: var(--color1);
}

.top-logo {
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    display: flex;
    width: 50%;
}

.top-logo img {
    position: absolute;
    left: 2vw;
    top: 0px;
    height: 64px;
}

.deploy-right-sidebar {
    border-left: 1px solid var(--border);
    display: table-cell;
    height: 65px;
    width: 65px;
    background-position: center center;
    top: 0;
    position: absolute;
    right: 0;
}

.deploy-right-mail {
    border-left: 1px solid var(--border);
    display: table-cell;
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    border-left: 1px solid var(--border);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color3);
}

.sidebar-right {
    font-family: var(--font_family_2)!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 0 2px 0 rgba(0,0,0,.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    font-family: var(--font3);
    padding-bottom: 15px;
    margin-bottom: 0;
    background: var(--color2);
    opacity: 1;
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color3);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.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: 1px;
    background: 0 0;
    padding-left: 12px;
    background: #42414100;
}

.menu-mobile-dynamique li.active {
    background: var(--border-orng);
}

.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,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}
.menu-mobile-dynamique ul.sub-menu.sub-menu-injecte-1 {
    margin-left: -12px;
}
.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}
.menu-mobile-dynamique li.parent  i{display: none;}
.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    font-family: var(--font3);
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    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: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: var(--color2);
    border-radius: 0;
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    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
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color2);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2)
}

.bx-pager.bx-default-pager a.active,.bx-pager.bx-default-pager a:hover {
    background-color: var(--color2)
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 27px;
    /* margin: 16px 0 0 16px; */
    height: 27px;
    fill: var(--color2);
}

.sidebar-scroll-right .icones {
    margin: 16px 0 0 16px;
}

.header-top .icones {
    margin: 16px 0 0 16px;
}

.fixed .icones {
}

.btnp:hover .icones {
    fill: var(--color1);
}
.btn-btn {
    display: flex;
    gap: 9px;
}

.deploy-right-sidebar .icones {
    width: 23px;
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color0);
}

.pied .btn-partage .icones {
    fill: var(--color3)
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0;
    height: 17px;
    fill: var(--color0)
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.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: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 5px;
    top: 5px;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-top-left-radius: var(--border-radius)
}

.news .date_post span {
    display: block;
    line-height: 13px;
    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 .propor-cont .imagecont:hover {
    -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
}

.newsList .item .h3 {
    color: var(--color0);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1)
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1)
}

.newsList .item .h3 a:hover {
    text-decoration: none;
    color: var(--color2);
}

.item-news {
    position: relative;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
}

.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: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0)
}

.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
    }
}

@media (max-width: 991px) {
.contact .formulaire .form-group>label.control-label { display:block; -webkit-transition: all .4s ease; -moz-transition: all .4s ease; -ms-transition: all .4s ease; -o-transition: all .4s ease; transition: all .4s ease; -webkit-transform: translateZ(0); bottom: 11px; opacity: .5; position: relative; font-size: 0 }
.intervention {padding: 4vh 4%;display: flex;flex-direction: column;} 
.contact .formulaire .form-group>label.focus { bottom: auto; font-size: var(--taille_font); padding-top: 5px }
.container { max-width: none; width: auto } .centerservice2 { margin: 0!important } 
.centerservice { margin: 0 25%!important } .contact .formulaire .form-group .col-md-4 { width: 100%!important } .contact .formulaire .form-group .col-md-8 { width: 100%!important } 
    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }.shape-one {
    width: 20vh;
    height: 20vh;
}.hero-image {
    width: 61%;
}

.hero-image:after {
   display:none; 
}


    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }

    .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
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }
.cta2 {
    width: 100%;
    margin: 0 0 26px;
}
.card-img {
    border-radius: 0;
    overflow: hidden;
    height: 19vh;
}
a.quali {
    width: 100%;
    margin: 1vh 0;
}
    .banniere {
        height: auto !important;
        position: relative
    }button#toggleBtn {
    margin: 11px 0 0;
    position: relative;
    z-index: 1000;
    left: 10px;
}
.slogan2 {
    position: relative;
    display: block;
    top: 0;
}
    .pied .bande1 {
        padding: 5rem 2% 70px;
    }
.row.devis {
    width: 100%;
    padding: 0;
}
    .prestation .cell.texte .contenu {
        padding: 50px 10%
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
    margin: 0 0 3vh !important;
    }.row.devis {
    width: 100%;
}
.stat-item { text-align: left; width: 48%;}
.stat-num {
    font-size: 20px;
}

.stat-lbl {}

.container-service p {
    width: 100%;
    max-width: 100%;
}.atouts-grid {
    display: flex;
    flex-direction: column;
}

.map {
    width: 100%;
}

.temo-header.reveal.up, .t-center.rev.in {
    display: block;
    padding: 0 7%;
}

    .fluid-contenu .corps {
    padding: 2em 4% 3em;
}
.row.r-flex {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.text-prst {
    padding-left: 15px;
}

.body-service-list .corps {
    padding: 4vh 2vw;
}

.img-service img {
    height: 370px;
}

img.att-img {
    width: auto;
}



    .nkitem {
  text-align: left;
  text-align: start;
  display: inline-flex;
  justify-content: center;
  align-items: center;
 
}
  
    .realisations .row.recup-photos.gallery {
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "item1 item2" "item3 item4";
        grid-template-rows: 150px 150px;
        grid-gap: 10px
    }
       .realisations .row.recup-photos.gallery .col-md-3:last-child {
        display: none;
    }
    .div-parts:before{
        display:none;
    }
    .slogan {
        width: 100%;
        left: 0;
        padding: 4vh 15px;
        top: auto
    }

.slogan h1 {
    text-align: center;
}

    .body-page-1 .slogan {
        text-align: left;
        width: 100%;
        margin-top: 6vh;
        left: 0;
    }

    .slogan .titre {
        font-size: 29px;
        line-height: 30px;
        margin-bottom: 1.5rem;
    }

li.menu-item.menu-item-external.menu-item-42 {
    display: block;
}

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
    }

    .page-contenu-home {
        padding: 0 0;
    }
.certifs .swiper-button-next, .certifs .swiper-button-prev {
}
.body-page-1 .page-contenu-home {
    height: auto;
}

.propor.pic-1:before {
    left: -4%;
    top: -5%;
}

    .certifs .cell.gauche .contenu {
        padding: 0 0
    }

    .intervention .contenu {
        padding: 0 0
    }

    .actualites .cell.texte .contenu {
        padding: 0 0
    }

    .bande_contact_footer {
        padding: 0
    }
.body-contact .tab-formulaire .contenu.formulaire, .contenu.formulaire {
    width: 100%;
}

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

    .bande_contact_footer .row1 {
        padding: 0rem 0;
    }

    .contact .tab-formulaire {
        padding: 5rem 10%
    }

    .livre-elements {
        padding: 0 0
    }
    .swiper-button-next, .swiper-button-prev {
    display: none;
}
.temo-grid{display: block;}
#temoignages,#youtube, section#atouts {
    padding: 60px 0;
    }
.btn-liens-rs.btn-rs-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    align-items: center !important ;
}
.qb-ico {
    background: #ffffff;
    width: 50%;
}
.swiper-slide.swiper-slide-active {
    opacity: 1;
}

 
p.mail.mail1 {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.swiper-slide.swiper-slide-prev {    opacity: .5;}

.swiper-slide.swiper-slide-next { opacity: .5;}
}

@media (max-width: 767px) {
    .corps {
        --taille_font: 15px;
        font-size: var(--taille_font)
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1,h1 {
        font-size: 23px;
        line-height: 26px;
    }
 

.modal-header .h1 {
    font-size: 20px;
}

.swiper-navigation {display: none;}

    .titre-secondaire {
        font-size: 22px;
        line-height: 24px;
    }

.item-news.prestation .bloc-titre .titre-news .titre-secondaire {
    font-size: 15px;
    line-height: 16px;
}

    .body-page-1 .slogan {
    }
a.quali img.logoquali {
    object-fit: contain;
    display: block;
    max-width: 100%;
    height: 9vh;
    width: 100%;
    position: relative;
    left: inherit;
}
    .slogan {
        text-align: center
    }

.banniere {
    height: auto !important;
}

.body-page-1 .banniere {
    height: auto !important;
}

    .slogan .titre, .body-page-1 .slogan .titre {
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px
    }

    .fluid-contenu .corps {
        padding: 20px 15px 0;
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px;
        height: 250px;
    }

    .certifs {
        display: block;
        padding: 3em 2%;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 0 0;
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

.body-page-1 .services, .body-pageseo .services {
    padding: 47px 7%;
}

 

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important;
        padding: 1em 5% 1em;
    }

 

    .realisations .propor {
        margin-bottom: 5px
    }

    .AvisClientsBg .contenu,.realisations .contenu {
        padding: 30px 0 40px;
    }

    a.bouton-principal,button.bouton-principal {
    }

.temoignages button.bouton-principal {min-width: 280px;}

    .intervention .contenu {
        padding: 40px 0 50px;
    }

    .intervention ul {
        column-count: 1;
        width: 100%
    }

    .AvisClientsBg {
        padding: 0
    }

    .temoignageScroll {
        max-height: 135px
    }

    .temoignageScroll {
        max-height: 135px
    }

    .note-avis {
        flex-wrap: wrap
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%
    }

    .divAvis {
        width: 100%
    }

    .pied .bande1 {
        padding: 30px 15px
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0;
        justify-content: center
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 5% 0;
    }

    .contact .tab-coordonnes {
        display: block;
        FLOAT: LEFT;
        margin: 0 0 6vh;
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px;
        display: flex;
        flex-direction: column;
        gap: 0;
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 250px;
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        padding: 5rem 1%;
        width: 100%;
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites {
        display: block;
        padding: 42px  3% 0;
    }
.actualites article {
    display: block;
}
    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 10px;
    }

    .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
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        column-count: 1;
        column-gap: 0;
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }
}

@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
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1,h1 {
        font-size: 26px;
        line-height: 26px
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .slogan .sous-titre {
        font-size:20px;
        line-height: 20px
    }

    .services a.bouton-principal {
        font-size: 11px
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^=col-] {
        width: 100%
    }

    .gallery .ligne-photos div[class=col-md-2] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class=col-md-3] {
        width: 25%
    }

    .gallery .ligne-photos div[class=col-md-4] {
        width: 33%
    }

    .gallery .ligne-photos div[class=col-md-6] {
        width: 50%
    }
}
