:root {
    --color0: #fff;
    --color1:  #1c51a1;
    --color2: #06a6df;
    --nuanceColor1: #929496;
    --color3: #3b3b3d;
    --color4: #fff;
    --bg-facultatif: #fff;
    --bg-facultatif2: #f4f7f7;
    --font_family_5: 'Jost-Regular';
    --font_family_1: 'Outfit-Regular';
    --font_family_2: josefinsans-semibold;
    --font_family_3: 'Outfit-Bold';
    --font_family_4: 'Outfit-Regular';
    --border-radius: 10px;
    --border-radius2: 20px;
    --radius: 10px;
    --taille_font: .95vw;
}.gui {
	position: absolute;
	top: -45px;
	right: 40px;
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #d6ebf5;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.10);
}.services .row.description-galerie.clear {
    column-count: 2;
    column-gap: 2%;
}a.btnrs.btn-facebook svg.picto {
    fill: #3b5998;
}

a.btnrs.btn-linkedin  svg.picto {
    fill: #0e76a8;
}

a.btnrs.btn-whatsapp  svg.picto {fill: #25d366;}

a.btnrs.btn-googlereviews svg.picto  {
    fill: #EA4335;
}
.header-x.hidden-xs.hidden-sm a {
    color: var(--color0);
}
.gui img {
    width: 69%;
}
.flex { display: flex;}
.effet {
    position: absolute;
    background: white;
    width: 12%;
    height: 11vh;
    bottom: 0;
    z-index: 100;
    right: 0;
    grid-area: 1 / 1;
    background-color: #ffffff;
    padding: clamp(1.875rem, 1.6672rem + 0.694vw, 2.5rem) clamp(1.5rem, -0.3571rem + 2.9018vw, 3.125rem) clamp(1.5rem, 0.7143rem + 1.2277vw, 2.1875rem);
    border-radius: var(--border-radius2) 0 0 0;
    z-index: 2;
    right: 0;
}
.effet:before { content: ''; background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 98%, #ffffff); width: 30px; height: 30px; position: absolute; top: -30px; right: 25%; }
.effet:after {content: '';background-image: radial-gradient(circle farthest-side at 2% 0%, transparent 98%, #ffffff);width: 30px;height: 30px;position: absolute;bottom: 5px;left: -29px;}
.h1 b:before {/* content: ""; */position: absolute;left: 0;top: 1vh;width: 33px;height: 5px;transform: translateY(-50%);background: linear-gradient(to right, #1d51a1 0 5px, transparent 5px), linear-gradient(to right, #1d51a1 0 100%);background-repeat: no-repeat;background-size: 33px 5px, 33px 1px;background-position: 0 0, 0 51.5%;}
.h1 b:after {/* content: ""; */position: absolute;right: 0;top: 50%;width: 33px;height: 5px;transform: translateY(-50%);background: linear-gradient(to left, #1d51a1 0 5px, transparent 5px), linear-gradient(to left, #1d51a1 0 100%);background-repeat: no-repeat;background-size: 33px 5px, 33px 1px;background-position: 0 0, 0 51.5%;}
header.hide-print.tete.hidden-xs.hidden-sm.fixed {height: auto;z-index: 80009;}

.header-x {
    float: left;
    background: #072045;
    padding: 1px 11vh;
    height: 5vh;
    display: flex;
    place-content: center space-between;
    align-items: center;
    flex-wrap: wrap;
    transition: 400ms;
    font-size: var(--taille_font);
    z-index: 100;
    position: relative;
    width: 100%;
}
div#gtx-trans {
    display: none !important;
}
.fixed .header-x {
    display: none;
}
.loader-wrapper {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: var(--color0);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    border: 3px solid var(--color1);
    border-top: 3px solid #cecfd0;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.body-page-1 .cta.nkk.hidden-sm.hidden-xs {
}
 .contenairNK {
   
display: flex;
   
gap: 2vw;
   
align-items: center;
   
height: 100%;
   
position: relative;
   
justify-content: center;
   
/* margin-top: 2vw; */
}

.flexNK {
     /* Ajuste la largeur des colonnes selon les besoins */
     display: flex;
     align-items: center;
     flex-direction: column;
     justify-content: center;
     transform-origin: center;
     transform: translateY(0);
     width: 33%;
     background-color: #f9f9f9;
     padding: clamp(1.875rem, 1.75rem + 0.625vw, 2.5rem);
     border-radius: var(--border-radius2);
     transition: 375ms 
cubic-bezier(0.7, 0, 0.3, 1);
     position: relative;
     height: 100%;
}

.flexNK:hover {
    transform-origin: center;
    transform: translateY(5px);
    transition: .4s ease;
}

.flexNK a {
    text-decoration: none !important;
    display: block;
    width: 100%;
}
.picto1{
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1vw;
    height: 100%;
    width: 100%;
    padding: 1em;
    transform-origin: center;
    transform: translateY(0);
    transition: .4s cubic-bezier(.7,.66,.76,-0.26);
    justify-content: flex-start;
}

.picto1 span {
    margin-top: 1em;
    font-size: calc(var(--taille_font) * 2 );
    color: var(--color1);
    text-decoration: none  !important;
    font-family: var(--font_family_5);
}
.picto1 img {
    width: inherit !important;
    height: initial !important;
    display: block;
    width: 4vw !important;
    height: 4vw !important;
    position: relative !important;
    /* filter: invert(1); */
}
header .fixedMenu .tel-header {
    padding: 1.5rem 0 2.0rem
}.menu_principal a i {
    margin-left: 3px;
}
p.tel-header.callTracker {
    margin-left: 10px;
    margin-bottom: initial;
    margin-right: 10px;
    position: relative;
    z-index: 1000;
}
header .tel-header .t_affiche {
    width: 3.852rem;
    height: 3.852rem;
    display: flex;
    font-size: 0;
    opacity: 1!important;
    min-width: auto;
    border-radius: 50%;
    background: var(--color1);
    justify-content: center;
    align-items: center;
}
header.hide-print.tete.hidden-xs.hidden-sm.fixed .tel-header .t_affiche {
    width: 3.852rem;
    height: 3.852rem;
    font-size: 0;
    display: flex !important;
    opacity: 1!important;
    min-width: auto;
    border-radius: 50%
}


header .tel-header.callTracker .t_phone {
    color: var(--color0);
    background: var(--color2);
    text-align: center;
    position: absolute;
    line-height: normal;
    height: auto;
    padding: 0.5rem;
    top: 6.2rem;
    border-radius: 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 12.5rem;
    right: 50%;
    margin-right: -6.5rem;
    min-width: auto;
    font-size: 1.5rem
}
.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block;
}
.callTracker .t_phone {
    opacity: 0;
    display: none;
}
header .callTracker span, header .callTracker a {
    top: 0.5rem;
}
header .tel-header .icones {
    width: 19px;
    height: 19px;
    display: flex;
    fill: var(--color0);
    justify-content: center;
    align-items: center;
    margin-right: 0;
}
header.hide-print.tete.hidden-xs.hidden-sm.fixed .tel-header .icones {display: flex;}
header .fixed .tel-header.callTracker .t_phone {
    top: 6.8rem
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.2rem 1.6rem;
    left: 50%;
    border-color: transparent transparent var(--color2);
    margin-left: -1.3rem
}

header .callTracker span,header .callTracker a {
    top: 0.5rem;
}

header .callTracker .t_affiche:hover {background: var(--color2);}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}
/***/
span.svg {
    position: absolute;
    right: 1vw;
    height: 52px;
    width: 52px;
    line-height: 52px;
    fill: var(--color0);
    display: flex;
    text-align: center;
    transition: 0.3s;
    color: var(--color0);
    background-color: var(--color1);
    margin-right: 0;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    align-content: center;
}

/* Styles généraux */
.atoutLeft {
    margin: 30px 0;
}
.atoutLeft h2.h1 {
    font-size: 2.2em;
    margin-bottom: 20px;
}
.atoutLeft .titre-secondaire {
    display: block;
    font-size: 1.1em;
    margin-top: 5px;
}

/* Accordion panels */
.panel-default {
    border: none;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

/* Panel heading */
.panel-heading {
    background: #ffffff;
    padding: 0;
    cursor: pointer;
    border-radius: 51px;
    position: relative;
    transition: background 0.3s;
}
.panel-heading:hover {
    background: var(--color1);
}

/* Panel title */
.panel-title a {
    padding: 3vh 2vw;
    color: #333;
    text-decoration: none;
    display: flex;
    position: relative;
    padding-right: 30px;
    align-items: center;
    justify-content: space-between;
}



/* Rotate chevron when open */
.panel-collapse.in + .panel-heading a:after,
.panel-heading.active a:after {
    transform: translateY(-50%) rotate(-180deg);
}

/* Panel body */
.panel-body {
    background: #fff;
    padding: 20px;
    color: #555;
    line-height: 1.6;
    font-size: 1em;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
}


.panel-group .panel.panel-default {
    box-shadow: 0 0 0px rgba(0, 0, 0, 0);
}
/* Responsive */
@media (max-width: 767px) {
    .panel-title a {
        font-size: 1.1em;
    }
    .panel-body {
        padding: 15px;
    }
}


.panel-title a {
}

h4.panel-title {
    font-size: calc(var(--taille_font) * 1.4);
}
.panel.panel-default.active.aos-init.aos-animate {}

.panel.active .panel-heading span.svg, .panel-heading:hover  span.svg {
    color: var(--color1);
    background-color: var(--color0);
    fill: var(--color1);
    transition: all .4s 
ease;
}

.panel.active .panel-heading span.svg svg, .panel .panel-heading:hover span.svg svg {
    transform: rotate(
0deg);
    fill: var(--color1) !important;
}

h4.panel-title a:hover {
    text-decoration: none;
}

.panel-heading:hover a {
    color: var(--color0);
}
span.svg svg {
    transform: rotate(
47deg);
    fill: var(--color0);
    transition: all .4s 
ease;
}

.panel.active .panel-heading {
    background: var(--color1);
    color: var(--color0);
}

.panel.active .panel-title a {
    color: var(--color0);
    text-decoration: none;
}

/* Chevron rotation (déjà inclus mais adapté) */
.panel.active .panel-title a:after {
    transform: translateY(-50%) rotate(-180deg);
}

/*************/
  .stp-list p {
            display: none; /* Hide all <p> elements initially */
            opacity: 0.7;
            font-family: var(--font_family_1);
            font-size: var(--taille_font);
            color: var(--color3) !important;
        }
        .stp-list .listAB {
            cursor: pointer; /* Change cursor to pointer to indicate clickability */
        }
        
        .stp-list span{
        display:flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 0.2em;
        padding-top: 0.2em;
    }

.stepsAB {
    display: flex;
    flex-direction: row-reverse;
    padding: 2em 10% 2em;
    overflow: hidden;
    justify-content: space-between;
    position: relative;
    /* background-color: var(--color0); */
    /* gap: 40px; */
    /* padding-left: 0; */
}

.stepsAB.stepsAB2 {
    padding-top: 5em;
    flex-direction: row-reverse;
    padding-right: 0;
    padding-left: 10%;
    padding-bottom: 10em;
}

.stepsAB.atoAB {
    padding-bottom: 6em;
}

.stepsAB:before {content: "";position: absolute;width: 316px;height: 648px;background-image: url(../images/bg-2.png);background-size: 100%;background-repeat: no-repeat;right: -90px;top: 51px;/* opacity: 0.7; *//* transform: scaleX(-1); */}

.stepsAB2:before {
    transform: scaleX(-1);
    right: unset;
    left: -90px;
    top: 8px;
}

.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible;
}

.stepsAB.atoAB {
    flex-direction: row-reverse;
}

.serviceimg img {
    border-radius: 15px;
}

.serviceimg {
    float: right;
    margin: 0 0 1vh 4vw;
}

.stepsAB2 .stp-bg:after {
 content: "";
 position: absolute;
 width: 210px;
 height: 240px;
 border: 2px solid var(--color1);
 left: -25px;
 /* bottom: 30px; */
 z-index: -1;
 top: -25px;
 opacity: 1;
}

.stp-txt {
    width: 50%;
    padding: 4em 4%;
    position: relative;
    /* padding-left: 0; */
}

.atoAB .stp-txt:before {
    left: -100%;
    top: -70px;
    rotate: 338deg;
}

.atoAB .stp-txt {
    padding-left: 0;
    /* padding-right: 0%; */
}


.stp-txt h2 {
    text-align: left;
    /* text-transform: none; */
    margin-top: 0;
    margin-bottom: 40px;
    line-height: 45px;
}

.stp-txt h2:before {
    left: 0;
    margin: 0;
    opacity: 0;
}

.stp-txt h2:after {
    display: none;
}

.stp-txt .stp-list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 1.3em;
}

.stp-list span:hover i {
    /* color: var(--color1); */
    /* background-color: transparent; */
}

.stp-list span {
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font)*1.2);
    transition: all .3s ease;
}

.stp-list span:hover {
    color: var(--color1) !important;
}

.stp-list span div {
    color: var(--color1);
    font-size: 20px;
    font-family: var(--font_family_2);
}

.stp-list span div p {
    color: var(--color3);
    font-size: 15px;
    font-family: var(--font_family_1);
}

.at-img {
    width: 45px;
    margin-right: 20px;
    filter: invert(64%) sepia(58%) saturate(7047%) hue-rotate(279deg) brightness(103%) contrast(104%);
}

.stp-list i {
    height: 1.7vw;
    width: 1.7vw;
    min-height: 1.7vw;
    min-width: 1.7vw;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.4vw;
    color: var(--color1);
    margin-right: 10px;
    border: 2px solid var(--color1);
    transition: all .3s ease;
}


.stp-bg-p {
    width: 50%;
    height: auto;
    border-radius: var(--border-radius);
    /* overflow: hidden; */
}

.stp-bg {
    /* width: 55%;
    height: auto; */
    height: 100%;
    width: 100%;
    /* background-image: url('../images/att.jpg'); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    /* filter: grayscale(1); */
    transition: all .3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stp-bg img {
    width: 25vw;
}

.stepsAB2 .stp-bg {
    background-image: url('../images/at2.jpeg');
}

.atoAB .stp-bg {
    background-image: url(../../../images/galerie/medium/projet-vue-terrasse.jpg);
}

.stp-bg:hover {
    filter: none;
}


.stp-bg-pAtt{
    height: 440px;
    width: 20%;
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%;
}

/***/
.gallery.node-2 .row.description-galerie.clear {
    width: 50%;
}

.bloc1 {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 16px;
}

.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type , .corps .seo-content h2:first-of-type , .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font) + .2rem);
    border: none;
    font-weight: 700;
    z-index: 1;
    color: var(--color4);
    font-family: var(--font_family_1);
    letter-spacing: 1px;
}

