:root {
    --color0: #FAFEFF;
    --color0_rgb: 255, 255, 255;
    --color1: #09a6d1;
    --color1_rgb: 9, 166, 209;
    /* --nuanceColor1: #2E62FF; */
    /* --nuanceColor1: #002594; */
    --nuanceColor1: #011014;
    --color2: #011014;
    --color2_rgb: 1, 16, 20;
    --color3: #e6eeff;
    --color4: #eef1f7;
    --color5: #000000;
    --color5_rgb: 0, 0, 0;
    --font_family_1: 'EncodeSansSemiExpanded-Regular', sans-serif;
    --font_family_1_bold: 'EncodeSansSemiExpanded-Bold', sans-serif;
    /*--font_family_2: 'Outfit-Bold',sans-serif;*/
    --font_family_2: 'Satoshi Regular', 'Trebuchet MS', Helvetica, sans-serif;
    --font_family_2_bold: 'Satoshi Bold', 'Trebuchet MS', Helvetica, sans-serif;
    --taille_font: clamp(16px, 0.8vw, 18px);
    --border-radius: 0.8rem;
    --btn-size: 66px;
}
div#service-24 .cell.photo.cover {
    background-size: contain !important;
    background-repeat: no-repeat;
    background-position: center;
}
.corps .page-contenu h2:first-of-type,
.corps .gallery h2:first-of-type,
.corps .seo-content h2:first-of-type,
.corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 1.5vw;
    font-size: calc(var(--taille_font) * 1.1);
    line-height: calc(var(--taille_font) + 1rem);
    border: none;
    font-weight: 700;
    z-index: 1;
}

.corps .page-contenu h2:first-of-type:before,
.corps .gallery h2:first-of-type:before,
.corps .seo-content h2:first-of-type:before,
.corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2,
.corps .gallery h2,
.corps .seo-content h2,
.corps .newsItem h2 {
    margin-bottom: 2vh;
}

.corps blockquote {
    font-size: inherit;
    background: var(--color4);
    border-radius: var(--border-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;
    list-style-type: none;
    list-style-image: none
}

ol li,
ul li {
    background: url(../images/ico-puce.svg) no-repeat 0 center;
    padding-left: 1.5rem;
    background-size: 0.7rem auto
}

ol li.niveau2,
ul li.niveau2 {
    margin-left: 3.0rem
}

dir,
menu {
    padding-left: 1.5rem
}

blockquote p {
    font-size: inherit
}

table,
table td,
table th {
    font-size: inherit;
    border: 0.1rem 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
}

.left {
    text-align: left
}

.justify {
    text-align: left
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -1.5rem !important;
    margin-right: -1.5rem !important
}

.transition {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0)
}

.cover {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important
}

hr.trait {
    height: 0.1rem;
    margin: -.5em 0;
    padding: 0;
    color: var(--color4);
    background-color: var(--color4);
    border: 0
}

.page-contenu img {
    margin: 1.0rem
}

body {
    color: var(--color2);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0)
}

.formulaire h2 {
    color: var(--color1);
    text-transform: uppercase;
}

.pageTitle {
    padding: 8.0rem 0 6.0rem;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    position: relative;
}

.pageTitle strong {
    position: relative;
    font-size: 1.563vw;
    font-family: var(--font_family_2);
    color: var(--color0);
}

.pageTitle:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0e104b69;
    z-index: 0;
    backdrop-filter: blur(0.3rem);
}

a,
a:link,
a:visited {
    color: var(--color2);
    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(--color2);
    font-family: var(--font_family_1);
}

.h1,
h1 {
    font-size: calc(var(--taille_font) * 2.9);
    line-height: 1;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 6.0rem;
    position: relative;
    font-family: var(--font_family_1);
}

.h1:before,
h1:before {
    content: "";
    width: 7.5rem;
    height: 0.2rem;
    background: var(--color1);
    position: absolute;
    bottom: -2.0rem;
    left: 50%;
    margin-left: -3.7rem
}

.h2,
h2 {
    font-size: calc(var(--taille_font) + .7rem)
}

.h3,
h3 {
    font-size: calc(var(--taille_font) + .5rem)
}

h4 {
    font-size: calc(var(--taille_font) + .3rem)
}

h5 {
    font-size: calc(var(--taille_font) + .1rem)
}

h6 {
    font-size: var(--taille_font);
}

.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: calc(var(--taille_font) * 1.8);
    line-height: 1;
    padding: 0.8rem 0 0;
    margin: 0;
    color: var(--color2);
    font-family: var(--font_family_1);
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
    letter-spacing: .1vw;
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 0.1rem rgba(var(--color2), 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    transition-duration: .8s;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 39%;
    background: var(--nuanceColor1);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

/* .AvisClientsBg .hvr-shutter-out-horizontal:before {
    background-color: var(--color0);
} */

.hvr-shutter-out-horizontal:active,
.hvr-shutter-out-horizontal:focus,
.hvr-shutter-out-horizontal:hover,
a.hvr-shutter-out-horizontal:active,
a.hvr-shutter-out-horizontal:focus,
a.hvr-shutter-out-horizontal:hover {
    color: var(--color0)
}

.hvr-shutter-out-horizontal:active:before,
.hvr-shutter-out-horizontal:focus:before,
.hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal,
button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_2);
    font-weight: 600;
    color: var(--color0);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.3rem;
    font-size: calc(var(--taille_font) * 0.9);
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 1.4rem 2.4rem;
    transition: all .3s ease-out 0s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    background: var(--color1);
}

/* .AvisClientsBg .bouton-principal:hover {
    color: var(--color2);
} */

a.bouton-principal:hover:before {
    top: -40%;
    left: -21%;
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 2fr 10fr;
    background: transparent;
    z-index: 9000;
    transition: .5s
}

.tete.fixed {
    background: var(--color0);
    box-shadow: 1px 1px 50px rgba(var(--color5_rgb), 0.05);
}

/*
.tete .header {
    display: inline-block;
    width: 100%;
    position: relative;
    background: var(--color3);
    text-align: 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)
}
*/
.fixed-menu.header {
    position: fixed;
    top: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0);
    background: var(--color3);
    /* box-shadow: 0 1.0rem 1.5rem rgba(25,25,25,.1); */
    border-bottom: 1px solid #0e104b0f;
}

.fixed-menu.header .contain-row-fixed {
    display: table;
    width: 100%
}

.fixed-menu .contain-row-fixed {
    padding: 0 9%
}

.fixed-menu.header .row-fixed {
    position: relative;
    display: table-cell;
    vertical-align: middle
}

.fixed-menu.header .row-fixed:nth-child(1) {
    text-align: left
}

.fixed-menu.header .row-fixed:nth-child(2) {
    text-align: right
}

.fixed-menu.header .row-fixed .logo-site {
    padding: 1.1rem 0;
}

.fixed-menu.header .row-fixed .logo-site img {
    width: 10.0rem;
    height: auto
}

.tete .header:after {
    content: '';
    position: absolute;
    bottom: -4.0rem;
    left: 0;
    width: 100%;
    height: 4.2rem;
    -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);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.2rem 50vw 0;
    border-color: var(--color3) transparent transparent
}

.tete .fixed-menu.header:after {
    z-index: -1;
    bottom: 0;
    -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);
    border-color: var(--color3) transparent transparent;
    /* opacity: 0; */
}

.tete .before-menu {
    position: relative;
    grid-column: -1 / 1;
    width: 100%;
    padding: 0 10%;
    border-bottom: 0.1rem solid rgb(var(--color0_rgb), 0.5);
}

.tete .before-menu .cell-infos {
    display: inline-block;
    padding: 1.0rem 0 0
}

.tete .before-menu .tel_info .tel {
    position: relative;
    font-family: var(--font_family_1);
    color: var(--color0);
    font-size: 0.729vw;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: translateZ(0);
    background-size: 1.6rem auto !important
}

.tete .before-menu .tel_info .tel.active {
    cursor: inherit
}

.imagecont.noflicker.img1 {
    margin-bottom: 2vh;
    border-radius: var(--border-radius);
    overflow: hidden;
    width: 100%;
    position: relative;
    display: block;
    height: 28vh;
}

.tete .before-menu .tel_info .tel:hover span.t_affiche {
    color: var(--color3)
}

.tete .before-menu .d_devis a {
    position: relative;
    display: block;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    font-size: 0.729vw;
    -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)
}

.tete .before-menu .d_devis a:hover {
    color: var(--color3)
}

.tete .logo-site {
    position: relative;
}

.tete .logo-site a {
    position: absolute;
    top: 100%;
    left: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    transform: translate(-50%, -50%) scale(0.8);
    transition: transform 0.6s ease, top 0.6s ease, left 0.6s ease;
}

.tete.fixed .logo-site a {
    top: 55%;
    left: 70%;
    transform: translate(-50%, -50%) scale(0.6);
}

