:root {
    --color0: #ffffff;
    --color1: #5a3e2b;
    --color2:  #5A3E2B;
    --color3: #2B2B2B;
    --color4: #F0EDDF;
    --color5: #A67C52;
    --border-radius: 10px;
    --radius: 50px;
    --bg-facultatif: #F0EDDF;
    --font_family_1: 'Satoshi Regular',sans-serif;
    --font_family_2: 'Oswald-demibold',sans-serif;
    --taille_font: 16px;
}

.horaire-mention {
    display: none;
}

@media (max-width: 1480px) {
    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: calc(var(--taille_font)* .9) !important;
    }
}

@media (max-width: 1280px) {
    .tete .logo-site img {
        width: 80px !important;
    }

    .tete .infos {
        padding-left: 1em  !important;
        width: 20%;
    }

    .tete .infos .icones {
        width : 20px  !important;
    }

    header .callTracker .t_affiche {
        font-size: 15px  !important;
    }

    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: calc(var(--taille_font)*1.1) !important;
    }

    .header {
        padding: 0 !important;
    }

    .prestation {
        margin-bottom: 12vh !important;
    }
}

@media (max-width: 1200px) {
    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: calc(var(--taille_font)* .9) !important;
    }
}

/* accordion */
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--color1);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 30px 1em 0;
  color: var(--color3);
  font-size: 18px;
  border: none;
  background: none;
  outline: none;
  transition: all .3s linear;
  font-family: var(--font_family_2);
  letter-spacing: .5px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--color1);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--color1);
  border: 1px solid var(--color1);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: var(--color1);
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 12em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin: 1em 0;
  font-family: var(--font_family_1);
  opacity: .7;
  line-height: 1.7;
}
/* accordion */
/* loader */

/***/

.typewriter {
    overflow: hidden;
    /* border-right: .15em solid var(--color1); */
    white-space: nowrap;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .15em;
    transition: .3s ease;
    color: var(--color1);
    animation: typing 1s;
    width: 200px; /* Set a fixed width to avoid layout shifts */
    scale: 2;
  }
  
  .typewriter img {
    width: 200px;
    height: auto;
  }
  
  /* The typing effect */
  @keyframes typing {
    from { width: 0 }
    to { width: 200px; }
  }
  
  .right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    background: var(--color0);
    z-index: -1;
    right: 0;
    transition: 1.2s ease;
  }
  
  .right-side:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    height: 0%;
    background: var(--color1);
    transition: 0.8s ease;
  }
  
  .left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    background: var(--color0);
    z-index: -1;
    transition: 1.2s ease;
    left: 0;
  }
  
  .left-side:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    height: 0%;
    background: var(--color1);
    transition: 0.8s ease;
  }
  
  .timeup::before {
    height: 100%;
  }
  
  .cont {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--color0);
    z-index: 9999999999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  
  
  
  
  /***/
  
  .newtons-cradle {
   --uib-size: 50px;
   --uib-speed: 1.2s;
   --uib-color: #474554;
   position: relative;
   display: flex;
   align-items: center;
   justify-content: center;
   width: 50px;
   gap: 3px;
   height: 50px;
  }
  
  .newtons-cradle__dot {
   position: relative;
   display: flex;
   align-items: center;
   height: 20px;
   width: 20px;
   transform-origin: center top;
  }
  
  .newtons-cradle__dot::after {
   content: '';
   display: block;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background-color: var(--color2);
  }
  
  .newtons-cradle__dot:first-child {
   animation: swing var(--uib-speed) linear infinite;
  }
  
  .newtons-cradle__dot:last-child {
   animation: swing2 var(--uib-speed) linear infinite;
  }
  
  @keyframes swing {
   0% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
   }
  
   25% {
    transform: rotate(70deg);
    animation-timing-function: ease-in;
   }
  
   50% {
    transform: rotate(0deg);
    animation-timing-function: linear;
   }
  }
  
  @keyframes swing2 {
   0% {
    transform: rotate(0deg);
    animation-timing-function: linear;
   }
  
   50% {
    transform: rotate(0deg);
    animation-timing-function: ease-out;
   }
  
   75% {
    transform: rotate(-70deg);
    animation-timing-function: ease-in;
   }
  }
  
/* loader */
.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: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.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;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}

.btn-primary {
    background-color: var(--color1);
    border-color: var(--color1);
}

.input-group-btn span.btn.btn-primary {
    background: var(--color1);
    border: 1px solid var(--color1);
    padding: 12px 12px;
}

.btn-primary:hover {
    background-color: var(--color2);
    border-color: var(--color2);
}

body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

b,strong {
    font-weight: 700;
    font-family: var(--font_family_2);
}

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
}

img {
    max-width: 100%
}

ol,ul {
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    background: url(../images/puce.svg) no-repeat left 3px;
    padding-left: 15px
}

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 var(--color3)
}

.pied .horaire-table tr td {
    color: var(--color0);
}

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
}

.row.row1 {
    background: var(--color4);
    position: relative;
    padding: 5% 0;
    height: 100%;
    display: flex;
    border-radius: var(--border-radius);
}

.row.recup-photos.gallery {
    position: relative;
}

.home-text .row.recup-photos.gallery div {
    height: 98%;
}

.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
}

header .row.relative.header.hidden-xs.hidden-sm {
    display: flex;
    align-items: center;
    padding: 10px 10%;
    justify-content: space-between;
}

header .row.relative.header.hidden-xs.hidden-sm:before,header .row.relative.header.hidden-xs.hidden-sm:after {
    display: none;
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
    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);
    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: 0;
}

body {
    color: var(--color3);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color0);
    letter-spacing: 1px;
    line-height: 1.7;
}

.plan-map,.plan-map iframe {
    border-radius: 10px;
    height: 55vh;
    position: relative;
}

.atouts-text {
    position: relative;
    width: 75%;
    padding-left: 2%;
}

.atouts-text .h1,.atouts-text .titre-secondaire {
    text-align: left;
}

.atouts-text .h1:before {
    left: 0;
    margin: 0;
}

.atout-item {
    background: var(--color0);
    border-radius: var(--border-radius);
    padding: 20px;
    color: var(--color3);
    transition: all .3s linear;
    box-shadow: 3px 3px 30px #00000014;
    border: 1px solid var(--color1);
}

.atout-item:hover {
    background: var(--color2);
    color: var(--color0);
}

.atout-item span {
    display: flex;
    flex-direction: column;
}

.atout-item span b {
    font-size: 20px;
    text-wrap: balance;
}

.atout-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
    padding-top: 2em;
}

.atouts-img {
    border-radius: var(--border-radius);
    position: relative;
    width: 40%;
    height: 65vh;
}

.atouts-img:before {
        content: "";
        position: absolute;
        width: 108%;
        height: 108%;
        background: var(--color0);
        left: -3%;
        top: -4%;
        border-radius: var(--border-radius);
        z-index: 0;
}