.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(--color2);
    width: 100%;
    height: 100%;
    opacity: 0.7;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--radius);
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}

.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

body,html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

a img {
    border: none
}

img {
    max-width: 100%;
    object-fit: cover
}

ul {
    list-style-position: inside;
    list-style-type: none;
    list-style-image: none
}

ol li,ul li {
    padding-left: 0;
    position: relative
}

ul li:before {
    display: inline-block;
    content: "\f054";
    position: absolute;
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    left: -15px;
    font-size: 11px;
    color: var(--color2);
    top: 5px;
    width: 9px;
    height: 16px;
}

footer ul li:before {
    color: var(--color2);
}

ol li::marker {
    color: var(--color1)
}

ol li.niveau2,ul li.niveau2 {
    margin-left: 30px
}

dir,menu {
    padding-left: 15px
}

blockquote p {
    font-size: inherit
}

table,table td,table th {
    /* font-size: inherit; */
    border: 1px solid #7c7c7c
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

article.page.clear.node-1 .h1 {
    text-align: left;
    margin: 0 0 1.4vw;
}

article.page.clear.node-1 .h1:before {
    left: 0;
    margin: 0;
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}
.flexbloc {
    padding: 0 3vw;
}
.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0);
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.flexbloc .tab-gallery {
    padding: 10vh 6vw;
    opacity: 1;
    margin: 0 0 0;
    direction: inherit !important;
}

.flexbloc div#gallery-0, .flexbloc div#gallery-3 {
    background: var(--color1);
    color: var(--color0);
}
.flexbloc div#gallery-0 .h1 {
    color: var(--color0);
}

.flexbloc div#gallery-0 .titre-secondaire, .flexbloc div#gallery-0 h2, .flexbloc div#gallery-0 h3, .flexbloc div#gallery-0 h4 {
    color: var(--color0);
    opacity: .5;
}

.flexbloc div#gallery-0 .h1 b:before {
    background: linear-gradient(to right, #ffffff 0 5px, transparent 5px), linear-gradient(to right, #ffffff 0 100%);
    background-repeat: no-repeat;
    background-size: 33px 5px, 33px 1px;
    background-position: 0 0, 0 51.5%;
}

.h1 b:before {}

.flexbloc div#gallery-0 h2.h1 {
    opacity: 1;
}

.flexbloc div#gallery-0  .h1 b:after {
    background: linear-gradient(to left, #ffffff 0 5px, transparent 5px), linear-gradient(to left, #ffffff 0 100%);
    background-repeat: no-repeat;
    background-size: 33px 5px, 33px 1px;
    background-position: 0 0, 0 51.5%;
}
.flexbloc .cell h3 {
    font-size: calc(var(--taille_font) * 1.5);
    margin: 1vh 0px 0vh;
    position: relative;
    width: 100%;
    padding: 0px 0px 2vh;
}

.flexbloc .cell h3::before {
    content: "";
    width: 2.7vw;
    height: 2px;
    background: var(--orange2);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.flexbloc div#gallery-2 {
    line-height: 1.8;
    position: relative;
    border: 0px;
    background: var(--orange);
    font-family: var(--font_family_3);
    text-align: center;
    font-size: var(--h1-size);
}

.flexbloc div#gallery-2 h3:first-of-type {
    display: none;
}

.flexbloc div#gallery-2 .cell::before {
    color: rgba(255, 255, 255, 0.5);
    left: 50%;
    content: "❞";
    font-size: calc(var(--font-title) * 2);
    height: 130px;
    line-height: 130px;
    margin-left: -65px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px;
    top: 0px;
    width: 130px;
}


.gallery.node-2 {
    display: flex;
    gap: 1%;
    flex-direction: row;
    flex-wrap: wrap;
}

.gallery.node-2 .retrait {
    display: flex;
    gap: 3%;
    width: 50%;
}

.col-md-2.col-sm-4.enca1 {}
.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: 1px;
    margin: -.5em 0;
    padding: 0;
    color: var(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color3);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color4);
    line-height: 1.4em;
    overflow-x: hidden;
}

.bloc-item {
    width: 33vw;
    text-wrap: balance;
    min-height: 10vh;
    border-right: 1px solid #eccc1f;
    margin: 0vh 0vw;
    background: var(--bg-facultatif);
    padding: 1vw;
    text-align: right;
    position: relative;
}

.bloc-item:nth-child(even) {
    position: relative;
    transform: translateX(33vw);
    background: #eccc1f14;
    border-left: 1px solid #eccc1f;
    text-align: left;
}

.bloc-item:nth-child(even):before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color1);
    left: -5.5px;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    border-radius: 50%;
}

.bloc-item span {
    color: var(--color4);
    font-family: var(--font_family_2);
    font-size: 1.2vw;
}

.objectif,.parcours {
    padding: 5% 0%;
}

.objectif {
    text-align: center;
}

.objectif .container, .parcours .container {
    width: 100%;
}

.parcours .container {
    position: relative;
    transform: translate(8vw);
}

body.body-gallery.body-gallery-2 .r-text {}

.mySwiper.swiper-container-horizontal {
    overflow: hidden;
}

.atout-item_icon {
    display: none;
}

.atout-item__content p {
    font-size: .9vw;
}

.respAB {
    padding: 2em 10% 0em;
    /* background-color: var(--bg-facultatif); */
}

.respAB span {
    text-align: center;
}

.txtFrm {
    display: flex;
    align-items: center;
    gap: 2em;
    padding-top: 3em;
}

.txtFrm span {
    width: 60%;
}

.blcForm {
    padding: 3em 10% 5em;
}

.listAB {
    display: flex;
    align-items: flex-start;
}

.map-footer {
    position: relative;
    display: flex;
    height: 40vh;
}

.map-footer iframe {
    display: flex;
    height: 100%;
    width: 100%;
}

label.checkbox.label-rgpd {line-height: 1.2;}
.contact .formulaire .form-group .col-md-12 {
    padding: 0;
}

.map-inter {
    background: white;
    position: relative;
}

.services-container.services-flex {
    display: grid;
    grid-gap: 1em;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 25vh 25vh 25vh 25vh;
    grid-template-areas:
        "item1 item2 item3"
        "item1 item4 item3"
        "item5 item4 item7"
        "item6 item6 item8";
    width: 100%;
}
.services-container.services-flex .service-item {
  /* height: 25vw; */
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.services-container.services-flex .service-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, black, transparent);
    z-index: 1;
    opacity: 0.8;
}

.services-container.services-flex .service-item .service-desc {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: left;
    padding: 1.7vw 1.5vw;
    text-shadow: 0 0 9px BLACK;
    z-index: 9;
}

.services-container.services-flex .service-item .service-desc a {
    color: var(--color0);
    text-decoration: none;
    font-size: 0.7vw;
    text-transform: uppercase;
    letter-spacing: 0.1vw;
}

.services-container.services-flex .service-item .service-desc a:hover {
    letter-spacing: 0;
}

.services-container.services-flex .service-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.services-container.services-flex .service-item * {
  transition: all ease-in-out 0.4s;
}

.services-container.services-flex .service-item .service-desc h2 {
    color: white;
    font-size: 1.2vw;
    line-height: 1.2vw;
    letter-spacing: 2px;
    /* font-family: var(--font_family_1); */
}

.service-cont {
    height: 100%;
}

.services-container.services-flex .service-item:hover img {
  transform: scale(1.1);
  filter: brightness(0.8);
} 

/**********/
.r-img {
    width: 40%;
    /* border-radius: 3vw; */
    position: relative;
}
.propor.pic-2 {
    margin-top: 5vh;
}
.r-img .row {
    height: auto;
}
.propor.pic-2.active {
    margin-top: 0;
    transition: all .4s 
ease;
}

.propor.pic-1.active, .propor.pic-3.active {
    margin-top: 5vh;
    transition: all .4s 
ease;
}
.r-img img {
    background-blend-mode: soft-light;
    background-color: #000000;
    border-radius: var(--radius);
    height: 100%;
}

.r-text {
    width: 60%;
    position: relative;
    z-index: 1000;
}

article.page.clear.mCustomScrollbar {
    height: 55vh;
}

article.page.clear.node-2.mCustomScrollbar._mCS_2 {
    height: 80vh;
}

article.page.clear.node-1.mCustomScrollbar._mCS_2 .mCustomScrollBox {
    max-height: 100% !important;
}
.r-flex:after {
    content: '';
    background: url(../images/bg.png) no-repeat right top;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: var(--border-radius2);
}
.r-flex {
    display: flex;
    gap: 5vw;
    flex-direction: row-reverse;
    align-items: flex-start;
    padding: 9vh 4vw;
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
    position: relative;
    z-index: 1000;
}

.images-f {
    width: 100%;
    position: relative;
    height: 100%;
    display: flex;
    gap: 2%;
}

@keyframes upDown {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.3)
    }
}

.row.r-flex {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 30px;
    position: relative;
}

.row.r-flex .col-md-5 {
    /* right: -40px; */
    top: 50px;
}

.images-f .propor {
    height: 80vh;
    z-index: 1;
    left: initial;
    right: 0;
    overflow: visible;
}

.r_name {
    font-size: 1vw;
    width: 35%;
    min-height: 10vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    position: absolute;
    background: var(--color1);
    right: -2vw;
    bottom: 10px;
    z-index: 9;
    color: var(--color4);
    display: none;
    text-align: left;
    font-family: var(--font_family_1);
    gap: 10px;
    line-height: initial;
    padding: 20px;
    border-radius: var(--border-radius);
    margin: 0;
}

.r_name:before {
    content: '';
    position: absolute;
    
    
    /*! border: 2px dashed #ffffff; */
}

.r_name span {
    position: relative;
    display: contents;
    font-size: 1.5vw;
    font-family: var(--font_family_2);
}



.propor.pic-1:after {
    content: '';
    position: absolute;
    height: 5vw;
    width: 5vw;
    background: url('../images/sparkler.svg') center no-repeat;
    bottom: -110px;
    left: 90px;
    background-size: contain;
    z-index: 4;
    padding-top: 0 !important;
}

/**********/
a,a:link,a:visited {
    color: var(--color1);
    /* text-decoration: underline; */
}

.sitemap a {
    color: #000;
}

.sitemap a:hover {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.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_2);
    /* letter-spacing: 2px; */
    font-weight: 500;
    line-height: 1.5;
    margin: 1vh 0;
}

.h1,h1 {
    line-height: 1.3;
    color: #000;
    text-align: left;
    font-size: calc(var(--taille_font) * 1.8);
    text-transform: inherit;
    margin-bottom: 3vh;
    position: relative;
    text-wrap: balance;
}

.h1:before,h1:before {
    /* content: ""; */
    width: 75px;
    background: var(--color3);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -37px;
    height: 1px;
}

.h2,h2 {
    font-size: calc(var(--taille_font) * 1.8);
}

.h3,h3 {
    font-size: calc(var(--taille_font) * 1.3);
}

h4 {
    font-size: calc(var(--taille_font) * 1.6)
}

h5 {
    font-size: calc(var(--taille_font) * 1.4)
}

h6 {
    font-size: calc(var(--taille_font) * 1.2)
}

.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;
    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
}
.actu {
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.actu a.imagecont.noflicker {
}
.titre-secondaire {
    position: relative;
    line-height: 1.2;
    /* padding: 0.4vw 0 0; */
    margin: 0;
    color: var(--color1);
    margin-bottom: 0;
    display: block;
    text-transform: math-auto !important;
    letter-spacing: 1px;
    font-family: var(--font_family_3);
}

.Atout-AT .atoutLeft h2.h1 span.titre-secondaire {
    text-align: left;
}
.prestation .full-link {
    position: absolute;
    inset: 0; /* top:0 right:0 bottom:0 left:0 */
    z-index: 5;
}.prestation:hover span.svg {
    color: var(--color1);
    background-color: #f4f7f7;
    fill: var(--color1);
    transition: all .4s 
ease;
}


.blocservice {}

.prestation:hover span.svg  svg {
    fill: var(--color1);
    transform: rotate(0deg);
}

.prestation:hover {
    background: #ffffff8f;
}
.prestation .cell.texte .contenu span.titre-secondaire {
    font-size: 20px;
}
.r-flex span.titre-secondaire {
    font-family: var(--font_family_3);
}

.r-flex .h1 {
}.page.clear.services .prestation:last-child {
    border-bottom: 0;
}
.r-flex .h1,.r-flex span.titre-secondaire {
    text-align: left;
    margin: 0 0 6vh 0px;
    text-transform: uppercase;
    position: relative;
    z-index: 100;
}
.h1 b {
    position: relative;
    padding: 0 0;
    display: inline-block;
    letter-spacing: 2px;
    font-size: var(--taille_font);
    width: auto;
    font-weight: normal;
}.blocservice {
}

.page.clear.services {
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
    padding: 3vh 2vw;
}

.r-flex .h1:before {
    left: 0;
    margin: 0;
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2);
    background-size: 60px auto
}

.hvr-shutter-out-horizontal {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0,0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background: var(--color1);
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    color: var(--color1);
}

.hvr-shutter-out-horizontal.dark {
    background-color: var(--color2);
    color: var(--color0)
}

.hvr-shutter-out-horizontal.active {
    background-color: var(--color1)
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transform: scaleY(0);
    transform-origin: 50% 100%;
    transition-property: transform;
    transition-duration: 0.5s;
    transition-timing-function: ease-out;
    /* background-color: var(--color1); */
    /* border-color: var(--color1); */
    color: white;
    opacity: 1;
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.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(--color4);
    background: var(--color2);
    opacity: 1;
    box-shadow: 10px 10px 30px #0000003d;
}

.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before {
        /* background: #080707; */
        /* border-color: #080707; */
        transform: scaleY(1);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.50);
}
button.bouton-principal.hvr-shutter-out-horizontal.temoignage-show-form-button.btn-avis {
    float: right;
}

