:root {
    --color0: #ffffff;
    --color1: #000;
    --color2: #F9CC46;
    /* --color2: #FFC90E; */
    --color3: 10, 69, 63;
    --color4: #0B223B;
    /* --color4: #0A453F; */
    --color5: #f7f9fa;
    --color6: #191a1a;
    --color7: #C2C2C2;
    --font_family_1: 'Parkinsans-Bold', Helvetica, sans-serif;
    --font_family_2: 'Parkinsans', sans-serif;
    --font_family_3: 'Parkinsans', sans-serif;
    --radius: 6px;
    --taille_font: 16px
}

a.bx-pager-link.active {
    background: var(--color4) !important;
}

.bx-pager.bx-default-pager a {
    background: var(--color4) !important;
    opacity: .6;
}

/**/
.swiper-services .swiper-slide {
    transition: all 0.4s ease;
    width: 350px;
    /* largeur de base */
    opacity: 0.8;
    transform: scale(0.95);
}

.swiper-services .swiper-slide-active {
    width: 450px;
    /* largeur plus grande */
    opacity: 1;
    transform: scale(1);
    /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
}

/* Gestion des derniers slides */
.swiper-services .swiper-slide:last-child,
.swiper-services .swiper-slide:first-child {
    margin-right: auto !important;
    margin-left: auto !important;
}

.services-home {
    position: relative;
    padding: 5vh 0 10vh;
    background: var(--color0);
    opacity: 1;
    transition: background 0.3s ease 0s, border-radius 0.3s ease 0s, opacity 0.3s ease 0s;
    /*! margin-bottom: 4em; */
}

.serviceblocNK {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 3vw 0vw 0px;
}

.services-home::before {
    content: "";
    position: absolute;
    /* top: 0px; */
    /* left: 0px; */
    /* width: 100%; */
    /* height: 50%; */
}

.services-home .h1 {
    color: var(--color6);
    text-align: left;
}

.services-home .h1::before {
    /*! background-color: var(--color1); */
    /*! left: 15%; */
}

.title-serv .titre-secondaire {
    text-align: left;
    letter-spacing: initial;
    width: 40vw;
}

.one-service {
    height: 400px;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: var(--radius);
    position: relative;
    height: 60vh;
    line-height: 0;
    border-radius: var(--radius);
}

.one-service:before {
    /* content: ""; */
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background: black; */
    z-index: 1;
    /* opacity: .52; */
}



.one-service::after {
    /* content: ""; */
    /* position: absolute; */
    /* inset: -50%; */
    /* background: #00000042; */
    /* transform: rotateZ(60deg) translate(-5em, 50em); */
    z-index: -1;
}

.one-service:hover::after {
    /* animation: 0.3s ease-in 0s 1 normal forwards running shine; */
}

@keyframes shine {
    100% {
        transform: rotateZ(60deg) translate(1em, -60em);
    }
}

.lien_image {
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
}

.titre-service-premier {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 35%;
    padding: 24px 16px;
    transition: all 0.4s ease 0s;
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%); */
    /* background: #fff; */
}

.one-service.item:hover .titre-service-premier {
    /* background: rgba(0, 0, 0, 0.38); */
    transition: all .4s ease;
    /* background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0.738) 19%, rgba(0, 0, 0, 0.541) 34%, rgba(0, 0, 0, 0.382) 47%, rgba(0, 0, 0, 0.278) 56.5%, rgba(0, 0, 0, 0.194) 65%, rgba(0, 0, 0, 0.126) 73%, rgba(0, 0, 0, 0.075) 80.2%, rgba(0, 0, 0, 0.042) 86.1%, rgba(0, 0, 0, 0.021) 91%, rgba(0, 0, 0, 0.008) 95.2%, rgba(0, 0, 0, 0.002) 98.2%, transparent 100%); */
}

.titre-service-premier h2 {
    color: var(--color0);
    font-size: calc(var(--taille_font) * 1.2352);
    line-height: calc(var(--taille_font) * 2.05);
    font-family: var(--font_family_4);
    /* margin-top: 7px; */
    /* margin-bottom: 5px; */
    position: relative;
    /* margin-left: 10px; */
    text-align: center;
    font-weight: 700;
    text-transform: initial;
    text-shadow: 0 7px 7px BLACK;
}


.titre-service-premier span {
    position: relative;
    font-size: var(--taille_font);
    color: var(--color0);
    font-family: var(--font_family_3);
    /* margin-left: 10px; */
    transition: all .4s ease;
    font-weight: 600;
    text-transform: inherit;
    line-height: calc(var(--taille_font) * 1.525);
    padding: 0.5vw 1vw;
    background: var(--color4);
    border-radius: var(--radius);
}

.titre-service-premier span:hover {
    /* background: var(--color5); */
    transition: all .4s;
    opacity: .8;
}

/* .one-service.item:hover .titre-service-premier span::after {
    transform: scaleX(1);
    transform-origin: right bottom;
} */

.lien_image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    will-change: transform;
    transform: scale(1.05) rotate(0deg);
    transition: all .5s ease;
}

.one-service:hover .lien_image img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
    overflow: hidden;
}

.swiper-services.services-slideshow.swiper-container-horizontal {
    overflow: hidden;
}

.engegements-content {
    overflow: hidden;
    margin-top: 4vh;
    margin-bottom: 7vh;
    padding: 0 0vw;
}

