:root {
    --color0: #fbf9f9;
    --color0_rgb: 255, 255, 255;
    --color1: #23d3f2;
    --color1_rgb: 35, 211, 242;
    --color2: #eb5abb;
    --color2_rgb: 235, 90, 187;
    --color3: #ebebeb;
    --color4: #1b1c1e;
    --color4_rgb: 27, 28, 30;
    --color5: #575757;
    --font_family_1: 'Montserrat-Regular', Arial, verdana;
    --font_family_2: 'Montserrat-Regular', Arial, verdana;
    --font_family_3: 'Satoshi Regular', sans-serif;
    --taille_font: clamp(1rem, 0.9rem + 0.6vw, 1.25rem);
    --border-radius: 20px;
    --gradient-primary: linear-gradient(45deg, var(--color2), var(--color1));
}

.contenu .page h2:first-of-type,
.contenu .gallery h2:first-of-type,
.contenu .seo-content h2:first-of-type,
.contenu .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;
    z-index: 1;
}

.contenu .page h2:first-of-type:before,
.contenu .gallery h2:first-of-type:before,
.contenu .seo-content h2:first-of-type:before,
.contenu .newsItem h2:first-of-type:before {
    content: '';
    position: absolute;
    background: var(--color1);
    width: 100%;
    height: 100%;
    opacity: .2;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: var(--border-radius);
}

.contenu .page h2,
.contenu .gallery h2,
.contenu .seo-content h2,
.contenu .newsItem h2 {
    margin-bottom: 2vh;
}

.contenu blockquote {
    font-size: inherit;
    background: var(--color3);
    border: 0;
    padding: 3vh 2vw;
    margin: 3vh 0;
}

.alert.alert-warning.alert-dismissable {
    width: 100%;
}

.clear {
    clear: both
}

.nopad {
    padding: 0
}

.nopad-l {
    padding-left: 0
}

.nopad-r {
    padding-right: 0
}

.contain {
    -ms-background-size: contain !important;
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    background-size: contain !important
}

.cover {
    -ms-background-size: cover !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    background-size: cover !important
}

.left {
    float: left
}

.right {
    float: right
}

.center {
    text-align: center
}

.relative {
    position: relative
}

body {
    width: 100%;
    margin: 0;
    padding: 0;
    background: var(--color0);
    font-size: calc(var(--taille_font) * 1.15);
    font-family: var(--font_family_3);
    color: var(--color4)
}

a,
a:link,
a:visited {
    color: inherit;
    text-decoration: underline
}

a:hover {
    text-decoration: none
}

/* .contenu a:hover {
    color: var(--color1)
} */

#index {
    margin: 0 auto;
    position: relative;
    width: 100%;
    overflow-x: hidden
}

.contenu {
    background: var(--color3);
    min-height: 30.0rem;
    padding: 7.0rem 8vw 10.0rem;
    width: 100%;
    position: relative;
    z-index: 10
}

.container {
    max-width: 100%;
    position: relative;
    width: 100%;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
    clear: both
}

a.imagecont.noflicker.img1 {
    float: right;
    margin: 1.5rem;
    z-index: 1000;
    position: relative;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 2fr 8fr auto;
    align-items: center;
    gap: 3rem;
    width: 100%;
    height: 10.7rem;
    padding: 0 7%;
    background: var(--color0);
    box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.3);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    z-index: 1001;
}

.header.fixedMenu {
    height: 7.0rem;
}

.fluid-logo {
    display: flex;
    align-items: start;
    height: 100%;
}

.logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: 0.5rem;
    height: 10.7rem;
    padding: 0;
    transform-origin: center center;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    text-decoration: none;
}

.fixedMenu .logo {
    height: 7.0rem;
    transform: scale(0.7);
}

.logo img {
    display: block;
    width: auto;
}

.logo img.image {
    height: 8rem;
}

.logo img.texte {
    height: 1rem;
    width: auto;
    margin: 0 auto;
    object-fit: contain;
}

.fixedMenu .logo img.texte {
    display: none;
}

nav {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 100%;
}

nav .menu_principal {
    display: flex;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: var(--font_family_2);
    list-style: outside none;
}

nav .menu_principal li {
    position: relative;
    margin: 0 0.1rem;
    background: none;
    padding: 0;
    display: flex;
    align-items: center;
}

nav .menu_principal a,
.menu_principal a:visited {
    color: var(--color4);
    display: flex;
    align-items: center;
    font-size: calc(var(--taille_font) * 1.4);
    text-align: center;
    height: 10.7rem;
    padding: 0 1vw;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    text-decoration: none;
}

nav .menu_principal a:hover,
.menu_principal a#courant,
.menu_principal li.active a {
    color: var(--color2);
}

.menu_principal a::before {
    content: "";
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    width: 0%;
    height: 0.5rem;
    background: var(--gradient-primary);
    transform: translateX(-50%);
    transition: width 0.4s ease, bottom 0.3s ease, opacity 0.3s ease;
    opacity: 0;
}

.menu_principal a:hover::before,
.menu_principal a#courant::before,
.menu_principal li.active a::before {
    width: 70%;
    bottom: 3rem;
    opacity: 1;
}

/* Ajustement pour menu fixe */
.header.fixedMenu .menu_principal a:hover::before,
.header.fixedMenu .menu_principal a#courant::before,
.header.fixedMenu .menu_principal li.active a::before {
    bottom: 1.6rem;
}

.header.fixedMenu nav .menu_principal a {
    height: 7.0rem;
}

.fluid-infos {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.callTracker {
    position: relative;
}

.callTracker span,
.callTracker a {
    display: inline-block;
    text-align: left;
    padding: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    height: 100%;
    line-height: unset;
    text-decoration: none;
}

.callTracker .t_phone {
    opacity: 0;
    display: none;
}

.callTracker .t_affiche {
    cursor: pointer;
}

header .callTracker span,
header .callTracker a {
    top: 0.5rem;
}

header .callTracker .t_affiche {}

.callTracker.active .t_phone {
    opacity: 1;
    display: inline-block
}

.callTracker.active .t_affiche {
    opacity: 0;
    display: none
}

@media (max-width: 991px) {
    .header {
        grid-template-columns: 1fr;
        height: auto;
        padding: 1rem;
    }

    nav .menu_principal {
        flex-direction: column;
    }

    nav .menu_principal li {
        width: 100%;
    }
}

.pied .callTracker a,
.coordonnees .callTracker a {
    position: relative;
    left: 0
}

footer .callTracker:not(.active) span.t_affiche:hover {
    color: var(--color3);
}

header .tel-header {
    padding: 0;
    /* margin: auto; */
    display: table;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 4.2rem;
    position: relative
}

header .fixedMenu .tel-header {
    margin: 0;
    padding: 1.5rem 0 2.0rem
}

header .tel-header .t_affiche {
    position: relative;
    display: block !important;
    width: 4.2rem;
    height: 4.2rem;
    font-size: 0;
    opacity: 1 !important;
    min-width: auto;
    border: none;
    border-radius: 50%;
    background: var(--color5);
}

header .tel-header .t_affiche:hover {
    background: var(--color4);
}

header .tel-header.callTracker .t_phone {
    color: var(--color0);
    background: var(--color2);
    text-align: center;
    position: absolute;
    line-height: normal;
    height: auto;
    padding: 0.5rem;
    top: 5.6rem;
    border-radius: 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    width: 12.5rem;
    right: 50%;
    margin-right: -6.5rem;
    min-width: auto;
    font-size: 1.5rem
}

header .fixedMenu .tel-header.callTracker .t_phone {
    top: 6.8rem
}

header .tel-header.callTracker .t_phone::before {
    content: '';
    display: block;
    position: absolute;
    top: -0.8rem;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 1.2rem 1.6rem;
    left: 50%;
    border-color: transparent transparent var(--color2);
    margin-left: -1.3rem
}

.bloc_slider {
    position: relative
}

.img-slide {
    background-position: center;
    background-repeat: no-repeat
}

.rsImg {
    width: 100%
}

header .bloc-slider {
    display: flex;
    margin: 10.7rem 0 0;
}

.zone-slg {
    background: var(--color3)
}

.body-page-1 .zone-banner {
    height: 73vh
}

.btn-show-more {
    position: relative;
    display: inline-block;
    padding: 1.5rem 4.0rem;
    text-decoration: none !important;
    text-transform: uppercase;
    color: var(--color4);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) * 1.1);
    background: var(--color0);
    border: 1px solid var(--color4);
    border-radius: var(--border-radius);
    transition: color 0.1s ease;
    overflow: hidden;
    z-index: 1;
}

.btn-show-more.inverse {
    background: var(--color3);
}

.btn-show-more:hover,
.btn-show-more.inverse:hover {
    color: var(--color0);
}

.btn-show-more::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 0%;
    background: var(--gradient-primary);
    opacity: 0;
    border-radius: var(--border-radius);
    transition: width 0.2s ease, height 0.2s ease, opacity 0.5s ease-in-out;
    z-index: -1;
}

.btn-show-more:hover::before {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.cta {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    gap: 1.0rem;
    margin: 2em 0;
}

.cta .btn-show-more {
    display: block;
    min-width: 22.5rem;
    height: 100%;
    margin: 0;
    text-align: center;
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) * 1.2);
    font-weight: 400;
    line-height: initial;
}

.cta .btn-show-more::before {
    top: 0;
    bottom: auto;
}

p.tel-header2 {
    text-transform: uppercase;
}

p.tel-header2.btn-show-more:before {
    /* background: transparent; */
}

.cta p.tel-header2.btn-show-morel:hover:before {
    /* background: var(--color1); */
}

#contactButtonsMobile a {
	display: flex !important;
    justify-content: center !important;
    align-items: center !important;
	background: var(--color3) !important;
	color: var(--color4) !important;
    border: 1px solid var(--color4) !important;
	border-radius: var(--border-radius) !important;
	font-family: var(--font_family_1) !important;
}

#contactButtonsMobile a i {
    display: flex;
    justify-content: center;
}
#contactButtonsMobile a i svg path{
    fill: var(--color4) !important;
}


/*************  Atouts ****************/
.atouts-desktop {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3em;
}

.atouts-desktop .atouts-left {
    display: flex;
    flex-direction: column;
    gap: 1em;
}

.atouts-desktop .atouts-right {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 600px;
}

.atouts-desktop .atouts-image {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(var(--color4_rgb), 0.15);
}

.atouts-desktop .atouts-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.atouts-desktop .description {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    color: var(--color4);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.3);
    text-align: left;
    margin: 0 0 0.8em;
    font-weight: normal;
    opacity: 0.8;
}

.atouts-desktop .content {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    width: 55%;
    max-width: 700px;
    color: var(--color4);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.05);
    text-align: center;
    margin: 2em auto 0.5em;
    line-height: 1.7;
    opacity: 0.75;
}

.atouts-desktop .atouts-grid {
    position: relative;
    width: 100%;
    max-width: 2800px;
    margin: 0 auto;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.2em;
    box-sizing: border-box;
}

.atouts-mobile:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(7px);
    z-index: 0;
    pointer-events: none;
}

.atouts-mobile .swiper.mySwiperAtouts {
    position: relative;
    width: 90%;
    margin: auto;
    overflow: visible;
}

.atouts-mobile .atouts-cont {
    position: relative;
    display: block;
    padding: 2em 5%;
}

.atouts-mobile .swiper-wrapper {
    min-height: 32vh;
    align-items: stretch;
}

.atouts-mobile .swiper-slide {
    display: flex;
    align-items: stretch;
    height: auto;
}

/* === CARTES ATOUTS === */
.atout {
    position: relative;
    display: flex;
    border: none;
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    overflow: hidden;
}

.atouts-mobile .atout {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 2em 1.5em;
    background: rgba(var(--color0_rgb), 0.95);
    border-color: rgba(var(--color4_rgb), 0.1);
    box-shadow: 0 4px 12px rgba(var(--color4_rgb), 0.08);
    width: 100%;
    z-index: 2;
}

.atouts-desktop .atouts-grid .atout {
    top: auto;
    left: auto;
    flex-direction: row;
    align-items: center;
    gap: 1rem;
    padding: 1.2em 1em 1.2em 0.5em;
    background: transparent;
    box-shadow: none;
    cursor: default;
    z-index: 2;
}

.atout .picto {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border-radius: 50%;
    flex-shrink: 0;
}

.atouts-mobile .atout .picto {
    width: 5em;
    height: 5em;
    margin-bottom: 1.5em;
}

.atouts-desktop .atout .picto {
    min-width: 3.5em;
    width: 5em;
    height: auto;
    aspect-ratio: 1 / 1;
    margin-left: 1em;
}

.atout .picto:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    z-index: 1;
}

.atouts-mobile .picto:before {
    background: radial-gradient(circle, rgba(var(--color1_rgb), 0.08) 0%, transparent 70%);
}

.atouts-desktop .picto::before {
    background: radial-gradient(circle, rgba(var(--color1_rgb), 0.05) 0%, transparent 70%);
}

