:root {
    --color2: #ffffff;
    --color1: #ebbd49;
    --light: #d2a026;
    --nuanceColor1: #e2c46f;
    --color0: #080808;
    --color3: #222222;
    --bg-facultatif: #222222;
    /* --font_family_1:'Roboto-Light',sans-serif; */
    /* --font_family_2:'Roboto-Thin',sans-serif; */
    --font_family_1:'Oswald-bold',sans-serif;
    --font_family_2:'PTSans-Regular',sans-serif;
    --taille_font: 16px;
    --border-radius: 0px;
}
 .item-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000000, #00000096, #000000b3, #121212a6, #080808ba, #080808);
    z-index: 1;
}
/*================== Video =====================*/
    .video-header {
    position: absolute;
    inset: 0px;
}

.video-header video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
/*================== Video End =====================*/

/* loader */
.loader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: var(--color0);
    z-index: 99999999999;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loader img{width: 200px;}
/* loader */
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.insta-icon i {
    font-size: 18px;
}

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: 14px;
    color: var(--color1);
    top: 2px;
    width: 9px;
    height: 16px
}

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
}

.pied .horaire-table tr td {
    color: var(--color2);
    font-size: 14px;
}

article,aside,footer,header,hgroup,main,nav,section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0!important;
    margin-left: 0!important
}

.row.recup-photos.gallery .col-md-3 {padding: 0;}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.retrait {
    margin-left: -15px!important;
    margin-right: -15px!important
}

.transition {
    -webkit-transition: all .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(--color2);
    background-color: var(--color2);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px;
    padding: 2%;
}

.page-contenu .propor.e-1 img {
    width: 100%;
    transition: all .3s linear;
    position: relative;
    object-position: bottom;
    height: 100%;
    padding: 0% 0 5%;
    object-fit: cover;
    margin: 0;
}

.page-contenu a:hover img {
    transform: scale(1.05) rotate(0deg);
}

.page-contenu .propor.e-2 img {
    width: 80%;
    height: 80%;
    position: absolute;
    left: 0;
    border: 5px solid var(--color0);
    padding: 0;
    top: 0;
    transition: all .3s linear;
}

body {
    color: var(--color2);
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    background: var(--color0);
    letter-spacing: 1px;
    line-height: 1.7;
}

.accordion .section-1 {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.accordion {
    padding: 2% 0%;
}

.propor.e-1:after,.plan-img:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 90%;
    border: 1px solid var(--color1);
    top: -5%;
    right: -6%;
    z-index: -1;
}

.dd-item {
    padding: 30px 40px;
    border-radius: var(--border-radius);
    transition: all .3s linear;
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: var(--color0);
    border: 1px solid #bf9c3d3d;
    justify-content: center;
    align-items: center;
}

.dd-item .img {font-size: 2vw;color: var(--color1);}

.dd-item span {
    font-family: var(--font_family_2);
}

.dd-item:hover {
    transform: translateY(-10px) !important;
    box-shadow: 1px 1px 50px #0000000f;
}

.section-dd {
    display: grid;
    background: var(--color0);
    background-size: cover;
    background-attachment: fixed;
    padding: 4% 10% 6%;
    position: relative;
    grid-gap: 20px;
    grid-template-columns: repeat(4, 1fr);
}

.bande_contact_footer .contact-img {
    height: 785px;
    position: relative;
}

.bande_contact_footer .contact-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: #b4b4b4;
}

.plan-map {
    display: block;
}

.plan-map iframe {
    width: 100%;
    height: 35vh;
    /* filter: invert(1); */
}

.img-bloc {
    position: relative;
    width: 80%;
}

.img-bloc:before {
    content: "";
    position: absolute;
    width: 50%;
    height: 90%;
    border: 1px solid var(--color1);
    top: -5%;
    left: -5%;
    z-index: -1;
}

.img-bloc:after {
    position: absolute;
    width: 150px;
    height: 110px;
    background: url(../images/d.svg);
    background-size: contain;
    bottom: -5%;
    right: -5%;
    content: "";
    z-index: 1;
}

.demarche .img-bloc img {
    transform: rotateY(180deg);
}

.img-bloc img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.demarche .atout-container .atout-bloc:before {
    content: "";
    position: absolute;
    width: 55vw;
    height: 60vh;
    left: -30vw;
    top: -20%;
    z-index: 0;
    background: aliceblue;
    border-radius: 5%;
}

.formulaire.contact-footer {
    padding: 9% 10%;
    border-radius: var(--border-radius);
    background-position: center left;
    position: relative;
    background:var(--color0);
    border: 1px solid var(--light);
}

div#contact-form {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 50px;
}

.picto {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.picto p {
    display: none;
}

.formulaire.contact-footer .h1,.prestation .cell.texte .h1 {
    text-align: center;
    font-size: 35px;
    text-wrap: balance;
}

.prestation .cell.texte .h1 {
    font-size: 22px;
}

.page-contenu-home .propor,.page-contenu-home .propor-cont {
    position: relative;
    height: 100%;
}

.propor.e-1 {
    height: 65vh;
}

.propor.e-1:before,.plan-img:before {
    position: absolute;
    width: 150px;
    height: 110px;
    background: url(../images/d.svg);
    background-size: contain;
    bottom: -5%;
    left: -5%;
    content: "";
    z-index: 1;
}

.body-page-1 .fluid-contenu .corps:before {
    content: "";
    width: 86%;
    position: absolute;
    height: 80%;
    left: 0%;
    /* background: url(../images/abstract-2.png); */
    top: 20%;
    border-radius: var(--border-radius);
    background-size: contain;
    opacity: .1;
    background-repeat: no-repeat;
    background-position: left;
}

.page-contenu-home .propor a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: CENTER;
    overflow: hidden;
}

.propor.e-2 {
    position: absolute;
    width: 50%;
    top: 40%;
    height: 100%;
    left: 45%;
}

.video-header {
    position: absolute;
    inset: 0;
}

.video-header video {
    height: 100%;
}
body.body-gallery .video-header{position: relative;}
body.body-gallery .video-header iframe {
    width: 100%;
    min-height: 412px;
}

.slogan-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    z-index: 2;
    position: absolute;
    color: var(--color0);
    letter-spacing: .4px;
    padding: 20px;
    text-align: center;
}

.slogan-mobile p {
    font-size: 20px;
    color: var(--color1);
}

.slogan-mobile h1 {
    margin: 0;
    font-size: 40px;
    color: var(--color2);
}

.slogan-mobile h1:before {
    display: none;
}

.map {width: 50%;}

.map iframe {
    width: 100%;
}

.nosServicesBg {
    padding: 4em 10% 4em;
    background: var(--color0);
    background-size: cover;
    position: relative;
    overflow-x: clip;
}

.banniere .swiper-button-prev {
    left: 40px;
}

.banniere .swiper-button-prev, .banniere .swiper-button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 65px;
    border: 0;
    margin-top: 0px;
    transition: all .3s linear;
    position: absolute;
    clip-path: polygon(20% 0, 80% 0, 100% 50%, 80% 100%, 20% 100%, 0% 50%);
    background: #ffffff1f;
}

.banniere .swiper-button-prev:hover, .banniere .swiper-button-next:hover {
    background: var(--color1);
    border-color: var(--color1);
}

.banniere .swiper-button-prev i, .banniere .swiper-button-next i {
    color: #ffffff75;
    font-size: 20px;
}

.banniere .swiper-button-next {
    right: 40px;
}

a,a:link,a:visited {
    color: var(--color1);
    text-decoration: underline
}

.btn-partage a {
    width: 35px;
    height: 35px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: all .3s linear;
}

.pied .btn-partage a {
    background: transparent;
}

.pied .btn-partage a:hover {
    background: var(--color2);
}

.btn-partage a:hover {
    transform: rotateY(360deg);
    background: var(--color1);
}

a i.fa-solid.fa-envelope {
    font-size: 18px;
}
a.fb-icon i {
    font-size: 17px;
}
.sitemap a{color: var(--color2);text-decoration: none;}
a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color2)
}
.sitemap a:hover{color: var(--color1);}
a:active {
    outline: 0
}

.h1,.h2,.h3,h1,h2,h3,h4,h5,h6 {
    color: var(--color2);
    font-family: var(--font_family_1);
    line-height: 1.5;
}

.h1,h1 {
    font-size: 37px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 50px;
    position: relative;
    letter-spacing: 1px;
    text-wrap: balance;
}
.contact.node-5 h1.sans-image {
    text-transform: uppercase;
}
.h1.text-left-home,.h1.text-left-home .titre-secondaire{text-align: left;}
h1.sans-image.text-left:before,.h1.sans-image.text-left-home:before {
    left: 0;
    transform: translate(0);
    margin: 0;
}

.h1:before, h1:before {
    content: "";
    width: 50px;
    background: var(--color2);
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin-left: 0;
    height: 1px;
    transform: translate(-50%);
}
.h2,h2 {
    font-size: calc(var(--taille_font) + 1rem)
}

.h3,h3 {
    font-size: calc(var(--taille_font) + .7rem)
}

h4 {
    font-size: calc(var(--taille_font) + .4rem)
}

h5 {
    font-size: calc(var(--taille_font) + .3rem)
}

h6 {
    font-size: calc(var(--taille_font) + .2rem)
}

.h1 a,.h1 a:link,.h1 a:visited,.h2 a,.h2 a:link,.h2 a:visited,.h3 a,.h3 a:link,.h3 a:visited,h1 a,h1 a:link,h1 a:visited,h2 a,h2 a:link,h2 a:visited,h3 a,h3 a:link,h3 a:visited,h4 a,h4 a:link,h4 a:visited,h5 a,h5 a:link,h5 a:visited,h6 a,h6 a:link,h6 a:visited {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

.h1 a:hover,.h2 a:hover,.h3 a:hover,h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {
    text-decoration: underline
}

.titre-secondaire {
    position: relative;
    font-size: 1.1vw;
    padding: 0px 0 0px;
    margin: 0;
    font-weight: 100;
    color: var(--color1);
    text-align: center;
    margin-bottom: 0;
    display: block;
    text-transform: initial;
    font-family: var(--font_family_2);
    letter-spacing: 1.5px;
    line-height: 1.7;
}

.atout-desktop span.titre-secondaire {
    text-align: left;
}

.text-left span.titre-secondaire {
    text-align: left;
}

.badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 139px;
    height: 139px
}

