:root {
    --color0: #ffffff;
    --color1: #042077;
    --nuanceColor1: #042077;
    --color2: #e09e2f;
    --color3: #3b3b3b;
    --color4: #a7abad;
    --bg-facultatif: #fbefe2;
    --font_family_1: 'Satoshi Light',sans-serif;
    --font_family_2: Satoshi Regular;
    --font_family_3: Alegreya-ExtraBold;
    --border-radius: 10px;
    --taille_font: clamp(1.7rem, 0.8vw, 2.3rem);
}
.bande2 .btn-liens-rs {
    float: right;
}a.btnrs.btn-instagram svg {
    fill: #C32AA3;
}
span.svrAB {
    color: var(--color2);
    border-top: 1px solid #d7d7d780;
    padding-top: 10px;
    display: block;
    text-align: left;
}
a..hidden-xs.hidden-sm {}


.btn-descendre{
    -webkit-animation-name: pulse;
    animation-name: pulse
}

.btn-descendree:after,.btn-descendre:before {
    content: '';
    display: block;
    position: absolute;
    border: 1vh solid var(--color0);
    right: 50%;
    top: -32px;
    left: 50%;
    margin-left: -50px;
    border-radius: 100px;
    animation: animate 1.5s linear infinite;
    opacity: 0;
    width: 100px;
    height: 100px
}

.btn-descendre:after {
    animation-delay: .5s
}

@keyframes animate {
    0% {
        transform: scale(.5);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(1.2);
        opacity: 0
    }
}


a.btn-descendre i {
  display: inline-block;
  animation: flotteAnimation 3s ease-in-out infinite;
}

/* Animation flottante */
@keyframes flotteAnimation {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}}
.temoignages-cont .h1 {
    color: #ffe2b3;
    text-align: center;
}

div#MultipleFiles a {
}

@media (min-width: 1200px) {
    .description-galerie {
        column-count: 2;
        gap: 7%;
    }
}

button#BoutonAjouter {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-repeat: no-repeat;
}

strong {
    font-family: 'Satoshi Regular';
    font-weight: bold;
}

label.input-group-btn .btn-primary {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-repeat: no-repeat;
}

h4.panel-title a {
    text-decoration: none !important;
}

.bande_contact_footer:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13vh;
    width: 100%;
    height: 13vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave3.svg) no-repeat;
    background-size: 100% auto;
}

.flexbloc .tab-gallery {
    padding: 11vh 12vw 25vh;
    background: var(--color1);
    color: var(--color0);
    opacity: 1;
}

.flexbloc div#gallery-0, .flexbloc div#gallery-2 {
    color: var(--color0);
}

.flexbloc .cell h4 {
    margin: 0 0 2vh;
    font-family: var(--font_family_1);
    color: #6a62fc;
}

.flexbloc .cell h3 {
    font-size: calc(var(--taille_font)*1.7);
    margin: 0px 0px 2vh;
    position: relative;
    width: 100%;
    padding: 0px 0px 0;
    color: inherit;
}

.flexbloc .cell h3::before {
    content: "";
    width: 2.7vw;
    height: 2px;
    background: var(--orange2);
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.serviceimg {
    float: right;
}

.flexbloc .tab-gallery:nth-of-type(2n) .serviceimg {
    float: left;
    margin-left: 0;
    margin-right: 12%;
}

.panel-group {
    margin-bottom: 30px;
}

.panel {
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.panel-default > .panel-heading {
    background: white;
    border: none;
    padding: 0;
}

.panel-title a {
    display: block;
    padding: 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.panel-title a:hover {
    background: #000;
    color: #667eea;
}

.panel-title a:after {
    content: '\002B';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #667eea;
    transition: transform 0.3s ease;
}

.panel-title a[aria-expanded="true"]:after {
    content: '\2212';
    transform: translateY(-50%) rotate(180deg);
}

.panel-body {
    padding: 20px;
    background: #f8f9fa;
    border-top: 2px solid #e9ecef;
    line-height: 1.8;
    color: #555;
}

.panel-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

.panel-body li {
    margin: 10px 0;
}

.panel-body strong {
    color: #333;
}

.corps .page-contenu h2:first-of-type, .corps .gallery h2:first-of-type, .corps .seo-content h2:first-of-type, .corps .newsItem h2:first-of-type {
    position: relative;
    padding: 3vh 2vw;
    font-size: calc(var(--taille_font)+.2rem);
    line-height: calc(var(--taille_font)+1rem);
    border: none;
    font-weight: 700;
    font-family: var(--font_family_1);
    z-index: 1;
    margin-top: 0;
    text-transform: none;
    color: #099a86;
}

.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: #30e3ca1c;
    width: 100%;
    height: 100%;
    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;
}

.highlight {
    font-weight: bold
}

.panel-group {
    margin-bottom: 30px;
}

.panel {
    border: none;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.panel-default > .panel-heading {
    background: #30e3ca1c;
    border: none;
    padding: 0;
}

.panel-title a {
    display: block;
    padding: 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
    position: relative;
    transition: all 0.3s ease;
}

.panel-title a:hover {
    background: #f8f9fa;
    color: #667eea;
}

.panel-title a:after {
    content: '\002B';
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #667eea;
    transition: transform 0.3s ease;
}

.panel-title a[aria-expanded="true"]:after {
    content: '\2212';
    transform: translateY(-50%) rotate(180deg);
}

.panel-body {
    padding: 20px;
    background: #f8f9fa;
    border-top: 2px solid #e9ecef;
    line-height: 1.8;
    color: #555;
}

.panel-body ul {
    margin: 15px 0;
    padding-left: 20px;
}

.panel-body li {
    margin: 10px 0;
}

.panel-body strong {
    color: #333;
}

.typewriter {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: .15em;
    transition: .3s ease;
    color: black;
    animation: typing 1s;
    width: 150px;
}

.typewriter:before {
    content: '';
    border: 16px solid #f0f0f0;
    var(--color1): 16px solid var(--color-primary);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    top: 50%;
    margin-top: -125px;
    left: 50%;
    margin-left: -125px;
    animation: spin 2s linear infinite;
    border-top: 16px solid #00000066;
    position: absolute
}

@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.typewriter img {
    min-width: 150px;
    height: auto
}

@keyframes typing {
    from {
        width: 0
    }

    to {
        width: 150px
    }
}

.right-side {
    width: 50%;
    height: 100%;
    position: absolute;
    background: #ffffff;
    z-index: -1;
    right: 0;
    transition: 1.2s ease
}

.right-side:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    height: 0%;
    background: var(--color4);
    transition: 0.8s ease
}

.left-side {
    width: 50%;
    height: 100%;
    position: absolute;
    background: white;
    z-index: -1;
    transition: 1.2s ease;
    left: 0
}

.left-side:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0px, -50%);
    width: 1px;
    height: 0%;
    background: var(--color4);
    transition: 0.8s ease
}

.timeup::before {
    height: 100%
}

.progress-wrap {
    position: fixed;
    right: 40px;
    bottom: 40px;
    height: 46px;
    display: flex;
    width: 46px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgb(108 108 108/40%);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s linear;
    justify-content: center;
    align-items: center
}

.progress-wrap svg {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-90deg)
}

.progress-wrap path {
    stroke: #0000008f;
    stroke-width: 3;
    fill: none;
    transition: stroke-dashoffset 10ms linear
}

#scrollUp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color0, #0f5d7e);
    opacity: 0.2;
    z-index: -1;
    border-radius: 50%
}