.atout .picto svg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: auto;
    object-fit: contain;
    color: rgba(var(--color2_rgb), 0.6);
    fill: rgba(var(--color2_rgb), 0.6);
    transform: translate(-50%, -50%);
    transition: all 0.3s ease;
}

.atouts-mobile .atout .picto svg {
    width: 100%;
    z-index: 2;
}

.atouts-desktop .atout .picto svg {
    width: 70%;
    aspect-ratio: 1 / 1;
    color: rgba(var(--color2_rgb), 0.5);
    fill: rgba(var(--color2_rgb), 0.5);
    z-index: 7;
}

.atouts-mobile .swiper-slide-active .picto svg,
.atouts-desktop .atouts-grid .atout:hover .picto svg {
    color: var(--color1);
    fill: var(--color1);
}

.atout .titre-atout {
    color: var(--color5);
    font-family: var(--font_family_3);
    margin: 0 0 0.5em 0;
    line-height: 1.3;
    font-weight: bold;
    transition: color 0.3s ease;
}

.atouts-mobile .atout .titre-atout {
    font-size: calc(var(--taille_font) * 1.4);
    text-align: center;
}

.atouts-desktop .atout .titre-atout {
    font-size: calc(var(--taille_font) * 1.3);
    text-align: left;
}

.atouts-mobile .swiper-slide-active .titre-atout,
.atouts-desktop .atouts-grid .atout:hover .titre-atout {
    color: var(--color4);
}

.atout .legend {
    color: var(--color4);
    font-family: var(--font_family_3);
    margin: 0;
    text-wrap: balance;
    line-height: 1.5;
    font-weight: normal;
    opacity: 0.85;
}

.atouts-mobile .atout .legend {
    font-size: calc(var(--taille_font) * 1.3);
    text-align: center;
    transition: opacity 0.3s ease;
}

.atouts-desktop .atout .legend {
    font-size: calc(var(--taille_font) * 1.2);
    text-align: left;
}

.atouts-mobile .swiper-slide-active .atout .legend,
.atouts-desktop .atouts-grid .atout:hover .atout .legend {
    opacity: 1;
}

.atouts-mobile .btn-mySwiperAtouts {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    transform: translate(-50%, -50%);
    z-index: 10;
    pointer-events: none;
}

.atouts-mobile .swiper-button-prev,
.atouts-mobile .swiper-button-next {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.8em;
    height: 2.8em;
    color: var(--color0);
    font-size: calc(var(--taille_font) * 1.2);
    background: var(--color1);
    background-image: none;
    border-radius: var(--border-radius);
    border: 3px solid var(--color0);
    box-shadow: 0 4px 12px rgba(var(--color4_rgb), 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    pointer-events: auto;
}

.atouts-mobile .swiper-button-prev {
    left: 0;
}

.atouts-mobile .swiper-button-next {
    right: 0;
}

.atouts-mobile .swiper-button-disabled {
    opacity: 0.3 !important;
    cursor: not-allowed;
}

.atouts-mobile .swiper-button-next i,
.atouts-mobile .swiper-button-prev i {
    color: var(--color0);
    font-size: 1em;
}

.atouts-mobile .swiper-button-next:hover i,
.atouts-mobile .swiper-button-prev:hover i {
    color: var(--color1);
}

.atouts-mobile .swiper-button-next:hover:not(.swiper-button-disabled),
.atouts-mobile .swiper-button-prev:hover:not(.swiper-button-disabled) {
    border: 1px solid var(--color1);
    background-color: var(--color0);
}

/* ---- Effet Hover/Active sur carte */
.atouts-mobile .swiper-slide-active .atout {
    border-color: rgba(var(--color1_rgb), 0.2);
    box-shadow: 0 6px 20px rgba(var(--color4_rgb), 0.12);
}

.atouts-desktop .atouts-grid .atout:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(var(--color4_rgb), 0.08);
    border-color: rgba(var(--color1_rgb), 0.15);
    background: rgba(var(--color0_rgb), 0.5);
    z-index: 10;
}

/* ---- Element de style ---- */
.intervention .contenu .description:before,
.atouts-mobile .atout:before,
.atouts-desktop .atouts-grid .atout:before,
.actualites .cell.texte .contenu:before,
.div-rs:before,
.AvisClientsList li:before,
.divAvis:before,
.intervention .contenu .description:after,
.atouts-mobile .atout:after,
.atouts-desktop .atouts-grid .atout:after,
.actualites .cell.texte .contenu:after,
.div-rs:after,
.AvisClientsList li:after,
.divAvis:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-radius: var(--border-radius);
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}

.intervention .contenu .description:before,
.atouts-mobile .atout:before,
.atouts-desktop .atouts-grid .atout:before,
.actualites .cell.texte .contenu:before,
.div-rs:before,
.AvisClientsList li:before,
.divAvis:before {
    top: 0;
    left: 0;
    border-left: 0 solid var(--color1);
    border-top: 0 solid var(--color1);
}

.intervention .contenu .description:after,
.atouts-mobile .atout:after,
.atouts-desktop .atouts-grid .atout:after,
.actualites .cell.texte .contenu:after,
.div-rs:after,
.AvisClientsList li:after,
.divAvis:after {
    bottom: 0;
    right: 0;
    border-right: 0 solid var(--color2);
    border-bottom: 0 solid var(--color2);
}

.intervention .contenu .description:hover:before,
.atouts-mobile .swiper-slide-active .atout:before,
.atouts-desktop .atouts-grid .atout:hover:before,
.actualites .cell.texte .contenu:hover:before,
.div-rs:hover:before,
.AvisClientsList li:hover:before,
.divAvis:hover:before,
.intervention .contenu .description:hover:after,
.atouts-mobile .swiper-slide-active .atout:after,
.atouts-desktop .atouts-grid .atout:hover:after,
.actualites .cell.texte .contenu:hover:after,
.div-rs:hover:after,
.AvisClientsList li:hover:after,
.divAvis:hover:after {
    width: 100%;
    height: 100%;
    border-width: 1px;
    opacity: 1;
    pointer-events: none;
}

@media (max-width: 1260px) {
    .atouts-desktop {
        grid-template-columns: 1fr;
        gap: 2em;
    }

    .atouts-desktop .atouts-right {
        min-height: 400px;
    }

    .atouts-desktop .content {
        text-align: center;
    }

    .atouts-desktop .description {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .atouts-desktop {
        padding: 3em 5%;
    }

    .atouts-desktop .h1 {
        font-size: calc(var(--taille_font) * 2.2);
    }

    .atouts-desktop .atouts-right {
        min-height: 300px;
    }

    .atouts-desktop .atouts-grid .atout {
        padding: 1.2em 1em;
    }
}

@media (max-width: 480px) {
    .atouts-mobile .h1 {
        font-size: calc(var(--taille_font) * 1.8);
    }

    .atouts-mobile .titre-secondaire {
        font-size: calc(var(--taille_font) * 1.4);
    }

    .atouts-mobile .atout {
        padding: 1.5em 1.2em;
    }

    .atouts-mobile .picto {
        width: 4em;
        height: 4em;
        margin-bottom: 1.2em;
    }

    .atouts-mobile .atout .legend {
        font-size: calc(var(--taille_font) * 1);
    }

    .atouts-mobile .titre-atout {
        font-size: calc(var(--taille_font) * 1.3);
    }

    .atouts-mobile .swiper-button-prev,
    .atouts-mobile .swiper-button-next {
        width: 2.5em;
        height: 2.5em;
    }
}

.slogan {
    display: flex;
    padding: 0 8vw;
    line-height: 1.1;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

.titre-slg {
    text-align: left;
    color: var(--color4);
    font-family: var(--font_family_1);
    font-weight: bold;
    font-size: calc(var(--taille_font) * 4);
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 0;
}

.body-pageseo .titre-slg {
    font-size: 4.4rem;
}

.body-page-1 .titre-slg {
    position: relative;
    color: var(--color4);
    text-transform: uppercase;
    z-index: 2;
}

.body-page-1 .titre-slg span {
    text-transform: uppercase;
    color: var(--color2)
}

.sou-titre-slg {
    position: relative;
    display: inline-block;
    padding: 0 0 0.5em;
    font-family: var(--font_family_1);
    font-weight: 400;
    font-size: calc(var(--taille_font) * 2);
    text-wrap: balance;
}

.body-page-1 .sou-titre-slg:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.5rem;
    background: var(--gradient-primary);
    z-index: 1;
}


.owl-theme .owl-controls .owl-page span {
    background: var(--color1);
    border-radius: 50%;
    display: block;
    height: 1.0rem;
    margin: 0.5rem 0.7rem;
    opacity: 1;
    width: 1.0rem;
    opacity: .4;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    border: 0.2rem solid transparent
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    opacity: 1;
    width: 1.4rem;
    height: 1.4rem;
    border: 0;
    margin: 0.5rem 0.5rem 0.3rem
}

.certifs .owl-theme .owl-controls .owl-page span {
    background: var(--color0)
}

.bloc-slider .owl-theme .owl-controls {
    text-align: center;
    background: var(--color0);
    margin: 0;
    position: absolute;
    top: 50%;
    margin-top: -10.0rem;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.4);
    left: -5.0rem
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div {
    width: 10.0rem;
    height: 10.0rem;
    background-color: var(--color0);
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    display: block;
    margin: 0;
    position: relative
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-next::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 4.0rem;
    font-family: var(--font_family_1);
    color: var(--color5);
    transform: rotate(-135deg);
    top: 2.3rem;
    left: 2.0rem
}

.bloc-slider .owl-theme .owl-controls .owl-buttons div.owl-prev::before {
    display: block;
    content: "∟";
    position: absolute;
    font-size: 4.0rem;
    font-family: var(--font_family_1);
    color: var(--color5);
    transform: rotate(45deg);
    top: 2.0rem;
    left: 4.0rem
}

.banner {
    width: 100%;
    height: 40vh;
    position: relative;
    background-position: center 20%;
    background-repeat: no-repeat
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3 {
    font-family: var(--font_family_1);
    font-weight: bold;
    color: var(--color4)
}

h1,
.h1 {
    font-size: calc(var(--taille_font) * 2.6);
    margin-bottom: 3.0rem;
    text-align: center;
    text-transform: uppercase;
    text-wrap: balance;
}

.h1.center {
    background-position: center bottom
}

h2,
.h2 {
    font-size: calc(var(--taille_font) * 2);
}

h3,
.h3 {
    font-size: calc(var(--taille_font) * 1.6);
}

h4 {
    font-size: calc(var(--taille_font) * 1.3);
}

h5 {
    font-size: calc(var(--taille_font) * 1.15);
}

h6 {
    font-size: var(--taille_font);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    text-decoration: underline
}

.h1 {
    position: relative;
    margin: 0 0 3em;
}

.h1:before {
    content: "";
    position: absolute;
    bottom: -2rem;
    left: 50%;
    width: 20rem;
    height: 0.5rem;
    background: var(--gradient-primary);
    transform: translateX(-50%);

}

.titre-secondaire {
    display: block;
    padding: 0.3em 0 0;
    color: var(--color5);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.5);
    font-weight: 400;
    text-transform: none;
    opacity: 0.8;
}


footer {
    display: block;
    clear: both;
    position: relative;
    background: var(--color5);
    z-index: 1001
}

footer a.btn-show-more {
    position: relative;
    top: -3.0rem;
    display: block;
    margin: auto;
    width: fit-content;
    box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

footer a.btn-show-more:hover {}

footer h3 {
    text-transform: uppercase;
    color: var(--color0);
    font-size: calc(var(--taille_font) * 1.5);
    font-family: var(--font_family_3)
}

.band1 {
    display: block;
    clear: both;
    background: var(--color5);
    padding: 5.0rem 10vw 8.0rem;
}

.band2 {
    display: block;
    clear: both;
    background: var(--color5);
    padding: 3.0rem 10vw;
}

.btn-scroll-top {
    position: fixed;
    right: 2%;
    bottom: 5%;
    display: none;
    width: 3em;
    height: 3em;
    text-decoration: none;
    background: var(--color1);
    border: 3px solid var(--color1);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(var(--color4_rgb), 0.15);
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    z-index: 11;
}

.btn-scroll-top.remonter::before {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    content: "\f077";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: calc(var(--taille_font) * 1.5);
    color: var(--color0);
    inset: 0;
    transform: translateY(-1px);
}


.coordonnees-footer {
    color: var(--color0);
    padding: 1.0rem 0;
    font-size: inherit
}

.coordonnees-footer p,
.coordonnees-footer address {
    background-repeat: no-repeat;
    position: relative;
    margin: 0.5rem 0;
    padding: 0 0 0.2rem 3.0rem;
}

.coordonnees-footer a {
    color: var(--color0)
}

.coordonnees-footer a:hover {
    color: var(--color0)
}

.pictoSVG {
    width: 1.6rem;
    margin: 0;
    height: 1.6rem;
    padding: 0;
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    fill: var(--color1);
}

.contact .pictoSVG {
    width: 3.5rem;
    margin: 0;
    height: 3.5rem;
    padding: 0;
    position: relative;
    margin: 0 auto 3.5rem;
    fill: var(--color1);
}

.hours {
    position: relative;
    color: var(--color0);
    padding: 0 1.5rem 1.0rem 0;
    margin: 0;
}

.menu_footer {
    margin: 0 auto;
    padding: 1.0rem 0;
    position: relative;
    text-align: left;
    width: auto;
    line-height: 1.6
}

.menu_footer li {
    display: block;
    padding: 0;
    background: none
}

.menu_footer a,
.menu_footer a:visited {
    color: var(--color0);
    font-family: inherit;
    font-size: inherit;
    text-decoration: none
}

.menu_footer a:hover,
.menu_footer li.active a {
    color: var(--color3);
    text-decoration: none
}

.menu_referencement {
    list-style-image: none;
    padding: 1.0rem 0;
    margin: 0;
    text-align: justify
}

.menu_referencement li {
    display: inline;
    margin: 0;
    padding: 0;
    background: none
}

.menu_referencement li:after {
    display: inline-block;
    content: '-';
    color: var(--color0);
    margin: 0 0.5rem
}

.menu_referencement li:last-child:after {
    display: none
}

.menu_referencement a,
.menu_referencement a:visited {
    color: var(--color0);
    font-size: 1.5rem;
    text-decoration: none;
    font-family: inherit
}

.menu_referencement a:hover,
.menu_referencement li.active a {
    color: var(--color1);
    text-decoration: none;
}

.scroll-footer {
    height: 22.6rem;
    overflow: auto
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: var(--color1)
}

.scroll-footer .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: var(--color1)
}

.logoPied {
    color: var(--color0);
    font-family: Arial, Verdana;
    text-align: center;
    padding: 0;
    position: relative;
    z-index: 100;
    line-height: 1.5rem;
    padding: 0.7rem 0 0
}

#logoFD svg * {
    fill: var(--color0);
}

