:root {
    --color0: #ffffff;
    --color1: #000000;
    --color2: #e69a0f;
    --color3: #6c462b;
    --color4: #e0be9acc;
    --color5: #fff8f1;
    --color6: #5b4d43;
    --font_family_1: 'Roboto-Regular',sans-serif;
    --font_family_2: 'PlayfairDisplay-Black',sans-serif;
    --taille_font: 15px;
    --radius: 0px;
}


.main {
    display: flex;
    width: 100%;
    height: 10vh;
    align-items: center;
    justify-content: center
}

.text__container {
    overflow: hidden;
    position: relative;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

.text__container .text {
    position: relative;
    font-size: 10rem;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1rem;
    margin: 0;
    color: transparent
}

.text__container .text::before,.text__container .text::after {
    position: absolute;
    top: 0;
    left: 0;
    content: attr(data-text);
    color: #fff;
}

.text__container .text::after {
    mix-blend-mode: difference
}

.text__container .text__gradient,.text__container .text__spotlight {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    pointer-events: none
}

.text__container .text__gradient {
}

.text__container .text__spotlight {
    top: -100%;
    left: -100%;
    background: radial-gradient(circle,#2a8bc2,transparent 25%)0 0/25%25%,radial-gradient(circle,#2a8bc2,#000 25%)50%50%/12.5%12.5%;
    transform: translate3d(0,0,0);
    will-change: transform;
    transform-style: preserve-3d;
    mix-blend-mode: lighten;
    animation: light--translate 5s infinite linear
}

@keyframes light--translate {
    0% {
        transform: translate3d(0,0,0)
    }

    100% {
        transform: translate3d(50%,50%,0)
    }
}

body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%
}

ol,ul {
    list-style-position: inside;
    padding-left: 35px;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    padding-left: 0;
    list-style: disc
}

ol li.niveau2,ul li.niveau2 {
    margin-left: 30px
}

dir,menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    font-size: inherit;
    border: 1px solid #7c7c7c
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.row.multiple {
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    background-size: cover!important
}

.contain {
    -webkit-background-size: contain!important;
    -moz-background-size: contain!important;
    -o-background-size: contain!important;
    background-size: contain!important
}

hr.trait {
    height: 1px;
    margin: -.5em 0;
    padding: 0;
    color: #e0e0e1;
    background-color: #e0e0e1;
    border: 0
}

.page-contenu img {
    margin: 10px
}


body {
    color: var(--color1);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color0);
    letter-spacing: 1px
}

.swiper.mySwiperGalAB.swiper-container-initialized.swiper-container-horizontal {
    /* padding: 0 10%; */
    overflow: hidden;
}
/*******/
.mySwiperGalAB .swiper-button-prev,.mySwiperGalAB .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    color: var(--color0);
    border-radius: 50%;
    top: 40%;
    border: 5px solid var(--color0);
    font-size: 13px;
    transition: all .3s ease;
    background-image: none;
}

.mySwiperGalAB .swiper-button-prev:hover, .mySwiperGalAB .swiper-button-next:hover {
    background-color: #b68d5480;
}

.mySwiperGalAB .swiper-button-prev {
    left: -20px;
}

.mySwiperGalAB .swiper-button-next {
    right: -20px;
}
/******/
.arrows-holder {
    position: absolute;
    /* bottom: -8vh; */
    right: 0%;
    /* transform: translate(0%); */
}

div#loader-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    z-index: 99999999999999999999999999999999999;
    position: fixed;
    width: 100%;
    background: var(--color0);
}

div#loader-wrapper img {
    width: 300px;
}

.formulaire.contact-footer {
}

.irve {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4%10%;
    font-size: 24px;
    background: var(--color5);
    color: var(--color1);
    letter-spacing: 2px;
    background-image: url(../images/flash.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-blend-mode: overlay;
    background-size: 100%;
    background-attachment: fixed;
    text-align: center
}

.irve img {
    mix-blend-mode: darken;
    width: 350px
}

.irve h3 {
    font-size: 45px
}

.contact .tab-formulaire .cell.gauche {
    width: 50%;position: relative;
}

.contact .tab-formulaire .cell.gauche:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: transparent;
        z-index: -1;
        left: -4%;
        top: 4%;
        border: 1px solid var(--color2);
}

a,a:link,a:visited {
    color: var(--color2);
    text-decoration: underline;
}
.sitemap a{color: var(--color1);text-decoration: none;}
.sitemap a:hover{color: var(--color2);}
a.btn-gmb i {
    color: var(--color0);
    position: relative;
    top: 2px;
    font-size: 14px;
    margin: 0 10px;
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color2)
}

a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color1);
    font-family: var(--font_family_2);
    line-height: 1.5
}

.h1,h1 {
    font-size: 35px;
    line-height: 1.5;
    color: var(--color1);
    text-transform: uppercase;
    margin-bottom: 30px;
    position: relative;
    margin-top: 0;
    z-index: 1;
}

.contact .tab-formulaire h2.h1:before {
    left: 50%;
    transform: translate(-50%);
}

.body-page-1 h2 {
    display: block;
    text-align: left;
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.menu-fixed {
    width: 100%;
    padding: 8px 5vw 8px 16vw;
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 8001;
    background: var(--color1);
    box-shadow: 0 1px 13px rgba(0,0,0,.1);
    color: var(--color0)
}

.menu-fixed.appear {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    opacity: 1
}

.menu-fixed .navh .menu_principal a,.menu-fixed .navh .menu_principal a:visited {
    padding: 8px 15px;
    color: var(--color0)
}

.menu-fixed .navh .menu_principal a:focus,.menu-fixed .navh .menu_principal a:hover,.menu-fixed .navh .menu_principal li.active a {
    color: var(--color2);
}

.menu-fixed .btn-partage {
    text-align: left;
    padding: 4px 0 0 15px
}

.menu-fixed .btn-partage .btnp {
    width: 30px;
    height: 30px;
    border-radius: 30px;
    background: 0 0;
    display: inline-block;
    transition: all .4s ease;
    text-align: center
}

.h2,h2 {
    font-size: calc(var(--taille_font)+.8rem)
}

.h3,h3 {
    font-size: calc(var(--taille_font)+.7rem)
}

h4 {
    font-size: calc(var(--taille_font)+.6rem)
}

h5 {
    font-size: calc(var(--taille_font)+.5rem)
}

h6 {
    font-size: calc(var(--taille_font)+.4rem)
}

.h1 a,.h1 a:link,.h1 a:visited,.h2 a,.h2 a:link,.h2 a:visited,.h3 a,.h3 a:link,.h3 a:visited,h1 a,h1 a:link,h1 a:visited,h2 a,h2 a:link,h2 a:visited,h3 a,h3 a:link,h3 a:visited,h4 a,h4 a:link,h4 a:visited,h5 a,h5 a:link,h5 a:visited,h6 a,h6 a:link,h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,.h2 a:hover,.h3 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 16px;
    padding: 0px 0 0;
    margin: 0;
    color: var(--color2);
    font-family: var(--font_family_1);
    margin-bottom: 0;
    display: block;
    text-transform: none
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_2);
    color: var(--color0);
    text-decoration: none;
    padding: 12px 20px 14px;
    font-size: 16px;
    border: 1px solid #00000045;
    background-color: var(--color3);
    border-radius: var(--radius);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 0;
    z-index: 1;
}

a.bouton-principal:before, button.bouton-principal:before,.cta a.btn-show-more:before,.cta p.btn-show-more:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid var(--color2);
    border-right: 1px solid var(--color2);
    left: 5px;
    top: 5px;
    z-index: -1;
}

a.bouton-principal:focus,a.bouton-principal:hover,button.bouton-principal:hover {
    background-color: var(--color2);
    color: var(--color1);
    border-color: var(--color2)
}

