:root {
    --color0: #ffffff;
    --color1: rgb(45 67 157);
    --nuanceColor1: #02559d;
    --color2: #000;
    --color3: #212121;
    --color4: rgb(45 67 157);
    --bg-facultatif: rgb(45 67 157 / 6%);
    /*--font_family_1:'Sen';
    --font_family_2:'Montserrat-Light';*/
    --font_family_1:'Sen';
    --font_family_2:'Roboto-Light';
    --taille_font: 16px;
    --border-radius: 0;
}
html, body {
    height: 100%;
}

.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: black;
  animation: typing 1s;
  width: 300px; /* Set a fixed width to avoid layout shifts */
}

.typewriter img {
  min-width: 300px;
  height: auto;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 300px; }
}

.right-side {
  width: 50%;
  height: 100%;
  position: absolute;
  background: #ffffff;
  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(--color4);
  transition: 0.8s ease;
}

.left-side {
  width: 50%;
  height: 100%;
  position: absolute;
  background: white;
  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(--color4);
  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: white;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}


/* Atouts */

.swiper-att-2 span{font-weight: bold;color: var(--color3);}

.swiper-att-2 img {
    width: 40px;
    position: relative;
    top: -5px;
}

.atouts-items {
    position: relative;
    width: 100%;
    padding-top: 20px;
}
.atouts-items-2 {
    position: relative;
    width: 100%;
}

.nos-atouts {
    padding: 7vh 0;
    position: relative;
    z-index: 2;
    width: 100%;
    background: var(--color0);
}

.swiper {
      height: 100%;
      overflow: hidden;
      position: relative;
    }
.body-gallery-4 .row.ligne-photos.retrait {
    display: none;
}
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

.atouts-items .swiper-slide .swiper-att {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    transition: all .3s ease;
    width: 100%;
    height: 340px;
    position: relative;
    margin: 20px;
    text-align: left;
}

.swiper-att .picto {
    height: auto;
    width: 60px;
    margin-bottom: 5%;
}

.swiper-att.imgaa:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.swiper-att.imgaa {
    margin: 0 !important;
    height: 380px !important;
    overflow: hidden;
}

.swiper-att span {
    font-size: 18px;
    margin-top: 10px;
    color: var(--color1);
    line-height: normal;
    height: 40px;
    text-transform: uppercase;
    margin-bottom: 5%;
    font-family: var(--font_family_1);
    font-weight: 600;
}

.swiper-att p {
    font-size: 16px;
    opacity: 0.85;
}

.atouts-items .swiper-slide i {
    font-size: 45px;
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

img.imga {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.atouts-items .swiper-button-next {
    right: -22px;
}

.atouts-items .swiper-button-prev {
    left: -17px;
}

.atouts-items .swiper-button-next, .atouts-items .swiper-button-prev {
    background: none;
    color: var(--color3);
}

.swiper-button-prev {
    left: 60px;
}

body {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

a {
    transition: color 300ms ease-out 0s;
}

a#logoFD {
    float: left;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    object-fit: cover;
}

ul {
    list-style: inside none none;
}

ul li, ol li {
    padding-left: 0px;
    position: relative;
}

ul li::before {
    display: inline-block;
    content: "";
    position: absolute;
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    left: -15px;
    font-size: 14px;
    color: var(--color1);
    top: 0px;
    width: 9px;
    height: 16px;
}

.pied ul li::before {
    color: white;
}

ol li::marker {
    color: var(--color1);
}

ul li.niveau2, ol li.niveau2 {
    margin-left: 30px;
}

menu, dir {
    padding-left: 15px;
}

blockquote p {
    font-size: inherit;
}

table, table td, table th {
    font-size: inherit;
    border: 1px solid rgb(124, 124, 124);
}

main, section, article, aside, footer, header, nav, hgroup {
    display: block;
}

iframe {
    border: none;
}

.gmb-cart iframe {
    height: 491px !important;
}

a.bouton-principal:after {
}

[data-anim] {
    opacity: 0;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.realisations .row.recup-photos.gallery 
{padding: 0;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;grid-template-areas:
"item1 item1 item1 item2 item2 item2"
"item1 item1 item1 item3 item3 item3"
"item4 item4 item5 item5 item6 item6";grid-template-rows: 425px 400px 480px;grid-gap: 10px;position: relative;}

.realisations .row.recup-photos.gallery .col-md-4:first-child {
    grid-area: item1
}

.realisations .row.recup-photos.gallery .col-md-4:nth-child(5) {
    grid-area: item5;
}

.realisations .row.recup-photos.gallery .col-md-4:nth-child(6) {
    grid-area: item6;
}

.realisations .row.recup-photos.gallery .col-md-4:nth-child(2) {
    grid-area: item2
}

.realisations .row.recup-photos.gallery .col-md-4:nth-child(3) {
    grid-area: item3
}

.realisations .row.recup-photos.gallery .col-md-4:nth-child(4) {
    grid-area: item4
}

.r-flex .row.recup-photos.gallery {
    height: 758px;
    position: relative;
    max-width: 545px;
    margin: auto;
    transition: all .5s;
}

.nopad {
    padding-left: 0px;
    padding-right: 0px;
}

.container {
    width: 1400px;
    margin: 0 auto;
}

.extra-banner-mar.container {
    position: absolute;
    width: 70%;
    left: 2%;
    bottom: 0%;
    display: flex;
    flex-wrap: wrap;
    z-index: 10;
}

.extra-banner-mar.container:before {content: "";transform: skewX(-24deg);position: absolute;display: block;left: -7%;width: 110%;height: 95px;background: var(--color1);top: -36%;}

.extra-banner-mar.container .row {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.banniere .container.nopad {
    /* position: absolute; */
    width: 52%;
    padding: 0 0% 0 3%;
}

.banniere .container.nopad:not(.body-page-1 .banniere .container.nopad) {
    width: 100%;
    padding: 0;
}

div#leftsmar {
    padding-left: 5%;
}

div#leftmar {
    transition: all .8s cubic-bezier(.5,1,.89,1);
}

div#leftmar {
    background: url(../images/bg-home01.jpeg);
    background-position: center;
    background-size: 123%;
    background-repeat: no-repeat;
    height: 100%;
    background-color: #ffffffc9;
    background-blend-mode: color;
}

div#leftmar:not(.body-page-1 div#leftmar) {
    padding-left: 5%;
}

.nopad-l {
    padding-left: 0px;
}

.nopad-r {
    padding-right: 0px;
}

.nomargin {
    margin: 0px;
}
p.puce-style:before {
    content: ">";
    color: var(--color4);
    font-size: 20px;
    margin-right: 6px;
    position: relative;
    top: 1px;
    font-weight: 700;
}
.hide {
    display: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.justify {
    text-align: justify;
}

.clear::after {
    content: "";
    display: block;
    clear: both;
}

.bold {
    font-weight: bold;
}

.underline {
    text-decoration: underline;
}

.relative {
    position: relative;
}

.inline-block {
    display: inline-block;
    vertical-align: top;
}

.noflicker {
    transform: translateZ(0px);
}

.retrait {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.body-gallery-2 .row.ligne-photos.retrait {
    /* display: none; */
}

.transition {
    transition: all 400ms ease 0s;
    transform: translateZ(0px);
}

.cover {
    background-size: cover !important;
}

hr.trait {
    height: 1px;
    margin: -0.5em 0px;
    padding: 0px;
    color: var(--color3);
    background-color: var(--color3);
    border: 0px;
    opacity: 0.4;
}

.page-contenu img {
    margin: 10px;
}

body {
    color: var(--color3);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0);
}

.service-banner-content {
    width: 75%;
    );
}

.service-banner-content h4 {
    color: var(--color0);
    font-family: var(--font_family_1);
    margin-top: 3px;
    font-size: 14px;
}

.service-banner-img {
    width: 20%;
}

.single-service-banner {
    display: flex;
    gap: 1%;
    align-items: center;
}

.sv {
    position: relative;
    width: 19%;
    margin-right: 1%;
    margin-bottom: 2%;
}

.atout-container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.atout-container .swiper-slide {
    width: 23.5%;
    margin-bottom: 2%;
    border: 1px solid #d9d9d9;
    transition: all .5s ease;
}
.gmb-cart {display: none;}

.images-f {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.images-f img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 0;
}

.images-f:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.images-f img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide {
    display: flex;
}

.mySwiperAtt .swiper-slide {
    border: 1px solid #d9d9d9;
}

.mySwiperAtt .swiper-slide {
      width: 80% !important;
    }

   
.mySwiperAtt .swiper-slide-next {
    opacity: 0.6;
}

.gbp-conteneur {
    background: var(--bg-facultatif);
}

.pied-back {
    background: var(--color0) !important;
    position: relative;
    z-index: 9999;
}

.inter-map {
    background: var(--color0);
    position: relative;
    z-index: 9;
}
.inter-map {
    width: 45%;
    height: 100%;
}
.intervention .container {
    display: flex;
    align-items: start;
    gap: 5%;
    height: 71vh;
}

.intervention .container:before, .intervention .container:after {
    display: none;
}

.intervention .container .contenu {
    width: 50%;
    padding: 6% 5% 2.6%;
    background: rgb(45 67 157 / 6%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.inter-map iframe {
    width: 100%;
    vertical-align: bottom;
    height: 100%;
}

.tab-formulaire-cont {
    position: relative;
}

div#fd-feedback-button {
    background: var(--color1);
}

.bottom-header {
    background: transparent;
    position: relative;
    transition: all 0.3s ease 0s;
    top: 0px;
}

.bottom-header .container {
    width: 100%;
    padding: 0 2% 0 3%;
}

.bottom-header .container:not(.body-page-1) {
    padding: 0 2% 0 5%;
}

.fixed .bottom-header .container {
    padding: 0;
    width: 1400px;
}

.fixed .bottom-header {
    background: var(--color0);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 9px;
}

.alert.alert-warning-prepwebserver-custom.alert-dismissable {
    display: none;
}

a, a:link, a:visited {
    color: var(--color3);
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

.corps a:hover {
    color: var(--color1);
}

a:active {
    outline: 0px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 {
    color: var(--color1);
    font-family: var(--font_family_1);
    font-weight: 200;
}

h1, .h1 {
    font-size: 45px;
    line-height: 1;
    color: var(--color1);
    /* text-transform: uppercase; */
    margin-bottom: 30px;
    position: relative;
    font-weight: 900;
    text-align: left;
    font-family: var(--font_family_1);
}

h1::before, .h1::before {
    content: "";
    width: 40px;
    background: var(--color1);
    position: absolute;
    bottom: -10px;
    left: 0;
    margin-left: 0px;
    height: 2px;
}

.bloc-GMB .h1::before {
    left: 50%;
    background: var(--color0);
}

h2, .h2 {
    font-size: calc(var(--taille_font) + 1rem);
}

h3, .h3 {
    font-size: calc(var(--taille_font) + 0.7rem);
}

h4 {
    font-size: calc(var(--taille_font) + 0.4rem);
}

h5 {
    font-size: calc(var(--taille_font) + 0.3rem);
}

h6 {
    font-size: calc(var(--taille_font) + 0.2rem);
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a, .h2 a, .h3 a, h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link, .h1 a:link, .h2 a:link, .h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited, .h1 a:visited, .h2 a:visited, .h3 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h1 a:hover, .h2 a:hover, .h3 a:hover {
    text-decoration: underline;
}

.titre-secondaire {
    position: relative;
    font-size: 22px;
    line-height: 17px;
    padding: 12px 0px 8px;
    margin: 0px;
    font-weight: 500;
    color: var(--color2);
    text-align: left;
    display: block;
    font-family: var(--font_family_1);
    text-transform: none;
}

.intervention .titre-secondaire {
    color: var(--color4);
}

.realisations .titre-secondaire {
    color: var(--color2);
}
.realisations:before {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    transform: translate(-50%);
    width: 85%;
    height: 50%;
    background: var(--bg-facultatif);
    top: -1%;
}

.badge-optionnel {
    position: absolute;
    top: 0px;
    right: 0px;
    background: url("../images/badge-optionnel.png") right top no-repeat;
    width: 139px;
    height: 139px;
}

.bg-optionnel {
    background: url("../images/bg-optionel.svg") center top / 60px repeat;
}

.bloc-GMB {
    /* display: none !important; */
}

.bg-optionnel-gris {
    background-image: ;
    background-position-x: ;
    background-position-y: ;
    background-repeat-x: ;
    background-repeat-y: ;
    background-attachment: ;
    background-origin: ;
    background-clip: ;
    background-color: ;
    background-size: 60px;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    transform: translateZ(0px);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 1px;
    backface-visibility: hidden;
    position: relative;
    background-color: var(--color1);
    transition-property: color;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0);
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1);
}

.hvr-shutter-out-horizontal::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0px;
    transform: scaleX(0);
    transform-origin: 50% center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
}

.hvr-shutter-out-horizontal.dark::before {
    background-color: var(--color2);
}

.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active, a.hvr-shutter-out-horizontal:hover, a.hvr-shutter-out-horizontal:focus, a.hvr-shutter-out-horizontal:active {
    color: var(--color0);
    background: var(--nuanceColor1);
}

.hvr-shutter-out-horizontal:hover::before, .hvr-shutter-out-horizontal:focus::before, .hvr-shutter-out-horizontal:active::before {
    transform: scaleX(1);
}

a.bouton-principal, button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 13px;
    border: 0px;
    border-radius: var(--border-radius);
    overflow: hidden;
    transition: all 0.3s ease 0s;
    min-width: 140px;
    text-transform: uppercase;
}