p.bouton-principal, a.bouton-principal, button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_1);
    color: var(--color4);
    text-decoration: none;
    padding: 1vw 2vw;
    font-size: 0.9vw;
    text-transform: initial;
    border: 0;
    border-radius: var(--border-radius);
    overflow: hidden;
    line-height: 1.2vw;
    transition: .3s ease;
    min-width: fit-content;
}

a.bouton-principal.show-all-service {
    margin-top: 1em;
    background-color: var(--color1);
    width: fit-content;
}

a.bouton-principal.show-all-service:hover {
    background-color: var(--color4);
    border-color: var(--color4);
}

a.bouton-principal:after,button.bouton-principal:after {
    /* content: "\f105"; */
    right: 15px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
    -webkit-transform: translateY(-50%);
    font-weight: 700;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute
}

.btn-news a.bouton-principal,.btn-news button.bouton-principal,.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    /* text-align: center; */
    /* font-family: var(--font_family_1); */
    /* color: var(--color0); */
    /* text-decoration: none; */
    /* padding: 13px 20px; */
    /* font-size: 14px; */
    /* text-transform: uppercase; */
    /* border: 0; */
}

.btn-news a.bouton-principal:after,.btn-service a.bouton-principal:after {
    content: none
}

.btn-news a.bouton-principal::after,.btn-service a.bouton-principal::after {
    background-image: none
}

.body-page-1 .corps a.bouton-principal,.body-page-1 .corps button.bouton-principal {
    min-width: 7vw;
    margin: 2vw 0 0;
}

.body-page-1 .corps a.bouton-principal:hover {opacity: 1;box-shadow: 10px 10px 30px #0000003d;}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: relative;
    background: var(--color0);
    height: 17vh;
    padding: 1vh 4vw;
    display: flex;
    transition: all .3s ease;
    align-items: center;
    z-index: 9999;
    justify-content: center;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    background: var(--color0);
    border-radius: var(--radius);
    /* border-bottom: 1px solid #1010102b; */
    /* box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px; */
}

.tete .header .flex-logo {
    width: 20%;
}

.tete .header .flex-infos {
    width: 20%;
    height: 100%
}

.tete .logo-site {
    margin: 0
}

.tete .logo-site a {
    font-size: 15px;
    color: var(--color1);
    text-decoration: none;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus,.tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    height: auto;
    width: auto;
    padding: .4vw 0px;
    /* filter: brightness(0) invert(1); */
    transition: .3s ease;
}

.tete.fixed .logo-site a img {
    filter: none;
    width: auto;
    filter: initial;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap;
}

.fixed .btn-liens-rs .btnrs svg {
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 0.9vw;
    /* font-weight: 700; */
    color: var(--color4);
    padding: 0.6vw 1.1vw 0.7vw 1.4vw;
    margin: 0;
    background: var(--color1);
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
    /* display: none; */
    text-transform: initial;
    /* letter-spacing: .03vw; */
    line-height: initial;
    backdrop-filter: blur(5px);
    font-family: var(--font_family_1);
    /* text-shadow: -1px 1px 1px var(--color1); */
}

.fixed .infos .tel {
    /* color: var(--color3); */
    /* border: 1px solid var(--color3); */
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal a {
    color: var(--color0);
    text-align: center;
}

.cta {
    display: flex;
    flex-wrap: wrap;
    align-content: start;
    column-gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 1em 0;
    align-items: start;
    text-align: start;
}

.body-page1 .cta {
    justify-content: start;
}

.body-page-1 .cta {
    justify-content: center;
    margin: 2vw 0 2em;
}

.cta a.bouton-principal:after {
    display: none;
}
.body-page-1 .cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color1);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: inherit;
    /* border: 0; */
    border-radius: 7px;
    overflow: hidden;
    background-color: var(--color0);
    border: 1px solid rgb(255 255 255 / 26%);
    margin: 0 0 1vh;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color4);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: inherit;
    /* border: 0; */
    border-radius: 7px;
    overflow: hidden;
    background-color: var(--color2);
    border: 1px solid rgb(255 255 255 / 26%);
    margin: 0 0 1vh;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
}

.cta a.bouton-principal, .cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    /* font-size: 14px; */
    /* min-width: 213px; */
    background: var(--color1);
    backdrop-filter: none;
    border: 1px solid var(--color1);
    color: var(--color4);
    font-weight: lighter;
}

.cta a.bouton-principal:hover, .cta .tel-header:hover {opacity: 1;box-shadow: 10px 10px 30px #0000003d;background: var(--color2);transition: all .4s ease;border-color: var(--color2);}

a.bouton-principal.hvr-shutter-out-horizontal.hidden-sm.hidden-xs {}

.callTracker:not(.active) a:hover,.callTracker:not(.active):hover {
    /* color: var(--color0); */
}

.contact .callTracker:not(.active) a:hover, .contact .callTracker:not(.active):hover {
    color: black;
}

.tete .infos .tel a {
    color: inherit;
    text-decoration: none
}

.header-phone {
    display: inline-flex;
    align-items: center;
    justify-content: center
}

.header-phone .icones {
    margin: 0 8px 0 0;
    fill: var(--color1);
    width: 25px;
    height: 25px
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.sidebar-scroll-right .callTracker {
    width: 100%;
    height: 50px
}

.callTracker {
    position: relative
}

.callTracker a,.callTracker span {
    display: inline-block;
    text-align: left;
    min-width: 145px;
    padding: 0;
    /* -webkit-transition: all .5s ease; */
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    /* transition: all .5s ease; */
    height: 100%;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a,header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

header .callTracker.active .t_phone {
    text-align: center;
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

.coordonnees .callTracker a,.pied .callTracker a {
    position: relative;
    left: 0
}

.tete .infos .callTracker:not(.active) a:hover,.tete .infos .callTracker:not(.active):hover {opacity: 1;/* box-shadow: 10px 10px 30px #0000003d; */}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 1.875vw;
    height: 1.875vw;
    border-radius: 36px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    /* transform: rotate(360deg); */
    /* background-color: var(--color1); */
    opacity: .8;
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: flex;
    gap: 0.4vw;
}

.tete .header .flex-menuP {
    width: 89%;
}
.tete.fixed .header .flex-menuP {
    width: 80%;
}
.navh .menu_principal {
    margin: 0 auto;
    padding: 0;
    display: table
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 .5vw;
    background: 0 0
}

.navh .menu_principal>li:before {
    content: none
}

.navh .menu_principal>li:last-child {
    background: 0 0
}
.navh .menu_principal > li > ul {
  position: absolute;
  display: block;
  visibility: hidden;
  padding: 0;
  bottom: initial;
  left: 12px;
  min-width: 230px;
  width: auto;
  list-style: outside none;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  z-index: 99999;
  white-space: nowrap;
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-transform: translate(40px, 0px);
  transform: translate(40px, 0px);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  transition: all 500ms ease;
}
.navh .menu_principal > li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  -moz-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}


.navh .menu_principal > li ul li {
  display: block;
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
  padding: 0;
}

li.child.menu-item a:after {
    display: none;
}

li.child.menu-item:before {
    display: none;
}


.navh .menu_principal > li ul li:last-child {
  border: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.navh .menu_principal > li ul li a,
.navh .menu_principal > li ul li a:visited {
  height: auto;
  font-size: 15px;
  line-height: 1.2;
  padding: 10px 14px;
  display: block;
  color: var(--color0) !important;
  text-transform: none;
  background: none;
  margin: 0;
}

.navh .menu_principal > li ul li a, .navh .menu_principal > li ul li a:visited {
    color: white !important;
    background: var(--color2);
}

.fixed .navh .menu_principal > li ul li a, .fixed .navh .menu_principal > li ul li a:visited {
    color: var(--color0);
}
.navh .menu_principal > li ul li a::before {
  display: none;
}

.navh .menu_principal > li ul li a:hover,
.navh .menu_principal > li ul li.active a {
  color: #fff !important;
  background: var(--color1);
}
.navh .menu_principal > li > ul li:before {
    display: none;
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    color: var(--color1);
    display: block;
    font-size: .95vw;
    padding: 1.2vw 0;
    font-weight: normal;
    text-decoration: none;
    font-family: var(--font_family_5);
    transition: all .4s ease;
    letter-spacing: 1px;
}

.navh .menu_principal .active a, .navh .menu_principal a:hover {
    color: var(--color2);
}

.fixed .navh .menu_principal a,.fixed .navh .menu_principal a:visited {
    color: var(--color1);
}
.icone-share {
    display: none
}

.btn-partage .icones {
    width: 1vw;
    margin: 0;
    height: 1.2vw;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0);
}

.fixed .btn-partage .icones {
    fill: var(--color1);
}

/********/
.services {
    width: 100%;
    position: relative;
    z-index: 800;
    /* background: var(--color0); */
}

.body-page-1 .services:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: var(--bg-facultatif);
}
.swiper-navigation {
    position: relative;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
    float: right;
    width: auto;
    right: 1vw;
}

.atout .swiper-navigation {
    margin-top: 30px;
}

.services .swiper-navigation {
}

.video-accueil{height: auto;margin-left:0}
.video-accueil video{z-index:1;width: 94%;height: 78vh;object-fit:cover;position: relative;top:0;left: 3%;overflow: hidden;right: 3%;border-radius: var(--border-radius2);}
.video-accueil .banniere{z-index:0}

.services .swiper-button-prev i,.services .swiper-button-next i {
    /* color: var(--color0); */
}

.swiper-button-prev, .swiper-button-next, .swiper-button-prev1, .swiper-button-next1 {
    position: absolute;
    height: 55px;
    width: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    color: #08172d;
    border-radius: 50%;
    border: 1px solid #08172d;
}

.swiper-button-prev1, .swiper-button-prev {
    left: -60px;
    transition: all .3s linear;
    color: #08172d;
    width: 55px;
    height: 55px;
    border: 1px solid #08172d;
    border-radius: 50%;
}

.swiper-button-next1, .swiper-button-next {
    right: -60px;
    transition: all .3s linear;
    border: 1px solid #08172d;
    border-radius: 50%;
}

.swiper-button-next1:hover, .swiper-button-next:hover, .swiper-button-prev1:hover, .swiper-button-prev:hover,.prev1:hover {
    background: var(--color1);
    border-color: transparent;
    color: var(--color4);
}

.services .swiper-button-next1, .services .swiper-button-prev1 {
}

.next1,.prev1 {
    position: relative;
    color: #08172d;
    width: 50px;
    height: 50px;
    border: 1px solid #08172d;
    display: flex;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    transition: all .3s linear;
}

.next1:hover, .prev1:hover {
    background: var(--color1);
    color: var(--color4);
}

.services .swiper-button-prev,.services .swiper-button-next {
    /* border-color: var(--color0); */
}
.container-service {
    padding: 10vh 3vw;
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
    position: relative;
    z-index: 1000;
}

.container-service .swiper-navigation {
    right: 3vw;
}
.body-page-1 .services ,.body-pageseo .services {
    padding: 5rem 4% 10rem;
    background: var(--color0);
}

.body-page-1 .services:before {
}


.body-page-1 .services:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    /* background: linear-gradient(90deg, var(--color2), white, var(--color1)); */
    background-size: contain;
    height: 20px;
    width: 100%;
}

.body-page-1 .services h2, .body-pageseo .services h2 ,.body-page-1 .services h2 span, .body-pageseo .services h2 span {text-align: left;}

.body-page-1 .services h2:before, .body-pageseo .services h2:before {
    /* background: var(--color0); */
}

.btn-service {
    text-align: center;
    margin: 10px 0
}

.card-img,.img-service img,.liste-services,.swiper-container1 {
    width: 100%;
    position: relative;
}

.card-img {
    height: 50vh;
    overflow: hidden;
}

.service-card:hover a.btn-card {
    display: flex;
    transition: all .3s ease;
    opacity: .8;
}