.swiper-button-next-serv,
.swiper-button-prev-serv {
    border-radius: var(--radius);
    background: var(--color1);
    margin: 0px 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 40px;
    height: 40px;
    font-size: 13px;
    transition: all 0.3s linear 0s;
    color: var(--color0);
    /*! border: 1px solid var(--color5); */
}

.swiper-button-next-serv:hover,
.swiper-button-prev-serv:hover {
    background: var(--color4);
    color: var(--color0);
    border: none;
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
}

.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 10vh;
    left: 50%;
    transform: translateX(-50%);
}

.btn-service {
    display: flex;
    align-items: center;
    justify-content: center;
}

.corps .page-contenu h2:first-of-type,
.corps .description-galerie h2:first-of-type,
.corps .seo-content h2:first-of-type,
.corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-family: var(--font_family_2);
    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 .description-galerie 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(--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(--radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

body,
html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%
}

ol,
ul {
    list-style-position: inside;
    padding-left: 0;
    list-style-type: none;
    list-style-image: none
}

ol li,
ul li {
    background: url(../images/puce.svg) no-repeat 0 center;
    padding-left: 15px;
    background-size: 7px auto
}

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
}

.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);
    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);
    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(--color6);
    font-family: var(--font_family_3);
    font-size: var(--taille_font);
    background: var(--color0);
    font-weight: 300
}

body.body-service .titre-secondaire {
    color: #000;
}

a,
a:link,
a:visited {
    color: var(--color6);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color1)
}

a:active {
    outline: 0
}

.h1,
.h2,
.h3,
h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color1);
    font-family: var(--font_family_1)
}

.h1,
h1 {
    font-size: 36px;
    line-height: 36px;
    color: var(--color1);
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    font-weight: 400;
}

.body-page-1 h1 {
    display: block
}

:not(banner-wrapper) :is(h1, .h1) {
    text-transform: lowercase
}

:not(banner-wrapper) :is(h1, .h1):first-letter {
    text-transform: uppercase;
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px
}

.loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 90000
}

.loader-section {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color0);
    z-index: 89999;
    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
}

.loader-section.section-right {
    right: 0
}

.loaded .section-right {
    transition: all 1s .3s cubic-bezier(.645, .045, .355, 1);
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

.loaded .loader {
    transition: all .4s ease-out;
    opacity: 0
}

.loaded .loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    transition: all .7s 1s ease-out
}

.loaded .loader-spin {
    opacity: 0;
    transition: all .2s ease-out;
    position: relative;
    z-index: 90000
}

.loader-spin {
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
    border: 3px solid var(--color5);
    border-top: 3px solid var(--color2);
    border-radius: 50%;
    height: 55px;
    width: 55px;
    margin: auto
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.menu-fixed {
    width: 100%;
    padding: 8px 20px 8px 150px;
    transform: translateY(-70px);
    -webkit-transform: translateY(-70px);
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    z-index: 8001;
    background: rgb(from var(--color4) r g b / 1);
    );
    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);
}

.navh .menu_principal a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--color2);
    left: 50%;
    bottom: 0.5em;
    transform: translateX(-50%);
    transition: .5s;
}

.navh .menu_principal a:hover::after,
.navh .menu_principal li.active>a::after {
    width: 70%;
}

.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: 20px;
    line-height: 30px;
    padding: 5px 0 0;
    margin: 0;
    color: var(--color4);
    font-family: var(--font_family_2);
    font-weight: 600;
    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(--color4);
    text-decoration: none;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    border: 1px solid var(--color4);
    background-color: transparent;
    border-radius: var(--radius);
    position: relative;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

a.bouton-principal:focus,
a.bouton-principal:hover,
button.bouton-principal:hover {
    background-color: var(--color4);
    color: var(--color2);
}

a.bouton-principal.white {
    color: var(--color4);
    border: 1px solid var(--color4);
}

a.bouton-principal.white:focus,
a.bouton-principal.white:hover {
    background-color: var(--color4);
    color: var(--color2);
    border-color: var(--color4);
}

.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: 18px;
    text-transform: uppercase
}

.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: 10px 50px
}

.tete {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 100vh;
    width: 130px;
    background: rgb(from var(--color4) r g b / 1);
    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 .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(--color0);
    font-family: var(--font_family_2);
    letter-spacing: 0px;
}

.tete .header-title p.mini-title strong {
    font-weight: 700;
    color: var(--color2)
}

.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_2)
}

.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(--color2);
    font-size: 21px;
    color: var(--color0);
    min-width: auto;
    width: 170px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: var(--radius);
    top: -53px;
    left: 0;
    transform: translateY(20px);
    color: var(--color4);
}

.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(--color2);
    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
    }
}


.logo-site {
    display: grid;
    grid-template-columns: 1fr 3fr;
    gap: 0;
    aspect-ratio: 4 / 1;
    margin: 0;
}

.logo-site a {
    display: flex;
    padding: 0.2em;
    background: var(--color0);
    box-sizing: border-box;
    overflow: hidden;
}
.logo-site a:first-child {aspect-ratio: 1 / 1;}
.logo-site a:nth-child(2) {aspect-ratio: 3 / 1;}
.logo-site a img{ width: 100%; object-fit: contain; }
.logo-site a:first-child img {
    width: 100%;
}
.logo-site a:nth-child(2) img {
    background-color: var(--color4);
    object-fit: contain;
}

.tete .logo-site.mini{
    padding: 5px;
}
.tete .logo-site.mini a{
    padding: 2px;
}

.tete .logo-site.mini img {
    max-width: 100%;
    max-height: 100%
}