.cta a.bouton-principal {
    min-width: 170px;
    background: transparent;
    border: 1px solid #00000059;
    backdrop-filter: blur(13px);
    padding: 13px 40px 13px 20px;
    color: black;
}

.cta a.bouton-principal:not(.body-page-1 .cta a.bouton-principal) {
    color: white;
    border: 1px solid #ffffff59;
    text-shadow: black 0px 0px 3px;
}

.body-service-list .banniere a.bouton-principal {
    top: 80px;
    z-index: 2;
}

a.bouton-principal::after, button.bouton-principal::after {
    right: 15px;
    top: 50%;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
    font-weight: bold;
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute;
}

.btn-service a.bouton-principal, .btn-service button.bouton-principal, .btn-news a.bouton-principal, .btn-news button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0px;
}

.btn-service a.bouton-principal::after, .btn-news a.bouton-principal::after {
    content: none;
}

.btn-service a.bouton-principal::after, .btn-news a.bouton-principal::after {
    background-image: none;
}

.body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal {
    min-width: 115px;
    margin: 5px 0px 10px;
}

.main-page {
    position: relative;
    overflow: hidden;
}

p.adresse span.texte br {
    display: none;
}

.tete {
    position: relative;
    left: 0px;
    right: 0px;
    z-index: 9000;
    transition: 0.5s ease;
    top: 0;
}

.fixed.tete {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    top: -130px;
    transition: all .8s cubic-bezier(.5,1,.89,1);
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 1% 0%;
}

.fixed .header {
    padding: 0px;
}

.tete .header .flex-logo {
    width: 20%;
}

.tete .header .flex-infos {
    height: 100%;
    display: flex;
    width: 5%;
}
.menu-icon-wrapper {
    position: relative;
    display: flex;
    width: 65px;
    height: 75px;
    margin: 0 20px;
    pointer-events: none;
    transition: .1s;
    vertical-align: sub;
    z-index: 99999;
    justify-content: center;
    align-content: center;
    align-items: center;
    top: -7px;
}

.menu-icon-wrapper:before {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50%
}
.menu-icon-wrapper svg * {
    fill: #ffffff;
    transition: .3s ease;
}

.menu-icon-wrapper svg path {
    stroke-width: 30px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.menu-icon-wrapper .menu-icon-trigger {
    position: absolute;
    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
}
.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0px 0 0;
    background: var(--color0);
    text-align: center;
    z-index: 9999;
    width: 400px;
    box-shadow: 0 0 0px #0000008c;
    display: flex;!;!importan;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    right: -100%;
    transition: 0.6s cubic-bezier(0.59, -0.01, 0.32, 0.85);
}
div#menu-icon-wrapper2 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

div#menu-icon-wrapper2 svg {
    width: 19px;
    height: 20px;
    fill: black;!;!i;!;
}

div#menu-icon-wrapper2 svg * {
    fill: black;
}

div#menu-overlay:before {
    content: "";
    position: absolute;
    right: -200px;
    top: 50%;
    width: 100%;
    height: 80%;
    background: url(../images/logo-r.svg) no-repeat center left;
    background-size: contain;
    transform: rotateZ(180deg) translateY(50%);
    filter: opacity(0.1);
    opacity: 0.5;
    transition: 0.6s ease;
    transition-delay: 0.3s;
}

div#menu-overlay.active:before {
    right: 0;
}

div#menu-overlay.active {
    right: 0;
    box-shadow: 0 0 17px #0000008c;
}
.menu-overlay .btn-partage {
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
    gap: 4px;
}

.menu-overlay .btn-partage:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #969696;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -25px
}
div#menu-overlay p.logo-site {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}

div#menu-overlay p.logo-site img {
    height: auto;
    width: 133px;
}
.menu-overlay .infos-contact {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: 36%;
    width: 100%;
    padding: 0;
}

.iconbox {
    display: flex;
    align-items: center;
    margin-bottom: 10%;
    gap: 5%;
}

.menu-overlay .infos-contact .iconbox {
    flex-direction: column;
    margin-bottom: 8%;
}

.menu-overlay .infos-contact .iconbox svg.pictoSVG {
    fill: white;
}
svg.pictoSVG {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    top: 3px;
    left: 3px;
    fill: var(--color1);
    margin-right: 10px;
}
.iconbox .callTracker a, .iconbox .callTracker span {
    width: 100%;
    background: transparent;
    font-family: var(--font_family_2);
}

.iconbox span {
    width: 55px;
    height: 55px;
    background: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.iconbox span .pictoSVG {
    top: unset;
    left: unset;
    margin: 0;
}

.iconbox h3 {
    margin: 0;
    padding: 0 !important;
    font-family: var(--font_family_2) !important;!i;!;
    font-size: 16px !important;
    line-height: 23px;
    color: #000000 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
    font-weight: 100 !important;!i;!;
}

.menu-overlay .iconbox h3 {
    font-size: 16px !important;
    margin-top: 3%;
}

.menu-overlay .iconbox h3 a {
    color: #000000 !important;
    text-decoration: none !important;
}

.iconbox h3 p {
    font-weight: 100;
    color: #000000;
    letter-spacing: 0;
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
}

.menu-overlay .infos-contact .iconbox h3 p {
    font-size: 16px;
}

.iconbox p {
    margin: 0;
    font-weight: 900;
    color: var(--color1);
    font-family: var(--font_family_1);
    font-size: 20px;
}

.iconbox h3:before {
    display: none;
}

.tete.fixed .header .flex-infos {
    display: none;
}

.tete .logo-site {
    margin: 0px;
}

.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;
    width: 100px;
    position: absolute;
    top: 6px;
    filter: brightness(0) invert(1);
}

.body-page-1 .tete .logo-site a img {
    filter: none;
}

.fixed.tete .logo-site a img {
    width: 88px;
    top: 3px;
    filter: none;
    position: relative;
    padding: 10px;
    padding-left: 0;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
    font-weight: 100;
    min-width: 170px;
    color: var(--color0);
    border: 1px solid;
    margin: 0px;
    font-family: var(--font_family_1);
    background: transparent;
    border-radius: var(--border-radius);
    transition: all 0.5s ease 0s;
    white-space: nowrap;
    padding: 10px 20px;
    text-transform: uppercase;
    text-align: center;
}

.tete.fixed .infos .tel {
    background: var(--color1);
}

.callTracker:not(.active):hover, .callTracker:not(.active) a:hover, .mailTracker:not(.active):hover, .mailTracker:not(.active) a:hover {
    /* color: var(--color1); */
}

.pied .callTracker:not(.active):hover, .pied .callTracker:not(.active) a:hover {
    color: white;
    text-decoration: underline;
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none;
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.header-phone .icones {
    margin: 0px 8px 0px 0px;
    fill: var(--color1);
    width: 25px;
    height: 25px;
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px;
}

.callTracker {
    position: relative;
}
.btn-show-more:before {
    content: "";
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-48%);
    width: 20px;
    height: 20px;
    background: url(../images/btn-arrow.svg) no-repeat center / contain;
    transition: .3s ease;
}

.btn-show-more:not(.body-page-1 .btn-show-more):before {
    filter: invert(1);
}

.btn-show-more:hover:before {
    right: 13px;
}

p.tel-header.bouton-principal {
    padding: 12px 40px 12px 20px;
    margin: 0px;
    font-size: 13px;
    font-family: var(--font_family_1);
    min-width: 170px;
    text-align: center;
    font-weight: 500;
    border-radius: var(--border-radius);
    text-transform: uppercase;
    background: transparent;
    border: 1px solid #00000059;
    backdrop-filter: blur(13px);
    z-index: 10;
    color: black;
}

p.tel-header.bouton-principal:not(.body-page-1 p.tel-header.bouton-principal) {
    color: white;
    border: 1px solid #ffffff59;
    text-shadow: black 0px 0px 3px;
}

.body-service-list p.tel-header.bouton-principal.hvr-shutter-out-horizontal.callTracker.hidden-sm.hidden-xs {
    top: 80px;
    z-index: 2;
    color: var(--color0);
}

.slogan .callTracker:not(.active):hover, .callTracker:not(.active) a:hover {
    color: black;
}

.callTracker span, .callTracker a {
    display: inline;
    text-align: center;
    min-width: 145px;
    padding: 0px;
    transition: all 500ms ease 0s;
    height: 100%;
    line-height: 1.54em;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker span, header .callTracker a {
    top: 5px;
}

header .callTracker span.t_phone {
    font-size: 15px;
    line-height: 20px;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.pied .callTracker a, .coordonnees .callTracker a {
    position: relative;
    left: 0px;
}

.tete .infos .callTracker:not(.active):hover, .tete .infos .callTracker:not(.active) a:hover {
    color: var(--color0);
    background: var(--color1);
    border-color: var(--color1);
}

.tete .widget-partage {
    display: none;
}

.btn-partage .btnp {
    width: 34px;
    height: 34px;
    border-radius: 0px;
    display: flex;
    transition: all 400ms ease 0s;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: transparent;
    margin-right: 5px;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px;
}

.btn-partage .btnp:hover {
    background-color: var(--color1);
    border-color: var(--color1);
    border-radius: 3px;
}

footer .btn-partage .btnp {
    border-color: var(--color1);
}

.copyright {
    text-align: justify;
}

.tete .btn-partage {
    padding: 0px;
    display: flex;
}

.tete .header .flex-menuP {
    width: 75%;
}

.fixed .header .flex-menuP {
    width: 80%;
}

.navh .menu_principal {
    /* margin: 0px auto; */
    padding: 0px;
    display: flex;
    justify-content: end;
}

.navh .menu_principal > li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0px 2rem;
    background: none;
}

.navh .menu_principal > li::before {
    content: none;
}

.navh .menu_principal > li:last-child {
    background: none;
}

.navh .menu_principal a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 3px;
    background: var(--color0);
    left: 0px;
    bottom: 0px;
    transition: all 0.5s ease 0s;
}

.navh .menu_principal a:hover::after, .navh .menu_principal li.active > a::after {
    width: 100%;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    position: relative;
    color: var(--color0);
    display: block;
    font-size: 13px;
    line-height: 25px;
    padding: 27px 0px;
    font-weight: 500;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all 400ms ease 0s;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fixed .navh .menu_principal a, .fixed .navh .menu_principal a:visited {
    color: var(--color3);
}

.navh .menu_principal a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 1px;
    background: var(--color0);
    left: 0px;
    bottom: 18px;
    transition: all 0.5s ease 0s;
}