.progress-wrap::after {
    position: absolute;
    content: '';
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    color: var(--color2, #0f5d7e);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 0.3s linear
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.progress-wrap i {
    color: #dfdfdf;
}

.progress-wrap:hover::after {
    color: #fff
}

.progress-wrap:hover {
    background-color: var(--tj-theme-primary, #0f5d7e);
    box-shadow: inset 0 0 0 2px rgba(184, 151, 136, 0.6)
}

.cont {
    display: flex;
    align-items: center;
    justify-content: center
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 20000;
    overflow-x: hidden !important;
    display: flex;
    align-items: center;
    justify-content: center
}

@keyframes slideDown {
    0% {
        top: 0%;
        bottom: 100%;
        opacity: 0;
    }

    5% {
        top: 0%;
        bottom: 0%;
    }

    12% {
        opacity: 1;
    }

    50% {
        top: 0%;
        bottom: 0%;
        opacity: 1;
    }

    55% {
        top: 0%;
        bottom: 100%;
    }

    62% {
        opacity: 0;
    }

    100% {
        top: 0%;
        bottom: 100%;
        opacity: 0%;
    }
}

@keyframes slideUp {
    0% {
        top: 100%;
        bottom: 0%;
        opacity: 0;
    }

    5% {
        top: 0%;
        bottom: 0%;
    }

    12% {
        opacity: 1;
    }

    50% {
        top: 0%;
        bottom: 0%;
    }

    55% {
        top: 100%;
        bottom: 0%;
        opacity: 1;
    }

    62% {
        opacity: 0;
    }

    100% {
        top: 100%;
        bottom: 0%;
    }
}

.ant-loading-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    margin: auto;
}

.ant-loading-wrapper .motif-spinner-heart {
    display: flex;
    padding: 100px 50px;
}

.ant-loading-wrapper .motif-spinner-heart span {
    position: relative;
    background: #ffffff;
    width: 8px;
    display: flex;
    margin: 4px;
    border-radius: 4px;
    height: 80px;
    top: 25px;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(even)::before {
    animation: slideUp 5s ease-out infinite;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(odd)::before {
    animation: slideDown 5s ease-out infinite;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(2)::before {
    animation-delay: 0.286s;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(3)::before {
    animation-delay: 0.572s;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(4)::before {
    animation-delay: 0.858s;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(5)::before {
    animation-delay: 1.144s;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(6)::before {
    animation-delay: 1.43s;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(7)::before {
    animation-delay: 1.716s;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(1), .ant-loading-wrapper .motif-spinner-heart span:nth-child(7) {
    height: 30px;
    top: 20px;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(2), .ant-loading-wrapper .motif-spinner-heart span:nth-child(6) {
    height: 60px;
    top: 10px;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(3), .ant-loading-wrapper .motif-spinner-heart span:nth-child(5) {
    height: 80px;
    top: 10px;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(odd)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, #012C4C, #0079c2);
    border-radius: 4px;
    top: 0%;
}

.ant-loading-wrapper .motif-spinner-heart span:nth-child(even)::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #012C4C, #0079c2);
    border-radius: 4px;
    bottom: 0%;
}

@keyframes bouncing {
    0%, 100% {
        transform: translateY(0)scale(1, 1);
        animation-timing-function: ease-in
    }

    45% {
        transform: translateY(50px)scale(1, 1);
        animation-timing-function: linear
    }

    50% {
        transform: translateY(50px)scale(1.5, 0.5);
        animation-timing-function: linear
    }

    55% {
        transform: translateY(50px)scale(1, 1);
        animation-timing-function: ease-out
    }
}

.body-gallery-2 .stepsAB .stp-bg:after {
    content: "";
    position: absolute;
    width: 210px;
    height: 100%;
    border: 2px solid var(--color4);
    left: -25px;
    z-index: -1;
    top: -20px;
    opacity: 1
}

.body-gallery-2 .stepsAB.atoAB .stp-bg:after {
    content: "";
    position: absolute;
    width: 280px;
    height: 100%;
    border: 2px solid var(--color4);
    right: -25px !important;
    bottom: -20px !important;
    z-index: -1;
    top: unset !important;
    left: unset;
    opacity: 1
}

.realisations .propor {
    height: 100%
}

.realisations .row.recup-photos.gallery .col-md-3 {
}

.navh .menu_principal .active a, .navh .menu_principal a:hover {
    color: #6C63FF !important;
}

.fixed .navh .menu_principal .active a, .fixed .navh .menu_principal a:hover {
    opacity: 1;
    color: #6C63FF !important;
}

.gallery .nav {
    margin: 10px 0;
    text-align: center;
    align-items: self-end
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: none;
    padding: 0 3px 0 5px;
    width: 16.5%;
    height: 195px
}

.gallery .nav li::after {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 18px;
    width: 5px;
    height: 5px;
    background: var(--color1);
    border-radius: 5px;
    display: block;
    content: "";
    opacity: 0
}

.gallery .nav li.active::after {
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--font_family_3);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: center;
    border: none !important;
    color: white;
    font-weight: bold;
    position: relative;
    z-index: 1
}

.gallery .nav li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background-color: var(--color3);
    opacity: 0.5;
    transition: all .3s ease
}

.gallery .nav li a:hover:before {
    background-color: var(--color1)
}

.gallery .nav li.active a:before {
    background-color: var(--color1)
}

.gallery .nav li a:hover, .gallery .nav li.active a {
    background: none;
    color: var(--color0)
}

.gallery .nav li.active a:before {
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    padding-left: 15px;
    padding-right: 60px;
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 19px;
    height: 9px;
    content: "+";
    font-family: var(--font_family_1);
    font-size: 45px;
    position: absolute;
    right: 19px;
    top: 11px;
    line-height: 20px;
    left: auto;
    background: transparent
}

.body-gallery-2 .row.ligne-photos.retrait {
}

.certifs .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
    -o-transition-timing-function: linear !important;
    transition-timing-function: linear !important
}

.rsAB {
}

.rsAB .btn-partage {
    display: flex;
    background-color: #ffffff05;
    width: fit-content;
    padding: 5px 15px;
    backdrop-filter: blur(5px);
    border: 1px solid #eeeeee24;
    border-radius: 50px
}

.stepsAB.atoAB a.bouton-principal2 {
    background: none;
    border: 1px solid var(--color2);
    color: #ffffff;
    padding: 2vh 2vw 0;
    border-radius: var(--border-radius);
    justify-content: flex-start;
    align-items: center;
    font-family: var(--font_family_3);
    width: 59%
}

.r-flex .row.recup-photos.gallery {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    position: relative
}

.r-flex .row.recup-photos.gallery:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 50%;
    right: 21px;
    bottom: 30px;
}

.images-f {
    width: 70%
}

.propor.pic-1 img {
}

.row.r-flex {
    position: relative;
    width: 100%;
}

.row.r-flex h1, .row.r-flex .titre-secondaire {
    text-align: center;
    margin-bottom: 11vh;
}

.propor.pic-1 {
    height: 550px !important
}

.propor.pic-2 {
    width: 100% !important;
    height: 400px !important;
    margin-left: -24%;
    border: 7px solid var(--color2)
}

.btns-servAB {
    display: flex;
    justify-content: end;
    gap: 10px;
    align-items: center;
    width: 130px;
    z-index: 10000;
    height: 50px;
    color: #fff;
    float: right;
    background-color: transparent;
    margin-top: 24px;
    border-radius: var(--radius);
    position: relative;
    top: 0vh;
    flex-direction: row-reverse;
}

.btns-servAB .swiper-button-prev, .btns-servAB .swiper-button-next {
    position: static;
    display: flex;
    height: 40px;
    width: 40px;
    background-color: transparent;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--color0);
    color: var(--color0);
    transition: all .3s ease;
    border-radius: var(--border-radius)
}

.btns-servAB .swiper-button-prev:hover, .btns-servAB .swiper-button-next:hover {
    color: var(--color0);
    background-color: var(--color1)
}

.swiper {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.swiper-wrapper {
    display: flex
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.bloc-contenu.services.nbr-services-:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10vh;
    width: 100%;
    height: 10vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave.svg) no-repeat;
    background-size: 100% auto;
}

.bloc-contenu.services {
    position: relative;
    padding: 4em 10% 17vh;
    background: var(--color1);
    z-index: 10
}

.bloc-contenu.services:after {
    content: "";
    position: absolute;
    background-image: url(../images/bg1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 970px;
    height: 563px;
    left: -6%;
    top: 0;
    opacity: .2;
    z-index: 0
}

.bloc-contenu.services .titre-secondaire, .realisations .titre-secondaire {
    color: #30e3ca;
}

.bloc-contenu.services h2, .realisations h2 {
    text-align: center;
    color: var(--color0);
    position: relative;
    z-index: 1000
}

.liste-services {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    position: relative;
    z-index: 11
}

.services .container {
    width: 100%;
    padding: 6rem 0;
    padding-top: 0
}

.title h3 small {
    color: var(--color0);
    font-family: var(--font_family_1);
    line-height: 1.3;
    margin: 2vh 0 0;
    display: block
}

.img-service {
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    position: relative;
    background-image: url(../images/gear.svg);
    background-size: 80px auto;
    -ms-background-size: 80px auto;
    -o-background-size: 80px auto;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    height: 400px;
    transition: all .3s linear;
    border-radius: var(--radius);
    overflow: hidden;
    display: block;
    border-radius: var(--border-radius)
}

.img-service:hover {
    filter: brightness(1)
}

.img-service:before {
    content: "";
    inset: 0;
    position: absolute;
    background: linear-gradient(10deg, #4a4a4afc, #ffffff00, transparent);
    transition: all 1s ease;
    opacity: 0.8
}

.img-service:hover:before {
    background: var(--color3);
    opacity: 0.3
}

div.title {
    position: absolute;
    bottom: 0;
    padding: 10px 2%;
    background-color: #ffffffd4;
    width: 100%;
    transition: all .3s ease;
    text-transform: none;
}

.ab-cntnt {
    color: var(--color0);
    opacity: 0;
    transition: all .3s ease
}

.img-service:hover .title {
}

.img-service:hover .ab-cntnt {
    opacity: 0.6
}

div.title h3 {
    font-family: var(--font_family_1);
    margin: 0;
    transition: all .3s linear;
    font-size: calc(var(--taille_font)*1.1);
    padding: 5px 0px 10px;
    text-align: left;
    line-height: 1.3;
    text-transform: none;
    color: #6c63ff;
}

.img-service:hover h3 {
    padding-bottom: 15px;
    margin: 0;
    border-radius: 5px
}

.nbr-services-3 .img-service.service-2 {
    left: 0;
    margin-bottom: -72.5px;
    bottom: 50%;
    margin-left: -72.5px
}

.nbr-services-3 .img-service.service-3 {
    top: 50%;
    right: -72.5px;
    left: initial
}

a.show-all-service {
    width: 160px;
    height: 50px;
    text-decoration: none !important;
    display: flex;
    background: var(--color1);
    font-family: var(--font_family_2);
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    line-height: 75px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    justify-content: center;
    align-items: center;
    color: var(--color0) !important;
    border-radius: var(--border-radius);
    overflow: hidden
}

a.show-all-service:hover {
}

a.show-all-service .buile-title {
    background: var(--color2);
    color: var(--color0);
    font-size: 14px;
    position: relative;
    left: 110px;
    top: -55px;
    display: block;
    width: 200px;
    padding: 5px;
    line-height: normal;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    opacity: 0
}

a.show-all-service:hover .buile-title {
    left: 85px;
    opacity: 1
}

.text-services {
    display: table-cell;
    vertical-align: middle;
    padding: 0 18%;
    display: none
}

.text-services .text {
    text-align: center;
    display: none
}

.text-services .text h3 {
    color: var(--color1);
    font-size: 20px;
    padding-bottom: 25px;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative
}

.text-services .text h3::after {
    display: block;
    background: var(--color1);
    width: 30px;
    height: 4px;
    left: 50%;
    position: absolute;
    margin-left: -15px;
    bottom: 0;
    content: ""
}

.stp-txt h2 {
    margin-bottom: 40px;
    color: #333;
    font-size: 2.5em
}

.stp-txt h2.center {
    text-align: left
}

#accordion-pourquoi {
    margin-top: 30px;
    position: relative;
    z-index: 10000
}

#accordion-pourquoi .panel {
    border: none;
    border-radius: 8px;
    margin-bottom: 15px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease
}

#accordion-pourquoi .panel:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15)
}

#accordion-pourquoi .panel-heading {
    background: linear-gradient(135deg, #aa700b 0%, #e5a431 100%);
    border: none;
    padding: 0
}

#accordion-pourquoi .panel-title {
    margin: 0
}

#accordion-pourquoi .panel div#heading2 {
    background: linear-gradient(135deg, #17a18e 0%, #30e3ca 100%);
}

#accordion-pourquoi .panel div#heading3 {
    background: linear-gradient(135deg, #564edf 0%, #6C63FF 100%);
}

#accordion-pourquoi .panel-title a {
    display: block;
    padding: 14px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1em;
    position: relative;
    transition: all 0.3s ease
}

#accordion-pourquoi .panel-title a:hover {
    background: rgba(255, 255, 255, 0.1)
}

#accordion-pourquoi .panel-title a:after {
    content: '\002B';
    position: absolute;
    right: 25px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--color0);
    font-size: 1.5em;
    font-weight: 300;
    transition: transform 0.3s ease
}

#accordion-pourquoi .panel-title a:not(.collapsed):after {
    content: '\2212';
    transform: translateY(-50%)rotate(180deg)
}

#accordion-pourquoi .panel-collapse {
    border: none
}

#accordion-pourquoi .panel-body {
    padding: 25px;
    background: #fff;
    color: #555;
    line-height: 1.8;
    font-size: 1em;
    border-top: 3px solid #667eea
}

a.btnrs.btn-googlereviews svg {
    fill: #EA4335;
}

a.btnrs.btn-linkedin svg {
    fill: #0e76a8;
}

div {
}

a.btnrs.btn-facebook svg {
    fill: #3b5998;
}

#accordion-pourquoi .panel .panel-heading {
    background: linear-gradient(135deg, #c78614 0%, #e5a431 100%);
}

#accordion-pourquoi .panel .panel-body {
    border-top-color: #fff;
}

#accordion-pourquoi .panel-collapse.collapsing {
    transition: height 0.35s ease
}

@media(max-width: 768px) {
    .stp-txt h2 {
        font-size: 1.8em;
        margin-bottom: 0;
    }

    #accordion-pourquoi .panel-title a {
        padding: 15px 20px;
        font-size: 1em;
        padding-right: 50px
    }

    #accordion-pourquoi .panel-body {
        padding: 20px;
        font-size: 0.95em
    }
}

.stepsAB:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13vh;
    width: 100%;
    height: 13vh;
    background: url(../images/wave2.svg);
    mask-position: bottom;
    background-size: 100%;
    z-index: 10000
}

[data-animate] {
    opacity: 0;
    transition: all 0.8s ease-out
}