a.bouton-principal.white:focus,a.bouton-principal.white:hover {
    background-color: var(--color2);
    color: var(--color1);
    border-color: var(--color2)
}

.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_2);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 16px;
}

.btn-service a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    margin: 45px 0 0;
    padding: 15px 30px
}

.tete {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 130px;
    background: var(--color5);
    box-shadow: 0 3px 20px rgba(0,0,0,.15);
    display: table
}

.main-page {
    position: relative;
    padding: 0 0 0 130px;
    overflow: hidden
}

.tete>.table-row {
    display: table-row;
    text-align: center
}

.tete>.table-row:nth-child(1) {
    height: 20%
}

.tete>.table-row:nth-child(2) {
    height: 60%
}

.tete>.table-row:nth-child(3) {
    height: 20%
}

.tete>.table-row>.table-cell {
    display: table-cell;
    vertical-align: middle;
    position: relative
}

.tete .logo-site.mini {
    margin: 20px 15px;
    height: 112px;
    text-align: center
}

.tete .logo-site.mini img {
    max-width: 100%;
    max-height: 100%;
    mix-blend-mode: darken
}

.tete .header-title p.mini-title {
    white-space: nowrap;
    text-align: center;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    display: inline-block;
    writing-mode: vertical-rl;
    -moz-writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    margin: auto;
    transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: var(--color1);
    font-family: var(--font_family_1);
    letter-spacing: 1.5px;
    font-size: 10px;
}

.tete .header-title p.mini-title strong {
    color: var(--color2);
    font-size: 24px;
    font-family: var(--font_family_2);
}

.tete .header-tel .tel-top {
    display: inline-block;
    width: 46px;
    height: 46px;
    background-color: transparent;
    border-radius: 46px;
    position: relative;
    font-family: var(--font_family_1)
}

.tete .header-tel .tel-top:hover {
    background-color: var(--color2)
}

.tete .header-tel .tel-top p.callTracker {
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer
}

.tete .header-tel .tel-top p.callTracker span.t_affiche {
    position: absolute;
    display: inline-block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    z-index: 10
}

.tete .header-tel .tel-top p.callTracker span.t_phone {
    z-index: 11;
    position: absolute;
    display: inline-block;
    height: auto;
    background: var(--color6);
    font-size: 21px;
    color: var(--color0);
    min-width: auto;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 6px;
    top: -53px;
    left: 0;
    transform: translateY(20px)
}

.tete .header-tel .tel-top p.callTracker.active span.t_phone {
    transform: translateY(0)
}

.tete .header-tel .tel-top p.callTracker span.t_phone::before {
    content: '';
    width: 20px;
    height: 12px;
    background: var(--color2);
    display: block;
    position: absolute;
    left: 28px;
    bottom: -5px;
    transform: rotate(150deg);
    z-index: -1
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.pulse:after,.pulse:before {
    content: '';
    display: block;
    position: absolute;
    border: 1vh solid var(--color3);
    left: -27px;
    right: 0;
    top: -26px;
    bottom: 0;
    border-radius: 100px;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    width: 100px;
    height: 100px
}

.pulse:after {
    animation-delay: .5s
}

@keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1);
    font-weight: 700
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    max-height: 100%;
    width: auto
}

.tete .infos {
    background: #f0f0f0;
    display: inline-block;
    height: 90px;
    padding: 25px 30px 0
}

.tete .infos.infos_small {
    display: block;
    width: 120%;
    padding: 3px;
    height: 38px;
    position: relative;
    left: -20%
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    color: var(--color1);
    padding: 5px 20px 0 30px;
    margin: 0;
    font-family: var(--font_family_1)
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.coordonnees span.tel.callTracker:not(.active)span:hover {
    color: var(--color2)
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.cta {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin: 2em 0;
    position: relative;
    float: left;
    flex-wrap: wrap;
    align-content: stretch;
    justify-content: center;
    width: 100%;
    gap: 1vw;
}

p.tel-header2 {
    font-family: var(--font_family_1);
    color: var(--color0);
    font-size: 14px;
    padding: 15px 40px;
    margin: 0 0 0;
    text-transform: uppercase;
    text-align: center;
    /* overflow: hidden; */
    text-shadow: 0 0;
    text-align: center;
    min-width: auto;
    border: 0;
    background: var(--color1);
}

.cta a.btn-show-more,.cta p.btn-show-more {
    margin: 0 0;
    border: 0;
    font-size: 16px;
    font-family: var(--font_family_2);
    line-height: 1.7;
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 12px 20px;
    color: var(--color0);
    text-transform: math-auto;
    border-radius: var(--radius);
    background: var(--color3);
    transition: all .3s linear;
    position: relative;
}

p.tel-header2.btn-show-more:before {content: "";position: absolute;width: 100%;height: 100%;border-bottom: 1px solid var(--color2);border-right: 1px solid var(--color2);left: 5px;top: 5px;z-index: 1;}

.cta .callTracker a,.cta .callTracker span {
    text-align: center
}

.cta p.tel-header2.btn-show-morel:hover:before {
    background: var(--color1)
}

.cta .btn-show-more:hover {
    background: var(--color2);
    color: var(--color1);
}

.atout-container {
    display: flex;
    gap: 40px;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    padding-top: 2%;
    position: relative
}

.atout-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "a1 a3""a2 a3";
    grid-template-rows: 200px 200px;
    width: 50%;
    grid-gap: 20px
}

.atout-img .propor {
    overflow: hidden
}

.atout-img .propor:nth-child(1) {
    grid-area: a1
}

.atout-img .propor:nth-child(2) {
    grid-area: a2
}

.atout-img .propor:nth-child(3) {
    grid-area: a3
}

.atout-img .propor img {
    transition: all .3s linear
}

.atout-img .propor:hover img {
    transform: scale(1.2)
}

.atout-bloc {
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 1.5fr 2fr;
    grid-template-areas:
        "b1 b3 b2"
        "b4 b3 b5"
        "b4 b3 b6";
    grid-gap: 1vw;
    align-items: center;
}

.atout-desktop {
    padding: 8% 10% 10em;
    background: var(--color0);
    position: relative
}

.atout-desktop .h1 {
    text-align: center
}

.atout-desktop .h1::before {
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}

.atout-item {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 25px;
    font-size: 14px
}

.atout-item img {
    width: 4vw;
}

.atout-item:nth-child(2) img {
}

.atout-item span {
    font-family: var(--font_family_2);
    font-size: 16px;
    text-wrap: balance;
}

.picto {
    display: flex;
    flex-direction: column;
    gap: 5px;
    line-height: 1.7
}

.atout-item:nth-child(1) {
    grid-area: b1
}

.atout-item:nth-child(2) {
    grid-area: b2
}
.atout-item:nth-child(6) {
    grid-area: b6
}
.atout-item:nth-child(2), .atout-item:nth-child(5),.atout-item:nth-child(6) {
    flex-direction: row-reverse;
    text-align: right
}

.atout-desktop .propor {
    grid-area: b3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.atout-desktop .propor:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    left: -4%;
    top: 3%;
    border: 1px solid var(--color2);
}

.atout-desktop .propor img {
    width: 100%;
    height: 100%;
}

.atout-item:nth-child(4) {
    grid-area: b4;
    padding-left: 12%
}

.atout-item:nth-child(5) {
    grid-area: b5;
    /* padding-right: 12%; */
}

.atout-item i {
    font-size: 50px;
    color: var(--color2)
}

.atouts {
    display: block;
    padding: 4%10%2%;
    background: var(--color0);
    width: 100%;
    position: relative;
    text-align: center
}

.atouts .h1 {
    text-align: center;
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0)
}

.atouts p.legend {
    text-align: center;
    margin: 0 0
}

.atouts .swiper-pagination-bullet {
    background: var(--color0)
}

.atouts .picto {
    margin-bottom: 10px;
    font-size: 24px;
    color: var(--color4)
}