.fixed .navh .menu_principal a::after {
    background: var(--color1);
}

.icone-share {
    display: none;
}

.btn-partage .icones {
    width: 16px;
    margin: 0px;
    height: 16px;
    padding: 0px;
    position: relative;
    left: 0px;
    fill: var(--color0);
}
.menu-overlay .btn-partage .icones{
    fill:var(--color1);
}
footer .btn-partage .icones {
    fill: var(--color0);
}

@media (max-width: 1530px) {
    .header {
        /* padding: 0px 1.5%; */
    }

.header {
}

.row.relative.header:after {
    display: none;
}

.bottom-header .container:after {
    display: none;
}
}

@media (max-width: 1376px) {
    .flex-infos {
        display: none;
    }

    .tete .header .flex-menuP {
        width: 80%;
        position: relative;
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0px;
        z-index: 9999;
        display: none;
    }

    .fluid-infos .infos {
        display: block;
        position: relative;
    }

    .fluid-infos .infos p.tel {
        margin: 0px;
        position: relative;
        left: 155px;
        transition: all 0.5s ease 0s;
        background: var(--color1);
        line-height: 1;
        padding: 9px;
        display: table;
        color: var(--color0);
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative;
    }

    .fluid-infos .infos .tel .icones {
        margin: 0px 15px 0px 0px;
        width: 26px;
        height: 26px;
        float: left;
    }

    .fluid-infos .infos p.tel:hover {
        left: 0px;
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0px 0px;
        display: flex;
        left: 155px;
        transition: all 0.5s ease 0s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center;
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0);
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0);
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0px;
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px;
    }

    .tete .header .btn-partage .icone-partage {
        display: block;
    }
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0px;
    text-align: left;
    z-index: 2;
    top: 50px;
    text-transform: inherit;
}

.slogan:not(.body-page-1) {
    top: 33%;
}

h1.slogan::before, .h1.slogan::before {
    content: "";
    width: 0px;
    height: 0px;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit;
}

.slogan .titre {
    font-size: 50px;
    font-family: var(--font_family_1);
    color: var(--color0);
    /* text-transform: uppercase; */
    line-height: 2;
}

.slogan .titre:not(.body-page-1 .slogan .titre) {
    text-shadow: black 0px 0px 3px;
}

  .body-page-1 .slogan {
      position: absolute;
      top: 30%;
      text-align: left;
      width: 55%;
      height: 100%;
      padding: 0 11%;
  }
.body-page-1 strong.titre {
    font-size: 70px;
    font-family: var(--font_family_1);
    display: block;
    color: var(--color1);
    font-weight: 500;
    line-height: 50px;
}

.body-page-1 strong.titre img {
    position: relative;
    height: auto;
    width: 215px;
}

.slogan .sous-titre {
    font-size: 27px;
    font-family: var(--font_family_2);
    line-height: 35px;
    font-weight: 200;
    padding: 0px 0px 30px;
    display: inline-block;
    width: 100%;
    /* text-shadow: black 0px 0px 3px; */
    letter-spacing: 3px;
    color: var(--color2);
    padding-right: 10%;
}
.swiper.mySwiper-bann {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 48%;
}
.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    background: transparent;
    opacity: 1;
    margin: 5px 0px !important;
    position: relative;
    border-radius: 0;
    transition: all .3s linear;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    z-index: 12;
    text-align: left;
    width: 10%;
    display: flex;
    flex-direction: column;
    bottom: 30px;
    left: unset;
    right: -6%;
}

.swiper-pagination-bullet:before {content:"";position: absolute;width: 30px;height: 2px;background: white;border-radius: 0;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all .3s linear;}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before,.swiper-pagination-bullet:hover:before {
    background: var(--color1);
    height: 4px;
    width: 55px;
    left:-10px
}
.body-page-1 .slogan {
    bottom: -80px;
    text-align: left;
    width: 100%;
    padding: 10px 0px 0px;
    position: relative;
}

.cta {
    display: flex;
    align-items: center;
    gap: 1%;
}

.services-container{
  padding: 0 0;
}
.service1:hover {
    box-shadow: 0 5px 17px rgb(102 98 120 / 30%);
    transform: translateY(-2px);
}
.services-container.services-flex {
  display: flex;
  position: relative;
  width: 100%;
  float: none;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: wrap;
}
.services-container.services-flex .mask2:first-child {
    width: 49.5% !important;
    margin: 0 0 5px 0;
    padding: 0 0 0;
}

.services-container.services-flex .mask2:nth-child(2) {
    width: 49.5%;
    padding: 0 0 0 0.5%;
}
.services-container.services-flex .mask2 {
  width: 33.2%;
  margin: 0px 0 7px;
  padding: 0 0.5% 0 0;
}

.service1{
  width: 100%;
  height: 384px;
  display: block;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  position: relative;
  transition: all 400ms;
  transform-origin: center center;
  transform: translateY(0);
  box-shadow: 0 0 0 rgb(102 98 120 / 0%);
  transition: transform .4s ease,box-shadow .4s ease;
}
.service1>span:after {
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #fff;
    bottom: -2px;
    transform: scale(0,1);
    transition: transform .2s;
    transform-origin: right top;
}

.service1>span:hover:after {    transform-origin: left top;
    transform: scale(1,1);}
.service1 h2{
  position: absolute;
  bottom: 5vh;
  font-family: var(--font_family_1);
  font-size: 21px;
  z-index: 2;
  transition: all 400ms;
  left: 12px;
  margin: auto;
  text-align: left;
  text-align: left !important;
  /* text-transform: uppercase; */
  color: #fff;
  font-weight: 500;
}

.service1>span{
  font-weight: bold;
  position: absolute;
  bottom: 2vh;
  left: 12px;
  font-size: 1.6rem;
  z-index: 3;
  text-align: left;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  transition: .4s;
  font-family: var(--font_family_2);
  font-weight: 100;
}

.service1 h2::before{
  width: 23px;
  height: 5px;
  border-radius: 4px;
  background-color: rgba(55,156,244,1);
  left: 3px;
  position: absolute;
  top: 12px;
  transition: all;
  position: absolute;
}
.service1::after{
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(0deg, rgb(1 6 15 / 72%) 15%, rgb(1 6 15 / 9%) 61%, rgb(1 6 15 / 0%) 100%);
  position: absolute;
  top: 0;
  left: 0;
  transition: .9s;
}

.mask:hover .service1{
  transform: scale(1) translate(0,-15px);
  transition: .7s;
}
.mask:hover .service1::after{
  background: linear-gradient(359deg, black, transparent);
  transition: .9s;
}.nos-service .bloctext {
    padding: 0px 0;
    float: none;
}
.nos-service h2.h1.sans-image, .intervention .h1 {
    text-align: left;
}
.nos-service {
  padding-top: 70px;
  position: relative;
  width: 100%;
  padding: 7vh 0% 12vh;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
  background: white;
}

.nos-service h1 i{
    position: relative;
}

.video-accueil {
    position: fixed;
    top: 0px;
    left: 50%;
    width: 120vw;
    height: 100vh;
    margin-left: -60vw;
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative;
}

.video-accueil .banniere {
    z-index: 0;
}

.banniere {
    position: absolute;
    margin-left: 0px;
    height: 100%;
    left: 0px;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: 0px !important;
}

.body-page-1 .banniere {
    align-items: center;
    flex-direction: row-reverse;
    background: white;
}

.banniere::after {
    content: "";
    background: linear-gradient(rgb(0 0 0 / 56%) 0, rgb(0 0 0 / 54%) 13%, #000000a1 45%, rgb(0 0 0 / 64%) 100%);
    width: 48%;
    height: 100%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
    display: block;
    opacity: 0.7;
}

.banniere:not(.body-page-1 .banniere):after {
    width: 100%;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    pointer-events: none;
}

.banniere img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.service-banner-img img {
    width: 36px !important;
    height: 36px !important;
    position: relative !important;
    filter: brightness(0) invert(1);
}

.body-page-1 .banniere::before {
    content: none;
}

.btn-descendre i {
    font-size: 30px;
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
}

.fluid-contenu .corps {
    padding: 0em 0% 3em;
    background: var(--color0);
}

.body-page-1 .fluid-contenu .corps {
    padding: 0em 0 4em;
}

.row.r-flex {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    padding: 20px 5%;
    background: var(--bg-facultatif);
}

.page-contenu-home {
    position: relative;
    display: block;
    color: var(--color3);
    padding: 1rem 0%;
    /* height: 500px; */
    overflow: hidden;
    column-count: 2;
}

.page-contenu-home ul {
    padding-left: 18px;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.recup-photos .propor .propor-cont .imagecont img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 0;
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
    overflow: hidden;
}

.realisations .recup-photos .propor {
    height: 100%;
}

.recup-photos .propor::after {
    padding-top: 78%;
    display: block;
    content: "";
}

.recup-photos .propor .propor-cont {
    position: absolute;
    inset: 0px;
    overflow: hidden;
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    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: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: all 0.5s ease 0s;
    background-color: var(--color1);
    background-image: url("../images/ico-zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    padding: 3em 0% 4em;
}

.certifs .cell.gauche {
    display: block;
}

.certifs .cell.gauche .contenu {
    padding: 2em 0%;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px;
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 75%;
    background-color: white;
}

.certifs .swiper-slide img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    /* box-shadow: 0 0 1px var(--color4); */
}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0px;
    margin-top: -22px;
    opacity: 0.8;
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0px;
    margin-top: -22px;
    opacity: 0.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;
    background-size: 60%;
    text-align: center;
}

.certifs .logo-certifs .row-certifs .certif-inline > div img {
    position: relative;
    overflow: hidden;
}

.actualites .cell.photo a {
    display: block;
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
    padding: 6em 10%;
}

.actualites article {
    display: table;
    width: 100%;
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
}

.actualites .cell.photo:hover {
    opacity: 0.95;
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0);
}

.actualites:last-child .cell.texte {
    border-bottom: none;
}

.actualites .cell.texte .contenu {
    padding: 3em 10%;
    text-align: justify;
    direction: ltr;
}

.actualites .cell.texte .contenu ul {
    padding: 0px;
    margin: 0px;
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0px 5px 20px;
    background: url("../images/puce.svg") 0px 9px no-repeat;
}

.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: bold;
    color: var(--color2);
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0px;
}

.news .ligne-actus .contenu-article {
    margin-top: 0px;
}

.news .contenu-article {
    margin-top: 21px;
}

.AvisClientsBg {
    padding: 0px 7%;
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev::before {
    display: inline-block;
    content: "";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color2);
}

.AvisClientsBg .bx-next {
    right: -2vw;
}

.AvisClientsBg .bx-next::before {
    display: inline-block;
    content: "";
    font-weight: bold;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color2);
}

.AvisClientsBg .bx-prev, .AvisClientsBg .bx-next {
    text-indent: initial;
    font-size: 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: 0.7;
    transition: all 0.5s ease 0s;
}

.AvisClientsBg .bx-prev:hover, .AvisClientsBg .bx-next:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0px 45px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0);
}

.etoiles .fa {
    color: rgb(255, 204, 0);
}

.AvisClientsList {
    margin: 0px;
    padding: 0px;
}

.AvisClientsList li {
    list-style: none;
    background: none;
}

.AvisClientsList li::before {
    content: none;
}

.avisClientsBg .h {
    text-align: center;
}

.AvisClients:link, .AvisClients:visited, .AvisClients {
    position: relative;
    background-color: var(--color0);
    padding: 5rem 9% 3rem;
    text-align: center;
    height: 330px;
    margin-top: 0px;
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
}

.AvisClients:active, .AvisClients:hover {
    background-color: var(--color0);
}