.card-img:before {
    background-image: linear-gradient(2deg, #000000a6, transparent);
    position: absolute;
    height: 100%;
    width: 100%;
    content: '';
    /* z-index: 1; */
    left: 0;
}

.liste-services {
    margin: 0 auto
}

.liste-services .swiper-container {
    overflow-x: clip;
    overflow-y: visible;
}
.titreservice {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}
@media(min-width: 1200px) {
    .container-service {
    }
}

.card-body {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, #00000096, transparent);
    min-height: 15vh;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    left: 0;
    padding: .5vw 1.5vw;
    box-shadow: 1px 1px 20px #00000017;
    top: 0;
    text-align: left;
}

.card-body a.btn-card {
    width: 100%;
    padding: 1vw 0;
    text-align: left;
}

a.btn-card {
    transition: .15s;
    position: relative;
    text-decoration: none;
    z-index: 2;
    text-transform: initial;
    font-size: var(--taille_font);
    border: 0;
    color: var(
    --color0) !important;
    margin: 0;
    text-align: center;
    overflow: visible;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: fit-content;
    transition: all .3s linear;
    background: transparent;
}
.card-body a.btn-card:before {content: '';position: relative;width: 16px;height: 1px;background: var(--color0);margin-right: 11px;display: inline-block;top: -4px;transition: all .4s ease;z-index: 10;transform: scaleX(1);display: none;}

.service-card:hover .card-body a.btn-card:before {
    width: 15%;
}
.card-body a.btn-card:hover:before {
    width: 36px;
    transform: initial;
    transform-origin: initial;
}
a.btn-card.bouton-principal.service-all {
    height: 100%;
    width: 100%;
    z-index: 1;
    inset: 0;
}

.btn-card:hover:before {display: none;}

a.btn-card:hover {
    background: transparent;
}

.card-title h3 {
    font-size: 1.1vw;
    letter-spacing: 0;
    line-height: initial;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-align: left;
    text-wrap: balance;
    margin: 0;
}
.card-title h3 b {
    color: #bcdde8;
    font-size: 82%;
    display: block;
}
.navigation_box {
    position: relative;
    display: flex;
    flex-direction: row;
    width: 70px;
    margin: 15px auto 0;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
}

.service-card:hover  img{
    transform: scale(1.1);
    transition: all .3s ease;
}
.swiper-container1, .swiper-container3, .swiper-container,.Atout-AT .swiper {
    margin: 0 auto;
    overflow-x: clip;
    list-style: none;
    padding: 0;
    z-index: 1;
    height: 100%;
    overflow-y: visible;
}

.img-service img {
    height: 100%;
    border-radius: 0;
    border: none;
    object-fit: cover;
    transition: all .3s ease;
}

.liste-services .swiper-wrapper {
    padding: 10px 0
}

.service-card {
    display: block!important;
    width: 100%;
    height: fit-content!important;
    /* background: var(--color0) !important; */
    overflow: hidden;
    border-radius: 0;
    margin: 0;
    position: relative;
    z-index: 0;
    border: none;
    transform: translateY(0);
    transition: .3s!important;
    /* border: 1px solid #dbd5d5; */
    border-radius: var(--radius);
}

.service-card:before {
    z-index: 1;
}

.service-card:hover:before {
}

/***********/

/********************* Atout AT ****************************/
.atout-item__text {
  color: var(--color4);
  margin-top: 20px;
}
.atout {
  position: relative;
  padding: 0em 5% 0vh;
  background: var(--color4);
}
.Atout-AT {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4vw;
}

.Atout-AT .atoutLeft {
    width: 49%;
    height: 100%;
}

.Atout-AT .atoutLeft h2.h1 {
    text-align: start;
    margin-bottom: 40px;
}

.Atout-AT .atoutLeft h2.h1:before {left: 0;margin: 0;transform: translate(0);}

.atoutRight {
    border-radius: var(--radius);
    overflow: hidden;
    flex: 1;
    height: 90vh;
}

.atoutRight img {
    height: 100%;
    width: 100%;
}

.Atout-AT .swiper {
  /* overflow: hidden; */
  position: relative;
  padding: 1% 0 0%;
  height: 100%;
  min-height: 360px;
}
.atout-item-AT {
   /* padding: 40px 20px; */
   transition: all 0.4s ease-in-out;
   border-radius: var(--border-radius);
   display: grid;
   grid-template-columns: 1fr 1fr;
   grid-gap: 1vw;
}

.atout-item-AT .atout-item {
    border: 1px solid #ac87674f;
    border-radius: var(--radius);
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 1vw;
    gap: 1vw;
    background: var(--color4);
    transition: all .3s linear;
}

.atout-item-AT .atout-item:hover {
    transform: translateY(1vh);
    box-shadow: 5px 5px 30px #0000001a;
}


.atout-item_icon img {
    height: auto;
    width: 50px;
    /* filter: brightness(0) invert(1); */
}
.atout-item__title {
  text-align: left;
  font-family: var(--font_family_2);
  font-size: 1.2vw;
  color: var(--color1);
  width: 100%;
  margin: 0 0 .5vh;
}



/*******added****/

/***********/
.AvisClientsBg,.realisations {
    position: relative;
    z-index: 800;
    text-align: center;
    padding: 4em 4% 0;
    background: var(--bg-facultatif);
}

.titleavis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.AvisClientsBg h2.h.h1.hicon {
    margin: 0 0 0;
}

.AvisClientsBg .swiper-navigation {
    right: 2vw;
}
.AvisClientsBg .text-center {
    margin-top: 0;
}

.avis-item {
    position: relative;
    display: block;
    padding: 0 10px;
}

.avis-flex {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.swiper.avisSwiper.swiper-container-horizontal {
    overflow: hidden;
    padding: 10px;
    margin-top: 2em;
}




.fixed.tete {
    background: var(--color4);
    border-bottom: 1px solid #d3d3e029;
    contain-intrinsic-block-size: auto 100px;
    padding: 1vh 1vw;
    box-shadow: rgb(17 12 46 / 27%) 0px 8px 50px 0px;
    top: 0;
    position: fixed;
    z-index: 90000;
    width: 100%;
}

.slogan {
    position: absolute;
    color: var(--color0);
    width: 100%;
    padding: 0 4%;
    margin: 0;
    text-align: center;
    z-index: 2;
    top: 14vh;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: center;
    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;
}
body.body-page.body-page-1 .slogan .titre {
    color: var(--color0);
    font-size: 6vw;
}.hide-print.banniere:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff;
    top: 0;
    left: 0;
    border-radius: var(--border-radius2);
    opacity: .6;
}
.servicetitre b {
    color: var(--color2);
    display: block;
    margin: 0 0 1vh;
    font-size: calc(var(--taille_font) *1.5);
}
.slogan .titre {
    font-size: 4vw;
    font-family: var(--font_family_5);
    line-height: 2.6vw;
    display: inline-block;
    color: var(--color1);
    margin-bottom: 2vw;
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 2vw;
    font-family: var(--font_family_1);
    /* line-height: 6vw; */
    text-transform: initial;
    letter-spacing: 1px;
    color: var(--color0);
    display: inline-block;
    margin-bottom: 2vw;
    text-shadow: 1px 1px 10px #03a2dfb0;
}

.body-page-1 .slogan {
    width: 100%;
    padding: 0 0%;
    position: absolute;
    top: 50%;
    text-align: center;
    align-items: start;
}

.video-accueil {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    padding: 0 0;
    height: auto;
    overflow: hidden;
}

.banniere {
    position: relative;
    top: 0 !important;
    margin-left: 0;
    height: 100%;
    background-position: 50% 41% !important;
    left: 0;
    width: 94%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-position: center;
    background-color: #e5e8e8;
    border-radius: var(--border-radius2);
    left: 3%;
}

/*************/

/********/
@keyframes zoomAB {
  0% {
    scale: 1;
  }
    50% {
        scale:1.3;
    }

  100% {
    scale: 1;
  }
}
.banniere .mySwiper-bann img {
    animation: 30s infinite ease zoomAB;
}



    .banniere  .swiper {
      width: 100%;
      height: 100%;
      overflow: hidden;
      position: relative;
    }
   .banniere  .swiper-wrapper {
        display: flex;
    }
    .banniere .swiper-slide {
      text-align: center;
      font-size: 18px;
      /* background: #fff; */
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 30px;
    }

.banniere  .swiper-slide i {
    font-size: 70px;
    color: var(--color5);
}

    .banniere .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.swiper-button-prev, .swiper-button-next {
    border-color: var(--color3);
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    background: var(--color1);
    backdrop-filter: blur(15px);
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color0);
    margin: 0 80px;
    border-radius: 50%;
}


/*****/
.banniere  .swiper-pagination {
    flex-direction: column;
    right: 100px;
    width: max-content;
    left: unset;
    top: 57%;
    bottom: unset;
    display: flex;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px;
    opacity: 0;
    display: none;
}
.banniere  span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    width: 27px;
    opacity: 1;
    background: white;
    transition: .3s ease;
    margin: 0 !important;
    margin: 8px 0 !important;
}

.banniere  span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: var(--color1);
}
.bannSwiper .swiper-button-next, .bannSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .6;
    transition: .4s ease;
}

/***/

.hide-print.banniere.cover video {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.body-page-1 .banniere:after {display:none}
.banniere:after {
    content: '';
    /* background:linear-gradient(var(--color3) 0, var(--color3) 13%, rgb(255 255 255 / 0) 75%, var(--color3) 100%); */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.body-page-1 .banniere::before {
    content: none
}

@-moz-document url-prefix() {
  

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
}

.btn-descendre,a.btn-descendre {
    width: 100%;
    height: 41px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    background: transparent;
    backdrop-filter: blur(10px);
    border-radius: 100px;
    margin-top: 23px;
    left: 36%;
    bottom: 2vh;
    transform: translateX(-50%);
    z-index: 1000;
}

.btn-descendre:after {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 41px;
    height: 41px;
    border-radius: 50%;
    /* animation: pulse-border 1.5s ease-out infinite; */
    z-index: -1
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 19px;
    color: var(--color1);
    margin-right: 10px;
}

.fluid-contenu {
    position: relative;
    margin-top: 0 !important;
    z-index: 10;
    background: var(--color0);
}

.fluid-contenu .corps {
    padding: 10vh 3vw;
    background: var(--color4);
}

.body-page-1 .fluid-contenu .corps {
    padding: 2vw 3% 2vw;
    background: var(--color4);
}

.page-contenu-home {
    position: relative;
    display: block;
    /* padding: 4rem 13%; */
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    border-radius: var(--radius);
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
    flex: 1;
    object-position: center;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    border-radius: var(--radius);
    transition: all .4s 
ease;
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: hidden;
    border-radius: var(--radius);
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: #000000;
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--radius);
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: .7;
    filter: alpha(opacity=70)
}

.recup-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}
  .certifSwiper .swiper-wrapper {
   -webkit-transition-timing-function:linear!important;
   -o-transition-timing-function:linear!important;
   transition-timing-function:linear!important;
  }
.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 800;
    background: var(--bg-facultatif);
    padding: 1em 4vw 3em;
}

.certifs .swiper-navigation {
    margin: 0vh 0 0 0;
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    gap: 20px;
    float: right;
    width: auto;
    align-items: center;
}

.certifs .cell.gauche {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.certifs .cell.gauche .contenu {
    /* padding: 2em 13%; */
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 0vw 0 2vw;
}

.certifs .logo-certifs {
    position: relative;
    padding: 30px 13% 20px
}

.certifs .swiper-slide {
    text-align: center
}

.certifs .swiper-slide .img-swiper {
    position: relative;
    display: inline-block;
    border-radius: var(--border-radius);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: 57%;
    -moz-background-size: 57%;
    background-size: 57%;
    background-color: var(--bg-facultatif);
    border: 1px solid #cbcbcbb8;
}
.certifs .swiper-slide .img-swiper:hover {
    filter: none;
}.certifs .cell.droite .mySwiper.swiper-container-horizontal {
}
.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: 13vw;
    position: relative;
    display: block;
    /* box-shadow: 0 0 1px var(--color4); */
    background-color: var(--bg-facultatif);
    mix-blend-mode: darken;
    /* filter: grayscale(1); */

}

.certifs .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next {
    background-image: none;
    right: 0;
    margin-top: -22px;
    opacity: .8
}

.certifs .swiper-button-next i,.certifs .swiper-button-prev i {
    font-size: 23px;
    color: var(--color2)
}

.swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1;
    background: var(--color1);
    color: var(--color4);
}

.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
}

.actualites .cell.photo a {
    display: block
}

.actualites .cell.photo.cover img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 800;
    background-color: var(--color4);
    padding: 6em 5%;
}

.actualites article {
    display: flex;
    flex-direction: row;
    width: 100%
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--radius);
}

.actualites .cell.photo:hover {
    opacity: .95;
    filter: alpha(opacity=95)
}

.actualites .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-bottom: 2px solid var(--color0)
}

.actualites:last-child .cell.texte {
    border-bottom: none
}

.actualites .cell.texte .contenu {
    padding: 3em 5%;
    direction: ltr;
}

.actualites .cell.texte .contenu .h1,.actualites .cell.texte .contenu .h1 .titre-secondaire {
}

.actualites .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.actualites .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.actualites .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.view-btn-all {
    position: relative;
    display: table;
    margin: 2vw 0;
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px
}

.actualites .date_post,.news .date-article {
    font-size: 0.8vw;
    font-weight: 700;
    color: var(--color1);
    text-align: left;
}
.newsButtons {
    display: flex;
    justify-content: flex-start;
    text-align: start;
    flex-wrap: wrap;
    gap: 1vw;
}

.newsButtons a.bouton-principal {
    margin: 0;
}
.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsList li{
  list-style:none;
  background:0 0;
  }
.AvisClientsList li:before{content:none}
.avisClientsBg .h{text-align:center}
.AvisClients,.AvisClients:link,.AvisClients:visited {
    position: relative;
    padding: 9rem 7% 4rem;
    text-align: left;
    min-height: 39vh;
    display: block;
    text-decoration: none;
    width: 100%;
    background: #38aee22e;
    color: var(--color0);
    margin-top: 42px;
    border-radius: var(--border-radius2);
    margin-bottom: 1vh;
    min-height: 44vh;
}

a.transition.AvisClients:hover:before {
    width: 100%;
}
.AvisClients:before {
    font-size: 4vw;
    line-height: 1.5em;
    color: var(--color2);
    /* content: "❞"; */
    font-family: "fontello";
    margin-bottom: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    }


.etoiles {
    text-align: left;
}
.AvisClients .icones {
    fill: var(--color1);
    margin: 0;
}
.AvisClients:active,.AvisClients:hover{/* filter: brightness(1.02); */}
.etoiles .fa {
    color: #feb10a;
}
.AvisClients .h {
    font-size: calc(var(--taille-font) *1.8);
    color: var(--color2);
    text-transform: initial;
    font-weight: 100;
    margin-bottom: 0;
    letter-spacing: calc(var(--taille-font) *0.1);
    font-weight: 800;
    text-align: left;
}.AvisClients p{
    text-align: left;
    font-size: var(--taille_font);
    font-weight: 200;
    font-style: normal;
    letter-spacing: 1px;
    color: #241c10;
    font-family: var(--font_family_2);
}
p.avisContent i {
    color: var(--color0);
    margin: 0 calc(var(--taille-font) *0.7);
    transition: .2s ease;
    display: none;
}
.AvisClients .blazy{font-size:16px;color:var(--color0);width:128px;margin:0 auto;border-radius:50%;margin-bottom:20px;position:absolute;top:-70px;left:50%;margin-left:-64px;background-size:cover;background-repeat:no-repeat;background-position:50% 50%;background-color:var(--color0)}
.AvisClientsBg .bx-pager{bottom:17px}
.avisContent:before{/* content:'\00AB'; */display:inline-block;margin-right:5px}
.avisContent:after{/* content:'\00BB'; */display:inline-block;margin-left:5px}
.temoignageScroll{max-height: 220px;text-align:center;overflow:hidden}
.temoignageScroll .scrollbar-content{padding:0 10px 0 0;width:100%}
.temoignageScroll .scrollbar-path-vertical{right:0}
.date_post{font-size: calc(var(--taille-font) *1.5);padding:4px 0;color: var(--color1);opacity: 1;text-align: left;}
.date_post i{margin-right:8px}

.AvisClientsBg .bx-controls.bx-has-pager{display:block;position:relative;height:70px}
.temoignageScroll {
    max-height: 18vh;
    text-align: center;
    overflow: hidden
}
.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}


.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 70px
}
.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
}

.divAvis:before {
    color: rgba(255, 255, 255, 0.5);
    left: 50%;
    height: 130px;
    line-height: 130px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px;
    top: 2vh;
    width: 130px;
}

.body-temoignage main.fluid-contenu .container {
    padding: 6vh 0 5vh;
}