.atout .picto {
    font-size: 16px;
    color: var(--color1)
}

.atout .picto span {
    padding: 12px;
    font-size: 22px;
    font-family: var(--font_family_2);
}

.atout i {
    font-size: 50px;
    color: var(--color3);
}

.atouts .picto i {
    width: auto;
    font-size: 50px
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 2em;
    background: var(--color0);
    border-radius: var(--radius);
    gap: 5px;
    font-size: 16px;
    box-shadow: 1px 1px 40px #0000000d;
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
    padding: 2% 2%;
}

.atouts-cont {
    position: relative;
    display: flex;
    padding: 0em 0 0em;
    flex-direction: column-reverse;
}

.callTracker {
    position: relative
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    line-height: 1.64em;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,header .callTracker span {
    top: 5px;
    max-width: none
}

header .callTracker .t_affiche {
    font-size: 90%
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.pied .callTracker:not(.active)span.t_affiche:hover {
    color: var(--color4)
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    transition: all .4s ease
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    background: 0 0
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: inline-block;
    vertical-align: top
}

.navh {
    margin: 0;
    z-index: 8000;
    display: flex;
}

.navh .menu_principal {
    margin: 0vw 2vw 0 0;
    padding: 0;
    list-style: outside none;
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    background: 0 0
}

.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    color: var(--color0);
    display: block;
    font-size: 15px;
    padding: 15px;
    text-decoration: none;
    font-family: var(--font_family_2);
    transition: all .4s ease;
    letter-spacing: 1px;
}

.navh .menu_principal a:hover,.navh .menu_principal li.active>a {
    color: var(--color2)
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.slogan {
    color: var(--color0);
    text-align: center
}

.slogan .titre {
    font-size: 51px;
    font-family: var(--font_family_1);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px
}

.slogan .titre span {
    font-size: 48px
}

.video-accueil .banniere {
    z-index: 0
}
.video-accueil {
    position: relative;
    top: 0;
    left: 0vw;
    z-index: 9;
}

.video-accueil video {
    width: 100vw;
    height: 118vh;
    vertical-align: top;
    z-index: 1;
    position: absolute;
    left: -5vw;
}


.body-page-1 .banner-wrapper {
    height: 100vh;
    position: relative
}

.body-page-1 .banner-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000069;
    z-index: 1;
}

.banner-wrapper {
    display: table;
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.banner-wrapper:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #00000069;
    z-index: 1;
}

.banner-left {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 0;
}

.banner-right {
    display: table-cell;
    width: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    height: 60vh;
    left: 0;
    z-index: 2;
}
.body-page-1 .banner-right{height: 100vh;}

.banner {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    width: 100%;
    height: 100%
}

.zoom {
    animation: scale 40s linear infinite
}

@keyframes scale {
    50% {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2)
    }
}

.btn-descendre {
    display: inline-block;
    position: relative;
    width: 16px;
    height: 23px;
    overflow: visible;
    text-indent: 300px;
    white-space: nowrap;
    cursor: pointer;
    margin: -10% 0 0;
    transition: all 1.2s ease;
    opacity: 1
}

.btn-descendre>span {
    display: inline-block;
    width: 16px;
    height: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-animation: scroll-hint-animation 1.4s linear infinite;
    animation: scroll-hint-animation 1.4s linear infinite;
    pointer-events: none
}

@-webkit-keyframes scroll-hint-animation {
    60% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner-contents {
    display: table;
    padding: 0px;
    width: 100%;
    height: 100%
}

.banner-contents>.table-row {
    display: table-row
}

.banner-contents>.table-row:nth-child(1) {
    height: 5%;
}

.banner-contents>.table-row:nth-child(2) {height: 90%;}

.banner-contents>.table-row:nth-child(3) {height: auto;bottom: 5vh;position: relative;}

.banner-contents>.table-row>.table-cell {
    display: table-cell;
    vertical-align: middle
}

.banner-contents .banner-text .logo-site {
    padding: 0;
    height: auto;
    max-width: 100%;
    font-size: 4vw;
    font-family: var(--font_family_2);
    color: var(--color0);
}

.banner-contents .banner-text .logo-site img {
    width: auto;
    max-height: 100%;
    mix-blend-mode: darken
}

.banner-contents .banner-text .slogan {
    font-size: 1.2vw;
    margin: 0;
    font-family: var(--font_family_1);
    line-height: normal;
    color: var(--color2);
}

.banner-contents .banner-text .slogan:before {
    display: none;
}

.banner-contents .banner-text span.separator {
    display: inline-block;
    width: 8px;
    height: 16px;
    margin: 12px 0;
    font-size: 20px;
    line-height: 16px;
    color: var(--color4);
    font-weight: 700
}

.banner-contents .banner-text .slogan .sous-titre.interne {
    text-transform: uppercase;
    font-size: 2vw;
    font-family: var(--font_family_2);
    color: var(--color0);
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0)
}

.fluid-contenu .corps {
    padding: 5%8%60px
}

.body-page-1 .fluid-contenu .corps {
    padding-left: 0;
    padding-right: 0;
}

.body-service-list .fluid-contenu .corps {
    padding: 80px 8%20px
}

.body-gallery-4 .fluid-contenu .corps,.body-page-1 .fluid-contenu .corps {
    /* padding-left: 0; */
    /* padding-right: 0; */
    position: relative;
    padding-top: 0;
    padding-bottom: 0;
}

.body-page-1 .fluid-contenu .corps:before {
    content: "";
}

.body-contact .fluid-contenu .corps {
    padding: 80px 0 0
}

.body-page-1 .fluid-contenu .corps .page-contenu {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    column-gap: 30px;
    text-align: justify;
    height: 40vh;
}

.home-presentation {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 80;
    padding: 4% 0% 0;
    flex-direction: row-reverse;
    gap: 4vw;
}

.body-page-1 .home-presentation {
    padding: 10% 10%;
    background: var(--color5);
}

.home-presentation .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

.home-presentation .cell.droite {
    display: table-cell;
    vertical-align: top;
    overflow: visible !important;
    width: 50%;
    position: relative;
}

.home-presentation .cell.droite:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 90%;
    background: transparent;
    z-index: 0;
    right: -4%;
    top: -4%;
    border: 1px solid var(--color2);
}
body.body-gallery.body-gallery-4 .home-presentation .cell.droite:before {
    display: none;
}
.body-page-1 .home-presentation .cell.droite {
    width: 50% !important;
}

.body-page-1 .home-presentation .cell.droite:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 0;
    left: -4%;
    top: 4%;
    border: 1px solid var(--color2);
}

.home-presentation .cell.gauche .page {
}

.body-gallery-2 .home-presentation {gap: 2vw;flex-direction: row;}

.body-gallery-2 .home-presentation .cell.gauche .contenu {
    padding: 0 30px
}

.body-gallery-2 .home-presentation .propor {
    height: 65vh;
}

.body-gallery-2 .home-presentation .arrows-holder {
    height: 50px;
    width: 100%;
    position: relative
}

.body-gallery-2 .home-presentation .arrows-holder .swiper-arrows {
    position: absolute;
    width: 120px;
    height: 100%;
    right: 0;
}

.body-gallery-2 .home-presentation .cell.gauche {
    vertical-align: top
}

.body-gallery-2 .fluid-contenu .corps {
    background: var(--color0);
    padding-bottom: 0;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.recup-photos .propor:after {
    display: block;
    content: '';
    height: 100%
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(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;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0)
}

.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: rgba(0,0,0,.3)url(../images/ico-zoom.svg)no-repeat center center;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0);
    background-size: 41px auto
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.recup-photos .propor .propor-cont .imagecont .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.certifs {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 80px 0;
    table-layout: fixed
}

.certifs .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 40%
}

.certifs .cell.gauche .contenu {
    padding: 0 30px 30px 28%
}