[data-animate="bottom"] {
    transform: translate3d(0, 15px, 0)
}

.swiper-slide-active[data-animate] {
    opacity: 1;
    transform: none
}

.swiper-slide-active .animeslide-heading {
    transition-delay: 0.6s
}

.bannSwiper .swiper-pagination {
    flex-direction: column;
    right: 100px;
    width: max-content;
    left: unset;
    top: 57%;
    bottom: unset;
    display: flex;
    transform: translateY(-50%);
    gap: 8px;
    opacity: 0.8;
    align-items: end;
    justify-content: center;
    height: 100%;
    padding-bottom: 40px
}

.bannSwiper span.swiper-pagination-bullet {
    height: 3px;
    border-radius: 0;
    width: 27px;
    opacity: 1;
    background: white;
    transition: .3s ease;
    margin: 0 !important;
    margin: 8px 0 !important
}

.bannSwiper span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px;
    background: var(--nuanceColor1)
}

.bannSwiper .swiper-button-next, .bannSwiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    opacity: .6;
    transition: .4s ease
}

.bannSwiper .swiper-button-next:after, .bannSwiper .swiper-button-prev:after {
    color: white;
    font-size: 20px
}

.swiper-slide .bannSlide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--color3);
    opacity: 0.3;
    z-index: 1
}

.bannSlide .slogan {
    position: absolute;
    left: 15%;
    top: 54% !important;
    transform: translateY(-50%);
    color: white
}

.bannSlide .slogan .titre {
    font-family: var(--font_family_2);
    font-size: 50px;
}

.bannSlide .slogan .sous-titre {
    font-family: var(--font_family_3);
    font-size: 60px;
    letter-spacing: 3px;
    font-weight: 100;
    margin-bottom: 13px;
    line-height: 70px
}

.swiper {
    width: 100%;
    height: 100%
}

@keyframes zoomAB {
    0% {
        scale: 1
    }

    50% {
        scale: 1.3
    }

    100% {
        scale: 1
    }
}

.swiper-slide .bannSlide img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: 30s infinite ease zoomAB
}

.swiper-slide .bannSlide {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%
}

body, html {
    height: 100%
}

body {
    width: 100%;
    margin: 0;
    padding: 0
}

a {
    -webkit-transition: color .3s ease-out;
    -moz-transition: color .3s ease-out;
    -o-transition: color .3s ease-out;
    transition: color .3s ease-out
}

.shapesvg {
    position: absolute;
    z-index: 1000;
    left: -19%
}

.services-one-2 {
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: luminosity;
    left: -18%;
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.services-one-2 img {
    width: 65%;
    opacity: 0.5;
    border: none;
    border-radius: 0;
    box-shadow: none;
    height: auto;
    max-width: 100%;
    object-fit: contain
}

@keyframes float-bob-x {
    0% {
        transform: translateX(-30px)
    }

    50% {
        transform: translateX(-10px)
    }

    100% {
        transform: translateX(-30px)
    }
}

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: 12px;
    color: #2e4b70;
    top: 5px;
    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
}

article, aside, footer, header, hgroup, main, nav, section {
    display: block
}

iframe {
    border: none
}

[data-anim] {
    opacity: 0
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important
}

.nopad {
    padding-left: 0;
    padding-right: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.hide {
    display: none
}

.center {
    text-align: center
}

.right {
    text-align: right
}

.justify {
    text-align: justify
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.bold {
    font-weight: 700
}

.underline {
    text-decoration: underline
}

.relative {
    position: relative
}

.inline-block {
    display: inline-block;
    vertical-align: top
}

.noflicker {
    -webkit-transform: translateZ(0)
}

.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(--color3);
    background-color: var(--color3);
    border: 0;
    opacity: .4
}

.page-contenu img {
    margin: 10px
}

body {
    color: var(--color3);
    font-family: var(--font_family_1);
    font-size: var(--taille_font);
    background: var(--color0)
}

div#contactButtonsMobile a {
    background-color: var(--color2) !important
}

.mySwiperGalAB .swiper-button-prev, .mySwiperGalAB .swiper-button-next {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color1);
    color: var(--color0);
    border-radius: 50%;
    top: 40%;
    border: 5px solid var(--color0);
    font-size: 13px;
    transition: all .3s ease
}

.mySwiperGalAB .swiper-button-prev:hover, .mySwiperGalAB .swiper-button-next:hover {
    background-color: var(--color4)
}

.mySwiperGalAB .swiper-button-prev {
    left: -20px
}

.mySwiperGalAB .swiper-button-next {
    right: -20px
}

.contenu.formulaire {
    position: relative
}

top:90px }

*/div#contact-form {
    position: relative
}

div#contact-form:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%
}

.stepsAB {
    display: flex;
    padding: 10vh 10%;
    position: relative;
    z-index: 800;
    background: var(--color0);
    flex-direction: row-reverse;
}

.body-gallery-2 .stepsAB {
    justify-content: center;
    overflow: visible
}

.stepsAB.atoAB {
    flex-direction: row;
    padding: 0 10%22vh;
    display: flex;
    align-items: center;
}

.body-page-1 .stepsAB.atoAB .stp-bg:after {
    content: ""
}

.body-page-1 .stepsAB .stp-bg:after {
    content: "";
    position: absolute
}

.stp-txt {
    width: 55%;
    padding-right: 3%;
    position: relative
}

.body-gallery-2 .stp-txt {
    display: flex;
    align-items: center;
    flex-direction: column;
    align-items: flex-start
}

.stp-txt:before {
    position: absolute;
    z-index: 1;
}

.atoAB .stp-txt:before {
    left: -170px;
    top: -10px;
    rotate: 349deg;
    transform: scaleX(-1);
    opacity: 0.1
}

.atoAB .stp-txt {
    padding-left: 0;
    padding-right: 10%
}

.body-gallery-2 .stp-txt {
    padding: 5%
}

.stp-txt h2 {
    text-align: left;
    text-transform: none
}

.stp-txt .stp-list {
    gap: 28px;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
}

.stp-list span:hover i {
}

.stp-list span {
    font-family: var(--font_family_2);
    font-size: 17px
}

.stp-list i {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border-radius: 50%;
    text-align: center;
    padding-top: 10px;
    color: var(--color4);
    margin-right: 10px;
    border: 2px solid var(--color4);
    transition: all .3s ease
}

.stp-bg-p {
    width: 55%;
    height: auto
}

.stp-bg {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px
}

.qsnAB-p1.stp-bg {
    background-image: url('../images/qsnAB/portrait1.jpg');
    background-position: top
}

.qsnAB-p2.stp-bg {
    background-image: url('../images/qsnAB/Photo-de-toure-1.png') !important;
    background-color: var(--color0)
}

.stepsAB.atoAB .services-one-2 {
    left: inherit;
    right: -8%;
    text-align: right
}

.stp-bg-pAtt {
    height: 440px;
    width: 20%
}

.qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
    height: 100%;
    width: 100%
}

.atoAB .stp-txt {
    padding-left: 7%;
    padding-right: 0;
    position: relative;
    float: left;
    z-index: 10000;
}

.stp-bg:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: var(--color1);
    left: 0;
    top: 0;
    opacity: 0.1
}

a, a:link, a:visited {
    color: var(--color1);
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

.corps a:hover {
    color: var(--color3)
}

a:active {
    outline: 0
}

.h1, .h2, .h3, h1, h2, h3, h4, h5, h6 {
    color: #6c63ff;
    font-family: var(--font_family_3);
    margin-bottom: 3vh;
    margin-top: 3vh;
    text-transform: uppercase;
}

.AvisClientsBg h2.h.h1.hicon {
    color: var(--color0);
}

.h1, h1 {
    font-size: calc(var(--taille_font)*2);
    line-height: 1.3;
    color: var(--color2);
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 42px;
    position: relative;
    font-weight: 700;
    text-wrap: balance
}

.h1:before, h1:before {
    content: "";
    width: 75px;
    background: var(--color1);
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 2px
}

.h2, h2 {
    font-size: calc(var(--taille_font)*1.7);
}

.h3, h3 {
    font-size: calc(var(--taille_font)*1.5)
}

h4 {
    font-size: calc(var(--taille_font)*1.4)
}

h5 {
    font-size: calc(var(--taille_font)*1.2)
}

h6 {
    font-size: calc(var(--taille_font)*1)
}

.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
}

.temoignages-cont .titre-secondaire {
    color: #ffffff;
    position: relative;
    font-size: calc(var(--taille_font) * 1.1);
    line-height: 1.3;
    padding: 5px 0 0;
    margin: 0;
    font-weight: 200;
    margin-bottom: 0;
    display: block;
    text-transform: initial;
    font-family: var(--font_family_1);
}

.services h1.h1 {
}

.body-service-list h2.h1 {
    font-size: 30px;
    margin-bottom: 30px
}

.h1:before, h1:before {
    content: "";
    width: 75px;
    background: var(--color1);
    position: absolute;
    bottom: -15px;
    left: 50%;
    height: 2px;
    opacity: 0
}

.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
}
.intervention span.titre-secondaire {
    color: white;
}
.titre-secondaire {
    position: relative;
    font-size: calc(var(--taille_font)*1.1);
    line-height: 1.3;
    padding: 5px 0 0;
    margin: 0;
    font-weight: 200;
    color: #6C63FF;
    margin-bottom: 0;
    display: block;
    text-transform: initial;
    font-family: var(--font_family_1)
}

.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 {
}

.hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--nuanceColor1);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 0%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-shutter-out-horizontal.dark:before {
    background-color: var(--color2)
}

.hvr-shutter-out-horizontal:active, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:hover, a.hvr-shutter-out-horizontal:active, a.hvr-shutter-out-horizontal:focus, a.hvr-shutter-out-horizontal:hover {
    color: var(--color0)
}

.hvr-shutter-out-horizontal:active:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

a.bouton-principal, button.bouton-principal {
    text-align: left;
    font-family: var(--font_family_1);
    color: var(--color0);
    text-decoration: none;
    padding: 1.5vh 1vw;
    border-radius: var(--border-radius);
    overflow: hidden;
    font-size: var(--taille_font);
    background: linear-gradient(90deg, #6C63FF 0%, #3d3989 100%);
    width: auto;
    display: inline-block;
    border: 1px solid #ffffff3d;
}

a.bouton-principal:after, button.bouton-principal:after {
    right: 15px;
    top: 50%;
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    color: var(--color0);
    -webkit-transform: translateY(-50%);
    font-weight: 700;
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9900;
    position: absolute;
    transition: all .4s ease
}

.bouton-principal:hover:after {
    color: var(--color0)
}

.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_1);
    color: var(--color0);
    text-decoration: none;
    padding: 13px 20px;
    font-size: 14px;
    text-transform: uppercase;
    border: 0
}

a.bouton-principal:hover {
    color: var(--color0);
    border-color: var(--nuanceColor1) !important;
}

.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 {
    margin: 15px 0 50px
}

.main-page {
    position: relative;
    overflow: hidden
}

.tete {
    position: fixed;
    left: 0;
    height: 16vh;
    right: 0;
    z-index: 9000;
    transition: .5s;
    background: var(--color1);
    border-top: 1px solid #ffffff36;
}

.header {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 0 10%;
    transition: all .3s ease
}