.atouts-img img {
    position: relative;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.atout-desktop {
    display: flex;
    padding: 8% 10%;
    grid-gap: 4em;
    flex-direction: row-reverse;
    background: var(--color0);
    position: relative;
}

.propor.e-0 {
    height: auto;
    border: 20px solid var(--color0);
    border-radius: var(--border-radius);
    margin: 0;
    padding: 0;
}

.propor.e-0 a, .propor.e-0 .propor-cont {
    height: 60vh;
    width: 100%;
    border-radius: var(--border-radius);
}

.propor.e-1 a, .propor.e-1 .propor-cont {
    border-radius: var(--border-radius);
}

.propor.e-1 {
    border: 15px solid var(--color0);
    width: 20vw;
    position: absolute;
    bottom: -40px;
    border-radius: var(--border-radius);
    left: -20px;
}

.propor.e-0 img, .propor.e-1 img {
    border-radius: var(--border-radius);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.contenu.formulaire {
    /* border: 2px dotted var(--color1); */
    padding: 5% 20%;
    border-radius: var(--border-radius);
    background: var(--color4);
}

.propor.e- {
    /* border: 2px dotted var(--color1); */
    border-radius: var(--radius);
    position: relative;
}

.propor.e- img {
    margin: 0;
    padding: 15px;
}

.page-contenu.page-contenu-home.clear {
    padding: 0em 0 0;
}

.page-contenu.page-contenu-home.clear .scrollbars {
    height: 40vh;
    margin-bottom: 2em;
}

form#newsletter_form {
    /* display: flex; */
    /* justify-content: center; */
    width: 100%;
    gap: 30px;
}

form#newsletter_form input[type="submit"] {
    padding: 10px 15px;
    background: var(--color2);
    border: 0;
    color: var(--color0);
    transition: all .3s linear;
}

form#newsletter_form input[type="submit"]:hover {
    background: var(--color3);
}

form#newsletter_form input[type="text"] {
    min-width: 40%;
    padding: 10px 15px;
    letter-spacing: 1px;
    border: 0;
}

form#newsletter_form label {
    display: block;
    margin: 10px 0 20px;
    font-size: 18px;
}

.section-newsletter {
    padding: 2% 10% 3%;
    text-align: center;
    display: none;
}

.accordion {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 50px;
}
.plan-map iframe {
    width: 100%;
    display: flex;
    height: 100%;
}

.propor.e-:before {
    content:"";
    position: absolute;
    width: 60%;
    height: 105%;
    background: var(--color1);
    right: -4%;
    top: -2.5%;
    border-radius: var(--border-radius);
    z-index: -1;
}
a,a:link,a:visited {
    color: var(--color1);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}
.sitemap a{color: var(--color3);}
.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color1);
    font-family: var(--font_family_2);
    line-height: 1.2;
}

.h1,h1,.pied h2.h1 {
    font-size: 55px;
    color: var(--color3);
    text-align: center;
    margin-bottom: 50px;
    position: relative;
}

span.titlemini {}

.h1.text-left {text-align: left;}

.h1.text-left:before {
    left: 0;
    margin: 0;
}

h2.h1.sans-image.text-left {
    text-align: left;
}

.h1:before,h1:before {
    content: "";
    width: 70px;
    background: var(--color3);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -35px;
    height: 2px;
}

h2.h1.sans-image.text-left::before {
    left: 0;
    margin: 0;
}

.h2,h2 {
    font-size: calc(var(--taille_font) + .8rem)
}

.section-newsletter h2 {
    color: var(--color0);
    margin: 0 0 12px;
    font-size: 35px;
}

.section-newsletter br {
    display: none;
}

.h3,h3 {
    font-size: calc(var(--taille_font) + .65rem);
}

h4 {
    font-size: calc(var(--taille_font) + .6rem);
    color: var(--color2)
}

h5 {
    font-size: calc(var(--taille_font) + .5rem);
    color: var(--color2)
}

h6 {
    font-size: calc(var(--taille_font) + .4rem)
}

.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
}

.titre-secondaire,small.titre-secondaire {
    position: relative;
    font-size: calc(var(--taille_font)*1.5);
    line-height: 30px;
    padding: 10px 0;
    margin: 0;
    color: var(--color1);
    font-family: var(--font_family_1);
    text-align: center;
    margin-bottom: 0;
    text-transform: none;
    display: block;
    letter-spacing: 2px;
}

.h1.text-left span.titre-secondaire {
    text-align: left;
}

h2.h1.sans-image.text-left span.titre-secondaire {
    text-align: left;
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}
/* counter */
.compteurs {
    display: flex;
    justify-content: space-between;
    padding: 2vh 0px;
    flex-direction: row;
}

.stats-num.count {
    display: block;
    z-index: 0;
    text-align: center;
    margin: 0px;
    font-size: clamp(4rem, 4vw, 8rem);
    position: relative;
    line-height: 1em;
    letter-spacing: 0px;
    color: var(--color1);
    font-family: var(--font_family_2);
}

.counter {
    padding: 10vh 10%;
    position: relative;
    z-index: 1;
    color: rgb(255, 255, 255);
    background: var(--color4);
    box-shadow: 10px 10px 40px #0000002e;
    border-radius: var(--border-radius);
    transform: translate(0%, -25%);
}

.count-text {
    display: flex;
    height: 100%;
    text-transform: math-auto;
    align-items: center;
    color: var(--color3);
    text-align: center;
    line-height: 1.2;
    font-size: 15px;
}

.encart-counter {
    display: flex;
    align-items: center;
    width: 30%;
    position: relative;
    font-family: var(--font_family_1);
    gap: 10px;
    flex-direction: column;
    justify-content: flex-start;
    color: var(--color3);
    font-size: 20px;
}

.encart-counter::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 64%;
    background: var(--color1);
    opacity: 0.3;
    right: 4%;
}

.encart-counter:last-child::before {
    display: none;
}

.encart-counter span {
    margin: 0px;
    right: 0px;
    font-size: calc(var(--taille_font) * 3);
}

.count-text {
}
/* counter */
.btn-service a.bouton-principal,.btn-service button.bouton-principal {
}

.btn-service a.bouton-principal::after {
    background-image: none
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}
.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:active,.hvr-shutter-out-horizontal:focus,.hvr-shutter-out-horizontal:hover,a.hvr-shutter-out-horizontal:active,a.hvr-shutter-out-horizontal:focus,a.hvr-shutter-out-horizontal:hover {
}

.cta a.bouton-principal:hover {
    color: var(--color0);
}

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before,p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {background: var(--color1);transform: matrix(1, 0, 0, 1, 1, -20) rotate(45deg);}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color1);
    transform: matrix(1, 0, 0, 1, 1, -20) rotate(45deg);
    color: var(--color0);
}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 12px 30px 15px;
    font-size: 20px;
    border: 0;
    border-radius: var(--radius);
    margin: 0 0 1vh;
    transition: all .3s linear;
}