.certifs .cell.gauche .contenu h2 {
    margin-top: 0
}

.certifs .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 60%
}

.certifs .cell.droite .row {
    margin-bottom: -2px
}

.certfs-slider {
    display: block;
    width: 100%;
    float: left;
    padding-right: 6%
}

.certifs .swiper-slide {
    height: 170px;
    border: 1px solid rgba(var(--color3),.2);
    padding: 20px;
    text-align: center;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.certifs .swiper-slide img {
    display: inline-block;
    width: auto;
    max-width: 200px;
    max-height: 130px
}

.certifs .swiper-container2 {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden
}

.certfs-slider .arrows-holder,.atouts .arrows-holder {
    height: 50px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -5vh;
}

.certfs-slider .swiper-arrows,.atouts .swiper-arrows {
    display: inline-block;
    width: 120px;
    height: 16px;
    position: absolute;
    top: 0
}

.row-certifs .swiper-slide {
    margin-bottom: 30px
}

.certifs .cell.droite .logo-certif {
    padding: 15px;
    vertical-align: middle;
    text-align: center
}

.certifs .cell.droite .logo-certif a {
    display: block;
    height: 100%
}

.certifs .row.table {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    display: table
}

.certifs .row.table .ligne-photos {
    display: table-row;
    height: 100%
}

.certifs .row.table[class*=col-] {
    display: table-cell;
    float: none;
    vertical-align: middle
}

.certifs .cell.droite .ligne-photos:nth-child(n+3)>[class*=col-] {
    border-bottom: 0 solid #e6e6e6
}

.certifs .logo-certif img {
    background-repeat: no-repeat;
    background-position: 50%50%;
    width: 100%;
    background-size: 120px auto;
    height: auto
}

.certifs .oneCertif .logo-certif img {
    width: auto
}

.actualites {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000
}

.actualites.view {
    padding: 8% 10% 5%;
    background: var(--color5);
}

.actualites article {
    margin-bottom: 30px
}

.actualites .cell.photo {
    background-position: center center;
    min-height: 410px;
    position: relative
}

.actualites .cell.photo.no-photo,.news .photo.no-photo {
    background-color: rgba(var(--color3),1);
    background-image: url(../images/no-photo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center
}

.actualites .cell.photo .contenu {
    position: absolute;
    width: 100%;
    height: 100%;
    color: var(--color0);
    overflow: hidden;
    background: rgba(0,0,0,.3)
}

.actualites .cell.photo .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.photo .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg)no-repeat 0 9px;
    background-size: 7px auto
}

.actualites .cell.photo .contenu ul li .bouton-principal {
    display: block
}

.actualites .cell.photo .contenu h3 {
    margin: 0 0 0px;
    font-size: 16px;
    color: var(--color0);
    text-align: left;
    text-wrap: balance;
    font-family: var(--font_family_1);
}

.actualites .cell.photo .contenu .new-content {
    color: var(--color0);
    padding: 2vw;
}

.actualites a.bouton-principal,.news a.bouton-principal {
    margin: 33px 0 0
}

.actualites .date_post {
    font-size: 18px;
    color: var(--color0);
    font-family: var(--font_family_1);
    padding-left: 63px;
    position: relative;
    margin: 20px 0 0;
    text-transform: capitalize
}

.actualites .date_post::before {
    content: '';
    display: inline-block;
    width: 52px;
    height: 3px;
    background: rgba(var(--color3),1);
    position: absolute;
    left: 0;
    top: 14px
}

.actualites .cell.photo .contenu .new-content a.bouton-principal {
    background: var(--color3);
    color: var(--color0);
    margin: 20px 0 0;
    opacity: 0
}

.actualites .cell.photo .contenu .new-content a.bouton-principal:focus,.actualites .cell.photo .contenu .new-content a.bouton-principal:hover {
    background-color: var(--color2);
    color: var(--color1);
}

.actualites .cell.photo .contenu .new-content .content {
    opacity: 0;
    font-size: .7vw;
    line-height: 1.7;
    display: none;
}

.actualites .cell.photo .contenu .new-content {
    position: absolute;
    bottom: 0;
    max-height: 15vh;
}

.actualites .cell.photo .contenu .new-content h3 a:hover {
    text-decoration: none;
    color: rgba(var(--color3),1)
}

.actualites .cell.photo:hover .new-content {
    max-height: 100%;
}

.actualites .cell.photo:hover .contenu {
    background: rgba(0,0,0,.6)
}

.actualites .cell.photo:hover .content,.actualites .cell.photo:hover a.bouton-principal {
    opacity: 1!important
}

.body-news .col-centered {
    float: none;
    margin: 0 auto
}

.body-news .col-centered .date_post {
    font-size: 16px;
    padding: 4px 0;
    color: rgba(var(--color3),1);
    font-family: var(--font_family_1);
    padding-right: 53px;
    position: relative
}

.body-news .col-centered .date_post::before {
    content: '';
    display: inline-block;
    width: 42px;
    height: 3px;
    background: var(--color2);
    position: absolute;
    right: 0;
    top: 16px
}

.body-news .col-centered h2 {
    margin-top: 0!important;
    margin-bottom: 24px
}

.body-news .col-centered .contenu-article {
    text-align: justify
}

.AvisClientsBg {
    background: url(../images/bg1.jpeg);
    color: var(--color0);
    padding: 8% 10% 5%;
    display: table;
    position: relative;
    z-index: 8000;
    background-attachment: fixed;
    width: 100%;
    background-size: cover;
}

.AvisClientsBg:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #000000b5;
}

.AvisClientsBg .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 40%
}

.AvisClientsBg .cell.gauche .contenu {
    padding: 0;
}

.AvisClientsBg .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 60%
}

.AvisClientsBg .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: var(--color2)
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    list-style: none;
    background: 0 0
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    text-align: left;
    display: inline-block;
    text-decoration: none;
    color: var(--color0);
    width: 100%
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color4);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 15px;
    margin-bottom: 0;
    text-align: justify
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%50%;
    background-color: var(--color5)
}

.AvisClientsBg .bx-pager {
    bottom: 17px
}

.AvisClientsBg .noAvis {
    padding-left: 0!important;
    text-align: center
}

.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
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 45px
}

.livre-elements {
    padding: 0;
    margin-bottom: 0;
    text-align: center
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%50%;
    background-color: var(--color5);
    width: 115px;
    height: 115px
}

.AvisClientsBg .Avis-slide {
    padding-right: 0%;
}

.AvisClientsBg .Avis-slide span.quote::before {
    position: absolute;
    top: 0;
    right: 16%;
    display: inline-block;
    width: 35px;
    height: 32px;
    font-size: 155px;
    font-family: var(--font_family_1);
    line-height: 133px;
    opacity: .3;
    letter-spacing: -9px;
    content: "‘‘"
}

.date_post {
    font-size: 16px;
    padding: 4px 0;
    color: var(--color2);
    font-family: var(--font_family_1)
}

.livre-elements .pseudo {
    margin-bottom: 10px
}

.livre-elements .date {
    margin-bottom: 10px!important;
    color: rgba(var(--color3),1);
    font-family: var(--font_family_1);
    font-size: 14px
}

.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(--color0);
    border-radius: 6px;
    box-shadow: 3px 4px 8px rgba(0,0,0,.02)
}

.btn-avis {
    margin-bottom: 30px
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: #323435
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: #323435;
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0,0,0,.8);
    color: #323435;
    text-shadow: none
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group .form-control,.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea {
    background: #f7f7f7;
    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: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: #323435!important
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}

.services-home {
    padding: 8% 10% 8em;
    position: relative;
    z-index: 8000;
    background: var(--color5);
}

.services.services-home .h1 {
    text-align: left;
}

.liste-services {
    padding-top: 20px
}

.liste-services.row.relative {
}