.AvisClients .h {
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0px;
    color: var(--color3);
    padding-top: 15px;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0px auto 20px -64px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.avisContent::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden;
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.date_post {
    font-size: 15px;
    padding: 4px 0px;
}

.date_post i {
    margin-right: 8px;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px;
}

.livre-elements {
    padding: 0px 12%;
    margin-bottom: 40px;
    text-align: center;
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}

.livre-elements .date {
    color: var(--color2);
    margin-bottom: 2px !important;
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px;
}

.livre-elements .temoignage::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 48%;
}

.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(--color2);
    font-size: 1.6vw;
    font-weight: bold;
    text-shadow: none;
}

.modal {
    display: none;
    overflow: auto scroll;
    position: fixed;
    inset: 0px;
    outline: 0px;
    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, 0.2);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-content .btn-close {
    border: 0px;
    background: none;
    padding: 0px;
    font-size: 21px;
    color: var(--color2);
    opacity: 0.2;
    line-height: 1;
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px;
}

.modal-content .btn-close:hover, .modal-content .btn-close:focus {
    opacity: 0.5;
}

.modal-content .submit-review {
    padding-right: 60px !important;
}

.modal-content label.control-label {
    display: none;
    padding-top: 0px !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: 0px auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px;
}

#add-review .form-group #captcha {
    height: 46px !important;
}

.formulaire #add-review .form-group input, .formulaire #add-review .form-group textarea, .formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 1px solid rgb(204, 204, 204);
    color: var(--color2);
    border-radius: 2px;
}

.modal-content .form-control::placeholder {
    opacity: 1;
    color: var(--color2) !important;
}

#add-review .submit-review {
    float: none;
    display: block;
    background-image: none;
    margin: 15px auto !important;
    padding: 14px 15px !important;
}

#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: normal;
    font-style: italic;
    text-align: justify;
    opacity: 0.6;
    display: block;
    clear: both;
    color: var(--color2) !important;
}

.cont-slider {
    position: relative;
}

.sudo-slider {
    width: 100%;
    z-index: 8999999;
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px;
}

.sudo-slider .slide img {
    max-height: 100%;
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.cont-slider .controls ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.cont-slider .controls ol li {
    display: inline-block;
    background: none;
    padding: 0px;
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0px 5px;
    border-radius: 10px;
    opacity: 0.5;
}

.cont-slider .controls ol li.current a {
    opacity: 1;
}

.cont-slider .controls ol li a span {
    display: none;
}

.centerservice2 {
    margin: 0px 16% !important;
}

.centerservice {
    margin: 0px 33% !important;
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 2px solid var(--color0);
    background-position: center center;
    background-repeat: no-repeat;
}

.services .cell.gauche .vegas-slide-inner {
    border-radius: var(--border-radius);
}

.services .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.services .cell.droite .contenu {
    padding: 6rem 12%;
}

.services .cell.droite .contenu .liste-services {
    position: relative;
    display: block;
}

.services .cell.droite .contenu .liste-services h3 {
    background: none;
    padding: 0px;
    margin: 0px 0px 9px;
}

.services .cell.droite .contenu .liste-services h3::before {
    content: none;
}

.services .cell.droite .contenu .liste-servicesl h3 .bouton-principal {
    display: block;
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal {
    font-size: 16px;
    color: var(--color0);
    margin: 0px;
    display: block;
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal:hover {
    text-decoration: none;
}

.btn-service {
    text-align: center;
    margin: 10px 0px;
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0px;
    margin: 0px;
    position: absolute;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0px;
}

.services .miettes li::before {
    content: none;
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: 0.5;
}

.services .miettes li a.active {
    opacity: 1;
}

.realisations, .AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 7vh 0%;
    background: var(--color0);
}

.realisations .col-md-4 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.realisations .galerie .propor, .news .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.realisations .galerie .propor::after, .news .propor::after {
    padding-top: 78%;
    display: block;
    content: "";
}

.realisations .galerie .propor .propor-cont, .news .propor .propor-cont {
    position: absolute;
    inset: 0px;
}

.realisations .galerie .propor .propor-cont .imagecont, .news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    transform: translateZ(0px);
}

.realisations .galerie .propor .propor-cont .imagecont .imagefond, .news .propor .propor-cont .imagecont .imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
}

.realisations .galerie .propor .propor-cont .imagecont .masque, .news .propor .propor-cont .imagecont .masque {
    transition: all 400ms ease 0s;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url("../images/ico-zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque, .news .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond, .news .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

.intervention {
    position: relative;
    z-index: 8000;
    padding: 7vh 0 11vh;
    background: var(--color0) !important;
    display: none;
}

.intervention .contenu {
    /* font-size: 14px; */
}

.intervention .contenu a, .intervention .contenu a:link, .intervention .contenu a:visited {
    color: var(--color0);
}

.intervention h2 {
    color: var(--color1);
    margin-top: 0px;
}

.intervention h2::before {
    bottom: -18px;
}

.intervention ul {
    margin: 15px 0px;
    /* column-count: 2; */
    width: 60%;
}

.intervention ul li {
    margin-bottom: 12px;
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 0px 2rem;
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem;
}

.pied {
    position: relative;
    z-index: 8000;
    background: var(--color1);
}
.pied:after {content: "";width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: url(../images/footer-bg.png);z-index: -1;opacity: .15;background-size: 100%;background-repeat: no-repeat;background-position: bottom;}
.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 30px;
    right: 30px;
    width: 60px;
}

.remonter button {
    padding: 8px;
    text-align: center;
    background: var(--color1);
    border: none;
    transform: rotate(180deg);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.remonter button::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    animation: 1s ease-out 0s infinite normal none running pulse-border;
    background: var(--color1);
    z-index: -1;
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.8);
        opacity: 0;
    }
}

.remonter button img {
    height: 20px;
}

.remonter button:hover {
    opacity: 0.8;
}

.pied .bande1 {
    padding: 5rem 0%;
    background: transparent;
    border-bottom: 1px solid #ffffff21;
}

.bande_contact_footer {
    padding: 50px 0%;
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    background: var(--bg-facultatif);
    padding: 5rem 28%;
    border-radius: 0;
}

.bande_contact_footer .row1::after {
    width: 232px;
    height: 1px;
    content: "";
    background: var(--color0);
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
    margin-top: 49px;
    display: none;
}

.pied .bande2 {
    padding: 6px 0%;
    background: transparent;
    /* border-top: 1px white; */
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_1);
    font-size: 18px;
    padding: 0px 0px 20px;
    position: relative;
    font-weight: 100;
}

.pied .title_footer::before {
    content: "";
    width: 35px;
    background: var(--color0);
    position: absolute;
    bottom: 8px;
    left: 0px;
    height: 2px;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 20px;
    list-style-type: none;
    margin: 0px;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0px 0px 4px;
    background: none;
    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: 14px;
    padding: 0px;
    color: inherit;
    text-decoration: none;
}

.pied .navf .menu_footer li a:hover {
    text-decoration: underline;
}

.pied .navf .menu_footer li.active a {
    text-decoration: underline;
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none;
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0px;
    text-align: justify;
    padding: 0px;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0px;
    background: none;
}

.pied .menu_referencement li::before {
    content: none;
}

.pied .menu_referencement li::after {
    content: " - ";
    color: var(--color0);
}

.pied .menu_referencement li:last-child::after {
    content: "";
}

.pied .menu_referencement li a, .pied .menu_referencement li a:visited {
    color: var(--color0);
    font-size: 14px;
    text-decoration: none;
}

.pied .menu_referencement li a:hover {
    text-decoration: underline;
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none;
}

.pied address {
    margin: 0px;
    padding: 15px 0px 10px;
    color: var(--color0);
    font-size: 14px;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0px;
    background-position: 0px 0px;
    padding: 0px 0px 10px;
}

.flex-address {
    position: relative;
    display: flex;
}

.flex-address i {
    margin-top: 3px !important;
}

address i {
    margin: 0px 12px 0px 0px;
    font-size: 16px;
    color: var(--color1);
    width: 16px;
}

footer address i {
    color: white;
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none;
}

.pied address p a {
    text-decoration: none;
    color: inherit;
}

.pied address p a:hover {
    text-decoration: underline;
}

.pied .scrollbars {
    margin: 15px 0px 0px;
    height: 245px;
}

.pied .horaires {
    padding: 10px 0px 35px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 14px;
    color: var(--color0) !important;
    margin-top: 6% !important;
}

footer > div.bande1 > div > div > div:nth-child(3) > p.horaires {
    display: none !important;
}

body > div:nth-child(11) > div > footer > div.bande1 > div > div > div:nth-child(3) > p.horaires {
    display: none !important;
}

.horaires {
    display: flex;
    color: var(--color3) !important;
}

p.horaires i {display: none;}

.horaires i {
    margin: 4px 12px 0px 0px;
    font-size: 16px;
    color: var(--color2);
}

.pied .copyright-footer {
    margin: 5px 0px 0px;
    text-align: center;
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 160px !important;!i;!;
}

.pied .btn-like {
    padding: 20px 0px 0px;
}

.pied .btn-partage {
    text-align: right;
    padding: 25px 0px 0px;
    display: flex;
    justify-content: flex-end;
}

.scrollbar-path-vertical, .scrollbar-path-horizontal {
    position: absolute;
    background-color: rgb(236, 236, 236);
    z-index: 100;
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0px;
    width: 100%;
    height: 5px;
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0px;
    height: 100%;
    width: 5px;
}

.scrollbar-path-horizontal {
}

.scrollbar-handle {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: var(--color1);
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%;
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%;
}

.scrollbar-path-vertical, .scrollbar-path-horizontal, .scrollbar-handle {
    border-radius: 5px;
}

.scrollbar-content {
    padding: 0px 30px 0px 0px;
    float: none !important;
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    margin-bottom: 2rem;
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0px;
    bottom: -25px;
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0px auto;
    background: #ffffff;
    border-radius: 0;
    box-shadow: rgb(0 0 0 / 14%) 0px 3px 70px;
    padding: 15px 35px;
    font-size: 18px;
    font-weight: 100;
    max-width: 95%;
    color: var(--color1);
    );
}

.item-news.prestation .contenu {
    background: rgb(245 245 245););
    padding: 50px 40px 20px;
    position: relative;
    min-height: 170px;
    height: 200px;
}

.prestation .cell.texte .contenu p {
    padding: 0px 0px 20px;
}

.prestation .cell.texte p.lire-suite {
    text-align: right;
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 86px;
    height: 86px;
    overflow: hidden;
}

.body-contact h2 {
    color: var(--color1);
    /* text-transform: uppercase; */
    position: relative;
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px;
    font-family: var(--font_family_2);
}

.body-contact .formulaire h2 {
    font-size: 32px;
    line-height: 1;
}

.tab-coordonnes h2::before {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--color4);
    position: absolute;
    bottom: -14px;
    left: 0px;
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px;
}

.body-contact .tab-formulaire .cell.droite h2::before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px;
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    margin-top: 3%;
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 20%;
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 1em 7% 0px 0;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    width: 50%;
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    padding: 5rem 28%;
    margin-top: 5em;
    border-radius: 0;
}

.contact .plan {
    font-size: 0px;
    height: 100%;
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    width: 100% !important;
    height: 550px !important;
}

.contact .coordonnees {
    padding: 0px 0px 20px;
}

.contact .coordonnees h2 {
    margin-top: 0px;
}

.contact .coordonnees address p {
    padding: 0px 0px 10px;
    color: var(--color2);
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none;
}

.contact .coordonnees address p span.intitule {
    font-weight: bold;
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit;
}

.contact .coordonnees address p a:hover {
    text-decoration: underline;
}