/* From Uiverse.io by vikiWayne */ 
a.bouton-principal, button.bouton-principal,p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
  padding: 15px 60px 15px 30px;
  border: 1px solid var(--color1);
  font-weight: 100;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 1000ms;
  font-size: 16px;
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
}

a.bouton-principal:hover,button.bouton-principal:hover {
  color: var(--color1);
  background-color: transparent;
  border-color: var(--color1);
}

a.bouton-principal::before, button.bouton-principal::before,p.tel-header.bouton-principal.hvr-shutter-out-horizontal:before {
  content: "\2197";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: var(--color0);
  transform: translateY(-50%);
  z-index: 2;
  transition: all .3s cubic-bezier(0.77, 0.2, 0.05, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--color1);
}

a.bouton-principal:hover::before,button.bouton-principal:hover::before {background-color: var(--color1);color: var(--color0);}


a.bouton-principal:after,button.bouton-principal:after {
    content: "";
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    width: 160px;
    margin: 15px 0 0px;
    border-radius: var(--radius);
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    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;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;

}
.cta .callTracker.active .t_phone{color: var(--color0);}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.body-page-1 .cta {
    display: flex;
    flex-wrap: wrap;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    justify-content: flex-start;
    height: 100%;
    margin: 30px 0;
    position: relative;
    align-content: center;
    z-index: 1000;
    gap: 2em;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: center;
    font-family: var(--font_family_1);
    text-decoration: none;
    padding: 15px 60px 15px 30px;
    font-size: 15px;
    margin: 0 0 0;
    border-radius: var(--radius);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color1);
}

.cta a.bouton-principal {
    margin: 0 0;
    text-align: center;
    padding: 15px 60px 15px 30px;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover,.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    background-color: transparent;
    border-color: var(--color1);
    color: var(--color0);
}

p.tel-header.bouton-principal span {
    min-width: auto;
    align-items: center;
    justify-content: center;
}

.cta a.bouton-principal::after {
    display: none
}

.infos .callTracker {
    width: 226px;
    overflow: hidden;
    position: relative
}

.infos .callTracker a,.infos .callTracker span {
    text-align: left;
}

.infos .callTracker.active .t_phone {
    text-align: left;
}

header .callTracker a,header .callTracker span {
}

header .callTracker .t_affiche {
    font-size: 20px;
    position: relative;
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 8001;
    -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);
    transform: translateZ(0);
}

.tete.fixed {
    position: fixed;
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: var(--color2);
}

.tete.fixed .logo-site {
    padding: 0;
}

.tete.fixed .infos {
}

.tete.fixed .logo-site img {
    height: auto;
    width: 70px;
}

.tete .logo-site {
    margin: 0;
}

.tete .logo-site img {
    height: auto;
    width: 135px;
    filter: brightness(0.5) brightness(0.5) brightness(0.5) brightness(0.5) brightness(0.5) brightness(0.5) brightness(0.5) brightness(0.5) brightness(0.5) invert(1);
}

.tete .infos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 4em;
}

.tete .infos .tel {
    display: flex;
    justify-content: flex-start;
    font-size: 20px;
    color: var(--color0);
    margin: 0px 10px 0 40px;
    font-family: var(--font_family_2);
    align-items: center;
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.tete .infos .tel b {
    font-size: 18px;
    font-family: var(--font_family_2);
    display: block;
    float: right;
    padding: 8px 0 0;
    width: 100%;
    color: var(--color1);
    letter-spacing: 1px;
    display: none;
}

.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 0;
    background: var(--color3);
    text-align: center;
    z-index: 9999;
    display: none;
    backdrop-filter: blur(10px);
    width: 30%;
}

.menu-icon-wrapper {
    position: relative;
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 10px;
    pointer-events: none;
    transition: .1s;
    vertical-align: sub;
    z-index: 99999
}

.menu-icon-wrapper:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border: 0px solid var(--color0);
    border-radius: 50%;
    background: var(--color2);
}

.menu-icon-wrapper svg {
    position: absolute;
    top: -23px;
    left: -23px;
    -webkit-transform: scale(.08);
    -ms-transform: scale(.08);
    transform: scale(.08);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.menu-icon-wrapper svg path {
    stroke: var(--color0);
    stroke-width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: transparent
}

.menu-icon-wrapper .menu-icon-trigger {
    position: relative;
    width: 100%;
    height: 100%;
    cursor: pointer;
    pointer-events: auto;
    background: 0 0;
    border: none;
    margin: 0;
    padding: 0
}

.menu-icon-wrapper .menu-icon-trigger:focus,.menu-icon-wrapper .menu-icon-trigger:hover {
    outline: 0
}

.menu-icon-wrapper svg path {
    -webkit-transition: stroke .3s ease;
    -moz-transition: stroke .3s ease;
    -ms-transition: stroke .3s ease;
    -o-transition: stroke .3s ease;
    transition: stroke .3s ease
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: var(--color0);
    text-align: center;
    display: inline-block;
    transition: all .4s ease
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--color1)
}

.menu-overlay .widget-partage {
    display: none
}

.menu-overlay .btn-partage {
    position: absolute;
    bottom: 30px;
    left: 50%;
    display: inline-block;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.menu-overlay .btn-partage:before {
    content: "";
    width: 50px;
    height: 1px;
    background: #969696;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -25px
}

.navh {
    margin: 0;
    z-index: 8000;
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none;
    display: flex;
    gap: 0px;
    width: 100%
}

.navh .menu_principal>li {
    display: block;
    padding: 0;
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    color: var(--color0);
    display: block;
    text-transform: math-auto;
    padding: 0px 20px;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all .4s ease;
    font-size: calc(var(--taille_font)*1.3);
}

.navh .menu_principal a:hover,
.navh .menu_principal li.active > a {
    position: relative;
    color: var(--color0);
    font-weight: bold;
}

.navh .menu_principal a:hover::before,
.navh .menu_principal li.active > a::before {
    content: '';
    position: absolute;
    bottom: -15px;
    left: 25%;
    width: 100%;
    height: 2px;
    background-color: var(--color0);
    width: 50%;
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.slogan {
    position: absolute;
    color: var(--color0);
    width: 80%;
    margin: 0 0 10px;
    text-align: left;
    transform: translateY(-50%);
    top: 60%;
    z-index: 2;
    padding: 0 12%;
}

.body-page-1 .slogan {
    position: absolute;
    color: var(--color0);
    width: 66%;
    margin: 0 0 10px;
    text-align: left;
    transform: translateY(-50%);
    top: 55%;
    z-index: 2;
    padding: 12%;
}

.h1.slogan:before,h1.slogan:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit
}

.slogan .titre {
    font-size: 3.2em;
    font-family: var(--font_family_2);
    line-height: 1.2;
}
.body-page-1 .slogan .titre{text-transform: uppercase;}
.body-pageseo .slogan .titre {
    font-size: 2vw
}

.slogan .titre span {
    font-size: 48px
}

h1.slogan-titre {
    color: var(--color0);
    margin: 0;
    font-size: larger;
}

h1.slogan-titre:before {
    display: none
}

.slogan .sous-titre {
    font-size: 30px;
    font-family: var(--font_family_1);
    position: relative;
}
/* -----------------------------------------------Début Banniere----------------------------------------------- */
.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    height: 90px;
    transition: .5s
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 0 3%;
    justify-content: space-evenly;
}