.liste-services .service h2.service-title {
    font-size: 20px;
    font-family: var(--font_family_2);
    color: var(--color1);
    text-align: center;
}

.liste-services .swiper-arrows {
    /* display: inline-block; */
    width: 120px;
    /* height: 16px; */
    position: absolute;
    right: 3%;
    top: -80px;
}

.liste-services .service .service-text {
    font-size: 16px;
    /* display: none; */
    color: var(--color3);
    text-align: center;
}

.service-image {
    display: table;
    width: 100%;
    position: relative;
    z-index: 800
}

.service-image .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    background-position: center center;
    border-radius: var(--radius);
    overflow: hidden;
    height: 400px
}

.service-image .cell.gauche.no-photo {
    background-color: var(--color5);
    background-image: url(../images/no-photo.png);
    background-size: 60px;
    background-repeat: no-repeat;
    background-position: center center
}

.service-image .cell.droite {
    display: table-cell;
    width: 10%;
    position: absolute;
    top: 0;
    right: 0;
}

.service-image .cell.droite .service-nb {
    padding: 4px 4px;
    font-size: 20px;
    color: var(--color2);
    font-family: var(--font_family_1);
    background: var(--color3);
    backdrop-filter: blur(5px);
}

.service-image .cell.droite .service-nb small {
    opacity: .5;
    font-size: 65%;
    vertical-align: top;
    display: inline-block;
    margin-top: 5%
}

.service-image .cell.gauche a.mask {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--color3),.8);
    opacity: 0;
    font-size: 0
}

.service-image .cell.gauche a.mask::before {
    content: "...";
    position: absolute;
    width: 40px;
    height: 40px;
    display: block;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    z-index: 1;
    font-size: 49px;
    border: 3px solid #fff;
    border-radius: 50%;
    line-height: 5px;
    letter-spacing: -4px;
    font-family: Sans Serif;
    margin-top: -20px;
    margin-left: -20px;
    padding-right: 3px
}

.liste-services .service:hover a.mask {
    opacity: 1
}

.liste-services .service:hover a {
    text-decoration: none;
    color: var(--color2);
}

.realisations {
    display: flex;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 8% 10% 8%;
    width: 100%;
    align-items: stretch;
    justify-content: stretch;
    gap: 15px;
}

.realisations:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 40%;
    background: url(../images/shape.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    left: 5%;
    bottom: 10%;
    background-size: contain;
    opacity: .07;
    filter: grayscale(0);
}

.realisations .cell.gauche {
    display: flex;
    justify-content: flex-start;
    width: 33%;
    align-items: flex-start;
}

.realisations .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 67%;
    padding-top: 10vh;
}

.realisations .recup-photos {
    padding-right: 52px;
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 200px 200px;
    grid-gap: 5px
}
.realisations .recup-photos .col-md-3{width: 100%;margin: 0;padding: 0;}
.realisations .recup-photos:before {
    display: none
}

.realisations .recup-photos a.gal-button {
    width: 406px;
    height: 50px;
    color: var(--color0);
    background: var(--color1);
    overflow: hidden;
    line-height: 55px;
    position: absolute;
    right: -180px;
    top: 177px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font_family_1);
    font-size: 16px;
    text-decoration: none;
    transform: rotate(90deg);
    display: flex;
    justify-content: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    letter-spacing: 3px
}

.realisations .recup-photos a.gal-button:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    -webkit-transform: translate(0,52px);
    transform: translate(0,52px);
    background-color: var(--color2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.realisations .recup-photos a.gal-button:active,.realisations .recup-photos a.gal-button:focus,.realisations .recup-photos a.gal-button:hover {
    color: #fff
}

.realisations .recup-photos a.gal-button:active:before,.realisations .recup-photos a.gal-button:focus:before,.realisations .recup-photos a.gal-button:hover:before {
    -webkit-transform: translate(0,0);
    transform: translate(0,0)
}

.realisations .recup-photos .propor {
    height: 100%
}

.realisations .recup-photos .propor .propor-cont .imagecont .masque {
    color: var(--color0);
    background: rgba(0,0,0,.4);
    width: 100%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.realisations .recup-photos .propor .propor-cont .imagecont .masque small {
    font-family: var(--font_family_1);
    font-size: 16px;
    text-transform: uppercase;
    margin: auto;
    display: inline-block;
    -moz-transform: translate(0,31px);
    -webkit-transform: translate(0,31px);
    transform: translate(0,31px);
    opacity: 0;
    display: none;
}

.realisations .recup-photos .propor .propor-cont .imagecont:hover small {
    -moz-transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1
}

.realisations .contenu {
    padding: 0;
}

.realisations .contenu h2 {
}

.h1:before,h1:before {
    content: attr(data-title);
    position: absolute;
    color: #d3d3d352;
    font-size: 4vw;
    top: -3vw;
    opacity: 1;
    z-index: -1;
    left: 0vw;
    line-height: 1.2;
}

.atouts .h1::before {
    left: 50%;
    transform: translate(-50%);
}

.realisations .contenu h2 .titre-secondaire {
}

.realisations[class*=col-] {
    padding-left: 0!important;
    padding-right: 0!important;
    width: 100%
}

.news .propor,.realisations .galerie .propor {
    width: 100%;
    position: relative
}

.news .propor {
    max-height: 430px;
    margin-bottom: 20px
}

.news .propor.no-photo {
    background-color: var(--color5);
    background-image: url(../images/no-photo.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center center
}

.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: rgba(0,0,0,.7)url(../images/ico-zoom.svg)no-repeat center center;
    background-size: 41px auto
}

.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 .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.intervention {
    position: relative;
    z-index: 800;
    background: var(--color0);
    display: flex;
    width: 100%;
    padding: 8% 10% 5%;
    flex-direction: column-reverse;
}

.intervention:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 87%;
    background: url(../images/shape.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    right: 4%;
    bottom: 4%;
    background-size: contain;
    opacity: .07;
    filter: grayscale(0);
}

.intervention .contenu {
    padding: 0% 0% 5% 0%;
    text-align: left;
    /* display: flex; */
    gap: 2vw;
}

.intervention .contenu .h1 {
    width: 100%;
    text-align: left;
}

.intervention .contenu a.bouton-principal {
    top: 40px;
    position: relative
}

.intervention .cell.gauche {display: none;}

.intervention .cell.droite {
    display: block;
}

.intervention .zone {
    display: flex;
    width: 100%;
    height: 40vh;
    justify-content: center;
    align-items: center;
    position: relative;
}

.intervention .zone iframe {
    width: 100%;
    height: 100%;
}

.intervention .description {
    width: 100%;
    line-height: 2;
}

.intervention ul {
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.intervention ul li {
    padding: 5px 0 5px 15px;
    font-weight: 700
}

.pied {
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.pied .bande1 {
    padding: 50px 10%;
    z-index: 9999;
    background: url(../images/abstract.jpeg);
    background-attachment: fixed;
    background-size: cover;
}

.pied .bande1:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0000009c;
}

.pied .bande1 a.btn-contact-footer {
    display: inline-block;
    font-family: var(--font_family_1);
    font-size: 17px;
    border-radius: 6px;
    background: var(--color3)url(../images/ico-contact-footer.svg)no-repeat 29px center;
    padding: 12px 35px 15px 75px;
    text-decoration: none;
    color: var(--color0);
    position: absolute;
    top: -20px;
    right: 2%;
    transition: all .4s ease
}

.pied .bande1 a.btn-contact-footer:focus,.pied .bande1 a.btn-contact-footer:hover {
    background-color: var(--color2)
}

.body-contact .pied .bande1 a.btn-contact-footer {
    display: none
}

.pied .bande1 .row1 {
    padding: 0 0 50px;
    margin-bottom: 30px
}

.pied .bande2 {
    padding: 0px 0;
    background: var(--color1);
}

.pied .toTop {
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff6e;
    display: flex;
    position: absolute;
    right: 40px;
    padding: 10px 5px 10px;
    border-radius: var(--radius);
    cursor: pointer;
    bottom: 15px;
    justify-content: center;
    align-items: center;
}

.pied .toTop:focus,.pied .toTop:hover {
    background-color: var(--color2);
    border-color: var(--color2);
    box-shadow: 0 0 35px rgba(74,140,188,.63)
}

.info-rgpd {
    position: relative;
    display: inline-block;
    font-size: 12px!important;
    border-top: 1px solid #d0c9c9;
    padding-top: 18px;
    margin-top: 18px
}

.bande-form {
    position: relative;
    display: block;
    padding: 20px 0 0px
}

.pied h3 {
    color: var(--color0);
    font-size: 18px;
    padding: 0 0 5px;
    letter-spacing: 1px;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 0px 0;
    list-style-type: none;
    margin: 0;
    line-height: 1.7
}

.pied .navf .menu_footer li {
    padding: 0 0 4px;
    background: 0 0;
    list-style: 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: 15px;
    padding: 0;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a:hover,.pied .navf .menu_footer li.active a {
    color: var(--color2);
    text-decoration: none
}

.pied .navf .menu_footer li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    line-height: 1.7;
    padding: 0
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:after {
    content: "-"
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 15px;
    text-decoration: none
}

.pied .menu_referencement li a:hover,.pied .menu_referencement li.active a {
    color: var(--color4)
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 0px 0 0;
    color: var(--color0);
    font-size: 15px;
    line-height: 1.7
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: top 5px left;
    padding: 0 0 10px 27px
}

.pied address p.adresse {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 13px auto
}

.pied address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.svg);
    background-size: 16px auto
}

.pied address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.svg);
    background-size: 11px auto
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 256px
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color2)
}