.divAvis:nth-child(2n) {
    background: #f2f2f2;
}

div#itemReviewed_295 {
}

.divAvis:nth-child(2n) .temoignage {
    color: var(--color2) !important;
}

p.temoignage {
}

.divAvis:nth-child(2n):before {
    filter: invert(1);
    opacity: .3;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 46px;
}

.livre-elements {
    padding: 8vh 0vw;
    margin-bottom: 0;
    text-align: center;
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    font-size: 21px;
    color: var(--color3);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    min-height: auto;
}

.livre-elements .date {
    text-align: revert;
    margin-top: 1vh;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px !important;
    color: #000;
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: left;
    display: block;
    font-size: calc(var(--taille_font) * 1.4);
    margin-bottom: 0px;
    color: var(--color1);
    padding-top: 2vh;
    font-family: var(--font_family_5);
    text-align: left;
    line-height: 1.9;
}

.livre-elements .temoignage::before {
    content: "«";
    display: inline-block;
    margin-right: 5px;
}

.livre-elements .temoignage::after {
    content: "»";
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    padding: 5vh 4vw;
    text-align: left;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: left;
    margin-bottom: 40px;
    color: var(--color3);
    font-weight: 700;
    text-shadow: none;
    width: 80%;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgb(0 0 0 / 20%);
    color: var(--color3);
    text-shadow: none;
    font-family: var(--font_family_1),Arial,Helvetica,sans-serif;
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 20px;
    color: var(--colo4);
    opacity: 1;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px!important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0!important
}

.modal-content label.control-label.label-note,.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px!important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px!important
}

.formulaire #add-review .form-group .form-control,.formulaire #add-review .form-group input,.formulaire #add-review .form-group textarea {
    background: var(--color4);
    border: 1px solid #ccc;
    color: var(--color3);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color3)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 32px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color3)!important;
}

.cont-slider {
    position: relative
}

.sudo-slider {
    width: 100%;
    z-index: 8999999
}

.sudo-slider .slide {
    text-align: center;
    height: 135px;
    line-height: 135px
}

.sudo-slider .slide img {
    max-height: 100%
}

.cont-slider .controls {
    z-index: 9002;
    display: inline-block;
    position: absolute;
    bottom: -70px;
    left: 0;
    right: 0;
    text-align: center
}

.cont-slider .controls ol {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.cont-slider .controls ol li {
    display: inline-block;
    background: 0 0;
    padding: 0
}

.cont-slider .controls ol li a {
    display: block;
    width: 10px;
    height: 10px;
    background: var(--color2);
    margin: 0 5px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    opacity: .5
}

.cont-slider .controls ol li.current a {
    opacity: 1
}

.cont-slider .controls ol li a span {
    display: none
}

.centerservice2 {
    margin: 0 16%!important
}

.centerservice {
    margin: 0 33%!important
}



/* Gallery Photo  */

/********/
.realisations .row.gallery {
    margin: 0 -15px !important;
}
.realisations .contenu {
    padding: 10vh 3vw 8vh;
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
    position: relative;
    z-index: 1000;
}



.realisations .row.recup-photos.gallery .col-md-6 {
    
padding: 10px;
    
margin: 0;
}
/********/

.news .propor,.realisations .galerie .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px
}

.news .propor:after,.realisations .galerie .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.news .propor .propor-cont,.realisations .galerie .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.news .propor .propor-cont .imagecont,.realisations .galerie .propor .propor-cont .imagecont {
    height: 100%;
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0)
}

.news .propor .propor-cont .imagecont .imagefond,.realisations .galerie .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.news .propor .propor-cont .imagecont .masque,.realisations .galerie .propor .propor-cont .imagecont .masque {
    transition: all .4s ease;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.news .propor .propor-cont .imagecont:hover .masque,.realisations .galerie .propor .propor-cont .imagecont:hover .masque {
    opacity: .8;
    filter: alpha(opacity=80)
}

.news .propor .propor-cont .imagecont:hover .imagefond,.realisations .galerie .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}
.AvisClientsBg .contenu {
    padding: 10vh 5vw 8vh;
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
    position: relative;
    z-index: 1000;
}.map {
    width: 50%;
}
.map iframe {
    width: 100%;
}
.intervention {
    position: relative;
    z-index: 800;
    background: url('../images/image005.jpg') no-repeat center center/cover !important;
    background-attachment: fixed !important;
    padding: 4em 4%;
    background-position: center;
    display: flex;
    gap: 2%;
}
.intervention .contenu .text-left {
    margin-top: 5vh;
}
.intervention:before {
    content: '';
}

.intervention .contenu {
    padding: 0;
    width: 49%;
}

.intervention .contenu ul li:before {
    color: white;
}

.intervention .contenu a,.intervention .contenu a:link,.intervention .contenu a:visited {
    color: var(--color0)
}

.intervention h2 {
    margin-top: 0
}

.intervention h2:before {
}

.intervention ul {
    margin: 30px 0 0;
    column-count: 2;
    width: 60%
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem
}

.pied {
    position: relative;
    z-index: 9;
    background: var(--color4);
}

.pied .bande1 {
    padding: 5rem 6% 5rem;
    position: relative;
    background: #39393b;
    background-size: cover;
    background-position: center;
}

.pied .bande1:before {
    content: "";
    position: absolute;
    inset: 0;
}.formulaire.contact-footer {
    position: relative;
    z-index: 10000;
    width: 57%;
    background: var(--bg-facultatif2);
    padding: 10vh 4vw;
    border-radius: var(--border-radius2);
}


.bande_contact_footer div#contact-form {
    display: flex;
    gap: 5%;
    flex-wrap: wrap;
    align-content: space-around;
    align-items: stretch;
}
.bande_contact_footer {
    padding: 0 0 10vh;
    position: relative;
}.plan2 img {
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius2);
    object-position: top;
}
.plan2 {width: 38%;border-radius: var(--border-radius2);}
@keyframes float {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-15px);
    }
    100% {
        transform: translateY(0px);
    }
}

.body-page-1 .bande_contact_footer {
    padding: 0;
    width: 50%;
}
.bande_contact_footer:after {
    content: '';
    background: url(../images/bg.png) no-repeat right top;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    right: 0;
    border-radius: 0;
}
.bande_contact_footer .row1 {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 4vw 3vw 0;
    z-index: 1000;
    background-repeat: space;
}

.body-page-1 .bande_contact_footer .row1 {
    padding: 0;
}

.body-page-1 .bande_contact_footer .row1 h2 {
    display: none;
}

.bande_contact_footer .row1::after {
    display: block;
    width: 232px;
    height: 1px;
    content: "";
    /* background: var(--color0); */
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    margin-top: 49px
}

.pied .bande2 {
    padding: 0px 5%;
    background: var(--color1);
}

.pied .bande2 .row {
    display: flex;
    align-items: center;
    width: 100%;
}

footer .btn-liens-rs .btnrs svg {
    fill: white;
}

.pied .bande2 .row .col-md-4 {
    width: 100%;
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_2);
    font-size: 1.1vw;
    text-transform: initial;
    padding: 3vh 0 0;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%;
    margin: 0;
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    height: 10px;
    /* background: var(--color1); */
    position: absolute;
    bottom: 3px;
    left: 0;
    height: 2px
}

.pied .navf .menu_footer, .pied .navf .menu_2 {
    color: var(--color4);
    padding: 8px 15px;
    list-style-type: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
    line-height: 1.7;
}

.pied .navf .menu_footer li {
    display: block;
    padding: 0 0 4px;
    background: 0 0;
    position: relative
}

.pied .navf .menu_footer li:last-child {
    border: none
}

.pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited, .menu_2 a {
    /* font-size: 16px; */
    padding: 0 0 0;
    color: var(--color0);
    text-decoration: none
}

.pied .navf .menu_footer li a:hover, .pied .navf .menu_2 li a:hover {text-decoration: none;color: var(--color2);}

.pied .navf .menu_footer li.active a, .menu_2  li.active a {
    color: var(--color2);
    text-decoration: none;
}

.pied .navf .menu_footer li.active a:hover {
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:before {
    content: none
}

.pied .menu_referencement li:after {
    content: " - "
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a,.pied .menu_referencement li a:visited {
    color: inherit;
    /* font-size: 16px; */
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color2);
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 25px;
    color: var(--color3);
    /* font-size: 16px; */
    float: left;
    width: 100%;
    position: relative;
    line-height: 1.7;
}

footer address i {
    color: var(--color1);
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0px;
    color: var(--color0);
}
p.tel.tel1 i {
    color: var(--color2);
}.ico i {
    font-size: clamp(1.5rem, 1.5rem + 1vw, 2rem);
    color: var(--color1);
    transition: 375ms 
cubic-bezier(0.7, 0, 0.3, 1);
    padding: 0;
    /* transform: scale(1) translateY(0px); */
    height: clamp(4rem, 4rem + 2vw, 5rem);
    width: clamp(4rem, 4rem + 2vw, 5rem);
    border-radius: 50%;
    background-color: #ededed;
    display: flex;
    margin-top: 0 !important;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0;
}
.ico {
    display: flex;
    padding: 0px 0 2vh;
    border-bottom: 1px solid #eee;
    align-items: center;
    gap: 2%;
}
.horaires .horaire-table tr {
    width: 50%;
    float: left;
}footer .horaires .horaire-table tr {
    width: 100%;
}
.adresse1 {
    color: var(--color3);
    padding: 2vh 0 0;
}.contact.node-5 {
    border-radius: var(--border-radius2);
    padding: 5vh 4vw;
}

.contact.node-5 .formulaire .form-group .form-control {
    background: #f4f7f7;
}
.contact .tab-coordonnes .cell.gauche .contenu .flex-address {
    display: block;
    background-color: #ffffff;
    padding: 18px;
    border-radius: var(--border-radius2);
    transition: 375ms 
cubic-bezier(0.7, 0, 0.3, 1);
    position: relative;
    height: 100%;
    border: 1px solid #ebebeb;
    margin: 0 0 3vh;
}

.textcontact {
    font-size: calc(var(--taille_font) * 1.5);
    color: var(--color3);
    font-family: var(--font_family_5);
}
.flex-address {
    position: relative;
    display: flex;
    color: var(--color0);
}

.header-x .flex-address {
    float: left;
    color: var(--color0);
    display: flex;
    gap: 0vw;
    font-size: var(--taille_font);
}

.header-x .flex-address i {
    color: var(--color2);
    height: 18px;
    margin-right: 12px;
    margin-top: 2px !important;
}

.header-x p {
    margin-bottom: 0px !important;
}

.header-x p.tel.tel1.callTracker {
    margin-left: 30px;
    float: left;
    color: var(--color0);
    text-transform: none;
}

footer .flex-address i {
    margin-top: 0.4vw!important;
    color: var(--color2);
}

address i {
    margin: 0;
    margin-right: 0.7vw;
    font-size: 0.9vw;
    color: var(--bg-facultatif2);
    width: 0.6vw;
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 10vh;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color0);
    margin: 15px 0 0;
    /* font-size: 16px; */
    float: left;
    width: 100%;
    line-height: 1.7;
}

.pied .horaires td {
    color: var(--color0);
}

.horaires {
    display: inline-grid
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2);
    display: none;
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: left;
}

#logoFD svg * {
    fill: #ffffff;
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 0 0 0;
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0;
    display: flex;
    justify-content: flex-end
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #b8b8bd;
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0,0,0,.1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0,0,0,.1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle,.scrollbar-path-horizontal,.scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none!important
}
.prestation:nth-child(even) .cell.texte .contenu {
    padding: 0 0 0 6%;
}

.prestation {
    display: flex;
    position: relative;
    transition: all .4s ease;
    all .4s animation-timing-function: ease;
    margin-bottom: 1rem;
    padding: 30px;
    border-radius: var(--border-radius2);
    flex-direction: row;
    border-bottom: 1px solid #1c51a114;
}

.prestation:nth-child(even) {
    /* direction: rtl; */
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    background-position: center center;
    border-radius: var(--radius);
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 0 6% 0 3%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5%;
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px;
    text-align: left;
    width: 100%;
}

.prestation .cell.texte .contenu ul {
    padding: 0;
    margin: 0
}

.prestation .cell.texte .contenu ul li {
    padding: 5px 0 5px 20px;
    background: url(../images/puce.svg) no-repeat 0 9px
}

.prestation .cell.texte .contenu ul li .bouton-principal {
    display: block
}

.body-contact h2 {
    color: var(--color1);
    position: relative;
    margin-bottom: 55px;
    font-weight: 600
}

.tab-coordonnes h2:before {
    content: "";
    width: 3vw;
    height: 1px;
    background: var(--color1);
    position: absolute;
    top: 2.5vw;
    left: 0
}

.body-contact .tab-formulaire .cell.droite h2 {
    text-align: center;
    margin-bottom: 70px;
    font-size: 24px
}

.body-contact .tab-formulaire .cell.droite h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -37px
}

.contact .tab-coordonnes {
    display: block;
    position: relative;
    z-index: 8000;
    float: left;
    width: 40%;
}
.contenu.formulaire {
    width: 60%;
}
.contact .tab-coordonnes .cell.gauche {
    vertical-align: top;
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0em 7% 0;
}

.contact .tab-coordonnes .cell.centre {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.contact .tab-coordonnes .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 70%;
}

.contact .tab-formulaire {
    display: block;
    position: relative;
    z-index: 8000;
    padding: 0 0;
    margin-bottom: 5em;
    display: flex;
    border-radius: var(--radius);
    gap: 2%;
}

.contact .tab-formulaire .contenu h2 {
    text-align: left;
    margin-bottom: 10px;
    font-size: 1.5vw;
}

.contact .tab-formulaire .contenu h2:before {
    display: none;
}

.contact .plan {
    font-size: 0;
    position: relative;
    float: left;
    width: 33%;
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 36.5vw!important;
    border-radius: var(--border-radius2);
}

.contact .coordonnees {
    padding: 0 0;
}

.contact .tab-coordonnes .cell.gauche .contenu h2 {
    text-transform: uppercase;
    letter-spacing: normal;
    font-size: 1.1vw;
    margin-bottom: 2vw;
    margin-top: 0;
}

.contact .coordonnees address p {
    padding: 0 0 10px 0;
    text-transform: initial;
    color: var(--color3);
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}
.contact.node-5 {
    border-radius: var(--border-radius2);
    background: var(--bg-facultatif2);
    padding: 5vh 5vw;
    float: left;
}
.contact .description-contact {
    padding: 0 0 10px;
    text-align: left;
    text-wrap: balance;
}