.header:before, .header:after {
    content: none
}

.fixed .header {
    box-shadow: 0 1px 20px #00000014
}

.tete .header .flex-logo {
    width: 20%;
}

.tete .header .flex-infos {
    width: 20%;
    height: 100%
}

.tete .logo-site {
    margin: 0
}

.tete .logo-site a {
    color: var(--color1);
    text-decoration: none;
    display: block;
    font-family: var(--font_family_1)
}

.tete .logo-site a:focus, .tete .logo-site a:hover {
    color: var(--color1);
    text-decoration: none
}

.tete .logo-site a img {
    transition: all .3s ease;
    width: auto;
    object-fit: contain;
    height: 15vh;
}

.tete.fixed .logo-site a img {
    filter: none;
}

.tete .header .flex-infos .infos {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: nowrap
}

.tete .infos .tel {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    color: var(--color0);
    padding: 14px 21px;
    margin: 0;
    font-family: var(--font_family_1);
    background: linear-gradient(90deg, #6C63FF 0%, #3d3989 100%);
    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: stretch;
    column-gap: 10px;
    justify-content: flex-start;
    height: 100%;
    margin: 2em 0;
}

.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_1);
    color: var(--color0);
    text-decoration: none;
    margin: 0 0 0;
    display: inline-flex;
    text-transform: none;
    border: 0;
    overflow: hidden;
    background: #eeeeee24;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(5px);
    border-radius: var(--border-radius);
    border: 1px solid #ffffff2b !important;
}

.cta p.tel-header.bouton-principal.hvr-shutter-out-horizontal span {
    font-size: 100%;
    text-align: center;
    min-width: auto;
    font-size: revert
}

.cta a.bouton-principal, button.bouton-principal, .cta .tel-header {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 1.5vh 1.5vw;
    line-height: normal;
    background: linear-gradient(90deg, #6C63FF 0%, #3d3989 100%);
}

.cta .bouton-principal {
    border: 1px solid #eeeeee73 !important;
    color: var(--color0) !important;
    transition: all .2s ease
}

.cta .bouton-principal:hover {
    border-color: var(--color1) !important
}

.callTracker:not(.active)a:hover, .callTracker:not(.active):hover {
    color: var(--color1)
}

.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;
    padding: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 100%;
    text-decoration: none
}

.callTracker .t_phone {
    opacity: 0;
    display: none
}

.callTracker .t_affiche {
    cursor: pointer
}

header .callTracker a, header .callTracker span {
    top: 5px
}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.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: 36px;
    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(--color1)
}

.copyright {
}

.tete .btn-partage {
    padding: 0;
    display: flex
}

.tete .header .flex-menuP {
    width: 60%;
}

.navh .menu_principal {
    margin: 0 auto;
    padding: 5px 0;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.navh .menu_principal>li {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 1rem;
    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(--color0);
    display: block;
    padding: 33px 0;
    font-size: clamp(1.2rem, .85vw, 1.5rem);
    text-decoration: none;
    text-transform: uppercase;
    font-family: var(--font_family_2);
    transition: all .4s ease
}

.fixed .navh .menu_principal a, .fixed .navh .menu_principal a:visited {
}

.navh .menu_principal a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    background: var(--color0);
    left: 0;
    bottom: 0;
    transition: .5s;
    opacity: 0
}

.navh .menu_principal a:hover:after, .navh .menu_principal li.active>a:after {
    width: 100%
}

.icone-share {
    display: none
}

.btn-partage .icones {
    width: 16px;
    margin: 0;
    height: 16px;
    padding: 0;
    position: relative;
    left: 0;
    fill: var(--color0)
}

@media(max-width: 1530px) {
    .header {
        padding: 0 1.5%
    }
}

@media(max-width: 1376px) {
    .flex-infos {
        display: none
    }

    .tete .header .flex-menuP {
        width: 80%
    }

    .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
    }
}

.fixed.tete {
    box-shadow: 1px 2px 17px 3px #0000003b;
}

.slogan {
    position: relative;
    color: var(--color0);
    width: 100%;
    padding: 0 15%;
    margin: 0;
    text-align: left;
    z-index: 2;
    top: 7vh;
}

.slogan h1 {
    position: relative;
    color: var(--color0);
    width: 100%;
    margin: 0;
    text-align: left;
    z-index: 2
}

.h1.slogan:before, .slogan h1:before {
    content: "";
    width: 0;
    height: 0;
    background: 0 0;
    position: inherit;
    bottom: inherit;
    left: inherit;
    display: none
}

.slogan .titre {
    font-family: var(--font_family_3);
    text-transform: uppercase;
    line-height: 1.3;
    font-size: calc(var(--taille_font)*3)
}

.slogan .titre span {
    font-size: 48px
}

.slogan .sous-titre {
    font-size: 27px;
    font-family: var(--font_family_1);
    line-height: 45px;
    font-weight: 200;
    text-transform: initial;
    text-wrap: balance;
}

.body-page-1 .slogan {
    top: 17vh;
    text-align: left;
    width: 37%;
    padding: 0 0;
    left: 0;
    position: relative;
    z-index: 10000;
}

.video-accueil {
    position: fixed;
    top: 0;
    left: 50%;
    width: 120%;
    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
}

.video-text {
    width: 43%;
    float: left;
    margin-right: 7%
}

.section.media-section {
    padding: 9vh 10% 15vh;
    position: relative;
    z-index: 800;
    background: var(--color2);
    display: flex;
    color: var(--color0);
    flex-direction: row;
    align-items: center;
}

.video-container {
    position: relative;
    width: 50%;
    overflow: hidden;
    border-radius: 15px;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}

.banniere {
    position: absolute;
    top: 0 !important;
    margin-left: 0;
    height: 100%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.body-page-1 .banniere img {
    width: 28%;
    height: 860px;
    object-fit: contain;
    float: right;
    position: relative;
    z-index: 100;
}

.body-page-1 .banniere {
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-evenly;
    z-index: 1000;
}

.body-page-1 .banniere:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block !important;
    opacity: 0.7;
    background: linear-gradient(135deg, #5fffe9b0 0%, #665df0a8 50%, #da9d32b8 100%);
}

.banniere:after {
    content: '';
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: block !important;
    opacity: 0.7;
    background: linear-gradient(135deg, #5fffe9b0 0%, #665df0a8 50%, #da9d32b8 100%);
}

.banniere::before {
    content: "";
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: right 107%;
    background-size: 50%;
    opacity: .1;
}

.banniere img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.body-page-1 .banniere::before {
    content: "";
    display: block !important;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/vector.svg);
    background-repeat: no-repeat;
    background-position: right 107%;
    background-size: 50%;
    opacity: .1;
    z-index: 100;
}

.corps:before {
    content: "";
    position: absolute;
    left: 0;
    top: -9vh;
    width: 100%;
    height: 9vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom
}

.btn-descendre, a.btn-descendre {
    width: 40px;
    height: 40px;
    position: absolute;
    display: flex;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    z-index: 9000;
    right: 50%;
    left: 50%;
    backdrop-filter: blur(5px);
    transition: all .3s ease;
    margin-left: -20px;
    bottom: 6vh;
    border: 1px solid #ffffff7a;
}

a.btn-descendre:hover {
    scale: 1.1
}

.btn-descendre:after {
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    transform: translateX(-50%)translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    opacity: 0
}

@keyframes pulse-border {
    0% {
        transform: scale(1);
        opacity: 1
    }

    100% {
        transform: scale(1.8);
        opacity: 0
    }
}

.btn-descendre i {
    font-size: 25px;
    color: var(--color0)
}

.fluid-contenu {
    position: relative;
    z-index: 10;
    background: #fff;
}

.body-page-1 .fluid-contenu {
    margin-top: 0 !important
}

.fluid-contenu .corps {
    padding: 9vh 13% 23vh;
}

.body-page-1 .fluid-contenu .corps {
    padding: 3em 10% 24vh;
}

.body-service-list .fluid-contenu .corps {
    padding: 0;
}

.page-contenu-home {
    position: relative;
    display: block;
    padding: 1rem 0%;
    height: 410px;
    overflow: hidden
}

.section.media-section h2 {
    color: var(--color0);
    font-size: 2.5em;
    text-align: left;
    text-transform: none;
    position: relative;
    font-weight: 700
}

p.intro-text {
    margin: 0 0 4vh
}

.recup-photos .propor .propor-cont .imagecont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 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 ease
}

.recup-photos .propor .propor-cont .imagecont:hover img {
    scale: 1.1;
}

.recup-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 10px;
    border-radius: var(--border-radius);
    overflow: hidden;
    background: #082c4b
}

.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
}

p.r_name img {
    width: 41px;
    margin-right: 1vw
}

p.r_name {
    position: absolute;
    bottom: 20px;
    display: flex;
    align-items: center;
    background: var(--color1);
    padding: 2vh 1vw;
    border-radius: 20px;
    z-index: 5;
    letter-spacing: 2px;
    left: 28%;
    font-family: var(--font_family_3);
    right: 26%;
    color: var(--color0);
    justify-content: center
}

.realisations:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10vh;
    width: 100%;
    height: 10vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave-1.svg) no-repeat;
    background-size: 100% auto;
}

.recup-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: .5s;
    background-color: var(--color1);
    background-image: url(../images/ico-zoom.svg);
    background-repeat: no-repeat;
    background-position: center center
}

.recup-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 0;
    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;
    background: #ffffff;
    padding: 0em 10%0em
}

.certifs h2 {
    display: none
}

.certifs .cell.gauche {
    display: block
}

.certifs .cell.gauche .contenu {
    padding: 2em 13%;
    display: none
}

.certifs .cell.droite {
    position: relative;
    display: block;
    padding: 3em 3%;
}

.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: 48% auto;
    background-color: var(--color0);
    opacity: 0.8;
    transition: all .3s ease;
    border: 1px solid #eee;
}

.certifs .swiper-slide:hover .img-swiper {
    filter: none;
    opacity: 1;
    scale: 1.13
}

.certifs .swiper-slide img {
    position: relative;
    display: block;
    width: 100%;
    height: 80%;
    position: relative;
    display: block;
}

.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.view.view-1:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13vh;
    width: 100%;
    height: 13vh;
    background: url(../images/wave2.svg);
    mask-position: bottom;
    background-size: 100%;
    z-index: 10000;
}

.actualites {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background-color: var(--color0);
    padding: 2em 10% 22vh;
}

.actualites article {
    display: table;
    width: 100%
}

.actualites:nth-child(even+1) {
    direction: rtl
}

.actualites .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--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: 20px auto
}

.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
}

body.body-temoignage .livre-elements .temoignage {
    color: var(--color3);
}

body.body-temoignage .fluid-contenu .corps {
    padding: 7em 0 19vh;
}

body.body-temoignage .temoignages {
    padding: 0 0;
}

.divAvis:nth-child(2n) .temoignage {
    color: var(--color0);
}

.divAvis:nth-child(2n) {
    background: var(--color1);
    border-radius: 0;
    color: var(--color0);
}

div#itemReviewed_295 {
}

.divAvis:nth-child(2n) .temoignage {
    color: var(--color0) !important;
}

p.temoignage {
}

