:root {
    --color0: #ffffff;
    /*couleur text principal + hover btn*/
    --color1: #b5a47c;
    /*couleur principale*/
    --color2: #212121;
    /*couleur menu mobile 1*/
    --color3: #4c4c4c;
    /*couleur menu mobile 2*/
    --color4: #000;
    /*couleur arrière plan */
    --color5: #060606;
    --bg-facultatif: #f6f9f9;
    --font_family_1: Montserrat-Light;
    --font_family_2: PlayfairDisplay-Black;
    /* --font_family_3: Roboto-Regular; */
    /* --font_family_4: PlayfairDisplay-Regular; */
    --taille_font: calc(1vw * 0.520833333333);
    --border-radius: 0px;
}

.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 1vh 1vw;
    font-size: calc(var(--taille_font) * 1.6);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: normal;
    z-index: 1;
    font-family: var(--font_family_1);
    margin: 0;
}

.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}


/**
header
style
footer
contact
**/


       .our-team {
            display: flex;
            justify-content: center;
            align-items: flex-start;
            flex-wrap: wrap;
            padding: 20px;
            margin-bottom: 80px;
            gap: 30px;
        }

        .team-member {
            text-align: center;
            margin: 20px;
            max-width: 200px;
            width: 180px;
            transition: all .3s ease;
        }

        .team-member img {
            border-radius: 50%;
            width: 150px;
            height: 150px;
            object-fit: cover;
            margin-bottom: 10px;
            overflow-clip-margin: unset;
        }

        .member-name {
            font-weight: bold;
            font-size: 1.2em;
        }

        .member-job {
            color: #777;
        }

/******/

.scroll-container{
  width: calc(var(--taille_font) * 2.5);
  height: calc(var(--taille_font) * 5.2);
  border: 1px solid #fff;
  border-radius: calc(var(--taille_font) * 2);
  position: relative;
}

.scroller{
  width: calc(var(--taille_font) );
  border-radius: 11px;
  background-color: #fff;
  position: absolute;
  top: 4px;
  left: calc(var(--taille_font) * 0.6);
  bottom: 32px;
  animation: scroller 1500ms ease-out infinite;
}

@keyframes scroller{
  0%{
    bottom: 34px;
  }
  5%{
    top: 4px;
  }
  32%{    
    bottom: 4px;
  }
  66%{
    top: 34px;
    bottom: 4px;
  }
  100%{
    top: 4px;
    bottom: 34px;
  }
}




.realisations .row.galerie .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0
}

.realisations .propor{
    height:100%;
}

.realisations .row.galerie {padding: 0;display: grid;grid-template-columns: 1fr 1fr 1fr 1fr;grid-template-areas:
"item1 item2 item3 item4";grid-template-rows: 300px auto;grid-gap: 15px;}

.realisations .row.galerie .col-md-3:first-child {
    grid-area: item1
}

.realisations .row.galerie .col-md-3:last-child,.realisations .row.galerie .col-md-3:nth-child(5) {
    grid-area: item5;
}

.realisations .row.galerie .col-md-3:nth-child(2) {
    grid-area: item2
}

.realisations .row.galerie .col-md-3:nth-child(3) {
    grid-area: item3
}

.realisations .row.galerie .col-md-3:nth-child(4) {
    grid-area: item4
}



/***/
.row.ligne-photos {
    padding: 0 50px;
}

.row.ligne-photos .col-md-4 {
    padding-left: 15px;
    padding-right: 15px;
}
/*************/

.stepsAB {
    display: flex;
    padding: 6em 12% 4em;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    background-color: var(--color0);
}

.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible;
}

.stepsAB.atoAB {
    flex-direction: row-reverse;
}

.body-page-1 .stepsAB.atoAB .stp-bg:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 240px;
    border: 2px solid var(--color4);
    left: -25px;
    /* bottom: 30px; */
    z-index: -1;
    top: -20px;
    opacity: 1;
}
.body-page-1 .stepsAB .stp-bg:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 240px;
    border: 2px solid var(--color4);
    right: -25px;
    /* bottom: 30px; */
    z-index: -1;
    top: -20px;
    opacity: 1;
}

.stp-txt {
    width: 45%;
    padding: 4%;
    position: relative;
}


/* .stp-txt:before {
    content: "";
    position: absolute;
    width: 720px;
    height: 720px;
    background-image: url(../images/bg-home2.png);
    background-size: 780px;
    right: -100%;
    top: 0;
    opacity: 0.15;
    rotate: 338deg;
    scale: .9;
    z-index: -1;
    filter: invert(57%) sepia(43%) saturate(714%) hue-rotate(164deg) brightness(94%) contrast(87%);
} */

.atoAB .stp-txt:before {
    left: -100%;
    top: -70px;
    rotate: 338deg;
}

.atoAB .stp-txt {
    /* padding-left: 0; */
    /* padding-right: 0%; */
}


.stp-txt h2 {
    text-align: left;
    text-transform: none;
    margin-top: 0;
}

.stp-txt h2:before {
    left: 0;
    margin: 0;
}

.stp-txt h2:after {
    display: none;
}

.stp-txt .stp-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.stp-list span:hover i {
    /* color: var(--color1); */
    /* background-color: transparent; */
}

.stp-list span {
    font-family: var(--font_family_2);
    font-size: 17px;
}

.stp-list i {
    height: 45px;
    width: 45px;
    min-width: 40px;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color: var(--color1);
    margin-right: 10px;
    border: 2px solid var(--color1);
    transition: all .3s ease;
    font-size: 19px;
}