#logoFD svg {
    width: 20.0rem;
}

footer .btn-partage {
    display: table;
    margin: 1.5rem auto 0
}

footer .btn-partage .btnp {
    background-color: transparent
}

.follow {
    display: table;
    margin: 2.0rem auto
}

.bloc-contenu {
    display: block;
    clear: both;
    padding: 8.0rem 10vw;
    background: var(--color0);
    position: relative
}

.nos-realisations .zone-btn {
    display: flex;
    padding: 4em 0 0;
    justify-content: center;
}


.bloc-GMB .badge-optionnel {
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/badge-optionnel.png) no-repeat top right;
    width: 13.9rem;
    height: 13.9rem
}

.table-cell {
    width: 100%;
    position: relative;
    display: table
}

.table-cell .cell {
    display: table-cell;
    width: 50%;
    vertical-align: middle
}

.text-accueil {
    text-align: justify
}

.text-accueil p.center {
    margin: 2.0rem 0 0
}

/* 
.sidebar {
    height: 71vh;
    position: relative;
    max-width: 29vw;
    background: var(--color3);
    margin: auto;
    clip-path: inset(-100vw 0 -100vw -100vw);
    -webkit-clip-path: inset(-100vw 0 -100vw -100vw)
}

.sidebar img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%
}

.sidebar a.btn-show-more {
    position: absolute;
    bottom: 3.0rem;
    left: -3.0rem
} */

/***************************************************************/
/***************************************************************/

/* Accueil *********************************************************/
/* ***********************************************************************/

.section {
    position: relative;
    padding: 6em 10% 7em;
    background: var(--color0);
    z-index: 1000;
}

.section:nth-child(even):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color3);
    z-index: -1;
    pointer-events: none;
}

@media (max-width: 991px) {
    .section {
        padding: 4em 2%;
    }
}

/* Section présentation - page-1 *******************************************/
/* ***********************************************************************/

.body-page-1 .fluid-contenu .page {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 2em;
    align-items: start;
}

.body-page-1 .fluid-contenu .page .h1 {
    grid-column: -1 / 1;
    margin-bottom: 1em;
}

.body-page-1 .fluid-contenu .page .cell-contenu {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.body-page-1 .fluid-contenu .page .contenu {
    max-height: 60vh;
    padding: 1.5em;
    padding-right: 1em;
    overflow-y: auto;
    overflow-x: hidden;
    background: transparent;
    border-radius: var(--border-radius);
}

.body-page-1 .fluid-contenu .page .contenu::-webkit-scrollbar {
    width: 3px;
}

.body-page-1 .fluid-contenu .page .contenu::-webkit-scrollbar-track {
    background: var(--color3);
    border-radius: 2px;
}

.body-page-1 .fluid-contenu .page .contenu::-webkit-scrollbar-thumb {
    background: color-mix(in srgb, rgba(var(--color1_rgb), 0.1) 95%, var(--color4));
    border-radius: 2px;
}

.body-page-1 .fluid-contenu .page .contenu {
    scrollbar-width: thin;
    scrollbar-color: color-mix(in srgb, rgba(var(--color1_rgb), 0.1) 95%, var(--color4)) var(--color3);
}

.cell-photo::before {
    content: '';
    position: absolute;
    top: 4em;
    left: 4em;
    width: calc(100% - 2em);
    height: calc(65% - 2em);
    border-radius: var(--border-radius);
    border: 2px solid rgba(var(--color1_rgb), 0.15);
    z-index: -1;
    transition: all 0.3s ease;
}

.body-page-1 .fluid-contenu .page .contenu h3 {
    font-family: var(--font_family_2);
    color: var(--color5);
    margin-top: 1.5em;
    margin-bottom: 0.8em;
}

.body-page-1 .fluid-contenu .page .cell-photo {
    position: relative;
    width: 100%;
    height: 100%;
}

.body-page-1 .fluid-contenu .page .cell-photo .bxslider-page-home {
    position: sticky;
    top: 2em;
    width: 100%;
    height: fit-content;
    filter: drop-shadow(2px 2px 15px rgba(var(--color4_rgb), 0.3));
}

.body-page-1 .fluid-contenu .page .cell-photo .bxslider-page-home:before {
    display: none;
}

.body-page-1 .fluid-contenu .page .cell-photo img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 65vh;
    object-fit: cover;
    border-radius: var(--border-radius);
}

@media (max-width: 991px) {
    .body-page-1 .fluid-contenu .page {
        grid-template-columns: 1fr;
        gap: 3em;
    }

    .body-page-1 .fluid-contenu .page .contenu {
        max-height: none;
        overflow-y: visible;
    }

    .body-page-1 .fluid-contenu .page .cell-photo .bxslider-page-home {
        position: relative;
        top: 0;
    }

    .body-page-1 .fluid-contenu .page .cell-photo img {
        max-height: 50vh;
    }
}

@media (max-width: 767px) {
    .body-page-1 .fluid-contenu .page .h1 {
        font-size: 1.8em;
    }

    .body-page-1 .fluid-contenu .page .contenu {
        padding: 1em;
    }

    .body-page-1 .fluid-contenu .page {
        gap: 3em;
    }
}

/* Section Services *****************************************************/
/* **********************************************************************/

.services.section {
    padding: 8rem 0;
    overflow: hidden;
}

.services-circle {
    position: relative;
    width: min(70vw, 90vw);
    height: min(70vh, 60vw);
    margin: 5em auto;
}

.services-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    height: 70%;
    background: var(--color0);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    box-shadow: 0 10px 40px rgba(var(--color4_rgb), 0.1);
    z-index: 5;
}

.service-description {
    position: absolute;
    transform: translateY(-50%);
    top: 40%;
    max-width: 70%;
    display: none;
    text-align: center;
    opacity: 0;
    animation: fadeIn 0.4s ease forwards;
}

.service-description.active {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.service-description h3 {
    color: var(--color5);
    margin-bottom: 1rem;
    font-size: calc(var(--taille_font) * 2);
    font-family: var(--font_family_2);
    line-height: 1.3;
}

.service-description .short-text-service {
    color: var(--color4);
    line-height: 1.6;
    font-size: calc(var(--taille_font) * 1.25);
}

.service-item {
    position: absolute;
    width: 10vw;
    height: auto;
    aspect-ratio: 1 / 1;
    text-decoration: none;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 10;
    border-radius: 50%;
    overflow: hidden;
    border: none;
    box-shadow: 0 8px 25px rgba(var(--color4), 0.15);
    background-size: cover;
    background-position: center;
}


.service-item.service-1,
.service-item.service-2,
.service-item.service-3,
.service-item.service-4 {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.service-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg,
            rgba(var(--color0_rgb), 0.05),
            rgba(var(--color0_rgb), 0.2));
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 1;
}

.service-item:hover::before {
    opacity: 1;
}

.service-item.service-1:hover,
.service-item.service-2:hover,
.service-item.service-3:hover,
.service-item.service-4:hover {
    box-shadow: 0 12px 35px rgba(var(--color4_rgb), 0.4);
}

.service-item.service-1:hover {
    transform: translateX(-50%) scale(1.15);
}

.service-item.service-2:hover {
    transform: translateX(-50%) scale(1.15);
}

.service-item.service-3:hover {
    transform: translateY(-50%) scale(1.15);
}

.service-item.service-4:hover {
    transform: translateY(-50%) scale(1.15);
}

.show-all-service {
    position: absolute;
    bottom: 15%;
    left: 75%;
    transform: translateX(-50%);
    width: 5vw;
    height: auto;
    aspect-ratio: 1 / 1;
    background: var(--color0);
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    color: var(--color0);
    font-size: calc(var(--taille_font) * 2.5);
    line-height: 1;
    font-weight: 300;
    font-family: var(--font_family_3);
    box-shadow: 0 8px 25px rgba(var(--color4_rgb), 0.3);
    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    z-index: 15;
}

.show-all-service:hover {
    color: var(--color0);
    background: var(--color4);
    transform: translateX(-50%) scale(1.1) rotate(90deg);
}

.show-all-service .buile-title {
    position: absolute;
    top: calc(-100% - 2rem);
    left: 50%;
    transform: translateX(-50%);
    background: var(--gradient-primary);
    padding: 0.75rem 1.5rem;
    border-radius: 25px;
    white-space: nowrap;
    font-size: calc(var(--taille_font) * 1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.4s ease;
    box-shadow: 0 4px 15px rgba(var(--color4_rgb), 0.3);
    writing-mode: sideways-lr;
}



.show-all-service:hover .buile-title {
    opacity: 1;
    writing-mode: sideways-lr;
    transform: translateX(-50%) rotate(0deg);
    top: calc(-100% - 2rem);
}

@media (max-width: 1200px) {
    .services-circle {
        width: min(750px, 85vw);
        height: min(550px, 57vw);
    }
}

@media (max-width: 991px) {
    .services-circle {
        width: 600px;
        height: 600px;
    }

    .services-center {
        width: 55%;
        height: 55%;
    }

    .service-item {
        width: 120px;
        height: 120px;
    }

    .services-center {
        padding: 2rem;
    }

    .show-all-service {
        width: 65px;
        height: 65px;
        font-size: 2rem;
    }
}

@media (max-width: 767px) {
    .services.section {
        padding: 4rem 0;
    }

    .services-circle {
        width: 90vw;
        height: 90vw;
    }

    .service-item {
        width: 100px;
        height: 100px;
    }

    .services-center {
        width: 65%;
        height: 65%;
        padding: 1.5rem;
    }

    .service-item.service-1 {
        top: 0em;
    }

    .service-item.service-2 {
        bottom: 0em;
    }

    .service-item.service-3 {
        left: -1em;
    }

    .service-item.service-4 {
        right: -1em;
    }

    .service-description {
        top: 30%;
    }

    .service-description h3 {
        font-size: calc(var(--taille_font) * 1.25);
    }

    .service-description .short-text-service {
        display: none;
        font-size: calc(var(--taille_font) * 0.85);
    }

    .show-all-service {
        width: 55px;
        height: 55px;
        font-size: 1.8rem;
    }

    .show-all-service .buile-title {
        display: none;
    }
}

@media (max-width: 480px) {
    .service-item {
        width: 85px;
        height: 85px;
    }

    .services-center {
        width: 70%;
        height: 70%;
        padding: 1rem;
    }

    .service-description h3 {
        font-size: calc(var(--taille_font) * 1.25);
        margin-bottom: 0.5rem;
    }

    .service-description .short-text-service {
        display: none;
        font-size: calc(var(--taille_font) * 0.8);
    }
}

.recup-photo .item:nth-child(2),
.recup-photo .item:nth-child(2) {
    margin-bottom: 3.0rem
}

.recup-photo a.item-gallery {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    border-radius: var(--border-radius);
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    overflow: hidden
}

/****************************************
   SECTION INTERVENTION
*****************************************/

.intervention {}

.intervention_grid {
    position: relative;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 0;
    margin: 2em auto 0;
    padding: 0;
    align-items: center;
}

.intervention .plan {
    position: relative;
    min-height: 550px;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    z-index: 1;
}

.intervention .plan iframe {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 550px;
    border: 0;
    border-radius: var(--border-radius);
    box-shadow: 0 4px 20px rgba(var(--color4_rgb), 0.1);
    z-index: 2;
    transition: box-shadow 0.3s ease;
}

.intervention .plan:hover iframe {
    box-shadow: 0 8px 30px rgba(var(--color4_rgb), 0.15);
}

.intervention .contenu {
    position: relative;
    left: -8%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 0;
    background: none;
    z-index: 10;
}

.intervention .contenu .description {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    padding: 2.5em 3em 2.5em 2.5em;
    background: var(--color0);
    border-radius: var(--border-radius);
    border: none;
    box-shadow: 0 8px 32px rgba(var(--color4_rgb), 0.12);
    transition: all 0.3s ease;
    overflow: visible;
    z-index: 5;
}

.intervention .contenu::before {
    content: '';
    position: absolute;
    top: 4em;
    left: 4em;
    width: calc(100% - 2em);
    height: calc(100% - 4em);
    border-radius: var(--border-radius);
    border: 2px solid rgba(var(--color1_rgb), 0.15);
    z-index: 1;
    transition: all 0.3s ease;
}

.intervention .contenu:hover::before {
    border-color: rgba(var(--color1_rgb), 0.3);
    top: calc(2em + 20px);
    right: 20px;
}

.intervention .contenu .description .description-inner {
    position: relative;
    width: 100%;
}

.intervention .contenu .description .description-inner::before {
    content: '';
    position: absolute;
    left: -2.5em;
    top: 0;
    width: 3px;
    height: 0;
    background: linear-gradient(to bottom, var(--color1), var(--color2));
    transition: height 0.4s ease;
    z-index: 1;
}

.intervention .contenu .description:hover .description-inner::before {
    height: 100%;
}

.intervention .contenu .description:hover {
    border-color: rgba(var(--color1_rgb), 0.15);
    box-shadow: 0 12px 48px rgba(var(--color4_rgb), 0.15);
    transform: translateY(-3px);
}

.intervention .contenu .description p {
    position: relative;
    color: var(--color4);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.25);
    line-height: 1.8;
    text-align: left;
    margin: 0 0 0.8em 0;
    padding-left: 0.5em;
    opacity: 0.85;
    z-index: 2;
    transition: opacity 0.3s ease;
}