.header-top .logo-site {
    max-width: 80%;
    max-height: 80%;
    margin: 0;
    padding: 0 0 0 10px;
    overflow: hidden;
}


/* .tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_2);
    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_2)
}

.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 {
    position: relative;
    display: flex;
    column-gap: 10px;
    justify-content: start;
    align-items: center;
}

.cta.center {
    justify-content: center;
}

.banner-text .cta {
    column-gap: 10px;
    margin: 2em 0;
    float: left;
    flex-wrap: wrap;
    align-content: center;
    width: 100%;
}



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: 1px solid var(--color0);
    background: transparent;
}

.cta a.btn-show-more,
.cta p.btn-show-more {
    margin: 0 0;
    border: 1px solid var(--color0);
    font-weight: 700;
    font-size: 17px;
    font-family: var(--font_family_2);
    min-width: 225px;
    line-height: initial;
    text-decoration: none;
    text-align: center;
    border-radius: 6px !important;
    display: block;
    padding: 15px 30px;
    color: var(--color0) !important;
    text-transform: uppercase;
}

.cta :is(a, p).btn-show-more-secondary {
    color: var(--color4) !important;
    background: var(--color0);
}

p.tel-header2.btn-show-more:before {
    background: transparent;
}

.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(--color0);
    border: 1px solid var(--color1);
    color: var(--color4) !important;
    transition: .4s;
}

.atouts {
    display: block;
    width: 100%;
    padding: 70px 6% 100px 11%;
    background: var(--color5);
    width: 100%;
    position: relative;
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts p.legend {
    text-align: center;
    margin: 0 0;
    font-size: 20px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 700;
    color: var(--color4);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    margin-bottom: 10px;
    font-size: 24px;
    color: var(--color2);
}

.atouts .picto .i {
    width: auto;
    height: 80px;
    filter: invert(90%) sepia(19%) saturate(4290%) hue-rotate(347deg) brightness(100%) contrast(101%);
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 4vh;
    background: var(--color0);
    border-radius: var(--radius);
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 0 4em;
}

.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(--color2);
}

.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:inline-block;*/
    vertical-align: top;
    float: right
}

.navh .menu_principal {
    margin: 0;
    padding: 0;
    list-style: outside none;
    display: table;
    width: 100%
}

.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: 16px;
    padding: 15px;
    text-decoration: none;
    font-family: var(--font_family_2);
    transition: all .4s ease;
    font-weight: 600;
}

.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(--color1);
    text-align: center
}

.slogan .titre {
    font-size: 51px;
    font-family: var(--font_family_2);
    font-weight: 700;
    text-transform: uppercase;
    line-height: 40px
}

.slogan .titre span {
    font-size: 48px
}

.video-accueil .banniere {
    z-index: 0
}

.body-page-1 .banner-wrapper {
    height: 100vh
}

.banner-wrapper {
    display: table;
    width: 100%;
    height: 60vh;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.banner-left {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden
}

.banner-right {
    display: table-cell;
    width: 50%;
    background: var(--color4);
}

.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: 8% 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)
    }
}

@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: 20px;
    width: 100%;
    height: 100%
}

.banner-contents>.table-row {
    display: table-row
}

.banner-contents>.table-row:nth-child(1) {
    height: 20%
}

.banner-contents>.table-row:nth-child(2) {
    height: 60%
}

.banner-contents>.table-row:nth-child(3) {
    height: 20%
}

.banner-contents>.table-row>.table-cell {
    display: table-cell;
    vertical-align: middle
}

/* .banner-contents .banner-text .logo-site {
    padding: 0;
    height: 260px;
    max-width: 100%
}

.banner-contents .banner-text .logo-site img {
    width: auto;
    max-height: 100%
} */

.banner-contents .banner-text .slogan {
    font-size: 20px;
    margin: 0;
    color: var(--color0);
    font-family: var(--font_family_2);
    line-height: normal
}

.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: 42px;
    font-family: var(--font_family_3)
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color5)
}

.fluid-contenu .corps {
    padding: 80px 8% 60px
}

.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
}

.body-contact .fluid-contenu .corps {
    padding: 80px 0 0
}

.body-page-1 .fluid-contenu .corps .page-contenu {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    /*! column-count: 2; */
    /*! column-gap: 30px; */
    /* text-align:justify; */
}

.home-presentation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 80;
    padding-right: 45px;
    table-layout: fixed
}

.home-presentation .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    padding: 0 40px 0 11.1%;
}

.home-presentation .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 35%;
    border-radius: var(--radius);
}

.home-presentation .cell.gauche .page {
    height: 40vh;
    /*! padding: 80px 40px 80px 17%; */
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: rgb(from var(--color4) r g b / 0.5);
}

.body-gallery-2 .home-presentation {
    padding-right: 0
}

.body-gallery-2 .home-presentation .cell.gauche .contenu {
    padding: 0 30px
}

.body-gallery-2 .home-presentation .propor {
    height: 450px
}

.body-gallery-2 .home-presentation .arrows-holder {
    height: 50px;
    width: 100%;
    position: relative
}

.body-gallery-2 .home-presentation .arrows-holder .swiper-arrows {
    position: absolute;
    right: 0;
    width: 120px;
    height: 100%
}

.body-gallery-2 .home-presentation .cell.gauche {
    vertical-align: top
}

.body-gallery-2 .fluid-contenu .corps {
    background: var(--color5)
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 0
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    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);
    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);
    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 25%;
}