.contact .description-contact {
    padding: 0px 0px 10px;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0px !important;
    padding-right: 0px !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 strong, .info-rgpd a, .info-rgpd a:visited {
    color: var(--color1);
}

.contact .formulaire .control-label {
    font-weight: normal;
    text-align: left !important;
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0px !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.contact .formulaire .form-group .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: none;
    font-size: inherit;
    color: var(--color2);
    border-radius: var(--border-radius);
    width: 100% !important;
}

.form-control:focus {
    color: rgb(0, 0, 0);
    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: 0px 12px;
}

.contact .formulaire .form-group .form-control:focus, .contact .formulaire .form-group .form-control:active {
    border: 1px solid #cdcdcd;);
}

.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 {
        appearance: none !important;
        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 !important;
    }

    .form-horizontal select.form-control option {
        color: inherit;
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    display: inline-block;
    vertical-align: top;
    width: 31% !important;
    height: 50px !important;
    float: none !important;
    margin-right: 2% !important;
}

.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%;
    border-radius: 0px;
    padding: 0px;
    height: 50px !important;
}

.contact .formulaire .form-group input.btn-primary {
    position: relative;
    float: right;
    padding-right: 70px;
}

.contact .formulaire .form-actions {
    font-size: 12px;
    color: var(--color2);
}

.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 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color4);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all 400ms ease 0s;
    background-size: 24px;
    background-position: left 90% center;
    background-image: url("../images/ico-envoyer.svg");
    background-repeat: no-repeat;
}

.body-error404 a.btn.btn-default {
    background-image: none;
}

.body-error404 a.btn.btn-default:hover, .body-error404 a.btn.btn-default:active, .contact .formulaire input.btn-primary:hover, .contact .formulaire input.btn-primary:active, .contact a.btn.btn-default:hover, .contact a.btn.btn-default:active {
    background-color: var(--nuanceColor1);
}

::-webkit-input-placeholder {
    color: var(--color2) !important;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100% !important;
    margin-right: 0px !important;
    text-align: left !important;
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0px;
    right: 0px;
    margin-right: 0px !important;
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.text-seo {
    height: 630px;
}
.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1::before, .flex-seoContain .seo-form h2.h1::before {
    left: 0px;
    margin-left: 0px;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0px 0px;
}

.gallery .description-galerie {
    padding: 0px 0% 40px;
    text-align: justify;
}

.body-gallery-2 .gallery .description-galerie h4:first-child {
    margin-top: 0;
}

.gallery .description-galerie {
    column-count: 2;
    gap: 30px;
}

.gallery .description-galerie ul {
    padding-left: 15px;
}

.pull-right img {
    width: auto;
    height: 570px;
}

.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 {
    margin-bottom: 20px;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.gallery .multiple .ligne-photos {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px;
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0px;
}

.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;
    inset: 0px;
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1 1 0%;
    height: 100%;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    transform: translateZ(0px);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.gallery .ligne-photos .propor .propor-cont .imagecont img {
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: hidden;
    border-radius: 0;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover img {
    -webkit-transform: scale(1.2) rotate(-5deg);
    -moz-transform: scale(1.2) rotate(-5deg);
    -o-transform: scale(1.2) rotate(-5deg);
    -ms-transform: scale(1.2) rotate(-5deg);
    transform: scale(1.2) rotate(-5deg);
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    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: 0px;
    left: 0px;
    opacity: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url("../images/ico-zoom.svg");
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.7;
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    transform: scale(1.15);
}

/*Galery*/
.mySwiperGalAB .swiper-button-prev,.mySwiperGalAB .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: var(--color4); */
    color: var(--color0);
    border-radius: 50%;
    top: 40%;
    /* border: 5px solid var(--color0); */
    font-size: 13px;
    transition: all .3s ease;
}

.mySwiperGalAB .swiper-button-prev:hover, .mySwiperGalAB .swiper-button-next:hover {
    background-color: var(--bg-facultatif);
}

.mySwiperGalAB .swiper-button-prev {
    left: 3px;
}

.mySwiperGalAB .swiper-button-next {
    right: -3px;
}
    .body-gallery-4 .swiper {
      width: 100%;
      height: 100%;
          overflow: hidden;
    }
    .body-gallery-4 .swiper-wrapper {
        display: flex;
    }
   .body-gallery-4  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .body-gallery-4 .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.gallery .nav {
    margin: 10px 0;
    text-align: center;
    align-items: self-end;
}
/*************/
.body-gallery-4 .gallery .nav, .body-gallery-4 .gallery .nav {
    margin: 6px 0;
    padding-right: 0;
}

.body-gallery-4 .gallery .nav .col-md-4:nth-child(3n) {
    /* padding-right: 0; */
}

.body-gallery-4 .gallery .nav .col-md-4:nth-child(3n+2) {
    /* padding: 0 7.5px; */
}

.body-gallery-4 .gallery .nav .col-md-4:nth-child(3n+1) {
    /* padding-left: 0; */
}

.body-gallery-4 .gallery .tab-content {
    display: contents;
    position: relative;
    top: 0;
    width: 100%;
}

.body-gallery-4 .gallery .tab-content h2 {
    position: relative;
    padding-left: 0;
    margin-bottom: 60px;
    font-size: 40px;
    /* text-transform: uppercase; */
    font-family: var(--font_family_1);
    color: var(--color1);
    text-align: center;
    font-weight: 600;
}
.gallery.node-112 h1 {
    background: var(--color0);
    padding: 10vh 5vw;
    margin-bottom: 8px;
    display: none;
}

.body-gallery-4 .gallery .tab-content h2:before {
    content: '';
    position: absolute;
    left: -55px;
    top: 50%;
    width: 45px;
}

.gallery .nav-pills .contain-propr {
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}

.body-gallery-4 .gallery .nav-pills .contain-propr:after {
    padding-top: 78%;
    display: block;
    content: '';
}

.gallery .nav-pills .contain-nav {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.view-first .imagefond {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 100%;
    height: auto;
}

.view-first:hover .imagefond {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.view-first .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.34);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    display: table;
    table-layout: fixed;
}

.view-first:hover .mask {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.view-first .mask em {
    display: table-cell;
    vertical-align: middle;
    font-style: normal;
    position: relative;
    width: 100%;
    height: 100%;
}

.view-first .titre-mask {
    /* text-transform: uppercase; */
    color: #fff;
    font-family: 'Montserrat-Light';
    text-align: center;
    display: block;
    font-size: 25px;
    padding: 0 10px 10px;
    margin: 0 0 0 0;
    /* -webkit-transform: translateY(-100px); */
    -moz-transform: translateY(-100px);
    -o-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    /* transform: translateY(-100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-weight: normal;
    font-family: var(--font_family_1);
}

.view-first .small-txt {
    font-family: 'Montserrat-Light';
    display: block;
    font-weight: normal;
    text-transform: uppercase;
    position: relative;
    color: #c6c6c6;
    font-size: 17px;
    padding: 0 40px 10px;
    text-align: center;
    /* -webkit-transform: translateY(100px); */
    -moz-transform: translateY(100px);
    -o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    /* transform: translateY(100px); */
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 1;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.view-first .small-txt:after {
    content: '';
    background: url(../images/ico-zoom.png);
    width: 40px;
    height: 23px;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -20px;
}

.view-first:hover .titre-mask, .view-first:hover .small-txt {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.view-first:hover .small-txt {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    -ms-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

#x {
    content: "";
    background-image: url('../images/x.png');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
    display: block;
    position: relative;
    border-radius: 6px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

a.btn_fermer {
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 1;
    font-size: 24px;
    color: #fff;
    padding: 2px 9px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

a.btn_fermer:hover {
    text-decoration: none;
    color: #fff;
    right: 10px;
}

.gallery .nav-pills .contain-nav a {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
}

.gallery .nav-pills .contain-nav a span.imagefond {
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}

.gallery .nav-pills .contain-nav a span.masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(151, 183, 33, 0.7);
}

.gallery .nav-pills .contain-nav a:hover span.masque {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.body-gallery-4 .description-galerie {
    padding: 65px 100px;
}

.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-flex .row.recup-photos.gallery {
    margin: 0;
}

.r-flex .row.recup-photos.gallery iframe {
    border-radius: var(--border-radius);
}

.images-f {
    width: 90%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    gap: 20px;
    /* flex-wrap: wrap; */
    /* position: relative; */
}

.row.r-flex h1 {
    text-transform: none;
}

/*************/
.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
    width: 16.5%;
    height: 195px;
}

.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: " ";
    opacity: 0;
}
.gallery .nav li:last-child::after {
    display: none
}
.gallery .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_3);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    border: none !important;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.gallery .nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--color3);
    opacity: 0.5;
    transition: all .3s ease;
}

.gallery .nav li a:hover:before {
    background-color: var(--color1);
}

.gallery .nav li.active a:before {
    background-color: var(--color1);
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: var(--color0);
}

.gallery .nav li.active a:before {
    /* opacity: 3.1; */
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
    text-align: center
}

.gallery .nav li a.bouton-principal {
    display: flex !important;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
}
.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0px 0px;
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px;
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 18px;
    height: 18px;
    content: "+";
    font-family: verdana;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 8px;
}

.header-sidebars, .sidebar-left, .sidebar-right {
    background-color: var(--color0);
}

.sidebar-left a, .sidebar-right a, .sidebar-bottom-controls a, .contactButton, .nav-item-active, .sidebar-form label, .sidebar-send-button, .sidebar-divider-text {
    color: var(--color0) !important;
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px 1px;
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden;
}

.top-logo img {
    position: absolute;
    left: 15px;
    top: 6px;
    height: auto;
    width: 68px;
}

.deploy-right-sidebar {
    /* border-left: 1px var(--color0) solid; */
    display: table-cell;
    background-color: var(--color0);
    height: 65px;
    width: 65px;
    background-position: center center;
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color4);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0px;
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color4);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0px;
}

.sidebar-scroll-right {
    width: 275px;
    height: 100%;
    background-color: var(--color0);
    overflow: hidden auto !important;
}

.sidebar-scroll-right .btn-partage .icones {
    fill: var(--color1);
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0px;
    bottom: 0px;
    width: 270px;
    margin-right: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) -2px 0px 2px 0px;
    font-family: var(--font_family_1) !important;
}

.sidebar-right .btn-partage {
    display: flex;
    padding-left: 13%;
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
    color: var(--color2) !important;
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative;
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0px;
    background: var(--color3);
    opacity: 0.3;
    color: var(--color0) !important;
}

.submenu a:first-child {
    background-image: none !important;
}

.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: 0px;
    display: block;
}

.sidebar-right .close-sidebar-right {
    position: absolute !important;
}

.menu-mobile-dynamique {
    margin: 0px;
    padding: 0px;
    list-style: inside none none;
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: none;
    padding-left: 18px;
}

.menu-mobile-dynamique li.active {background: var(--bg-facultatif);}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0px;
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none;
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px;
}

.menu-mobile-dynamique li.parent {
    background-image: url("../images/gopage.svg");
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px;
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px;
}

.menu-mobile-dynamique ul {
    list-style: inside none none;
    padding-left: 0px;
}

.menu-mobile-dynamique ul li a {
    background: none;
}

.menu-mobile-dynamique input {
    appearance: none;
    border-radius: 0px;
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0px;
    outline: none;
}

.no-bottom {
    margin-bottom: 0px !important;
}

.menu-mobile-dynamique .sub-menu {
    display: none;
}

.deprecated-ie {
    text-align: center;
    color: rgb(0, 0, 0);
    background: rgb(238, 238, 238);
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0px;
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: rgb(0, 0, 0);
    text-decoration: underline;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1);
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2);
}

.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active {
    background-color: var(--color2);
}

.vegas-timer-progress {
    background: var(--color0);
}

.icones {
    width: 32px;
    margin: 16px 0px 0px 16px;
    height: 32px;
    fill: var(--color0);
}

.deploy-right-sidebar .icones {
    width: 29px;
    fill: black;
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    left: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color1);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0px;
}