.stp-bg-p {
    width: 50%;
    height: auto;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.stp-bg {
    /* width: 55%;
    height: auto; */
    height: 100%;
    width: 100%;
    background-image: url('../../../images/services/large/serv1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}


.stp-bg-pAtt{
    height: 440px;
    width: 20%;
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%;
}



/****/

span.svrAB {
    margin: calc(var(--taille_font) * .7) 10% calc(var(--taille_font) * 0.5);
    color: var(--color0);
    border-top: 1px solid #d7d7d780;
    padding-top: calc(var(--taille_font));
    display: block;
    font-family: var(--font_family_1);
}

/***/
.ifrm {
    position: relative;
    background-color: var(--bg-facultatif);
    height: 350px;
}

.ifrm iframe {
    width: 100%;
    height: 100%;
    filter: grayscale(1);
}

.ifrm iframe:hover {
    filter: none;
}

/***/

.btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: end;
    gap: 10px;
    align-items: center;
    width: 130px;
    height: 50px;
    color: #fff;
    /* float: right; */
    background-color: transparent;
    margin-top: 20px;
    border-radius: var(--radius);
}

.btns-servAB .swiper-button-prev,.btns-servAB .swiper-button-next {
    position: static;
    display: flex;
    height: 50px;
    width: 50px;
    background-color: var(--color1);
    justify-content: center;
    align-items: center;
}


/******/
    .swiper {
      width: 100%;
      height: 100%;
          overflow: hidden;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: transparent;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

/****/

.liste-services {
    width: 100%;
    height: 100%;
    position: relative;
    /**display: grid;**/
    z-index: 11;
}
.services .container {
    /* max-width: 100%!important; */
    width: 70%;
    padding: 4rem 0 6rem;
}
.img-service {-ms-border-radius: 0;-o-border-radius: 0;-webkit-border-radius: 0;position: relative;background-image: url(../images/gear.svg);background-size: 80px auto;-ms-background-size: 80px auto;-o-background-size: 80px auto;background-position: center;background-repeat: no-repeat;transition: all .2s linear 0;-webkit-transition: all .2s linear 0;-khtml-transition: all .2s linear 0;-o-transition: all .2s linear 0;width: 380px;height: 54vh;transition: all .3s linear;overflow: hidden;display: block;}

.img-service:hover {
    filter: brightness(1);
}

.img-service:hover span.svrAB {
    /* color: var(--color1); */
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(10deg, #000000c4, #0000007a, transparent);
    transition: all 1s ease;
    /* bottom: -600px; */
}

.img-service:hover:before {
    /*background: transparent;
    opacity: 0;*/
}
div.title {
    position: absolute;
    bottom: 0;
    padding: 10px 20px;
    background-color: transparent;
    width: 100%;
    /* height:70px; */
    transition:all .3s ease;
}
.ab-cntnt{
    color:var(--color0);
    opacity:0;
    transition:all .3s ease;
}
.img-service:hover .title {
    /*background-color: #df1a2cd4;*/
    /* height: 90px; */
    /* border-radius: 25px 25px 0 0; */
    /*backdrop-filter: blur(5px);*/
}

.img-service:hover .ab-cntnt{
    opacity:0.6;
}

div.title h3 {
    font-family: var(--font_family_2);
    color: var(--color0);
    margin: 0;
    transition: all .3s linear;
    font-size: calc(var(--taille_font) * 2.8);
    padding: calc(var(--taille_font) * 0.5);
    text-align: center;
}

.img-service:hover h3 {
    padding: calc(var(--taille_font) * 2) calc(var(--taille_font) * 0.5);
    margin: 0;
    /*background: #0000007a;*/
    border-radius: calc(var(--taille_font) * 0.5)
}

.nbr-services-3 .img-service.service-2 {
    left: 0;
    margin-bottom: -72.5px;
    bottom: 50%;
    margin-left: -72.5px
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -72.5px;
    left: initial
}
a.show-all-service {
    width: 160px;
    height: 50px;
    text-decoration: none !important;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    /* font-size: 40px; */
    text-transform: uppercase;
    /* position: absolute; */
    /* right: 66px; */
    /* bottom: 70px; */
    /* border-radius: 50%; */
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, .5); */
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.show-all-service:hover {
    /* background: var(--color2); */
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}
.text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
    display: none
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

.text-services .text h3::after {
    display: block;
    background: var(--color1);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: ""
}




/*************/

.body-page-1 .banniere:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0000004a;
    left: 0;
    top: 0;
    z-index: -5;
}

/***/

.btns-servAB {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: calc(var(--taille_font));
    align-items: center;
    width: 100%;
    height: calc(var(--taille_font) * 5);
    color: #fff;
    /* float: right; */
    background-color: transparent;
    margin-top: calc(var(--taille_font) * 4);
}

.btns-servAB .swiper-button-prev,.btns-servAB .swiper-button-next {
    position: static;
    display: flex;
    height: calc(var(--taille_font) * 4);
    width: calc(var(--taille_font) * 4);
    background-color: transparent;
    justify-content: center;
    align-items: center;
    color: var(--color1);
    border: 1px solid var(--color1);
}


.btns-AB {
    position: absolute;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    right: 50px;
    bottom: 40px;
}

.btns-AB-att {
    /* bottom: -50px; */
    position: static;
    margin-top: 30px;
    justify-content: flex-end;
}

.btns-AB .swiper-button-next, .btns-AB .swiper-button-prev {
    height: 50px;
    width: 50px;
    /* background-color: var(--color5); */
    color: var(--color0);
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    opacity: 1;
    transition: all .3s ease;
    border: 2px solid var(--color2);
    background: var(--color2);
}

.btns-AB-att .swiper-button-next, .btns-AB-att .swiper-button-prev {
    opacity: 1;
    height: 50px;
    width: 50px;
}

.btns-AB .swiper-button-next:hover, .btns-AB .swiper-button-prev:hover {
    opacity: 1;
    background: var(--color1);
    border-color: var(--color1);
}
/******/

.banniere .fond1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.fond1.bannAB-int {
    /* background-image: url('../images/bann-int2.jpg') !important; */
    /* background-position: bottom; */
}

/*************/
    .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
    .swiper-wrapper {
        display: flex;
    }
    .swiper-slide {
      text-align: center;
      font-size: calc(var(--taille_font) * 1.8);
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: calc(var(--taille_font) * 3);
    }

.swiper-slide i {
    font-size: 70px;
    color: var(--color5);
}

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
.swiper-button-next {
    right: 0;
}

.swiper-button-prev {
    left: 0;
}

.swiper-button-prev, .swiper-button-next {
    color: var(--color1);
    position: unset;
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    background: #414e47;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

/*************/




.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.r-flex .row.recup-photos.gallery {
    margin: 0;
}
.propor.pic-1 {
    height: 500px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.images-f {
    width: 90%;
}

.row.r-flex {
    display: flex;
    align-items: center;
    /* flex-direction: row-reverse; */
    gap: 20px;
    /* flex-wrap: wrap; */
    /* position: relative; */
}



/*************/


html,body {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    -o-transition: color 300ms ease-out;
    transition: color 300ms ease-out
}

a img {
    border: none
}

img {
    max-width: 100%;
}

ul,ol {
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none
}

ul li,ol li {
    background: url(../images/ico-puce.svg) no-repeat 0 center;
    padding-left: 15px;
    background-size: 7px auto;
    list-style: none;
    /* filter: brightness(0); */
}

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 #7C7C7C
}

main,section,article,aside,footer,header,nav,hgroup {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.row.home-show h1 {
    text-align: start;
    margin: 0;
    justify-content: start;
}

.row.home-show .titre-secondaire {
    text-align: left;
    margin-bottom: calc(var(--taille_font) * 3);
}

.row.home-show h1:before {
    display: none;
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: bold
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

.banniere .cover {
    width: 100%;
    height: 100%;
    background-position: center;
}

.body-page-1 .banniere .cover {
    width: inherit;
    height: inherit;
}

hr {
    border-color: var(--color1)
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color1);
    background-color: var(--color4);
    border: 0
}

.page-contenu img {
    margin: 10px
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

body {
    color: var(--color2);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) * 1.6);
    background: var(--color4);
    /* text-shadow:.5px .5px 0 var(--color4); */
    -webkit-text-shadow: .5px .5px 0 var(--color4);
    -moz-text-shadow: .5px .5px 0 var(--color4)
}

div#contactButtonsMobile a {
    font-weight: 100 !important;
    text-transform: uppercase;
}

.h-ct {
    text-align: center;
}

.place-logo-footer {
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.loaderAB {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    background-color: #fbffffdb;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(15px);
}

.bloc-contenu.services {
    position: relative;
    padding: 4vh 5%;
    background-color: #fff;
}

.bloc-contenu.services h2 , .bloc-contenu.services .titre-secondaire {
    /* color: var(--color0); */
}

.intervention h2:after, .intervention h2:before {
    /* background: var(--color0); */
    /* filter: brightness(0) invert(1); */
}

a,a:link,a:visited {
    color: var(--color2);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.bx-pager.bx-default-pager a:hover, .bx-pager.bx-default-pager a.active {
    background: black !important;
}

.bx-pager.bx-default-pager a {
    background: #000000 !important;
}

.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3 {
    color: var(--color2);
    font-family: var(--font_family_2);
    text-align: left;
    margin-top: calc(var(--taille_font) * 2);
    margin-bottom: calc(var(--taille_font) * 1);
}

h1,.h1 {
    font-size: calc(var(--taille_font) * 4);
    color: var(--color1);
    text-align: center;
    /* text-transform: uppercase; */
    margin: calc(var(--taille_font) * 4) 0;
    position: relative;
    line-height: 1.4;
    /* width: fit-content; */
    display: flex;
    align-items: center;
    gap: calc(var(--taille_font) * 3);
    justify-content: center;
}
.body-page-1 h1, .body-page-1 .h1, .body-pageseo h1, .body-pageseo .h1 {margin: 1rem;}

h1:before,.h1:before {
    content: "";
    position: relative;
    background: var(--color1);
    width: calc(var(--taille_font) * 5);
    height: calc(var(--taille_font) * 0.2);
    background-size: contain;
    align-items: center;
}

h1.sans-image,.h1.sans-image {
    margin-bottom: calc(var(--taille_font) * 1);
}

h1.sans-image:before,.h1.sans-image:before {
    /* display: none; */
}

h2,.h2 {
    font-size: calc(var(--taille_font) + 0.8rem)
}

h3,.h3 {
    font-size: calc(var(--taille_font) *2.4);
    color: var(--color5);
}

h4 {
    font-size: calc(var(--taille_font) + 1rem);
}

h5 {
    font-size: calc(var(--taille_font) + 0.5rem)
}

h6 {
    font-size: calc(var(--taille_font) + 0.4rem)
}

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: calc(var(--taille_font) * 2);
    line-height: 1.2;
    padding: 0;
    margin: 0;
    color: var(--color2);
    text-align: center;
    margin-top: 0;
    margin-bottom: calc(var(--taille_font) * 6);
    text-transform: none;
    letter-spacing: 0;
    font-weight: 100;
    display: block;
    font-family: var(--font_family_1);
}

h1:after,.h1:after {
    content: "";
    position: relative;
    /* top: 50%; */
    /* right: calc(var(--taille_font) * -7); */
    /* transform: translateY(-50%); */
    background: var(--color1);
    width: calc(var(--taille_font) * 5);
    height: calc(var(--taille_font) * 0.2);
    background-size: contain;
    align-items: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: center;
    column-gap: 10px;
    justify-content: start;
    height: 100%;
    margin: 2em 0;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    /* color: var(--color1); */
    text-decoration: none;
    padding: calc(var(--taille_font) * 1.3) calc(var(--taille_font) * 2);
    font-size: calc(var(--taille_font) * 1.6);
    margin: 0 0 0;
    display: inline-flex;
    text-transform: uppercase;
    border: 0;
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-shadow: 0 0;
    min-width: 225px;
    background: var(--color1);
}

.cta a.bouton-principal {
    margin: 0 0;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:before {
    background: var(--color3);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color2);
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    background: var(--color1);
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    /* color: var(--color0); */
}

.copyright h3,.copyright h2 {
    color: var(--color1)
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    /* box-shadow:0 0 1px var(--color4); */
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 0;
    overflow: hidden;
}

.hvr-shutter-out-horizontal:before {
    
background-color: var(--color3);
    
-webkit-transition-duration: 800ms;
    
transition-duration: 800ms;
    
position: absolute;
    
width: 200%;
    
height: 200%;
    
content: "";
    
top: -200%;
    
left: 50%;
    
-webkit-transform: translateX(-50%);
    
transform: translateX(-50%);
    
border-radius: 50%;
    
z-index: -1;
}

.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);
}

.hvr-shutter-out-horizontal:hover:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:active:before {top: -40%;}

a.bouton-principal,button.bouton-principal {
    margin: calc(var(--taille_font)) 0 0;
    text-align: center;
    color: var(--color0);
    text-decoration: none;
    padding: calc(var(--taille_font) * 1.3) calc(var(--taille_font) * 2);
    font-size: calc(var(--taille_font) * 1.6);
    min-width: 225px;
    text-transform: uppercase;
    border: 0;
    /* text-shadow: 0 0; */
    font-family: var(--font_family_1);
    z-index: 9;
}

a.btnPics {
    margin-bottom: calc(var(--taille_font) * 7);
    margin-top: 0;
    padding: calc(var(--taille_font) * 1.3) calc(var(--taille_font) * 4) !important;
    z-index: 9;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    overflow: hidden
}

.callTracker span,.callTracker a {
    display: inline-block;
    line-height: 1.4;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

header .callTracker {
    display: inline;
    width: auto;
    /* margin: 0 auto 30px; */
    font-family: var(--font_family_1);
    font-weight: 100;
}

header .callTracker {
    display: inline-block;
    padding: calc(var(--taille_font) * 0.8) calc(var(--taille_font) * 2.2);
    color: var(--color0);
    font-size: calc(var(--taille_font) * 1.6);
    text-transform: uppercase;
    text-align: center;
    min-width: 80%;
    cursor: pointer;
    border: 1px solid var(--color0);
    font-family: var(--font_family_1);
    background-color: var(--color5);
}

header .callTracker:hover,header .callTracker.active {
    color: var(--color0);
    cursor: pointer;
    border: 1px solid var(--color1);
    /* background: var(--color2); */
}

header .callTracker span,header .callTracker a {
    text-decoration: none
}

header .callTracker.active:hover {
    cursor: pointer ;
}

header .callTracker .t_phone {
    opacity: 0;
    display: none
}

header .callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_affiche {
    opacity: 0;
    display: none;
}

.coordonnees .callTracker:not(.active) span:hover,.coordonnees .callTracker:not(.active) a:hover {
    color: var(--color1);
}

.pied .callTracker:not(.active) span:hover, .pied .callTracker:not(.active) a:hover {
    color: var(--color0);
    text-decoration: underline;
}

.main-page {
    position: relative;
    overflow: hidden;
    padding: 0px 0 0 calc(var(--taille_font) * 25);
}

.banniere {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color4);
}

.banniere {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: var(--color0);
}

.banniere img {
    width: 100%;
}

.banniere .fond {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.banniere .motif {
    /* background: var(--color1); */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .4;
}

/**************/
.swiper-pagination-banner.swiper-pagination-clickable.swiper-pagination-bullets {
    flex-direction: column;
    right: 14px;
    width: max-content;
    left: unset;
    gap: 13px;
    opacity: 0.8;
    align-items: end;
    justify-content: flex-end;
    /* height: 100%; */
    padding-bottom: 40px;
    display: flex;
    z-index: 999999;
    position: absolute;
}
.swiper-pagination-bullet {
    background: white;
    opacity: 1;
    width: 6px;
    height: 6px;
    transition: .3s ease;
}

.swiperBanner span.swiper-pagination-bullet {
    height: 2px;
    border-radius: 0;
    width: 45px;
}

.swiperBanner span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 74px;
    background: var(--color1);
}

.swiper-pagination-bullet-active {
    width: 8px;
    height: 8px;
}

.swiper.swiperBanner.swiper-container-horizontal {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.swiper.swiperBanner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/************/
.banniere .bx-pager.bx-default-pager a {
    background-color: #fff;
    opacity: 1;
    border-radius: 0;
    font-size: 0;
}

.banniere .bx-pager.bx-default-pager a.active,
.banniere .bx-pager.bx-default-pager a:hover {
    background-color: var(--color1);
    width: 41px;
}

.banniere .bx-pager {
    /*! text-align: center; */
    padding: 20px;
    /*! margin-left: 349px; */
    display: flex;
    /*! padding-left: 7%; */
    /*! left: -15%; */
    /*! transform: translateX(calc(349px-50%)); */
    /*! transform: translateX(-449px); */
    bottom: 30px;
    margin-left: 0;
    width: 100%;
    justify-content: center;
    flex-direction: column;
    right: 0;
    align-items: flex-end;
    z-index: 22222;
}

.banniere .bx-controls.bx-has-pager {
    position: relative;
    z-index: 99999;
    /*! width: 100%; */
    margin-left: 390px;
    display: block;
}

.banniere .bx-pager.bx-default-pager a {
    border: 0 solid #fff;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    text-indent: -9999px;
    display: block;
    width: 18px;
    height: 4px;
    margin: 0 3px;
    outline: 0;
    border-radius: 0;
    opacity: 1;
    transition: all .3s linear;
}

.banniere .bx-pager .bx-pager-item,
.banniere .bx-controls-auto .bx-controls-auto-item {
    margin: 6px;
}
/***********/
.tete {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: calc(var(--taille_font) * 25);
    z-index: 99999;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    background-color: var(--color0);
    box-shadow: 5px 6px 30px #0000002b;
}
/* .tete::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-image: url('../images/wood-ptrn.png');
    background-size: 460px;
    opacity: 0.1;
    filter: invert(43%) sepia(93%) saturate(387%) hue-rotate(127deg) brightness(92%) contrast(85%);
} */

.tete .logo-site {
    margin: 0 auto;
    padding: 10px;
    text-align: center
}

.tete .logo-site img {
    height: auto;
    width: calc(var(--taille_font) * 20);
    /* filter: brightness(0) invert(1); */
}

.sur-banniere {
    position: relative;
    height: 60vh !important;
    z-index: -1;
}

.body-page-1 .sur-banniere {
    height: 100vh !important;
}
.bann-int {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: no-repeat center / cover fixed;
}

.bann-int img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sur-banniere:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: linear-gradient(91deg, #00000099, #00000070);
    opacity: 0.6;
    z-index: 2;
}

.video-accueil{position:fixed;top:0;left:50%;width:120%;width:120vw;height:100vh;margin-left:-60%;margin-left:-60vw}
.video-accueil video{width:100%;height:auto;vertical-align:top;z-index:1;position:relative}
.video-accueil .banniere{z-index:0}
.bann-int video {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slogan {
    position: absolute;
    /* margin-top:37%; */
    top: 43%;
    left: 6%;
    color: var(--color0);
    width: 90%;
    /* -webkit-transform: translate(-50%,-50%); */
    /*! -moz-transform: translate(-50%,-50%); */
    /*! -o-transform: translate(-50%,-50%); */
    /* transform: translate(-50%,-50%); */
    text-align: start;
    z-index: 9;
}

.slogan h1 {
    text-align: start;
    display: initial;
}

.slogan h1:before,.slogan .h1:before,.slogan h1:after,.slogan .h1:after {
    content: "";
    width: 0;
    height: 0;
    background: none;
    position: inherit;
    bottom: inherit;
    left: inherit;
    margin-left: 0
}

.slogan .titre {
    font-size: calc(var(--taille_font) * 6);
    color: var(--color0);
    text-transform: uppercase;
    line-height: 60px;
    font-family: var(--font_family_2);
    text-shadow: 0px 0px 4px #00000085;
}

.body-page-1 .slogan .titre {
    font-size: calc(var(--taille_font) * 6);
    line-height: 1.4;
    text-align: start;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: calc(var(--taille_font) * 3);
    line-height: 1.2;
    color: var(--color0)
}

.body-pageseo .slogan .titre {
    font-size: 54px;
    line-height: 54px;
    letter-spacing: 0
}

.btn-descendre {
    position: absolute;
    margin: 20px 0 0;
    display: inline-block;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

.infos {
    padding: 25px 30px 0 0;
    position: absolute;
    top: 0;
    right: 140px;
    z-index: 2;
}

.widget-partage {
    display: none
}

.btn-partage .btnp {
    margin: 0 3px;
    width: calc(var(--taille_font) * 3.7);
    height: calc(var(--taille_font) * 3.7);
    border-radius: calc(var(--taille_font) * 4.4);
    border: 2px solid var(--color0);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all 400ms ease;
    text-align: center
}

footer .btn-partage .btnp {
    filter: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(850%) hue-rotate(4deg) brightness(83%) contrast(85%);
}

a.btnp.btn-insta {
    background: url('../images/insta.png') center no-repeat;
    background-size: 57%;
}

a.btnp.btn-twitter {
    background: url('../images/tiktok.png') center no-repeat;
    background-size: 50%;
}

.btn-partage .btnp:hover {
    background-color: var(--color1);
    border: 2px solid var(--color1);
}

a.btnp.btn-whatsapp {
    border-color: #12d373;
}

.btn-wtsp-ab {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .3s ease;
}

.btn-wtsp-ab svg {
    color: var(--color2);
}

a.btnp.btn-whatsapp .icones path {
    color: #12d373;
}

a.btnp.btn-whatsapp:hover .icones path {
    color: white;
}


span.wtsp-ab {
    position: absolute;
    color: #12d172;
    top: 32px;
    left: 238px;
    font-weight: bold;
}


.fxd-wtst {
    position: fixed;
    /* bottom: 11.5vh; */
    right: 15px;
    z-index: 9999;
    top: 81%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
}

.fxd-wtst:hover .whats-ms {
    /* display: block; */
    transform: translateX(0);
    opacity: 1;
}

.fxd-wtst .icones {
    width: 50px;
    height: 50px;
}

.whats-ms {
    padding: 0px 16px;
    line-height: 1.6;
    font-size: 15px;
    background-color: rgb(37, 211, 102);
    color: rgb(255, 255, 255);
    border-radius: 10px;
    margin: 0px 10px;
    opacity: 0;
    transform: translateX(13px);
    transition: transform .2s ease;
    margin-top: 15px;
}

.whats-ms a {
    color: #fff ;
    font-weight: normal;
    text-decoration: none;
}

/***/
.fluid-contenu .btn-partage {
    text-align: right
}

.navh {
    margin: 0;
    z-index: 8000;
    padding: 0 0 0 30px;
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none
}

.navh .menu_principal > li {
    display: block;
    padding: 0;
    background: none;
    margin-bottom: 5px;
    transition: all 400ms ease;
    position: relative;
}

.navh .menu_principal > li.has-sub-menu-opened {
    margin: 30px 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    border-bottom: 1px solid transparent;
    color: var(--color4);
    font-weight: 100;
    display: block;
    font-size: calc(var(--taille_font) * 1.8);
    text-transform: uppercase;
    padding: calc(var(--taille_font) * 0.5) 0;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all 400ms ease;
}

.navh .menu_principal a:hover,.navh .menu_principal li.active > a {
    /* color: var(--color0); */
}

.navh .menu_principal a::before {
    display: block;
    position: absolute;
    left: -85px;
    top: 18px;
    width: 35px;
    height: 3px;
    background-color: var(--color1);
    content: "";
    transition: left .2s linear;
    border-radius: var(--border-radius);
}

.navh .menu_principal a:hover::before,.navh .menu_principal li.active > a::before {
    display: block;
    position: absolute;
    left: calc(var(--taille_font) * (-5));
    top: calc(var(--taille_font) * 1.8);
    width: calc(var(--taille_font) * 3.5);
    height: calc(var(--taille_font) * 0.3);
    background-color: var(
    --color1);
    content:
    "";
}

.navh .menu_principal > li ul {
    list-style-type: none;
    list-style-image: none;
    display: none
}

.navh .menu_principal > li ul.scrollbars {
    max-height: 85px;
    height: auto
}

.navh .menu_principal > li ul li {
    display: block;
    text-align: left;
    padding: 0;
    background: none
}

.navh .menu_principal > li ul li a,.navh .menu_principal > li ul li a:visited {
    display: block;
    color: var(--color0);
    font-size: 16px;
    background: none;
    margin: 0;
    white-space: nowrap
}

.navh .menu_principal > li ul li a:hover,.navh .menu_principal > li ul li.active a {
    color: var(--color1);
    background: none
}

.fluid-contenu {
    position: relative;
    z-index: 8000
}

.fluid-contenu .corps {
    padding: 6em 6%;
    background-color: var(--color0);
}

.body-gallery .fluid-contenu .corps {
    padding: 80px 0 0
}

.body-contact .fluid-contenu .corps {
    padding: 80px 5% 40px;
}

.body-service-list .fluid-contenu .corps {
    padding: 40px 5% 40px;
}

.suite {
    text-align: start;
    padding: 20px 0 0
}

.recup-photos {
    /* margin: 110px 0 0; */
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.imagepresentation .propor {
    width: calc(var(--taille_font) * 36);
    height: calc(var(--taille_font) * 56);
    /* left: 40px; */
    margin: 0;
}

.imagepresentation .propor:before {
    content: '';
    position: absolute;
    height: 200px;
    width: 200px;
    background: url('../images/redDot.png') center repeat;
    z-index: -1;
    right: -50px;
    bottom: -40px;
    opacity: .5;
}
.row.home-show {
    display: flex;
    align-items: center;
}

.row.home-show {}

.col-md-6.col-sm-12.col-xs-12.imagepresentation {
    position: relative;
    overflow: hidden;
    z-index: 1;
    display: flex;
    /* width: 100%; */
    /* height: 100%; */
    align-items: center;
    justify-content: center;
    padding: 0 1%;
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: #ffffff42 url(../images/ico-zoom.svg) no-repeat center center;
    backdrop-filter: brightness(.8);
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.atouts {
    display: block;
    width: 100%;
    padding: 3em 5% 3em;
    width: 100%;
    position: relative;
    background-color: var(--color0);
}

.atouts .atouts-boxes {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    gap: calc(var(--taille_font) * 1);
}

.atouts .atouts-boxes .box {
    width: 32%;
    position: relative;
    padding: calc(var(--taille_font) * 3) calc(var(--taille_font) * 1) calc(var(--taille_font) * 2);
    border: 1px solid #171c212b;
    /* background: #E9EFF2; */
    text-align: center;
}

.atouts .box:hover .a-infos span {
    color: white;
}
.atouts .atouts-boxes .box:before {
    content: '';
    position: absolute;
    background: var(--color1);
    opacity: 1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    transform: scaleX(0) scaleY(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    z-index: -1;
}

.atouts .atouts-boxes .box:hover:before {
    transform: initial;
}

.atouts .atouts-boxes .box:nth-child(even) {
    background: #ffffff00;
    /* border: 1px solid #087ce347; */
}

.atouts .atouts-boxes .box:nth-child(4),.atouts .atouts-boxes .box:nth-child(5) {
    width: 49%;
}

.atouts-boxes .box:hover h3 ,.atouts-boxes .box:hover p {
    color: var(--color0);
}

.atouts .atouts-boxes .box:hover img {
    filter: brightness(0) invert(1);
    /* transition: all .3s linear; */
}

.atouts-boxes .box p {
    /* min-height: calc(var(--taille_font) * 11); */
}

.atouts-boxes .box .a-infos {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px 0 0;
}

.box h3 {
    color: var(--color3);
    text-align: center;
}

.box .a-infos span {
    font-size: calc(var(--taille_font) * 5);
    font-family: var(--font_family_2);
    height: 60px;
    width: 60px;
    color: var(--color1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.atouts .atouts-boxes .box img {
    height: auto;
    width: calc(var(--taille_font) * 7);
    transition: all .3s linear;
    filter: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(850%) hue-rotate(4deg) brightness(83%) contrast(85%);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    color: var(--color2);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 1em;
}

.atouts .picto i {
    width: auto;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
}

.atouts .btns-servAB .swiper-button-prev , .atouts .btns-servAB .swiper-button-next {
    border-color: var(--color1);
    margin: 0;
}

.atouts .btns-servAB .swiper-button-prev i, .atouts .btns-servAB .swiper-button-next i {
    color: var(--color1);
    font-size: 20px;
}

.atouts .swiper-button-next:hover, .swiper-button-prev:hover , .swiper-button-next:hover {
    background: var(--color1);
    border-color: var(--color1);
    color: var(--color0);
}

.atouts .swiper-button-next:hover i ,.atouts .swiper-button-prev:hover i {
    color: var(--color0);
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem;
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 3vh;
    background: var(--color0);
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.certifs {
    display: table;
    table-layout: fixed;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
}

.certifs .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.certifs .cell.gauche .contenu {
    padding: 150px 12% 140px
}

.certifs .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 50px 80px 0
}

.certifs .cell.droite .logo-certif {
    padding: 0 15px;
    height: 260px;
    line-height: 260px;
    vertical-align: middle;
    text-align: center
}

.certifs .cell.droite .bg-noir {
    padding: 150px 0
}


/***
*Actualites
***/
.actualites .cell.photo a{display:block}
.actualites .cell.photo.cover img{object-fit:cover;-o-object-fit:cover;min-width:100%;min-height:100%;width:auto;flex:1;height:100%}
.actualites{display:table;width:100%;position:relative;z-index:8000;background-color:var(--color0);padding: 4em 6% 8em;}
.actualites article{display:table;width:100%}
.actualites:nth-child(even+1){direction:rtl}
.actualites .cell.photo{display:table-cell;vertical-align:top;width:50%;background-position:top center;border-radius:var(--border-radiusC);background-position: center;}
.actualites .cell.photo:hover{opacity:.95;filter:alpha(opacity=95)}
.actualites .cell.texte{display:table-cell;vertical-align:top;width:50%;border-bottom:2px solid var(--color0);position: relative;/* -webkit-transform: translate(-10%, 10%); */-ms-transform: translate(-10%, 10%);/* transform: translate(-10%, 10%); */background: var(--bg-facultatif);/* -webkit-box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1); */-moz-box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1);/* box-shadow: 8px 8px 24px -20px rgba(66, 68, 90, 1); */}
.actualites:last-child .cell.texte{border-bottom:none}
.actualites .cell.texte .contenu{padding:3em 10%;text-align:justify;direction:ltr}
.actualites .cell.texte .contenu .text-left{display:flex;gap:1rem}
.actualites .cell.texte .contenu .h1{text-align:left}
.actualites .cell.texte .contenu .h1:before{left:0;margin:0}
.actualites .cell.texte .contenu .titre-secondaire{/* text-align:left; */}

.actualites .cell.texte .contenu .titre-secondaire a {
    text-decoration: none;
}
.actualites .cell.texte .contenu ul{padding:0;margin:0}
.actualites .cell.texte .contenu ul li{padding:5px 0 5px 20px;background:url(../images/puce.svg) no-repeat 0 9px}
.actualites .cell.texte .contenu ul li .bouton-principal{display:block}
.view-btn-all{position:relative;/* display:table; */padding-right: calc(var(--taille-font) * 3.6) !important;background: transparent;color: var(--color0) !important;!i;!;box-shadow: 0 0 0 3em var(--color2) inset !important;!i;!;}
.view-btn-all:after {color: var(--color0) !important;}
.view-btn-all:hover {box-shadow: 0 0 0 1px var(--color2) inset !important; color: var(--color2) !important;}
.view-btn-all:hover:after {color: var(--color2) !important;}
.view-btn-all .button_lg{background:var(--color3)}
.view-btn-all i{margin-left:8px;font-size:calc(var(--taille-font) *1.5)}
.actualites .date_post,.news .date-article{font-size:calc(var(--taille-font) *1.5);font-weight:700;color:var(--color2)}
.news .ligne-actus .date-article{margin-top:18px;margin-bottom:0}
.news .ligne-actus .contenu-article{margin-top:0}
.news .contenu-article{margin-top:21px}
.news .propor,.realisations .galerie .propor{width:100%;position:relative;margin-bottom:10px}
.news .propor:after,.realisations .galerie .propor:after{padding-top:78%;display:block;content:''}
.news .propor .propor-cont,.realisations .galerie .propor .propor-cont{position:absolute;top:0;bottom:0;right:0;left:0}
.news .propor .propor-cont .imagecont,.realisations .galerie .propor .propor-cont .imagecont{height:100%;display:block;width:100%;overflow:hidden;position:relative;-webkit-transform:translateZ(0)}
.news .propor .propor-cont .imagecont .imagefond,.realisations .galerie .propor .propor-cont .imagecont .imagefond{image-rendering:optimizeQuality;display:block;height:100%;width:100%;overflow:hidden;background-position:center center;background-repeat:no-repeat}
.news .propor .propor-cont .imagecont .masque,.realisations .galerie .propor .propor-cont .imagecont .masque{transition:all .4s ease;display:block;position:absolute;top:0;left:0;opacity:0;filter:alpha(opacity=0);width:100%;height:100%;background-color:var(--color1);background-image:url(../images/ico-zoom.svg);background-repeat:no-repeat;background-position:center center}
.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque{opacity:.8;filter:alpha(opacity=80)}
.news .propor .propor-cont .imagecont:hover .imagefond,.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-o-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}
.block.block-1 .date_post {display: flex;flex-direction: column;width: 15%;height: 30%;padding: 4rem 2rem;align-items: center;background-color: var(--color1);}
.block.block-1 .date_post span {color: var(--color0);font-size: calc(var(--taille_font) *1.4);}


.date-article-time {
    display: inline-block;
    padding-top: 13px
}

.actualites.bg-optionnel .cell.texte {
    border-top: 1px solid var(--color1);
    border-bottom: 1px solid var(--color1)
}

.etoiles .fa {
    color: #FC0
}

.AvisClientsBg .bouton-principal {
    min-width: 210px
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: none
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients:link,.AvisClients:visited,.AvisClients {
    position: relative;
    background-color: var(--bg-facultatif);
    padding: calc(var(--taille_font) * 4) calc(var(--taille_font) * 2) calc(var(--taille_font) * 2);
    text-align: center;
    height: calc(var(--taille_font) * 20);
    /* margin-top: calc(var(--taille_font) * 10); */
    display: block;
    text-decoration: none
}

.AvisClients:active,.AvisClients:hover {
    /* background-color: var(--color4); */
}

.AvisClients .h {
    font-size: calc(var(--taille_font) * 2.8);
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: calc(var(--taille_font) * 1.6);
    margin-bottom: 0
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.temoignageScroll {
    max-height: 109px;
    text-align: center;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: calc(var(--taille_font) * 2) !important;
    padding: 4rem 0;
    display: none;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}

.livre-elements {
    padding: 0;
    margin-bottom: 40px;
    text-align: center
}

.livre-ligne {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color4);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 10px
}

.livre-elements .date {
    margin-bottom: 10px!important
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: justify
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 30px 20px;
    /* margin-bottom: 60px; */
    background-color: var(--bg-facultatif);
    border-radius: 2px;
    width: 49%;
    border: 1px solid #0000002e;
}

.divAvis p.temoignage {
    text-align: center;
}

.divAvis .pseudo {
    text-align: center
}

.bouton-principal.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;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: var(--bg-facultatif);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial,'Trebuchet MS',Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 21px;
    color: rgba(0,0,0,1);
    opacity: .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: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea,.formulaire #add-review .form-group .form-control {
    background: #fff;
    border: 1px solid #ccc;
    color: #323435;
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: #323435!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!important
}

.body-service .services {
    background: none
}

/* .services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8002;
    background-color: var(--color0);
} */

.services .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    padding: 80px 0 80px 70px
}

.services .cell.gauche .photos {
    width: 100%;
    height: 500px
}

.services .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 90px 12%
}

.services .cell.droite .contenu ul {
    padding: 0;
    margin: 0
}

.services .cell.droite .contenu ul li {
    padding: 5px 0;
    background: no-repeat 0 9px
}

.services .cell.droite .contenu ul li a.bouton-principal {
    display: block;
    text-align: left;
    padding: 15px 55px 15px 20px
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: none;
    padding: 0
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color1);
    display: inline-block
}

.services .miettes li a.active {
    background: var(--color4);
}

.realisations,.AvisClientsBg {
    position: relative;
    z-index: 8000;
    text-align: center;
    background-color: var(--color0);
    padding: 4rem 6%;
}

.realisations {
    background-color: var(--bg-facultatif);
}



/********/

.realisations .row.galerie {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas:
        "item4 item2 item3"
        "item4 item1 item5";
    grid-template-rows: calc(var(--taille_font) * 30) calc(var(--taille_font) * 30);
    grid-gap: 10px
}

.realisations .row.galerie .col-md-3:first-child {
    grid-area: item1
}

.realisations .row.galerie .col-md-3:last-child,.realisations .row.recup-photos.gallery .col-md-3:nth-child(5) {
    grid-area: item5
}

.realisations .row.galerie .col-md-3:nth-child(2) {
    grid-area: item2
}

.realisations .row.galerie .col-md-3:nth-child(3) {
    grid-area: item3
}

.realisations .row.galerie .col-md-3:nth-child(4) {
    grid-area: item4
}

.realisations .row.galerie .col-md-3:nth-child(6) {
    grid-area: item6
}

.realisations .row.galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    height: 100%
}

.realisations .row.galerie .col-md-3 {
    width: 100%;
    margin: 0;
    padding: 0
}
/********/


.realisations .contenu, .AvisClientsBg .contenu, .atouts .contenu {
    /* padding: 35px 60px 30px; */
}

.realisations .galerie .propor,.news .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    overflow: hidden;
}

.realisations .galerie .propor:after,.news .propor:after {
    padding-top: 100%;
    display: block;
    content: ''
}

.realisations .galerie .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.realisations .galerie .propor .propor-cont,.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.realisations .galerie .propor .propor-cont .imagecont,.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.realisations .galerie .propor .propor-cont .imagecont .imagefond,.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    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;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: #0000003b url(../images/ico-zoom.svg) no-repeat center center;
    backdrop-filter: brightness(.8);
}

.realisations .galerie .propor .propor-cont .imagecont:hover .masque,.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond,.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
  position: relative;
  z-index: 8000;
  /* background: url('../images/roof.jpeg') !important; */
  background-color: #e9e9e9;
}

.intervention:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #0000008a;
        z-index: -1;
        background: url(../images/roof.jpeg) !important;
        background-attachment: fixed !important;
        opacity: .3;
}