.tete .logo-site a:focus,
.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {}

.tete .infos {
    background: #f0f0f0;
    display: inline-block;
    height: 9.0rem;
    padding: 2.5rem 3.0rem 0
}

.tete .infos.infos_small {
    display: block;
    width: 120%;
    padding: 0.3rem;
    height: 3.8rem;
    position: relative;
    left: -20%
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 1.8rem;
    color: var(--color1);
    padding: 0.5rem 2.0rem 0 3.0rem;
    margin: 0;
    font-weight: 900
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 5.0rem
}

.callTracker {
    position: relative
}

.callTracker a,
.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 7.552vw;
    padding: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s 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: 0.5rem;
    color: var(--color0);
}

header .callTracker .t_affiche:hover {
    color: var(--color1)
}

.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(--color1)
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 3.6rem;
    height: 3.6rem;
    display: flex;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .4s ease;
    text-align: center;
    border-radius: 0.7rem;
    align-content: center;
    justify-content: center;
    align-items: center;
    float: left;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 2.9rem;
    height: 2.9rem
}

.tete .before-menu {
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.tete .before-menu .small-menu {
    position: relative;
    margin-top: -5.0rem
}

.tete .before-menu.hide-small-menu {
    margin-top: -4.5rem;
    display: block
}

.tete .before-menu.show-small-menu {
    margin-top: 0;
}

.btn-partage .btnp:hover {
    transform: rotate(360deg)
}

.copyright {
    text-align: left
}

.tete .btn-partage {
    padding: 0.4rem 0 0;
    display: inline-block;
    text-align: center
}

.navh {
    height: 11vh;
}

.navh .menu_principal {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    list-style: outside none;
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0;
    background: 0 0
}

.navh .menu_principal li:after {
    /* content:'/'; */
    position: absolute;
    right: 0;
    top: 0;
    color: var(--color0)
}

.navh .menu_principal li:last-child:after {
    display: none
}

.navh .menu_principal a,
.navh .menu_principal a:visited {
    color: var(--color0);
    display: block;
    font-size: var(--taille_font);
    padding: 0 2.2rem;
    font-size: .9vw;
    text-decoration: none;
    font-family: var(--font_family_1);
    transition: all .4s ease
}

.fixed .navh .menu_principal a,
.fixed .navh .menu_principal a:visited {
    color: var(--color1)
}

.navh .menu_principal a:hover,
.navh .menu_principal li.active>a {
    color: var(--color0)
}

.fixed .navh .menu_principal a:hover,
.fixed .navh .menu_principal li.active>a {
    color: var(--color1)
}

.navh .menu_principal li.active>a:hover {
    cursor: default
}

.fluid-contenu {
    position: relative;
    margin-top: 40vh;
    background: var(--color0);
    z-index: 10;
}

.body-page-1 .fluid-contenu {
    margin-top: 100vh;
}

.fluid-contenu .corps {
    padding: 4em 10%
}

.body-pageseo .fluid-contenu .corps {
    padding: 7.0rem 7% 7.0rem !important;
}

.body-pageseo .fluid-contenu .corps .container {
    width: 100%;
}

.body-page-1 .fluid-contenu .corps {
    padding: 4em 10%;
}

.body-page-1 .fluid-contenu .corps .page-contenu {
    text-align: left
}

.body-page-1 .fluid-contenu .corps .page-contenu ul br {
    display: none
}

.body-service-list .fluid-contenu .corps {
    padding: 7.0rem 0 0
}

.banniere {
    position: fixed;
    top: 0;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.banniere:after {
    content: '';
    background: linear-gradient(rgb(var(--color5_rgb), 0.8) 0, rgb(var(--color5_rgb), 0.71) 13%, rgb(var(--color5_rgb), 0.1) 65%, rgb(var(--color5_rgb), 0) 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block;
    pointer-events: none;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    pointer-events: none
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slogan {
    position: absolute;
    top: 30%;
    left: 50%;
    color: var(--color0);
    padding: 0 4%;
    margin: 0;
    text-align: center;
    transform: translate(-50%, -50%);
    opacity: 1;
    text-shadow: 1px 1px 10px rgba(var(--color2_rgb), 0.8);
    visibility: visible;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    z-index: 2;
}

.body-page-1 .slogan {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0.5em;
    top: 50%;
    width: 100%;
    padding: 0 3%;
}

.slogan.hidden {
    opacity: 0;
    visibility: hidden;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: left;
    z-index: 2;
}

.h1.slogan:before,
.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: calc(var(--taille_font) * 3);
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 40px
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    display: flex;
    justify-content: center;
    width: 50%;
    margin: auto;
    text-wrap: balance;
    text-align: center;
    font-size: calc(var(--taille_font) * 1.8);
    font-family: var(--font_family_1);
    line-height: 1.3;
    font-weight: 200;
    text-transform: uppercase;
}

.btn-descendre {
    position: absolute;
    top: 90%;
    left: 50%;
    display: flex;
    width: var(--btn-size);
    height: var(--btn-size);
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: rgb(var(--color1_rgb), 0.5);
    transform: translate(-50%, -50%);
    opacity: 0.9;
    background: url(../images/bg-descendre.png) no-repeat center top;
    -webkit-background-size: cover;
    background-size: cover;
    margin-left: calc(var(--btn-size) / -2);
    overflow: hidden;
    text-indent: 300px;
    white-space: nowrap;
    z-index: 10;
}

.btn-descendre::before {
    content: "";
    width: calc(var(--btn-size) / 6);
    height: calc(var(--btn-size) / 6);
    background: var(--color1);
    border-radius: 50%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .4s ease;
    /* animation: bounce 1.5s infinite ease-in-out; */
    animation: pulse 1.2s infinite ease-in-out;
}

.btn-descendre:hover:before {
    opacity: .4;
    top: 60%;
}

@keyframes bounce {

    0%,
    100% {
        transform: translate(-50%, -50%);
    }

    50% {
        transform: translate(-50%, -20%);
    }
}

@keyframes pulse {

    0%,
    100% {
        transform: translate(-50%, -50%) scale(1);
    }

    50% {
        transform: translate(-50%, -50%) scale(0.8);
    }
}

.block-texte {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1vw;
    width: 100%
}

.block-texte .h1,
.block-texte .cell-article h1 .titre-secondaire {
    grid-column: -1 / 1;
    text-align: center;
}

.block-texte .cell-article h1:before {
    left: 0;
    margin: 0
}


.block-texte .cell-banniere {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.block-texte .cell-article .page-contenu {
    position: relative;
    display: block;
    padding: 4rem 1em;
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.block-texte .cell-article .page-contenu {
    position: relative;
    display: block;
    padding: 4rem 1em;
    height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.block-texte .cell-article .page-contenu::-webkit-scrollbar {
    width: 2px;
}

.block-texte .cell-article .page-contenu::-webkit-scrollbar-track {
    background: color-mix(in srgb, var(--color0) 98%, rgba(var(--color2_rgb), 0.9));
    border-radius: 2px;
}

.block-texte .cell-article .page-contenu::-webkit-scrollbar-thumb {
    background: rgba(var(--color1_rgb), 0.7);
    border-radius: 2px;
}

.block-texte .cell-article .page-contenu {
    scrollbar-width: thin;
    scrollbar-color: rgba(var(--color1_rgb), 0.7) color-mix(in srgb, var(--color0) 98%, rgba(var(--color1_rgb), 0.9));
}


.block-texte .cell-article a.bouton-principal {
    display: block;
    width: 8em;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.0rem;
    justify-content: center;
    height: 100%;
    margin: 2em 0;
    font-weight: 700;
    align-content: center;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    margin: 0 0 0;
    font-family: var(--font_family_2);
    color: var(--color0);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.3rem;
    font-size: 1.4rem;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 1.8rem 2.4rem;
    transition: all .3s ease-out 0s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    background: var(--color1);
}

.cta a.bouton-principal {
    margin: 0 0;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover:before {
    top: -40%;
    left: -21%;
}

p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover {
    color: var(--color0);
}

p.tel-header.bouton-principal span {
    min-width: 12.4rem;
    text-align: center;
}

.certifs {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 4.5rem 0
}

.certifs .texte-certifs .contenu p {
    text-align: left
}

.certifs .logo-certifs {
    position: relative;
    padding: 3.0rem 12% 2.0rem;
}

.certifs .swiper-slide {
    text-align: center;
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    background-color: var(--color0);
    padding: 1.0rem;
    border-radius: var(--border-radius);
    border: 0.1rem solid var(--color1);
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    display: block;
}

.certifs .swiper-button-prev,
.certifs .swiper-container-rtl .swiper-button-next,
.atouts .swiper-button-prev,
.atouts .swiper-container-rtl .swiper-button-next {
    background-image: url(../images/dd2.svg);
    left: 0;
    margin-top: -2.2rem;
    filter: contrast(0) brightness(0);
    opacity: .8
}

.certifs .swiper-button-next,
.certifs .swiper-container-rtl .swiper-button-prev,
.atouts .swiper-button-next,
.atouts .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/gg2.svg);
    right: 0;
    margin-top: -2.2rem;
    filter: contrast(0) brightness(0);
    opacity: .8
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1
}

.certifs .logo-certifs .row-certifs {
    position: relative;
    display: table;
    width: 100%
}

.certifs .logo-certifs .row-certifs .certif-inline {
    position: relative;
    display: table-cell
}

.certifs .logo-certifs .row-certifs .certif-inline>div {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 60% auto;
    -moz-background-size: 60% auto;
    background-size: 60% auto;
    text-align: center
}

.certifs .logo-certifs .row-certifs .certif-inline>div img {
    position: relative;
    overflow: hidden
}

.slogans-accueil {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 9.0rem 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

.slogans-accueil .container:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--color2);
    opacity: 0.5;
    z-index: 0;
}

.slogans-accueil .slogan {
    position: relative;
    display: block;
    line-height: 3.0rem;
    background: url(../images/icon-logo.svg) no-repeat center top;
    padding-top: 5.5rem
}

.slogans-accueil .slogan .titre {
    display: block;
    font-family: var(--font_family_1);
    font-weight: 400;
    font-size: 2.302vw;
    color: var(--color0);
    margin: 0 0 .5em;
}

.slogans-accueil .container {
    width: 100%;
}

.slogans-accueil .slogan .sous-titre {
    display: block;
    line-height: 3.1rem;
    font-family: var(--font_family_1);
    font-weight: 400;
    font-size: 2.8rem;
    color: var(--color0);
}

.div-rs {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

.news .detail_actu-txt .btn-partage .btnp,
.news .detail_actu-txt .btn-partage .btnp:hover {
    background-color: var(--color1)
}

a.retour-news {
    font-family: var(--font_family_3);
    color: var(--color0) !important;
    /* background: 0 0; */
    padding-left: 6.0rem;
    border: 0;
    font-size: 1.6rem;
    margin: 4.0rem 0 3.0rem;
    -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);
    position: relative
}

a.retour-news::before {
    content: "";
    position: absolute;
    width: 2.2rem;
    background-image: url(../images/fleche-btn.svg);
    background-repeat: no-repeat;
    background-position: 0 0;
    height: 2.9rem;
    top: 0.8rem;
    left: 2.5rem;
    transform: rotate(180deg);
    background-color: transparent;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    filter: brightness(0) invert(1);
}

a.retour-news:active,
a.retour-news:focus,
a.retour-news:hover {
    color: inherit
}

a.retour-news:active::before,
a.retour-news:focus::before,
a.retour-news:hover::before {
    left: 1.5rem;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 0.8rem;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    color: var(--color0)
}

.etoiles .fa {
    color: var(--color1)
}

.AvisClientsBg .bx-wrapper {
    position: relative;
    margin: 2em auto !important;
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.AvisClientsList li {
    min-height: 25vh;
    padding: 1em 2em;
    list-style: none;
    background: 0 0;
    border: 1px solid var(--color1);
}

.avisClientsBg .h {
    text-align: center
}

.AvisClients,
.AvisClients:link,
.AvisClients:visited {
    position: relative;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    text-align: left
}

.AvisClients .h {
    text-align: left;
    color: var(--color2);
    font-size: calc(var(--taille_font) * 1);
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0
}

.AvisClientsBg .bx-wrapper img {
    display: none;
}

/* .bx-controls-direction a.bx-prev {
    background: url(../images/dd2.svg) no-repeat left center;
    left: -5.0rem
}

.bx-controls-direction a.bx-next {
    background: url(../images/gg2.svg) no-repeat left center;
    right: -5.0rem
} */

.AvisClients p {
    font-size: calc(var(--taille_font) * 0.95);
    margin-bottom: 0;
    color: var(--color5);
    font-style: italic;
    text-align: left
}

.AvisClients .blazy {
    border-radius: 50%;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-top: 7.0rem
}


.AvisClientsBg {
    position: relative;
    z-index: 8000;
    background: var(--color0);
    text-align: center;
}

.AvisClientsBg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4em;
    background: var(--color2);
    z-index: -1;
}

.AvisClientsBg::after {
    content: "";
    position: absolute;
    top: 4em;
    left: 0;
    border-style: solid;
    border-width: 16.0rem 50vw 0;
    border-color: var(--color2) transparent transparent;
    width: 0;
    height: 0;
    z-index: -1;
}

.AvisClientsBg .contenu {
    padding: 6.0rem 0
}

.AvisClientsBg .contenu h2.h1,
.AvisClientsBg .contenu h2.h1 .titre-secondaire {
    color: var(--color1);
}

.AvisClientsBg .contenu h2.h1 .titre-secondaire {
    color: var(--color0);
}

.AvisClientsBg .bx-next,
.AvisClientsBg .bx-prev {
    position: absolute;
    top: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: auto;
    aspect-ratio: 1 / 1;
    text-indent: initial;
    font-size: 0;
    text-decoration: none;
    border-radius: 50%;
    background: var(--color1);
    opacity: 1;
    transition: .5s;
    transform: translateY(-50%);
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:hover,
.AvisClientsBg .bx-prev:hover {
    filter: drop-shadow(0 2px 4px rgba(var(--color5_rgb), 0.35));
    background: var(--nuanceColor1);
}

.AvisClientsBg .bx-prev:before,
.AvisClientsBg .bx-next:before {
    position: absolute;
    transform: translate(-50%, -50%);
    display: inline-block;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0)
}

.AvisClientsBg .bx-prev:before {
    top: 50%;
    left: 45%;
    content: "\f053";
}


.AvisClientsBg .bx-next:before {
    top: 50%;
    left: 52%;
    content: "\f054";
}

.AvisClientsBg .bx-pager {
    bottom: 1.7rem
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 7.0rem
}

.avisContent:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 0.5rem
}

.avisContent:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 0.5rem
}

.temoignageScroll {
    max-height: 10.9rem;
    text-align: left;
    overflow: hidden
}

.temoignageScroll .scrollbar-content {
    padding: 0 1.0rem 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: calc(var(--taille_font) * 0.8);
    padding: 0;
    font-family: var(--font_family_1);
    color: var(--color5);
    margin: 0;
}

.livre-elements {
    padding: 0 12%;
    margin-bottom: 40px;
    text-align: center
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px !important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0 !important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px
}

.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: 25px 27px;
    margin-bottom: 3rem;
    background-color: var(--bg-facultatif);
    border-radius: var(--border-radius);
    width: 48%
}

.divAvis:nth-child(4n+1),
.divAvis:nth-child(4n+4) {
    background-color: rgba(var(--color2_rgb), 0.1);

}

.btn-avis {
    margin-bottom: 3.0rem
}

.modal-content a,
.modal-content a:link,
.modal-content a:visited {
    color: var(--color3)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 4.0rem;
    color: var(--color2);
    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: 1.6rem;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(var(--color2), .8);
    color: var(--color5);
    text-shadow: none;
    font-family: Arial, 'Trebuchet MS', Helvetica, sans-serif
}

.modal-header,
.modal-body {
    background: rgba(var(--color2_rgb), 0.1);
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 2.1rem;
    color: var(--color2);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 4.4rem;
    border-radius: 0.2rem
}

.modal-content .btn-close:focus,
.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 6.0rem !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: 1.4rem !important
}