.divAvis:nth-child(2n):before {
    background: url(../images/wave.svg) no-repeat;
    background-size: 100% auto;
    top: -14vh;
    width: 100%;
    height: 15vh;
}

div#itemReviewed_137 {
}

.divAvis:before {
}

.AvisClientsBg {
    padding: 0 7%
}

.AvisClientsBg .contenu {
    position: relative;
}

.AvisClientsBg {
    padding: 15vh 10vw;
    position: relative;
    color: var(--color2);
    z-index: 0;
}

.AvisClientsBg .bx-prev {
    left: -2vw;
}

.AvisClientsBg .bx-prev::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next {
    right: -2vw;
}

.AvisClientsBg .bx-next::before {
    display: inline-block;
    content: "";
    font-weight: 700;
    font-family: "Font Awesome 5 Free";
    font-size: 23px;
    color: var(--color0);
}

.AvisClientsBg .bx-next, .AvisClientsBg .bx-prev {
    text-indent: initial;
    font-size: 0px;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: -55px;
    justify-content: center;
    opacity: 0.7;
    transition: 0.5s;
}

.AvisClientsBg .bx-next:hover, .AvisClientsBg .bx-prev:hover {
    opacity: 1;
}

.AvisClientsBg .contenu .bx-viewport {
    padding: 28px 0px 8px;
    display: block;
    height: auto !important;
}

.AvisClientsBg.bg-optionnel-gris .h1 {
    padding: 0px 0px 1em;
    margin: 0px;
    text-align: left;
    color: var(--color0);
}

.title2 {
    display: flex;
    margin: 0px 0px 4vh;
    justify-content: space-between;
}

.etoiles .fa {
    color: var(--color1);
}

.AvisClientsList {
    padding: 0px;
    overflow: hidden;
    margin: 0px -15px !important;
}

.AvisClientsList li {
    list-style: none;
    background: 0px 0px;
}

.AvisClientsList li::before {
    content: none;
}

.avisClientsBg .h {
    text-align: center;
}

.temoignage1 .date {
    text-align: revert;
    margin-top: 1vh;
    margin-right: 0px;
    margin-left: 0px;
    font-family: var(--font_family_2);
    font-size: var(--taille_font);
    margin-bottom: 2px !important;
}

h2.pseudo {
    font-size: 21px;
    color: var(--color1);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    min-height: auto;
}

.temoignageScroll i.fa-solid.fa-quote-left {
    font-size: var(--h1-size);
    position: absolute;
    left: 2rem;
    opacity: 0.1;
}

.AvisClients .blazy {
    font-size: 16px;
    color: var(--color0);
    width: 128px;
    margin: 0px auto 20px -64px;
    border-radius: 50%;
    position: absolute;
    top: -70px;
    left: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
}

.AvisClientsBg .bx-pager {
    bottom: 17px;
}

.avisContent::before {
    /* content: "«"; */
    display: inline-block;
    margin-right: 5px;
}

.avisContent::after {
    /* content: "»"; */
    display: inline-block;
    margin-left: 5px;
}

.temoignages {
    padding: 11vh 10vw;
    width: 100%;
    position: relative;
    z-index: 100;
}

.temoignages-cont .row {
    width: 100%;
}

.temoignages .title {
    text-align: left;
}

.temoignages .title .titre2 {
    margin: 0px 0px 4vh;
}


.contain-GMB .h1 {
    color: var(--color0);
    text-align: center;
}
.temoignages-cont h3 {
    font-weight: 500;
    letter-spacing: 0.4px;
    text-transform: uppercase;
    color: var(--orange2);
    font-size: 0.9em;
    padding: 0px;
    margin: 0px;
}

.AvisClientsBg .swiper-button-prev, .AvisClientsBg .swiper-container-rtl .swiper-button-next, .AvisClientsBg .swiper-button-next, .AvisClientsBg .swiper-container-rtl .swiper-button-prev {
    filter: brightness(0) invert(1);
    top: 28%;
    color: var(--color1);
}

.temoignages-cont p {
    display: block;
    font-size: calc(var(--taille_font) * 1.2);
    margin-bottom: 0px;
    padding-top: 0;
    font-family: var(--font_family_2);
    text-align: center;
    line-height: 1.9;
    color: var(--color0);
    width: 100%;
}

.temoignages .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    position: absolute;
    left: 0;
}

.swiper-pagination-bullet {
    width: 44px;
    height: 7px;
    border: 1px solid;
    border-radius: var(--border-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    border: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.temoignages .swiper-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
    position: absolute;
    left: 0;
}

.swiper-pagination-bullet {
    width: 44px;
    height: 7px;
    border: 1px solid;
    border-radius: var(--border-radius);
    -webkit-transform: scale(1);
    transform: scale(1);
    position: relative;
    border: 0px;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.temoignages-cont a.AvisClients {
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    padding: 12vh 6vw 3vh;
    text-align: center;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    border-radius: 0;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff29;
    border-radius: var(--border-radius);
    color: var(--color0);
    align-content: center;
}

.avis {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    text-align: left;
}

.avis {
    background-color: rgb(255, 255, 255);
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
    text-align: left;
}

.avis h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: rgb(51, 51, 51);
}

.date_post {
    color: rgb(102, 102, 102);
}

.AvisClients i.fa-solid.fa-quote-left {
    color: var(--color-dark-transparent);
    font-size: 60px;
    margin-bottom: 0px;
    float: left;
}

.titrestar {
    display: flex;
    place-content: center flex-start;
    column-gap: 1vw;
    align-items: center;
    width: 100%;
}

.fa-star-o::before {
    content: "";
    color: var(--color-dark-transparent);
}

.temoignages-cont .swiper-wrapper {
    /* display: flex; */
    /* align-content: stretch; */
}

.temoignageScroll {
    max-height: 14vh;
    text-align: center;
    overflow: hidden;
}

.pied .bande1 .row {
    border-top: 1px solid #ffffff17;
    padding-top: 4vh;
}

.temoignages-cont .swiper-slide {
    height: 100%;
}

.etoiles {
    color: rgb(255, 205, 124);
    margin-bottom: 0px;
}

.etoiles .fa {
}

.avisContent {
    font-size: 1rem;
    color: rgb(102, 102, 102);
    line-height: 1.5;
}

.img-curv .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-curv .img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.photo-avis {
    display: flex;
    -webkit-box-align: center;
    align-items: flex-end;
    margin-left: -1vw;
    margin-bottom: -1vw;
}

.img-curv {
    position: relative;
    padding: 15px;
    border-radius: 0px 40px 0px 0px;
    background: var(--color-light);
}

.info-avis {
    display: flex;
    column-gap: 1.1vw;
}

.titre-calendrier {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.temoignageScroll {
    max-height: 30vh;
    text-align: center;
    overflow: hidden;
}

.temoignageScroll .scrollbar-content {
    padding: 0px 10px 0px 0px;
    width: 100%;
}

.temoignageScroll .scrollbar-path-vertical {
    right: 0px;
}

.date_post {
    padding: 4px 0px;
    text-align: left;
    font-size: 80%;
}

.date_post i {
    margin-right: 8px;
}

.divAvis .fa-solid {
    font-size: calc(var(--h1-size) * 2);
    opacity: .2;
    position: absolute;
    top: 0;
}

.temoignage1 {
    text-align: center;
    width: 100%;
    margin: 4vh 0 0;
}

a.transition.AvisClients:before {
    color: rgb(255 255 255);
    left: 50%;
    content: "❞";
    font-size: calc(var(--taille_font) * 5);
    height: 130px;
    line-height: 130px;
    margin-left: -65px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px;
    top: -3vh;
    width: 138px;
    filter: invert(0);
    opacity: .4;
}

.divAvis:before {
    content: "";
    position: absolute;
    left: 0;
    top: -15vh;
    width: 100%;
    height: 15vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave2.svg) no-repeat;
    background-size: 100% auto;
}

.body-temoignage main.fluid-contenu .container {
    padding: 6vh 0 5vh;
}

div#itemReviewed_295 {
}

.divAvis:first-child:before {
    display: none;
}

.AvisClientsBg .bx-controls.bx-has-pager {
    display: block;
    position: relative;
    height: 46px;
}

.livre-elements {
    padding: 0 0vw;
    margin-bottom: 0;
    text-align: center;
}

.livre-elements .livre-ligne {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.livre-elements .blazy {
    margin: 0px auto 10px;
    border-radius: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: var(--color0);
    width: 115px;
    height: 115px;
}

.livre-elements .pseudo {
    font-size: 21px;
    color: #c2c2c2;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0px;
    min-height: auto;
}

.livre-elements .date {
    text-align: revert;
    margin-top: 1vh;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 2px !important;
    color: #357a94;
}

.livre-elements .etoiles {
    margin-bottom: 0px !important;
}

.livre-elements .temoignage {
    text-align: left;
    display: block;
    font-size: calc(var(--taille_font) * 1.4);
    margin-bottom: 0px;
    color: var(--color0);
    width: 100%;
    padding-top: 2vh;
    font-family: var(--font_family_3);
    text-align: center;
    line-height: 1.9;
}

.divAvis:nth-child(2n) .temoignage:before {
    filter: invert(0);
    opacity: .5;
}

.divAvis .temoignage:before {
    color: rgb(255 255 255 / 73%);
    left: 50%;
    content: "❞";
    font-size: calc(var(--taille_font) * 3);
    height: 130px;
    line-height: 130px;
    margin-left: -65px;
    position: absolute;
    text-align: center;
    text-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px;
    top: 2vh;
    width: 130px;
    filter: invert(1);
}

.livre-elements .temoignage::after {
    display: inline-block;
    margin-left: 5px;
}

.divAvis {
    width: 100%;
    margin-bottom: 3rem;
    position: relative;
    padding: 12vh 6vw 15vh;
    text-align: left;
    height: auto;
    margin-top: 0px;
    display: flex;
    text-decoration: none;
    border-radius: var(--border-radius);
    flex-flow: column;
    align-items: flex-start;
    justify-content: center;
}

.btn-avis {
    margin-bottom: 30px;
}

.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(--color2);
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 44px;
    border-radius: 2px
}

.modal-content .btn-close:focus, .modal-content .btn-close:hover {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 60px !important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0 !important
}

.modal-content label.control-label.label-note, .modal-content label.control-label.label-photo {
    display: block;
    padding-top: 14px !important
}

#add-review {
    text-align: center
}

#add-review .form-group {
    text-align: left
}

#add-review input[type=file] {
    display: block;
    width: 100%;
    height: 50px
}

#add-review #stars-existing {
    margin: 0 auto 10px;
    display: block;
    text-align: left;
    padding-top: 15px
}

#add-review .form-group #captcha {
    height: 46px !important
}

.formulaire #add-review .form-group .form-control, .formulaire #add-review .form-group input, .formulaire #add-review .form-group textarea {
    background: var(--color0);
    border: 1px solid #ccc;
    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.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
}

.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
}

.AvisClientsBg, .realisations {
    position: relative;
    z-index: 8000;
    text-align: center;
    padding: 10vh 10%;
    background: var(--color2);
}

.realisations h2 {
    color: var(--color0)
}

.realisations {
    background: var(--color1)
}

.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 iframe {
    width: 100%;
    margin: 10vh 0 0;
    border-radius: var(--border-radius)
}