.intervention .contenu {
    padding: calc(var(--taille_font) * 7.5) 14% calc(var(--taille_font) * 8);
    /* color: var(--color0); */
}

.intervention h2 {
    /* color: var(--color0); */
}

.intervention .titre-secondaire {
    color: var(--color0);
}

.intervention h2:before {
}

.intervention ul {
    margin: 15px 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.intervention ul li {
    padding: 5px 0 5px 15px;
    font-style: italic;
    filter: brightness(0) invert(1);
}

.pied {
    position: relative;
    z-index: 8000;
    /* margin: 100px 0 0; */
}

.body-page-1 .pied,.body-contact .pied,.body-pageseo .pied {
    margin: 0
}

.body-contact .pied .bande1,.body-pageseo .pied .bande1 {
    margin: 0;
    padding: 0
}

.pied .bande1 {
    padding: 70px 4% 0;
    background-color: var(--bg-facultatif);
}

.body-page-1 .pied .bande1 {
    padding: 0;
}

.pied .bande1 .row1 {
    padding: 0 0 70px
}

.pied .bande2 {
    padding: 30px 3% 30px;
    background-color: var(--color4);
}

.pied h3 {
    color: var(--color0);
    font-size: calc(var(--taille_font) * 2.4);
    text-transform: uppercase
}

.pied .trait1,.pied .trait2 {
    position: relative
}

.pied .trait2 {
    padding: 0 0 0
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 0;
    list-style-type: none;
    margin: 0
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0;
    background: none
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a,.pied .navf .menu_footer li a:visited {
    font-size: calc(var(--taille_font) * 1.6);
    padding: 0 0 0 calc(var(--taille_font) * 1.5);
    background: url(../images/ico-puce1.svg) no-repeat 0 center;
    color: inherit;
    text-decoration: none;
    background-size: calc(var(--taille_font) * 0.7) auto;
    /* filter: brightness(0) invert(1); */
    /* filter: brightness(0) saturate(100%) invert(78%) sepia(12%) saturate(850%) hue-rotate(4deg) brightness(83%) contrast(85%); */
}

.pied .navf .menu_footer li a:hover, .pied .navf .menu_footer li.active a {
    color: var(--color0);
    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: 0;
    text-align: justify
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: none
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color0);
    text-decoration: underline;
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

address {
    margin: 0;
    padding: 10px 0 0;
    color: var(--color2);
    font-size: calc(var(--taille_font) * 1.6);
}

.pied address {
    color: var(--color0);
}

address span.f-ville {
    display: inline-block;
    padding-bottom: 5px;
}

address p {
    margin: 0;
    padding: 0 calc(var(--taille_font) * 1.5) calc(var(--taille_font) * 1) calc(var(--taille_font) * 3);
    position: relative;
}

address p.tel a {
    color: inherit;
    text-decoration: none
}

address p a {
    text-decoration: none;
    color: inherit
}

address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 200px
}

.horaires {
    position: relative;
    color: var(--color4);
    padding: 0 0 10px 0;
    margin: 0;
}

footer .horaires {
    color: var(--color0);
}

p.horaires svg {
    display: none;
}

.pictoSVG {
    width: calc(var(--taille_font) * 1.6);
    margin: 0;
    height: calc(var(--taille_font) * 1.6);
    padding: 0;
    position: absolute;
    top: calc(var(--taille_font) * 0.3);
    left: calc(var(--taille_font) * 0.3);
    fill: var(--color1);
}

footer .pictoSVG {
    fill: var(--color1);
}

.pied .copyright-footer {
    text-align: start;
    margin: 01px 0 0 0;
}

#logoFD svg * {
    fill: var(--color1);
}