.bg-optionnel {
    background: url(../images/bg-optionel.svg) repeat top center;
    background-size: 60px auto
}

.bg-optionnel-gris {
    background: var(--color2) url(../images/bg-optionel-gris.svg) repeat top center;
    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-color: transparent;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
}

.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.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 {
    background: var(--color1);
}

.hvr-shutter-out-horizontal:active:before,.hvr-shutter-out-horizontal:focus:before,.hvr-shutter-out-horizontal:hover:before {width: 100%;height: 100%;top: 0;left: 0%;background: var(--nuanceColor1);z-index: -1;border-color: transparent;}

a.bouton-principal,button.bouton-principal {
    text-align: center;
    font-family: var(--font_family_2);
    color: var(--color2);
    text-decoration: none;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: var(--border-radius);
    transition: all 0.3s linear;
    letter-spacing: 1px;
    /* border-top: 1px solid #cc9a3285;
    border-bottom: 1px solid #cc9a3285; */
    background: transparent;
    position: relative;
    z-index: 1;
    display: inline-block;
    justify-content: center;
    border: 1px solid var(--light);
}

.btn-news a.bouton-principal,.btn-news button.bouton-principal,.btn-service a.bouton-principal,.btn-service button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_2);
    /* color: var(--color0); */
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    /* text-transform: uppercase; */
}

.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 {
    width: 120px;
    margin: 15px 0 0px;
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 9000;
    transition: .5s;
    padding: 0 0%;
}

.tete.fixed {
    padding: 0;
    box-shadow: 10px 10px 10px #00000008;
}

.header {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 10%;
}

.row.relative.header:before,.row.relative.header:after {
    display: none;
}
.btn-liens-rs {
    text-align: left;
    padding: 0rem 0 0;
    display: flex;
    justify-content: flex-start;
    position: relative;
    gap: 0.4vw;
}

.btn-liens-rs .btnrs {
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.btn-liens-rs .btnrs svg {
    fill: var(--color1);
    width: 3rem;
    height: 3rem;
    transition: all .4s ease;
}

.btn-liens-rs .btnrs:hover svg {
    fill: var(--light);
}

.hidden {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.btn-view-more {
    display: flex;
    align-items: center;
    margin-top: 0;
    cursor: pointer;
    font-size: 16px;
}

.plus-icon {
    font-size: 20px;
    margin-right: 8px;
}

.extra-socials-container {
    position: absolute;
    display: none;
    transition: all 0.4s ease;
}

.extra-socials-container.show {
    display: flex !important;
    flex-direction: column;
    width: 3.3rem;
    top: 72px;
    right: 0;
    gap: 0.4vw;
}

.view-more-text {
    font-size: 16px;
    font-weight: bold;
    color: var(--color2);
    background: var(--color0);
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.4s ease, background-color 0.4s ease;
}

.view-more-text:hover {
    transform: rotate(360deg);
    background-color: var(--color1);
}

.btn-liens-rs .btnrs.extra-social {
    display: none;
}

.btn-liens-rs .btnrs.extra-social.show {
    display: inline-flex !important;
    animation: fadeIn 0.3s ease;
    opacity: 1;
    margin: 0 0 6px;
}

.btn-liens-rs .btnrs svg.picto.darkpicto {
    filter: drop-shadow(0px 0px 4px #00000082);
    transition: all .4s ease;
}

.btn-liens-rs.btn-rs-center {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 3vh 0 0;
}

.btn-liens-rs.btn-rs-center .btnrs svg {
    fill: var(--color1);
}

.btn-liens-rs.btn-rs-center .btnrs:hover svg {
    fill: var(--nuanceColor1);
}

.fixed .header {
    background: var(--color3);
}
.row.relative.header .btn-rs{}
.fixed.tete .row.relative.header .btn-rs{display: block;}
.header-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all .3s linear;
    padding: 10px 10%;
    position: relative;
    background: var(--color0);
}

.flex-logo, .map-top {
    display: flex;
}

.row.relative.header-1 .btn-rs {
    justify-content: center;
}

.flex-logo {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.header-1:after {
    display: none;
}

.row.relative.header-1:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.fixed .header-1 {/* display: none; */}

.row.relative.header-1 p {
    margin: 0;
    font-size: .8vw;
    font-family: var(--font_family_2);
}

.row.relative.header-1 p span.texte {
}
.tete .header .flex-logo {
    width: 15%
}

.tete .header .flex-infos {
    width: 25%;
    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
}

span.logo {
    font-size: 33px;
    color: var(--color0);
}

.tete .logo-site a img {
    height: auto;
    width: 10vw;
    transition: all .3s linear;
    padding: .4vw;
}
.tete.fixed .logo-site a img{width: 9vw;padding: 4px;transition: all .4s ease;}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    font-weight: 700;
    color: var(--color0);
    padding: 8px 14px 8px;
    margin: 0;
    font-family: var(--font_family_1);
    background: var(--color2);
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap
}

.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: space-around;
    align-items: center;
    column-gap: 10px;
    gap: 10px;
    justify-content: center;
    height: 100%;
    margin: 1em 0;
    font-weight: 100;
}

.cta a.bouton-principal:after {
    display: none;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal {
    text-align: left;
    font-family: var(--font_family_2);
    color: var(--color2);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: inherit;
    border-radius: var(--border-radius);
    overflow: hidden;
    align-content: center;
    justify-content: center;
    align-items: center;
    background: transparent;
    transition: all .3s linear;
    font-size: 16px;
    letter-spacing: 1.5px;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal:hover,.cta a.bouton-principal:hover, button.bouton-principal:hover, .cta .tel-header:hover {
    background: var(--color1);
    color: var(--color2);
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    text-align: center;
    min-width: auto;
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    padding: 10px 20px !important;
    /* padding-right: 41px !important; */
    letter-spacing: 1.5px;
    color: var(--color2);
    background: transparent;
    border: 1px solid var(--light);
}
.cta a.bouton-principal::before{display: none;}

.callTracker:not(.active) a:hover,.callTracker:not(.active):hover {
    color: var(--color1);
}
.row.relative.header-1 p:hover {
    color: var(--color2);
}

.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
}

a.imagecont.noflicker.img1 {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px
}

.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;
    letter-spacing: 1px;
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}
header .callTracker.active .t_phone{color: var(--color2);}

.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 {
    color: var(--color0);
    background: var(--nuanceColor1)
}

.tete .widget-partage {
    display: none
}

.btn-partage .btnp {
    width: 36px;
    height: 36px;
    border-radius: var(--border-radius);
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    transition: all .4s ease;
    text-align: center;
    justify-content: center;
    align-items: center
}

.tete .infos.infos_small .btn-partage .btnp {
    width: 29px;
    height: 29px
}

.btn-partage .btnp:hover {
    transform: rotate(360deg);
    background-color: var(--nuanceColor1)
}

.copyright {
    text-align: justify
}

.tete .btn-partage {
    padding: 0;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    width: 100%;
}

.tete .btn-partage i {
    color: var(--color0);
}

.tete .header .flex-menuP {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.navh .menu_principal {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    margin: 0;
}

.navh .menu_principal>li.active a, .navh .menu_principal>li a:hover,.tete.fixed .navh .menu_principal>li.active a,.tete.fixed .navh .menu_principal>li a:hover{color: var(--color1);}
.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 2rem;
    background: 0 0
}

.navh .menu_principal>li:before {
    content: none
}

.navh .menu_principal>li:last-child {
    background: 0 0
}

.navh .menu_principal a,.navh .menu_principal a:visited {
    position: relative;
    color: var(--color2);
    display: block;
    font-size: 15px;
    padding: 15px 0;
    text-decoration: none;
    font-family: var(--font_family_2);
    transition: all .4s ease;
    letter-spacing: 2px;
}

.tete.fixed .navh .menu_principal a, .tete.fixed .navh .menu_principal a:visited {
    color: var(--color2);
}
.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    /* background: var(--color2); */
    left: 0;
    bottom: 0px;
    transition: .5s
}

.navh .menu_principal a:hover:after,.navh .menu_principal li.active>a:after {
    width: 100%
}
.icone-share {
    display: none
}
.btn-partage .icones {
    width: 50px;
    margin: 0px;
    height: 35px;
    position: relative;
    left: 0;
    fill: var(--nuanceColor1);
    border-radius: var(--border-radius);
    padding: 8px;
}

.btn-partage svg.icones * {
}
.fixed.tete .row.relative.header .btn-rs .icones {fill: var(--color2);}

.slogan {
    position: relative;
    color: var(--color1);
    width: 100%;
    padding: 0 4%;
    margin: 0;
    text-align: center;
    z-index: 3;
    top: 80px;
}

.slogan h1 {
    position: relative;
    color: var(--color2);
    width: 100%;
    margin: 0;
    text-align: center;
    z-index: 2;
}

.body-page-1 .slogan h1 {
    font-size: 4vw;
    text-align: center;
    text-shadow: 0 1px BLACK;
}

.h1.slogan:before,.slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none;
}

.slogan .titre {
    font-size: 40px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 4px 4px 30px #000;
}
body.body-pageseo .slogan .titre{font-size: 40px;}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 20px;
    font-family: var(--font_family_2);
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 12px;
}

.body-page-1 .slogan {
    text-align: center;
    width: 80%;
    position: absolute;
    top: calc(55% + 50px);
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 50%;
    padding: 0%;
}

.slogan > p {
    font-size: 25px;
    font-family: var(--font_family_2);
    letter-spacing: 2px;
    margin: 0px 0px 10px;
    text-shadow: 0px 0px 35px #000;
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120vw;
    height: 100vh;
    margin-left: -60%;
    margin-left: -60vw
}

.video-accueil video {
    width: 100%;
    height: auto;
    vertical-align: top;
    z-index: 1;
    position: relative
}

.video-accueil .banniere {
    z-index: 0
}

.foreground-video {
    height: 100vh
}

.foreground-video iframe {
    width: 100%;
    height: 115%
}

.background-video {
    width: 100%;
}