.tete .header .flex-logo {
    width: 15%
}

.tete .header .flex-infos {
    width: 25%;
    height: 100%
}

.tete .logo-site {
    margin: 0
}

.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 {
    height: auto
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    gap: 1em;
}

.tete .infos .tel {
 padding: 5px;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}
.cta a.bouton-principal:after {
    display: none;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    border-radius: var(--radius);
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
}
.banniere  .swiper-pagination {
    flex-direction: column;
    right: 100px;
    width: max-content;
    left: unset;
    top: 57%;
    bottom: unset;
    display: flex;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
}
.banniere  span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    width: 27px;
    opacity: 1;
    background: white;
    transition: .3s ease;
    margin: 8px 0 !important;
}

.banniere  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: var(--color1);
}
.banniere  .swiper-button.next,.bannSwiper .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;
}
.banniere .mySwiper-bann img {
    animation: 30s infinite ease zoomAB;
}
.mySwiper-bann .swiper-button.prev, .mySwiper-bann .swiper-button.next {
    background: var(--color1);
    backdrop-filter: blur(5px);
    height: 45px;
    width: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    margin: 0 80px;
}
.banniere video {
  position: absolute;
  top: 50%;
  min-height: 100vh;
  min-width: 100vw;
  /* left: 0; */
  height: auto;
  width: auto;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banniere .swiper.mySwiper-bann.swiper-container-fade {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banniere .swiper.mySwiper-bann.swiper-container-fade .swiper-slide {
    width: 100%;
    height: 100%;
}
@keyframes zoomAB {
  0% {
    scale: 1;
  }
    50% {
        scale:1.3;
    }

  100% {
    scale: 1;
  }
}
.banniere .mySwiper-bann img {
    animation: 30s infinite ease zoomAB;
}
.body-page-1 .banniere{height: 100vh !important;position:relative;overflow: hidden;}

.body-page-1 .banniere:after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000000ab, #00000066);
    opacity: 1;
}
.banniere {
    position: relative;
    top: 0 !important;
    margin-left: 0;
    height: 47vh;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: center;
}


.banniere:after {
    content: '';
    /* background:linear-gradient(rgba(9,34,50,.8) 0,rgba(9,34,50,.71) 13%,rgb(255 255 255 / 0) 75%,rgb(255 255 255 / 0) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    background-color: var(--color3);
    opacity: 0.25;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    pointer-events: none;
    background-color: #00000054;
}

.body-page-1 .banniere::before {
    background-color: transparent;
}

.banniere img {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.body-page-1 .banniere::before {
    content: none
}

@-moz-document url-prefix() {
    .banniere img:not(.body-page-1 .banniere img) {
        filter: blur(4px);
        width: 100%
    }

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
}

/* -----------------------------------------------Fin Banniere----------------------------------------------- */

.fluid-contenu {
    z-index: 8000;
    background: var(--color0);
    position: relative;
    margin-top: 0vh !important;
}
.body-page-1 .fluid-contenu{margin-top: 0 !important;}

.fluid-contenu .corps {
    padding: 9em 10% 4em;
}

.body-page-1 .fluid-contenu .corps {
    background: var(--color0);
    position: relative;
}

.body-page-1 .fluid-contenu .corps:before,.actualites:before {
    content: "";
    position: absolute;
    background: var(--color1);
    width: 50%;
    left: 0%;
    transform: translate(-50%,-50%);
    height: 100%;
    top: 50%;
    border-radius: var(--border-radius);
    Z-INDEX: 0;
}
.atout-desktop:before,.intervention:before{
    content: "";
    position: absolute;
    background: var(--color4);
    width: 80%;
    right: 0%;
    transform: translate(0%,-50%);
    height: 100%;
    top: 50%;
    border-radius: var(--border-radius);
    Z-INDEX: 0;
}
.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%;
    border-radius: var(--border-radius)
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center;
    transition: all .3s linear;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .8
}

.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)
}

.atouts {
    display: block;
    padding: 3% 10% 2%;
    position: relative;
    background: var(--color0);
}

.atouts:before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    background: var(--color4);
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: var(--border-radius);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0)
}

.atouts p.legend {
    font-size: 15px;
    text-align: center;
    margin: 0 0;
    color: var(--color0);
    line-height: 1.7;
    font-family: var(--font_family_1);
    opacity: .7;
}

.atouts .swiper-pagination-bullet {
    background: var(--color0)
}

.atouts .picto {
    margin-bottom: 0px;
    font-family: var(--font_family_2);
    font-size: 20px;
    letter-spacing: 1px;
}

.atouts .picto i {
    width: auto
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 13%;
    opacity: .8;
    top: 58%;
}

.atouts .swiper-button-disabled {
    opacity: 0!important
}

.atouts .swiper-button-next {
    background-image: none;
    right: 14%;
    top: 58%;
    opacity: .8;
    height: 24px
}

.atouts .swiper-button-next i,.swiper-button-prev i {
    font-size: 30px;
}

.atouts .swiper-button-next i,.atouts .swiper-button-prev i {
    color: var(--color1);
}

.atouts .swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em 2vh;
    border-radius: var(--border-radius);
    min-height: 160px;
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    justify-content: center;
    text-align: center;
    line-height: 1.7;
    border: 2px dotted var(--color1);
    transition: all .3s linear;
    /* color: var(--color0); */
}

.atout:hover {
    background: var(--color1);
    color: var(--color0);
}

.atout.ms {
    width: 250px;
    padding: 4em
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative
}

.atouts-cont {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2%;
    padding: 2em 10% 4em;
}

.atouts .h1,.certifs .h1 {/* color: var(--color0); */}

.atouts .h1 .titre-secondaire {
    /* color: var(--color0); */
}

.atouts .h1:before, .certifs .h1:before {
    /* background: var(--color0); */
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 2em 10% 2em;
    background: var(--color0);
}

.certifs .h1 {}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
    display: none;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 0em 5% 0em;
    overflow: hidden;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide,.certifs .swiper-slideD {
    text-align: center
}

.certifs .swiper-slideD {
    width: 30%;
}

.certifs .swiper-slide .img-swiper,.certifs .swiper-slideD .img-swiperD {
    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: 57% auto; */
    background-color: var(--color0);
    min-height: 20vh;
    width: 100%;
    filter: none;
    background-blend-mode: darken;
    /* border: 1px solid var(--color1); */
}
  .certifSwiper .swiper-wrapper,.certifSwiperD .swiper-wrapperD {
   -webkit-transition-timing-function:linear!important;
   -o-transition-timing-function:linear!important;
   transition-timing-function:linear!important;
  }