#logoFD svg {
    width: 200px;
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 200px;
    line-height: 200px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9000;
    display: inline-block;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: none;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 11px;
    height: 11px;
    background: var(--color0);
    margin: 0 2px;
    border-radius: 50%
}

.cont-slider .controls ol li.current a {
    background: var(--color1)
}

.cont-slider .controls ol li a span {
    display: none
}

.scrollbars {
    width: 100%;
    height: 35vh;
}

.scrollbar-path-vertical,.scrollbar-path-horizontal {
    position: absolute;
    background-color: var(--color0);
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1px rgba(0,0,0,0.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-path-vertical,.scrollbar-path-horizontal,.scrollbar-handle {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 20px 0;
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: 50% 50%;
    border-radius: var(--border-radius);
}

.prestation .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    direction: ltr
}

.prestation .cell.texte .contenu {
    padding: 120px 10%;
    text-align: center
}

.prestation .cell.texte .contenu h2.h1 {
    display: block;
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px;
    text-align: center
}

.prestation .cell.texte .contenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    background: none;
    padding: 0;
    padding: 0 0 10px 0
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h1,.body-contact h2 {
    color: var(--color1);
    position: relative;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: calc(var(--taille_font) * 2);
    font-size: calc(var(--taille_font) * 2.4);
}

.body-contact .tab-coordonnes .h1 {
    justify-content: start;
}

.body-contact .tab-coordonnes h2:before ,.body-contact .tab-coordonnes h2:after{
    display: none;
}


.body-contact h1:after {
    /* top: 55px; */
}

.body-contact h1:before ,.body-contact h1:after{
    display: none;
}

.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: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -20px;
    background: var(--color1);
    width: 40px;
    height: 1px
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite .contenu {
    padding: calc(var(--taille_font) * 4) 8% calc(var(--taille_font) * 4);
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-formulaire .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    /* padding: 0 23%; */
    margin: auto;
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 60px 0% 130px;
    background: rgba(var(--color4),0.8)
}

.contact .tab-formulaire .cell.droite {
    display: table-cell;
    vertical-align: top;
    /* width: 50%; */
    background: url('../../../images/services/large/serv1.jpg') no-repeat center center;
}

.table-row {
    display: table-row;
    height: 100%;
    width: 100%
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 550px!important
}

.contact .horaires {
    text-align: left
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees address span.centre {
    font-size: 21px;
    padding-bottom: 20px;
    display: block;
    color: var(--color1);
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .description-contact {
    padding: 0 0 10px;
    text-align: center;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.form-group .label-rgpd strong,.info-rgpd strong,.info-rgpd a,.info-rgpd a:visited {
    color: var(--color1)
}

.info-rgpd p {
    font-size: 11px
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: normal
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .label-rgpd {
    font-size: calc(var(--taille_font) * 1.1);
}

.contact .formulaire .form-group .form-control {
    font-family: var(--font_family_1);
    color: var(--color2);
    background: transparent;
    border: 1px solid var(--color2);
    box-shadow: none;
    border-radius: 0;
    width: 100%!important;
    font-size: calc(var(--taille_font) * 1.6);
    border-radius: var(--border-radius);
}

.contact .formulaire .form-group .form-control:focus {
    color: var(--color4)!important;
    /* background: var(--color0)!important; */
}

.form-control:focus {
    color: var(--color4)!important;
    /* background: var(--color0)!important; */
}

.contact .formulaire .form-group textarea.form-control {
    height: 120px;
    padding: 12px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: calc(var(--taille_font) * 4);
    line-height: 1;
    line-height: 50px \9;
    padding: 0 calc(var(--taille_font) * 1.2);
}

.contact .formulaire .form-group select.form-control {
    height: calc(var(--taille_font) * 5);
    line-height: 1.2;
    padding: calc(var(--taille_font) * 0.5) calc(var(--taille_font) * 1.2);
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 10px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        background: var(--color0);
        color: var(--color4)
    }
}

.contact .formulaire .form-group input[name="captcha"] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name="captcha"] + a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 48px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    width: 30%;
    /*display:inline-block;*/
    position: relative;
    float: right
}

.g-recaptcha {
    float: left
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: calc(var(--taille_font) * 1.5);
    text-transform: uppercase;
    border: none;
    color: var(--color0);
    background: var(--color5);
    text-align: center;
    border-radius: 0;
    font-size: calc(var(--taille_font) * 1.8);
    text-decoration: none;
    font-family: var(--font_family_1);
    font-weight: 100;
    transition: all 400ms ease;
    border-radius: var(--border-radius);
    font-family: var(--font_family_2);
}

.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: var(--color2);
    color: var(--color0);
}

::-webkit-input-placeholder {
    color: var(--color2)!important
}

:-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color2)!important
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name="captcha"]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
    justify-content: flex-start;
    margin: 1rem 0 2rem;
}