.banniere {
    position: relative;
    top: 0;
    margin-left: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.banniere::before {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    pointer-events: none;
    background: linear-gradient(180deg, #080808, #00000075, #080808);
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.body-page-1 .banniere::before {
    content: none
}
/* accordion */
.accordion .accordion-item {background: var(--color3);padding: 0 2%;}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid var(--light);
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 30px 1em 0;
  color: var(--color2);
  font-size: 16px;
  border: none;
  background: none;
  outline: none;
  transition: all .3s linear;
  font-family: var(--font_family_3);
  letter-spacing: .5px;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: var(--color1);
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: var(--color1);
  border: 1px solid var(--color1);
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  letter-spacing: 1.5px;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: var(--color1);
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 100%;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 16px;
  margin: 1em 0;
  font-family: var(--font_family_2);
  opacity: .7;
  line-height: 1.7;
}
/* accordion */
/* custom banner */
.telephone {
    color: var(--color2);
    display: flex;
    justify-content: flex-end;
    font-family: var(--font_family_2);
}

.telephone p {
    margin: 0;
}

.map-top i {
    color: var(--color1);
    padding-right: 10px;
    font-size: 20px;
}
.map-top .flex-address i{margin-top: 0px !important;}

.telephone i {
    color: var(--color1);
    padding-right: 10px;
}


.map-top {
    color: var(--color2);
    align-items: center;
    gap: 20px;
    letter-spacing: 1px;
}

.map-top .flex-address {
    align-items: center;
    display: flex;
    width: 100%;
}

.bannSlide {
    position: relative;
}
.swiper.bannSwiper.swiper-container-fade.swiper-container-horizontal{width: 100%;z-index: 1;position: relative;height: 100%;}
.bannSlide .item-slide {
    height: 100vh;
    width: 100%;
    animation: zoomInFaster 25s linear infinite 0s;
    -o-animation: zoomInFaster 25s linear infinite 0s;
    -moz-animation: zoomInFaster 25s linear infinite 0s;
    -webkit-animation: zoomInFaster 25s linear infinite 0s;
    background-size: cover;
    background-position: bottom;
}

.bannSlide .item-slide:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #000000, #00000096, #000000b3, #121212a6, #080808ba, #080808);
}
 /* zoomInFaster */
    
    @keyframes zoomInFaster {
        0% {
            transform: scale(1);
            -ms-transform: scale(1);
        }
        30% {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
        100% {
            transform: scale(1);
            -ms-transformm: scale(1);
        }
    }
    
    @-o-keyframes zoomInFaster {
        0% {
            transform: scale(1);
            -ms-transform: scale(1);
        }
        30% {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
        100% {
            transform: scale(1);
            -ms-transformm: scale(1);
        }
    }
    
    @-moz-keyframes zoomInFaster {
        0% {
            transform: scale(1);
        }
        30% {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
        100% {
            transform: scale(1);
            -ms-transformm: scale(1);
        }
    }
    
    @-webkit-keyframes zoomInFaster {
        0% {
            transform: scale(1);
            -ms-transform: scale(1);
        }
        30% {
            transform: scale(1.2);
            -ms-transform: scale(1.2);
        }
        100% {
            transform: scale(1);
            -ms-transformm: scale(1);
        }
    }
.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    z-index: 999;
    display: flex;
    width: fit-content;
    justify-content: center;
    align-items: center;
    height: fit-content;
    position: absolute;
    gap: 20px;
    padding-right: 10%;
    bottom: 55%;
    transform: rotate(90deg) translate(50%);
    left: 77%;
}

.swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: transparent;
    opacity: 1;
    margin: 15px 0px !important;
    border-radius: 0;
    position: relative;
    transition: all .1s linear;
}

.swiper-pagination-bullet:before {content:"";position: absolute;width: 8px;height: 8px;background: #ffffff8a;border-radius: 0;top: 50%;left: 50%;transform: translate(-50%, -50%);transition: all .3s linear;}

span.swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-bullet:hover {border: 2px solid #ffffff33;}

span.swiper-pagination-bullet.swiper-pagination-bullet-active:before,.swiper-pagination-bullet:hover:before {
    background: var(--color1);
}

/* custom banner */

@-moz-document url-prefix() {
    .banniere img {
        filter: blur(4px);
        width: 100%
    }

    .body-page-1 .banniere {
        filter: blur(0);
        width: 100%;
        left: 0
    }
}

.btn-descendre,a.btn-descendre {
    width: 30px;
    height: 60px;
    position: relative;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    margin-top: 60px;
    animation: pulse-border 1s linear infinite alternate-reverse;
    filter: grayscale(1) invert(1);
}

.btn-descendre img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.btn-descendre:hover, a.btn-descendre:hover {
    animation: none;
    top: 40px;
}

@keyframes pulse-border {
    0% {
        transform: translateY(30px);
        opacity: 1
    }

    100% {
        transform: translateY(50px);
        opacity: 1;
    }
}

.btn-descendre i {
    font-size: 30px;
    color: var(--color0);
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: var(--color0);
    margin-top: 0 !important;
}

.fluid-contenu .corps {
    padding: 4em 10% 4em;
    position: relative;
    background: var(--color0);
}
.body-page-1 .fluid-contenu .corps:after {
    /* content: "Diagnostic immobilier"; */
    position: absolute;
    right: 12%;
    font-family: var(--font_family_1);
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    font-size: 4em;
    -webkit-text-stroke-color: #d5d5d5;
    letter-spacing: 0px;
    border-right: 10px solid var(--color1);
    padding-right: 20px;
    bottom: 5%;
}

.page-contenu-home {
    position: relative;
    display: flex;
    gap: 4%;
    padding: 4% 0 0;
}

.page-contenu.page-contenu-home.clear > div:first-child {
    width: 60%;
}

.page-contenu.page-contenu-home.clear > div:last-child {
    width: 40%;
    padding: 0;
}

.page-contenu-home iframe {
    width: 100%;
    height: 600px;
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.recup-photos .propor .propor-cont .imagecont:hover:before {
    transform: translateY(0);
}

.recup-photos .propor .propor-cont .imagecont img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%;
    transition: all .3s linear;
}

.recup-photos .propor .propor-cont .imagecont:hover img {
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
}

.recup-photos .propor:after {
    padding-top: 78%;
    display: block;
    content: ''
}

.recup-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.recup-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: #0000006b;
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.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)
}

.certifs {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 3em 10% 4em
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 0em 13%;
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 2em 7% 4em
}

.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: 80% auto;
    -moz-background-size: 80% auto;
    background-size: contain;
    background-color: var(--color0);
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border: 1px solid  var(--light);
    object-fit: contain;
}

.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
}

.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: 8000;
    background-color: var(--color0);
    padding: 4em 10% 8em;
}

.actualites article {
    display: flex;
    width: 100%;
    gap: 20px;
}

.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(--border-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 10%;
    text-align: justify;
    direction: ltr;
}

.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: 10px auto 10px;
}

.view-btn-all i {
    margin-left: 8px;
    font-size: 14px
}

.actualites .date_post,.news .date-article {
    font-size: 15px;
    font-weight: 700;
    color: var(--color2)
}

.news .ligne-actus .date-article {
    margin-top: 18px;
    margin-bottom: 0
}

.news .ligne-actus .contenu-article {
    margin-top: 0
}

.news .contenu-article {
    margin-top: 21px
}

.AvisClientsBg {
    padding: 0 7%;
    background: var(--bg-facultatif);
}

.AvisClientsBg .bx-prev {
    left: -2vw
}

.AvisClientsBg .bx-prev:before {
    display: inline-block;
    content: "\f053";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color2)
}

.AvisClientsBg .bx-next {
    right: -2vw
}

.AvisClientsBg .bx-next:before {
    display: inline-block;
    content: "\f054";
    font-weight: 700;
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    color: var(--color2);
}

.AvisClientsBg .bx-next,.AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: .7;
    transition: .5s
}

.AvisClientsBg .bx-next:hover,.AvisClientsBg .bx-prev:hover {
    opacity: 1
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0 45px;
    display: block;
    height: auto!important
}

.etoiles .fa {
    color: #fc0
}

.AvisClientsList {
    margin: 0;
    padding: 0
}

.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: 2rem 9% 2rem;
    text-align: center;
    height: 300px;
    /* margin-top: 0; */
    display: block;
    text-decoration: none;
    border-radius: var(--border-radius);
    background: transparent;
    box-shadow: 1px 1px 30px #00000012;
    border: 1px solid #bf9c3d3d;
}

.AvisClients:active,.AvisClients:hover {
    background-color: var(--color0)
}

.AvisClients .h {
    font-size: 18px;
    color: var(--color2);
    text-align: center;
    font-weight: 600;
    margin-bottom: 0
}

.AvisClients p {
    font-size: 14px;
    margin-bottom: 0;
    color: var(--color2);
    padding-top: 15px;
    line-height: 1.7;
}

.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: 200px;
    text-align: center;
}

.temoignageScroll .scrollbar-content {
    padding: 0 10px 0 0;
    width: 100%
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0
}

.date_post {
    font-size: 15px;
    padding: 4px 0;
    color: #787777;
}

.date_post i {
    margin-right: 8px
}

.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
}

.livre-elements .blazy {
    margin: 0 auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px
}

.livre-elements .pseudo {
    margin-bottom: 6px;
    font-size: 21px;
    color: var(--color2);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600
}

.livre-elements .date {
    margin-bottom: 2px!important;
    color: var(--color2)
}

.livre-elements .etoiles {
    margin-bottom: 0!important
}

.livre-elements .temoignage {
    text-align: center;
    display: block;
    margin-top: 20px;
    font-size: 16px;
}

.livre-elements .temoignage:before {
    content: '\00AB';
    display: inline-block;
    margin-right: 5px
}

.livre-elements .temoignage:after {
    content: '\00BB';
    display: inline-block;
    margin-left: 5px
}

.divAvis {
    padding: 25px 27px;
    margin-bottom: 3rem;
    background-color: transparent;
    border-radius: var(--border-radius);
    width: 48%;
    box-shadow: 1px 1px 40px #00000014;
    border: 1px solid #bf9c3d29;
}

.btn-avis {
    margin-bottom: 50px;
}

.modal-content a,.modal-content a:link,.modal-content a:visited {
    color: var(--color2)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 40px;
    color: var(--color2);
    font-size: 1.6vw;
    font-weight: 700;
    text-shadow: none
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 16px;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgb(0 0 0 / 20%);
    color: var(--color2);
    text-shadow: none;
    font-family: Arial,Helvetica,sans-serif
}

.modal-content .btn-close {
    border: 0;
    background: 0 0;
    padding: 0;
    font-size: 21px;
    color: var(--color1);
    opacity: .4;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus,.modal-content .btn-close:hover {
    opacity: 1;
}

.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;
    color: var(--color2);
}