.intervention .contenu .description:hover p {
    opacity: 1;
}

.intervention .contenu .description p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1100px) {
    .intervention_grid {
        grid-template-columns: 1fr;
        gap: 2em
    }

    .intervention .plan {
        min-height: 400px;
        order: 2
    }

    .intervention .plan iframe {
        min-height: 400px
    }

    .intervention .contenu {
        order: 1;
        left: 0
    }

    .intervention .contenu::before {
        display: none
    }
}

@media (max-width: 768px) {
    .intervention {
        padding: 2em 0
    }

    .intervention .h1 {
        font-size: calc(var(--taille_font) * 2);
        padding: 0 1em
    }

    .intervention .h1 .titre-secondaire {
        font-size: calc(var(--taille_font) * 1.2)
    }

    .intervention_grid {
        padding: 0 1em;
        gap: 1.5em
    }

    .intervention .plan {
        min-height: 300px
    }

    .intervention .plan iframe {
        min-height: 300px
    }

    .intervention .contenu .description {
        padding: 1.5em 1.2em
    }

    .intervention .contenu .description::before {
        left: 0
    }

    .intervention .contenu .description p {
        font-size: var(--taille_font)
    }
}

@media (max-width: 480px) {
    .intervention .h1 {
        font-size: calc(var(--taille_font) * 1.7)
    }

    .intervention .contenu .description {
        padding: 1.2em 1em
    }

    .intervention .contenu .description::after {
        width: 40px;
        height: 40px
    }
}


.gallery .ligne-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%;
}


.recup-photo a.item-gallery span.imagefond {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -o-transition: all .2s linear 0;
    filter: grayscale(50%);
    -webkit-filter: grayscale(50%);
    filter: var(--color1);
    image-rendering: optimizeQuality;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.recup-photo a.item-gallery:hover .imagefond {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.recup-photo a.item-gallery:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    z-index: 1
}

.recup-photo a.item-gallery .title-item-gallery,
.gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
    width: 100%;
    padding: 2.0rem 2.5rem;
    color: var(--color0);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.1);
    text-transform: uppercase;
    z-index: 2;
}

.recup-photo a.item-gallery img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: auto;
    height: 100%;
    overflow: hidden;
    background-position: center 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;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

\A.recup-photo a.item-gallery:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%)
}

.recup-news {
    padding: 3.0rem 0 0
}

.item-news {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    background: var(--color0)
}

.item-news .photo img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    flex: 1;
    width: 100%;
    height: 100%;
    overflow-x: hidden
}

.item-news .photo {
    width: 100%;
    height: 37.0rem;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-color: #f2f2f2;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    image-rendering: optimizeQuality
}

.item-news:hover .photo {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .photo.no-photo {
    background-image: url(../images/no-camera.png);
    background-size: 15.0rem;
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.item-news .contenu {
    background: var(--color0);
    padding: 3.0rem;
    min-height: 23.6rem
}

.item-news .date-poste {
    opacity: .7
}

.item-news .contenu .titre-news {
    margin: 0 0 0.5rem;
    font-size: 2.0rem
}

.item-news .contenu .titre-news a {
    text-decoration: none;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.item-news .contenu .titre-news a:hover {
    color: var(--color1)
}

.lire-suite {
    text-align: right;
    padding: 3.0rem 0 0
}

.bloc-contenu.certifs {
    background: var(--color1);
    padding: 8.0rem 10% 10.0rem
}

.text-certifs {
    padding: 0 15% 5.0rem;
    color: var(--color0);
    text-align: justify
}

.bloc-contenu.certifs h2.h1,
.bloc-contenu.certifs .titre-secondaire {
    color: var(--color0);
}

.bloc-contenu.certifs .item {
    padding: 1.5rem
}

.logo-certifs {
    max-width: 30.0rem;
    height: 15.0rem;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--color0);
    box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.3);
    background-size: 18.0rem auto;
    -ms-background-size: 18.0rem auto;
    -o-background-size: 18.0rem auto;
    -webkit-background-size: 18.0rem auto;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
}

.logo-certifs:hover {
    box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 1.0rem rgba(0, 0, 0, 0.5);
}

#owl-demo-certifs .owl-wrapper.one-item {
    width: 100% !important;
    margin: auto
}

#owl-demo-certifs .owl-wrapper.one-item .owl-item {
    width: 100% !important
}

.text-gallery {
    text-align: justify;
    float: left;
    width: 50%;
}

.zone-caroussel-gallery {
    padding: 0 1.5rem 0 3.0rem
}

a.img_gal {
    display: block;
    height: 49.0rem;
    width: 100%;
    z-index: 1000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    position: relative;
    transition: all 1s ease 0;
    -webkit-transition: all 1s ease 0;
    -khtml-transition: all 1s ease 0;
    -ms-transition: all 1s ease 0;
    -o-transition: all 1s ease 0;
    margin-bottom: 2.5%
}

.mask {
    background: url(../images/icone_zoom.svg) no-repeat scroll center center rgba(0, 0, 0, 0.7);
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    transition: all 1s ease 0 !important;
    -webkit-transition: all 1s ease 0 !important;
    -khtml-transition: all 1s ease 0 !important;
    -ms-transition: all 1s ease 0 !important;
    -o-transition: all 1s ease 0 !important;
    width: 100%;
    z-index: 2;
    top: 0;
    left: 0;
    background-size: 5.6rem auto
}

a.img_gal img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.img_gal:hover .mask {
    opacity: 1
}

.body-gallery .owl-theme .owl-controls {
    text-align: center;
    background: none;
    margin: 0;
    position: static;
    margin-top: 0;
    box-shadow: none;
    height: 2.0rem
}

.body-gallery-4 .contenu {
    padding: 10.0rem 0.5rem 5.0rem
}

.body-gallery-4 .contenu .container {
    max-width: 100%;
    width: 100%;
    padding: 0
}

.gallery h2 {
    clear: none !important
}

.gallery ul {
    clear: both
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0 0
}

.gallery .description-galerie {
    padding: 0 10% 4.0rem;
    text-align: justify
}

.gallery .multiple .ligne-photos .col-md-1,
.gallery .multiple .ligne-photos .col-md-2,
.gallery .multiple .ligne-photos .col-md-3,
.gallery .multiple .ligne-photos .col-md-4,
.gallery .multiple .ligne-photos .col-md-6 {
    padding: 0.5rem !important
}

.gallery .multiple .ligne-photos {
    margin-left: 0 !important;
    margin-right: 0 !important
}

.gallery .ligne-photos .propor {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem
}

.gallery .multiple .ligne-photos .propor {
    margin-bottom: 0
}

.gallery .ligne-photos .propor:after {
    padding-top: 92%;
    display: block;
    content: ''
}

.gallery .ligne-photos .propor .propor-cont {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0
}

.gallery .ligne-photos .propor .propor-cont .imagecont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    -webkit-transform: translateZ(0)
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond {
    image-rendering: optimizeQuality;
    display: block;
    height: 100%;
    width: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    position: relative;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray;
    -webkit-transition: all .6s ease;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.6)), to(rgba(0, 0, 0, 0.6)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.6) 99%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
    z-index: 1
}

.gallery .ligne-photos .propor .propor-cont .imagecont .imagefond img {
    object-fit: cover;
    -o-object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    flex: 1;
    height: 100%
}

.gallery .ligne-photos .propor .propor-cont .imagecont .masque {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/ico-zoom.svg) no-repeat center center;
    background-size: 5.6rem auto
}

.gallery .ligne-photos .propor .propor-cont .imagecont:hover .masque {
    opacity: 1;
    filter: alpha(opacity=100)
}

.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);
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0,0 1 0 0 0,0 0 1 0 0,0 0 0 1 0\'/></filter></svg>#grayscale")
}

.infinite-scroll .chargement {
    background: rgba(0, 0, 0, 0) url(../images/chargement.gif) no-repeat scroll center top;
    bottom: 0;
    display: none;
    height: 3.2rem;
    left: 50%;
    margin-left: -1.6rem;
    position: absolute;
    width: 3.2rem
}

.gallery .nav {
    margin: 1.0rem 0;
    text-align: center
}

.gallery .nav li {
    display: inline-block;
    margin-bottom: 1.0rem
}

.gallery .nav li::after {
    position: absolute;
    font-size: 2.0rem;
    right: 0;
    top: 1.8rem;
    width: 0.5rem;
    height: 0.5rem;
    background: var(--color1);
    border-radius: 0.5rem;
    display: block;
    content: " "
}

.gallery .nav li:last-child::after {
    display: none
}

.gallery .nav li a {
    background: none;
    display: block;
    color: inherit;
    text-transform: uppercase;
    font-size: 1.6rem;
    font-family: var(--font_family_3);
    padding: 1.0rem;
    text-align: center;
    border-radius: 0;
    text-decoration: none
}

.gallery .nav li a:hover,
.gallery .nav li.active a {
    background: none;
    color: var(--color1)
}

.gallery .nav li.active a {
    cursor: default
}

.gallery .tab-content {
    padding-top: 1.0rem;
    padding-bottom: 0
}

.gallery .tab-content h2 {
    padding-left: 1.5rem;
    margin-bottom: 2.0rem
}

.gallery .bas-galerie {
    text-align: center;
    padding: 4.0rem 0;
    text-align: center
}

.gallery .bas-galerie a.bouton-principal {
    /* padding-left: 1.5rem;
    padding-right: 6.0rem; */
    display: inline-block
}

.gallery .bas-galerie a.bouton-principal::after {
    background-image: none;
    width: 2.2rem;
    height: 2.2rem;
    content: "+";
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) * 1.5);
    position: absolute;
    right: 1rem;
    top: 50%;
    line-height: 2.0rem;
    transform: translateY(-50%);
}

.prestation {
    width: 100%;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
    background: var(--color0);
    margin: 0 0 3.0rem
}

.item-news.prestation .bloc-photo {
    position: relative;
    height: auto
}

.item-news.prestation .bloc-photo.photo-empty,
.item-news.prestation .photo {
    height: 29.5rem
}

.item-news.prestation .contenu {
    background: var(--color0);
    padding: 5.0rem 4.0rem 2.0rem;
    position: relative;
    min-height: 17.0rem
}

.item-news.prestation .contenu .text-liste-serive {
    min-height: 8.6rem;
    height: 8.6rem;
    overflow: hidden
}

.item-news.prestation .contenu .lire-suite {
    padding: 1.0rem 0 0
}

.item-news.prestation .bloc-titre {
    display: table;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 11;
    left: 0;
    bottom: -2.5rem
}