.pied .horaires {
    color: var(--color0)!important;
    padding-left: 27px;
    margin: 0;
    background: url(../images/ico-horaires.svg)no-repeat 0 5px;
    font-size: 15px;
    background-size: 16px auto;
    line-height: 1.7
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg* {
    fill: var(--color0)
}

#logoFD svg {
    width: 200px
}
#logoFD svg *{fill: var(--color2);}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1px rgba(0,0,0,.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1px rgba(0,0,0,.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,.scrollbar-path-horizontal,.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}

.prestation {
    z-index: 80;
    margin-bottom: 70px;
    position: relative
}

.prestation .cell.photo {
    background-position: center center;
    height: 250px;
    position: relative
}

.prestation .cell.photo .service-nb {
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--color0);
    font-size: 24px;
    color: var(--color1);
    font-family: var(--font_family_1);
    padding: 5px 20px
}

.prestation .cell.photo .service-nb small {
    opacity: .5;
    font-size: 65%;
    vertical-align: top;
    display: inline-block;
    margin-top: 5%
}

.prestation .cell.photo.nophoto {
    background-color: var(--color0);
    background-image: url(../images/no-photo.png);
    background-size: auto;
    background-repeat: no-repeat
}

.prestation .cell.photo .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.prestation .cell.photo .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    padding: 0
}

.prestation .cell.photo .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color2);
    display: inline-block;
    margin: 0 3px
}

.prestation .cell.photo .miettes li a.active {
    background: var(--color1);
    cursor: default
}

.prestation .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.prestation .cell.texte h2 {
    text-transform: none;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 0
}

.prestation .cell.texte h2 .titre-secondaire {
    font-size: 18px;
    line-height: 22px
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 30px 0 18px;
    text-align: left;
    clear: both
}

.prestation .cell.texte .contenu p {
    margin: 2px 0 18px;
    min-height: 46px
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg)no-repeat 0 9px;
    background-size: 7px auto
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h2 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: 20px;
    text-transform: uppercase;
    text-align: center
}

.contact .tab-coordonnes {
    width: 100%;
    position: relative;
    z-index: 800
}

.contact .tab-coordonnes .contenu {
    padding: 4% 12% 30px
}

.contact .tab-formulaire {
    position: relative;
    z-index: 8000;
    display: flex;
    padding: 5% 10%;
    background: var(--color0);
    justify-content: center;
    gap: 15px
}

.contact .tab-formulaire .cell.droite {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    flex-direction: column;
    background: var(--color5);
    padding: 5% 5%;
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 0;
    height: 100%
}

.contact .tab-formulaire .cell.gauche .contenu img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: right;
}

.contact .tab-formulaire .cell.gauche .contenu h2 {
    margin-top: 0
}

.contact .plan {
    font-size: 0;
    height: 45vh;
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 100%
}

.contact .coordonnees {
    padding: 0 0 20px;
    text-align: center
}

.contact .coordonnees .horaires {
    text-align: left
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees p {
    padding: 0 0 0 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: flex;
    text-align: center;
    width: 294px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.contact .coordonnees p.adresse {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 31px auto
}

.contact .coordonnees p.tel-c {
    background-image: url(../images/ico-tel-f.svg);
    background-size: 33px auto;
    display: flex;
}

.contact .coordonnees p svg {
    display: none;
}

.tab-coordonnes .coordonnees p.horaires {
    background-image: url(../images/ico-horaires.svg)!important;
    background-size: 35px auto!important;
    background-repeat: no-repeat!important
}

.contact .coordonnees p strong {
    font-size: 22px;
    font-family: var(--font_family_2);
    display: block;
    padding: 0 0 13px
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0!important;
    padding-right: 0!important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100%!important
}

.contact .formulaire .form-actions span.required,.form-group .label-rgpd strong,.info-rgpd a,.info-rgpd a:visited,.info-rgpd strong {
    color: var(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: var(--color0);
    border: transparent;
    box-shadow: none;
    border-radius: var(--radius);
    width: 100%!important;
    font-family: var(--font_family_1);
    color: var(--color1)
}

.contact .formulaire .form-group textarea.form-control {
    height: 100px;
    position: static;
    padding: 25px
}

.body-pageseo .contact .formulaire .form-group textarea.form-control {
    height: 206px
}

.body-pageseo .contact .formulaire .form-group .form-control {
    background: #ededed
}

.contact .formulaire .form-group input.form-control {
    height: 40px;
    line-height: 50px\9;
    padding: 5px 20px
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and(-webkit-min-device-pixel-ratio: 0),screen and(-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 10px center!important;
        line-height: normal!important;
        background-size: 20px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    width: auto;
    display: inline-block;
    position: relative;
    float: right
}

.contact .formulaire .form-actions {
    font-size: 10px;
    padding-left: 0;
    font-weight: 400;
    font-style: italic;
    opacity: .8
}

.info-rgpd p {
    margin-top: 10px!important
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 30px;
    font-family: var(--font_family_2);
    color: var(--color0);
    text-align: center;
    border-radius: var(--radius);
    font-size: 16px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    letter-spacing: 1px;
    background: var(--color3);
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,.body-error404 a.btn.btn-default:hover,.contact .formulaire input.btn-primary:active,.contact .formulaire input.btn-primary:hover,.contact a.btn.btn-default:active,.contact a.btn.btn-default:hover {
    background-color: var(--color2);
    color: var(--color0);
    border-color: var(--color2)
}

::-webkit-input-placeholder {
    color: var(--color1)!important
}

:-moz-placeholder {
    color: var(--color1)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color1)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color1)!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
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
    transform: translate(0)
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--bg-facultatif)
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
}
.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}
.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color4);
    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;
}
.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}


.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 11%40px;
    text-align: justify
}

.body-gallery-2 .gallery .description-galerie,.body-service .description-galerie {
    padding: 0 0 40px
}

.row.description-galerie.clear.scrollbars {
    height: 70vh;
}

.gallery .multiple .ligne-photos .col-md-1,.gallery .multiple .ligne-photos .col-md-2,.gallery .multiple .ligne-photos .col-md-3,.gallery .multiple .ligne-photos .col-md-4,.gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 0!important;
    padding-right: 0!important
}