.flex-seoContain .seo-content h1:after, .flex-seoContain .seo-form h2.h1:after {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif);
}

.flex-seoContain .seo-form h2.h1:before, .flex-seoContain .seo-content h1:before {
    display: none;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 240px;
    height: auto;
}

.pageseo .formulaire .form-group input[name="captcha"] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name="captcha"] + a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.pageseo .formulaire .form-group input.btn-primary {
    float: right
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
}

.gallery .description-galerie {
    padding: 0 3% 4rem;
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.gallery .multiple .ligne-photos .propor {
    /* margin-bottom: 0; */
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color1) url(../images/ico-zoom.svg) no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0.8;
    filter: alpha(opacity=80)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 0 0 10px;
    padding: 20px 0 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 20px 0 5px;
    background: none
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    font-family: var(--font_family_2);
    background: none;
    display: block;
    color: var(--color2);
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: none;
    color: var(--color1)
}

.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: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: var(--color0);
}

.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: 10px;
    top: 9px;
    height: auto;
    width: 95px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    height: 65px;
    width: 65px;
    position: absolute;
    right: 65px;
    top: 0;
    background-color: var(--color1)
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    position: absolute;
    right: 130px;
    top: 0
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0);
    text-shadow: none
}

.sidebar-right {
    font-family: var(--font_family_1)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,0.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0)!important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: #c9323b;
    position: relative
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 21px;
    right: 1px;
    max-width: 169px;
    float: inherit;
    max-height: 41px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color0)!important;
    background: var(--color1);
    opacity: .4;
}