.certifs .cell.gauche .contenu h2 {
    margin-top: 0
}

.certifs .cell.droite {
    /* display: table-cell; */
    /* vertical-align: middle; */
    width: 100%;
    height: 100%;
}

.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 rgb(from var(--color4) r g b / 1);
    ;
    padding: 20px;
    text-align: center;
    border-radius: var(--radius);
    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: 100%; */
    /* height: 100%; */
    max-width: 258px;
    max-height: max-content;
}

.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
}

.certfs-slider .swiper-arrows,
.atouts .swiper-arrows {
    display: inline-block;
    width: 120px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 0
}

.row-certifs .swiper-slide {
    margin-bottom: 30px
}

.row-certifs .swiper-slide a {
    width: 100%;
    height: 100%;
}

.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: 80px 30px 80px 10%;
    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: rgb(from var(--color4) r g b / 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 20px;
    text-transform: uppercase;
    font-size: 24px;
    color: var(--color0);
    text-align: left
}

.actualites .cell.photo .contenu .new-content {
    color: var(--color0);
    padding: 30px
}

.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_2);
    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: rgb(from var(--color4) r g b / 1);
    position: absolute;
    left: 0;
    top: 14px
}

.actualites .cell.photo .contenu .new-content a.bouton-principal {
    background: 0 0;
    color: var(--color0);
    border: 1px solid var(--color0);
    margin: 20px 0 0;
    padding: 6px 20px;
    opacity: 0
}

.actualites .cell.photo .contenu .new-content a.bouton-principal:focus,
.actualites .cell.photo .contenu .new-content a.bouton-principal:hover {
    background-color: rgb(from var(--color4) r g b / 1);
    color: var(--color0);
    border-color: rgb(from var(--color4) r g b / 1);
}

.actualites .cell.photo .contenu .new-content .content {
    opacity: 0
}

.actualites .cell.photo .contenu .new-content {
    position: absolute;
    bottom: 0;
    max-height: 100px
}

.actualites .cell.photo .contenu .new-content h3 a:hover {
    text-decoration: none;
    color: rgb(from var(--color4) r g b / 1);
}

.actualites .cell.photo:hover .new-content {
    max-height: 250px
}

.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: rgb(from var(--color4) r g b / 1);
    font-family: var(--font_family_2);
    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
} */



/*********************************************
   SECTION ACTUALITÉS
**********************************************/
.section {
    position: relative;
    padding: 4em 10%;
    background: #fff;
}

@media (max-width: 768px){
    .section {
    padding: 2em 0;
}
}

.news .ligne-actus {
    display: flex;
    flex-direction: column;
    gap: 4em;
    width: 100%;
}

:is(.actualites, .news) article {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5em;
    width: 100%;
    align-items: stretch;
    border: 1px solid rgb(from var(--color4) r g b / 0.08);
    border-radius: var(--radius);
    box-shadow: 0 4px 16px rgb(from var(--color4) r g b / 0.06);
    transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

:is(.actualites, .news) article:hover {
    border-color: rgb(from var(--color1) r g b / 0.15);
    box-shadow: 0 10px 32px rgb(from var(--color4) r g b / 0.14);
}

:is(.actualites, .news) .cell.photo {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: var(--radius);
    overflow: hidden;
}

.actualites .cell.photo {
    background-position: center center;
    background-size: cover;
}

:is(.actualites, .news) .cell.photo a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

.actualites .cell.photo a {
    z-index: 10;
}

:is(.actualites, .news) .cell.photo img {
    width: 100%;
    max-width: none;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news .imagecont:hover img {
    transform: scale(1.05);
}

.actualites .cell.photo::before,
.news .masque {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgb(from var(--color4) r g b / 0.3) 0%,
        transparent 50%
    );
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.actualites .cell.photo:hover::before,
.news .imagecont:hover .masque {
    opacity: 1;
}


.date-article {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.8em 1.2em;
    font-family: var(--font_family_2);
    background: var(--color0);
    border-radius: 0 0 var(--radius) 0;
    box-shadow: 0 4px 12px rgb(from var(--color4) r g b / 0.15);
    backdrop-filter: blur(10px);
    transition: background 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
    z-index: 10;
}

:is(.actualites, .news) .cell.photo:hover .date-article {
    background: var(--color1);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgb(from var(--color1) r g b / 0.25);
}

.date-article span {
    display: block;
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
}

:is(.date-article, .news) :is(.time_day, .time_month, .time_year) {
    color: var(--color4);
}

.date-article .time_day,
.news .time_day {
    font-size: calc(var(--taille_font) * 2);
    font-weight: 700;
    margin-bottom: 0.1em;
}

.date-article .time_month,
.news .time_month {
    font-size: calc(var(--taille_font) * 1.2);
    text-transform: capitalize;
    font-weight: 500;
}

.date-article .time_year,
.news .time_year {
    font-size: var(--taille_font);
    opacity: 0.7;
    margin-top: 0.1em;
}

:is(.actualites, .news) .cell.photo:hover :is(.time_day, .time_month, .time_year) {
    color: var(--color0);
}

.actualites .cell.photo .date-article {
    z-index: 20;
}

:is(.actualites, .news) .cell.texte {
    width: 100%;
    position: relative;
}

:is(.actualites, .news) .cell.texte .contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding: 2em;
    text-align: left;
    background: transparent;
    height: 100%;
}

:is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) {
    color: var(--color1);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.8);
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 0.8em 0.5em;
    border-bottom: 2px solid rgb(from var(--color2) r g b / 0.3);
    transition: color 0.3s ease;
}