.intervention {
    position: relative;
    z-index: 8000;
    background-attachment: fixed !important;
    padding: 14vh 10%22vh;
    background-size: cover;
}

.intervention:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block !important;
    opacity: 0.8;
    background: linear-gradient(135deg, #5fffe9e3 0%, #665df0d9 50%, #da9d32c2 100%);
}

.intervention .contenu h2, .intervention .contenu h3 {
    color: var(--color0)
}

.intervention .contenu {
    padding: 0vh 0%;
    color: var(--color0);
    font-size: 17px
}

.intervention .contenu a, .intervention .contenu a:link, .intervention .contenu a:visited {
    color: var(--color0)
}

.intervention h2 {
    color: var(--color0);
    margin: 1vh 0 4vh
}

.intervention h2:before {
    background: var(--color0)
}

.intervention ul {
    margin: 30px 0 0;
    column-count: 2;
    width: 60%
}

.note-avis {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2rem
}

.nbr-note {
    font-size: 40px;
    margin-right: 4rem
}

.pied {
    position: relative;
    z-index: 8000;
    background: var(--color0)
}

.AvisClientsBg:before, .media-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: -12vh;
    width: 100%;
    height: 12vh;
    background: url(../images/wave3.svg);
    -webkit-mask-position: bottom;
    background-size: 100%;
    mask-position: bottom;
    z-index: 10
}

.pied .bande1 {
    padding: 0rem 10% 5rem;
    background: var(--color1);
}

.bande_contact_footer h2 {
    color: var(--color0)
}

.bande_contact_footer {
    padding: 0px 13%50px;
    background: var(--color2);
    position: relative;
    z-index: 1000;
}

.bande_contact_footer .formulaire .form-group {
    color: var(--color0)
}

.bande_contact_footer .formulaire .form-group {
    color: var(--color0)
}

.bande_contact_footer .row1:before {
    content: "";
    position: absolute;
    height: 563px;
    right: -27%;
    top: 0;
    opacity: .2;
    z-index: 0
}

.bande_contact_footer .row1 {
    position: relative;
    display: block;
    background: transparent;
    padding: 5rem 27%0 0
}

.bande_contact_footer .row1::after {
    display: block;
    width: 24%;
    height: 100%;
    content: "";
    background: url(../images/coeur.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: -9%;
    margin-top: 0;
    opacity: 1;
    top: 13%;
}

.pied .bande2 {
    padding: 14px 10%;
    background: transparent
}

.pied .title_footer {
    color: var(--color0);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.3);
    text-transform: uppercase;
    padding: 0 0 20px;
    position: relative;
    font-weight: 200;
    float: left;
    width: 100%
}

.pied .title_footer::before {
    content: "";
    width: 75px;
    background: var(--color0);
    position: absolute;
    bottom: 14px;
    left: 0;
    height: 1px;
    opacity: .5;
}

.pied .navf .menu_footer {
    color: var(--color0);
    padding: 15px 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 {
    font-size: 16px;
    padding: 0 0 0;
    color: inherit;
    text-decoration: none;
    opacity: .5
}

.pied .navf .menu_footer li a:hover {
    color: var(--color0);
}

.pied .navf .menu_footer li.active a {
    color: var(--color0);
    opacity: 1
}

li.menu-item.menu-item-external.menu-item-49 a {
    opacity: 1;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 700;
    color: var(--color0) !important;
    padding: 14px 21px;
    margin: 0;
    font-family: var(--font_family_1);
    background: linear-gradient(90deg, #6C63FF 0%, #3d3989 100%);
    border-radius: var(--border-radius);
    margin-right: 1rem;
    transition: .5s;
    white-space: nowrap;
}

li.menu-item.menu-item-external.menu-item-49:before {
    display: none;
}

li.menu-item.menu-item-external.menu-item-49 {
    margin: 3vh -15px 0;
}

li.menu-item.menu-item-external.menu-item-49 a:hover: {
    background: linear-gradient(90deg, #3d3989 0%, #6C63FF 100%);
}

.pied .navf .menu_footer li.active a:hover {
    text-decoration: none
}

.pied .menu_referencement {
    color: var(--color0);
    list-style-image: none;
    list-style-type: none;
    margin: 0;
    text-align: justify;
    padding: 0;
    opacity: .5
}

.pied .menu_referencement li {
    display: inline;
    padding: 0;
    background: 0 0
}

.pied .menu_referencement li:before {
    content: none
}

.pied .menu_referencement li:after {
    content: "-"
}

.pied .menu_referencement li:last-child:after {
    content: ""
}

.pied .menu_referencement li a, .pied .menu_referencement li a:visited {
    color: inherit;
    font-size: 16px;
    text-decoration: none
}

.pied .menu_referencement li a:hover {
    color: var(--color0);
}

.pied .menu_referencement li.active a:hover {
    text-decoration: none
}

.pied address {
    margin: 0;
    padding: 15px 0 25px;
    color: var(--color3);
    font-size: 16px;
    float: left;
    width: 100%;
    position: relative
}

.pied address p {
    background-repeat: no-repeat;
    margin: 0;
    background-position: 0 0;
    padding: 0 0 10px 0;
    color: var(--color0);
}

.flex-address {
    position: relative;
    display: flex;
    color: var(--color2);
}

.flex-address i {
    margin-top: 3px !important;
    color: var(--color2);
}

address i {
    margin: 0;
    margin-right: 12px;
    color: var(--color2);
    font-size: 16px;
    width: 16px;
    opacity: 1;
}

.pied address p.tel a {
    color: inherit;
    text-decoration: none
}

.pied address p a {
    text-decoration: none;
    color: inherit
}

.pied address p a:hover {
    text-decoration: underline
}

.pied .scrollbars {
    margin: 15px 0 0;
    height: 260px;
    position: relative;
    float: left;
    width: 100%
}

.pied .horaires {
    color: var(--color0);
    padding: 10px 0 35px;
    margin: 15px 0 0;
    font-size: 16px;
    float: left;
    width: 100%;
}

.horaires {
    display: inline-grid
}

p.horaires {
    display: none !important
}

.horaires i {
    margin: 4px 0 0;
    margin-right: 12px;
    font-size: 16px;
    color: var(--color2)
}

.pied .copyright-footer {
    margin: 5px 0 0;
    text-align: center
}

#logoFD svg* {
    fill: var(--color1)
}

#logoFD svg {
    width: 210px;
    fill: var(--color1);
}

.pied .btn-like {
    padding: 20px 0 0
}

.pied .btn-partage {
    text-align: right;
    padding: 10px 0 0;
    display: flex;
    justify-content: flex-end
}

.scrollbars {
    width: 100%;
    height: 28vh
}

.scrollbar-path-horizontal, .scrollbar-path-vertical {
    position: absolute;
    background-color: #ececec;
    z-index: 100
}

.mCSB_scrollTools .mCSB_draggerRail {
    background-color: var(--color0)
}

.scrollbar-path-horizontal {
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 5px
}

.scrollbar-path-vertical {
    right: 5px;
    top: 0;
    height: 100%;
    width: 5px;
    box-shadow: inset 1px 0 1 rgba(0, 0, 0, .1)
}

.scrollbar-path-horizontal {
    box-shadow: inset 0 1px 1 rgba(0, 0, 0, .1)
}

.scrollbar-handle {
    position: relative;
    top: 0;
    left: 0;
    background-color: var(--color1)
}

.scrollbar-path-vertical .scrollbar-handle {
    height: 20%;
    width: 100%
}

.scrollbar-path-horizontal .scrollbar-handle {
    width: 20%;
    height: 100%
}

.scrollbar-handle, .scrollbar-path-horizontal, .scrollbar-path-vertical {
    border-radius: 5px
}

.scrollbar-content {
    padding: 0 30px 0 0;
    float: none !important
}

.prestation:nth-child(even) {
    background: var(--color1);
    color: var(--color0);
}

.body-service-list .prestation:first-child:before {
    display: none;
}

.prestation:nth-child(even):before {
    content: "";
    position: absolute;
    left: 0;
    top: -13vh;
    width: 100%;
    height: 13vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave.svg) no-repeat;
    background-size: 100% auto;
}

.prestation:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13vh;
    width: 100%;
    height: 13vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave2.svg) no-repeat;
    background-size: 100% auto;
}

.prestation {
    display: table;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: var(--color0);
    padding: 10vh 10% 22vh;
}

.flexbloc .tab-gallery:before {
    content: "";
    position: absolute;
    left: 0;
    top: -13vh;
    width: 100%;
    height: 13vh;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-position: bottom;
    mask-position: bottom;
    z-index: 1;
    background: url(../images/wave.svg) no-repeat;
    background-size: 100% auto;
}

.flexbloc .tab-gallery:nth-child(even) {
    background: var(--color0);
    color: var(--color1);
}

.flexbloc .tab-gallery:nth-child(even):before {
    background: url(../images/wave2.svg) no-repeat;
    background-size: 100% auto;
}

.prestation .cell.photo {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    background-position: center center;
    border-radius: var(--border-radius)
}

.prestation .cell.texte {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}

.prestation:last-child .cell.texte {
    border-bottom: none
}

.prestation:nth-child(even).cell.texte .contenu {
    padding: 70px 10%0 0
}

.prestation .cell.texte .contenu {
    padding: 70px 0 0 10%;
    text-align: left;
    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 {
    color: var(--color1);
    text-transform: none;
    position: relative;
    margin-bottom: 6vh;
    font-weight: 600
}

#newsletter_form label {
    display: none;
}

#newsletter_form input[type="text"] {
    height: 42px;
    width: 100%;
    padding: 5px var(--color0);
    background: none;
    border-style: none none solid;
    border-left-width: initial;
    border-left-color: initial;
    border-top-width: initial;
    border-top-color: initial;
    border-right-width: initial;
    line-height: 2;
    outline: none;
    font-weight: 400;
    appearance: none;
    transition: border-color 0.3s, box-shadow 0.3s;
    color: var(--color0);
}

.form-newsletter {
    flex-basis: 51%;
    position: relative;
    color: var(--color0) !important;
}

#newsletter_form input[type="submit"]:hover {
    opacity: 1;
}

.text-newsletter {
    color: var(--color0);
    flex-basis: 48%;
}

#newsletter_form input[type="submit"] {
    color: var(--color-light);
    position: absolute;
    z-index: 3;
    top: 25px;
    right: 15px;
    width: auto;
    height: 42px;
    line-height: 42px;
    padding: 0px;
    background: none;
    border: none;
    opacity: 0.5;
}

#newsletter_form input[type="text"]:hover {
    border-bottom: 1px solid var(--color-light);
    color: var(--color-light);
}

.newsletter {
    position: relative;
    padding: 5vh 10vw;
    justify-content: center;
    column-gap: 11%;
    align-items: flex-end;
    display: flex;
    background: var(--color1);
    align-content: center;
}

.text-newsletter p {
    margin: 0px;
    padding: 0px;
    color: var(--color0);
    font-size: 98%;
}

.text-newsletter h5 {
    font-size: calc(var(--taille_font) * 1.4);
    color: var(--color2);
}

.tab-coordonnes h2:before {
    content: "";
    width: 75px;
    height: 2px;
    background: var(--color1);
    position: absolute;
    top: 50px;
    left: 0;
    opacity: 1
}