.swiper-wrapperD {
    display: flex;
    justify-content: center;
    align-items: center;
}
.certifs .swiper-slide img,.certifs .swiper-slideD img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    box-shadow: 0 0 1px var(--color4);
    display: none;
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
    /* display: none; */
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8;
}

.certifs .swiper-button-next i,.certifs .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;
    position: relative;
    z-index: 2;
}

.actualites .cell.texte .contenu .content {
    margin: 0 0 4rem
}

.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 {
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
    padding: 6% 10% 6%;
}

.actualites article {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 1;
    gap: 20px;
}

.actualites .cell.photo {
    vertical-align: top;
    width: 50%;
    background-position: center center;
    background-size: cover!important;
    border-radius: var(--border-radius);
    height: 60vh;
    max-height: 60vh;
    position: relative;
}

.actualites .cell.photo:after {
    content: "";
    position: absolute;
    width: 60%;
    height: 108%;
    background: var(--color0);
    left: -3%;
    top: -4%;
    border-radius: var(--border-radius);
    z-index: -1;
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.texte {
    /* display: table-cell; */
    /* vertical-align: top; */
    width: 50%;
    border-bottom: 2px solid var(--color0);
    background: var(--color4);
    border-radius: var(--border-radius);
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: left;
    direction: ltr
}

.actualites .cell.texte .contenu .text-center {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.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 {
    padding: 0% 6%;
}

.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
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    background-color: transparent;
    padding: 20px 20px;
    text-align: center;
    height: 30vh;
    display: block;
    border-radius: var(--border-radius);
    text-decoration: none;
    border: 1px solid var(--color1);
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color3);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--color3);
}

.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(--color4);
    display: none;
}

.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: 12px;
    padding: 4px 0
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-ligne {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 1em;
    padding: 4em 0;
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4);
    width: 115px;
    height: 115px;
    display: none;
}

.livre-elements .pseudo {
    margin-bottom: 10px;
}

.livre-elements .date {
    margin-bottom: 10px!important
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
}

.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: 30px 20px;
    background-color: var(--color0);
    border-radius: var(--border-radius);
    border: 1px solid #8bc34a57;
}

.livre-ligne .divAvis {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color3);
    font-size: 40px;
    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: rgba(0,0,0,.8);
    color: var(--color3);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#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(--color3);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color3)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color3)!important;
}

.services {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    border-bottom: 2px solid var(--color0);
    min-height: 60vh
}

.body-service .gallery.clear.services {
    display: block
}

.body-service-list .services {
    flex-direction: column
}

.services.services-home {
    padding: 7rem 10%
}

.services .cell.gauche {
    vertical-align: top;
    width: 50%!important;
    border-right: 2px solid var(--color0);
    height: 50vh;
    max-height: 100%
}

.body-gallery-2 .banniere {
    background-repeat: no-repeat;
    background-position: 10% 78%
}

.body-pageseo .banniere {
    background-position: 10% 140%
}

.body-news .banniere,.body-news-list .banniere {
    background-position: 10% 140%
}

.body-gallery-4 .banniere {
    background-position: 0 101%
}

.body-service .banniere {
    background-position: 10% 159%
}

.body-service-list .banniere {
    background-position: 10% 293%
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    padding: 0
}

.services .miettes li:before {
    content: none
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: .5
}

.services .miettes li a.active {
    opacity: 1
}
/* custom services */
.base-container {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 2% 6% 3% 6%;
    gap: 40px;
    background: var(--color0);
}
.nosServicesBg .section-line {
    width: 4px;
    height: 100px;
    background-color: var(--color1);
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin-top: 140px;
    margin-left: 120px
}

.services-block-wrap {
    width: 100%;
    display: flex;
    position: relative;
    z-index: 2;
    gap: 40px;
    flex-direction: column;
}

.description-services {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.description-services:before {
    width: 30px;
    height: 40px;
    background-color: var(--color1);
    position: absolute;
    left: 0px
}

.description-services .h1 {margin-bottom: 20px;text-align: center;}
.description-services .h1 .titre-secondaire{}

.description-services .h1:before {}

.description-services .paragraph-with-margin {
    margin: 15px 0 25px;
    font-size: 18px
}

.description-services .secondary-button.black-text.w-button {
    color: var(--color1);
    letter-spacing: 1px;
    background-color: var(--color0);
    border: 1px solid var(--color1);
    padding: 10px 20px;
    font-family: var(--font_family_1);
    font-weight: 400;
    line-height: 1.5em;
    transition: all .3s ease;
    text-decoration: none;
}

.description-services .secondary-button.black-text.w-button:hover {
    background: var(--color1);
    color: var(--color0);
    text-decoration: none
}

.card-wrapper {
    flex-direction: row;
    width: 100%;
    position: relative
}

.card-wrapper .services-list {
    overflow: hidden;
    padding-bottom: 6em;
}

.service-content {
    grid-column-gap: 30px;
    display: flex;
    width: 100%;
    position: relative;
    border-radius: var(--border-radius);
}

.service-content:hover .service-description {
    background: var(--color4);
}

.service-content:hover .service-description > div {
    transform: translate(0);
}

.service-image {
    width: 100%;
    height: 500px;
    max-width: 100%;
    flex: none;
    overflow: hidden;
    background: transparent;
    align-items: center;
}

a.link-collection:before {
    content: "";
    width: 25px;
    height: 30px;
    position: absolute;
    border-radius: 40px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 10px solid #fff;
    border-bottom: 0;
    border-left: 0;
    left: -15px;
    top: -10px;
}
a.link-collection:after {
     content: "";
     width: 25px;
     height: 21px;
     position: absolute;
     border-top-right-radius: 40px;
     border: 10px solid #ffffff;
     right: -10px;
     bottom: -10px;
     border-bottom: 0;
     border-left: 0;
}
.service-image img {
    height: 100%;
    transition: all .3s ease;
    width: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}

.service-content:hover .service-image img {
    height: 100%
}

a.link-cms {
    color: var(--color3);
    font-size: calc(var(--taille_font)*1.4);
    text-decoration: none!important;
    transition: all .3s ease;
    text-align: left;
    letter-spacing: 1px;
    font-family: var(--font_family_1);
    line-height: 1.5;
    text-transform: math-auto;
}
p.paragraph-with-margin {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    height: 112px;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.service-description {
    flex-direction: column;
    justify-content: flex-end;
    padding: 2em;
    display: flex;
    position: absolute;
    height: auto;
    align-items: flex-start;
    width: 90%;
    background: var(--color0);
    gap: 5px;
    transition: all .3s linear;
    overflow: hidden;
    box-shadow: 5px 5px 40px #0000001c;
    border-radius: var(--border-radius);
    bottom: 2%;
    left: 2%;
    min-height: 10vh;
}

.service-description > div {
    transform: translateY(50px);
    transition: all .3s linear;
}

.service-description .link-with-line {
    position: relative;
    transition: all .3s linear;
}

.service-description:hover .link-with-line {
    position: relative;
    opacity: 1;
    left: 0;
}

.link-collection {
    color: var(--color0);
    text-transform: uppercase;
    text-decoration: none!important;
    margin-bottom: 10px;
    font-family: var(--font_family_1);
    font-size: 18px;
    display: inline-block;
    transition: all .3s ease
}

a.link-collection {position: absolute;top: 0;background: var(--color0);width: 70px;height: 70px;right: 0px;margin: 0;z-index: 1;border-bottom-left-radius: 40px;display: flex;justify-content: center;align-items: center;}

a.link-collection span {
    background: var(--color1);
    color: var(--color0);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(4px, -2px);
    transition: all .3s linear;
}

a.link-collection span:hover {
}

a.link-collection:hover span {
    background: var(--color3);
    transform: translate(2px, -2px) scale(1.2) matrix(1, 0, 0, 1, 1, 0) rotate(45deg);
}
.service-content:hover a.link-collection {opacity: 1;}

a.link-collection:hover {opacity: 1;letter-spacing: 2px;}

.red-line {
    width: 0;
    height: 1px;
    background-color: var(--color1);
    position: absolute;
    top: auto;
    bottom: 0;
    left: -0%;
    right: auto;
    transition: all .3s ease
}

.service-content:hover .service-description .link-with-line .red-line {
    width: 100%;
    display: none;
}
.swiper-button-next-serv,.swiper-button-prev-serv{border-radius: var(--radius);margin: 0px 1rem;display: flex;justify-content: center;align-items: center;text-align: center;width: 2.5em;height: 2.5em;font-size: 1vw;transition: all .3s linear;color: var(--color1);border: 1px solid var(--color1);}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--color1);
    color: var(--color0);
}.swiper-buttons{display:flex;justify-content:center;position:absolute;bottom:0px;left:50%;transform:translateX(-50%)}
.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%)
}
/* custom services */
/* Display Gallery Photo */