#add-review {
    text-align: center
}

label.checkbox.conditionsLabel {
    color: var(--color2);
}

#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(--color0);
    border: 1px solid #000;
    color: var(--color2);
    border-radius: 2px
}

.modal-content .form-control::placeholder {
    color: var(--color2)!important;
    opacity: 1
}

#add-review .submit-review {
    margin: 15px auto!important;
    padding: 14px 15px!important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 100px
}

#add-review .form-group.form-group-1 .col-md-10,#add-review .form-group.form-group-2 .col-md-10,#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,.modal-content .email-block {
    font-size: 10px;
    font-weight: 400;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color2)!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
}

.services {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    border-bottom: 2px solid var(--color0);
    min-height: 55vh
}

body.body-service-list .services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 40px;
}

.services.services-home {
    padding: 7rem 10%
}

.services .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    border-right: 2px solid var(--color0);
    background-position: center center;
    background-repeat: no-repeat
}

.services .cell.gauche .vegas-slide-inner {
    border-radius: var(--border-radius)
}

.services .cell.droite {
    display: table-cell;
    vertical-align: top;
    width: 50%
}

.services .cell.droite .contenu {
    padding: 6rem 12%
}

.services .cell.droite .contenu .liste-services {
    position: relative;
    display: block
}

.services .cell.droite .contenu .liste-services h3 {
    background: 0 0;
    padding: 0 0 0;
    margin: 0 0 9px
}

.services .cell.droite .contenu .liste-services h3:before {
    content: none
}

.services .cell.droite .contenu .liste-servicesl h3 .bouton-principal {
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal {
    font-size: 16px;
    color: var(--color0);
    margin: 0;
    display: block
}

.services .cell.droite .contenu .liste-services h3 .bouton-principal:hover {
    text-decoration: none
}

.btn-service {
    text-align: center;
    margin: 10px 0
}
.btn-service a span {
    display: none;
}

.services .miettes {
    list-style-type: none;
    list-style-image: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center
}

.services .miettes li {
    display: inline-block;
    vertical-align: top;
    background: 0 0;
    padding: 0
}

.services .miettes li:before {
    content: none
}

.services .miettes li a {
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: var(--color0);
    display: inline-block;
    opacity: .5
}

.services .miettes li a.active {
    opacity: 1
}

/* custom services */
.base-container {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    overflow: hidden;
}
.nosServicesBg .section-line {
    width: 4px;
    height: 100px;
    background-color: var(--color1);
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: auto;
    margin-top: 140px;
    margin-left: 120px
}

.services-block-wrap {
    width: 100%;
    /* grid-column-gap: 70px; */
    display: flex;
    position: relative;
    z-index: 2;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.description-services {
    width: 100%;
}

.description-services .h1, .description-services span.titre-secondaire {
    text-align: center;
    width: 100%;
}

.description-services:before {
    width: 30px;
    height: 40px;
    background-color: var(--color1);
    position: absolute;
    left: 0px
}

.description-services .paragraph-with-margin {
    margin: 15px 0 25px;
    font-size: 18px
}

.description-services .secondary-button.black-text.w-button {
    color: var(--color1);
    letter-spacing: .5px;
    background-color: var(--color0);
    border: 1px solid var(--color1);
    padding: 10px 20px;
    font-family: var(--font_family_1);
    font-weight: 400;
    line-height: 1.5em;
    transition: all .3s ease;
    text-decoration: none;
}

.description-services .secondary-button.black-text.w-button:hover {
    background: var(--color1);
    color: var(--color0);
    text-decoration: none
}

.card-wrapper {
    flex-direction: row;
    width: 100%;
    position: relative
}

.card-wrapper .services-list {
    overflow: hidden;
    padding-bottom: 6%;
}

.service-content {
    grid-column-gap: 30px;
    display: flex;
    width: 100%;
    position: relative;
    flex-direction: column;
}
.service-image {
    width: 100%;
    height: 500px;
    max-width: 100%;
    flex: none;
    overflow: hidden;
    background: var(--color2);
    align-items: center
}

.service-image img {
    height: 100%;
    transition: all .5s ease;
    width: 100%;
    object-fit: cover;
}

.service-image:hover img {
    transform: scale(1.2) rotate(0deg);
}

.service-content:hover .service-image img {
    height: 100%
}

a.link-cms {
    color: var(--color2);
    font-family: var(--font_family_1);
    font-size: 18px;
    text-decoration: none!important;
    transition: all .3s ease;
    text-align: center;
    letter-spacing: 1.5px;
    width: 100%;
    text-transform: uppercase;
}
p.paragraph-with-margin {
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: hidden;
    height: 112px;
    line-height: 1.4;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

.service-description {
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px 20px;
    display: flex;
    width: 100%;
    text-align: left;
    gap: 4px;
    background: linear-gradient(0deg, #211800, transparent);
    height: 100%;
    position: absolute;
    box-shadow: 5px 5px 40px #00000014;
    left: 0;
    overflow: hidden;
}

.service-description span.num {
    position: absolute;
    bottom: 0px;
    color: var(--color2);
    font-family: var(--font_family_1);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10em;
    transition: all .3s linear;
    opacity: 0;
    right: 0;
    transform: translateY(100%);
}
.service-description:hover span.num {color: var(--color1);transform: translateY(0%);opacity: .2;}

.service-description div {
    width: 100%;
}

.service-description .link-with-line {
    position: relative;
    font-family: var(--font_family_1);
}

.link-collection {
    color: var(--color0);
    text-transform: uppercase;
    text-decoration: none!important;
    margin-bottom: 10px;
    font-family: var(--font_family_1);
    font-size: 18px;
    display: inline-block;
    transition: all .3s ease
}

a.link-collection {
    color: var(--color1);
    text-transform: initial;
    letter-spacing: 1px;
    font-family: var(--font_family_1);
    background: transparent;
    padding: 0;
    font-size: 16px;
    margin: 0;
    letter-spacing: 1px;
}

a.link-collection:hover {opacity: .7;}
.service-content:hover .service-description .link-with-line .red-line {
    width: 100%
}
.swiper-button-next-serv,.swiper-button-prev-serv{border-radius: var(--border-radius);background: var(--color1);margin: 0px 0rem;display: flex;justify-content: center;align-items: center;text-align: center;width: 40px;height: 40px;font-size: 12px;transition: all .3s linear;color: var(--color2);border: 0;}

.swiper-button-next-serv:hover, .swiper-button-prev-serv:hover {
    background: var(--color3);
    color: var(--color2);
}.swiper-buttons{display:flex;justify-content:center;position:absolute;bottom:0px;left:50%;transform:translateX(-50%)}
.swiper-buttons {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    gap: 15px;
}
/* custom services */
/* Display Gallery Photo */

/* Gallery Photo  */
.realisations .row.recup-photos.gallery::before{display: none;}
.realisations .row.recup-photos.gallery{
  padding: 1% 0% 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-areas:
    "item1 item2 item2 item3"
    "item4 item2 item2 item5";
  grid-template-rows: 250px;
  grid-gap: 20px;
}

.realisations .row.recup-photos.gallery:before {
    display: none;
}
.recup-photos .propor{width:100%;position:relative;margin-bottom:10px;height: 100%;}
/* Gallery Photo  */

.realisations .row.recup-photos.gallery .col-md-3{width: 100%;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(1){grid-area: item1;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(2){grid-area: item2;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(3){grid-area: item3;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(4){grid-area: item4;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(5){grid-area: item5;}
.realisations .row.recup-photos.gallery .col-md-3:nth-child(6){grid-area: item6;}

/* Display Gallery Photo */
.AvisClientsBg,.realisations {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 4em 10% 5em;
    background: var(--color0);
    background-size: cover;
}

.AvisClientsBg a.bouton-principal:before, .AvisClientsBg a.bouton-principal:after {
}

.intervention a.bouton-principal:before, .intervention a.bouton-principal:after {
}

.intervention a.bouton-principal:hover:before, .intervention a.bouton-principal:hover:after {
    width: 100%;
}

.AvisClientsBg a.bouton-principal:hover:before, .AvisClientsBg a.bouton-principal:hover:after {
    width: 100%;
}

.realisations {
    background: var(--color0);
}

.realisations {
    padding: 4em 10% 2em;
}

.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)
}

.intervention {
    position: relative;
    z-index: 1;
    background: var(--color0);
    padding: 7em 10% 10em;
    display: flex;
    text-align: center;
    background-image: none !important;
    gap: 75px;
    align-items: center;
    overflow: hidden;
}

.plan-img {
    position: relative;
    width: 55%;
}

.intervention:before {
        content: "";
        position: absolute;
        width: 100vw;
        background: url(../images/abstract-1.png);
        height: 70%;
        left: 0%;
        top: -5%;
        opacity: .1;
        background-size: contain;
        background-position: top;
        z-index: -1;
        animation: anim 100s infinite linear;
}
.intervention .titre-secondaire {
    text-align: center;
}

.intervention .plan-map {
    width: 100%;
    position: relative;
}

.intervention .plan-map iframe {
    width: 100%;
    /* border: 10px solid #FF5722 !important; */
}
.intervention .contenu {
    padding: 0% 0% 0;
    width: 50%;
    line-height: 2;
    letter-spacing: 1px;
    text-align: left;
}

.intervention .text-center {
    text-align: left;
}
.intervention h2 {
    margin-top: 0;
    text-align: left;
}

.intervention h2:before {
    left: 0;
    transform: translate(0);
}

.intervention ul {
    margin: 30px 0;
    column-count: 2;
    width: 100%;
    text-align: left;
}

.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;
}

.pied .bande1 {
    padding: 10rem 10% 5em;
    position: relative;
    background: url(../images/drmremorq.jpeg);
    background-size: cover;
    background-position: center;
    color: var(--color2);
    background-attachment: fixed;
    font-size: 14px;
}

.pied .bande1:before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #080808, #121212cc, #080808);
}

.atout-desktop.demarche:before, .nosServicesBg:before {
    content: "";
    position: absolute;
    width: 100vw;
    background: url(../images/abstract-1.png);
    height: 50%;
    left: 50%;
    top: -10%;
    opacity: .1;
    background-size: contain;
    background-position: 100%;
    transform: translate(-50%);
    z-index: 0;
    anim 60s infinite animation-timing-function: linear;
    animation: anim 150s infinite linear;
}

/* 
etape
 */
 .Atout-AT {
    display: block;
    padding: 0;
    width: 100%;
    position: relative;
    padding: 7rem 9% 7rem 9%;
    background: url(../images/footer-plac.jpeg);
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: soft-light;
}

.Atout-AT:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: url(../images/abstract-1.png);
    background-size: contain;
    /* background-repeat: no-repeat; */
    background-position: 100%;
    opacity: .1;
    z-index: -1;
    animation: anim 40s infinite linear;
}
@keyframes anim{
    0%{background-position: 100%}
    50%{background-position: 250%}
    100%{background-position: 500%}
}

.atoutsContainer {
    max-width: 1610px;
    margin: 0 auto;
}

.atout-items {
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    row-gap: 10px;
    column-gap: 20px;
    /* justify-content: center; */
    margin: 80px 0% 30px;
    /*! overflow: hidden; */
}
.atout-items .swiper-slide-next{
    filter: none;
    transform: none;
}
.atout-items .swiper-slide-prev{
    filter: none;
    transform: none;
}
.atout-items .swiper-slide-prev{
    filter: none;
    transform: none;
}
.atout-items:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #e1e1e154;
    top: 48%;
}

.atout-items .atout-item img {
    height: auto;
    width: 100px;
    opacity: 0.9;
    filter: brightness(0) invert(1);
}

.atout-text p {
    font-size: 0.7vw;
    margin: 0;
}
.atout-icone {
    position: relative;
    padding: 3vh 3vh;
    width: 7vw;
    height: 7vw;
    transition: all .3s ease;
    background: var(--color3);
    margin: 1.3vh 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.atout-icone:before {
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: var(--color1);
    bottom: -15px;
    left: 49%;
    opacity: 0;
    transform: translateX(-50%) rotate(179deg);
    transition: all .3s ease;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
    z-index: -1;
}
.atout-items .swiper-wrapper .atout-item:hover .atout-icone:before{
    bottom: -18px;
    transition: all .3s ease;
    opacity: 1;
}

.atout-items .swiper-wrapper .swiper-slide:nth-child(odd) .atout-item .atout-icone:before {top: -15px;transform: rotate(360deg);transition: all .3s ease;left: 45%;}

.atout-items .swiper-wrapper .swiper-slide:nth-child(odd) .atout-item:hover .atout-icone:before {
    top: -19px;
    transition: all .3s ease;
    opacity: 1;
}

.atout-items .swiper-wrapper .atout-item {
    position: relative;
    padding: 0;
    transition: all .2s linear;
    overflow: unset;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
}

.atout-items .swiper-wrapper .atout-item:hover .atout-icone {
    background: var(--color1);
    transition: all .3s ease;
}

.atout-items .swiper-wrapper .atout-item:hover h3 {
    opacity: 1;
}

.atout-items .swiper-wrapper .atout-item:hover .atout-icone img {
    filter: brightness(0) invert(1);
    transition: all .3s ease;
}

.atout-items .swiper-wrapper .atout-item:hover span {
    color: var(--color4);
    transition: all .3s ease;
}

.atout-items .swiper-wrapper .swiper-slide:nth-child(2n+1) .atout-item {
    flex-direction: column-reverse;
}

.atout-items .swiper-wrapper .atout-item:nth-child(even) .atout-text {
    margin-top: 45px;
    padding: 0;
}

.atout-text {display: flex;position: relative;text-align: start;margin: 2.5vh 0;min-height: 28.6vh;flex-direction: column;align-items: flex-start;justify-content: center;}
.atout-text:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  /*! background-color: var(--color6); */
  pointer-events: none;
  top: 0.5px;
  left: -100px;
  right: -100px;
  bottom: auto;
}

.atout-items .swiper-wrapper .swiper-slide:nth-child(2n+1) .atout-item .atout-text:before {
    top: auto;
    bottom: -0.5px;
}
.atout-items .swiper-wrapper .swiper-slide:nth-child(2n+1) .atout-item .atout-text span:before {
    top: 4.9vh;
}

.atout-items .swiper-wrapper .swiper-slide:nth-child(6) .atout-item .atout-text span:before {
    top: -6vh;
}
.atout-items .swiper-wrapper .swiper-slide:nth-child(1) .atout-item .atout-text span:before {
    top: 7.8vh;
    right: -1.0vw;
}
.atout-text h3 {
    margin: 0px 0 2.6vh;
    /*! font-size: 25px; */
    /*! height: 6.7vh; */
    font-family: var(--font_family_2);
    font-size: 16px;
    color: var(--color2);
    letter-spacing: 1.5px;
    text-wrap: balance;
    opacity: .4;
    transition: all .3s linear;
}

.atout-item .atout-text span {
    font-size: 1.8vw;
    font-family: var(--font_family_1);
    /* color: #01010166; */
    position: relative;
}
.atout-text span:before{
    content: "";
    display: inline-block;
    position: absolute;
    width: 1px;
    height: 7.5vh;
    background: #e1e1e154;
    right: -0.5vw;
    top: -8.7vh;
}
/* ****** */
.atots-items {
    /* padding-top: 30px; */
    position: relative;
}

.nos-atots {
    padding: 4em 10.3% 6em;
    /* background-color: var(--color0); */
    position: relative;
    z-index: 2;
    background: url(../images/bg-att.jpg) no-repeat center center/cover !important;
}

.nos-atots h2 {
    color: var(--color0);
}

.nos-atots:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: url(../images/plus-bg.png); */
    opacity: 0.7;
    left: 0;
    top: 0;
    background: var(--color5);
}
.swiper.mySwiper.swiper-container-horizontal {
    overflow: hidden;
}

.atout-items .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: unset;
}


.atots-items .swiper-slide .swiper-att {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    /* color: #624c70; */
    transition: all .3s ease;
    width: 280px;
    height: 300px;
    margin-top: 40px;
    border: 1px solid #eeeeee73;
    padding: 25px;
    position: relative;
    backdrop-filter: blur(3px);
}

.swiper-att:hover .attnbr {
    background-color: var(--color1);
    color: var(--color0);
    border-color: var(--color1);
}

.swiper-att:hover {/* transform: translateY(-20px); */border-color: #cac8c8 !important;}

.swiper-att img {
    width: 75px !important;
    height: auto !important;
    /* filter: invert(42%) sepia(69%) saturate(906%) hue-rotate(157deg) brightness(90%) contrast(103%); */
    filter: invert(1);
}

.swiper-att span {
    font-family: var(--font_family_2);
    font-size: 20px;
    margin-top: 10px;
}

span.attnbr {
    position: absolute;
    top: -25px;
    right: 20px;
    height: 35px;
    width: 35px;
    background-color: var(--color0);
    border: 1px solid #ffffff8a;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-family: var(--font_family_1) !important;
    transition: all .3s ease;
    color: var(--color4);
}

.swiper-att p {
    font-size: 14px;
    opacity: 0.7;
    margin: 0;
}


.atots-items .swiper-slide i {
    font-size: 45px;
}

.atout img {
    height: auto;
    width: 65px;
}

.atout:hover {
    background: #000000;
}

.atout:hover:before {
    width: 100%;
}

.atout:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 0;
    background: var(--color1);
    left: 0;
    transition: all .3s linear;
}

.atout p.legend {
    text-align: left;
    color: var(--color0);
    font-family: var(--font_family_1);
    font-weight: 100;
    line-height: 1.7;
    font-size: 16px;
}

.atout:hover p.legend {
    color: #ffffff;
}

.atouts .picto {
    font-family: var(--font_family_2);
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0;
    color: var(--color1);
    letter-spacing: 0.03em;
}

.atout:before {
    content: "";
    position: absolute;
    bottom: 0px;
    height: 4px;
    width: 0;
    background: var(--color1);
    left: 0;
    transition: all .3s linear;
}

.atots-items .swiper-button-next {
    right: 0;
}

.atots-items .swiper-button-prev {
    left: 0;
}

.atots-items .swiper-button-next, .atots-items .swiper-button-prev {
    background: none;
    color: var(--color1);
}

.atots-items .swiper-button-prev {
    left: 60px;
}

/** fin etape */


.bande1 img {
    width: 170px;
}

.bande_contact_footer {
    padding: 4em 10% 4em;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    padding: 0rem 0% 4em;
    border-radius: var(--border-radius);
}

.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 10% 0;
    background: var(--color0);
}