#add-review {
    text-align: center
}

.formulaire #add-review .form-actions {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 5.0rem
}

#add-review #stars-existing {
    margin: 0 auto 1.0rem;
    display: block;
    text-align: left;
    padding-top: 1.5rem
}

#add-review .form-group #captcha {
    height: 4.6rem !important
}

.formulaire #add-review .form-group .form-control,
.formulaire #add-review .form-group input,
.formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 0.1rem solid var(--color4);
    color: var(--color5);
    border-radius: 0.2rem
}

.modal-content .form-control::placeholder {
    color: var(--color5) !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 1.5rem auto !important;
    padding: 1.4rem 1.5rem !important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 10.0rem
}

#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: 1.0rem;
    font-weight: 400;
    font-style: italic;
    text-align: left;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color5) !important
}

.atouts {
    position: relative;
    display: block;
    width: 100%;
    padding: 4em 10%;
}

.atouts:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(190deg, rgba(var(--color2_rgb), .4) 30%, rgba(var(--color2_rgb), .9) 95%);
    backdrop-filter: blur(7px);
    z-index: 0;
}

.atouts .titre-secondaire {
    color: var(--color0);
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 1vw 2em;
    background: rgba(var(--color0_rgb), 0.1);
    backdrop-filter: blur(10px);
    border: 0.1rem solid rgba(var(--color1_rgb), 0.4);
    border-radius: var(--border-radius);
    margin: 0.5rem;
    transition: border 0.4s ease;
    ;
}