.newsList {
    float: none;
    display: flex;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0px 0px 30px;
    float: none;
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: clamp(12px, 0.5vw, 14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0px;
    border-top-left-radius: var(--border-radius);
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px;
}

.news .date_post .s1 {
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px, 2vw, 50px);
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250, 250, 250, 0.2);
    background-image: none;
}

.news .propor .propor-cont .imagecont:hover {
    transform: scale(1.15);
}

.newsList .propor {
    overflow: hidden;
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0px 25px;
    margin: 0px;
    font-weight: 200;
    font-family: var(--font_family_1);
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1);
}

.newsList .item .h3 a:hover {
    text-decoration: none;
}

.item-news {
    position: relative;
}

.item-news.prestation .bloc-photo.photo-empty, .item-news.prestation .photo {
    height: 295px;
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto;
}

.prestation {
    width: 100%;
    /* box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 15px; */
    background: var(--color0);
    margin: 0px 0px 30px;
}

.newsItem .photo img {
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

.newsItem .photo {
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px, 40vw, 650px);
    background-color: rgb(242, 242, 242);
    transition: all 0.5s ease 0s;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.newsItem .contenu-article {
    padding: 15px 0px 0px;
    min-height: 200px;
    margin: 0px;
}

.newsItem .div-rs {
    margin: 0px auto 40px;
    display: flex;
    align-content: center;
    align-items: center;
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0px;
    margin-left: 2rem;
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0);
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0);
}

.newsItem .date_post {
    padding: 5% 3% 3%;
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px;
    height: 100%;
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0px;
    height: 100%;
}

.news_avant_apres a, .news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius);
}

.news_avant_apres a:hover, .news_avant_apres a:focus {
    border-color: var(--color1);
    text-decoration: none;
}

.news_avant_apres > div:last-child {
    right: -5px;
}

.news_avant_apres a:hover b, .news_avant_apres a:focus b {
    text-decoration: none;
    color: var(--color1);
}

.navButtons, .navButtons:visited {
    padding: 0px 0px 10px;
    color: var(--color2);
    transition: all 0.8s ease 0s;
    text-decoration: none;
    display: block;
}

.news_avant_apres a:hover span, .news_avant_apres a:focus span {
    color: var(--color2);
    text-decoration: none;
}

.pagination > li {
    background: none;
    padding-left: 0px;
}

.pagination > li > a, .pagination > li > span {
    color: var(--color1);
    border-color: var(--color3);
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1);
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: var(--color1);
    background-color: var(--color0);
}
@media (min-width: 1500px) and (max-width: 1650px) {
    .navh .menu_principal > li{
        padding: 0px 12px;
    }

.navh .menu_principal a, .navh .menu_principal a:visited {
    font-size: 12px;
}
}
@media (min-width: 1280px) and (max-width: 1500px){
    .container, .fixed .bottom-header .container{
        width: 1150px;
    }

.flex-menuP {
    right: -75px;
}

.fixed .flex-menuP {
    right: -58px;
}

.navh .menu_principal > li {
    padding: 0 0.5em;
}

.extra-banner-mar.container {
    width: 90%;
}

.extra-banner-mar.container:before {
    width: 104%;
    top: -30%;
    height: 110px;
}

.service-banner-img img {
    width: 35px !important;
    height: 35px !important;
}

.service-banner-content h4 {
    font-size: 15px;
}

.body-page-1 strong.titre {
    font-size: 50px;
}

.slogan .sous-titre {
    font-size: 22px;
    line-height: 1;
}

.realisations:before {
    width: 98%;
}

.intervention .container {
    height: 117vh;
}

.inter-map {
    height: 100%;
}
}
@media (min-width: 768px) {
    .dispaly_flex {
        display: flex;
    }

    .flex_child_2 {
        flex: 2 1 0%;
    }

    .flex_child_1 {
        flex: 1 1 0%;
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll;
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0px;
    }
}

@media (max-width: 991px) {
    .body-gallery-2 .gallery .description-galerie h4:first-child {
        margin-top: 10px;
    }
    .fluid-contenu .corps {
        padding: 2rem 5%;
    }

    .contenu {
        padding: 0px 30px;
    }
    .realisations .row.recup-photos.gallery {
    grid-template-rows: 135px 145px 150px;
    grid-gap: 5px;
}

    .contact .formulaire .form-group > label.control-label {
        display: block;
        transition: all 400ms ease 0s;
        transform: translateZ(0px);
        bottom: 11px;
        opacity: 0.5;
        position: relative;
        font-size: 0px;
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px;
    }

    .container {
        max-width: none;
        width: auto;
    }

.intervention .container {
    flex-direction: column;
    height: 100%;
}

    .banniere .container.nopad {
        padding: 0px 2%;
        width: 100%;
    }

.body-page-1 .banniere .container.nopad {
    position: absolute;
}

.swiper.mySwiper-bann {
    width: 100%;
}

    .services-home {
        padding: 2em 0px 4em;
    }

    .centerservice2 {
        margin: 0px !important;
    }

    .centerservice {
        margin: 0px 25% !important;
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100% !important;
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100% !important;
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100% !important;
        margin-right: 0px !important;
        text-align: left !important;
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0px !important;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none;
    }

    .lb-prev {
        background: url("../images/lightbox-g.png") left 48% no-repeat;
        opacity: 1 !important;
    }

    .lb-next {
        background: url("../images/lightbox-d.png") right 48% no-repeat;
        opacity: 1 !important;
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0px;
    }

    .banniere {
        height: 40vh;
        position: relative;
        justify-content: center;
    }

    .body-page-1 .banniere {
        height: 38vh !important;
        align-items: center;
    }

    .pied .bande1, .body-page-1 .fluid-contenu .corps, .nos-atouts,.nos-service, .certifs {
        padding: 5rem 2% 70px;
    }

.r-flex .row.recup-photos.gallery {
    max-width: 100%;
    height: 500px;
}

.intervention {
    padding: 0;
}

.r-flex .row.recup-photos.gallery:before {
    display: none;
}

.row.r-flex {
    flex-direction: column;
}

.service1 h2 {
    font-size: 18px;
    left: 6px;
}

.img-mod {
    text-align: center;
}

    .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: 0px !important;
    }

    .body-page-1 main.fluid-contenu {
        margin: 0px !important;
    }

    .body-page-1 .corps {
        padding: 3rem 0px;
    }

    article.page.clear.node-1 {
        padding: 0px !important;
    }

    .engegements-content {
        flex-direction: column;
    }

    .title-serv {
        width: 100%;
    }

    .swiper-container-services.services-slideshow.swiper-container-horizontal {
        width: 100%;
    }

    .img-accueil {
        margin: 0px 70px;
        position: relative;
    }

    .slogan {
        width: 100%;
        left: 0px;
        padding: 0px 15px;
        top: auto;
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100%;
        top: 0px;
    }

    .slogan .titre {
        font-size: 65px;
        line-height: 1;
    }

    .slogan .titre::after, .slogan .titre::before {
        display: none;
    }

    .slogan .titre span {
        /* font-size: 29px; */
    }

    .slogan .sous-titre {
        font-size: 40px;
        line-height: 1;
        width: 100%;
        color: white;
    }

    .hwt_dec {
        display: none;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }

.gallery .description-galerie {
    column-count: 1;
}

    .page-contenu-home {
        padding: 0px;
        height: 287px;
    }

.page-contenu-home {
    column-count: 1;
}

    .certifs .cell.gauche .contenu {
        padding: 0px;
    }

    .intervention .contenu {
        padding: 0px 30px;
        width: 100% !important;
    }