:is(.actualites, .news) .cell.texte .contenu:hover :is(.titre-secondaire, h2) {
    color: var(--color2);
}

:is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) a {
    text-decoration: none;
    color: inherit;
}

:is(.actualites .cell.texte .contenu .content, .news .cell.texte .contenu .contenu-article) {
    color: var(--color4);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.05);
    line-height: 1.7;
    opacity: 0.85;
    padding-left: 0.5em;
    margin: 0;
}

.news .cell.texte .contenu > p {
    margin: 0;
    padding-left: 0.5em;
}

.btn-actualite {
    display: flex;
    gap: 1em;
}

.actualites ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.actualites ul li {
    padding: 0.5em 0 0.5em 2em;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9em;
    background-size: 0.7em auto;
    color: var(--color4);
    line-height: 1.6;
}

.actualites .cell.texte .contenu .date-noimg {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid rgb(from var(--color4) r g b / 0.1);
}

.actualites .cell.texte .contenu .date-noimg .date_post {
    font-size: calc(var(--taille_font) * 0.9);
    color: var(--color4);
    font-family: var(--font_family_3);
    padding: 0.5em 1em;
    background: rgb(from var(--color2) r g b / 0.1);
    border-radius: 0 0 var(--radius) 0;
    opacity: 0.95;
}

.detail-actu {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3em;
    margin-bottom: 3em;
}

.detail_actu-img {
    position: relative;
}

.detail_actu-img .propor {
    position: relative;
    width: 100%;
    border-radius: var(--radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgb(from var(--color4) r g b / 0.12);
}

.detail_actu-img .propor-cont {
    position: relative;
    width: 100%;
}

.detail_actu-img .imagecont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.detail_actu-img .imagecont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.detail_actu-img .imagecont:hover img {
    transform: scale(1.05);
}

.detail_actu-img .masque {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgb(0 0 0 / 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.detail_actu-img .imagecont:hover .masque {
    opacity: 1;
}

.date-article time {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

.detail_actu-img .time_day {
    font-size: calc(var(--taille_font) * 2.2);
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_family_2);
}

.detail_actu-img .time_month {
    font-size: calc(var(--taille_font) * 0.95);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.detail_actu-img .time_year {
    font-size: calc(var(--taille_font) * 0.85);
    opacity: 0.8;
}

.detail_actu-txt {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.contenu-article {
    padding: 0 0 1em;
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.05);
    line-height: 1.8;
    color: var(--color4);
}

.contenu-article p {
    margin-bottom: 1.5em;
}

.contenu-article strong {
    color: var(--color1);
    font-weight: 600;
}

.contenu-article br {
    margin-bottom: 1em;
}

.div-rs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5em;
    padding: 1.5em;
    background: rgb(from var(--color1) r g b / 0.05);
    border-radius: var(--radius);
}

.div-rs b {
    color: var(--color4);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.1);
    font-weight: 600;
}

.news_avant_apres {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 1em;
    margin: 3em 0 2em;
    padding-top: 2em;
    border-top: 1px solid rgb(from var(--color4) r g b / 0.1);
}

.nav-prev,
.nav-next {
    display: flex;
    flex-direction: column;
    gap: 0.3em;
}

.nav-center {
    grid-column: 1 / -1;
    display: flex;
    justify-content: center;
}

.nav-next {
    text-align: right;
    align-items: flex-end;
}

.retour-news {
    margin-top: 0;
}

.pagination-wrap {
    display: flex;
    justify-content: center;
}

.retour-news {
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
    padding: 1em 2.5em;
    font-size: var(--taille_font);
    font-family: var(--font_family_2);
    text-decoration: none;
}

.retour-news .glyphicon {
    font-size: 0.9em;
    transition: transform 0.3s ease;
}

.retour-news:hover .glyphicon {
    transform: translateX(-5px);
}

@media (max-width: 1024px) {
    :is(.actualites, .news) article { grid-template-columns: 1fr; gap: 2em; }
    :is(.actualites, .news) .cell.photo { min-height: 350px; }
    :is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) { font-size: calc(var(--taille_font) * 1.6); }
    .news .ligne-actus { gap: 3em; }
    .detail-actu { grid-template-columns: 1fr; gap: 2em; }
}

@media (max-width: 768px) {
    .news .ligne-actus { gap: 2.5em; }
    :is(.actualites, .news) article { gap: 1.5em; }
    :is(.actualites, .news) .cell.photo { min-height: 280px; }
    .actualites .cell.photo a { left: 1em; top: 1em; }
    :is(.actualites, .news) .date-article { padding: 0.6em 1em; }
    :is(.date-article, .news) .time_day { font-size: calc(var(--taille_font) * 1.7); }
    :is(.date-article, .news) .time_month { font-size: calc(var(--taille_font) * 1.1); }
    :is(.actualites, .news) .cell.texte .contenu { padding: 1.5em; gap: 0.8em; }
    :is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) { font-size: calc(var(--taille_font) * 1.5); padding-left: 0.3em; }
    :is(.actualites .cell.texte .contenu .content, .news .cell.texte .contenu .contenu-article) { font-size: var(--taille_font); padding-left: 0.3em; }
    .actualites .cell.texte .contenu .btn-actualite { flex-direction: column; justify-content: center; padding-left: 0.3em; }
    .news_avant_apres { grid-template-columns: 1fr; justify-items: center; }
    .nav-prev { order: 1; width: 100%; }
    .nav-center { order: 2; }
    .nav-next { order: 3; width: 100%; text-align: left; align-items: flex-start; }
    .news .cell.texte .contenu > p { padding-left: 0.3em; }
    .detail-actu { gap: 1.5em; }
    .date-article { top: 1em; left: 1em; padding: 0.8em; min-width: 70px; }
    .time_day { font-size: calc(var(--taille_font) * 2); }
    .time_month { font-size: calc(var(--taille_font) * 0.85); }
    .contenu-article { font-size: var(--taille_font); }
    .div-rs { flex-direction: column; align-items: flex-start; gap: 1em; padding: 1.2em; }
    .btn-partage { width: 100%; justify-content: flex-start; }
    .retour-news { padding: 0.9em 2em; font-size: calc(var(--taille_font) * 0.95); }
}