.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: 1;
    background: var(--color0);
    margin-bottom: 5vh
}

.contact .tab-coordonnes:before {
    content: "";
    position: absolute;
    width: 104%;
    height: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.contact .tab-coordonnes .cell.gauche {
    display: table-cell;
    vertical-align: top;
    width: 30%;
    border-top: 2px solid var(--color0)
}

.contact .tab-coordonnes .cell.gauche .contenu {
    padding: 0 6%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: 80%
}

.contact .tab-formulaire {
    display: block;
    width: 100%;
    position: relative;
    z-index: 8000;
    background: transparent;
    padding: 0rem 0;
    border-radius: var(--border-radius)
}

.contact .tab-formulaire .contenu h2 {
    text-align: left;
    font-size: calc(var(--taille_font)*1.5);
    margin-top: 0
}

.contact .plan {
    font-size: 0;
    position: relative
}

.hide-print.plan:before {
    content: "";
    position: absolute;
    width: 102%;
    height: 108%;
    border: 2px solid var(--color4);
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: var(--border-radius)
}

.contact .plan .block #googlemapapi, .contact .plan iframe {
    width: 100% !important;
    height: 400px !important;
    z-index: 3;
    position: relative;
    border-radius: var(--border-radius)
}

.contact .coordonnees {
    padding: 0 0 20px
}

.contact .coordonnees h2 {
    font-size: calc(var(--taille_font)*1.5)
}

.contact .coordonnees address p {
    padding: 0 0 10px 0;
    color: var(--color3);
}

.contact .coordonnees address p.tel a {
    color: inherit;
    text-decoration: none
}

.contact .coordonnees address p span.intitule {
    font-weight: 700
}

.contact .coordonnees address p a {
    text-decoration: none;
    color: inherit
}

.contact .coordonnees address p a:hover {
    text-decoration: underline
}

.contact .description-contact {
    padding: 0 0 10px
}

.contact .formulaire .form-group label.col-md-4 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group div.col-md-8 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.contact .formulaire .form-group .col-md-4 {
    display: none
}

.contact .formulaire .form-group .col-md-8 {
    width: 100% !important
}

.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: #f5f5f5;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    width: 100% !important;
    font-size: inherit;
    color: var(--color1);
    border-radius: var(--border-radius)
}

.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: 70px
}

.contact .formulaire .form-actions {
    font-size: 12px
}

.contact a.btn.btn-default {
    float: right
}

.body-error404 a.btn.btn-default, .contact .formulaire input.btn-primary, .contact a.btn.btn-default {
    padding: 15px 20px;
    font-family: var(--font_family_1);
    text-transform: uppercase;
    background-color: var(--color1);
    color: var(--color0);
    text-align: left;
    border-radius: var(--border-radius);
    font-size: 14px;
    border: none;
    text-decoration: none;
    transition: all .4s ease;
    background-size: 24px auto;
    background-position: left 90%center;
    background-image: url(../images/ico-envoyer.svg);
    background-repeat: no-repeat
}

.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(--nuanceColor1)
}

::-webkit-input-placeholder {
    color: var(--color1) !important
}

:-moz-placeholder {
    color: var(--color1) !important;
    opacity: 1 !important
}

::-moz-placeholder {
    color: var(--color1) !important;
    opacity: 1 !important
}

:-ms-input-placeholder {
    color: var(--color1)!important
}

.pageseo .formulaire .form-group input[name=captcha] {
    width: 100% !important;
    margin-right: 0 !important;
    text-align: left !important
}

.pageseo .formulaire .form-group input[name=captcha]+a {
    position: absolute;
    width: 140px;
    top: 0;
    right: 0;
    margin-right: 0 !important
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap
}

.seo-content .scrollbars {
    height: 59vh;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em
}

.flex-seoContain .seo-content h1, .flex-seoContain .seo-form h2.h1 {
    text-align: left;
    font-size: 32px
}

.flex-seoContain .seo-content h1:before, .flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 3%3em;
    background: transparent
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden
}

.atouts {
    display: block;
    width: 100%;
    padding: 3em 10%4em;
    width: 100%;
    position: relative;
    background: var(--bg-facultatif)
}

.atouts .swiper-pagination-bullet-active {
    background: var(--color0)
}

.atouts p.legend {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 0 0;
    color: var(--color2)
}

.atouts .swiper-pagination-bullet {
    background: var(--color0)
}

.atouts .picto {
    margin-bottom: 1em
}

.atouts .picto i {
    width: auto
}

.atouts .swiper-button-prev {
    background-image: none;
    left: 0;
    margin-top: -22px;
    opacity: .8
}

.atouts .swiper-button-disabled {
    opacity: 0 !important
}

.atouts .swiper-button-next {
    background-image: none;
    right: 2px;
    top: 50%;
    margin-top: -22px;
    opacity: .8;
    height: 24px
}

.atouts .swiper-button-next i, .swiper-button-prev i {
}

.atouts .swiper-button-next:hover, .swiper-button-prev:hover {
    opacity: 1
}

.atouts .picto i {
    color: var(--color2);
    text-align: center;
    font-size: 3rem
}

.atout {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 4em 3vh;
    background: var(--color0);
    border-radius: var(--border-radius)
}

.atouts .swiper.mySwiper {
    overflow: hidden;
    position: relative
}

.atouts-cont {
    position: relative;
    display: block;
    padding: 2em 7%4em
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .description-galerie {
    padding: 0 0 40px;
}

.gallery .multiple .ligne-photos .col-md-1, .gallery .multiple .ligne-photos .col-md-2, .gallery .multiple .ligne-photos .col-md-3, .gallery .multiple .ligne-photos .col-md-4, .gallery .multiple .ligne-photos .col-md-6 {
    padding-left: 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 ease
}

.gallery .ligne-photos .propor .propor-cont:hover img {
    scale: 1.2;
    rotate: 5deg
}

.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: var(--color1);
    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: 0;
    filter: alpha(opacity=70)
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .imagefond {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.gallery .nav {
    margin: 10px 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 10px;
    background: 0 0;
    padding: 0 3px 0 5px;
    position: relative
}

.gallery .nav li.active {
}

.gallery .nav li:before {
    content: none
}

.gallery .nav li a.bouton-principal {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-family: var(--font_family_1);
    text-align: center;
    border-radius: var(--border-radius);
    background: var(--color1);
    text-decoration: none
}

.gallery .nav li a.bouton-principal:after {
    content: none
}

.gallery .nav li.active a {
    background: var(--nuanceColor1)
}

.gallery .tab-content {
    padding-top: 10px;
    padding-bottom: 10px
}

.gallery .tab-content h2 {
    padding-left: 15px;
    margin-bottom: 20px
}

.gallery .bas-galerie {
    text-align: center;
    padding: 40px 0 0
}

.gallery .bas-galerie a.bouton-principal {
    padding-right: 60px
}

.gallery .bas-galerie a.bouton-principal:after {
    background-image: none;
    width: 19px;
    height: 9px;
    content: "+";
    font-size: 35px;
    position: absolute;
    right: 20px;
    color: var(--color0);
    top: 21px
}

.header-sidebars, .sidebar-left, .sidebar-right {
    background-color: #ffffff;
}

.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: 99999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 3px 1px rgba(0, 0, 0, .1)
}

.header-sidebars .header-top {
    display: table;
    height: 65px;
    width: 100%
}

.top-logo {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 9999;
    text-align: center;
    overflow-y: hidden
}

.top-logo img {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 123px;
    max-width: 123px;
}

.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(--color2)
}

.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(--color0) !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(--color0) !important;
    background: #b27b20;
    opacity: .3
}

.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(--color2)
}

.menu-mobile-dynamique li.active {
    background: #0000001a;
}

.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;
    line-height: 18px;
    font-size: 16.2px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    color: var(--color0);
    height: 60px;
    padding-left: 29px;
    background-position: 6px 20.9px
}

.menu-mobile-dynamique ul {
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding-left: 0
}

.menu-mobile-dynamique ul li a {
    background: 0 0
}

.menu-mobile-dynamique input {
    -webkit-appearance: none;
    border-radius: 0
}

.menu-mobile-dynamique label {
    display: block;
    overflow: hidden;
    position: relative;
    border: 0;
    vertical-align: baseline;
    outline: 0
}

.no-bottom {
    margin-bottom: 0 !important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.remonter {
    position: fixed;
    z-index: 9999;
    display: none;
    bottom: 10px;
    right: 10px;
    width: 44px
}

.remonter button {
    display: block;
    padding: 6px 9px;
    text-align: center;
    border: none;
    background: rgba(0, 0, 0, .05);
    border-radius: 3px
}

.remonter button:hover {
    opacity: .8;
    filter: alpha(opacity=80)
}

.deprecated-ie {
    text-align: center;
    color: #000;
    background: #eee
}

.deprecated-ie p {
    line-height: 30px;
    margin: 0
}

.deprecated-ie a {
    line-height: 30px;
    font-family: Helvetica, arial, sans-serif;
    font-size: 13px;
    color: #000;
    text-decoration: underline
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1) !important
}

.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)
}

.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(--color1)
}

.remonter .icones {
    margin: 0 0-5px;
    fill: var(--color1)
}

.tete .tel .icones, .tel-header .icones {
    width: 19px;
    margin: -2px 10px-3px 0;
    height: 17px;
    fill: var(--color0)
}

.btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

.tete .infos.infos_small .btn-partage .icones {
    top: 5px;
    left: 0
}

.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.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.newsList .propor {
    overflow: hidden
}

.newsList .item .h3 {
    color: var(--color1);
    padding: 5px 0 25px;
    margin: 0;
    font-family: var(--font_family_1);
    text-transform: none;
    font-size: calc(var(--taille_font) * 1.3);
}

.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(--color3)
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    color: var(--color0);
    background-color: var(--color1);
    border-color: var(--color1)
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color0)
}

@media(min-width: 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: 1230px) {
    .stp-txt {
        width: 80%
    }
}