.sidebar-bottom-controls {
    background-color: #c9323b
}

.sidebar-bottom-controls p {
    margin-top: 3px
}

.sidebar-bottom-controls a {
    font-size: 12px;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 10px;
    display: block
}

.nav-item {
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(var(--color4),0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.submenu a {
    text-shadow: 0 2px 0 var(--color4);
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 15px;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 38px;
    margin-left: 20px;
    font-size: 10px;
    color: #878787;
    font-family: var(--font_family_2);
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.right-sidebar-copyright {
    margin: 20px 0
}

.footer-text a {
    padding-top: 10px;
    font-size: 10px;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 10px;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: none;
    padding-left: 0;
    background: var(--color1);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0;
    padding-left: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 37px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16px;
    -webkit-tap-highlight-color: rgba(var(--color4),0);
    text-transform: uppercase;
    color: var(--color0);
    height: 60px;
    padding-left: 35px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 15px;
    font-size: 15px;
    color: var(--color0);
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: none;
    color: #BEBEBE
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(var(--color4),0.35);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: rgba(var(--color4),0.9) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: rgba(var(--color4),0.9) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 60px auto
}

.deprecated-ie {
    text-align: center;
    color: var(--color4);
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: "Trebuchet MS",Helvetica,arial,sans-serif;
    font-size: 13px;
    color: var(--color4);
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1) !important;
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.deploy-right-sidebar .icones {
    width: 29px
}

.tel-left .icones {
    fill: var(--color1);
    width: 44px;
    height: 43px;
    margin: 10px 10px -10px 0
}

.btn-partage .icones {
    width: calc(var(--taille_font) * 1.7);
    margin: 0;
    height: calc(var(--taille_font) * 1.7);
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: calc(var(--taille_font) * 0.9);
}

footer .btn-partage .icones {
    fill: var(--color1);
}



.remonter .icones {
    fill: var(--color1);
    margin: 0 0 -5px;
    width: 32px;
    height: 32px
}

.btn-descendre .icones {
    fill: var(--color1);
    margin: 0;
    width: 20px;
    height: 48px;
}

.news .propor::after {
    padding-top: 78%
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,0.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    /* padding: 7% 4% 4%; */
    z-index: 50;
    margin: 0
}

.news .date_post span {
    display: block;
    line-height: 1.2;
    min-width: 84px
}

.news .date_post .s1 {
    /* font-size: 50px; */
    line-height: 1.2;
    padding-bottom: 5px;
    font-size: calc(var(--taille_font) * 1.6);
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(var(--color4),0.4);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color2);
    padding: 5px 0 25px;
    margin: 0
}

.newsList .item:hover .h3 {
    color: var(--color1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: calc(var(--taille_font) * 1.5) 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px
}

.newsItem .div-rs .btn-partage {
    display: inline-block;
    overflow: hidden;
    height: calc(var(--taille_font) * 4);
    position: relative;
    top: calc(var(--taille_font) * 1.7);
    margin-left: 2rem;
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color3);
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1)
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres > div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid rgba(var(--color1),0.4);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:hover,.news_avant_apres a:focus {
    border-color: var(--color6);
    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: 0 0 10px;
    color: var(--color0);
    transition: .8s;
    text-decoration: none;
    display: block
}

.news_avant_apres a:hover span,.news_avant_apres a:focus span {
    color: var(--color0);
    text-decoration: none
}

a.return-to-news:visited,a.return-to-news,a.return-to-news:link {
    text-decoration: none;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    color: var(--color0)
}

a.return-to-news:hover,a.return-to-news:focus {
    text-decoration: underline;
    color: var(--color0)
}

.pagination > li {
    background: none;
    padding-left: 0
}

.pagination > li > a,.pagination > li > span {
    color: var(--color0);
    border-color: var(--color3);
    background-color: var(--color2)
}

.pagination > .active > a,.pagination > .active > a:focus,.pagination > .active > a:hover,.pagination > .active > span,.pagination > .active > span:focus,.pagination > .active > span:hover {
    color: var(--color1);
    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(--color1);
    border-color: var(--color1)
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

.contact .map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.contact .map iframe {
    width: 100%;
    height: 100%
}

.contact .tab-coordonnes .cell.gauche {
    background: none;
    position: relative
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex;
    }

    .flex_child_2 {
        flex: 2;
    }

    .flex_child_1 {
        flex: 1;
    }
}
@media (max-width: 1300px) {
    .contact .tab-formulaire .cell.gauche .contenu {
    padding: 60px 2% 130px;
}
    }
@media (max-width: 991px) {
    :root {
            --taille_font: 10px;
    }
    .pied .bande2{
        padding: 30px 3% 100px;
    }
    .contact address p{
        
font-size: 18px;
    }
    .temoignageScroll{
        /* max-height: 249px; */
    }
    .AvisClients .h ,.modal-header .h1{
        font-size:18px;
    }

.modal-header .h1 {
    margin-bottom: 10px;
}
    .divAvis{
        width:100%;
        padding: 10px 10px;
    }
    .block.block-1 .date_post{
        padding:5px;
        /* display: flex; */
        height: 40%;
        width: 30%;
    }
    .suite{
        
padding: 5px 0 0;
    }

.AvisClients:link, .AvisClients:visited, .AvisClients {
    padding: 0;
}
    .fond1.bannAB-int{
        background-position: top;
        background-size: auto;
    }
    span.wtsp-ab{
        display:none;
    }
    .banniere{
        /* height:60%; */
    }

.body-page-1 .banniere {height: 120vh;}
    .table-row.one {
    display: flex !important;
    flex-direction: column-reverse;
    }
    .contact .tab-coordonnes .cell.gauche {
    margin-top: 20px;
    }


    .slogan{
        text-align:center;
        top: 37%;
    }

.slogan h1 {
    text-align: center;
}
    .atouts .atouts-boxes{
        display: flex;
        gap: 20px;
    }
    .atouts-boxes .box p{
        
/* min-height: auto; */
        
/* min-height: 100px; */
    }
    .body-page-1 .slogan{
        text-align: center;
        top: 40%;
    }
    .body-page-1 .sur-banniere:before{
        
    }
    .realisations, .AvisClientsBg{padding: 4rem 3%;}
    .contact .tab-formulaire .cell.gauche{
        padding:0;
    }
    a.btnPics{
        margin-bottom:40px
    }
    .atouts{
        padding: 4em 6% 4em;
    }
    .img-service{
        height:400px
    }
    .atouts .atouts-boxes .box{
        padding: 20px 10px 10px 10px;
        width:48%
    }

     .realisations .row.galerie {
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "item1 item2"
        "item3 item4";
    grid-template-rows: 150px 150px;
    grid-gap: 10px;
}
    .realisations .row.galerie .col-md-3:nth-child(5) {
     display:none;
}
    
    .actualites article {display: flex; flex-direction: column;}
.actualites .cell.photo {width: 100%; height: 400px;}
.actualites .cell.texte {width: 100%; transform: translate(0px, 0px);}
    .row.ligne-photos{
        padding:0;
    }
    .images-f {
        width: 100%;
    }
    .propor.pic-1{
      height: 100%;
    }
        .r-flex .row.recup-photos.gallery {
        flex-direction: row;
        margin-top: 40px;
        gap: 10px;
    }
        .row.r-flex{
            flex-direction:column;
        }
      .stp-list span{
        display:flex;
        align-items: center;
    }
      .stepsAB.atoAB{
        flex-direction:column;
        padding: 1em 6% 1em;
    }
        .stp-bg,.stp-txt{
        width:100%;
    }
    .intervention{
        padding-bottom:0;
    }
    a.imagecont.noflicker.img1 {
        float: left;
        margin-left: 0;
        display: block;
        margin-bottom: 15px;
        width: 100%;
    }

    .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;
    }

    .contact .formulaire .form-group > label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group > label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .main-page {
        position: relative;
        overflow: hidden;
        padding: 0
    }

    .container {
        max-width: none;
        width: auto
    }

.services .container {
    padding: 2rem 0 4rem;
}

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 ,.contact .formulaire .form-group select.form-control {
        width: 100%!important;
        font-size: 17px;
    }

    .contact .formulaire .form-group input.form-control ,.contact .formulaire .form-group select.form-control{
        padding: 0 calc(var(--taille_font) * 1);
        height: calc(var(--taille_font) * 3.5);
    }

    .contact .formulaire .form-group input[name="captcha"] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name="captcha"] + a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .fluid-contenu {
        margin: 0!important
    }

    .fluid-contenu .corps {
        padding: 60px 5% 80px
    }

    .slogan .titre ,.body-page-1 .slogan .titre {
        font-size: 40px;
        line-height: 80px;
    }

    .prestation .cell.texte .contenu {
        padding: 0 10% 50px
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 40px 6% 40px;
    }

    .body-gallery .fluid-contenu .corps {
        padding: 1px 30px;
    }

    .body-service-list .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .pied .copyright-footer {
        margin: 25px 0 0;
        text-align: center
    }
}