.atout:hover {
    border: 0.1rem solid rgba(var(--color1_rgb), 0.6);
}

.atout .picto {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.atout .picto i {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 30%;
    color: var(--color1);
    fill: var(--color1);
    transition: transform 0.4s ease;
    ;
}

.atout:hover .picto i {
    transform: translateY(-5px);
}

.atouts p.legend {
    font-size: var(--taille_font);
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    color: var(--color0);
}

.atouts .swiper-button-prev,
.atouts .swiper-button-next {
    position: absolute;
    top: 50%;
    width: 2.5em;
    height: auto;
    aspect-ratio: 1 / 1;
    background-image: none;
    filter: contrast(1) brightness(1);
    opacity: .8;
    background: var(--color1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.atouts .swiper-button-prev {
    left: 4%;
}

.atouts .swiper-button-next {
    right: 1%;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next i,
.atouts .swiper-button-prev i {
    position: relative;
    top: 50%;
    font-size: calc(var(--taille_font) * 1.3);
    color: var(--color0);
    transform: translate(-50%, -50%);
}

.atouts .swiper-button-prev i {
    left: 47%;
}

.atouts .swiper-button-next i {
    left: 53%;
}

.atouts .swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7% 4em;
}

.atouts-desktop {
    display: grid;
    grid-template-columns: 3fr 2fr;
    position: relative;
    width: 100%;
    padding: 4em 10%;
    background: var(--color2);
}

.atouts-desktop:before {
    display: none;
}

.atouts-desktop:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(190deg, rgba(var(--color2_rgb), .4) 30%, rgba(var(--color2_rgb), .9) 95%);
    backdrop-filter: blur(7px);
    z-index: 0;
}

.atouts-desktop .h1 {
    grid-column: -1 / 1;
}

.atouts-desktop .h1 .titre-secondaire {
    color: var(--color0);
}

.atouts-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
}

.atouts-grid .atout {
    display: flex;
    flex-direction: row;
    height: 100%;
    padding: 1em;
}

.atouts-grid .atout .picto {
    width: 30%;
}

.atouts-grid .atout .picto i {
    width: 50%;
}

.atouts-grid .atout .legend {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
    gap: 1em;
    width: 70%;
    height: 100%;
    padding: 1.5em 1em 0.5em 0em;
    color: var(--color0);
}

.atouts-grid .atout .legend .titre {
    color: var(--color1);
    font-weight: 600;
}

.atouts-img {
    position: relative;
}

.atouts-img:before {
    content: "";
    position: absolute;
    bottom: 2em;
    left: 4.5em;
    width: 90%;
    height: 100%;
    background-color: var(--color1);
    /* -webkit-mask: url("../images/bg-dot.svg") repeat right bottom / 30px 30px; */
    /* mask: url("../images/bg-dot.svg") repeat right bottom / 30px 30px; */
    opacity: 0.8;
    z-index: 0;
    pointer-events: none;
}

.atouts-img img {
    position: relative;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 0.3em 2em;
    z-index: 1;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0 0
}

.centerservice2 {
    margin: 0 16% !important
}

.centerservice {
    margin: 0 33% !important
}

.services-home {
    position: relative;
    width: 100%;
    padding: 5em 10%;
    background: var(--color0);
    z-index: 8000;
}

.services-home:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 10em;
    z-index: -1;
    background: var(--color2)
}

.services-home:after {
    content: '';
    position: absolute;
    top: 10em;
    left: 0;
    width: 100%;
    border-style: solid;
    border-width: 16rem 50vw 0;
    border-color: var(--color2) transparent transparent;
    z-index: -1;
    background: var(--color0)
}

.liste-services {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    -ms-border-radius: 0;
    -o-border-radius: 0;
    background: var(--color0);
    position: relative;
    z-index: 11;
    overflow: hidden;
}

.services-home .container {
    position: relative;
    width: 100%;
    padding: 6em 0 0;
}

.img-service {
    position: relative;
    display: block;
    width: 380px;
    height: 450px;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    background-size: 80px auto;
    -ms-background-size: 80px auto;
    -o-background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    transition: all .3s linear;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.img-service:hover {
    filter: brightness(1);
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(10deg, rgba(var(--color5_rgb), 0.5), transparent, transparent, transparent);
    transition: all 1s ease;
}

.img-service:hover:before {}

.img-service .title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1em 1em 0.5em 1.5em;
    font-size: 600;
    transition: all .3s ease;
    text-align: left;
    background-color: transparent;
}

.img-service:hover .title {
    margin-bottom: 0.8em;
}

.img-service .title h3 {
    margin: 0;
    padding: 0;
    font-family: var(--font_family_2);
    color: var(--color0);
    transition: all .3s linear;
    font-size: 20px;
}

.img-service .title .seeMore {
    display: block;
    padding-top: 0.3em;
    color: var(--color0);
    border-top: 1px solid rgb(var(--color0_rgb), 0.05);
}
.btns-swiper-services {
    position: absolute;
    top: 20%;
    right: 10%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.btns-swiper-services .swiper-button-prev,
.btns-swiper-services .swiper-button-next {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 50px;
	width: 50px;
	color: var(--color0);
	background: var(--color1);
	border-radius: var(--border-radius);
    margin: 0 -0.2em;
}


a.show-all-service {
    width: 160px;
    height: 50px;
    text-decoration: none !important;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden;
}

a.show-all-service:hover {}


a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}

/* .text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
    display: none
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

.text-services .text h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 30px;
    height: 4px;
    margin-left: -15px;
    background: var(--color1);
} */



/* 
.bloc-contenu.services {
    position: relative;
    padding: 6em 10% 5em;
    padding-right: 0;
}

.bloc-contenu.services:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background-size: 100%;
    background-repeat: no-repeat;
    left: -139px;
    bottom: -145px;
    opacity: 0.7;
    rotate: 54deg;
}

.bloc-contenu.services h2,
.bloc-contenu.services .titre-secondaire {
    text-align: left;
}


.services .cell.droite .contenu .liste-services {
    position: relative;
    display: block
}

.services .cell.droite .contenu .liste-services h3 {
    background: 0 0;
    padding: 0 0 0;
    margin: 0 0 9px
}

.services .cell.droite .contenu .liste-services h3:before {
    content: none
}

.services .cell.droite .contenu .liste-servicesl h3 .bouton-principal {
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal {
    font-size: 16px;
    color: var(--color0);
    margin: 0;
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal:hover {
    text-decoration: none
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.oneImg-service {
    position: relative;
    display: table;
    vertical-align: top;
    width: 80%;
    margin: 3.5rem auto 0
}

.oneImg-service:after {
    content: '';
    padding-top: 50%;
    display: block
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 0.2rem solid var(--color4);
    background-position: center center;
    background-repeat: no-repeat
}

.services .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 9.0rem 12%
}

.services .cell.droite .contenu ul {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0
}

.services .cell.droite .contenu ul li {
    background: 0 0;
    padding: 0;
    padding: 0 0 1.0rem 0
}

.services .cell.droite .contenu ul li .bouton-principal {
    display: block
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 2.0rem;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    padding: 0
}

.services .miettes li a {
    width: 1.2rem;
    height: 1.2rem;
    border-radius: 1.2rem;
    background: #1ab194;
    display: inline-block
}

.services .miettes li a.active {
    background: var(--color2);
    cursor: default
} */

.body-news .fluid-contenu,
.body-news-list .fluid-contenu,
.body-temoignage .fluid-contenu {
    background: var(--color0);
}

.body-news-list .fluid-contenu .news .ligne-actus {
    margin-bottom: 5.0rem
}