.pied .title_footer {
    color: var(--color1);
    font-family: var(--font_family_1);
    font-size: 18px;
    padding: 0 0 5px;
    position: relative;
    float: left;
    width: 100%;
    text-transform: uppercase;
}
.pied .navf .menu_footer {
    color: var(--color2);
    padding: 0px 20px;
    list-style-type: none;
    margin: 0;
    position: relative;
    float: left;
    width: 100%;
}

.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 {
    padding: 0 0 0;
    color: inherit;
    text-decoration: none;
    line-height: 1.5;
    font-size: 14px;
    color: var(--color2);
}

.pied .navf .menu_footer li a:hover {
    color: var(--color1);
}

.pied .navf .menu_footer li.active a {
    color: var(--color1);
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none
}

.pied .menu_referencement {
    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: 18px;
    text-decoration: none;
    line-height: 1.7;
}

.pied .menu_referencement li a:hover {
    color: var(--color1);
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 5px 0 25px;
    color: var(--color2);
    float: left;
    width: 100%;
    position: relative;
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0;
    line-height: 1.5;
}

.flex-address {
    position: relative;
    display: flex;
    align-items: flex-start;
}

.flex-address i {
    margin-top: 5px!important;
    color: var(--color1);
}

address i {
    margin: 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color1);
    width: 16px
}

.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: 5px 0 0;
    height: 260px;
    position: relative;
    float: left;
    width: 100%;
}

.pied .horaires {
    color: var(--color2);
    padding: 0px 0 35px;
    margin: 0px 0 0;
    font-size: 14px;
    float: left;
    width: 100%;
}

.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: var(--color1);
}

#logoFD svg {
    width: 210px
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 15px 0 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.pied .btn-partage a i {
    color: var(--color0);
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbars.text-home {
    height: 40vh;
}
body.body-page.body-page-1 .scrollbars.text-home{width: 100%;margin: 5vh 0 2vh;}

.scrollbar-path-horizontal,.scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 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 {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--bg-facultatif);
    margin-bottom: 4rem;
    flex-direction: column;
}