@media (max-width: 480px) {
    :is(.actualites, .news) .cell.photo { min-height: 240px; }
    .news .h1 .titre-secondaire { font-size: calc(var(--taille_font) * 1.1); }
    :is(.actualites .cell.texte .contenu .titre-secondaire, .news .cell.texte .contenu h2) { font-size: calc(var(--taille_font) * 1.3); }
    .news .ligne-actus { gap: 2em; }
    .date-article { padding: 0.6em; min-width: 60px; }
    .detail_actu-img .time_day { font-size: calc(var(--taille_font) * 1.8); }
    .btnp { width: 2.2em; height: 2.2em; }
}


.AvisClientsBg {
    background: rgb(from var(--color4) r g b / 0.2);
    color: var(--color1);
    padding: 80px 0;
    display: table;
    position: relative;
    z-index: 8000;
    table-layout: fixed;
    width: 100%;
}

.AvisClientsBg .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 40%
}

.AvisClientsBg .cell.gauche .contenu {
    padding: 0 30px 0 26%
}

.AvisClientsBg .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 60%
}

.AvisClientsBg .h1 {
    color: var(--color4);
}

.etoiles .fa {
    color: var(--color2)
}

.AvisClients .etoiles .fa {
	color: #FFE083;
	filter: drop-shadow(0 4px 5px rgba(0,0,0,0.1));
}

.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;
    font-weight: 900;
}

.AvisClients p {
    font-size: 16px;
    margin-bottom: 0;
    text-align: justify;
    color: var(--color1);
}

.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: 22%
}

.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_2);
    line-height: 133px;
    opacity: .3;
    letter-spacing: -9px;
    content: "‘‘";
    color: var(--color4);
}

.date_post {
    font-size: 16px;
    padding: 4px 0;
    color: var(--color4);
    font-family: var(--font_family_2)
}

.livre-elements .pseudo {
    margin-bottom: 10px
}

.livre-elements .date {
    margin-bottom: 10px !important;
    color: rgb(from var(--color4) r g b / 1);
    font-family: var(--font_family_2);
    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: var(--radius);
    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: 70px 0 100px 11%;
    position: relative;
    z-index: 8000
}

.liste-services {
    padding-top: 20px
}

.liste-services .service h2.service-title {
    font-size: 18px
}

.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
}

.service-image {
    display: table;
    width: 100%;
    position: relative;
    z-index: 800
}

.service-image .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 65%;
    background-position: center center;
    border-radius: var(--radius);
    overflow: hidden
}

.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;
    vertical-align: middle;
    width: 45%
}

.service-image .cell.droite .service-nb {
    padding: 50px 15px;
    font-size: 32px;
    color: var(--color1);
    font-family: var(--font_family_2)
}

.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: rgb(from var(--color4) r g b / 1);
    ;
    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(--color1)
}

.realisations {
    display: table;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 100px 52px 100px 0;
    width: 100%
}

.realisations::before {
    content: "";
    position: absolute;
    width: 950px;
    height: 440px;
    left: 210px;
    top: 30px;
    border-radius: 15px 0 0 15px;
    mask: url('../images/org1.svg');
    mask-repeat: no-repeat;
    background: var(--color4);
    z-index: -1;
}

.realisations .cell.gauche {
    display: table-cell;
    vertical-align: middle;
    width: 40%
}

.realisations .cell.droite {
    display: table-cell;
    vertical-align: middle;
    width: 60%;
    border-radius: var(--radius);
    overflow: hidden;
}

.realisations .recup-photos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3em;
    padding: 0 3em 0 0;
    overflow-x: hidden
}

/* Tablette */
@media (max-width: 1024px) {
    .realisations .recup-photos {
        grid-template-columns: repeat(2, 1fr);
        gap: 2em;
        padding: 0 2em;
    }
}

/* Mobile */
@media (max-width: 768px) {
    .realisations .recup-photos {
        grid-template-columns: 1fr;
        gap: 1.5em;
        padding: 0 1em;
    }
}

.realisations a.gal-button {
    position: absolute;
    top: 219px;
    right: -120px;
    display: inline-block;
    width: 290px;
    height: 52px;
    color: var(--color0);
    background: var(--color1);
    border-radius: var(--radius);
    overflow: hidden;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-family: var(--font_family_2);
    font-size: 18px;
    text-decoration: none;
    transform: rotate(90deg);
    vertical-align: middle;
    -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
}

.realisations 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(--color4);
    -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: 290px;
    border-radius: var(--radius);
    overflow: hidden;
}

.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_2);
    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
}

.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: 30px 30px 30px 28%;
    color: var(--color0)
}

.realisations .contenu h2 {
    color: var(--color1);
}