.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(--color1)
}

.contact .formulaire .control-label {
    text-align: left!important;
    font-weight: 400
}
.formulaire.contact-footer h2.h1 {
    margin: 0 0 0;
}

.row.paddingContact {
    padding: 3vh 0 0 0;
}

.contact .formulaire .form-group {
    margin-bottom: 10px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    border: 0;
    box-shadow: none;
    width: 100%!important;
    font-size: inherit;
    color: var(--color3);
    border-radius: var(--radius);
    background-color: #f4f7f7;
    border: 1px solid #d1d1d1;
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 33vh;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 2.7vw;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 0.8vw;
}

.contact .formulaire .form-group .form-control:active,.contact .formulaire .form-group .form-control:focus {
    border: 1px solid var(--color2)
}

.contact .formulaire .form-group select.form-control {
    height: 50px;
    line-height: 50px;
    padding: 5px 12px
}

@media screen and (-webkit-min-device-pixel-ratio: 0),screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance:none!important;
        -moz-appearance: none!important;
        appearance: none;
        background-image: url(../images/image-select.svg)!important;
        background-repeat: no-repeat!important;
        background-position: right 15px center!important;
        line-height: normal!important;
        background-size: 22px auto!important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .formulaire .form-group input[name=captcha] {
    width: 31%!important;
    height: 50px!important;
    display: inline-block;
    float: none!important;
    margin-right: 2%!important;
    vertical-align: top
}

.contact .formulaire .form-group input[name=captcha]+a {
    width: 35%;
    display: inline-block;
    margin-right: 2%;
    vertical-align: top
}

.contact .formulaire .form-group #captcha {
    width: 100%;
    height: 50px!important;
    border-radius: 0;
    padding: 0
}

.contact .formulaire .form-group input.btn-primary {
    display: inline-block;
    position: relative;
    float: right;
    /* padding-right: 70px; */
    font-weight: normal;
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    color: var(--color4);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 90% center;
    /* background-image: url(../images/ico-envoyer.svg); */
    background-repeat: no-repeat;
    background: var(--color1);
    border: 1px solid var(--color1);
    text-align: center;
    padding: 0.7vw 2.3vw;
    font-size: 1vw;
    letter-spacing: 1px;
}

.body-error404 a.btn.btn-default {
    background-image: none
}

.body-error404 a.btn.btn-default:active,.body-error404 a.btn.btn-default:hover,.contact .formulaire input.btn-primary:active,.contact .formulaire input.btn-primary:hover,.contact a.btn.btn-default:active,.contact a.btn.btn-default:hover {
    background-color: var(--color2);
    border-color: transparent;
    color: var(--color0);
    opacity: 1;
    box-shadow: 10px 10px 30px #0000003d;
}

::-webkit-input-placeholder {
    color: var(--color3)!important
}

:-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color3)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color3)!important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.seo-content .h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left;
    font-size: calc(var(--taille_font) * 1.8);
    color: var(--color1);
    margin: 0 0 1vh;
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 7vh 3vw;
    background: var(--bg-facultatif2);
    border-radius: var(--border-radius2);
}

.img-seo img {
    border-radius: var(--radius);
    width: 100%;
    height: 100%;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}


.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 0 40px;
    text-align: justify
}

.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: 10px!important;
    padding-right: 10px!important;
    margin-bottom: 20px
}

.gallery .multiple .ligne-photos {
    margin-left: 0!important;
    margin-right: 0!important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 15px
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.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%;
    border-radius: var(--radius);
}

.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%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background-color: #120f0fa1;
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--radius);
}

.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: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0 3px 0 5px
}

.gallery .nav li:before {
    content: none
}

.gallery .nav li a.bouton-principal {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1)
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    /* padding-right: 60px; */
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 22px;
    height: 22px;
    content: "+";
    font-family: verdana;
    font-size: 35px;
    position: absolute;
    right: 20px;
    top: 7px;
    display: none;
}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color0);
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1);
    background: transparent;
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%;
    background: var(--color0);
    backdrop-filter: blur(5px);
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: visible;
}

.top-logo img {
    position: absolute;
    top: 0;
    height: auto;
    width: 230px;
    left: 0;
}

.deploy-right-sidebar {
    border-left: 1px var(--color1) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color1) solid;
    display: table-cell;
    background-color: var(--color1);
    background-repeat: no-repeat;
    height: 65px;
    width: 65px;
    background-position: center center;
    position: absolute;
    right: 65px;
    top: 0;
    /* display: none; */
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color1);
    background-size: auto 49%;
    height: 65px;
    width: 65px;
    background-position: center 16px;
    position: absolute;
    right: 130px;
    top: 0;
    /* display: none; */
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color3);
}

.sidebar-right {
    font-family: var(--font_family_2)!important;
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -280px;
    top: 0;
    bottom: 0;
    width: 270px;
    margin-right: 10px;
    box-shadow: -2px 0 2px 0 rgba(0,0,0,.1)
}

.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color4)!important;
    z-index: 1
}

.sidebar-right-logo {
    margin-left: 84px;
    top: 14px;
    right: 1px;
    max-width: 180px;
    float: inherit;
    max-height: 37px;
    position: relative
}

.sidebar-divider-text {
    font-size: 20px;
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
    color: var(--color4)!important;
    background: var(--color3);
    /* opacity: .3; */
    font-family: var(--font_family_2);
}

.submenu a:first-child {
    background-image: none!important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-header-right {
    height: 65px;
    background-color: var(--color1);
    position: relative
}

.close-sidebar-right {
    height: 65px;
    width: 65px;
    margin-left: 0;
    display: block
}

.sidebar-right .close-sidebar-right {
    position: absolute!important
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menuBtns {
    display: block;
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: 0 0;
    padding-left: 0;
    background: var(--color3);
}

.menu-mobile-dynamique li.active {
    background: #09a3e5b5;
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 42px;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom,var(--color1),var(--color1));
    padding-top: 18px;
    padding-bottom: 18px
}.menu-mobile-dynamique .sub-menu li:before {
    display: none;
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}
.menu-mobile-dynamique li a i {
    display: none;
}
.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color0);
    height: 60px;
    padding-left: 10%;
    font-family: var(--font_family_1);
    background-position: 6px 20.9px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.no-bottom {
    margin-bottom: 0!important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0,0,0,.05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica,arial,sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar ,.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color3);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color3);
}

.bx-pager.bx-default-pager a {
    background-color: var(--color2)
}

.bx-pager.bx-default-pager a.active,.bx-pager.bx-default-pager a:hover {
    background-color: var(--color2)
}

.vegas-timer-progress {
    background: var(--color0)
}

.icones {
    width: 32px;
    margin: 16px 0 0 16px;
    height: 32px;
    fill: var(--color0);
}

.deploy-right-sidebar .icones {
    width: 29px
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "\f105";
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    left: 4%;
    font-weight: 700;
    font-size: 15px;
    color: var(--color4);
}

.pied .btn-partage .icones {
    fill: var(--color3)
}

.remonter .icones {
    margin: 0 0 -5px;
    fill: var(--color1)
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px -3px 0;
    height: 17px;
    fill: var(--color0)
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}
.block.block-2 .stick-fixed {
    position: fixed;
    top: 17vh;
    right: 3vw;
    width: calc(32% - 2vw);
}
.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color4);
    font-weight: 800;
    font-size: clamp(12px,.5vw,14px);
    line-height: 18px;
    text-transform: uppercase;
    display: block;
    background-color: var(--color1);
    position: absolute;
    left: 0;
    top: 0;
    padding: 7% 4% 4%;
    z-index: 50;
    margin: 0;
    border-top-left-radius: var(--radius);
}

.news .date_post span {
    display: block;
    line-height: 13px;
    min-width: 84px
}

.news .date_post .s1 {
    font-size: 50px;
    line-height: 35px;
    padding-bottom: 5px;
    font-size: clamp(40px,2vw,50px)
}

.newsList .propor .propor-cont .imagecont .masque {
    background-color: rgba(250,250,250,.2);
    background-image: none
}

.news .propor .propor-cont .imagecont:hover {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color3);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1);
    /* font-size: 1.1vw; */
    text-wrap: balance;
}

.newsList .item:hover .h3 {
    color: var(--nuanceColor1)
}

.newsList .item .h3 a:hover {
    text-decoration: none
}

.item-news {
    position: relative
}

.newsItem .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}article.news {
    width: 65%;
}

.block.block-2 {
    width: 32%;
    position: relative;
    margin-left: 3%;
}
.NewsletterBg .h {
    margin: 30px auto;
    color: var(--color2);
    font-size: 32px;
}
.block #newsletter_form input[type="text"] {
    color: var(--color2);
    border-right: 0;
    border-radius: var(--border-radius2);
    height: 63px;
    width: 80%;
    border: 1px solid #eee;
    padding: 10px;
}

.block #newsletter_form input[type="submit"] {
    padding: 10px 13px 8px;
}

.block.block-2 .form-inline .form-group input {
    background: transparent;
    text-align: left;
    border: 2px solid var(--color0) !important;
    color: var(--color2) !important;
    width: 360px;
    text-align: center;
}

#newsletter_form .form-group + input {
    display: block;
    text-align: center;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    margin-top: 20px;
    font-family: var(--font_family_2) !important;
    color: var(--color2) !important;
    padding: 10px 30px !important;
    border: 1px solid var(--color0);
}
form#newsletter_form label {
    display: none;
}

.bande_contact_footer .row1:before {
    content: '';
    position: absolute;
    top: 0;
    left: 4%;
    right: 4%;
    width: 92%;
    background: #eee;
    height: 1px;
}
.block #newsletter_form input[type="submit"] {
    color: var(--color0);
    font-family: var(--font_family_2) !important;
    font-weight: 100 !important;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background: var(--color1);
    border: 1px solid var(--color1);
}

.newsletter.flex {
    background: var(--bg-facultatif2);
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius2);
    padding: 6vh 4vw;
    position: sticky;
}

.newsItem .photo {
    width: 100%;
    border-radius: var(--border-radius2);
    overflow: hidden;
    height: clamp(300px,40vw,625px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 15px 0 0;
    min-height: 200px;
    margin: 0
}

.newsItem .div-rs {
    margin: 0 auto 40px;
    display: flex;
    align-content: center;
    align-items: center
}

.newsItem .div-rs .btn-partage {
    display: flex;
    overflow: hidden;
    height: 36px;
    position: relative;
    top: 0;
    margin-left: 2rem;
    gap: 20px;
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color4);
}

.newsItem .div-rs .btn-partage .btnp:hover {
    background-color: var(--color1);
}

.newsItem .div-rs .btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.newsItem .date_post {
    padding: 5% 3% 3%
}

.news_avant_apres {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0;
    height: 100%
}

.news_avant_apres>div {
    display: table-cell;
    float: none;
    padding: 0;
    height: 100%
}

.news_avant_apres a,.news_avant_apres a:visited {
    padding: 15px 30px;
    color: var(--color1);
    text-decoration: none;
    border: 1px solid var(--bg-facultatif);
    display: block;
    height: 100%;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    border-radius: var(--border-radius)
}

.news_avant_apres a:focus,.news_avant_apres a:hover {
    border-color: var(--color1);
    text-decoration: none
}

.news_avant_apres>div:last-child {
    right: -5px
}

.news_avant_apres a:focus b,.news_avant_apres a:hover b {
    text-decoration: none;
    color: var(--color1)
}

.navButtons,.navButtons:visited {
    padding: 0 0 10px;
    color: var(--color2);
    transition: .8s;
    text-decoration: none;
    display: block
}

.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(--color3)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color0)
}




@media(min-width: 2500px) {
    .slogan .titre{
        font-size: 90px;
        line-height: 100px;
    }

.btn-liens-rs .btnrs svg ,.btn-liens-rs .btnrs{
    height: 2em !important;
    width: 1.5em !important;
}
    .propor.pic-2{
        
height: 40vh !important;
        
width: 40% !important;
        
right: 80px;
        
bottom: -100px;
    }

.propor.pic-2:before {
    height: 260px;
    width: 320px;
    top: -320px;
    left: 0;
}
    .propor.pic-1:after{
        
bottom: -230px;
        
left: 220px;
    }

.propor.pic-1:before {
    height: 330px;
    width: 110px;
    top: 77px;
    right: -180px;
}
    .devis-atout .devis-span img{
        height: auto;
        width: 90px;
    }
    .devis-imgs .devis-img:first-child:before{
        height: 400px;
        width: 210px;
        left: -8vw;
        top: 30px;
        object-fit: cover;
    }
    .atout-item-AT{
        padding: 30px 0px;
    }
    
    .tete .logo-site a img {
        width: 250px;
    }

.button, a.button {
    height: 200px;
    width: 200px;
}

a .button__text {
    font-size: 17px;
}

a .button__text span {
    inset: -17px;
}

.button__circle {
    height: 110px;
    width: 110px;
}
        .propor.pic-1{
        width: 65% !important;
        right: -336px;
    }
        .atout-card{
            min-height: 450px;
        }
    .r_name{
        width: 350px;
        height: 150px;
        font-size: 27px;
        right: 300px;
        bottom: -77px;
    }

.r_name span {
    font-size: 60px;
}

.r-img {
    top: 0;
}
    .h1, h1 {
        font-size: 80px;
        /* line-height: 85px; */
        /* margin-bottom: 110px; */
    }

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    margin: 0 180px;
    height: 100px;
    width: 100px;
}

a.merlo {
    width: 500px;
}

.card-body a.btn-card:before, .card-body a.btn-card:after {
    display: none;
}

a.btn-card {
    width: 150px;
    height: 150px;
}

.atout-item-AT .atout-item {padding: 30px 20px;}