.prestation:nth-child(even) {
    direction: rtl
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    background-position: center center;
    border-radius: var(--border-radius);
    height: 45vh;
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 100%;
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation .cell.texte .contenu {
    padding: 4% 5% 10%;
    text-align: center;
    direction: ltr;
}

.prestation .cell.texte .contenu p {
    padding: 0 0 20px
}

.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 {
    position: relative;
    margin-bottom: 35px;
    font-size: 22px;
    color: var(--color2);
    letter-spacing: 0px;
    font-family: var(--font_family_2);
}

.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 1px;
    background: var(--color2);
    position: absolute;
    top: 45px;
    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: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 20%;
    border-top: 2px solid var(--color0)
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0em 5% 0 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: 50%
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    padding: 5rem 25%;
    margin: 5em 0em 5em;
    border-radius: var(--border-radius);
    background-color: var(--bg-facultatif);
    background-blend-mode: soft-light;
    background-image: url(../images/drmremorq.jpeg);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.tab-formulaire:before {
    content: "";
    background: #0000001f;
    position: absolute;
    inset: 0;
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
}
.contact .tab-formulaire .contenu h2 {
    text-align: center;
    color: var(--color2);
    letter-spacing: 0;
    font-family: var(--font_family_1);
    font-size: 25px;
    margin-bottom: 5px;
}

.contact .tab-formulaire .contenu h2:before {
    display: none;
}

.contact .plan {
    font-size: 0
}

.contact .plan .block #googlemapapi,.contact .plan iframe {
    width: 100%!important;
    height: 555px!important;
}

.contact .coordonnees {
    padding: 0 0 20px;
}

.contact .coordonnees h2 {
    margin-top: 0px;
    color: var(--color2);
}

.contact .coordonnees address p {
    padding: 0 0 10px 0
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px;
    font-family: var(--font_family_2);
    font-size: 16px;
    text-align: center;
    color: var(--color1);
}

.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
}

.contact .formulaire .form-group {
    margin-bottom: 8px;
    padding: 0!important;
    margin-left: 0!important;
    margin-right: 0!important
}

.contact .formulaire .form-group .form-control {
    background: var(--color3);
    border: 0;
    box-shadow: none;
    width: 100%!important;
    font-size: inherit;
    color: var(--color2);
    border-radius: var(--border-radius);
    font-size: 14px;
    letter-spacing: 1.5px;
}

.form-control:focus {
    color: #000;
    background: var(--color0)
}

.contact .formulaire .form-group textarea.form-control {
    height: 109px;
    position: static
}

.contact .formulaire .form-group input.form-control {
    height: 50px;
    line-height: 1;
    line-height: 50px\9;
    padding: 0 12px
}

.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: 60px;
}

.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_2);
    background-color: transparent;
    color: var(--color2);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 16px;
    border: 1px solid var(--light);
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 85% center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat;
    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(--color1);
}

::-webkit-input-placeholder {
    color: var(--color2)!important
}

:-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

::-moz-placeholder {
    color: var(--color2)!important;
    opacity: 1!important
}

:-ms-input-placeholder {
    color: var(--color2)!important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

/* //custom seo */
.pageseo .formulaire .form-group input[name=captcha] {
    width: 100%!important;
    margin-right: 0!important;
    text-align: left!important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0!important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1,.flex-seoContain .seo-form h2.h1 {
    text-align: left
}

.flex-seoContain .seo-content h1:before,.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
    transform: translate(0)
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3% 3em;
    background-color: var(--bg-facultatif);
    background-image: url(../images/shape.svg);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    position: relative;
}

.flex-seoContain .seo-form:before {
    content: "";
    position: absolute;
    inset: 0;
    background: #ffeaeae0;
    backdrop-filter: blur(10px);
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
}
.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.flex-seoContain .seo-content img {
    width: 100%;
    height: 100%;
}
.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type, .corps .seo-content h2:first-of-type, .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 4vw;
    font-size: calc(var(--taille_font) + .2rem);
    line-height: 1.5;
    border: none;
    z-index: 1;
}

h2.h1.sans-image.text-left-home {
    font-size: 2.5vw;
    padding: 0;
}

h2.h1.sans-image.text-left-home:first-of-type:before {
   content: "";
   width: 70px;
   background: var(--color2);
   position: absolute;
   bottom: -8px;
   left: 0;
   margin-left: 0;
   height: 1px;
   transform: none;
   top: auto;
   opacity: 1;
}

.corps .page-contenu h2:first-of-type:before, .corps .gallery h2:first-of-type:before , .corps .seo-content h2:first-of-type:before , .corps .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.corps .page-contenu h2, .corps .gallery h2 , .corps .seo-content h2, .corps .newsItem h2 {
    margin-bottom: 2vh;
}
.corps blockquote {
    font-size: inherit;
    background: var(--bg-facultatif);
    border-radius: var(--border-radius);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}
/* //custom seo */

.atout-container {
    display: flex;
    gap: 5%;
    align-items: stretch;
    justify-content: center;
    width: 100%;
    /* padding: 4% 0; */
    position: relative;
}

.atout-img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "a1 a3"
        "a2 a3";
    grid-template-rows: 200px 200px;
    width: 50%;
    grid-gap: 20px;
}

.atout-img .propor {
    overflow: hidden;
}
.atout-bloc {
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.atout-desktop {
    padding: 6em 10% 4em 10%;
    position: relative;
    overflow-x: clip;
    z-index: 2;
}

.atout-desktop:before {
    content: "";
    position: absolute;
    width: 50vw;
    background: url(../images/abstract-1.png);
    height: 50%;
    right: 0%;
    top: 54%;
    opacity: .1;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top;
}

.atout-desktop.demarche {
    padding: 6em 10% 5em 10%;
    background: var(--color0);
    background-size: cover;
}

.atout-desktop .h1 {
    text-align: left;
}

.atout-desktop .h1:before {
    left: 0;
    transform: translate(0);
}

.atout-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.atout-item span.img{width: 120px;height: 55px;border: 0;color: var(--color1);display: flex;align-items: center;justify-content: center;font-size: 20px;background: initial;}
.atout-item span.img i{}
.atout-item span {
    font-family: var(--font_family_2);
}
.atout-item img {
    fill: var(--color1);
    width: 52px;
    filter: invert(1);
    opacity: .5;
}
.atouts {
    display: block;
    padding: 4em 10%;
    width: 100%;
    position: relative;
    background: var(--color0);
    background-attachment: fixed;
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0);
}

.atouts .legend {
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    margin: 0 0;
    color: var(--color2);
    letter-spacing: 1px;
    transition: all .3s linear;
    z-index: 1;
}

.atouts .swiper-pagination-bullet {
    background: var(--color0);
}

.atouts .picto {
    font-size: 18px;
    font-family: var(--font_family_2);
    text-align: center;
    width: 100%;
    color: var(--color2);
    text-shadow: -3px 3px 2px rgb(94 94 94 / 10%);
    z-index: 1;
    letter-spacing: 4px;
}

.atouts .picto i {
    width: auto;
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border: 1px solid #00000052;
}

.atouts .swiper-button-disabled {
    opacity: 0 !important;
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
    opacity: .8;
    width: 40px;
    height: 40px;
    border-radius: 0;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00000061;
}

.atouts .swiper-button-next i, .swiper-button-prev i {
    font-size: 16px;
    color: var(--color2);
}

.atouts .swiper-button-next:hover,.swiper-button-prev:hover {
    opacity: 1
}

.atouts .picto i {
    text-align: center;
    font-size: 7rem;
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2em 2em;
    border-radius: var(--border-radius);
    gap: 25px;
    justify-content: flex-start;
    position: relative;
    /* overflow: hidden; */
    margin: 0px 0;
    color: var(--color2);
    box-shadow: 10px 10px 40px #0000000d;
    background: var(--bg-facultatif) ;
}
.atout img {
    width: 75px;
    color: var(--color1);
}

.atout-header {
    z-index: 2;
}
@keyframes rotation_481 {
  0% {
    transform: rotateZ(0deg);
  }

  0% {
    transform: rotateZ(360deg);
  }
}

.atout .description {
    position: relative;
    inset: 0;
    align-items: center;
    justify-content: center;
    display: none;
    padding: 0px;
    line-height: 1.7;
    letter-spacing: 1px;
    backdrop-filter: blur(10px);
    opacity: 0;
    transition: all .3s linear;
    z-index: 2;
    color: var(--color2);
}

.atout:hover .description {
    opacity: 1;
    top: 0;
    display: flex;
}

.description:hover {
    opacity: 1;
    transition: all .3s linear;
}

.atouts .swiper.mySwiper {
    overflow-x: clip;
    position: relative;
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 0em 7% 0em;
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 2% 0%;
    text-align: justify;
    display: grid;
    /* grid-template-columns: 1fr 1fr; */
}

.gallery .description-galerie > div {
    width: 100%;
}

.gallery .description-galerie:before {
    display: none;
}

.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(--border-radius);
    transition: all .3s linear;
}

.gallery .ligne-photos .propor .propor-cont:hover img {
    transform: scale(1.1) rotate(0deg);
}

.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: #00000063;
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: var(--border-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 25px;
    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_2);
    text-align: center;
    border-radius: var(--border-radius);
    background: transparent;
    text-decoration: none;
    color: var(--color1);
    border: 1px solid #00545f38;
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1);
    color: var(--color0);
}

.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
}

.gallery .bas-galerie a.bouton-principal:before {width: 101.3%;}

.header-sidebars,.sidebar-left,.sidebar-right {
    background-color: var(--color3);
}

.contactButton,.nav-item-active,.sidebar-bottom-controls a,.sidebar-divider-text,.sidebar-form label,.sidebar-left a,.sidebar-right a,.sidebar-send-button {
    color: var(--color0)!important
}

.header-sidebars {
    height: 65px;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0,0,0,.1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: visible
}

.top-logo img {
    position: absolute;
    left: 15px;
    top: 6px;
    max-width: 130px;
}

.deploy-right-sidebar {
    border-left: 1px var(--color0) solid;
    display: table-cell;
    background-color: var(--color1);
    height: 65px;
    width: 65px;
    background-position: center center
}

.deploy-right-mail {
    border-left: 1px var(--color0) 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
}

.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
}

.sidebar-scroll-right {
    width: 275px;
    overflow: auto!important;
    overflow-x: hidden!important;
    height: 100%;
    background-color: var(--color0);
}