.gallery .multiple .ligne-photos .col-md-3 {
    border: 4px solid var(--color0);
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.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 .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5)url(../images/ico-zoom.svg)no-repeat center center;
    background-size: 41px auto
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.gallery .nav {
    margin: 0 0 10px;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    border: 0;
}

.gallery .nav li:last-child {
    background: 0 0
}

.gallery .nav li a {
    background: 0 0;
    display: flex;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--font_family_1);
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    height: 20vh;
    border: 0;
    justify-content: center;
    align-items: center;
}

.gallery .nav li a:before {border: 0;top: 0;left: 0;background: #00000080;transition: all .3s linear;}

.gallery .nav li a:hover:before {
    background: #00000052;
}

.gallery .nav li a:hover,.gallery .nav li.active a {
    background: 0 0;
    color: var(--color2);
    border-bottom: 1px solid var(--color2)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 1px
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.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: 17px;
    top: 5px;
    max-height: 54px;
    max-width: 132px
}

.deploy-right-sidebar {
    border-left: 1px #ffffff9c solid;
    display: table-cell;
    background-color: var(--color2);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px #ffffff9c solid;
    display: table-cell;
    background-color: var(--color2);
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute!important;
    right: 130px;
    top: 0;
    border-left: 1px #00000057 solid;
    background: var(--color2)
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.delete-right-sidebar {
    display: none;
    background-color: #f9fafc;
    width: 50px;
    height: 50px;
    background-position: center center;
    float: right;
    margin-top: -50px
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: rgba(var(--color3),1)
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.1)
}

.sidebar-left a,.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: rgba(var(--color3),1);
    position: relative
}

.sidebar-left-logo {
    max-height: 75px;
    position: absolute;
    top: -2px;
    left: 8px;
    margin-right: 179px
}

.sidebar-right-logo {
    top: 4px;
    right: 18px;
    max-width: 180px;
    float: right;
    max-height: 57px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color1)!important;
    opacity: 1
}

.sidebar-bottom-controls {
    background-color: rgba(var(--color3),1)
}

.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(0,0,0,0);
    background-size: 22px auto;
    background-color: #c9323b;
    height: 60px;
    line-height: 61.5px;
    background-repeat: no-repeat;
    padding-left: 60px;
    background-position: 20px center;
    margin-bottom: 1px
}

.submenu a {
    text-shadow: 0 2px 0 rgba(0,0,0,1);
    background-repeat: repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    font-size: 10px;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a: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-weight: 700;
    text-transform: uppercase;
    line-height: 10px
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color2);
    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;
    padding-left: 18px
}

.menu-mobile-dynamique li.active {
    background: var(--color5);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,rgba(var(--color3),1),rgba(var(--color3),1));
    padding-top: 18px;
    padding-bottom: 18px
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    text-decoration: none!important;
    line-height: 18px;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--color1);
    height: 60px;
    background-repeat: no-repeat;
    padding-left: 29px;
    font-family: var(--font_family_2);
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 5px;
    font-size: 15px;
    color: var(--color2)
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0;
    color: #bebebe
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 10px 11px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.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: url(../images/bg-optionel.svg)repeat top center!important;
    background-size: 60px auto!important
}

.bg-optionnel-gris {
    background: var(--color1)url(../images/bg-optionel-gris.svg)repeat top center;
    background-size: 60px auto!important
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

@media screen and(-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0)
}

.close-sidebar-right .icones {
    fill: var(--color0)
}

.btn-partage .icones {
    width: 17px;
    margin: 0;
    height: 17px;
    padding: 0;
    position: relative;
    fill: var(--color0);
    top: 5px
}

.btn-partage .btnp:hover .icones {
    fill: var(--color4)
}

.tel-top .icones {
    width: 26px;
    height: 26px;
    fill: var(--color2);
    margin: 10px 0 0
}

.btn-descendre .icones {
    width: 20px;
    height: 30px;
    fill: var(--color0);
    margin: 0;
    left: 0;
    position: absolute
}

.toTop .icones {
    width: 12px;
    height: 25px;
    fill: var(--color0);
    margin: 0;
    transform: rotate(180deg)
}

a.return-to-news {
    display: inline-block;
    color: var(--color6);
    font-size: 15px;
    padding: 10px 10px 10px 45px;
    background: url(../images/nav-left.svg)no-repeat center left 15px;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: var(--font_family_1);
    text-decoration: none;
    background-size: 22px auto;
    text-transform: uppercase
}

a.return-to-news:hover {
    background-position: center left 5px;
    color: var(--color6)
}

.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(--color2);
    text-decoration: none;
    border: 1px solid rgba(var(--color3),.6);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: 2px
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: rgba(var(--color3),1);
    text-decoration: none;
    color: var(--color1)
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color2)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color1);
    transition: .8s;
    text-decoration: none;
    display: block;
    font-weight: 700
}

.news_avant_apres a:focus span,.news_avant_apres a:hover span {
    color: var(--color1);
    text-decoration: none
}

.pagination>li {
    background: 0 0;
    padding-left: 0
}

.pagination>li>a,.pagination>li>span {
    color: var(--color1);
    border-color: var(--color1)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.news .div-rs .btn-partage {
    display: inline-block;
    margin-bottom: 20px
}

.news .div-rs .btn-partage .btnp {
    text-align: center;
    background-color: var(--color1);
    line-height: 30px
}

.news .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.news .div-rs .btn-partage .btnp:hover {
    background-color: var(--color2)
}

@media(max-width: 991px) {
    .realisations .recup-photos {
        grid-template-columns:1fr 1fr
    }

    .service-image .cell.gauche {
        height: 300px
    }

    .banner-contents .banner-text .slogan .sous-titre.interne {
        font-size: 25px;
        line-height: 1.5
    }

    .contact .tab-formulaire .cell.droite p:nth-child(1) {
        font-size: 16px
    }

    .contact .tab-formulaire .cell.gauche {
        display: none!important;
    }

    .banner-wrapper:not(.body-page-1 .banner-wrapper) {
        height: 30vh
    }

    .contact .tab-formulaire {
        background: var(--color5)
    }

    .atout {
        border: none
    }

.AvisClientsBg .h1:before {
    left: 50%;
    transform: translate(-50%);
}

.AvisClientsBg .h1 {
    text-align: center;
}

.atout .picto span {
    font-size: 16px;
}

.atout .picto {
    font-size: 16px;
}

.atout img {
    width: 50px;
}

.atout img {}

    .realisations .cell.gauche {
        background-color: var(--color0)
    }

    .text__container .text {
        font-size: 5em
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img,a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 16px;
        display: block
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%
    }

    .container {
        max-width: none;
        width: auto
    }

    .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .main-page {
        padding: 0
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: auto;
        margin-top: 8px;
        float: right
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png)left 48%no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png)right 48%no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: 60vh;
        margin-left: 0
    }

    .banniere {
        height: 40vh;
        position: relative
    }

    .pied .bande1 {
        padding: 0 10%70px
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7%30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

.home-presentation .cell.gauche {
    width: 100%;
}

.home-presentation .cell.gauche .page {
    padding: 0 !important;
}

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px
    }

    .body-page-1 .slogan {
        top: -200px;
        text-align: center
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 1.7
    }

    .gallery .description-galerie {
        text-align: justify
    }

    .banner-contents>.table-row:nth-child(2) {
    }

.banner-contents {}

.body-page-1 .banner-right {
    height: 50vh;
}

.body-page-1 .banner-wrapper {
    height: 50vh;
}