.atout-item_icon img {
    width: 70px;
}
    
    .addedContent {
        font-size: 25px;
    }
    
    .certifs {
        padding: 5em 10% 6em;
    }
    
    .certifs .swiper-slide .img-swiper {
        height: 200px;
    }
    
    .AvisClients, .AvisClients:link, .AvisClients:visited {
        min-height: 490px;
        padding: 4rem 7% 7rem;
    }
    
    .actualites .date_post, .news .date-article {
        font-size: 35px;
    }
    
    .AvisClientsBg, .realisations {
        padding: 4em 10% 7em;
    }
    
    .atouts img {
        width: 100px;
    }
    
    .swiper-button-prev, .swiper-button-next, .swiper-button-prev1, .swiper-button-next1 {
        height: 70px;
        width: 70px;
    }
    
    .swiper-button-prev ,.swiper-button-prev1{
        left: -70px;
    }
    
    .swiper-button-prev i, .swiper-button-next i, .swiper-button-prev1 i, .swiper-button-next1 i {
        font-size: 30px;
    }
    
    .swiper-button-next ,.swiper-button-next1 {
        right: -70px;
    }

.swiper-navigation ,.services .swiper-navigation {
    margin-top: 80px;
}
        .body-page-1 .services, .body-pageseo .services{
            padding: 7rem 10% 13rem;
        }
    
    .pied .title_footer {
        /* font-size: 35px; */
    }
    
    .horaire-infos {
        font-size: 20px;
    }
    
    .accMap iframe {
        max-height: 450px;
    }
    
    ul li:before {
        height: 50px;
        font-size: 25px;
        left: -30px;
        top: 8px;
    }
    
    .flex-address i {
        margin-top: 7px !important;
        font-size: 30px !important;
    }

address i {
    font-size: 30px !important;
}
    
    .pied .bande1 {
        padding: 7rem 12% 5rem;
    }
    
    .pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited, .pied address, .pied .horaires ,.pied .menu_referencement li a, .pied .menu_referencement li a:visited {
        /* font-size: 22px; */
    }
    
    .atouts {
        padding: 7em 10% 9em;
    }
    
    .atout-card h3 ,.AvisClients .h {
        font-size: 35px;
        line-height: 40px;
    }
    
    .date_post {
        font-size: 22px;
        padding: 20px;
    }
    
    .AvisClients p {
        font-size: 30px;
    }
    
    .atout-text p {
        font-size: 27px;
    }
    
    .realisations .row.gallery {
        grid-template-rows: 600px 600px;
        grid-gap: 30px;
    }
    
    .r-flex .row.recup-photos.gallery {
        /* height: 50vh; */
    }
    
    .page-contenu-home .mCustomScrollBox {
        min-height: 400px;
    }
    
    body ,.intervention .contenu {
        /* font-size: 25px; */
    }
    
    .titre-secondaire {
        font-size: 35px;
    }
    
    .navh .menu_principal a, .navh .menu_principal a:visited {
        font-size: 32px;
    }
    
    .tete .infos .tel {
        font-size: 32px;
    }
        a.bouton-principal, button.bouton-principal, .cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal, .cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span ,.cta a.bouton-principal{
            font-size: 30px;
            /* padding: 15px 30px !important; */
        }

.card-body {
    bottom: 40px;
}
}   
/********************************************************/

@media(max-width: 1530px) {
    .header {
        padding: 0;
    }
    .tete {
    height: auto;
    padding: 1vh 3vw;
}
.body-page-1 .hide-print.banniere.cover {
    height: 60vh;
}
article.page.clear.mCustomScrollbar {
    height: 27vh;
}
.horaires .horaire-table tr {
    width: 100%;
}

.images-f .propor {
    height: 47vh;
    z-index: 1;
    left: initial;
    right: 0;
    overflow: visible;
}
	.propor.pic-2 {bottom: 0;}

.propor.pic-2:before {
    height: 110px;
    top: -150px;
}

.r_name {
    right: -30px;
}
}

@media(max-width: 1376px) {
    header .tel-header .icones {
    width: 1.9rem;
    margin: 1rem 0 0 1rem;
    height: 1.9rem;
    fill: var(--color0);
}
header .tel-header .t_affiche{
    /* width: 2rem !important; */
    height: 3rem;
}
    .flex-infos {
        /* display:none; */
    }

.tete .infos .callTracker span {
    width: fit-content;
    min-width: fit-content;
}

header .btn-liens-rs .btnrs svg {
    width: 2rem;
    height: 2rem;
}
    :root ,.actualites .date_post, .news .date-article {
    --taille_font: 14px;
    font-size: 14px;
    }

.atout {
    padding: 4em 4% 12vh;
}

.AvisClients p {
    min-height: 100px;
}

.mySwiper-bann .swiper-button-prev, .mySwiper-bann .swiper-button-next {
    margin: 0 70px;
}

.AvisClients .h {
    font-size: 15px;
}

.AvisClientsBg, .realisations {
    padding: 1em 4% 1em;
}



.pied .bande1 {
    padding: 5rem 1% 0rem;
}

.actualites .cell.texte .contenu .h1 {
    margin-bottom: 40px;
}

.atout-item__title {
    font-size: 18px;
}

.atout-item-AT {
}

.atout-item_icon {
}

.atout-item_icon img {
    width: 40px;
}
    .card-title h3{
        min-height: initial;
        font-size: 19px;
        padding: 0
    }

    .card-body {
        padding: 0 1rem 0rem !important;
    }

    .fluid-infos .infos p.tel {
        display: none;
    }

    .btn-liens-rs {
    }

    .tete .header .flex-menuP, .tete.fixed .header .flex-menuP {
        width: 97%;
    }

    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999
    }

    .fluid-infos .infos p.tel {
        margin: 0;
        position: relative;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 9px 9px;
        display: table;
        color: var(--color0)
    }

    .fluid-infos .infos p.tel span {
        height: initial;
        line-height: 1;
        top: 7px;
        position: relative
    }

    .fluid-infos .infos .tel .icones {
        margin: 0 15px 0 0;
        width: 26px;
        height: 26px;
        float: left
    }

    .fluid-infos .infos p.tel:hover {
        left: 0
    }

    .fluid-infos .infos .btn-partage {
        position: relative;
        margin: 8px 0 0;
        display: flex;
        left: 155px;
        transition: .5s;
        background: var(--color1);
        line-height: 1;
        padding: 7px 9px;
        align-items: center
    }

    .fluid-infos .infos .btn-partage .icones {
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage .icones.icone-partage {
        width: 25px;
        height: 25px;
        top: 5px;
        margin-right: 14px;
        fill: var(--color0)
    }

    .fluid-infos .infos .btn-partage:hover {
        left: 0
    }

    .fluid-infos .icone-share {
        display: block;
        width: 34px;
        height: 22px;
        fill: var(--color0);
        padding-right: 10px
    }

    .tete .header .btn-partage .icone-partage {
        display: block
    }
}

@media (min-width: 768px) {
    .dispaly_flex {
        display:flex
    }

    .flex_child_2 {
        flex: 2
    }

    .flex_child_1 {
        flex: 1
    }
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .lightboxOverlay {
        overflow:scroll
    }

    .lightboxOverlay::-webkit-scrollbar {
        width: 0
    }
}

@media (max-width: 991px) {
.formulaire.contact-footer {
    width: 100%;
}

:root {--border-radius: 5px;
    --border-radius2: 10px;
    --radius: 5px;

}.gallery.node-2 {
    display: flex;
    gap: 1%;
    flex-direction: column-reverse;
    flex-wrap: wrap;
}.gallery.node-2 .retrait {
    width: 100%;
    display: flex;
    height: 22vh;
}.actu { display: block; } article.news { width: 100%; } .block.block-2 { width: 100%; margin-left: 0; }
    .bloc-item{width: 100%;text-align: left;border-right: 0;padding: 3vw;}
.certifs .swiper-slide .img-swiper {
    background-size: 92%;
}
.bloc-item span {
    font-size: 20px;
}
    .bloc-item:nth-child(even){transform: translate(0);border-left: 0;}

.bloc-item:nth-child(even):before {
    display: none;
    border: 0;
}
    .actualites .cell.texte .contenu .h1,.actualites .cell.texte .contenu .h1, .actualites .cell.texte .contenu .h1 .titre-secondaire{text-align: left;}
    .atout-item-AT .atout-item{padding: 2vw}
    .atout-item__content p{
    font-size: 1.2vw;
}
    .card-img{height: 30vh;}
  body.body-gallery.body-gallery-4 h1:first-of-type,  body.body-gallery.body-gallery-2 h1:first-of-type {
 
    display: none;
    }
    .certifs .swiper-slide img{
    }
    .livre-elements{
        padding:0
    }
    .atout-item__title{
        text-align:start
    }
    .Atout-AT .atoutLeft{
        width:100%;
        margin: 0 0 0;
    }
    .atoutRight {
    display:none
    }
    .btn-partage .icones{
        
width: 25px;
        
margin: 0;
        
height: 16px;
        
top: 1px;
    }
div#contactButtonsMobile a {
    border-radius: var(--border-radius) !important;
}
.btn-partage .btnp {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}.realisations .contenu {
    padding: 3vh 7vw;
}.panel-heading {
    padding: 0 2vw;
}
.recup-photos .col-md-4:last-child {
    /* width: 100%; */
}

.h1 b {
}

.realisations .contenu {
    padding: 3vh 7vw;
}
    .r-flex ,.nouveaute-cont{
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
        gap: 0;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        padding: 3vh 6vw;
    }
    .propor.pic-2{
        position:relative !important;
        width: 100% !important;
    }
    .body-page-1 .fluid-contenu .corps {
    padding: 7vw 3% 7vw;
}
    .r_name ,.propor.pic-2:before{
        display:none
    }
    .service2{
        
padding: 3em 5%;
    }

.service2-image img {
    width: 200px;
}

.service2-contenu {
    padding: 0;
}
    .btnMobile{
        display:none
    }

    .propor.pic-1{
        top: 0;
        left: 0;
        right: initial;
        display: none;
    }
    .contact .tab-coordonnes .cell.gauche .contenu h2{
        font-size:25px;
    }
    .prestation{
        
margin-bottom: 5rem;
    }

    .card-body {
    bottom: 20px;
    min-height: 10vh;
    gap: 1vh;
    }
    
    label.checkbox.label-rgpd{
        font-size:13px
    }
    .actualites article ,.flex-seoContain{
        flex-direction:column;
    }
        .Atout-box .acc-partage{
            display:none;
        }

.slogan .sous-titre,.Atout-AT .Atout-box:first-child,.Atout-AT .Atout-box:last-child,.flex-seoContain .seo-content, .flex-seoContain .seo-form, .contact .tab-coordonnes .cell.gauche ,.contact .tab-coordonnes .cell.droite {
    width: 100%;
}

.Atout-AT .Atout-box:last-child img {
    height: 300px;
    width: 100%;
}

.Atout-AT .Atout-box:last-child:before ,.propor.pic-1:before {
    opacity: 0;
}

.Atout-AT .Atout-box:first-child {
    padding: 0;
}

.Atout-AT .atoutLeft h2.h1 {
    text-align: left;
    margin-bottom: 28px;
}.panel-heading {
    padding: 0 2vw;
}

.Atout-AT .atoutLeft h2.h1:before, .actualites .cell.texte .contenu .h1:before {
    left: 50%;
    transform: translate(-50%);
    margin: 0;
}

.Atout-AT .atoutLeft h2.h1 span.titre-secondaire {
    text-align: left;
    font-size: 20px;
    margin: 0;
}