.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(--color2)!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(--color1)!important;
    background: var(--color0);
    opacity: 1;
    font-family: var(--font_family_1);
}

.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
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 1px;
    background: 0 0;
    padding-left: 18px;
    background: var(--color0);
}

.menu-mobile-dynamique li.active {
    background: #bf9c3d2b;
}

.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 li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 241px 26.2px;
    background-repeat: no-repeat;
    background-size: 9px auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 270px;
    vertical-align: middle;
    font-size: 17px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color: var(--color2);
    height: 60px;
    padding-left: 25px;
    background-position: 6px 20.9px;
    font-size: 16px;
}

.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 {
    background-color: var(--color1);
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.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)
}
.sidebar-header-right .icones{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: 5px;
    font-weight: 700;
    font-size: 15px;
    color: var(--color1)
}

.pied .btn-partage .icones {
    fill: var(--color0);
}

.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,.fixed.tete .row.relative.header .btn-rs .btnp:hover .icones {
    fill: var(--color0);
    background: var(--nuanceColor1);
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.newsList {
    float: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    width: 100%
}

.newsList .ligne-actus {
    flex: 0 0 auto;
    margin: 0 0 30px;
    float: none
}

.news .date_post {
    text-align: center;
    color: var(--color0);
    font-weight: 800;
    font-size: 14px;
    font-size: clamp(12px,.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(--border-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(--color2);
    padding: 5px 0 25px;
    margin: 0;
    font-weight: 200;
    font-family: var(--font_family_1)
}

.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
}

.newsItem .photo {
    width: 100%;
    height: 33vw;
    border-radius: var(--border-radius);
    overflow: hidden;
    height: clamp(300px,40vw,650px);
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-color: #f2f2f2;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.newsItem .contenu-article {
    padding: 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
}

.newsItem .div-rs .btn-partage .icones {
    fill: var(--color1)
}

.newsItem .div-rs .btn-partage .btnp {
    background-color: var(--color0)
}

.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(--color2)
}

.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover {
    color: var(--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: 2700px){
    body{font-size: 26px !important;}
    .h1, h1{font-size: 60px;}
    .pied .bande1{padding-top: 7em !important;}
    .banniere:not(.body-page-1 .banniere){height: 500px;}
    .body-page-1 .banniere{height: 100vh;}
    .label-rgpd{font-size: 16px;}
    .contact .formulaire .form-group{margin-bottom: 18px !important;}
    .img-contact img{width: 80%;}
    .img-contact{display: flex;justify-content: center;align-items: center;}
    .body-page-1 .slogan h1,.slogan-mobile h1{font-size: 10rem !important;}
    .atout-item img{width: 80px !important;}
    .contact .formulaire .form-group input.form-control{height: 80px !important}
    .atout-item:nth-child(1) img{width: 85px;}
    a.bouton-principal, button.bouton-principal,.btn-news a.bouton-principal, .btn-news button.bouton-principal, .btn-service a.bouton-principal, .btn-service button.bouton-principal{padding: 20px;font-size: 22px;}
    .slogan > p,.slogan-mobile p{font-size: 40px;}
    .contact .formulaire input.btn-primary{padding: 20px 70px 20px 20px !important;
        font-size: 24px !important;
        background-size: 33px !important;}
    .cta a.bouton-principal, button.bouton-principal, .cta .tel-header,.navh .menu_principal a, .navh .menu_principal a:visited,.intervention .contenu,.intervention .contenu{font-size: 22px !important;padding: 20px 20px !important;}
    .row.relative.header-1 p{font-size: 20px;}
    .tete .logo-site a img{width: 300px;}
    .scrollbars.text-home{height: 650px !important;}
    .page-contenu .propor.e-1 img{width: 80%;}
    .service-image{height: 550px !important;}
    a.link-cms{font-size: 24px !important;}
    a.link-collection{font-size: 22px !important;}
    .service-description{min-height: 140px;}
    .swiper-button-next-serv, .swiper-button-prev-serv{width: 80px !important;height: 80px !important;font-size: 24px !important;}
    .titre-secondaire{font-size: 24px;padding-bottom: 14px;}
    .atout-item span{font-size: 40px;}
    .picto{font-size: 22px !important;line-height: 2 !important;}
    .realisations .row.recup-photos.gallery{grid-template-rows: 400px 400px !important;}
    .pied .navf .menu_footer li a, .pied .navf .menu_footer li a:visited,.pied address p,.pied .horaire-table tr td,.pied .menu_referencement li a, .pied .menu_referencement li a:visited{font-size: 22px !important;letter-spacing: 2px !important;}
    .pied .title_footer{font-size: 32px !important;padding-bottom: 15px !important;}
}
@media(max-width: 1530px){
    /* .realisations .row.recup-photos.gallery{grid-template-rows: 200px 200px;}
    .atout-bloc{gap: 10px;}
    .atout-bloc{width: 50% !important;}
    .img-bloc{width: 50%}
    .header{padding:0 5%}
    .h1,h1{font-size: 30px}
    .body-page-1 .slogan h1{font-size: 3.5em !important;}
    .slogan > p{font-size: 17px !important;} */
}
@media(max-width: 1376px) {
    .formulaire.contact-footer{padding: 7% 10%;}
    .actualites,.realisations{padding: 5%;}
    .intervention{padding: 2em 5% 5em;}
    .pied .bande1{padding: 6rem 5% 5em;}
    .slogan .titre{font-size: 32px;}
    .bande_contact_footer{padding: 2em 5% 4em;}
    .contact .tab-formulaire{padding: 5% 20%;}
    .navh .menu_principal a, .navh .menu_principal a:visited{font-size: 16px;}
    .realisations .row.recup-photos.gallery{grid-template-rows: 250px;}
    .atout-bloc{gap: 10px;}
    .atout-bloc{width: 50% !important;}
    .img-bloc{width: 50%}
    .header{padding:0 5%}
    .h1,h1,h2.h1.sans-image.text-left-home{font-size: 30px}
    .body-page-1 .slogan h1{font-size: 3em !important;}
    .navh .menu_principal>li{padding: 0 16px;}
    .header-1{padding: 10px 5%;}
    .fluid-contenu .corps,.nosServicesBg {padding: 5%;}
    .atout-desktop{padding: 7em 5% 5em 0%;}
    .atout-desktop.demarche{padding: 6em 0% 5em 5%;}
    .slogan > p{font-size: 17px !important;}
    .flex-infos {
        display:none
    }

    .tete .header .flex-menuP {
        width: 90%
    }
    .fluid-infos {
        position: fixed;
        top: 20vh;
        right: 0;
        z-index: 9999
    }

    .fluid-infos .infos {
        display: block;
        position: relative
    }

    .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 (max-width: 1280px){
    /* .navh .menu_principal a, .navh .menu_principal a:visited{color: var(--color2);} */
    .banniere{height: 100vh;}
}
@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){
    .btn-liens-rs.btn-rs-center{padding-top: 20px;}
    .top-logo img{max-width: 66px;}
    .bande_contact_footer{grid-template-columns: 1fr;}
    .bande_contact_footer .contact-img{display: none;}
    .prestation .cell.photo{height: 30vh;}
    .atout-desktop{
    padding: 5%;
}
    .atout-desktop.demarche{
    padding: 5%;
}
    .atout-container{flex-wrap: wrap;justify-content: flex-start;width: 100%;gap: 40px;}

.atout-container .atout-bloc,.atout-container .img-bloc {
    width: 100% !important;
}

.atout-container .img-bloc {
    margin-top: 4em;
}
    a.imagecont.noflicker.img1{float: none;margin-left: 0;margin-bottom: 30px;position: relative;display: block;}
    .img-contact{display: none;}
    div#contact-form{grid-template-columns: 1fr;}

.formulaire.contact-footer {
    padding: 10%;
}
    .card-wrapper .services-list{padding-bottom: 6em;}
    .banniere:after{background: #0000007d;z-index: 1;}
    .page-contenu-home .propor.e-1:before{
        height: 24%;
        right: -5%;
        bottom: -4%;
    }
    .fluid-contenu .corps:before{display: none;}
    .propor.e-2{right: 0;left: auto;top: 7%;}
    .contact .tab-coordonnes .cell.gauche{width: 50%;}
    .intervention iframe{width: 100%;height: 350px;}
    .realisations .row.recup-photos.gallery{grid-template-rows: 200px;}
    .cta{margin: 0%;}
    .pied .copyright-footer{text-align: center;}
    .intervention{flex-direction: column;}
    .map,.intervention .contenu{width: 100%;}
    /* .recup-photos .propor,.row.recup-photos.gallery .col-md-3{height: auto;} */
    .AvisClientsBg, .realisations{padding: 4em 5% 4em;}

.intervention:after,.intervention:before {
    display: none;
}
    .intervention{padding: 2em 5%;gap: 40px;}

.intervention .plan-map {
    top: 0;
}

.intervention .plan-map iframe {
    width: 100%;
}
    .contact .formulaire .form-group>label.control-label {
        display:block;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
        -o-transition: all .4s ease;
        transition: all .4s ease;
        -webkit-transform: translateZ(0);
        bottom: 11px;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 5px
    }

    .container {
        max-width: none;
        width: auto
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0 25%!important
    }

    .contact .formulaire .form-group .col-md-4 {
        width: 100%!important
    }

    .contact .formulaire .form-group .col-md-8 {
        width: 100%!important
    }

    .contact .formulaire .form-group input[name=captcha] {
        width: 100%!important;
        margin-right: 0!important;
        text-align: left!important
    }

    .contact .formulaire .form-group input[name=captcha]+a {
        position: absolute;
        width: 140px;
        top: 1px;
        right: 1px;
        margin-right: 0!important
    }

    .contact .formulaire .form-group input.btn-primary {
        width: auto;
        margin-top: 8px;
        float: right
    }

    .lb-prev {
        opacity: 1!important;
        background: url(../images/lightbox-g.png) left 48% no-repeat
    }

    .lb-next {
        opacity: 1!important;
        background: url(../images/lightbox-d.png) right 48% no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }
    .body-page-1 .banniere{height: 40vh !important;background-position: bottom;}

.body-page-1 .banniere:before {
    content: "";
    z-index: 0;
    backdrop-filter: blur(0px);
}
    .banniere {
        height: 32vh !important;
        position: relative;
        top: 0 !important;
    }
    .prestation .cell.texte .contenu {
        padding: 50px 10%
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 0px 7% 30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0!important
    }

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: auto
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100%
    }

    .slogan .titre {
        font-size: 32px;
        line-height: 30px
    }

    .slogan .titre span {
        font-size: 29px
    }

    .slogan .sous-titre {
        font-size: 20px;
        line-height: 20px
    }

    .gallery .description-galerie {
        padding: 0 0 40px;
        text-align: justify
    }

    .page-contenu-home {
        padding: 0 0;
        gap: 0px;
        flex-wrap: wrap;
    }

.page-contenu.page-contenu-home.clear > div:first-child,.page-contenu.page-contenu-home.clear > div:last-child {
    width: 100%;
}

.page-contenu.page-contenu-home.clear > div:first-child {
    padding-bottom: 7em;
}

.propor.e-1 {
    height: 70vh;
}

.section-dd {
    grid-template-columns: 1fr 1fr;
    padding: 5% 5% 10%;
}

body {
    font-size: 16px;
}

.atout-desktop.demarche:before, .nosServicesBg:before {
    animation: anim 10s infinite linear;
    height: 25vh;
}

.plan-img {
    width: 100%;
}

.atout-text span {
    position: absolute;
    right: 0;
    font-size: 4em;
    color: var(--color1);
    opacity: .1;
    top: -100px;
}

.atout-text span:before {
    display: none;
}

.atouts-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
    padding: 8% 0%;
}

.atout-card .atout-text {min-height: 100%;height: 100%;flex-direction: column;padding-bottom: 15px;margin: 0;}

.atout-card:nth-child(even) .atout-text {
    flex-direction: column-reverse;
}

.atout-card .atout-picto {}

.atout-card .atout-picto img {
    filter: invert(1);
    width: 70px;
}

.atout-card {
    border: 1px solid #bf9c3d33;
    padding: 30px;
}

.dd-item .img {
    font-size: 4vw;
}

.page-contenu.page-contenu-home.clear > div:last-child:before {
    display: none;
}

.scrollbars.text-home {
    height: 32vh;
}

    .certifs .cell.gauche .contenu {
        padding: 0 0
    }

    .intervention .contenu {
    background: transparent;
    }

    .body-page-1 .fluid-contenu .corps:after {
        display: none;
    }

    .actualites .cell.texte .contenu {
        /* padding: 0 0 */
    }

    .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 5%;
    }

    .contact .tab-formulaire {
        padding: 5rem 10%
    }

    .livre-elements {
        padding: 0 0
    }
}