.body-news-list .fluid-contenu .news .ligne-actus article.item {
    position: relative;
    display: block;
    background: var(--color0);
    /* box-shadow: 0 0 1.1rem #bfbfbf; */
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news {
    position: relative;
    display: block;
    padding: 6.0rem 4%
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news h2 {
    display: inline-block;
    border-bottom: 0.1rem solid var(--color4);
    padding: 0 0 1.5rem;
    text-transform: uppercase;
    font-size: 1.5rem;
    margin: 0
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news.date-noimg h2 {
    width: 100%
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news.date-noimg h2 .date-article {
    position: relative;
    display: inline-block;
    float: right;
    margin: 0
}

.body-news-list .fluid-contenu .news .ligne-actus article.item .contain-news.date-noimg h2 .date-article span {
    display: inline-block
}

.news .propor {
    width: 100%;
    position: relative
}

.news .propor:after {
    padding-top: 68%;
    display: block;
    content: ''
}

.news .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    flex: 1;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%
}

.news .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    border-radius: var(--border-radius);
}

.news .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .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: var(--color2) url(../images/ico-zoom.svg) no-repeat center center
}

.news .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.intervention {
    position: relative;
    z-index: 8000;
    display: inline-block;
    width: 100%;
    background: var(--color0);
    padding: 4em 10%;
}

.intervention .contain {
    position: relative;
    display: grid;
    grid-template-columns: 3fr 2fr;
    min-height: 70vh;
}

.intervention .plan {
    z-index: 2;
}

.intervention .contain .contenu {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.intervention .contenu:before {
    content: "";
    position: absolute;
    bottom: 2em;
    right: 2em;
    width: 100%;
    height: 71%;
    background-color: var(--nuanceColor1);
    -webkit-mask: url("../images/bg-dot.svg") repeat right bottom / 30px 30px;
    mask: url("../images/bg-dot.svg") repeat right bottom / 30px 30px;
    opacity: 0.5;
    z-index: -1;
    pointer-events: none;
}

.intervention .description {
    position: absolute;
    top: 50%;
    left: 20%;
    padding: 2em;
    width: 130%;
    color: var(--color0);
    text-align: left;
    background: var(--color2);
    border-radius: var(--border-radius);
    transform: translate(-50%, -50%);
    z-index: 2;
}



.intervention ul {
    margin: 3.0rem 0 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none
}

.intervention ul li {
    padding: 0.5rem 0 0.5rem 1.5rem;
    font-style: italic;
    font-family: var(--font_family_3)
}

.body-page-1 .block {
    padding: 4em 10% 7em;
    background: linear-gradient(to bottom, rgba(var(--color2_rgb), 0.4) 30%, rgba(var(--color2_rgb), 1) 100%);
    backdrop-filter: blur(8px);
}

.body-page-1 .block .titre-secondaire {
    color: var(--color0);
}

.body-page-1 .actualites .cell.texte .contenu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: var(--color0);
    border-radius: var(--border-radius);
    background: rgb(var(--color0_rgb), 0.1);
    backdrop-filter: blur(5px);
}


.actualites-contain {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 7.0rem 0;
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.actualites h2.h1 {
    margin: 0 0 7.5rem
}

.actualites article {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
    width: 100%;
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 50%;
    width: auto;
    flex: 1
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    background-position: center center;
    position: relative;
    border-radius: var(--border-radius);
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 100%;
    border-bottom: 0.2rem solid var(--color4)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 4vh 10%;
    text-align: left;
    direction: ltr
}

.actualites .cell.texte .contenu .titre-secondaire {
    color: var(--color0);
    font-family: var(--font_family_1);
    display: inline-block;
    text-align: left;
    padding: 0 0 1.5rem;
    border-bottom: 0.1rem solid var(--color1);
    margin-bottom: 1.0rem;
}

.actualites .cell.texte .contenu .titre-secondaire a {
    text-decoration: none;
    color: var(--color2)
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 0.5rem 0 0.5rem 2.0rem;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9rem;
    background-size: 0.7rem auto
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.actualites a.bouton-principal,
.news a.bouton-principal {
    min-width: fit-content;
    margin: 2.5rem 0
}

.actualites .date_post,
.news .date-article {
    font-size: 1.5rem;
    color: var(--color3);
    font-family: var(--font_family_2);
    /* box-shadow: 0 0 0.5rem #bfbfbf; */
    padding: 0.5rem 1.5rem;
}

.actualites .cell.photo a {
    display: inline-block;
    text-decoration: none;
    background: var(--color0);
    margin: 1.0rem;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--border-radius);
}

.actualites a.bouton-principal.all-actus {
    font-family: var(--font_family_3);
    color: var(--color3);
    background-image: url(../images/fleche-btn.svg);
    background-repeat: no-repeat;
    background-position: 1.0rem 50%;
    background-color: transparent;
    padding-left: 6.0rem;
    border: 0;
    font-size: 1.6rem;
    margin: 4.0rem 0 3.0rem;
    -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)
}

.actualites a.bouton-principal.all-actus:hover {
    background-position: 3.0rem 50%
}

.actualites a.bouton-principal.all-actus:before {
    display: none
}

.actualites .cell.texte .contenu .date-noimg {
    position: relative;
    display: inline-block;
    width: 100%
}

.actualites .cell.texte .contenu .date-noimg .titre-secondaire {
    float: left
}

.actualites .cell.texte .contenu .date-noimg .date_post {
    float: right
}

.actualites .cell.texte .contenu .date-noimg .date_post span {
    display: inline-block
}

.news .date-article,
.news .ligne-actus .date-article {
    position: absolute;
    margin: 1.0rem;
    z-index: 10;
    background: #ffffff;
    padding: 0.7rem 1.0rem;
    /* box-shadow: 0 0 0.5rem #bfbfbf; */
    border-radius: var(--border-radius);
    backdrop-filter: blur(0.5rem);
}

.date-article span {
    position: relative;
    display: block;
    text-align: center
}

.date-article .time_day {
    color: var(--color2)
}

.date-article .time_month {
    color: var(--color2);
    text-transform: uppercase;
    font-size: 1.3rem;
}

.date-article .time_year {
    color: var(--color1);
}

.news .date-noimg .date-article {
    position: relative;
    float: left;
    margin: 0
}

.news .date-noimg .date-article span {
    display: inline-block
}

.news .date-noimg .btn-partage {
    float: right
}

.news .contenu-article {
    display: block;
    margin-top: 1.0rem;
    text-align: left
}

.news .detail-actu {
    position: relative;
    display: block
}

.news .detail_actu-img {
    position: relative;
    width: 50%;
    float: left;
    padding-right: 1.5rem;
    padding-bottom: 1.5rem
}

.div-rs b {
    margin-right: 2rem;
    float: left;
}

.news .detail_actu-txt {
    position: relative;
    display: block
}

.news .detail_actu-txt .btn-partage {
    display: flex;
    text-align: left;
    position: relative;
    top: -0.4rem;
    align-content: center;
    column-gap: 1px;
}

.body-contact .plan {
    height: 50vh;
    padding: 1em 10%;
}

.body-contact .contact {
    display: flex;
    position: relative;
    padding: 4em 10%;
}

.body-contact .formulaire {
    padding: 1em 3%;
    background: rgba(var(--color2_rgb), 0.1);
    border-radius: var(--border-radius);
}




.pied {
    position: relative;
    z-index: 9;
    background: var(--color0)
}

.pied .bande1 {
    padding: 5.0rem 7vw;
    background: var(--color2);
}

.pied .bande2 {
    padding: 0;
    background: var(--nuanceColor1);
}

.info-rgpd {
    position: relative;
    display: inline-block;
    font-size: 1.2rem !important;
    border-top: 0.1rem solid #d0c9c9;
    padding-top: 1.8rem
}

.bande-form {
    position: relative;
    display: block;
    padding: 4.0rem 0;
    background: var(--nuanceColor1);
}

.bande-form .container {
    background: rgba(var(--color0_rgb), 0.95);
    border-radius: var(--border-radius);
    padding: 3em 0;
}

.pied .bande-form .h1 {
    font-size: calc(var(--taille_font) * 2.2);
}

.pied .bande1 .titreFooter {
    color: var(--color0);
    text-transform: uppercase;
    padding: 0 0 2.0rem;
    font-family: var(--font_family_3);
    margin-top: 2.0rem;
    margin-bottom: 1.0rem;
    font-weight: 500;
    line-height: 1.1;
    position: relative;
    text-align: left
}

.pied .bande1 .titreFooter::before {
    content: "";
    width: 7.1rem;
    height: 0.2rem;
    background: var(--color1);
    position: absolute;
    bottom: 0;
    left: 0
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 1.5rem 0;
    list-style-type: disc;
    margin: 0
}

.pied .navf .menu_footer li {
    padding: 0 0 0;
    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 {
    padding: 0;
    color: inherit;
    text-decoration: none
}

.pied .navf .menu_footer li a:hover,
.pied .navf .menu_footer li.active a {
    color: var(--color1);
    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: left;
    PADDING: 0;
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,
.pied .menu_referencement li a:visited {
    color: inherit;
    text-decoration: none
}

.pied .menu_referencement li a:hover,
.pied .menu_referencement li.active a:hover {
    color: var(--color1)
}

.pied .menu_referencement li.active a:hover {
    cursor: default;
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 1.5rem 0 0;
    color: var(--color0);
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0.5rem;
    padding: 0 0 0.2rem 3.0rem
}

.contact .coordonnees address p.adresse,
.pied address p.adresse {
    background-image: url(../images/ico-adresse-f.svg);
    background-size: 1.3rem auto
}

.contact .coordonnees address p.tel.tel1,
.pied address p.tel.tel1 {
    background-image: url(../images/ico-tel-f.svg);
    background-size: 1.6rem auto
}

.contact .coordonnees address p.tel.tel2,
.pied address p.tel.tel2 {
    background-image: url(../images/ico-tel2-f.svg);
    background-size: 1.0rem 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: 1.5rem 0 0;
    height: 26rem;
}

.contact .horaires,
.pied .horaires {
    margin: 0;
}

.pied .horaires {
    color: var(--color0) !important;
    padding: 0 !important;
}

.pied .copyright-footer {
    margin: 0.5rem 0 0;
    text-align: center
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 20.0rem
}

.pied .btn-like {
    padding: 2.0rem 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 1.0rem 0 0
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,
.scrollbar-path-vertical {
    position: absolute;
    background-color: var(--color4);
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 0.5rem;
    left: 0;
    width: 100%;
    height: 0.5rem
}

.scrollbar-path-vertical {
    right: 0.5rem;
    top: 0;
    height: 100%;
    width: 0.5rem;
    box-shadow: inset 0.1rem 0 1 rgba(var(--color2), .1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 0.1rem 1 rgba(var(--color2), .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: 0.5rem
}

.scrollbar-content {
    padding: 0 3.0rem 0 0;
    float: none !important
}

.body-contact .fluid-contenu .corps .container,
.body-service-list .fluid-contenu .corps .container {
    width: 100%;
    padding: 0
}

.prestation {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 4.5rem 0
}

.prestation-contain {
    display: table;
    margin: 0 auto;
    width: 100%;
    padding: 0 13%;
}

@media (min-width: 768) {

    .contact-contain,
    .prestation-contain {
        width: 76.8rem
    }
}

@media (min-width: 992px) {
    .prestation-contain {
        /* width:99.2rem; */
    }
}

@media (min-width: 1200px) {
    .prestation-contain {
        /* width: 100%; */
        /* padding: 0 13%; */
    }
}

.prestation:nth-child(even) {
    direction: rtl;
    background: var(--color0)
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius);
}

.prestation .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation:nth-child(even) .cell.texte .contenu {
    padding: 5.0rem 5% 5.0rem 0;
}

.prestation .cell.texte .contenu {
    padding: 5.0rem 0 5.0rem 5%;
    text-align: left;
    direction: ltr
}

.prestation .cell.texte .contenu h2.h1,
.prestation .cell.texte .contenu h2.h1 .titre-secondaire {
    text-align: left
}

.prestation .cell.texte .contenu .h1:before,
.prestation .cell.texte .contenu h1:before {
    left: 0;
    margin-left: 0
}

.prestation .cell.texte .contenu p {
    margin: 0 0 5.0rem
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 0.5rem 0 0.5rem 2.0rem;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9rem;
    background-size: 0.7rem auto
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact .corps h2 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: 2.5rem;
    padding-bottom: 1.4rem;
    text-transform: uppercase
}

.contact .tab-formulaire .formulaire h2:before {
    content: "";
    width: 7.5rem;
    height: 0.2rem;
    background: var(--color1);
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    margin-left: -3.7rem
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 7.0rem;
    font-size: 2.4rem
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 7.5rem;
    height: 1.0rem;
    position: absolute;
    top: 5.0rem;
    left: 50%;
    margin-left: -3.7rem
}

.contact .tab-coordonnes {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 39%;
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 5.0rem 12% 5.0rem 0
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    position: relative;
    display: table-cell;
    vertical-align: top;
    width: 70%
}

.contact .tab-formulaire {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000
}

.contact .tab-formulaire .formulaire h2 {
    text-align: center;
    border: 0;
    background: 0 0;
}

.contact .plan {
    font-size: 0;
    margin: 5.0rem 0
}

.contact .plan .block #googlemapapi,
.contact .plan iframe {
    width: 100% !important;
    height: 55.0rem !important
}

.contact .coordonnees {
    padding: 0
}

.contact-contain {
    padding: 0 9%;
}

.contact .coordonnees h2 {
    margin-top: 2.0rem;
}

.body-contact .corps h2:before,
.contact .coordonnees h2::before {
    content: "";
    width: 7.1rem;
    height: 0.2rem;
    background: var(--color1);
    position: absolute;
    bottom: 0;
    left: 0
}

.body-contact .corps h2:before {
    left: 50%;
}

.contact .coordonnees address p {
    padding: 0 0 1.0rem 3.0rem;
    background-position: 0 0;
    background-repeat: no-repeat
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .coordonnees .callTracker:not(.active) span:hover {
    color: var(--color1)
}

.contact .horaires {
    padding-left: 3.0rem;
    margin: 0
}

.contact .description-contact {
    padding: 0 0 1.0rem
}

label.checkbox.label-rgpd {
    font-size: 64%;
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

/* .contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
} */

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.form-group .label-rgpd strong,
.info-rgpd a,
.info-rgpd a:visited,
.info-rgpd strong {
    color: var(--color2);
    opacity: .8
}

.contact .formulaire .control-label {
    text-align: left !important;
    font-weight: 400
}

.body-pageseo .contact .formulaire .form-group .form-control {}

.contact .formulaire .form-group {
    margin-bottom: 0.8rem;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

.contact .formulaire .form-group .form-control {
    background: var(--color0);
    border: none;
    box-shadow: none;
    border-radius: 0;
    width: 100% !important;
    color: var(--color2);
    border: 0.1rem solid var(--color3);
    font-size: var(--taille_font);
    font-family: var(--font_family_2);
    border-radius: var(--border-radius);
}

.form-control:focus {
    color: var(--color2);
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 11.9rem;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 7rem;
    line-height: 1;
    line-height: 5.0rem\9;
    padding: 0 1.2rem
}

.contact .formulaire .form-group select.form-control {
    height: 5.0rem;
    line-height: 5.0rem;
    padding: 0.5rem 1.2rem
}

@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 1.0rem center !important;
        line-height: normal !important;
        background-size: 2.0rem auto !important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31% !important;
    height: 5.0rem !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: 5.0rem !important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    width: 29%;
    display: inline-block;
    position: relative;
    float: right;
    margin: 0.1rem 0;
    padding: 2.2rem 1.0rem;
}

.contact .formulaire .form-actions {
    font-size: 1.0rem;
    padding: 0;
    color: var(--color2);
    opacity: .8;
    font-style: italic
}

.form-horizontal .form-group.index_0,
.form-horizontal .form-group.index_1,
.form-horizontal .form-group.index_2,
.form-horizontal .form-group.index_3,
.form-horizontal .form-group.index_5,
.form-horizontal .form-group.index_6,
/* .form-horizontal .form-group.index_7, */
.form-horizontal .form-group.index_8,
.form-horizontal .form-group.index_9 {
    margin: 5px 0;
    width: 50%;
    display: inline-block;
}

.form-horizontal .form-group.index_7 {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 30%;
    height: 7rem;
    margin: 0.3em 0 0.4em 15px !important;
    background: var(--color0);
    border: 0.1rem solid var(--color3);
    border-radius: var(--border-radius);
}
.form-horizontal .form-group.index_7 label.col-md-4{
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
    padding: 0 1.2rem !important;
}
.form-horizontal .form-group.index_7 div.col-md-8{
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    height: 100%;
    gap: 3em;
    padding: 0 1.2rem !important;
}
.form-horizontal .form-group.index_7 .radio{
    min-height: auto;
    padding-top: 0;
    font-weight: 400;
}
.form-horizontal .form-group.index_7 .radio input[type="radio"]{
    margin-left: -25px;
}


.form-horizontal .form-group .col-md-8,.form-horizontal .form-group .col-md-4 {
    width: 100% !important;
}

.index_11 label.control-label.col-md-4 {
    display: none !important;
}

.form-horizontal .form-group {
    margin-bottom: 4px;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,
.contact .formulaire input.btn-primary,
.contact a.btn.btn-default {
    text-align: center;
    font-family: var(--font_family_2);
    font-weight: 400;
    color: var(--color0);
    text-decoration: none;
    text-transform: uppercase;
    line-height: 2.3rem;
    font-size: 1.4rem;
    -webkit-user-select: none;
    user-select: none;
    -moz-user-select: none;
    border: none;
    border-radius: var(--border-radius);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    padding: 1.8rem 2.4rem;
    transition: all .3s ease-out 0s;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
    background: var(--color1);
}

.body-error404 a.btn.btn-default:active,
.body-error404 a.btn.btn-default:hover,
.contact .formulaire input.btn-primary:active,
.contact .formulaire input.btn-primary:hover,
.contact a.btn.btn-default:active,
.contact a.btn.btn-default:hover {
    background-color: var(--color2);
    color: var(--color0);
}

::-webkit-input-placeholder {
    color: var(--color2) !important
}

:-moz-placeholder {
    color: var(--color2) !important;
    opacity: 1 !important
}

::-moz-placeholder {
    color: var(--color2) !important;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: var(--color2) !important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 14.0rem;
    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:after,
.flex-seoContain .seo-form h2.h1:after {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background: var(--color3);
    border-radius: var(--border-radius);
}

.flex-seoContain .seo-form h2.h1:before,
.flex-seoContain .seo-content h1:before {
    display: none;
}

.img-seo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0 0
}

.gallery .description-galerie {
    padding: 0 0 4.0rem;
    text-align: left
}

.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: 1.0rem !important;
    padding-right: 1.0rem !important
}

.gallery .multiple .ligne-photos {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 3.0rem
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 2.0rem
}

.custom-object-fit {
    position: relative;
    background-size: cover;
    background-position: center center
}

.custom-object-fit img {
    opacity: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 76%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    -webkit-transform: translateZ(0);
    justify-content: center;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    position: relative;
    height: 100%;
    border-radius: var(--border-radius);
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: var(--color2) url(../images/ico-zoom.svg) no-repeat center center
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 1.0rem 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 1.0rem;
    padding: 0 1.5rem 0 0.5rem;
    position: relative;
    background: 0 0
}

.gallery .nav li::after {
    position: absolute;
    font-size: 2.0rem;
    right: 0;
    top: 1.8rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color1);
    border-radius: 0.5rem;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: 0 0;
    display: block;
    color: var(--color2);
    text-transform: uppercase;
    font-size: 1.4rem;
    font-family: var(--font_family_1);
    padding: 1.0rem;
    text-align: center;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: 0 0;
    color: var(--color1)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem
}

.gallery .tab-content h2 {
    padding-left: 1.5rem;
    margin-bottom: 2.0rem
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0 0
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 6.0rem;
    position: relative
}

.gallery .bas-galerie a.bouton-principal:after {
    content: '+';
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    right: 1.5rem;
    top: 1.0rem;
    font-size: 3.5rem;
    font-family: var(--font_family_2);
    display: block;
    line-height: 3.5rem
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 0.1rem
}

.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: 6.5rem;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(var(--color2), .1)
}

.header-sidebars .header-top {
    display: table;
    height: 6.5rem;
    width: 100%;
    background: var(--color0);
    box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(var(--color2), .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: 2.9rem;
    top: 1.0rem;
    max-width: 11vh;
}

.deploy-right-sidebar {
    border-left: 0.1rem #3f4183 solid;
    display: table-cell;
    background-color: var(--color2);
    height: 6.5rem;
    width: 6.5rem;
    background-position: center center
}

.deploy-right-mail {
    border-left: 0.1rem #3f4183 solid;
    display: table-cell;
    background-color: var(--color2);
    background-size: auto 49%;
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    right: 6.5rem;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color2);
    height: 6.5rem;
    width: 6.5rem;
    background-position: center 1.6rem;
    position: absolute;
    right: 13.0rem;
    top: 0
}

.sidebar-scroll-right {
    width: 27.5rem;
    overflow: auto !important;
    overflow-x: hidden !important;
    height: 100%;
    background-color: var(--color1);
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -28.0rem;
    top: 0;
    bottom: 0;
    width: 27.0rem;
    margin-right: 1.0rem;
    box-shadow: -0.2rem 0 0.2rem 0 rgba(var(--color2), .1)
}

.sidebar-header-left {
    height: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 7.5rem;
    position: absolute;
    top: -0.2rem;
    left: 0.8rem;
    margin-right: 17.9rem
}

.sidebar-right-logo {
    margin-left: auto;
    top: 0.9rem;
    right: 2.0rem;
    max-width: 19.0rem;
    float: right;
    max-height: 5.1rem;
    position: relative
}

.sidebar-divider-text {
    font-size: 2.0rem;
    padding-top: 1.5rem;
    padding-left: 2.0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    color: var(--color0) !important;
    background: rgba(var(--color2), .9);
    opacity: 0.7;
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.sidebar-bottom-controls p {
    margin-top: 0.3rem
}

.sidebar-bottom-controls a {
    font-size: 1.2rem;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 1.0rem;
    display: block
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 6.5rem;
    background-color: var(--color2);
    position: relative
}

.close-sidebar-right {
    height: 6.5rem;
    width: 6.5rem;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
    position: absolute !important
}

.right-sidebar-copyright {
    margin: 2.0rem 0
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 0.1rem;
    padding-left: 1.8rem;
    background: var(--color1);
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 4.2rem;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 24.1rem 2.62rem;
    background-repeat: no-repeat;
    background-size: 0.9rem auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 27.0rem;
    vertical-align: middle;
    line-height: 1.8rem;
    font-size: 1.6199999999999999rem;
    text-transform: uppercase;
    color: var(--color0);
    height: 6.0rem;
    padding-left: 2.9rem;
    text-decoration: none
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 2.0rem;
    font-size: 1.5rem;
    color: var(--color0);
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 2em;
    right: 2em;
    width: 4.4rem;
}

.remonter button {
    display: block;
    padding: 1.0rem 1.0rem 1.1rem;
    text-align: center;
    border: none;
    background: var(--color1);
    border-radius: var(--border-radius);
}

.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: 13.9rem;
    height: 13.9rem
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 6.0rem auto
}

.bg-optionnel-gris {
    background: var(--color3) url(../images/bg-optionel-gris.svg) repeat top center;
    background-size: 6.0rem auto
}

.deprecated-ie {
    text-align: center;
    color: var(--color2);
    background: #eee
}

.deprecated-ie p {
    line-height: 3.0rem;
    margin: 0
}

.deprecated-ie a {
    line-height: 3.0rem;
    font-family: "Trebuchet MS", Helvetica, arial, sans-serif;
    font-size: 1.3rem;
    color: var(--color2);
    text-decoration: underline
}

.icones {
    width: 3.2rem;
    margin: 1.6rem 0 0 1.6rem;
    height: 3.2rem;
    fill: var(--color0)
}

.remonter .icones {
    fill: var(--color0);
    margin: 0 0 -0.5rem;
    width: 2.5rem;
    height: 2.5rem
}

.btn-partage .icones {
    width: 1.7rem;
    margin: 0;
    height: 1.7rem;
    padding: 0;
    position: relative;
    fill: var(--color0);
}

.btn-partage .btnp:hover .icones {
    fill: var(--color3)
}

.tete .tel_info .tel .icones {
    fill: var(--color0);
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 0.7rem -0.4rem 0
}

.tete .d_devis .icones {
    fill: var(--color0);
    width: 1.6rem;
    height: 2.4rem;
    margin: 0 0.7rem -1.0rem 0
}

.tete .d_devis a:hover .icones,
.tete .tel_info .tel:hover .icones {
    fill: var(--color3)
}

.news .detail_actu-img {
    width: 100%;
    float: none
}

.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: 1.5rem 3.0rem;
    color: var(--color1);
    text-decoration: none;
    display: block;
    border: 1px solid var(--color3);
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase
}

.news_avant_apres a:focus,
.news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -0.5rem
}

.news_avant_apres a:focus b,
.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,
.navButtons:visited {
    padding: 0 0 1.0rem;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block;
    font-weight: 700
}

.news_avant_apres a:focus span,
.news_avant_apres a:hover span {
    color: var(--color2);
    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(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow: scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 1440px) {
    :root {
        /* --taille_font: clamp(12px, 0.8vw, 16px); */
    }

    /* .h1,
    h1 {
        font-size: 2.5rem;
    } */

    .atouts .picto i {
        font-size: 3rem;
    }

    .pageTitle strong {
        font-size: 3rem;
    }

    .callTracker a,
    .callTracker span {
        min-width: 14.5rem;
    }

    .tete .before-menu .d_devis a,
    .tete .before-menu .tel_info .tel {
        font-size: 1.4rem;
    }

}

@media (max-width: 991px) {

    .banniere:after {
        background: linear-gradient(rgb(var(--color5_rgb), 0.8) 0, rgb(var(--color5_rgb), 0.71) 13%, rgb(var(--color5_rgb), 0.5) 65%, rgb(var(--color5_rgb), 0) 100%);
    }

    .slogan {
        display: none;
        top: 50%;
        width: 100%;
    }

    .slogan .titre {
        font-size: calc(var(--taille_font) * 1.6);
    }
    
    .slogan .sous-titre {
        width: 100%;
        font-size: calc(var(--taille_font) * 1.4);
    }

    .pageTitle {
        padding: 6.0rem 1.0rem;
    }

    .pageTitle strong {
        font-size: 2.1rem;
    }

    .img-seo img {
        width: 100%;
        height: auto;
    }

    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .block-texte {
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 1fr;
    }

    /* .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        bottom: 1.1rem;
        opacity: .5;
        position: relative;
        font-size: 0
    } */

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 0.5rem
    }

    .container {
        max-width: none;
        width: auto
    }

    .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: 14.0rem;
        top: 0.1rem;
        right: 0.1rem;
        margin-right: 0 !important
    }

    .contact .formulaire .form-group input.btn-primary {
        margin-top: 0.8rem
    }

    .body-contact .contact {
        padding: 1em 0;
    }

    .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
    }

    .body-page-1 .fluid-contenu .corps {
        padding: 0 3% 2.0rem !important;
    }

    .block-texte h1,
    .block-texte .h1 {
        margin-top: 3em;
        margin-bottom: 2em;
    }

    .block-texte .cell-article,
    .block-texte .cell-banniere {
        display: flex;
        padding: 0
    }

    .block-texte .cell-article .page-contenu {
        padding: 0 1em;
        height: auto;
        max-height: 50vh;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
    }

    .block-texte .cell-article .bouton-principal {
        margin: auto;
    }

    .actualites-contain {
        padding: 1em 0;
    }

    .pied .bande1 {
        padding: 0 10% 7.0rem
    }

    .prestation .cell.texte .contenu,
    .prestation:nth-child(even) .cell.texte .contenu {
        /* padding: 5.0rem 10%; */
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 5.0rem 7% 3.0rem
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0 !important
    }

    .gallery .description-galerie {
        padding: 0 0 4.0rem;
        text-align: left
    }

    .zone {
        text-align: center
    }

    .intervention .contain {
        grid-template-columns: 1fr;
        grid-template-rows: 1fr 6.5fr;
    }

    .intervention .description {
        left: 50%;
    }

    .intervention .description:before {
        display: none;
    }

    .actualites .cell.texte .content {
        margin-bottom: 2em;
    }

    .actualites article {
        grid-template-columns: 1fr;
        grid-template-rows: 0.5fr 1fr;
    }

    .actualites a.bouton-principal {
        margin: 0.5em;
    }

    .services-home .contenu-services,
    .services-home .imgs-services {
        padding: 2.0rem 0
    }

    .btns-swiper-services {
        top: 101%;
        right: 50%;
    }

    .contact-contain,
    .prestation-contain {
        width: 100%;
        padding: 0 2.0rem
    }

    .news .contenu-article {
        padding: 0 5%;
    }

    .body-news a.bouton-principal {
        padding: 1.3rem 2em 1.3rem 3.5em !important;
    }

    .banniere {
        position: relative;
        width: 100%;
        height: 37vh;
    }

    .oneImg-service:after {
        display: none;
        padding: 0
    }

    .bande-form {
        padding: 4em 5%;
    }

    .intervention .contenu:before {
        bottom: 0em;
        right: -1.5em;
        width: 100%;
        height: 92%;
    }

    .atouts,
    .body-page-1 .block {
        background-image: url('/images/header/small/header_accueil.jpg');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }

    .body-page-1 .block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(190deg, rgba(var(--color2_rgb), .6) 30%, rgba(var(--color2_rgb), 1) 95%);
        backdrop-filter: blur(7px);
        z-index: 0;
    }

    .atouts .swiper-button-prev {
        left: -1%;
    }

    .atouts .swiper-button-next {
        right: -15%;
    }

    .AvisClientsBg .bx-prev,
    .AvisClientsBg .bx-next {
        width: 25px;
    }

    .AvisClientsBg .bx-prev {
        left: -8vw;
    }

    .AvisClientsBg .bx-next {
        right: -8vw;
    }

    .atouts p.legend {
        font-size: calc(var(--taille_font) * 1);
    }

    .form-horizontal .form-group.index_0,
    .form-horizontal .form-group.index_1,
    .form-horizontal .form-group.index_2,
    .form-horizontal .form-group.index_3,
    .form-horizontal .form-group.index_5,
    .form-horizontal .form-group.index_6,
    /* .form-horizontal .form-group.index_7, */
    .form-horizontal .form-group.index_8,
    .form-horizontal .form-group.index_9 {
        width: 100%;
    }
    .form-horizontal .form-group.index_7 {
        width: 89%;
        margin: 0.3em 15px 0.4em 15px !important;
    }

    .form-horizontal .form-group.index_7 label.col-md-4 {
        width: 40% !important;
    }
    .form-horizontal .form-group.index_7 div.col-md-8 {
        width: 40% !important;
    }
        

}