.inter-map {
    width: 100%;
    height: 50vh;
}

    .actualites .cell.texte .contenu {
        padding: 0px;
    }

    .bande_contact_footer {
        padding: 0px;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img {
        width: 100%;
        height: auto;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .tab-formulaire {
        padding: 5rem 0%;
    }

    .livre-elements {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font);
    }

h1, .h1 {
    font-size: 26px;
}

    .tab-formulaire-cont::before {
        display: none;
    }

    .pad-xs {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-xs-l {
        padding-left: 15px !important;
    }

    .pad-xs-r {
        padding-right: 15px !important;
    }

    .centerservice2 {
        margin: 0px !important;
    }

    .centerservice {
        margin: 0px !important;
    }

    .nopad-xs {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-xs-l {
        padding-left: 0px !important;
    }

    .nopad-xs-r {
        padding-right: 0px !important;
    }

    .titre-secondaire {
        font-size: 16px;
        line-height: 20px;
    }
.services-container.services-flex .mask2 {
    width: 50%;
    margin: 0 0 6px;
    padding: 0 0.5% 0 0.5%;
}

.services-container.services-flex .mask2:first-child {width: 100% !important;!i;!;}

.service1 h2 {
    font-size: 17px;
}

.service1>a {
    font-size: 1.2rem;
}
.nos-service, .nos-atouts{
    padding: 2em 4%;
}

.conte-mod.row {
    flex-direction: column;
}

.nos-atouts {
    padding: 7vh 2vw;
}

.img-mod {
    text-align: center;
}

.swiper-att img {
    left: 4px;
}
    .service1 {
    width: 100%;
    height: 253px;}

    .body-page-1 .slogan {
        width: 100%;
        text-align: center;
        padding: 10px;
        bottom: 0px;
        /* top: 40px; */
    }

    .intervention {
        /* background: var(--bg-facultatif) !important; */
    }

    .slogan a.bouton-principal {
        display: none;
    }

    .slogan {
        text-align: center;
        left: 50%;
        transform: translate(-50%);
    }

    .slogan .titre {
        color: white;
        font-size: 28px !important;
        line-height: 24px !important;
        text-shadow: none !important;!i;!;
    }

.banniere:not(.body-page-1 .banniere) {
    height: 25vh !important;!i;!;
}

.body-page-1 strong.titre {
    color: white;
    font-weight: 600;
}

.body-page-1 strong.titre img {
    width: 123px;
    filter: brightness(0) invert(1);
}

    .banniere::after {
        background: linear-gradient(rgb(0 0 0 / 27%) 0, rgb(0 0 0 / 16%) 13%, #00000052 45%, rgb(0 0 0 / 32%) 100%);
        width: 100%;
    }

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    flex-direction: row;
    width: 100%;
    right: unset;
    bottom: 10px;
    text-align: center;
    justify-content: center;
    gap: 20px;
    display:none
}

.swiper-pagination-bullet:before {
    width: 15px;
    height: 2px !important;!i;!;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination-bullet:hover:before {
    width: 30px;
    height: 2px !important;!i;!;
}

.body-service-list .fluid-contenu .corps {
    padding: 10px 0;
}

    .slogan .titre span {
        font-size: 28px;
    }

    .slogan .sous-titre {
        font-size: 15px;
        padding: 0px 0px;
        width: 100%;
    }

    .fluid-contenu .corps {
        padding: 2em 12px !important;
    }

a.imagecont.noflicker.img1 {
    width: 100%;
}

.row.r-flex {
    flex-direction: column;
    padding: 0;
}

    .title-serv {
        padding: 0px 30px;
    }

    .marques::after {
        display: none;
    }

    .btns-servAB {
        width: 98%;
        bottom: -18px;
    }

    .marques {
        padding: 20px 30px 40px;
    }


    .recup-photos .col-md-4 {
        /* padding-left: 5px !important; */
        /* padding-right: 5px !important; */
    }

    .recup-photos {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

.realisations .col-md-6 {
    padding-right: 5px;
}

.r-flex .row.recup-photos.gallery {
    height: 512px;
    width: 100%;
    margin: 10px;
}

.r-flex .row.recup-photos.gallery:before {
    display: none;
}

.atouts {
    padding: 2em 4%;
}
.btnAtt .swiper-button-prev {
    left: -12px;
}

.btnAtt .swiper-button-next {
    right: -18px;
}

    .newsList .recup-photos {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }

    .recup-photos .propor {
        margin-bottom: 5px;
    }

    .certifs {
        display: block;
        padding: 3em 4%;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%;
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px;
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0px 15px 30px;
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0px;
    }

    .cont-slider .controls {
        bottom: -20px;
    }

    .services {
        display: block;
        padding: 5px 0px;
    }

    .liste-services {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: "col1 col2" "col3 col3" "col4 col5";
        gap: 5px;
    }

    div.title h3 {
        font-size: 18px;
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px;
    }

    .services .cell.droite {
        display: block;
        width: 100%;
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px;
    }

    .realisations {
        display: block;
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%;
    }

    .realisations .col-md-3 {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .realisations {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .intervention {
        padding: 3rem 0px 0;
    }

    .intervention .cont {
        padding: 0px;
    }

    .realisations {
        padding: 0;
    }

    .realisations .propor {
        margin-bottom: 5px;
    }

    .realisations .contenu, .AvisClientsBg .contenu {
        padding: 20px 30px 40px;
    }

    a.bouton-principal, button.bouton-principal {
        padding: 10px 20px;
    }

.gallery .nav li a.bouton-principal {
    background: var(--color1) !important;
}
     .gallery .nav li {
        width: fit-content;
        height: unset;
    }
.gallery .bas-galerie a.bouton-principal::after {
    top: 4px;
}

    .intervention .contenu {
        padding: 20px 30px 40px;
    }

    .intervention ul {
        column-count: 1;
        width: 100%;
    }

    .AvisClientsBg {
        padding: 0px;
    }

    .temoignageScroll {
        max-height: 135px;
    }

    .temoignageScroll {
        max-height: 135px;
    }

    .note-avis {
        flex-wrap: wrap;
    }

    .bande_contact_footer .row1 {
        padding: 2rem 8%;
    }

    .divAvis {
        width: 100%;
    }

    .pied .bande1 {
        padding: 20px 30px 40px;
    }

    .pied .btn-like {
        padding: 0px 0px 15px;
        text-align: center;
    }

    .pied .btn-partage {
        text-align: center;
        padding: 0px 0px 0px;
        justify-content: center;
    }

    .pied .btn-partage a {
        text-align: center;
    }

    .contact .tab-coordonnes {
        display: block;
    }

    .contact .tab-formulaire-cont::before {
        display: none;
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 10px 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: 5rem 0%;
    }

    .contact .coordonnees {
        padding: 0px;
    }

    .gallery .description-galerie {
        padding: 0px 15px 20px;
    }

    .prestation, .actualites {
        display: block;
    }

    .prestation .cell.photo, .actualites .cell.photo {
        display: block;
        width: 100%;
        height: 180px;
    }

    .prestation .cell.texte, .actualites .cell.texte {
        display: block;
        width: 100%;
        clear: both;
    }

    .prestation .cell.texte .contenu, .actualites .cell.texte .contenu {
        padding: 45px 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: 0px;
        background: none;
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: left;
    }

.body-gallery-2 .description-galerie {
    flex-wrap: wrap-reverse;
}

.body-gallery-2 .gallery .description-galerie {
    column-count: 1;
    height: 63vh;
}

.pull-mar, .content-mar {
    width: 100%;
    margin: 0;
}

.content-mar {
    display: flex;
    flex-direction: column-reverse;
}

.pull-mar {
    margin-top: 3%;
}

.pull-right {
    margin: 0;
    margin-bottom: 20px;
}

    .services .cell.droite .contenu {
        clear: both;
    }

    .scrollbars {
        width: 100%;
        /* height: auto; */
    }

.int.scrollbars {
    height: 215px;
    overflow: hidden;
}

.text-seo {
    height: 700px;
}

    .news_avant_apres > div:last-child {
        right: 0px;
    }

    .news_avant_apres > div {
        display: block;
        margin: 0px 0px 5px;
    }

    .news_avant_apres > div, .news_avant_apres {
        display: block;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .pad-sm {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .pad-sm-l {
        padding-left: 15px !important;
    }

    .pad-sm-r {
        padding-right: 15px !important;
    }

    .nopad-sm {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .nopad-sm-l {
        padding-left: 0px !important;
    }

    .nopad-sm-r {
        padding-right: 0px !important;
    }

    .slogan {
        text-align: center;
    }

    .scrollbars {
        height: 240px;
    }

.text-seo {
    height: 460px;
}

    .body-gallery-4 .fluid-contenu .corps, .body-contact .fluid-contenu .corps {
    }

    h1, .h1 {
    }

    .titre-secondaire {
    }

    .gallery .description-galerie {
        padding: 0px 0px 40px;
        text-align: justify;
    }
}

@media (min-width: 991px) and (max-width: 1199px) {
    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px;
    }

    .services a.bouton-principal {
        font-size: 11px;
    }

    .body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px;
    }

    .contact .coordonnees {
        padding: 0px;
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none;
    }
}

.infinite-scroll .chargement {
    background: url("../images/chargement.gif") center top no-repeat scroll rgba(0, 0, 0, 0);
    bottom: 0px;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px;
}

.g-recaptcha {
    float: left;
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    top: -45px;
    display: block !important;
    opacity: 0 !important;
    margin: 0px !important;
    height: 10px !important;
}

@media print {
    @page {
        size: portrait;
        margin: 2cm;
    }

    body {
        background-color: var(--color0);
        font-family: serif;
        font-size: 10pt;
    }

    a::after {
        content: " [" attr(href) "] ";
    }

    h1, h2, h3 {
        font-family: verdana, serif;
    }

    .hide-print {
        display: none;
    }

    .hide {
        display: none;
    }

    .clear {
        clear: both;
    }

    div[class^="col-"] {
        width: 100%;
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.6667%;
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%;
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%;
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%;
    }
}

.avis_satisfaction {
    position: fixed;
    right: 0px;
    top: 41%;
    background: rgb(197, 33, 39);
    transition: all 0.2s ease-in-out 0s;
    cursor: pointer;
    z-index: 9999;
}

.avis_satisfaction p {
    writing-mode: vertical-rl;
    margin: auto;
    color: rgb(255, 255, 255);
    text-decoration: none;
    padding: 9px 6px;
    display: block;
    font-size: 13px;
}

.avis_satisfaction:hover {
    transform: translateX(-1px);
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#myModalAvis {
    background: rgba(0, 0, 0, 0.6);
}

#myModalAvis .modal-dialog {
    top: 20%;
}

#myModalAvis .modal-content {
    height: 530px;
    background-color: transparent;
    border-radius: 10px;
}

#myModalAvis .modal-content .modal-body {
    padding: 0px;
}

#myModalAvis .modal-content .block-parent {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

#myModalAvis .modal-content .block-parent .popup_left {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(61deg, rgb(233, 28, 25) 0%, rgb(83, 24, 77) 100%);
}

#myModalAvis .modal-content .block-parent .popup_left .text_body {
    color: rgb(255, 255, 255);
    font-size: 24px;
    text-align: center;
    font-family: Nunito, sans-serif;
    font-weight: bold;
}

#myModalAvis .modal-content .block-parent .popup_left .text_last {
    position: absolute;
    bottom: 15px;
    color: rgb(255, 255, 255);
    font-size: 10px;
    font-family: Nunito, sans-serif;
}

#myModalAvis .modal-content .block-parent .popup_right {
    width: 60%;
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 0px 27px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

#myModalAvis .block-parent .popup_right .formAvis {
    width: 100%;
}

#myModalAvis .block-parent .popup_right .block_experience {
    text-align: center;
    font-size: 13px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 800px;
    }
}

@media (max-width: 768px) {
    .modal-dialog {
        width: 90%;
        margin: auto;
    }

    #myModalAvis .modal-dialog {
        top: 15%;
    }

    #myModalAvis .block-parent .popup_right .submit_formulaire {
        flex-direction: column;
    }

    .avis_satisfaction {
        right: -66px;
        transform: rotate(90deg);
        top: 50% !important;
    }

    .avis_satisfaction:hover {
        transform: rotate(90deg);
    }

    .avis_satisfaction p {
        writing-mode: unset;
    }
}

#myModalAvis .block-parent .popup_right .feedback {
    --normal: #ECEAF3;
    --normal-shadow: #D9D8E3;
    --normal-mouth: #9795A4;
    --normal-eye: #595861;
    --active: #F8DA69;
    --active-shadow: #F4B555;
    --active-mouth: #F05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: flex;
    justify-content: center;
}

#myModalAvis .block-parent .popup_right .feedback li {
    position: relative;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow));
    transition: background 0.4s ease 0s, box-shadow 0.4s ease 0s, transform 0.3s ease 0s;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    justify-content: center;
}

#myModalAvis .block-parent .popup_right .feedback li:not(:last-child) {
    margin-right: 20px;
}

#myModalAvis .block-parent .popup_right .feedback li::before {
    display: none;
}

#myModalAvis .block-parent .popup_right .feedback li span {
    display: none;
    position: absolute;
    color: rgb(255, 255, 255);
    padding: 5px 8px;
    border-radius: 5px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out 0s;
    line-height: 13px;
}

#myModalAvis .block-parent .popup_right .feedback li div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
}

#myModalAvis .block-parent .popup_right .feedback li div svg, #myModalAvis .block-parent .popup_right .feedback li div::before, #myModalAvis .block-parent .popup_right .feedback li div::after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 13px);
    width: var(--w, 8px);
    height: var(--h, 2px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}

#myModalAvis .block-parent .popup_right .feedback li div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s ease 0s;
}

#myModalAvis .block-parent .popup_right .feedback li div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 17px;
    --w: 7px;
    --h: 4px;
}

#myModalAvis .block-parent .popup_right .feedback li div svg.eye.right {
    --l: 23px;
}

#myModalAvis .block-parent .popup_right .feedback li div svg.mouth {
    --s: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 7px;
}

#myModalAvis .block-parent .popup_right .feedback li div::before, #myModalAvis .block-parent .popup_right .feedback li div::after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
    transition: background 0.4s ease 0s;
}

#myModalAvis .block-parent .popup_right .feedback li.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
}

#myModalAvis .block-parent .popup_right .feedback li:hover span {
    display: block;
    opacity: 1;
}

#myModalAvis .block-parent .popup_right .feedback li.angry:hover span {
    background-color: rgb(218, 26, 33);
    top: -32px;
}

#myModalAvis .block-parent .popup_right .feedback li.angry:hover span::after {
    bottom: -3px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(218, 26, 33);
}

#myModalAvis .block-parent .popup_right .feedback li.angry div::before {
    --r: 20deg;
}

#myModalAvis .block-parent .popup_right .feedback li.angry div::after {
    --l: 23px;
    --r: -20deg;
}

#myModalAvis .block-parent .popup_right .feedback li.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}

#myModalAvis .block-parent .popup_right .feedback li.angry.active {
    animation: 1s linear 0s 1 normal none running angry;
}

#myModalAvis .block-parent .popup_right .feedback li.angry.active div::before {
    --middle-y: -2px;
    --middle-r: 22deg;
    animation: 0.8s linear 0s 1 normal forwards running toggle;
}

#myModalAvis .block-parent .popup_right .feedback li.angry.active div::after {
    --middle-y: 1px;
    --middle-r: -18deg;
    animation: 0.8s linear 0s 1 normal forwards running toggle;
}

#myModalAvis .block-parent .popup_right .feedback li.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
}

#myModalAvis .block-parent .popup_right .feedback li.sad:hover span {
    background-color: rgb(218, 26, 33);
    bottom: -44px;
}

#myModalAvis .block-parent .popup_right .feedback li.sad:hover span::after {
    top: -3px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(218, 26, 33);
}

#myModalAvis .block-parent .popup_right .feedback li.sad div::before, .feedback li.sad div::after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 15px;
    --br: 50%;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div::after {
    --l: 25px;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div svg.eye {
    --t: 16px;
}

#myModalAvis .block-parent .popup_right .feedback li.sad div svg.mouth {
    --t: 24px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
}