/* Gallery Photo  */
.realisations .row.recup-photos.gallery::before{display: none;}
.realisations .row.recup-photos.gallery{
  display: grid;
  grid-template-columns: 1.4fr 1fr 1.3fr 1fr;
  grid-template-areas:
    "item1 item1 item2 item3"
    "item1 item1 item4 item4";
  grid-gap: 1em;
  grid-template-rows: 30vh 30vh;
}
.recup-photos .propor{width:100%;position:relative;margin-bottom:10px;height: 100%;}
/* Gallery Photo  */

.realisations .row.recup-photos.gallery .col-md-3{width: 100%;padding: 0;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(1){grid-area: item1;}
.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(5){grid-area: item5;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(6){grid-area: item6;}

/* Display Gallery Photo */
.realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 4% 6% 5%;
    background-color: var(--color0);
}

.AvisClientsBg {
    position: relative;
    z-index: 8000;
    background: var(--color0);
    text-align: center
}

.AvisClientsBg .contenu {
    background: var(--color0);
    border-radius: var(--border-radius);
    padding: 0% 4% 4%;
}


.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);
    transform: translateZ(0)
}

.news .propor .propor-cont .imagecont img, .realisations .galerie .propor .propor-cont .imagecont img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.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;
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8
}

.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)
}

.intervention {
    position: relative;
    z-index: 8000;
    background-image: none !important;
    background-attachment: fixed;
    padding: 3% 5% 4%;
    display: grid;
    grid-template-columns: 1fr 1.7fr;
    grid-gap: 2em;
    background-color: var(--color0);
    align-items: center;
    z-index: 1;
}

.intervention .contenu {
    font-size: 18px;
    text-align: center;
    background: var(--color0);
    border-radius: var(--border-radius);
    padding: 5% 5%;
    /* color: var(--color0); */
    box-shadow: 4px 4px 25px #b1885733;
    position: relative;
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}

.intervention h2 {
    margin-top: 0;
    /* color: var(--color0); */
    text-align: center;
}

.intervention h2:before {
}
.intervention ul {
    margin: 30px 0 0;
    column-count: 2;
    width: 60%
}

.pied {
    position: relative;
    z-index: 8000;
    background: var(--color0);
    float: left;
    width: 100%
}

.pied .bande1 {
    padding: 3% 10%;
    float: left;
    width: 100%;
    background: var(--color3);
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.bande_contact_footer {
    float: left;
    padding: 0% 10% 2%;
    width: 100%;
    background: var(--color0);
}
body.body-page.body-page-49 .bande_contact_footer{display: none !important;}

.pied .bande1 .row1 {
    padding: 0 0 50px;
    margin-bottom: 30px;
    position: relative
}

.bande_contact_footer .row1::after {
    width: 232px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-top: 49px;
    opacity: .4
}

.pied .bande2 {
    padding: 0px 10%;
    background: var(--color2);
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pied .bande2:before,.pied .bande2:after {
    display: none;
}

.pied h2 {
    font-size: 24px
}

.pied h3 {
    color: var(--color5);
    font-size: 22px;
    padding: 0 0 0px;
    position: relative
}

.pied h3::before {
    content: "";
    width: 90%;
    height: 10px;
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 1px;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 10px 0;
    list-style-type: none;
    margin: 0
}

.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: 16px;
    padding: 0 0 0 15px;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a::before {
    display: inline-block;
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 14px;
    color: var(--color5);
    top: 0;
    width: 9px;
    height: 16px
}

.pied .navf .menu_footer li a:hover,.pied .navf .menu_footer li.active a {
    color: var(--color5)
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color3);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.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: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color1)
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 10px 0 2.5rem;
    color: var(--color0);
    font-size: 1.6rem;
    float: left;
    width: 100%;
    position: relative
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 1rem 0
}

.flex-address {
    position: relative;
    display: flex
}

.flex-address i {
    margin-top: .3rem!important
}

address i {
    margin: 0;
    margin-right: 1.2rem;
    font-size: 1.6rem;
    color: var(--color2);
    width: 1.6rem
}

.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: 1.5rem 0 0;
    height: 26rem;
    position: relative;
    float: left;
    width: 100%
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 200px
}