.item-news.prestation .bloc-photo.sans-photo .bloc-titre {
    position: relative
}

.item-news.prestation .bloc-titre .titre-news {
    display: table;
    margin: 0 auto;
    background: var(--color0);
    border-radius: 1.9rem;
    box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -o-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0.3rem 1.0rem rgba(0, 0, 0, 0.2);
    padding: 1.5rem 3.5rem;
    font-size: calc(var(--taille_font) * 1.5);
    max-width: 95%
}

.item-news.prestation .bloc-titre .titre-secondaire {
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.2);
    text-wrap: balance;
}


.item-news.prestation .miettes {
    list-style: none;
    margin: 0;
    padding: 0
}

.centerservice {
    margin: 0 33% !important
}

.btn-service {
    text-align: center;
    margin: 1.0rem 0
}

.btn-service a.btn-show-more {
    display: inline-block;
    padding: 1.5rem 2.5rem 1.5rem 2.0rem
}

.body-news-list .item-news {
    margin-bottom: 3.0rem
}

.body-news-list .item-news:last-child {
    margin-bottom: 0
}

.body-news-list .btn-partage {
    margin: -1.0rem 0 0
}

.header-news {
    text-align: center;
    margin: 0 0 8.0rem;
    display: table-cell;
    vertical-align: middle
}

a.return-to-news {
    display: inline-block;
    color: var(--color2);
    font-size: var(--taille_font);
    padding: 1.0rem 1.0rem 1.0rem 4.5rem;
    background: url(../images/fleche-btn.svg) no-repeat center left 1.5rem;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0;
    font-family: var(--font_family_3);
    text-decoration: none;
    background-size: 2.2rem auto
}

a.return-to-news:hover {
    background-position: center left 0.5rem;
    color: var(--color2)
}

.header-news h1 {
    text-transform: uppercase;
    margin: 1.5rem 0
}

.header-news .date-poste {
    font-size: 2.4rem;
    opacity: .7;
    font-family: var(--font_family_1)
}

.zone-titre-header {
    height: 35.0rem;
    width: 100%;
    display: table;
    position: relative
}

.modal-content a,
.modal-content a:link,
.modal-content a:visited {
    color: var(--color2)
}

.modal-header {
    border-bottom: 0.1rem solid var(--color3)
}

.modal-header .h1 {
    text-align: center;
    margin-bottom: 4.0rem;
    color: var(--color4);
    font-size: calc(var(--taille_font) * 2.5);
    font-weight: bold;
    text-shadow: none;
    pointer-events: none;
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    z-index: 9999;
    font-size: 1.6rem;
    color: var(--color0)
}

.modal-backdrop.in {
    z-index: 0
}

.modal-open .modal {
    z-index: 99997;
    background: rgba(0, 0, 0, 0.8);
    color: var(--color4);
    text-shadow: none
}

.modal-content .btn-close {
    border: 0;
    background: none;
    padding: 0;
    font-size: 2.1rem;
    color: #000;
    opacity: .2;
    line-height: 1
}

.modal-content .form-control {
    min-height: 4.4rem;
    border-radius: 0.2rem
}

.modal-content .btn-close:hover,
.modal-content .btn-close:focus {
    opacity: .5
}

.modal-content .submit-review {
    padding-right: 6.0rem !important
}

.modal-content label.control-label {
    display: none;
    padding-top: 0 !important
}

.modal-content label.control-label.label-note,
.modal-content label.control-label.label-photo {
    display: block;
    padding-top: 1.4rem !important;
    text-align: left;
    font-weight: normal
}

.formulaire #add-review .conditionsLabel {
    padding-left: 0.5rem
}

#add-review {
    text-align: center
}

.formulaire #add-review .form-actions {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

#add-review .form-group {
    text-align: left
}

#add-review input[type="file"] {
    display: block;
    width: 100%;
    height: 5.0rem
}

#add-review #stars-existing {
    margin: 0 auto 1.0rem;
    display: block;
    text-align: left;
    padding-top: 1.5rem
}

#add-review .form-group #captcha {
    height: 4.6rem !important
}

.formulaire #add-review .form-group input,
.formulaire #add-review .form-group textarea,
.formulaire #add-review .form-group .form-control {
    background: var(--color0);
    border: 0.1rem solid var(--color3);
    color: var(--color4);
    border-radius: 0.2rem
}

.modal-content .form-control::placeholder {
    color: var(--color5) !important;
    opacity: 1
}

#add-review .submit-review {
    margin: 1.5rem auto !important;
    padding: 1.4rem 1.5rem !important;
    float: none;
    display: block;
    background-image: none
}

#add-review .body-review {
    height: 10.0rem
}

#add-review .form-group.form-group-1 .col-md-10,
#add-review .form-group.form-group-2 .col-md-10,
#add-review .form-group.form-group-4 .col-md-10 {
    width: 100%
}

#add-review .conditions,
.modal-content .email-block {
    font-size: 1.0rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    opacity: .6;
    display: block;
    clear: both;
    color: var(--color5) !important
}

ul.slick-dots {
    margin: 0;
    margin-top: 6.5rem;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

ul.slick-dots li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 0.8rem;
    height: 0.8rem;
    background: var(--color1);
    border-radius: 50%;
    transition: .2s ease-in-out;
    cursor: pointer;
    padding: 0;
    opacity: .4
}

ul.slick-dots li.slick-active {
    width: 3.0rem;
    border-radius: 0.4rem;
    opacity: 1
}

ul.slick-dots li+li {
    margin-left: 1.0rem
}

ul.slick-dots li button {
    display: none
}

#add-review .submit-review {
    margin: 2.5rem auto 1.5rem !important;
    position: relative;
    top: 0;
    background-image: none;
    padding: 1.5rem 4.0rem !important
}

.inner-container {
    margin: auto;
    max-width: 128.0rem
}

.body-contact .contenu {
    padding: 0
}

.body-contact .contenu .container {
    width: auto !important;
    max-width: 100% !important;
    padding: 0
}

.coordonnes-contact {
    color: var(--color4);
    text-align: center;
    padding: 10.0rem 0
}

.coordonnes-contact p.tel1,
.coordonnes-contact p.tel2 {
    margin: 0
}

.coordonnes-contact .callTracker:not(.active) span:hover {
    color: var(--color1);
}

.coordonnes-contact label {
    font-family: var(--font_family_3);
    font-weight: bold;
    display: block;
    font-size: 2.0rem
}

.coordonnes-contact span {
    text-align: center
}

.plan-du-site {
    position: relative;
    z-index: 1;
    height: 78.5rem
}

.plan-du-site iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    border: 0;
    opacity: 1;
    transition: all .2s linear 0;
    -webkit-transition: all .2s linear 0;
    -khtml-transition: all .2s linear 0;
    -o-transition: all .2s linear 0
}

.plan-du-site iframe:hover {
    opacity: 1
}

.zone-form-contact {
    max-width: 107.8rem;
    margin: auto;
    position: relative;
    z-index: 2;
    box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    -ms-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    -o-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    -webkit-box-shadow: 0 0 2.0rem rgba(0, 0, 0, 0.21);
    background: var(--color0);
    padding: 3.0rem;
    margin-top: -13.0rem
}

.zone-form-contact h1,
.zone-form-contact .titre-secondaire {
    text-align: center;
    text-wrap: auto;
}

.contact .zone-form-contact h1 .text {
    color: var(--color1);
    font-size: 1.7rem;
    font-weight: normal;
    font-family: var(--font_family_1)
}

.contact .form-horizontal .control-label {
    display: none
}

.contact .form-control {
    padding: 1.2rem;
    border-radius: 0;
    border: solid 0.1rem var(--color3);
    height: 4.2rem;
    background: var(--color0);
    color: var(--color4);
    font-size: 1.4rem;
    font-family: var(--font_family_1);
    box-shadow: none
}

.contact .form-control:focus {
    border-left: 0.1rem solid var(--color5);
    border-top: 0.1rem solid var(--color5);
    border-right: 0.1rem solid var(--color5);
    border-bottom: 0.1rem solid var(--color5);
    box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(194, 196, 198, 0.6);
    -ms-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(194, 196, 198, 0.6);
    -o-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(194, 196, 198, 0.6);
    -webkit-box-shadow: inset 0 0.1rem 0.1rem rgba(0, 0, 0, 0.075), 0 0 0.8rem rgba(194, 196, 198, 0.6);
    color: var(--color4)
}

@media screen and (-webkit-min-device-pixel-ratio: 0),
screen and (-moz-images-in-menus:0) {
    .form-horizontal select.form-control {
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        appearance: none;
        background-image: url(../images/image-select.svg) !important;
        background-repeat: no-repeat !important;
        background-position: right 1.5rem center !important;
        line-height: normal !important
    }

    .form-horizontal select.form-control option {
        color: inherit
    }
}

.contact .form-control::-webkit-input-placeholder {
    color: var(--color5)
}

.contact .form-control:-moz-placeholder {
    color: var(--color5);
    opacity: 1
}

.contact .form-control::-moz-placeholder {
    color: var(--color5);
    opacity: 1
}

.contact .form-control:-ms-input-placeholder {
    color: var(--color5)
}

.contact .label-rgpd {
    padding: 0;
    color: var(--color5);
    font-size: 1.3rem;
    opacity: 1;
    line-height: 1.5
}

.contact .label-rgpd strong {
    color: var(--color1)
}

.contact .zone-form-contact .form-group .col-md-8,
.pageseo .contact .form-group .col-md-8 {
    width: 100% !important;
}

.contact .btn-primary,
.contact .btn-primary:focus {
    position: relative;
    display: block;
    margin: auto 0 auto auto;
    padding: 1.5rem 4.0rem;
    text-decoration: none !important;
    text-transform: uppercase;
    color: var(--color4);
    font-family: var(--font_family_1);
    font-size: calc(var(--taille_font) * 1.1);
    background: var(--color0);
    border: 1px solid var(--color4);
    border-radius: var(--border-radius);
    transition: color 0.1s ease;
    overflow: hidden;
    z-index: 1;
}

.contact .btn-primary:hover {
    background: var(--gradient-primary) !important;
    color: var(--color0)
}

.contact .form-actions {
    font-size: 1.2rem;
    color: var(--color4);
    font-style: italic;
}

.body-contact .contact .form-actions {
    padding: 0 12% 0.5rem;
    color: var(--color0);
    font-style: italic
}

.formulaire.bottom .form-actions {
    margin: 0 !important;
    width: 100%
}

.bloc-info-rgpd {
    background: var(--color1);
    padding: 16.0rem 10% 10.0rem;
    color: var(--color0);
    position: relative;
    z-index: 1;
    margin: -13.0rem 0 0
}

.contact .info-rgpd {
    font-size: 1.3rem;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    color: var(--color0);
    padding: 0 12%
}

.contact .info-rgpd p {
    font-size: inherit;
    font-weight: normal;
    font-style: italic;
    text-align: justify;
    margin-top: 1.5rem;
    opacity: 1;
    display: block;
    clear: both
}

.contact .info-rgpd a:hover {
    color: var(--color0)
}

.contact textarea.form-control {
    height: auto;
}

.g-recaptcha {
    float: left
}

.body-contact .g-recaptcha {
    float: left;
    margin: auto;
    display: table
}

.pageseo .contact .btn-primary,
.pageseo .contact .btn-primary:focus {
    position: static;
    margin: 0;
    float: right;
    padding: 2.5rem 2.4rem 2.2rem 4.6rem;
    background-position: 12%;
}

.pageseo .formule_page_seo {
    padding-top: 3.0rem
}

.pageseo .formule_page_seo h2 {
    color: var(--color1)
}

.pageseo .contact .form-group {
    margin: 1.0rem -1.5rem;
}

.pageseo .contact .info-rgpd {
    padding: 0;
    color: inherit;
    font-size: 1.1rem
}

.pageseo .help-block {
    display: inline-block;
    font-style: normal !important;
    font-size: inherit !important;
    color: inherit !important;
    margin: 0
}