@media (max-width: 767px) {
    .pied .trait1::after,.pied .trait2::after {
        display:none
    }
    .img-service{
        height:300px
    }
    .body-contact h1:after{    
        top: 70px;
    }
     .atouts .atouts-boxes .box ,.atouts .atouts-boxes .box:nth-child(4), .atouts .atouts-boxes .box:nth-child(5){
        width: 100%;
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

.contact .formulaire .form-group p {
    font-size: 13px;
}

    .temoignages .col-md-12 {
        padding: 0;
    }

    .certifs .cell.droite .bg-noir {
        padding: 30px 0
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    h1,.h1,.body-contact h1,.body-contact h2 {
        font-size: 28px;
        line-height: 31px;
        letter-spacing: 0;
        gap: 10px;
    }

.body-contact .tab-coordonnes .h1 {
    font-size: 20px;
}
    h3, .h3 {font-size: 24px;}

    .body-service-list h2.h1 {
        font-size: 28px;
    }

    .titre-secondaire {
        font-size: 15px;
        line-height: 24px;
        margin-bottom: calc(var(--taille_font) * 1.5);
    }

    .slogan .titre {
        font-size: 25px !important;
        line-height: 38px !important;
        letter-spacing: 0
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 21px;
        line-height: 21px
    }

    .body-pageseo .slogan .titre {
        font-size: 34px;
        line-height: 34px
    }

    .infos {
        padding: 20px 0 0;
        right: 0;
        left: 0
    }

    .body-page-1 .banniere {
        height: 120vh;
    }

    .fluid-contenu .btn-partage {
        text-align: center;
        -webkit-transform: scale(.7);
        -moz-transform: scale(.7);
        -ms-transform: scale(.7);
        -o-transform: scale(.7);
        transform: scale(.7)
    }

    .fluid-contenu .corps {
        padding: 20px 15px 20px !important;
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 0 15px 40px
    }

    .body-gallery .fluid-contenu .corps {
        padding: 0 30px
    }

    .body-service-list .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        background: rgba(var(--color4),0.5);
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        width: 100%;
        overflow: hidden!important;
        position: relative;
        float: left;
        width: 100%!important;
        padding: 19px 15px 36px
    }

    .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
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .realisations .contenu,.AvisClientsBg .contenu {
        padding: 15px 15px 10px;
    }

.AvisClientsBg .contenu {
    padding: 10px 0;
}

    a.bouton-principal,button.bouton-principal {
        padding: 13px 20px 13px 20px;
        font-size: 16px;
    }

    .intervention .contenu {
        padding: 40px 15px 50px
    }

    .pied .bande1 {
        padding: 0;
    }

    .pied .btn-like {
        padding: 20px 0 5px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0
    }

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none;
        height: 180px
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 40px 15px 0
    }

    .contact .coordonnees {
        padding: 0 0 1px
    }

    .contact .tab-formulaire {
        display: block
    }

    .contact .tab-formulaire .cell.gauche {
        display: block;
        width: 100%;
        padding: 0;
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 30px 15px
    }

    .contact .tab-formulaire .cell.droite {
        display: none
    }

    .pied .trait2,.pied .trait1 {
        background: none
    }

    .gallery .description-galerie {
        padding: 20px 0 5px
    }

    .prestation,.actualites {
        display: block;
        min-height: auto
    }

.actualites .cell.texte .contenu {
    padding: 3em 1%;
}

    .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 {
        padding: 30px 15px
    }

    .pied {
        position: relative;
        z-index: 8000;
        /* margin: 30px 0 0; */
    }

    .sur-banniere {
        position: relative;
        height: 300px!important;
    }

.body-page-1 .sur-banniere {
    height: 40vh !important;
    !i;
    !;
}

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 0
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 20px 2% 0;
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 30px 2% 0;
    }

    .g-recaptcha {
        float: left;
        -webkit-transform: scale(.8);
        -moz-transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        transform: scale(.8);
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        -o-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .pied .menu_referencement li a,.pied .menu_referencement li a:visited {
        font-size: 14px
    }

    .contact .tab-coordonnes .cell.gauche {
        position: relative
    }


    .gallery .ligne-photos .propor {
        width: 100%;
        margin: 0 auto 15px
    }

    .table-row {
        display: block!important
    }


    .scrollbars {
        height: auto
    }

    .news_avant_apres > div:last-child {
        right: 0
    }

    .news_avant_apres > div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres > div,.news_avant_apres {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pied .trait2 {
        background:none
    }

    .certifs .cell.droite .bg-noir {
        padding: 30px 0
    }

    .pad-sm {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .body-page-11 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        padding: 50px 0 0
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .scrollbars {
        height: 240px
    }

    .contact .tab-coordonnes {
        height: auto;
        float: left;
        display: block
    }

    .contact .tab-coordonnes .cell.droite,.contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        float: left
    }

    .contact .tab-coordonnes .cell.gauche {
        height: 300px
    }

    .body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    h1,.h1 {
        font-size: 26px;
        line-height: 1.2;
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .body-contact h1,.body-contact h2 {
        position: relative;
        text-transform: uppercase;
        margin-bottom: 40px;
        font-size: 28px;
    }

    .sur-banniere, .body-page-1 .sur-banniere {
        position: relative;
        height: 40vh !important;
    }

    .body-gallery-4 .fluid-contenu .corps,.body-contact .fluid-contenu .corps {
        /* padding: 0; */
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 6%;
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 6% 0;
    }

    .table-row {
        display: block!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 47%
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .certifs .cell.droite .bg-noir {
        padding:30px 0
    }

    h1,.h1 {
        font-size: 25px;
        line-height: 25px
    }

    .tete .infos {
        height: auto;
        padding: 7px 30px 2px
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 70px 7% 0
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 30px 30px 80px
    }

    .services .cell.gauche {
        padding: 80px 0 80px 30px
    }

    .realisations .titre-secondaire {
        width: 100%
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 0;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group .form-control {
        font-size: 15px
    }

    .pied .bande2 {
        padding: 30px 6% 50px 7%
    }

    .pied div[class^="col-md"] {
        width: 100%!important;
        background: none
    }

    .pied .copyright-footer {
        margin: 20px 0 0;
        text-align: center
    }

    .contact .tab-formulaire .cell.droite {
        display: none
    }

    .contact .tab-coordonnes .cell.droite .contenu {
        padding: 70px 12% 0
    }

    .contact .tab-formulaire .cell.gauche .contenu {
        padding: 60px 12% 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .table-row {
        display: block
    }

    .contact .tab-coordonnes .cell.droite,.contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        float: left
    }

    .contact .tab-coordonnes .cell.gauche {
        height: 300px
    }

    .contact .tab-coordonnes {
        height: 260px
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px
    }
}

@media screen and (max-height: 790px) and (max-width:1199px) {
    .navh {
        margin-top:5%!important
    }

    .tete .logo-site img {
        max-width: 200px;
        height: auto
    }

    .navh .menu_principal a,.navh .menu_principal a:visited {
        font-size: 19px
    }
}

.infinite-scroll .chargement {
    background: rgba(var(--color4),0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
    @page {
        size: portrait;
        margin: 2cm
    }

    body {
        background-color: var(--color0);
        font-family: Serif;
        font-size: 10pt
    }

    a:after {
        content: " [" attr(href) "] "
    }

    h1,h2,h3 {
        font-family: verdana,serif
    }

    .hide-print {
        display: none
    }

    .hide {
        display: none
    }

    .clear {
        clear: both
    }

    div[class^="col-"] {
        width: 100%
    }

    .gallery .ligne-photos div[class="col-md-2"] {
        width: 16.666666666667%
    }

    .gallery .ligne-photos div[class="col-md-3"] {
        width: 25%
    }

    .gallery .ligne-photos div[class="col-md-4"] {
        width: 33%
    }

    .gallery .ligne-photos div[class="col-md-6"] {
        width: 50%
    }
} 
       