.pied .horaires {
    color: var(--color3);
    padding: 10px 0 0;
    margin: 0
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: left;
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.page-contenu.page-contenu-home.clear.scrollbars.mCustomScrollbar._mCS_1 {
    height: 400px;
    margin-bottom: 2em;
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.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
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 10px 0;
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    margin-bottom: 8rem;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.prestation:nth-child(2n) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-radius: var(--border-radius);
    /* background-size: contain !important; */
    background-repeat: no-repeat;
    height: 100%;
}

.prestation .cell.photo:hover {
    opacity: .95
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    height: 100%;
}

.prestation .cell.texte .contenu {
    text-align: center;
    direction: ltr;
}

.prestation .cell.texte .contenu .h1 {
    line-height: 1.2;
    font-size: 45px;
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.body-contact h2 {
    position: relative;
    margin-bottom: 55px;
    font-weight: 600;
}

.tab-coordonnes h2:before {
    content: "";
    width: 50px;
    height: 1px;
    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;
    padding: 2em 10% 2em;
    z-index: 8000;
    background: var(--color0)
}

.body-contact .fluid-contenu .corps {
    padding: 0em 0;
}

.contact .coordonnees address p i {
    margin-right: 10px;
    color: var(--color1)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    border-top: 2px solid var(--color0)
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0;
}

.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: 50%
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 5rem 10%;
    margin-top: 0em;
}

.body-contact div.contact {
    padding-top: 4em;
}

.contact .tab-formulaire .contenu h2 {
    text-align: center;
    margin-top: 0;
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 610px!important;
}

.contact .coordonnees {
    padding: 0 0 20px
}

.flex-address {
    position: relative;
    display: flex
}

.flex-address i,footer .tel i {
    margin-top: 3px!important;
    color: var(--color5)
}

.contact .coordonnees h2 {
    margin-top: 0px;
}

.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
}

.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
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: var(--color0);
    border: 0;
    box-shadow: none;
    width: 100%!important;
    font-size: inherit;
    color: var(--color3);
    border-radius: var(--border-radius)
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    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;
    padding-right: 70px;
    background-position: 82%;
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 30px 16px;
    font-family: var(--font_family_1);
    background: var(--color1) url(../images/ico-envoyer.svg) no-repeat 90% center;
    color: var(--color0);
    text-align: left;
    border-radius: 0;
    font-size: 18px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 22px auto;
    letter-spacing: 1px;
    border-radius: var(--radius);
}

.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: var(--color2);
}

::-webkit-input-placeholder {
    color: var(--color3)!important
}

:-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color3)!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;
    font-size: 34px;
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--color4)
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pageseo .formulaire .form-group input.btn-primary {
    float: right
}

.g-recaptcha {
    float: left
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 11% 40px;
    text-align: justify
}

.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);
    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
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center;
    border-radius: var(--border-radius)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7
}

.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 20px 0 5px
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: 0 0;
    display: block;
    color: var(--color1);
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: 0 0;
    color: var(--color2)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: -4px
}

.header-sidebars,.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 1px
}

.nav-item-active,.sidebar-divider-text,.sidebar-form label,.sidebar-right a,.sidebar-send-button {
    color: #fff!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 {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 16px;
    top: -2px;
    max-height: 65px;
    max-width: 130px;
    filter: brightness(0) invert(1);
}

.deploy-right-sidebar {
    border-left: 1px var(--color3) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color3) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    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_1)!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-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0)!important;
    background: var(--color3);
    opacity: .3
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    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;
    padding-left: 18px;
    background: 0 0;
}
.menu-mobile-dynamique li.active{background: #ff980026;}

.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,#c9323b,#c9323b);
    padding-top: 18px;
    padding-bottom: 18px
}

.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 a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: transparent;
    background-size: 8px auto;
    text-transform: uppercase;
    color: var(--color0);
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 29px;
    background-position: 6px 20.9px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 5px;
    font-size: 15px;
    color: var(--color1)
}

.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;
    color: #bebebe
}

.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: rgba(0,0,0,.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8
}

.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
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 139px;
    height: 139px
}

.bg-optionnel {
}

.bg-optionnel-gris {
    background: var(--color2);
    background-size: 60px auto
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.tete .infos .icones {
    width: 30px;
    margin: 0 -30px 0 0;
    fill: var(--color5);
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    top: 9px;
    left: 0;
    fill: var(--color3)
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.bx-pager.bx-default-pager a {
    background-color: var(--color3);
}

.bx-pager.bx-default-pager a.active,.bx-pager.bx-default-pager a:hover {
    background-color: var(--color1);
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color5)
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(0,0,0,.1)
}

.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
}

.actualites .date_post,.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(--color2);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-radius: var(--border-radius) 0 0 0
}

.actualites .date_post span,.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.actualites .date_post .s1,.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(--color3);
    padding: 5px 0 25px;
    margin: 0
}

.newsList .item:hover .h3 {
    color: var(--color1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    border-radius: var(--border-radius)
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    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
}

.newsItem .div-rs .btn-partage {
    display: inline-block;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 12px
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color4)
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 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(--color4);
    display: block;
    height: 100%;
    font-family: var(--font_family1);
    text-transform: uppercase;
    border-radius: var(--border-radius);
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: #f897355e;
    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
}

a.return-to-news,a.return-to-news:link,a.return-to-news:visited {
    text-decoration: none;
    font-family: var(--font_family_1);
    color: var(--color2);
}

a.return-to-news:focus,a.return-to-news:hover {
    text-decoration: underline;
    color: var(--color2)
}