.banner-right {
    height: 32vh;
}

    .ligne-actus {
        margin-bottom: 30px
    }

    .ligne-actus:last-child {
        margin-bottom: 0
    }

    .body-page-1 .fluid-contenu .corps .page-contenu {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        column-gap: 0
    }

    .realisations .recup-photos .propor {
        height: 190px
    }

    .body-gallery-2 .home-presentation,.body-gallery-2 .home-presentation .cell.droite,.body-gallery-2 .home-presentation .cell.gauche {
        display: block;
        width: 100%
    }

.body-gallery-2 .home-presentation {
    display: flex;
    flex-direction: column;
    gap: 5vh;
}
}

@media(max-width: 767px) {
    .pied .bande1{padding-top: 4vh !important;}
    .contact .coordonnees p{align-items: flex-start;}
    .liste-services{
    padding-top: 4vh;
}
    .arrows-holder{position: absolute;top: 0;}
    .banner-contents .banner-text .slogan .sous-titre.interne {
        font-size: 18px;
    }

    .corps {
        --taille_font: 14px;
        font-size: var(--taille_font)
    }

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .banner-wrapper {
        height: auto
    }

    .banner-left,.banner-right,.banner-wrapper {
        display: block;
        width: 100%
    }

    .body-page-1 .banner-left {
        height: 50vh
    }

    .h1,h1 {
        font-size: 22px
    }

    .titre-secondaire {
        font-size: 16px;
        line-height: 1.5
    }

    .slogan {
        text-align: center
    }

.banner-contents .banner-text .slogan {
    font-size: 12px;
}

    .slogan .titre {
        font-size: 23px;
        line-height: 24px
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs .cell.gauche .contenu {
        padding: 30px 15px 40px
    }

    .certifs .swiper-slide {
        height: 148px
    }

    .certifs .swiper-slide img {
        max-width: 100px
    }

    .services {
        display: block
    }

    .services-home,.atouts {
        padding: 50px 5%70px!important
    }

    .body-gallery-2 .fluid-contenu .corps {
        background: 0 0
    }

    .body-gallery-2 .home-presentation .propor {
        height: auto!important
    }

    .body-gallery-2 .home-presentation .cell.gauche .contenu {
        padding: 0
    }

    .banner-contents {
        /* background: var(--color5); */
        padding: 40px 20px
    }

    .banner-contents .banner-text .logo-site {
    font-size: 30px;
    }

    .liste-services .swiper-arrows {
        top: -12px
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 10px
    }

    .AvisClientsBg .contenu,.realisations .contenu {
        padding: 30px 15px 40px
    }

    .intervention,.intervention .cell.droite,.intervention .cell.gauche {
        display: block;
        width: 100%;
        padding: 0 0 8%
    }

    .intervention .cell.droite {
        clear: both;
        width: 100%;
        margin: 30px 0 0
    }

    .home-presentation,.home-presentation .cell.droite,.home-presentation .cell.gauche {
        display: block;
        width: 100%;
        padding: 0
    }

    .home-presentation .cell.droite {
        clear: both;
        width: 100%;
        margin: 30px 0 0
    }

    .home-presentation .cell.gauche .page {
        padding: 0 0%!important;
    }

    .intervention .description {
        width: 100%
    }

    .intervention .contenu {
        padding: 40px 15px 30px
    }

    .intervention .contenu h2 {
        text-align: center
    }

    .intervention .zone {
        display: none
    }

    .AvisClientsBg {
        padding: 0
    }

    .pied .bande1 {
        padding: 30px 15px
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .coordonnees .text-center {
        text-align: left
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        min-height: initial
    }

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        min-height: 330px;
        margin-bottom: 30px
    }

    .actualites .cell.photo .contenu h3 {
        font-size: 17px
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }

    .body-page-1 .banner-wrapper {
    }
}

@media(min-width: 768px)and(max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .intervention .zone {
        width: 322px;
        height: 353px;
        top: 33%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1,h1 {
        font-size: 26px;
        line-height: 1.7
    }

    .titre-secondaire {
        font-size: 23px;
        line-height: 24px
    }

    .gallery .description-galerie {
        text-align: justify
    }

    .body-page-1 .banner-wrapper {
        height: 580px
    }

    .home-presentation {
        padding-right: 4%
    }

    .home-presentation .cell.gauche {
        width: 50%
    }

    .home-presentation .cell.gauche .page {
        padding: 30px 40px 30px 8%!important;
        clear: both
    }
}

@media(min-width: 991px)and(max-width:1199px) {
    .gallery .description-galerie {
        padding:0 0 40px;
        text-align: justify
    }

    .tete .infos {
        height: auto;
        padding: 40px 30px 2px
    }

    .navh .menu_principal a,.navh .menu_principal a:visited {
        font-size: 12px;
        padding: 8px
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .services a.bouton-principal {
        font-size: 11px
    }

    .intervention .zone {
        width: 402px;
        height: 443px;
        top: 19%;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}
@media (max-width: 1300px){
    .menu-fixed .navh .menu_principal a, .menu-fixed .navh .menu_principal a:visited{
    padding: 8px 8px;
    font-size: 14px;
}
    .video-accueil video{width: 120vw;left: -20vw;top: -8vh;}
}
@media(max-width: 1199px) {
    .AvisClientsBg,.AvisClientsBg .cell.droite,.AvisClientsBg .cell.gauche,.certifs,.certifs .cell.droite,.certifs .cell.gauche,.contact .tab-formulaire,.contact .tab-formulaire .cell.droite,.contact .tab-formulaire .cell.gauche,.realisations,.realisations .cell.droite,.realisations .cell.gauche {
        display:block;
        width: 100%;
        text-align: center
    }

    .quote,.realisations .recup-photos a.gal-button {
        display: none!important
    }

    .service-image .cell.droite .service-nb {
        font-size: 13px;
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 350px!important
    }

    .certfs-slider {
        float: none;
        padding: 0 6%
    }

    .AvisClients,.AvisClients:link,.AvisClients:visited {
        padding: 0 6%!important
    }

    .home-presentation .cell.gauche .page {
        padding: 0 40px 0 8%
    }

    .realisations {
        padding: 8% 0;
        clear: both
    }

    .realisations .contenu {
        padding: 30px 10% 4% 8%;
    }

    .services-home,.atouts {
        padding: 70px 10% 100px 8%
    }

    .realisations .recup-photos {
        padding-right: 0
    }

    .realisations .contenu {
        /* padding: 0 0 40px; */
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .realisations .cell.droite {
        padding: 0 8% 0%;
    }

    .certifs {
        padding: 60px 0
    }

    .certifs .cell.gauche .contenu {
        padding: 0 30px 30px 10%
    }

    .AvisClientsBg {
        padding: 60px 0
    }

    .AvisClientsBg .cell.gauche .contenu {
        padding: 0 30px 50px
    }

    .AvisClientsBg .Avis-slide {
        padding-right: 0
    }

    .actualites.view {
        padding: 60px 8%
    }

    .contact .tab-formulaire {
        padding: 50px 10%
    }

    .pied .bande1 {
        padding: 80px 5%
    }

    .fluid-contenu .corps {
        padding: 60px 6%
    }

    .contact .tab-coordonnes .contenu {
        padding: 50px 5%30px
    }
}

@media(min-width: 1200px)and(max-width:1368px) {
    .navh .menu_principal a,.navh .menu_principal a:visited {
        font-size:14px;
        padding: 8px
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0)url(../images/chargement.gif)no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@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%
    }
}

.formulaire.droite.col-md-6.nopad-r.nopad-sm.nopad-xs {
    /* display: none */
    width: 100%;
}

form#contact_5 .row {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 850px
}

form#contact_5 .row .formulaire.gauche {
    width: 100%
}

#contactButtonsMobile>div:nth-child(1)>a {
    background: var(--color1)!important;
    color: #fff!important
}

#contactButtonsMobile>div:nth-child(2)>a {
    background: var(--color1)!important;
    color: #fff!important
}

svg#Capa_1 *,svg#Capa_2 *{
    fill: #fff!important;
    color: #fff!important
}