.contact .tab-coordonnes {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
    .bande_contact_footer .row1{
        
padding: 4vw 8%;
    }

.actualites .cell.photo ,.actualites .cell.texte {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.intervention .contenu {
    padding:0
}
.actualites .cell.photo {
    height: 40vh;
}
    
    .realisations .row.recup-photos.gallery .col-md-3:nth-child(1) {
        grid-area: item1;
    }
    .pied .title_footer{
        font-size:25px
    }

.flex-address i {
    /* width: 20px; */
    font-size: 20px;
}

address i {
    margin-right: 20px;
}
    .actualites{
        padding: 2em 5%;
    }
    .body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal, p.bouton-principal, a.bouton-principal, button.bouton-principal ,.formulaire input.btn-primary{
        font-size: 15px !important;
        padding: 23px 33px;
    }

.body-page-1 .corps a.bouton-principal {
    margin-top: 17px;
}
    .img-service img{
        height:35vh
    }
    .body-page-1 .services, .body-pageseo .services{
        padding: 5rem 3% 3rem;
    }
    .nouveaute-element a img{
        height:100%
    }
    .contact .formulaire .form-group input.form-control{
        height:50px;
        padding: 0 10px;
    }
    .nouveaute-element .tiktok-overlay{
        background-size:50px;
    }
    .slogan{
        top: 5vh;
    }

.body-page-1 .slogan {
    top: auto;
}
    .intervention {
    padding: 7vh 3% 4vh;
}

.atout-item-AT {
    margin-top: 50px;
}
    .contact .formulaire .form-group input.btn-primary{
        top:0;
        font-size: 14px;
    }
    .AvisClients p{
        font-size:15px
    }
    


.Atout-AT {
    flex-direction: column;
}

.Atout-AT .Atout-box:first-child p:first-of-type {
    font-size: 16px !important;
}
         .row.r-flex:before, .realisations .row.recup-photos.gallery .col-md-3:nth-child(5), .realisations .row.recup-photos.gallery .col-md-3:nth-child(6) {
        display: none;
    }

.nouveaute-element {
    height: 30vh;
    width: 47%;
}

.nouveaute-element:nth-of-type(even) {
    margin-top: 0;
}

.r-text ,.r-img {
    width: 100%;
    inset: 0;
    left: -15px;
}
    .recup-photos .propor .propor-cont .imagecont img{
        object-position: center;
    }

.r-img img {
}
    .body-page-1 .banniere{
        height: 30vh !important;
        margin: 2vh 0 0;
    } .banniere{
        height: 26vh !important;
        margin: 2vh 0 0;
    }
.fluid-contenu {
    margin-top: 20vh !important;
}.body-page-1 .hide-print.banniere.cover:before {
    background: black;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    opacity: .15;
    border-radius: 0;
}
.body-page-1 .banniere {
    height: 30vh !important;
    left: 0;
    width: 100%;
    right: 0;
    top: 0;
    margin: 0;
    border-radius: 0;
}


.body-page-1 .fluid-contenu {
}
:root {
    --taille_font: 17px;
}

.pied .copyright-footer{text-align:center;}
.btn-liens-rs.btn-rs-center{justify-content: center !important;}
.txtFrm{flex-direction:column;}
.txtFrm span{width:100%;}
.nos-service{padding:1em 6% 2em;}

.stp-bg-p{display:none;}
    .stp-list i {
    height:25px;
    width:25px;
    min-height:25px;
    min-width:25px;
    padding-top: 4px;
    }

    .stepsAB.atoAB, .stepsAB{
        flex-direction: column !important;
        padding: 1em 6% 0em;
    }

.stepsAB.stepsAB2 {
    padding: 0em 10% 3em;
}
        .stp-bg,.stp-txt, .sAB .stp-bg, .sAB .stp-txt{
        width:100%;
    }

.stp-txt {
    padding: 2em 0%;
}
    .sAB i{
        display:none;
    }


    
    .flex-address i{
    margin-top: 5px !important;
}

address i {
    font-size: 14px;
    margin-right: 10px;
    width: unset;
}
    .avis-flex a.transition.AvisClients{
    max-width: 100%;
    width: 100%;
}
    .contact .tab-coordonnes .cell.gauche .contenu h2{
    font-size: 17px;
}

.tab-coordonnes h2:before {
    display: none;
}
    .pied .scrollbars{
    height: 200px;
}
    .pied .title_footer{
    font-size: 16px;
}
    .actualites .date_post, .news .date-article{
    font-size: 12px;
}

    .atouts{
    padding: 2em 5%;
}.swiper.avisSwiper {
    width: 100%;
}
    .intervention{
    padding: 2em 5%;
    display: block;
}
    :root {--taille_font: 16px;}.AvisClientsBg .contenu {
    padding: 3vh 5vw 5vh;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.AvisClientsBg .swiper-navigation {
    right: 7vw;
    margin: 0 0 0vh;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.map {
    margin: 6vh 0 0;
    width: 100%;
}

.map iframe {
    width: 100%;
}

.horaires .horaire-table tr {
    width: 100%;
}
        .corps {
        --taille_font:14px;
        font-size: var(--taille_font)
    }

    .atout{
    /* height: 190px; */
    padding: 0em 4% 1em;
}

.atouts p.legend {
    font-size: 18px;
}
    .services-container.services-flex{
    display: flex;
    flex-wrap: wrap;
}

.services-container.services-flex .service-item .service-desc h2 {
    font-size: 17px;
    line-height: 23px;
}

.services-container.services-flex .service-item .service-desc a {
    font-size: 12px;
}

.services-container.services-flex .service-item .service-desc {
    padding: 20px 10px;
}

.services-container.services-flex .service-item {
    width: 100%;
    height: 260px;
}
    .r-img{
    display: none;
}.container-service {
    padding: 3vh 4vw 7vh;
    width: 100%;
}
.container-service .swiper-navigation {
    position: relative;
    right: 14%;
}
.r-text {
    width: 100%;
    left: 0;
}
    .certifs .swiper-slide img{height: 16vh;}

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .container {
        max-width: none;
        width: auto
    }

.parcours .container {
    transform: translate(0);
    padding: 0;
}

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }
.btn-liens-rs .btnrs svg {
}

.flexbloc .tab-gallery {
    padding: 1vh 3vw;
}

.row.paddingContact {
    padding: 3vh 0 0;
}

.plan2 {
    display: none;
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
}

.contact .formulaire .form-group textarea.form-control {
    height: 140px;
}

label.checkbox.label-rgpd {
    font-size: 10px;
}

    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: auto;
        margin-top: 8px;
        float: right;
        font-size: 14px;
        padding: 12px 20px;
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }


    .pied .bande1 {
        padding: 5rem 10% 70px
    }
.contenu span.svg {
    margin: 3px 0 0;
}
    .prestation .cell.texte .contenu, .prestation:nth-child(even) .cell.texte .contenu {
        padding: 20px 3%;
        display: flex;
        flex-direction: column;
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }
.contenu.formulaire {
    width: 100%;
}

.contact .plan {
    width: 100%;
}

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: auto
    }
.btn-liens-rs .btnrs {
    width: 34px !important;
    height: 34px !important;
}.btn-liens-rs .btnrs svg {
}
body.body-page.body-page-1 .fluid-contenu .btn-liens-rs {
    margin: 2vh 10px 0;
}
.btn-liens-rs .btnrs svg {
    fill: var(--color0);
    transition: all .4s 
ease;
    width: 34px !important;
    height: 34px !important;
}
.btn-liens-rs {
    display: flex !important;
    align-content: center;
    justify-content: center !important;
    align-items: center !important;
}
    .body-page-1 .slogan {
        text-align: center;
        width: 100%;
        position: relative;
        background: var(--color1);
        top: 0;
        margin: 0;
        padding: 3vh 0  2vh;
    }

    .slogan .titre, body.body-page.body-page-1 .slogan .titre {
        font-size: 34px;
        line-height: 30px;
        text-shadow: 1px 2px 3px #00000061;
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .gallery .description-galerie, .gallery.node-2 .row.description-galerie.clear {
        padding: 0 0 40px;
        width: 100%;
    }

    .page-contenu-home {
        padding: 0 0
    }

    .certifs .cell.gauche .contenu {
        padding: 0 0
    }

    .intervention .contenu {
        padding: 0 0;
        display: block;
        width: 100%;
    }

    .actualites .cell.texte .contenu {
        padding: 0 0;
        font-size: 17px;
    }

    .bande_contact_footer {
        padding: 0
    }

    .flex-seoContain {
        flex-wrap: wrap
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: 0 0
    }

    .flex-seoContain .seo-form {
        width: 100%
    }

    .img-seo img {
        width: 100%;
        height: auto
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%
    }
.plan2 {
    display: none;
}
    .contact .tab-formulaire {
        padding: 0 0;
    }

    .livre-elements {
        padding: 0 0
    }
}
@media (max-width: 767px) {
    .top-logo img {
    top: 4px;
    width: 230px;
    left: -7vw;
}    .recup-photos .col-md-4:last-child {
        width: 100%;
    }
    .pied .bande2 .row{flex-wrap: wrap}
    .contact .tab-formulaire .contenu h2{font-size: 22px;}

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }
    .card-body{
    padding: 2vw 4vw 5vw !important;
    }
    .atout-item-AT {
    margin-top: 50px;
    grid-template-columns: 1fr;
    }

      .realisations .row.recup-photos.gallery {
    display: block;
    }


.body-page-1 .fluid-contenu {
}

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1, h1,.modal-header .h1 {
        font-size: 25px;
        margin-bottom: 44px;
    }

.card-title h3 {
    min-height: auto;
    margin-bottom: 5px;
}

.atout {
    padding: 0 3% 0;
}

.atout-item-AT .atout-item {
    gap: 15px;
}

.atout-item__content p {
    font-size: 10px;
}
.atout .swiper-navigation{
    margin: 20px auto 0;
}
.body-page-1 .services, .body-pageseo .services {
    padding: 2rem 3% 0rem;
}

.nouveaute-text {
    padding: 0;
}

.img-service img {
    height: 45vh;
}

.Atout-AT .swiper {}

article.page.clear.node-1.mCustomScrollbar {
    margin-bottom: 20px;
}

.r-flex .h1 {
    font-size: 25px;
}

.h3, h3 { font-size:19px;}

.newsList .item .h3 {
    font-size: 16px;
}
    h4, h4.panel-title {
    font-size: 15px;
}

h5 {
    font-size: 17px;
}

h6 {
    font-size: 16px
}


    .titre-secondaire, .r-flex span.titre-secondaire {
    padding-top: 1vh;
    font-size: 20px;
    }

.prestation .cell.texte .contenu span.titre-secondaire {
    font-size: 14px;
}

    .body-page-1 .slogan {
        position: absolute;
        background: transparent;
        width: 100%;
        text-align: center;
        padding: 132px 14px 0;
        top: 0;
        bottom: 0;
        height: fit-content;
    }

    .slogan {
        text-align: center;
    }

    .slogan .titre, body.body-page.body-page-1 .slogan .titre {
        font-size: 33px;
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 23px;
        letter-spacing: 0;
    }

    .fluid-contenu .corps ,.body-page-1 .fluid-contenu .corps {
        padding: 4vh 4vw;
    }

.flex-seoContain {
    flex-direction: column;
}

.flex-seoContain .seo-content ,.flex-seoContain .seo-form {
    width: 100%;
}

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important;
        width: 50%;
    }.recup-photos .col-md-4:last-child {
    width: 100%;
}

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important;
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }


.propor.pic-2 {
    position: relative !important;
    outline: none;
    width: 100% !important;
    right: 0;
    height: 289px !important;
}

.propor.pic-1 img {
    display: none;
}

    .certifs {
        display: block;
        padding: 1em 4% 0;
    }

    .certifs .cell.gauche {
        display: block;
        width: 100%
    }

    .certifs .cell.gauche .contenu {
        padding: 0;
    }

    .certifs .cell.droite {
        display: block;
        width: 100%;
        padding: 0 15px 30px
    }

    .certifs .cell.droite .bg-noir {
        padding: 40px 0
    }

    .cont-slider .controls {
        bottom: -20px
    }

    .services {
        display: block
    }

    .services .cell.gauche {
        display: block;
        width: 100%;
        height: 180px
    }

    .services .cell.droite {
        display: block;
        width: 100%
    }

    .services .cell.droite .contenu {
        padding: 30px 15px 40px
    }

    .realisations {
        display: block
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        /* margin-left: -5px!important; */
        /* margin-right: -5px!important; */
        padding: 2em 6%;
    }



    a.bouton-principal, button.bouton-principal ,.formulaire input.btn-primary {
        padding: 17px 20px;
        font-size: 14px !important;
    }

button.bouton-principal.hvr-shutter-out-horizontal.temoignage-show-form-button.btn-avis {
    float: left;
    margin: 0 0 1vh;
}

    .intervention ul {
        column-count: 1;
        width: 100%
    }

    .AvisClientsBg {
        padding: 2em 5%;
    }

.AvisClientsBg a.bouton-principal {
    margin-top: 3em;
}



    .temoignageScroll {
        max-height: 135px
    }

    .temoignageScroll {
        max-height: 185px;
    }

    .note-avis {
        flex-wrap: wrap
    }

    .bande_contact_footer .row1 {
        padding: 2rem 5%;
    }

label.checkbox.label-rgpd {
    font-size: 11px;
}

.bande_contact_footer {
    padding: 0px 0% 0px;
}

.contact .formulaire .form-group input.btn-primary {
    font-size: 13px;
    width: 100%;
    padding: 15px 20px;
    margin-top: 20px;
}

.contact .formulaire .form-group textarea.form-control {
    height: 121px;
}

    .divAvis {
        width: 100%
    }

    .pied .bande1 {
        padding: 30px 15px
    }

.pied .title_footer {
    font-size: 21px;
}

.pied address p {
    /* padding: 0 0 10px 15px; */
}
    address i {
    width: 16px;
    padding-top: 4px;
    font-size: 20px;
}

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 20px 0 0;
        justify-content: center
    }

    .pied .btn-partage a {
        text-align: center
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

.contact .tab-coordonnes .cell.gauche .contenu h2 {
    font-size: 20px;
}

    .contact .tab-coordonnes {
        display: block;
        width: 100%;
    }

    .contact .tab-coordonnes .cell.gauche {
        display: block;
        width: 100%;
        border: none
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0 15px 30px
    }

    .contact .tab-coordonnes .cell.centre {
        display: block;
        width: 100%
    }

    .contact .tab-coordonnes .cell.droite {
        display: block;
        width: 100%;
        height: 180px;
        overflow: hidden;
    }

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important;
    }

    .contact .tab-formulaire {
        display: block;
        padding: 0 0;
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        min-height: none;
        padding: 1em 3vw;
    }

.newsButtons {
    gap: 15px;
}

.actualites .date_post, .news .date-article {
    font-size: 15px;
}

.prestation {
    margin-bottom: 0em;
}

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

.prestation .cell.photo {
    height: 250px;
}

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu {
        padding: 30px 15px;
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0;
    }

    .gallery .description-galerie, .services .row.description-galerie.clear {
        padding: 0 0 40px;
        column-count: 1;
        column-gap: 0;
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

.pied .scrollbars {
    height: 301px;
}

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }
    .intervention {
    padding: 7vh 3% 4vh;
}

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 0 0
    }

    .h1,h1 {
        font-size: 30px;
    }

    .Atout-AT .atoutLeft h2.h1 span.titre-secondaire {
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }
}

@media (min-width: 991px) and (max-width:1199px) {
    .slogan .sous-titre {
        font-size:20px;
        line-height: 20px
    }.AvisClientsBg .contenu {
    padding: 5vh 3vw;
}
header.hide-print.tete.hidden-xs.hidden-sm {
    padding: 0 1vw;
    height: auto;
}.header-x {
    padding: 0 12px;
}

.header-x a {
    color: var(--color0);
}

.btn-liens-rs .btnrs {
    width: 36px;
    height: 36px;
}

.btn-liens-rs .btnrs svg {
    fill: var(--color0);
    width: 25px;
    height: 25px;
    transition: all .4s 
ease;
}
    .services a.bouton-principal {
        font-size: 11px
    }

    .body-error404 a.btn.btn-default,.contact .formulaire input.btn-primary,.contact a.btn.btn-default {
        padding: 16px 20px;
        font-size: 12px
    }

    .contact .coordonnees {
        padding: 0
    }

    .contact .formulaire .form-group input.btn-primary {
        width: 100%;
        margin-top: 8px;
        float: none
    }
}

.infinite-scroll .chargement {
    background: rgba(0,0,0,0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 32px;
    left: 50%;
    margin-left: -16px;
    position: absolute;
    width: 32px
}

.g-recaptcha {
    float: left
}

#g-recaptcha-response {
    left: 12px;
    position: relative;
    display: block!important;
    top: -45px;
    opacity: 0!important;
    margin: 0!important;
    height: 10px!important
}

@media print {
@page {size: portrait;margin: 2cm}
body {background-color: var(--color0);font-family: Serif; font-size: 10pt}
a:after {content: " [" attr(href) "] "}
h1,h2,h3 { font-family: verdana,serif}
.hide-print {display: none}
.hide {display: none}
.clear { clear: both}
div[class^=col-] {width: 100% }
.gallery .ligne-photos div[class=col-md-2] {width: 16.666666666667% }

    .gallery .ligne-photos div[class=col-md-3] {
        width: 25%
    }

    .gallery .ligne-photos div[class=col-md-4] {
        width: 33%
    }

    .gallery .ligne-photos div[class=col-md-6] {
        width: 50%
    }
}