@media(max-width: 991px) {
    .stp-bg-pAtt {
        width: 100%
    }.bande2 .btn-liens-rs {
    float: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}.body-page-1 .row.r-flex h1{ display: none ;  }
    .rsAB .btn-liens-rs {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1vh 0;
}
.body-page-1 .banniere:after {
    opacity: .95;
}
    .bande_contact_footer:before, .bande_contact_footer .row1::after {
        display: none;
    }

    div#contact-form:before, .contenu.formulaire:before, .hide-print.plan:before, .body-page-1 .stepsAB .stp-bg:after, .body-gallery-2 .stepsAB .stp-bg:after, .contact .tab-coordonnes:before {
        display: none
    }

    .qsnAB-p1.stp-bg, .qsnAB-p2.stp-bg {
        width: 100%
    }

    .stp-txt:before {
        opacity: 0
    }

    .gallery .nav li {
        width: 100%;
        height: unset
    }

    .gallery .nav {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 5px
    }

    .gallery .nav:before {
        content: none
    }

    .gallery .nav li a {
        height: 90px;
        min-height: 90px
    }

    .temoignages-cont p {
        font-size: 14px;
    }

    .stepsAB.atoAB {
        flex-direction: column;
        padding: 0 0 3vh;
    }

    .video-text {
        width: 100%;
    }

    .section.media-section {
        display: flex;
        flex-direction: column;
        padding: 6vh 8% 8vh;
    }

    .video-container {
        width: 100%;
        height: auto;
    }

    .img1 {
        margin: 0 0 4vh;
    }

    .stepsAB:before {
        display: none;
    }

    .AvisClientsBg:before, .media-section:before {
        display: none;
    }

    .realisations:before {
        display: none;
    }

    .actualites.view.view-1:before {
        display: none;
    }

    .newsletter.flex {
        display: flex;
        flex-direction: column;
    }

    .form-newsletter {
        width: 100%;
    }

    .stp-bg {
        text-align: center;
        width: 100%;
    }

    .stp-bg-p {
        width: 100%;
        padding: 2vh 11%;
    }

    .stepsAB {
        flex-direction: column;
        padding: 0 0 3vh;
        display: flex;
    }

    .stp-txt {
        width: 100%;
        padding: 5vh 4%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .atoAB .stp-txt {
        padding: 5%
    }

    .bloc-contenu.services {
        padding: 1em 8%0em;
        padding-right: 8%
    }

    .btns-servAB {
        position: static
    }

    .body-page-1 .fluid-contenu:before {
        display: none
    }

    .bannSlide .slogan .sous-titre {
        font-size: 20px;
        line-height: 26px
    }

    .bannSwiper .swiper-pagination {
        display: none
    }

    .r-flex .row.recup-photos.gallery:before {
        display: none
    }

    .images-f {
        width: 100%
    }

    .propor.pic-1 {
        height: 100% !important
    }

    .propor.pic-2 {
        position: relative !important;
        width: 100% !important;
        border: none;
        top: 50%;
        height: 100% !important
    }

    .r-flex .row.recup-photos.gallery {
        flex-direction: row;
        margin-top: 40px;
        gap: 10px
    }

    .row.r-flex {
        flex-direction: column
    }

    .bloc-contenu.services:before {
        display: none
    }

    .services .container {
        padding-right: 0
    }

    .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: 100%;
        margin-top: 8px;
        float: none
    }

    .lb-prev {
        opacity: 1 !important;
        background: url(../images/lightbox-g.png)left 48%no-repeat
    }

    .lb-next {
        opacity: 1 !important;
        background: url(../images/lightbox-d.png)right 48%no-repeat
    }

    .video-accueil {
        position: static;
        width: 100%;
        height: auto;
        margin-left: 0
    }
   .body-page-1 .banniere {
        height: 60vh !important;
        position: relative
    }
    .banniere {
        height: 35vh !important;
        position: relative
    }

    .pied .bande1 {
        padding: 5rem 10%70px
    }

    .prestation .cell.texte .contenu {
        padding: 50px 10%
    }

    .contact .tab-coordonnes .cell.gauche .contenu {
        padding: 50px 7%30px
    }

    .certifs .logo-certif img {
        background-size: contain
    }

    .fluid-contenu {
        margin: 0 !important
    }

    .slogan {
        width: 100%;
        left: 0;
        padding: 0 15px;
        top: 5vh;
    }

    .body-page-1 .slogan {
        text-align: center;
        width: 100%
    }

    .prestation:nth-child(even):before, .prestation:before {
        display: none;
    }

    .body-service-list .fluid-contenu .corps {
        padding: 0 !important;
        .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
        }

        .certifs .cell.gauche .contenu {
            padding: 0 0
        }

        .intervention .contenu {
            padding: 0 0
        }

        .flexbloc .tab-gallery:before, .flexbloc .tab-gallery:nth-child(even): before, .bande_contact_footer:before,.bande_contact_footer .row1::after {
            display: none;
        }

        .certifs {
            display: block;
            padding: 7vh 0;
        }

        .actualites .cell.texte .contenu {
            padding: 0 0
        }

        .temoignages-cont a.AvisClients {
            width: 100%;
            padding: 10vh 14% 2vh;
            border: 1px solid #ffffff52;
            margin: 3vh 0 0;
        }

        .bande_contact_footer {
            padding: 0
        }

        .flex-seoContain {
            flex-wrap: wrap
        }

        .flex-seoContain .seo-content {
            height: auto;
            width: 100%;
            background: 0 0
        }

        .flex-seoContain .seo-form {
            width: 100%
        }

        .img-seo img {
            width: 100%;
            height: auto
        }

        .bande_contact_footer .row1 {
            padding: 5rem 11%
        }

        .contact .tab-formulaire {
            padding: 5rem 10%
        }

        .livre-elements {
            padding: 0 0
        }
    }

    @media(max-width: 767px) {
        .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_1);
            color: var(--color0);
            text-decoration: none;
            padding: 7px 13px;
            font-size: 14px;
            text-transform: uppercase;
            border: 0
        }

        .corps {
            --taille_font: 14px;
            font-size: var(--taille_font)
        }

        .pad-xs {
            padding-left: 15px !important;
            padding-right: 15px !important
        }

        .pad-xs-l {
            padding-left: 15px !important
        }

        .pad-xs-r {
            padding-right: 15px !important
        }

        .centerservice2 {
            margin: 0 !important
        }

        .centerservice {
            margin: 0 !important
        }

        .nopad-xs {
            padding-left: 0 !important;
            padding-right: 0 !important
        }

        .nopad-xs-l {
            padding-left: 0 !important
        }

        .nopad-xs-r {
            padding-right: 0 !important
        }

        .h1,h1 {
            font-size: 20px !important;
            margin: 0 0 0vh;
        }

        .body-gallery-2 .stp-txt h2 {
            font-size: 25px !important;
            margin-bottom: 20px
        }

        .titre-secondaire {
            font-size: 22px;
            line-height: 24px;
            margin: 0 0 2vh;
        }

        .body-page-1 .slogan {
            position: absolute;
            background: transparent;
            width: 100%;
            text-align: center;
            padding: 15px;
            top: 36%;
            left: 4px
        }

        .slogan {
            text-align: center
        }

        .slogan .titre {
            font-size: 23px;
            line-height: 24px
        }

        .slogan .titre span {
            font-size: 23px
        }

        .slogan .sous-titre {
            font-size: 23px;
            line-height: 1.3;
            margin-top: 1vh;
            display: block;
        }

        .fluid-contenu .corps {
            padding: 20px 5% 26px !important;
        }

        .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;
            padding: 7vh 0;
        }

        .certifs .cell.gauche {
            display: block;
            width: 100%
        }

        .certifs .cell.gauche .contenu {
            padding: 30px 15px 40px
        }

        .certifs .cell.droite {
            display: block;
            width: 100%;
            padding: 0 15px 30px
        }

        .certifs .cell.droite .bg-noir {
            padding: 40px 0
        }

        .cont-slider .controls {
            bottom: -20px
        }

        .services {
            display: block
        }

        .services .cell.gauche {
            display: block;
            width: 100%;
            height: 180px
        }

        .services .cell.droite {
            display: block;
            width: 100%
        }

        .services .cell.droite .contenu {
            padding: 30px 15px 40px
        }

        .realisations {
            display: block
        }

        .realisations .titre-secondaire {
            display: inline-block;
            width: 100%
        }

        .realisations .col-md-3 {
            padding-left: 5px !important;
            padding-right: 5px !important
        }

        .realisations {
            margin-left: -5px !important;
            margin-right: -5px !important;
            padding: 2em 4%;
        }

        .intervention {
            padding: 0em 3% 4vh;
        }

        .realisations .propor {
            margin-bottom: 5px
        }

        .AvisClientsBg .contenu, .realisations .contenu {
            padding: 0 6px 0;
        }

        .body-page-1 .corps a.bouton-principal, .body-page-1 .corps button.bouton-principal {
            width: 110px;
            margin: 12px 0 50px;
            padding: 7px 32px 7px 20px
        }

        a.bouton-principal, button.bouton-principal {
            padding: 11px 36px;
            font-size: 15px;
        }

        .intervention .contenu {
            padding: 40px 15px 50px
        }

        .intervention ul {
            column-count: 1;
            width: 100%
        }

        .AvisClientsBg {
            padding: 5vh 6%;
        }

        .temoignageScroll {
            max-height: 135px
        }

        .temoignageScroll {
            max-height: 135px
        }

        .note-avis {
            flex-wrap: wrap
        }

        .bande_contact_footer .row1 {
            padding: 3rem 1%;
        }

        .divAvis {
            width: 100%
        }

        .pied .bande1 {
            padding: 30px 15px
        }

        .pied .btn-like {
            padding: 0 0 15px;
            text-align: center
        }

        .pied .btn-partage {
            text-align: center;
            padding: 20px 0 0;
            justify-content: center
        }

        .pied .btn-partage a {
            text-align: center
        }

        .body-contact .fluid-contenu .corps, .body-gallery-4 .fluid-contenu .corps {
            padding: 30px 0 0
        }

        .contact .tab-coordonnes {
            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: table;
            width: 100%;
            height: 180px
        }

        .contact .plan .block #googlemapapi, .contact .plan iframe {
            height: 250px !important
        }

        .contact .tab-formulaire {
            display: block;
            padding: 5rem 4%;
        }

        .contact .coordonnees {
            padding: 0
        }

        .gallery .description-galerie {
            padding: 0 15px 20px
        }

        .actualites, .prestation {
            display: block;
            padding: 7vh 5% 4vh;
        }

        .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 1%;
        }

        .gallery .ligne-photos .col-md-1, .gallery .ligne-photos .col-md-2, .gallery .ligne-photos .col-md-3, .gallery .ligne-photos .col-md-4, .gallery .ligne-photos .col-md-6 {
            padding-left: 5px !important;
            padding-right: 5px !important
        }

        .gallery .ligne-photos {
            margin-left: -5px !important;
            margin-right: -5px !important
        }

        .gallery .ligne-photos .propor {
            margin-bottom: 10px
        }

        .gallery .nav li {
            margin-bottom: 0;
            background: 0 0
        }

        .gallery .description-galerie {
            padding: 0 0 40px;
        }

        .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 0 0
        }

        .h1, h1 {
            font-size: 26px;
            line-height: 26px
        }

        .titre-secondaire {
            font-size: 23px;
            line-height: 24px
        }

        .gallery .description-galerie {
            padding: 0 0 40px;
            text-align: justify
        }
    }

    @media(min-width: 991px)and(max-width:1220px) {
        .body-contact .fluid-contenu .corps, .body-gallery-4 .fluid-contenu .corps, .fluid-contenu .corps, .body-temoignage .fluid-contenu .corps {
            padding: 7em 3% 19vh;
        }

        .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
        }
    }

    @media(min-width: 1400px) {
        .gallery .description-galerie {
            column-count: 2;
            column-gap: 4%
        }
    }

    .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 (min-width: 3000px) {
        :root {
            --h1-size: clamp(6rem, 3vw, -45.5rem);
            --taille_font: clamp(1.9rem, 0.9vw, 2.4rem);
        }

        .infos .tel {
            font-size: calc(var(--h1-size) - 2.7rem);
        }

        .body-page-1 .banniere {
            height: 75vh !important;
        }

        .body-page-1 .slogan {
            width: 65%;
            padding: 0px 15vw
        }

        .slogan .titre, .slogan H1 {
            font-size: 85px;
            line-height: 90px;
        }
    }