@media (max-width: 767px) {
    .pad-xs {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .pad-xs-l {
        padding-left: 1.5rem !important
    }

    .pad-xs-r {
        padding-right: 1.5rem !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
    }

    .h1,
    h1 {
        font-size: calc(var(--taille_font) * 1.6);
        /* line-height: 2.2rem */
    }
    
    .titre-secondaire {
        font-size: calc(var(--taille_font) * 1.1);
    }

    .fluid-contenu .corps,
    .body-pageseo .fluid-contenu .corps {
        padding: 2.0rem 1.5rem 4.0rem !important;
        /* padding: 0 !important; */
    }

    .recup-photos .col-md-4 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important
    }

    .recup-photos {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .recup-photos .propor {
        margin-bottom: 0.5rem
    }

    .certifs {
        display: block
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 3.0rem 1.5rem 4.0rem
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        border-top: 0.2rem solid var(--color4)
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 18.0rem
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 3.0rem 1.5rem 4.0rem
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 0.5rem !important;
        padding-right: 0.5rem !important
    }

    .realisations {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .realisations .propor {
        margin-bottom: 0.5rem
    }

    .AvisClientsBg .contenu,
    .realisations .contenu {
        padding: 3.0rem 1.5rem 4.0rem
    }

    a.bouton-principal,
    button.bouton-principal {
        padding: 1.3rem 4.0rem 1.3rem 2.0rem
    }

    .block-texte .cell-article a.bouton-principal {
        padding: 1.3rem 0;
    }

    .intervention .description {
        width: 100%
    }

    .intervention .contenu {
        padding: 4.0rem 1.5rem 5.0rem
    }

    .intervention .zone {
        width: 100%;
        height: 30.0rem;
        position: static;
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain
    }

    .AvisClientsBg {
        padding: 0
    }

    .pied .bande1 {
        padding: 3.0rem 1.5rem
    }

    .pied .btn-like {
        padding: 0 0 1.5rem;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 2.0rem 0 0
    }

    .body-contact .fluid-contenu .corps,
    .body-gallery-4 .fluid-contenu .corps {
        padding: 3.0rem 0 0
    }

    .contact .tab-coordonnes {
        display: block
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 1.5rem 3.0rem
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        display: none;
    }

    .contact .plan .block #googlemapapi,
    .contact .plan iframe {
        height: 25.0rem !important
    }

    .contact .tab-formulaire {
        display: block
    }

    .contact .tab-formulaire .cell.gauche {
        display: none
    }

    .contact .tab-formulaire .cell.droite {
        display: block;
        vertical-align: top;
        width: 100%;
        border-bottom: 0.2rem solid var(--color4)
    }

    .contact .tab-formulaire .cell.droite .contenu {
        padding: 3.0rem 1.5rem
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 1.5rem 2.0rem
    }

    .actualites,
    .prestation {
        display: block;
        padding: 1.5rem 0;
    }

    .prestation {
        /* padding-top: 0; */
    }

    .actualites .cell.photo,
    .prestation .cell.photo {
        display: block;
        width: 100%;
        height: 25vh;
    }

    .actualites .cell.texte,
    .prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,
    .prestation .cell.texte .contenu {
        padding: 3.0rem 1.5rem
    }

    .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: 0.5rem !important;
        padding-right: 0.5rem !important
    }

    .gallery .ligne-photos {
        margin-left: -0.5rem !important;
        margin-right: -0.5rem !important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 1.0rem
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0
    }

    .gallery .description-galerie {
        padding: 0 0 4.0rem;
        text-align: left
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news .detail_actu-img {
        width: 100%;
        float: none
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        float: none
    }

    .banniere {
        position: relative;
        width: 100%;
        height: 25vh;
    }

    .services-home:after {
        /* display: none */
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 0.5rem
    }

    .news_avant_apres,
    .news_avant_apres>div {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important
    }

    .pad-sm-l {
        padding-left: 1.5rem !important
    }

    .pad-sm-r {
        padding-right: 1.5rem !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
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 24.0rem
    }

    .h1,
    h1 {
        font-size: 2.6rem;
        line-height: 2.6rem
    }

    .titre-secondaire {
        font-size: 2.3rem;
        line-height: 2.4rem
    }

    .gallery .description-galerie {
        padding: 0 0 4.0rem;
        text-align: left
    }

    .contact .tab-coordonnes .cell.droite {
        width: 50%
    }

    .contact .tab-coordonnes .cell.gauche {
        width: 50%
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .gallery .description-galerie {
        padding: 0 0 4.0rem;
        text-align: left
    }

    .body-error404 a.btn.btn-default,
    .contact .formulaire input.btn-primary,
    .contact a.btn.btn-default {
        padding: 1.6rem 2.0rem;
        font-size: 1.2rem
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 0.8rem;
        float: none
    }

    .fixed-menu.header {
        padding: 0 2%
    }
}

.infinite-scroll .chargement {
    background: rgba(var(--color2), 0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 3.2rem;
    left: 50%;
    margin-left: -1.6rem;
    position: absolute;
    width: 3.2rem
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 1.2rem;
    position: relative;
    display: block !important;
    top: -4.5rem;
    opacity: 0 !important;
    margin: 0 !important;
    height: 1.0rem !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%
    }
}