.realisations .contenu h2 .titre-secondaire {
    color: var(--color4)
}

.realisations [class*=col-] {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.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);
    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(--color5);
    display: flex;
    width: 100%;
    flex-direction: row-reverse;
    padding: 40px 5% 40px 11%;
}

.intervention .contenu {
    /* padding: 40px 10% 60px 8%; */
}

.intervention .cell.gauche {
    width: 50%;
    text-align: right;
}

.intervention .cell.gauche iframe {
    border-radius: var(--radius);
}


.intervention .cell.droite {
    /* display: table-cell; */
    /* vertical-align: middle; */
    width: 50%
}

.intervention .zone {
    display: inline-block;
    background: url(../images/zone.png) no-repeat center center
}

.intervention .description {
    width: 100%
}

.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: 80px 11%;
    background: var(--color4);
}

.pied .bande1 a.btn-contact-footer {
    position: absolute;
    top: -20px;
    right: 2%;
    display: inline-block;
    font-family: var(--font_family_2);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    border-radius: var(--radius);
    /* background: rgb(from var(--color4) r g b / 1);url(../images/ico-contact-footer.svg) no-repeat 29px center; */
    background: var(--color0);
    padding: 10px 35px 10px 35px;
    text-decoration: none;
    color: var(--color4);
    transition: all .4s ease;
    border: 1px solid var(--color4);
}

.pied .bande1 a.btn-contact-footer:focus,
.pied .bande1 a.btn-contact-footer:hover {
    background-color: var(--color4);
    color: var(--color2);
    border-color: var(--color0);
    /* background-image: url(../images/ico-contact-footer-h.svg) */
}

.body-contact .pied .bande1 a.btn-contact-footer {
    display: none
}

.pied .bande1 .row1 {
    padding: 0 0 50px;
    margin-bottom: 30px
}

.pied .bande2 {
    padding: 30px 0;
    background: rgb(from var(--color4) r g b / 1);
}

.pied .bande2 .toTop {
    width: 38px;
    height: 48px;
    border: 1px solid var(--color0);
    display: inline-block;
    position: relative;
    top: -54px;
    padding: 10px 0 0;
    border-radius: var(--radius);
    cursor: pointer
}

.pied .bande2 .toTop:focus,
.pied .bande2 .toTop:hover {
    background-color: rgb(from var(--color4) r g b / 1);
    border-color: rgb(from var(--color4) r g b / 1);
    box-shadow: 0 0 35px rgb(from var(--color2) r g b / 0.3);
}

.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 38px
}

.pied h3 {
    color: var(--color0);
    font-size: 22px;
    text-transform: inherit;
    padding: 0 0 5px;
    font-weight: 700;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 0;
    list-style-type: none;
    margin: 0
}

.pied .navf .menu_footer li {
    padding: 0 0 4px;
    background: 0 0
}

.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
}

.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: 15px 0 0;
    color: var(--color0);
    font-size: 15px
}

.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(--color4)
}

.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
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color2)
}

#logoFD svg {
    width: 200px
}

.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 {
    position: relative;
    height: 250px;
    border-radius: var(--radius);
    background-position: center center;
}

.prestation .cell.photo .service-nb {
    display: none;
    position: absolute;
    top: 15px;
    left: 15px;
    background: var(--color0);
    font-size: 24px;
    color: var(--color1);
    font-family: var(--font_family_2);
    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: 50px;
    text-transform: uppercase
}

.contact .tab-coordonnes {
    width: 100%;
    position: relative;
    z-index: 800
}

.contact .tab-coordonnes .contenu {
    padding: 0 12% 30px
}

.contact .tab-formulaire {
    position: relative;
    z-index: 8000;
    display: grid;
    padding: 80px 3% 80px 11%;
    background: var(--color0);
    justify-content: center;
    grid-template-columns: 1fr 3fr
}

.contact .tab-formulaire .cell.droite {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.contact .tab-formulaire .cell.gauche .contenu {
    padding: 0
}

.contact .tab-formulaire .cell.gauche .contenu h2 {
    margin-top: 0
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 360px !important;
}

.contact .coordonnees {
    padding: 0 0 20px;
    /* text-align: center; */
}

.contact .coordonnees h2 {
    margin-top: 20px
}

.contact .coordonnees p {
    padding: 0 0 0 50px;
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    text-align: left;
    width: 294px;
}

.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
}

.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: 20px;
    font-family: var(--font_family_3);
    display: block;
    padding: 0 0 13px;
    font-weight: 900;
}

.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(--color5);
    border: transparent;
    box-shadow: none;
    border-radius: var(--radius);
    width: 100% !important;
    font-size: inherit;
    font-family: var(--font_family_2);
    color: var(--color1)
}

.contact .formulaire .form-group textarea.form-control {
    height: 79px;
    position: static
}

.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: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}