.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(--color0);
    background-color: var(--color3);
    border-color: var(--color3)
}
@media(min-width: 2500px){
    
}
@media (min-width: 768px) {
    .dispaly_flex {
        display:flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media only screen and (min-width: 1024px) and (max-height:1366px) and (orientation:portrait) and (-webkit-min-device-pixel-ratio:1.5) {
    .atout.ms {
        width:160px;
        padding: 4em
    }

    .atout.ms:nth-child(5) {
        padding: 3.3em
    }
}
@media (max-width: 1024px){
    .atouts:before{width: 100%;border-radius: 0;}
    .swiper-button-next-serv, .swiper-button-prev-serv{width: 40px;height: 40px;font-size: 15px;}
    .card-wrapper .services-list{padding-bottom: 4em}
    .counter{transform: translate(0px,0px);padding: 4%;box-shadow: 1px 1px 10px #00000000;}
    .atouts{padding: 4%;}

.fluid-contenu .corps {
    padding: 5%;
}

.page-contenu.page-contenu-home.clear {
    padding: 7% 0 0;
    display: flex;
    flex-direction: column;
    gap: 5em;
}

.h1, h1, .pied h2.h1 {font-size: 40px;}}
@media (max-width: 991px) {
    .prestation{margin-bottom: 15rem;}
    .livre-ligne{grid-template-columns: 1fr 1fr;}
.contact .tab-coordonnes{display: flex;flex-direction: column;}
.contenu.formulaire{padding: 5%;}
    .body-contact div.contact {
    padding-top: 0em;
}
    .prestation .cell.texte .contenu .h1{font-size: 30px;}
    .propor.e-0{border: 0}
    .actualites article{flex-wrap: wrap;}

.actualites .cell.photo,.actualites .cell.texte,.contact .tab-coordonnes .cell.droite,.contact .tab-coordonnes .cell.gauche {
    width: 100%;
}
    .propor.e-1{width: 35vw;left: 12vw;bottom: -4vh;}
    .atouts .swiper-button-prev{left: 5%}
    .atouts .swiper-button-next{right: 5%}
    .atouts .swiper-button-prev,
    .atouts .swiper-button-next{
    top: 65%;
}
    .encart-counter::before,.body-page-1 .fluid-contenu .corps:before, .actualites:before{display: none}
    .encart-counter{width: 100%;border: 1px solid #b0875657;padding: 20px;}
    .compteurs{display: grid;grid-template-columns: 1fr 1fr;grid-gap: 20px;}
    .accordion{grid-template-columns: 1fr;grid-gap: 0px;}
    .atouts{padding: 6% 5% 2%;}
    .section-newsletter{padding: 4% 5%;}
    form#newsletter_form input[type="text"]{min-width: 80%;}
    .section-newsletter h2,.pied h2.h1{font-size: 30px;}
    .section-newsletter h2{margin: 0;color: var(--color0);}
    .service-image{height: 350px;}

.service-description {
    padding: 10px 20px;
    align-items: center;
    justify-content: center;
}
    .actualites .cell.texte .contenu .text-center {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    }

.actualites .cell.texte .contenu {
    padding: 4%;
}
    .realisations .row.recup-photos.gallery{grid-template-rows: 250px;}
    .actualites .cell.photo:after{left: -2%;}
    .actualites{padding: 5% 5% 5%;}
    .fluid-contenu .corps {
    padding: 4em 5% 5em;
}

.body-page-1 .fluid-contenu .corps {
    padding-bottom: 0;
}
.home-text{grid-gap: 20px;}
    .atout.ms {
        min-width:141px;
        padding: 4em
    }

    .atout.ms:nth-child(5) {
        padding: 3.3em
    }

    .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);
        transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .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!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
    }

    .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: auto;
        margin-top: 8px
    }

    .video-accueil {
        position: relative;
        width: 100%;
        height: 55vh;
        margin-left: 0
    }

    .banniere {
        height: 30vh;
        position: relative;
        top: 0 !important;
    }

.body-page-1 .banniere {height: 50vh !important;}

    .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!important
    }

    .slogan {
    left: 50%;
    transform: translate(-50%);
    top: 14vh;
    }

    .body-page-1 .slogan {
    top: 25vh;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    text-align: center;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
        text-wrap: balance;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .bande_contact_footer {
        padding: 0
    }

    .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: 5rem 11%
    }

    .contact .tab-formulaire {
        padding: 5%
    }

    .livre-elements {
        padding: 0 0
    }

    a.img-seo.imagecont.noflicker.img1 {
        float: inherit;
        margin-left: 0;
        margin-bottom: 15px;
        display: block
    }
}

@media (max-width: 767px) {
    .atout-desktop:before, .intervention:before{display: none;}
    .intervention{grid-template-columns: 1fr;}
    .propor.e-0 a, .propor.e-0 .propor-cont{height: 40vh;}
    .livre-ligne{grid-template-columns: 1fr;}
    .pied .copyright-footer{text-align: center}
    .AvisClients, .AvisClients:link, .AvisClients:visited{
    height: 40vh;
}

.temoignageScroll {
    max-height: 40vh;
}
    .contenu.formulaire{padding: 5%;}
    .body-contact div.contact{padding-top: 0em;}
    .pied .bande2{flex-direction: column;padding-bottom: 10vh}
    .atouts:before{inset:0;transform: none;width: 100%;border-radius: 0}
    .swiper-button-next-serv, .swiper-button-prev-serv{width: 40px;height: 40px;font-size: 16px}
    a.link-cms{font-size: 22px;}
    .page-contenu.page-contenu-home.clear{padding-top: 3em;gap: 30px;}
    .body-contact h2{font-size: 18px;}
    .realisations .row.recup-photos.gallery{grid-template-columns: 1fr 1fr;grid-template-areas:
"item1 item2"
"item3 item4";grid-gap: 10px;grid-template-rows: 20vh 20vh;}
        .bande_contact_footer .row1 {
        padding: 2rem 2%;
    }
    .actualites .cell.photo:before{display: none}
    .description-services{flex-wrap: wrap}

.card-wrapper .services-list {
    padding-bottom: 4em;
}
    .atout{
    backdrop-filter: none;
    background: #00000014;
    min-height: 32vh;
}

.atouts .picto {
    font-size: 18px;
    margin-top: 12px;
}
    .body-page-1 .actualites article {
        flex-direction:column
    }

    .certifs .swiper-button-prev {
        left: 2px;
    }

    .certifs .swiper-button-next {
        right: 2px;
    }

    .containerMS {
        flex-direction: column
    }

    .atouts-cont {
        /* flex-direction: column; */
        padding-top: 0;
        padding-bottom: 3em;
    }

.atouts .swiper-button-next, .atouts .swiper-button-prev {
    top: 60%;
}

.atouts .swiper-button-next {
    right: 5%;
}

.atouts .swiper-button-prev {
    left: 4%;
}

    .atout.ms {
        margin-top: 5%
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

.home-text {
    grid-template-columns: 1fr;
    grid-gap: 10px;
}

.home-text .row.recup-photos.gallery:after {
    display: none;
}

    .body-pageseo .slogan .titre {
        font-size: 2rem
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1, h1, .flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1,.prestation .cell.texte .contenu .h1 {
        font-size: 25px;
    }

    .titre-secondaire {
        font-size: 16px;
        text-wrap: balance;
        line-height: 1.2;
    }

    .body-page-1 .slogan {
        width: 100%;
        text-align: center;
        padding: 15px
    }

    .slogan {
        text-align: center;
        padding: 0;
    }

    .slogan .titre {
        font-size: 30px;
    }

.body-page-1 .slogan .titre {
    font-size: 30px;
}

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block;
        padding: 4% 4%;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 4%;
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -40px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        display: block;
        width: 100%!important;
        height: 240px!important
    }

    .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: 0px!important;
        padding-right: 0px!important;
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .realisations .contenu {
        padding: 0;
    }

    .AvisClientsBg {
        padding: 2% 5%;
    }

.intervention {
    padding: 2%;
}


    .intervention .contenu {
        padding: 7% 15px 10px;
    }

    .bande_contact_footer,.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
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 1px 0
    }

    .contact .tab-coordonnes {
        display: block;
        padding: 0;
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 180px
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        padding: 3rem 4%
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        height: 100%;
        margin-bottom: 0;
    }

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 40vh;
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 15px;
    }

    .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;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

.page-contenu.page-contenu-home.clear .scrollbars {
    height: auto;
    padding: 0;
    margin: 0;
}

    .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
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }
}

@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
    }

    .certifs .cell.droite .bg-noir {
        padding: 0
    }

    .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: 30px;
    }

    .titre-secondaire {
        font-size: 18px;
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .tete .infos {
    }

    .btn-descendre {
        top: -165px
    }

    .slogan {
        top: -125px
    }

    .body-page-1 .slogan {
    top: -22%;
    width: 100%;
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .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
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }
}

.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
}