@media (max-width: 767px) {
    .btn-liens-rs.btn-rs-center{align-items: center; justify-content: center;padding: 0 0 20px}
    .atouts-cards{grid-template-columns: 1fr}
    body.body-service-list .services{grid-template-columns: 1fr;}
    .actualites article{display: table;}
    a.bouton-principal:before, button.bouton-principal:before{height: 110%;}
    .card-wrapper .services-list{overflow: visible;padding-bottom: 4em;}
    .nosServicesBg{padding: 2em 5%;}

.atout-container .img-bloc {
    margin-top: 2em;
}

.atout-desktop {
    padding: 2em 5%;
}

.atout-item {
    display: grid;
    grid-template-columns: 1fr 8fr;
}

.atout-item span {font-size: 16px;}

.service-description {
}
    /* .contact .coordonnees h2{font-size: 20px;} */
    .realisations .row.recup-photos.gallery{
    grid-template-columns: 1fr 1fr;
    grid-template-areas:
        "item1 item2"
        "item3 item4"
        "item5 item5";
    grid-template-rows: 150px 150px 150px;
    width: 100%;
    grid-gap: 10px;
}
.realisations .row.recup-photos.gallery .col-md-3{box-sizing: content-box;}
    .atouts .swiper-button-prev{left: -30px;}
    .atouts .swiper-button-next{right: -30px;}
    .intervention {
        padding: 0em 0%;
    }
    .slogan-mobile h1{font-size: 24px;color: var(--color1);}
    .slogan-mobile p{font-size: 16px;letter-spacing: 1px;font-family: var(--font_family_2);}
    .service-image{height: 300px;}
    .atout{
        padding: 2em 2vh;
        /* background: transparent;
        box-shadow: none;
        height: auto;
        border: 1px solid #0000003d; */
    }
    a.link-cms{font-size: 16px;}
    .corps {
        --taille_font:14px;
        font-size: var(--taille_font)
    }

.page-contenu.page-contenu-home.clear > div:first-child {
    padding-bottom: 5em;
}

.propor.e-1 {
    height: 50vh;
}

.dd-item .img {
    font-size: 35px;
}

.section-dd {
    grid-template-columns: 1fr;
}

    .pad-xs {
        padding-left: 15px!important;
        padding-right: 15px!important
    }

    .pad-xs-l {
        padding-left: 15px!important
    }

    .pad-xs-r {
        padding-right: 15px!important
    }

    .centerservice2 {
        margin: 0!important
    }

    .centerservice {
        margin: 0!important
    }

    .nopad-xs {
        padding-left: 0!important;
        padding-right: 0!important
    }

.gallery .nav {
    text-align: center;
}

    .nopad-xs-l {
        padding-left: 0!important
    }

    .nopad-xs-r {
        padding-right: 0!important
    }

    .h1, h1, .contact .tab-formulaire .contenu h2,h2.h1.sans-image.text-left-home,.formulaire.contact-footer .h1, .prestation .cell.texte .h1,.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
        font-size: 22px;
    }

.modal-header .h1 {
    font-size: 16px;
}

.formulaire.contact-footer {
    padding: 2% 8%;
}

    .titre-secondaire {
        font-size: 16px;
        line-height: 1.2;
    }

    .body-page-1 .slogan {
        position: absolute;
        background: var(--color1);
        width: 100%;
        text-align: center;
        padding: 15px;
        bottom: 0;
        top: auto
    }

    .slogan {
        text-align: center
    }

    .slogan .titre,body.body-pageseo .slogan .titre {
        font-size: 23px;
        line-height: 1.2;
    }

    .slogan .titre span {
        font-size: 23px
    }

    .slogan .sous-titre {
        font-size: 17px;
        line-height: 17px
    }

    .fluid-contenu .corps {
        padding: 20px 15px 40px
    }

    .recup-photos .col-md-4 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .recup-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .newsList .recup-photos {
        margin-left: 0!important;
        margin-right: 0!important
    }

    .recup-photos .propor {
        margin-bottom: 5px
    }

    .certifs {
        display: block
    }

    .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;
        padding: 0;
    }

    .realisations .titre-secondaire {
        display: inline-block;
        width: 100%
    }

    .realisations .col-md-3 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .realisations {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .realisations .propor {
        margin-bottom: 5px
    }

    .AvisClientsBg .contenu,.realisations .contenu {
        padding: 30px 15px 40px
    }

    a.bouton-principal,button.bouton-principal {
        padding: 12px 20px 10px
    }

    .intervention .contenu {
        padding: 20px 15px 50px
    }

.plan-img {display: none;}

    .intervention ul {
        column-count: 1;
        width: 100%
    }

    .AvisClientsBg {
        padding: 0
    }

    .temoignageScroll {
        max-height: 135px
    }

    .temoignageScroll {
        max-height: 135px
    }

    .note-avis {
        flex-wrap: wrap
    }

    .bande_contact_footer .row1 {
        padding: 2rem 5% 2em;
    }

    .divAvis {
        width: 100%
    }

    .pied .bande1 {
        padding: 30px;
        /* clip-path: border-box; */
    }

    .pied .btn-like {
        padding: 0 0 15px;
        text-align: center
    }

    .pied .btn-partage {
        text-align: center;
        padding: 0px 0 90px;
        justify-content: center
    }

    .pied .btn-partage a {
        text-align: center
    }

    .contact .tab-coordonnes {
        display: block
    }

    .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
    } */

    .contact .plan .block #googlemapapi,.contact .plan iframe {
        height: 250px!important
    }

    .contact .tab-formulaire {
        display: block;
        padding: 5rem 8%
    }

    .contact .coordonnees {
        padding: 0
    }

    .gallery .description-galerie {
        padding: 0 15px 20px
    }

    .actualites,.prestation {
        display: block;
        min-height: none
    }

    .actualites .cell.photo,.prestation .cell.photo {
        display: block;
        width: 100%;
        height: 180px
    }

    .actualites .cell.texte,.prestation .cell.texte {
        display: block;
        width: 100%;
        clear: both
    }

    .actualites .cell.texte .contenu,.prestation .cell.texte .contenu {
        padding: 30px 15px
    }

    .gallery .ligne-photos .col-md-1,.gallery .ligne-photos .col-md-2,.gallery .ligne-photos .col-md-3,.gallery .ligne-photos .col-md-4,.gallery .ligne-photos .col-md-6 {
        padding-left: 5px!important;
        padding-right: 5px!important
    }

    .gallery .ligne-photos {
        margin-left: -5px!important;
        margin-right: -5px!important
    }

    .gallery .ligne-photos .propor {
        margin-bottom: 10px
    }

    .gallery .nav li {
        margin-bottom: 0;
        background: 0 0;
    }

    .gallery .description-galerie {
        padding: 0 0 0px;
        text-align: left;
        grid-template-columns: 1fr;
        grid-gap: 20px;
    }

    .services .cell.droite .contenu {
        clear: both
    }

    .scrollbars {
        width: 100%;
        height: auto
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 5px
    }

    .news_avant_apres,.news_avant_apres>div {
        display: block
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .pad-sm {
        padding-left:15px!important;
        padding-right: 15px!important
    }

    .pad-sm-l {
        padding-left: 15px!important
    }

    .pad-sm-r {
        padding-right: 15px!important
    }

    .nopad-sm {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .nopad-sm-l {
        padding-left: 0!important
    }

    .nopad-sm-r {
        padding-right: 0!important
    }

    .slogan {
        text-align: center
    }

    .scrollbars {
        height: 240px
    }

    .body-contact .fluid-contenu .corps,.body-gallery-4 .fluid-contenu .corps {
        padding: 30px 20px
    }

    .h1,h1 {
        font-size: 30px;
        line-height: 1.2;
    }

    .titre-secondaire {
        font-size: 16px;
    }

    .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
    }

    .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%
    }
}
@media (max-width: 375px){
    .top-logo img {
        left: 5px;
        top: 2px;
        max-width: 98px;
    }
}