.flex-seoContain {
    position: relative;
    display: flex;
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flex-seoContain .seo-content {
    width: 55%;
    padding-top: 1em;
}

.flex-seoContain .seo-content h1,
.flex-seoContain .seo-form h2.h1 {
    text-align: left;
}

.flex-seoContain .seo-content h1:before,
.flex-seoContain .seo-form h2.h1:before {
    left: 0;
    margin-left: 0;
}

.flex-seoContain .seo-form {
    width: 44%;
    padding: 1em 2% 3em;
    background: var(--color3);
}

.imagecont.noflicker.img1 {
    display: block;
    margin: 1vh 0 2vh;
    height: 30vh;
    overflow: hidden;
}

.img-seo img {
    border-radius: var(--border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sitemap ul {
    padding-left: 0;
    list-style: none;
}

.sitemap ul li {
    margin-bottom: 0.5rem;
    padding-left: 1.5rem;
    display: block;
    position: relative;
}

.sitemap ul li::before {
    content: "❯";
    position: absolute;
    left: 0;
    font-size: 1.5rem;
    color: var(--color1);
}
.sitemap ul li:hover::before {
    font-weight: 600;
}



.sitemap ul li.niveau2 {
    margin-left: 1.5rem;
}

.sitemap ul li a {
    color: inherit;
    text-decoration: none;
    font-size: inherit;
    transition: color 0.3s ease;
}

.sitemap ul li:hover a {
    color: var(--color5);
}

.page_404 p {
    text-align: left
}

.page_404 h4 {
    font-family: arial;
    font-size: 1.8rem
}

.page_404 .btn {
    margin-top: 0 !important;
    color: var(--color0) !important;
    padding: 1.0rem 2.0rem;
    clear: both;
    display: inline-block;
    width: auto;
    text-decoration: none;
    border-radius: 0;
    border: 0;
    background: var(--color1);
    font-family: var(--font_family_3)
}

.page_404 .btn:hover {
    background: var(--color2)
}

hr {
    border-color: var(--color4);
    opacity: .3
}

.body-copyright .contenu h2 {
    font-size: 2.5rem
}

.header-sidebars {
    display: none
}

.header-sidebars a.logo {
    position: absolute;
    top: 0.5rem;
    left: 50%;
    width: 15.0rem;
    margin-left: -7.5rem;
    margin-top: 0
}

.header-sidebars a.logo img {
    width: 100%
}

.header-sidebars,
.sidebar-left,
.sidebar-right {
    background-color: var(--color0);
    letter-spacing: 0.1rem
}

.sidebar-left a,
.sidebar-right a,
.sidebar-bottom-controls a,
.contactButton,
.nav-item-active,
.sidebar-form label,
.sidebar-send-button,
.sidebar-divider-text {
    color: var(--color0) !important
}

.header-sidebars {
    height: 6.5rem;
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    box-shadow: 0 0.2rem 0.3rem 0.1rem rgba(0, 0, 0, 0.1)
}

.header-sidebars .header-top {
    display: table;
    height: 6.5rem;
    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: 1.6rem;
    top: 0.3rem;
    max-height: 6rem;
    max-width: 12.9rem;
}

.deploy-left-sidebar {
    display: table-cell;
    background-color: var(--color5);
    background-size: auto 49%;
    background-image: url(../images/nav.svg);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    background-position: center center
}

.deploy-right-sidebar {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color5);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem
}

.deploy-right-mail {
    border-left: 0.1rem var(--color0) solid;
    display: table-cell;
    background-color: var(--color5);
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 6.5rem;
    position: absolute;
    right: 6.5rem;
    top: 0
}

.deploy-right-call {
    display: table-cell;
    background-color: var(--color5);
    height: 6.5rem;
    width: 6.5rem;
    position: absolute !important;
    right: 13.0rem;
    top: 0
}

.deploy-back-home {
    background-color: #f9fafc;
    width: 5.0rem;
    height: 5.0rem;
    background-position: center center;
    float: right;
    margin-top: -5.0rem
}

.sidebar-left {
    width: 27.0rem;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: -27.0rem;
    bottom: 0;
    overflow: hidden;
    position: fixed;
    box-shadow: 0.3rem 0 0.3rem 0 rgba(0, 0, 0, 0.1)
}

.sidebar-scroll-left {
    padding-right: 2.0rem;
    left: 0;
    width: 31.0rem;
    overflow: scroll !important;
    overflow-x: hidden !important;
    -webkit-overflow-scroll: touch !important;
    height: 100%;
    background-color: #c31c26
}

.sidebar-scroll-right {
    width: 27.5rem;
    overflow: hidden !important;
    overflow-x: hidden !important;
    height: 100%;
    background-color: var(--color0)
}

.sidebar-right {
    background-repeat: repeat;
    position: fixed;
    overflow: hidden;
    z-index: 99999;
    right: -28.0rem;
    top: 0;
    bottom: 0;
    width: 27.0rem;
    margin-right: 1.0rem;
    box-shadow: -0.2rem 0 0.2rem 0 rgba(0, 0, 0, 0.1)
}

.sidebar-left a,
.sidebar-right a {
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    color: var(--color0) !important;
    z-index: 1
}

.sidebar-header-left {
    height: 6.5rem;
    background-color: var(--color1);
    position: relative
}

.sidebar-left-logo {
    max-height: 7.5rem;
    position: absolute;
    top: -0.2rem;
    left: 0.8rem;
    margin-right: 17.9rem
}

.sidebar-right-logo {
    margin-left: 8.4rem;
    top: 1.4rem;
    right: 0.1rem;
    max-width: 18.0rem;
    float: inherit;
    max-height: 3.7rem;
    position: relative
}

.sidebar-divider-text {
    font-size: 2.0rem;
    padding-top: 1.5rem;
    padding-left: 2.0rem;
    padding-bottom: 1.5rem;
    margin-bottom: 0;
    color: var(--color5) !important;
    opacity: .7
}

.sidebar-bottom-controls {
    background-color: var(--color1)
}

.sidebar-bottom-controls p {
    margin-top: 0.3rem
}

.sidebar-bottom-controls a {
    font-size: 1.2rem;
    background-repeat: repeat-y;
    text-align: center;
    float: left;
    width: 33%;
    line-height: 1.0rem;
    display: block
}

.nav-item {
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-size: 2.2rem auto;
    background-color: #c9323b;
    height: 6.0rem;
    line-height: 6.15rem;
    background-repeat: no-repeat;
    padding-left: 6.0rem;
    background-position: 2.0rem center;
    margin-bottom: 0.1rem
}

.submenu a {
    text-shadow: 0 0.2rem 0 rgba(0, 0, 0, 1);
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 2.5rem;
    font-size: 1.0rem;
    color: #878787;
    text-transform: uppercase;
    font-weight: 900
}

.submenu a:first-child {
    background-image: none !important
}

.submenu {
    display: none
}

.submenu-active {
    display: block
}

.sidebar-notifications a {
    margin-bottom: 1.5rem;
    background-repeat: no-repeat;
    background-position: 0 center;
    padding-left: 3.8rem;
    margin-left: 2.0rem;
    font-size: 1.0rem;
    color: #878787;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.0rem
}

.sidebar-header-right {
    height: 6.5rem;
    background-color: var(--color5);
    position: relative
}

.close-sidebar-right {
    height: 6.5rem;
    width: 6.5rem;
    margin-left: 0;
    display: block
}

.sidebar-left .close-sidebar-left,
.sidebar-right .close-sidebar-right {
    position: absolute !important
}

.right-sidebar-copyright {
    margin: 2.0rem 0
}

.footer-text a {
    padding-top: 1.0rem;
    font-size: 1.0rem;
    color: #8a8a8a
}

.copyright-sidebar {
    font-size: 1.0rem;
    text-align: center;
    text-transform: uppercase
}

.menu-mobile-dynamique {
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-position: inside;
    list-style-image: none
}

.menu-mobile-dynamique li {
    width: 100%;
    margin-bottom: 0.1rem;
    padding-left: 1.8rem;
    background: var(--color5)
}

.menu-mobile-dynamique .sub-menu li {
    background-color: transparent;
    margin-bottom: 0
}

.menu-mobile-dynamique .sub-menu li a {
    height: 4.2rem;
    text-transform: none
}

.menu-mobile-dynamique .sub-menu {
    background-image: linear-gradient(to bottom, var(--color1), var(--color1));
    padding-top: 1.8rem;
    padding-bottom: 1.8rem
}

.menu-mobile-dynamique li.parent {
    background-image: url(../images/gopage.svg);
    background-position: 24.1rem 2.62rem;
    background-repeat: no-repeat;
    background-size: 0.9rem auto
}

.menu-mobile-dynamique li a {
    display: table-cell;
    width: 27.0rem;
    vertical-align: middle;
    text-decoration: none !important;
    line-height: 1.8rem;
    font-size: 1.6199999999999999rem;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-transform: uppercase;
    color: var(--color0);
    height: 6.0rem;
    padding-left: 2.9rem
}

.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: none
}

.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: none
}

.no-bottom {
    margin-bottom: 0 !important
}

.menu-mobile-dynamique .sub-menu {
    display: none
}

.menu-mobile-dynamique li a::before {
    display: block;
    content: "❯";
    position: absolute;
    left: 0.5rem;
    font-size: 1.5rem;
    color: var(--color0)
}

.header-sidebars .icones,
.sidebar-right .icones {
    width: 3.2rem;
    margin: 1.6rem 0 0 1.6rem;
    height: 3.2rem;
    fill: var(--color0)
}

.header .tel-header .icones {
    position: absolute;
    top: 54%;
    left: 55%;
    width: 100%;
    height: auto;
    aspect-ratio: 1 /1;
    padding: 0.9rem 0 0 0.9rem;
    fill: var(--color0);
    stroke: var(--color0);
    transform: translate(-50%, -50%);
}

.sidebar-right .tel-header .icones {
    width: 3.3rem;
    margin: 0.9rem 0 0 0.9rem;
    height: 3.3rem;
    fill: var(--color0);
    stroke: var(--color0);

}

.header-sidebars .btn-partage .icones {
    width: 1.7rem;
    margin: 0;
    height: 1.7rem;
    padding: 0;
    position: relative;
    fill: var(--color1);
    top: 0.9rem
}

.header-sidebars .btn-partage .btnp:hover .icones,
.sidebar-right .btn-partage .btnp:hover .icones {
    fill: var(--color0)
}

/*********************************************
   SECTION ACTUALITÉS - UNIQUE & LISTE
**********************************************/

.news .ligne-actus {
    display: flex;
    flex-direction: column;
    gap: 4em;
    width: 100%;
}

.actualites article,
.news article {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 2.5em;
    width: 100%;
    align-items: center;
}

.actualites .cell.photo,
.news .propor {
    position: relative;
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(var(--color4_rgb), 0.12);
}

.actualites .cell.photo {
    height: 100%;
    min-height: 400px;
    background-position: center center;
    background-size: cover;
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.news .propor-cont {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
    min-height: 400px;
}

.actualites .cell.photo a,
.news .imagecont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-decoration: none;
}

.actualites .cell.photo a {
    z-index: 10;
}

.actualites .cell.photo img,
.news .imagecont img {
    width: 100%;
    height: auto;
    object-fit: cover;
    -o-object-fit: cover;
    transition: transform 0.5s ease;
}

.news .imagecont:hover img {
    transform: scale(1.05);
}

.actualites .cell.photo::before,
.news .masque {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(var(--color4_rgb), 0.3) 0%,
            transparent 50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.actualites .cell.photo:hover::before,
.news .imagecont:hover .masque {
    opacity: 1;
}

.actualites .cell.photo:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 8px 25px rgba(var(--color4_rgb), 0.15);
}

/* Date de l'article */
.actualites .date-article,
.news .date-article,
.date-article {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    padding: 0.8em 1.2em;
    font-family: var(--font_family_2);
    background: var(--color0);
    border-radius: 0 0 var(--border-radius) 0;
    box-shadow: 0 4px 12px rgba(var(--color4_rgb), 0.15);
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
    z-index: 10;
}

.actualites .cell.photo a:hover .date-article,
.news .imagecont:hover .date-article {
    background: var(--color5);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(var(--color1_rgb), 0.25);
}

.date-article span,
.news .date-article span {
    display: block;
    text-align: center;
    line-height: 1.2;
    transition: color 0.3s ease;
}

.date-article .time_day,
.news .time_day {
    font-size: calc(var(--taille_font) * 2);
    color: var(--color4);
    font-weight: 700;
    margin-bottom: 0.1em;
}

.date-article .time_month,
.news .time_month {
    font-size: calc(var(--taille_font) * 1.2);
    color: var(--color4);
    text-transform: capitalize;
    font-weight: 500;
}

.date-article .time_year,
.news .time_year {
    font-size: calc(var(--taille_font) * 1);
    color: var(--color4);
    opacity: 0.7;
    margin-top: 0.1em;
}

.actualites .cell.photo a:hover .time_day,
.actualites .cell.photo a:hover .time_month,
.actualites .cell.photo a:hover .time_year,
.news .imagecont:hover .time_day,
.news .imagecont:hover .time_month,
.news .imagecont:hover .time_year {
    color: var(--color0);
}

.actualites .cell.texte {
    width: 100%;
    position: relative;
}

.actualites .cell.texte .contenu,
.news .contain-news {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 1em;
    padding: 2em;
    text-align: left;
    background: transparent;
    border: 1px solid rgba(var(--color4_rgb), 0.08);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.actualites .cell.texte .contenu:hover,
.news .contain-news:hover {
    border-color: rgba(var(--color1_rgb), 0.15);
    box-shadow: 0 8px 24px rgba(var(--color4_rgb), 0.1);
    transform: translate3d(0, -3px, 0);
}

.actualites .cell.texte .contenu .titre-secondaire,
.news .contain-news h2 {
    color: var(--color5);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.8);
    font-weight: 600;
    line-height: 1.3;
    margin: 0;
    padding: 0 0 0.8em 0.5em;
    transition: color 0.3s ease;
}