.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: 30%;
    /*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: 10px 30px;
    font-family: var(--font_family_2), sans-serif;
    text-transform: uppercase;
    background: 0 0;
    color: var(--color1);
    text-align: center;
    border-radius: var(--radius);
    font-size: 18px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    border: 1px solid var(--color1);
    text-transform: uppercase
}

.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(--color1);
    color: var(--color0)
}

::-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
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:before,
.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 0 3em;
}

.img-seo img {
    border-radius: var(--radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.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
}

.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 {
    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);
    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
}

.gallery .nav li:last-child {
    background: 0 0
}

.gallery .nav li a {
    background: 0 0;
    display: block;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--font_family_2);
    padding: 10px;
    text-align: center;
    border-radius: 0;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: 0 0;
    color: var(--color4);
    border-bottom: 2px 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: rgb(from var(--color4) r g b / 1);
    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 {
    color: var(--color0) !important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.header-sidebars .header-top {
    display: grid;
    grid-template-columns: auto repeat(3, 65px);
    align-items: center;
    width: 100%;
    height: 65px;
    background-color: rgb(from var(--color4) r g b / 1);
}

/* .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 var(--color0) solid;
    background-size: auto 49%;
    height: 100%;
    width: 100%;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color0) solid;
    height: 100%;
    width: 100%;
    background-position: center center;
    top: 0
}

.deploy-right-call {
    height: 100%;
    width: 100%;
    background-position: center 16px;
    border-left: 1px var(--color0) solid
}

.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: rgb(from var(--color4) r g b / 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;
    color: var(--color0) !important;
    z-index: 1
}

.sidebar-header-left {
    height: 65px;
    background-color: rgb(from var(--color4) r g b / 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(--color0) !important;
    background: rgb(from var(--color4) r g b / 1);
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: rgb(from var(--color4) r g b / 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(--color4);
    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%;
    background: var(--color4);
    margin-bottom: 1px;
    padding-left: 18px
}

.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, rgb(from var(--color4) r g b / 1) rgb(from var(--color4) r g b / 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: 16.2px;
        text-transform: uppercase;
        color: var(--color1);
        height: 60px;
        background-repeat: no-repeat;
        padding-left: 29px
    }

    .menu-mobile-dynamique li a::before {
        display: block;
        content: "❯";
        position: absolute;
        left: 5px;
        font-size: 15px;
        color: var(--color0)
    }

    .menu-mobile-dynamique ul {
        list-style-image: none;
        list-style-position: inside;
        list-style-type: none;
        padding-left: 0
    }

    .menu-mobile-dynamique ul li a {
        background: 0 0;
        color: #bebebe
    }

    .menu-mobile-dynamique .sub-menu {
        display: none
    }

    a.call-to-action-mobile {
        background: var(--color0) !important;
        color: var(--color4) !important;
        border: 1px solid var(--color4) !important;
    }

    a.call-to-action-mobile svg path {
        fill: currentColor !important;
    }

    .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)
    }

    .bloc-GMB .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);
        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(--color0);
        margin: 10px 0 0
    }

    .btn-descendre .icones {
        width: 16px;
        height: 23px;
        fill: var(--color0);
        margin: 0;
        left: 0;
        position: absolute
    }

    .toTop .icones {
        width: 16px;
        height: 23px;
        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_2);
        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 rgb(from var(--color4) r g b / 1); ;
        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: rgb(from var(--color4) r g b / 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) {
        .swiper-buttons {
            display: flex;
            justify-content: center;
            position: absolute;
            bottom: 6vh;
            left: 50%;
            transform: translateX(-50%);
        }


        .one-service {
            height: 400px !important;
            position: relative;
            overflow: hidden;
            border-radius: 0px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            border-radius: var(--radius);
            position: relative;
            height: 60vh;
            line-height: 0;
            border-radius: var(--radius);
        }

        .services-home .h1 {
            color: var(--color6);
            text-align: center;
        }

        .title-serv .titre-secondaire {
            width: 100%;
        }

        .serviceblocNK {
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-direction: column;
            padding: 0px 3vw 0vw 0px;
        }

        .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);
            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: 100%;
            margin-top: 8px;
            float: none
        }

        .lb-prev {
            opacity: 1 !important;
            background: url(../images/lightbox-g.png) left 48% no-repeat
        }

        .lb-next {
            opacity: 1 !important;
            background: url(../images/lightbox-d.png) right 48% no-repeat
        }

        .video-accueil {
            position: static;
            width: 100%;
            height: auto;
            margin-left: 0
        }

        .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
        }

        .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
        }

        .gallery .description-galerie {
            text-align: justify
        }

        .banner-contents>.table-row:nth-child(2) {
            height: 100%
        }

        /* .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%
        }
    }

    @media (max-width: 767px) {
        .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%
        }

        .banner-left {
            height: 250px
        }

        .h1, h1 {
            font-size: 22px;
            line-height: 22px
        }

        .titre-secondaire {
            font-size: 22px;
            line-height: 24px
        }

        .slogan {
            text-align: center
        }

        .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: 130px;
        }

        .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(--color2); */
            padding: 40px 20px
        }

        .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
        }

        .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 8% !important
        }

        .intervention .description {
            width: 100%
        }

        .intervention .contenu {
            padding: 40px 15px 30px
        }

        .intervention .contenu h2 {
            text-align: center
        }

        .intervention .zone {
            width: 100%;
            height: 300px;
            position: static;
            -webkit-background-size: contain;
            -moz-background-size: contain;
            -o-background-size: contain;
            background-size: contain;
            margin-bottom: 30px
        }

        .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 {
            height: auto
        }
    }

    @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: 26px
        }

        .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 {
            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: 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: 20px
        }

        .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 {}

        .realisations {
            padding: 50px 0;
            clear: both
        }

        .realisations .contenu {
            padding: 30px 30px 30px 8%
        }

        .services-home, .atouts {
            padding: 70px 0 100px 8%
        }

        .realisations .recup-photos {
            padding-right: 0
        }

        .realisations .contenu {
            padding: 0 0 40px
        }

        .realisations .cell.droite {
            padding: 0 8%
        }

        .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
    }

    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%
    }