#myModalAvis .block-parent .popup_right .feedback li.sad.active div::before, .feedback li.sad.active div::after {
    animation: 0.6s linear 0s 1 normal forwards running tear;
}

#myModalAvis .block-parent .popup_right .feedback li.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
}

#myModalAvis .block-parent .popup_right .feedback li.ok:hover span {
    background-color: rgb(241, 168, 65);
    top: -32px;
}

#myModalAvis .block-parent .popup_right .feedback li.ok:hover span::after {
    bottom: -3px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(241, 168, 65);
}

#myModalAvis .block-parent .popup_right .feedback li.ok div::before {
    --l: 12px;
    --t: 17px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}

#myModalAvis .block-parent .popup_right .feedback li.ok div::after {
    --l: 13px;
    --t: 26px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--normal-mouth));
}

#myModalAvis .block-parent .popup_right .feedback li.ok.active div::before {
    --middle-s-y: .35;
    animation: 0.2s linear 0s 1 normal forwards running toggle;
}

#myModalAvis .block-parent .popup_right .feedback li.ok.active div::after {
    --middle-s-x: .5;
    animation: 0.7s linear 0s 1 normal forwards running toggle;
}

#myModalAvis .block-parent .popup_right .feedback li.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
}

#myModalAvis .block-parent .popup_right .feedback li.good:hover span {
    background-color: rgb(119, 179, 80);
    bottom: -31px;
}

#myModalAvis .block-parent .popup_right .feedback li.good:hover span::after {
    top: -3px;
    width: 0px;
    height: 0px;
    border-bottom: 10px solid transparent;
    border-left: 10px solid rgb(119, 179, 80);
}

#myModalAvis .block-parent .popup_right .feedback li.good div::before {
    --b: var(--m, var(--normal-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 22px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
}

#myModalAvis .block-parent .popup_right .feedback li.good div::after {
    --sc: 0;
}

#myModalAvis .block-parent .popup_right .feedback li.good div svg.eye {
    --t: 15px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}

#myModalAvis .block-parent .popup_right .feedback li.good div svg.mouth {
    --t: 22px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
}

#myModalAvis .block-parent .popup_right .feedback li.good.active div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    animation: 0.8s linear 0s 1 normal forwards running toggle;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
}

#myModalAvis .block-parent .popup_right .feedback li.happy:hover span {
    background-color: rgb(119, 179, 80);
    top: -45px;
}

#myModalAvis .block-parent .popup_right .feedback li.happy:hover span::after {
    bottom: -3px;
    width: 0px;
    height: 0px;
    border-top: 10px solid transparent;
    border-right: 10px solid rgb(119, 179, 80);
}

#myModalAvis .block-parent .popup_right .feedback li.happy div::before {
    --sc: 0;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div::after {
    --b: var(--m, var(--normal-mouth));
    --l: 11px;
    --t: 23px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
}

#myModalAvis .block-parent .popup_right .feedback li.happy div svg.eye {
    --t: 14px;
    --sc: -1;
}

#myModalAvis .block-parent .popup_right .feedback li.happy.active div::after {
    --middle-s-x: .95;
    --middle-s-y: .75;
    animation: 0.8s linear 0s 1 normal forwards running toggle;
}

#myModalAvis .block-parent .popup_right .feedback li:not(.active) {
    cursor: pointer;
}

#myModalAvis .block-parent .popup_right .feedback li:not(.active):active {
    transform: scale(0.925);
}

#myModalAvis .block-parent .popup_right .feedback li.active {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --m: var(--active-mouth);
    --e: var(--active-eye);
}

#myModalAvis .block-parent .popup_right .feedback li.active div {
    animation: 0.8s linear 0s 1 normal forwards running shake;
}

#myModalAvis .block-parent .popup_right .feedback li span::after {
    content: "";
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    transform: translateX(-50%) rotate(45deg);
}

@-webkit-keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }

    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }

    100% {
        transform: perspective(240px) translateZ(4px);
    }
}

@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
    }

    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
    }

    100% {
        transform: perspective(240px) translateZ(4px);
    }
}

@-webkit-keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0px);
    }

    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0px);
    }

    20%, 80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0px);
    }
}

@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0px);
    }

    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0px);
    }

    20%, 80% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0px);
    }
}

@-webkit-keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}

@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
    }
}

@-webkit-keyframes angry {
    40% {
        background: var(--active);
    }

    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}

@keyframes angry {
    40% {
        background: var(--active);
    }

    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
    }
}

#myModalAvis .block-parent .popup_right .block_nature {
    display: none;
    margin-top: 15px;
    font-size: 12px;
    width: 100%;
    color: rgb(0, 0, 0);
}

#myModalAvis .block-parent .popup_right .block_nature .block_nature_message {
    margin-bottom: 5px;
}

#myModalAvis .block-parent .popup_right .block_nature select {
    width: 100%;
    padding: 8px 3px;
    border-radius: 5px;
    border-color: rgb(206, 212, 218);
    color: rgb(43, 43, 43);
}

#myModalAvis .block-parent .popup_right .block_message {
    display: none;
    font-size: 12px;
    width: 100%;
    margin-top: 15px;
}

#myModalAvis .block-parent .popup_right .block_message textarea {
    width: 100%;
    border-radius: 5px;
    border-color: rgb(206, 212, 218);
    padding: 7px;
    color: rgb(43, 43, 43);
}

#myModalAvis .block-parent .popup_right .block_message .message_change {
    font-size: 12px;
    color: rgb(0, 0, 0);
    margin-bottom: 5px;
}

#myModalAvis .block-parent .popup_right .block_message .message_attent {
    font-size: 10px;
    color: rgb(0, 0, 0);
    position: relative;
    font-style: italic;
}

#myModalAvis .block-parent .popup_right .block_message .informations_message {
    display: none;
    position: absolute;
    left: 105px;
    top: -22px;
    padding: 15px 20px;
    background: rgb(255, 255, 255);
    width: 100%;
    color: rgb(0, 0, 0);
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 15px;
}

#myModalAvis .block-parent .popup_right .message_oblig {
    font-size: 9px;
    color: rgb(0, 0, 0);
    font-style: italic;
    margin-top: 9px;
}

#myModalAvis .block-parent .popup_right .submit_formulaire {
    display: flex;
    justify-content: space-between;
}

#myModalAvis .block-parent .popup_right .bouton_Soumettre button {
    background-color: rgb(220, 28, 30);
    border-color: rgb(220, 28, 30);
    transition: all 0.3s ease-in-out 0s;
}

#myModalAvis .block-parent .popup_right .bouton_Soumettre button:hover {
    background: rgb(252, 53, 55);
    border-color: transparent;
}

#myModalAvis .block-parent .popup_right .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
}

#myModalAvis .block-parent .popup_right .close-btn button {
    border: none;
    background-color: transparent;
}

#myModalAvis .block-parent .popup_right .close-btn button::after {
    content: "X";
    font-weight: 300;
    font-family: Arial, sans-serif;
}

#myModalAvis .block-parent .popup_right .scrollbar {
    float: left;
    max-height: 85px;
    width: 100%;
    overflow-y: scroll;
    font-size: 12px;
    color: rgb(0, 0, 0);
    font-style: normal;
    padding-right: 1px;
}

#myModalAvis .block-parent .popup_right .force-overflow {
    min-height: 10px;
}

#myModalAvis .block-parent .popup_right #wrapper {
    width: 100%;
    margin: auto;
}

#myModalAvis .block-parent .popup_right #style-3::-webkit-scrollbar-track {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 6px inset;
    background-color: rgb(245, 245, 245);
}

#myModalAvis .block-parent .popup_right #style-3::-webkit-scrollbar {
    width: 2px;
    background-color: rgb(245, 245, 245);
}

#myModalAvis .block-parent .popup_right #style-3::-webkit-scrollbar-thumb {
    background-color: rgb(220, 28, 30);
}

#myModalAvis .block-parent .popup_right .block_remercions {
    display: none;
    font-size: 13px;
    color: rgb(0, 0, 0);
}

#myModalAvis .block-parent .popup_right .block_button_retour {
    display: none;
}

#myModalAvis .block-parent .popup_right .block_button_retour .btn {
    position: absolute;
    right: 25px;
    bottom: 25px;
    background: rgb(220, 28, 30);
    transition: all 0.3s ease-in-out 0s;
    color: rgb(255, 255, 255);
    border-color: transparent;
}

#myModalAvis .block-parent .popup_right .block_button_retour .btn:hover {
    background: rgb(252, 53, 55);
    border-color: transparent;
}

@media (max-width: 767px) {
    .block-parent .popup_left {
        display: none !important;
    }

    .block-parent .popup_right {
        width: 100% !important;
        border-bottom-right-radius: 0px !important;
        border-top-right-radius: 0px !important;
    }

    .block_remercions {
        font-size: 10px;
    }

    .informations_message {
        width: 77% !important;
    }
}

#contactButtonsMobile > div:nth-child(1) > a {
    background: var(--color4) !important;
    color: rgb(255, 255, 255) !important;
}

#contactButtonsMobile > div:nth-child(2) > a {
    background: var(--color4) !important;
    color: rgb(255, 255, 255) !important;
}

#Capa_1 g path, #Capa_2 path {
    fill: rgb(255, 255, 255) !important;
}
@media (min-width: 2000px) {
    .container, .fixed .bottom-header .container {
    width: 2245px;
    margin: 0 auto;
}
    body {
    color: var(--color3);
    font-family: var(--font_family_2);
    font-size: 25px;
    background: var(--color0);
}

.item-news.prestation .bloc-photo.photo-empty, .item-news.prestation .photo {
    height: 390px;
}

.item-news.prestation .bloc-titre .titre-news {
    font-size: 29px;
}

.item-news.prestation .contenu {
    height: 250px;
}

.pied .title_footer {
    font-size: 36px;
}

.pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited, .pied address, .pied .horaires, .pied .menu_referencement li a, .pied .menu_referencement li a:visited {
    font-size: 25px;
}

address i {
    font-size: 27px;
    margin: 0px 26px 0px 0px;
    -intrinsic-block-size: auto 100px;
    contain-intrinsic-block-size: auto 100px;
    color: var(--color1);
}

footer address i {
    color: white;
}

.service1 h2 {
    font-size: 31px;
}

.service1>span {
    font-size: 2rem;
}

.body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal {
    min-width: 160px;
}

a.bouton-principal, button.bouton-principal, p.tel-header.bouton-principal {
    font-size: 24px;
    padding: 13px 50px 13px 20px !important;
}

.btn-show-more:before {
    width: 31px;
    height: 31px;
}

.tete .logo-site a img {
    width: 210px;
}

.body-page-1 strong.titre {
    font-size: 81px;
}

.service-banner-img img {
    width: 60px !important;
    height: 60px !important;
}

.extra-banner-mar.container:before {
    width: 110%;
    height: 150px;
}

.service-banner-content h4 {
    font-size: 24px;
}

.slogan .sous-titre {
    font-size: 38px;
}

.navh .menu_principal a, .navh .menu_principal a:visited {
    font-size: 21px;
}

h1, .h1 {font-size: 56px;}

.body-contact h2 {
    font-size: 31px;
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    height: 670px !important;
}

.label-rgpd {
    font-size: 16px !important;
}

.contact .formulaire .form-group input.form-control {
    height: 80px;
}

.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    font-size: 23px;
}

.contact .formulaire .form-group textarea.form-control {
    height: 180px;
}

.realisations:before {
    height: 62%;
}

.swiper-att span {
    font-size: 29px;
    height: 51px;
}

.atouts-items .swiper-slide .swiper-att {
    height: 425px;
}

.swiper-att.imgaa {
    height: 465px !important;
}

.swiper-att .picto {
    width: 75px;
}

.swiper-att p {
    font-size: 25px;
}

h3, .h3 {
    font-size: 36px;
}

ul li::before {
    font-size: 22px;
    left: -20px;
    top: 4px;
}

.titre-secondaire {
    font-size: 33px;
}
}