.actualites .cell.texte .contenu:hover .titre-secondaire,
.news .contain-news:hover h2 {
    color: var(--color4);
}

.actualites .cell.texte .contenu .titre-secondaire a,
.news .contain-news h2 a {
    text-decoration: none;
    color: inherit;
}

.actualites .cell.texte .contenu .content,
.news .contenu-article {
    color: var(--color4);
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.25);
    line-height: 1.7;
    opacity: 0.85;
    padding-left: 0.5em;
    margin: 0;
}

.news .contain-news>p {
    margin: 0;
    padding-left: 0.5em;
}

.btn-actualite {
    display: flex;
    gap: 1em;
}

.actualites ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.actualites ul li {
    padding: 0.5em 0 0.5em 2em;
    background: url(../images/ico-puce.svg) no-repeat 0 0.9em;
    background-size: 0.7em auto;
    color: var(--color4);
    line-height: 1.6;
}

.actualites .cell.texte .contenu .date-noimg {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(var(--color4_rgb), 0.1);
}

.actualites .cell.texte .contenu .date-noimg .date_post {
    font-size: calc(var(--taille_font) * 0.9);
    color: var(--color4);
    font-family: var(--font_family_3);
    padding: 0.5em 1em;
    background: rgba(var(--color2_rgb), 0.1);
    border-radius: 0 0 var(--border-radius) 0;
    opacity: 0.95;
}

.detail-actu {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 3em;
    margin-bottom: 3em;
}

.detail_actu-img {
    position: relative;
}

.detail_actu-img .propor {
    position: relative;
    width: 100%;
    border-radius: var(--border-radius);
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(var(--color4_rgb), 0.12);
}

.detail_actu-img .propor-cont {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
}

.detail_actu-img .imagecont {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.detail_actu-img .imagecont img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.detail_actu-img .imagecont:hover img {
    transform: scale(1.05);
}

.detail_actu-img .masque {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.detail_actu-img .imagecont:hover .masque {
    opacity: 1;
}

.date-article time {
    display: flex;
    flex-direction: column;
    gap: 0.2em;
}

.time_day {
    font-size: calc(var(--taille_font) * 2.2);
    font-weight: 700;
    line-height: 1;
    font-family: var(--font_family_2);
}

.time_month {
    font-size: calc(var(--taille_font) * 0.95);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.time_year {
    font-size: calc(var(--taille_font) * 0.85);
    opacity: 0.8;
}

.detail_actu-txt {
    display: flex;
    flex-direction: column;
    gap: 2em;
}

.contenu-article {
    padding: 0 0 1em;
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.05);
    line-height: 1.8;
    color: var(--color4);
}

.contenu-article p {
    margin-bottom: 1.5em;
}

.contenu-article strong {
    color: var(--color4);
    font-weight: 600;
}

.contenu-article br {
    margin-bottom: 1em;
}

.div-rs {
    position: relative;
    display: flex;
    align-items: center;
    gap: 1.5em;
    padding: 1.5em;
    background: rgba(var(--color1_rgb), 0.05);
    border-radius: var(--border-radius);
}

.div-rs b {
    color: var(--color5);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.1);
    font-weight: 600;
}

.news_avant_apres {
    margin: 3em 0 2em;
    padding-top: 2em;
    border-top: 1px solid rgba(var(--color4_rgb), 0.1);
}

.retour-news {
    display: inline-flex;
    align-items: center;
    gap: 0.8em;
    padding: 1em 2.5em;
    font-size: calc(var(--taille_font) * 1);
    font-family: var(--font_family_2);
    text-decoration: none;
    margin-top: 2em;
}

.retour-news .glyphicon {
    font-size: 0.9em;
    transition: transform 0.3s ease;
}

.retour-news:hover .glyphicon {
    transform: translateX(-5px);
}

@media (max-width: 1024px) {

    .actualites article,
    .news article {
        grid-template-columns: 1fr;
        gap: 2em
    }

    .actualites .cell.photo,
    .news .propor-cont {
        min-height: 350px
    }

    .actualites .cell.texte .contenu .titre-secondaire,
    .news .contain-news h2 {
        font-size: calc(var(--taille_font) * 1.6)
    }

    .news .ligne-actus {
        gap: 3em
    }

    .detail-actu {
        grid-template-columns: 1fr;
        gap: 2em
    }
}

@media (max-width: 768px) {
    .news .ligne-actus {
        gap: 2.5em
    }

    .actualites article,
    .news article {
        gap: 1.5em
    }

    .actualites .cell.photo,
    .news .propor-cont {
        min-height: 280px
    }

    .actualites .cell.photo a {
        left: 0em;
        top: 0em
    }

    .actualites .date-article,
    .news .date-article {
        padding: .6em 1em
    }

    .date-article .time_day,
    .news .time_day {
        font-size: calc(var(--taille_font) * 1.7)
    }

    .date-article .time_month,
    .news .time_month {
        font-size: calc(var(--taille_font) * 1.1)
    }

    .actualites .cell.texte .contenu,
    .news .contain-news {
        padding: 1.5em;
        gap: .8em
    }

    .actualites .cell.texte .contenu .titre-secondaire,
    .news .contain-news h2 {
        font-size: calc(var(--taille_font) * 1.5);
        padding-left: .3em
    }

    .actualites .cell.texte .contenu .content,
    .news .contenu-article {
        font-size: var(--taille_font);
        padding-left: .3em
    }

    .actualites .cell.texte .contenu .text-left {
        flex-direction: column;
        padding-left: .3em
    }

    .news .contain-news>p {
        padding-left: .3em
    }

    .detail-actu {
        gap: 1.5em
    }

    .date-article {
        top: 1em;
        left: 1em;
        padding: .8em;
        min-width: 70px
    }

    .time_day {
        font-size: calc(var(--taille_font) * 2)
    }

    .time_month {
        font-size: calc(var(--taille_font) * .85)
    }

    .contenu-article {
        font-size: var(--taille_font)
    }

    .div-rs {
        flex-direction: column;
        align-items: flex-start;
        gap: 1em;
        padding: 1.2em
    }

    .btn-partage {
        width: 100%;
        justify-content: flex-start
    }

    .retour-news {
        padding: .9em 2em;
        font-size: calc(var(--taille_font) * .95)
    }
}

@media (max-width: 480px) {

    .actualites .cell.photo,
    .news .propor-cont {
        min-height: 240px
    }

    .news .h1 .titre-secondaire {
        font-size: calc(var(--taille_font) * 1.1)
    }

    .actualites .cell.texte .contenu .titre-secondaire,
    .news .contain-news h2 {
        font-size: calc(var(--taille_font) * 1.3)
    }

    .news .ligne-actus {
        gap: 2em
    }

    .date-article {
        padding: .6em;
        min-width: 60px
    }

    .time_day {
        font-size: calc(var(--taille_font) * 1.8)
    }

    .btnp {
        width: 2.2em;
        height: 2.2em
    }
}

/* ========================================
   SECTION TÉMOIGNAGES / AVIS CLIENTS
   ======================================== */
.AvisClientsBg {
    width: 100%;
}

.AvisClientsBg .badge-optionnel {
    position: absolute;
    top: 2em;
    right: 2em;
}

.AvisClientsBg .container {
    position: relative;
    margin: 0 auto;
    padding: 0 2em;
}

.AvisClientsBg .bx-wrapper {
    position: relative;
    margin: 0em auto 2em !important;
    max-width: 100%;
}

.AvisClientsBg .bx-viewport {
    position: relative;
    width: 100%;
    height: 100% !important;
    padding: 2em 0;
}

.AvisClientsList {
    display: flex;
    margin: 0;
    padding: 0;
    list-style: none;
}

.AvisClientsList li {
    display: flex;
    align-items: stretch;
    padding: 2em 1.5em;
    margin-right: 30px;
    list-style: none;
    background: transparent;
    border: 1px solid rgba(var(--color4_rgb), 0.1);
    border-radius: var(--border-radius);
    transition: all 0.3s ease;
}

.AvisClientsList li:hover {
    box-shadow: 0 8px 24px rgba(var(--color4_rgb), 0.12);
    transform: translateY(-2px);
}

.AvisClients {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.8em;
    width: 100%;
    text-decoration: none !important;
    text-align: left;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
}

.AvisClients .h {
    margin: 0;
}

.AvisClients .h span {
    color: var(--color5);
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.8);
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    transition: color 0.3s ease;
}

.AvisClientsList li:hover .AvisClients .h span {
    color: var(--color4);
}

.AvisClientsList .date_post {
    font-size: calc(var(--taille_font) * 0.95);
    font-family: var(--font_family_3);
    color: var(--color4);
    opacity: 0.6;
    margin: 0;
}

.etoiles {
    display: flex;
    gap: 0.3em;
    margin: 0.1em 0;
}

.etoiles .fa {
    color: var(--color2);
    font-size: calc(var(--taille_font) * 1);
    transition: color 0.3s ease;
}

.AvisClientsList li:hover .etoiles .fa {
    color: var(--color1);
}

.temoignageScroll {
    max-height: 11em;
    overflow: hidden;
    text-align: left;
    position: relative;
}

.avisContent {
    font-size: calc(var(--taille_font) * 1.25);
    line-height: 1.6;
    color: var(--color4);
    font-style: italic;
    margin: 0;
    opacity: 0.85;

}

.avisContent::before {
    content: '«';
    margin-right: 0.4em;
    color: var(--color2);
    opacity: 0.5;
}

.avisContent::after {
    content: '»';
    margin-left: 0.4em;
    color: var(--color2);
    opacity: 0.5;
}

.AvisClientsBg .bx-wrapper .bx-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 0;
    transform: translate(-50%, -50%);
    z-index: 10;
}

.AvisClientsBg .bx-wrapper .bx-controls-direction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.AvisClientsBg .bx-prev,
.AvisClientsBg .bx-next {
    position: absolute;
    top: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3em;
    height: 3em;
    font-size: calc(var(--taille_font) * 1.2);
    text-indent: -9999px;
    text-decoration: none;
    background: var(--color1);
    border: 3px solid var(--color1);
    border-radius: var(--border-radius);
    box-shadow: 0 4px 15px rgba(var(--color4_rgb), 0.15);
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateY(-50%);
    cursor: pointer;
}

.AvisClientsBg .bx-prev {
    left: -2em;
}

.AvisClientsBg .bx-next {
    right: -2em;
}

.AvisClientsBg .bx-prev:hover,
.AvisClientsBg .bx-next:hover {
    background: var(--color0);
    border: 1px solid var(--color1);
}

.AvisClientsBg .bx-prev::before,
.AvisClientsBg .bx-next::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    font-weight: 900;
    font-family: 'Font Awesome 6 Free';
    font-size: 1em;
    color: var(--color0);
    text-indent: 0;
    transition: color 0.3s ease;
    transform: translate(-50%, -50%);
}

.AvisClientsBg .bx-prev:hover:before,
.AvisClientsBg .bx-next:hover:before {
    color: var(--color1);
}

.AvisClientsBg .bx-prev::before {
    content: "\f053";
}

.AvisClientsBg .bx-next::before {
    content: "\f054";
}


@media (max-width: 1200px) {
    .AvisClientsBg .bx-prev {
        left: -1.5em;
    }

    .AvisClientsBg .bx-next {
        right: -1.5em;
    }
}

@media (max-width: 1024px) {

    .AvisClientsList li {
        padding: 1.5em 1.2em;
    }

    .AvisClients .h span {
        font-size: calc(var(--taille_font) * 1.4);
    }

    .AvisClientsBg .bx-wrapper .bx-pager {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.8em;
        padding: 1em 0;
        text-align: center;
    }

    .AvisClientsBg .bx-wrapper .bx-pager .bx-pager-item {
        display: inline-block;
        margin: 0;
    }

    .AvisClientsBg .bx-wrapper .bx-pager-link {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 10px;
        padding: 0;
        text-indent: -9999px;
        background: rgba(var(--color4_rgb), 0.3);
        border-radius: 50%;
        transition: all 0.3s ease;
    }

    .AvisClientsBg .bx-wrapper .bx-pager-link.active,
    .AvisClientsBg .bx-wrapper .bx-pager-link:hover {
        background: var(--color1);
        transform: scale(1.2);
    }

    .AvisClientsBg .bx-wrapper .bx-pager-link .dot {
        display: none;
    }
}

@media (max-width: 768px) {
    .AvisClientsBg {
        padding: 3em 0;
    }

    .AvisClientsBg .container {
        padding: 0 1em;
    }

    .AvisClientsBg .h1 {
        font-size: calc(var(--taille_font) * 2);
    }

    .AvisClientsBg .titre-secondaire {
        font-size: calc(var(--taille_font) * 1.2);
    }

    .AvisClientsBg .bx-wrapper {
        margin: 0 auto !important;
        padding: 0em !important;
    }

    .AvisClientsBg .bx-wrapper .bx-controls-direction {
        display: none;
    }

    .AvisClientsList li {
        padding: 1.5em 1em;
        margin-right: 15px;
    }

    .AvisClients .h span {
        font-size: calc(var(--taille_font) * 1.3);
    }

    .avisContent {
        font-size: calc(var(--taille_font) * 0.95);
    }

    .AvisClientsBg .bx-wrapper .bx-controls {
        top: auto;
        bottom: 10%;
        transform: translate(-50%, -50%);
    }

    .AvisClientsBg .bx-wrapper .bx-controls-direction {
        justify-content: center;
        gap: 1em;
    }

    .AvisClientsBg .bx-prev,
    .AvisClientsBg .bx-next {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        width: 2.5em;
        height: 2.5em;
        transform: none;
    }

    .AvisClientsBg .bx-prev:hover,
    .AvisClientsBg .bx-next:hover {
        transform: scale(1.05);
    }

    .AvisClientsBg .bouton-principal {
        padding: 0.9em 2em;
        font-size: var(--taille_font);
    }
}

@media (max-width: 480px) {

    .AvisClientsBg .bx-prev,
    .AvisClientsBg .bx-next {
        width: 2.2em;
        height: 2.2em;
        border-width: 2px;
    }

    .AvisClientsBg .bx-wrapper .bx-pager {
        gap: 0.6em;
    }

    .AvisClientsBg .bx-wrapper .bx-pager-link {
        width: 8px;
        height: 8px;
    }
}

/* ==========================================
    SECTION TÉMOIGNAGES
========================================== */
.temoignages {}

.temoignages .livre {
    margin-bottom: 3em;
    text-align: center;
}

.livre-elements {
    width: 100%;
    margin-top: 2em;
    text-align: left;
}

.livre-ligne {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 2em;
}

.divAvis {
    background: var(--color0);
    padding: 2em;
    border-radius: var(--border-radius);
    border: 1px solid rgba(var(--color4_rgb), 0.06);
    position: relative;
    transition: all 0.4s ease;
    display: flex;
    flex-direction: column;
    gap: 0.8em;
}

.divAvis:hover {
    box-shadow: 0 8px 40px rgba(var(--color4_rgb), 0.08);
    border-color: rgba(var(--color1_rgb), 0.1);
    transform: translateY(-5px);
}

.divAvis .pseudo {
    font-family: var(--font_family_2);
    font-size: calc(var(--taille_font) * 1.8);
    font-weight: 600;
    color: var(--color5);
    margin: 0;
    padding: 0;
    transition: color 0.3s ease;
}

.divAvis:hover .pseudo {
    color: var(--color4);
}

.divAvis .date {
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 0.95);
    color: rgba(var(--color4_rgb), 0.6);
    margin: 0;
    display: flex;
    align-items: baseline;
    gap: 0.5em;
}

.divAvis .date i {
    color: var(--color2);
}

.divAvis .etoiles {
    display: flex;
    gap: 0.3em;
    margin: 0.5em 0;
}

.divAvis .etoiles i {
    color: var(--color2);
    font-size: 1.1em;
    transition: transform 0.2s ease;
}

.divAvis:hover .etoiles i {
    color: var(--color1);
    transform: scale(1.1);
}

.divAvis:hover .etoiles i:nth-child(1) {
    transition-delay: 0s;
}

.divAvis:hover .etoiles i:nth-child(2) {
    transition-delay: 0.05s;
}

.divAvis:hover .etoiles i:nth-child(3) {
    transition-delay: 0.1s;
}

.divAvis:hover .etoiles i:nth-child(4) {
    transition-delay: 0.15s;
}

.divAvis:hover .etoiles i:nth-child(5) {
    transition-delay: 0.2s;
}

.divAvis .temoignage {
    font-family: var(--font_family_3);
    font-size: calc(var(--taille_font) * 1.25);
    line-height: 1.8;
    color: var(--color4);
    margin: 0;
    position: relative;
    z-index: 1;
    font-style: italic;
}

.divAvis .temoignage::after {
    content: '\f10d';
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    position: absolute;
    top: -1.5em;
    right: 1.5em;
    font-size: 3em;
    color: rgba(var(--color2_rgb), 0.08);
    transition: all 0.3s ease;
    pointer-events: none;
}

.divAvis .temoignage:hover::after {
    color: rgba(var(--color2_rgb), 0.12);
    transform: scale(1.1);
}

.divAvis .hidden {
    display: none;
}

@media (max-width: 1200px) {
    .livre-ligne {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
        gap: 1.5em;
    }
}

@media (max-width: 768px) {
    .temoignages {
        padding: 2em 1em;
    }

    .temoignages .h1 {
        font-size: calc(var(--taille_font) * 2.8);
    }

    .livre-ligne {
        grid-template-columns: 1fr;
        gap: 1.5em;
    }

    .divAvis {
        padding: 1.5em;
    }

}

@media (max-width: 480px) {
    .temoignages .h1 {
        font-size: calc(var(--taille_font) * 2.2);
    }

    .temoignages .btn-avis {
        font-size: calc(var(--taille_font) * 1);
        padding: 0.9em 2em;
    }

    .divAvis {
        padding: 1.2em;
    }

    .divAvis .pseudo {
        font-size: calc(var(--taille_font) * 1.15);
    }

    .divAvis .temoignage {
        font-size: calc(var(--taille_font) * 0.9);
    }

}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.divAvis {
    animation: fadeInUp 0.6s ease forwards;
    opacity: 0;
}

.divAvis:nth-child(1) {
    animation-delay: 0.1s;
}

.divAvis:nth-child(2) {
    animation-delay: 0.2s;
}

.divAvis:nth-child(3) {
    animation-delay: 0.3s;
}

.divAvis:nth-child(4) {
    animation-delay: 0.4s;
}

.divAvis:nth-child(5) {
    animation-delay: 0.5s;
}

.divAvis:nth-child(6) {
    animation-delay: 0.6s;
}

/***************************************************************/

.pagination>li {
    background: none;
    padding-left: 0
}

.pagination>li>a,
.pagination>li>span {
    color: var(--color4);
    border-color: var(--color4)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2)
}

.item-news hr {
    margin-bottom: 0
}

/* @media(max-width: 1440px) {
    .titre-slg {
        font-size: 5rem;
    }

    .titre-secondaire {
        font-size: 2rem;
    }

    :root {
        --taille_font: 1.5rem;
    }
} */

@media(max-width: 980px) {
    .flex-seoContain {
        flex-wrap: wrap;
    }

    .flex-seoContain .seo-content {
        width: 100%;
        background: transparent;
    }

    .flex-seoContain .seo-form {
        width: 100%;
    }

    .img-seo img,
    a.imagecont.noflicker.img1 {
        width: 100%;
        height: auto;
        margin: 0 0 1.6rem;
        display: block;
    }

    .bande_contact_footer .row1 {
        padding: 5rem 11%;
    }

    .contact .formulaire .form-group>label.control-label {
        display: block;
        -webkit-transition: all 400ms ease;
        -moz-transition: all 400ms ease;
        -ms-transition: all 400ms ease;
        -o-transition: all 400ms ease;
        transition: all 400ms ease;
        -webkit-transform: translateZ(0);
        bottom: 1.1rem;
        opacity: .5;
        position: relative;
        font-size: 0
    }

    .contact .formulaire .form-group>label.control-label.label-note {
        font-size: calc(var(--taille_font) * 1.5);
        bottom: 0;
    }


    .contact .formulaire .form-group>label.focus {
        bottom: auto;
        font-size: var(--taille_font);
        padding-top: 1.5rem
    }

    .header-sidebars {
        display: block
    }

    .hide-responsive {
        display: none !important
    }

    .clear-both {
        clear: both
    }

    header {
        padding: 0
    }

    header .bloc-slider {
        position: relative;
        margin: 0;
    }

    .zone-slg {
        position: absolute;
        width: 100%;
        height: auto !important;
        bottom: 0;
        left: 0;
        z-index: 1;
    }

    .zone-banner {
        width: 100%;
        height: auto !important
    }

    .slogan {
        padding: 3vw 5vw
    }

    .body-pageseo .titre-slg,
    .titre-slg {
        font-size: 2rem;
    }

    .bloc-slider .owl-theme .owl-controls {
        display: none !important
    }

    .contenu {
        padding: 4.0rem 1.5rem
    }

    h1,
    .h1 {
        font-size: 3.0rem;
        line-height: 3.0rem;
        margin-bottom: 5.0rem
    }

    h2,
    .h2 {
        font-size: 2.4rem
    }

    h3,
    .h3 {
        font-size: 2.2rem
    }

    h4,
    h5,
    h6 {
        font-size: 2.0rem
    }

    a.btn-show-more {
        font-size: 1.3rem;
        padding: 1.3rem 3.5rem
    }

    .bloc-contenu {
        padding: 4.0rem 0
    }

    .zone-intervention .zone {
        width: 36.5rem;
        background-size: contain
    }

    .item-news {
        margin-bottom: 3.0rem
    }

    .item-news .photo {
        height: 40.0rem
    }

    .AvisClients p {
        font-size: 1.3rem
    }

    .item-news.prestation .photo {
        height: 25.0rem
    }

    .bloc-contenu.certifs {
        padding: 3.0rem 10% 5.0rem
    }

    .body-gallery-4 .contenu {
        padding: 4.0rem 0.5rem
    }

    .scroll-footer {
        height: 15.0rem
    }

    .contact .zone-form-contact h1 .text {
        font-size: 1.7rem;
        line-height: normal
    }

    .bloc-info-rgpd {
        padding: 17.0rem 10% 4.0rem
    }

    .contact .info-rgpd {
        padding: 0
    }

    .plan-du-site {
        height: 50.0rem
    }

    .coordonnes-contact {
        padding: 4.0rem 0
    }

    .pageseo .formulaire.gauche,
    .pageseo .formulaire.droite {
        padding: 0
    }

    .contact .pictoSVG {
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    .nopad-xs {
        padding: 0
    }

    .news_avant_apres>div:last-child {
        right: 0
    }

    .news_avant_apres>div {
        display: block;
        margin: 0 0 0.5rem
    }

    .news_avant_apres>div,
    .news_avant_apres {
        display: block
    }

    .news-liste .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    .news .item-news {
        width: 96%
    }
}

@media(max-width: 640px) {
    .corps {
        --taille_font: 1.4rem;
        font-size: var(--taille_font)
    }

    .body-pageseo .titre-slg {
        font-size: 2rem
    }

    .nopad-xs {
        padding: 0
    }

    .titre-slg {
        font-size: 2.6rem
    }

    .body-page-1 .titre-slg {
        font-size: 3.0rem
    }

    .banner {
        height: 20.0rem
    }

    .table-cell .cell {
        display: block;
        width: 100%;
        clear: both
    }

    h1,
    .h1 {
        font-size: 2.8rem;
        line-height: 2.8rem;
        margin-bottom: 3.0rem;
        text-align: center
    }

    h2,
    .h2 {
        font-size: 2.4rem
    }

    h3,
    .h3 {
        font-size: 2.2rem
    }

    h4,
    h5,
    h6 {
        font-size: 2.0rem
    }

    .text-accueil p.center {
        text-align: center
    }

    .text-accueil p.center a.btn-show-more {
        display: inline-block
    }

    .zone-intervention .zone,
    .zone-intervention .description {
        width: 100%
    }

    .nos-realisations .h1,
    .actualites .h1,
    .AvisClientsBg .h1 {
        text-align: center
    }

    .nos-realisations a.btn-show-more,
    .actualites a.btn-show-more {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        float: none;
        width: 50%;
        margin: 0 auto 2.0rem;
    }

    .recup-photo a.item-gallery {
        height: 25.0rem;
        margin-bottom: 2.0rem
    }

    .band1 {
        padding-top: 0
    }

    .gallery.node-2 a.img_gal {
        height: 25.0rem
    }

    .gallery .ligne-photos .propor .propor-cont .imagecont .title-item-gallery {
        text-align: center;
        padding: 1.0rem 1.5rem;
        font-size: 1.4rem
    }

    .coordonnes-contact .adress-contact,
    .coordonnes-contact .tel-contact,
    .coordonnes-contact .horaires-contact {
        margin-bottom: 1.5rem;
        background-size: 2.3rem;
        padding-top: 3.0rem
    }

    .plan-du-site {
        height: 38.0rem
    }

    .pageseo .contact .btn-primary,
    .pageseo .contact .btn-primary:focus {
        width: 100%;
        margin: 1.5rem auto
    }

    .centerservice {
        margin: 0 !important
    }
}

.bloc-slider div#owl-demo,
.bloc-slider .owl-wrapper-outer,
.bloc-slider .owl-wrapper,
.bloc-slider .owl-item,
.bloc-slider .item,
.bloc-slider img.rsImg,
.bloc-slider .img-slide.cover {
    height: 100%;
}