:root {
    --primary-h: 231;
    /* hue */
    --primary-s: 17%;
    /* saturation */
    --primary-l: 25%;
    /* lightness */
    --accent-h: 249;
    /* hue */
    --accent-s: 89%;
    /* saturation */
    --accent-l: 67%;
    /* lightness */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 15%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 100%;
    /* lightness */
    --primary-font: 'Neue Haas Grotesk Display', sans-serif;
    --secondary-font: "instrument-serif", sans-serif;
    --h1-font-size: 3.813rem;
    --h2-font-size: 3.063rem;
    --h3-font-size: 1.938rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 1rem;
    --button-border-radius: 12px;
}

[class*="btn"] a.btn {
    padding: 10px 16px;
    font-weight: 450;
    font-size: 15px;
    z-index: 2;
    position: relative;
}

[class*="btn"] .accent.btn {
    border-color: var(--accent-color);
}

.contact-page [id*="formulaire"] .btn.primary {
    background-color: var(--accent-color);
}

.contact-page [id*="formulaire"] .btn.primary:hover {
    background-color: var(--accent-color-30);
}

[class*="btn"] a.btn:not(.accent) {
    color: var(--accent-color);
    background: transparent;
    border: 1px solid var(--accent-color);
}

[class*="btn"] a.btn:not(.accent):hover {
    border-color: #292B42;
    color: #292B42;
}

.white-text [class*="btn"] a.btn:not(.accent):hover {
    border-color: #9CF3D8;
    color: #9CF3D8;
}

[class*="btn"] .accent.btn::before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 120%;
    left: 50%;
    transform: rotate(45deg) translateX(-60%);
    transition: .8s;
    border-radius: 80%;
    opacity: 1;
    background-color: #292B42;
    z-index: -1;
}

.white-text [class*="btn"] .accent.btn::before {
    background-color: #9CF3D8;
}

[class*="btn"] .accent.btn:hover::before {
    width: 426px;
    height: 334px;
    top: 221%;
}

@media screen and (min-width: 601px) {
    a.btn {
        width: auto;
    }
}


/* BRAND */


/* ===== */

.brand a {
    display: inline-block;
    transition: opacity .3s;
}

.brand a:hover {
    opacity: .75;
}

header .brand img.footer-only,
footer .brand img.header-only,
.rappel_telephonique .brand img.footer-only {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
[class*="title"] {
    font-family: var(--secondary-font);
    font-weight: 400;
}

.paginationControl {
    text-align: center;
    font-size: 18px;
    margin-top: 3rem;
}

.paginationControl a {
    text-decoration: none;
}

.paginationControl .selected {
    font-weight: bold;
}

.plan-site .sitemap-nav ul li a {
    margin-bottom: 0.5rem;
    display: inline-block;
}

.fil-ariane,
#fil_ariane {
    margin-bottom: 2rem;
    font-size: 14px;
}

#fil_ariane {
    margin: 3rem 0;
}

.card {
    position: relative;
    transition: .7s;
}

.card-title a::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.card-image img,
.card-image a {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

a.lien-maps:hover {
    text-decoration: underline;
}


/* SLIDER */


/* ====== */

.slide-img .container,
.slide-img .container .bloc,
.slide-img,
.slider-slick {
    height: auto;
    min-height: auto;
}

.slider-slick {
    width: 100%;
    background-color: var(--background-color);
    position: relative;
    z-index: 0;
}

.slider-slick .slick {
    height: 100%;
}

.slide-img.slide-01 {
    background: url('../assets/gifs/slider/slide-01.png'), linear-gradient(hsla(33, 43%, 96%, 1), hsla(33, 43%, 96%, 1));
    background-size: cover;
    background-position: center bottom;
}

.slide-img.slide-02 {
    background-image: url('../assets/gifs/slider/slide-02.jpg');
}

.slide-img.slide-03 {
    background-image: url('../assets/gifs/slider/slide-03.jpg');
}

.slide-img {
    background-position: center;
}

.slick-dots li {
    margin: 0 -8px;
}

.slick-slider {
    margin-bottom: 0;
}


/* ********************************************HEADER****************************************** */

@media screen and (min-width: 993px) {
    .header-contact {
        display: flex;
        align-items: center;
        gap: 9px;
    }
    .fold .index-contact {
        display: none;
    }
    .header-content .main-header-content .col-menu {
        padding: 0;
    }
    .top-bar,
    .header-content .nav#main-nav>ul>li>a,
    .header-content .nav ul li.sous_menu ul.dropdown a {
        color: hsla(0, 0%, 98%, 1);
    }
    .header-content .nav ul li a.selected,
    .header-content .nav ul li a:hover,
    .header-content .nav ul li:hover>a {
        backdrop-filter: blur(26px);
        background: #B2C0DE7D;
        color: hsla(0, 0%, 98%, 1);
        border-radius: var(--button-border-radius);
    }
    .header-content {
        background-color: transparent;
    }
    .sticky-active .header-content,
    .header-content .nav ul li.sous_menu ul.dropdow,
    body:not(.index-page):not(.actualites-listing):not(.actualites-detail):not(.contact-page) .header-content {
        background-color: hsl(231.43deg 17.95% 7.65%) !important;
    }
    .header-content .nav ul li.sous_menu ul.dropdown {
        background-color: hsl(231.43deg 17.95% 7.65%) !important;
    }
    .fold-index,
    .page-interne .fold,
    [class*="listing"] .fold,
    [class*="contact-page"] .fold {
        margin-top: -152px;
    }
    [class*="detail"] .fold {
        margin-top: -186px;
    }
    .main-header-content .container {
        background: hsla(221, 40%, 78%, 0.49);
        padding: 8px 16px 8px 61px;
        border-radius: 16px;
    }
    .top-bar {
        padding: 7px 0;
        font-size: 13px;
    }
    .header-content .reseaux-sociaux svg {
        fill: #fff;
    }
    .header-content .nav#topbar-nav>ul>li>a,
    .header-content .nav#topbar-nav .dropdown li a {
        font-weight: 450;
        font-size: 13px;
        line-height: 140%;
        letter-spacing: 0;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a {
        font-size: 13px;
    }
    .header-content .contact-link {
        display: none;
    }
}

@media screen and (min-width: 993px) and (max-width: 1500px) {
    .header-content .btn-contact a {
        padding: 7px 10px;
        font-weight: 450;
        font-size: 13px;
    }
    .top-bar {
        font-size: 12px;
    }
    .top-bar .col.col-2 {
        padding: 0;
    }
    .header-content .col.col-btn {
        padding-left: 0;
    }
    .header-content .nav#topbar-nav>ul>li>a {
        padding: .5rem .5rem;
    }
    .header-content .nav#main-nav>ul>li>a {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        FONT-SIZE: 13px;
    }
    .header-content .brand .col {
        width: 116px;
    }
    .header-content .main-header-content .container {
        padding: 8px 16px 8px 16px;
    }
    .header-content .nav ul li.sous_menu ul.dropdown>li a,
    .header-content .nav#topbar-nav>ul>li>a,
    .header-content .nav#topbar-nav .dropdown li a {
        font-size: 11px;
    }
}

@media screen and (max-width: 992px) {
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        width: calc(100% - 12rem);
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        left: 22px;
    }
    .index-contact {
        margin-bottom: 1rem;
        margin-top: 1rem;
    }
    .menu-mobile {
        height: 5.625rem;
        background-color: #fff;
    }
    .menu_opened .menu-mobile {
        height: 3.5rem;
        background-color: var(--primary-color-30);
    }
    .span-menu-burger {
        color: #5E6BB2;
        padding: 12px;
        background-color: #E5E9F4;
    }
    .menu-mobile .menu-title {
        text-transform: capitalize;
        font-family: var(--secondary-font);
        font-size: 20px;
        font-weight: 400;
        line-height: 24px;
    }
    .fold-tel {
        display: flex;
        align-items: center;
        gap: 0.5rem;
    }
    .header-content .nav>ul>.sous_menu.opened>a,
    .header-content .nav .dropdown>.sous_menu.opened>a {
        background-color: transparent;
    }
    .header-content #nav-container .nav#main-nav ul li a,
    .header-content #nav-container .nav#topbar-nav ul li a {
        font-size: 18px;
        font-weight: 700;
        padding: 1.5rem 5%;
    }
}

@media screen and (max-width: 600px) {
    .fold-tel {
        justify-content: center;
        margin-bottom: 12px;
    }
}


/* *******************************************SLIDE******************************************** */

.slide-content {
    padding: 38.5% 0 10%;
}

.row-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.slide-content .title-marketing {
    font-size: 31px;
    line-height: 100%;
    letter-spacing: 0%;
    margin: 0 0 1.5rem;
}

.slide-content .title-marketing em {
    position: relative;
    display: inline-block;
}

.slide-content .title-marketing em::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 11px;
    right: 0;
    bottom: -5px;
    background-image: url(../assets/gifs/after-em-slider.svg);
    background-size: cover;
}

.slide-content h1 {
    font-size: 114px;
    letter-spacing: 0;
    margin: 3rem 0 0;
    line-height: normal;
}

h1.h1-geoloc span::before,
.title-1.h1-geoloc span::before {
    display: none;
}

h1.h1-geoloc span {
    font-size: 39px;
    letter-spacing: 0;
    margin: 8px 0 0;
}

.slide-content .row-btn {
    justify-content: center;
}

.white-text a.btn.accent {
    background-color: #F1F1F1;
    color: #292B42;
}

.white-text a.btn.outlined {
    color: #F1F1F1;
    border: 1px solid #F1F1F1;
}

@media screen and (max-width: 992px) {
    .slide-content {
        padding: 131px 0;
    }
    .slide-content h1 {
        font-size: 65px;
    }
}


/* ***************************************************POINTS FORTS *****************************************************/

.points-forts {
    background-color: hsla(33, 43%, 96%, 1);
}

.card-pf {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.title-pf {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 25px;
}

@media screen and (max-width: 992px) {
    .points-forts {
        padding: 4rem 0 2rem;
    }
}

@media screen and (min-width: 993px) {
    .index-page main .section {
        padding: 120px 0;
    }
    .points-forts {
        position: sticky;
        top: 0;
        z-index: 0;
    }
}


/* ************************************************BLOC 01 & 2 *************************************************************/

#bloc-01 li {
    margin-bottom: 1.5rem;
}

#bloc-01 {
    background-color: #FAFAFA;
    position: relative;
    z-index: 2;
}

#bloc-02 p {
    margin:1rem 0;
}

#bloc-01 .title-2 span,
h2 em {
    font-style: italic;
    background: linear-gradient(267.86deg, #34385B 31.77%, #9999FF 54.9%);
    background-clip: text;
    color: transparent;
}

.title-2 span {
    font-style: italic;
}

#bloc-01 .row-2 .row-btn {
    margin-top: 1rem;
    gap: 6px;
}

[id*="bloc"] p>u {
    display: block;
    text-decoration: none;
    background-color: #C5C7FF;
    backdrop-filter: blur(16px);
    padding: 20px;
    border-radius: 12px;
}

@media screen and (min-width: 993px) and (max-width: 1469px) {
    #bloc-01 .container .row-2 {
        margin-top: 26px;
    }
    #bloc-01 .row .col.offset-l3 {
        margin-left: 14%;
        MIN-WIDTH: 424px;
    }
    main [class*="btn"] a.btn {
        padding: 10px 10px;
        font-size: 15px;
    }
}

@media screen and (max-width: 992px) {
    [id*="bloc"] img {
        display: block;
        margin: 2rem auto;
        width: auto;
    }
}




/* ***************************************************prestations ***************************************************************/

@media screen and (min-width: 993px) {
    #encart-prestations {
        margin: 0px 3.95%;
    }
    #encart-prestations .container {
        width: 96.4%;
        max-width: 1704px;
    }
}

#encart-prestations .title-2 span:last-of-type {
    position: relative;
}

#encart-prestations .title-2 span:last-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 20px;
    right: 0;
    bottom: -5px;
    background-image: url(../assets/gifs/after-span-prestations.svg);
    background-size: cover;
}

#encart-prestations {
    background-color: hsla(235, 23%, 21%, 1);
    border-radius: 16px;
    position: relative;
    z-index: 2;
}

.row-title {
    margin-bottom: 3rem;
}

#encart-prestations .row-title p {
    font-weight: 300;
}

#encart-prestations .row-title p,
#encart-prestations .btn-contact a {
    font-family: var(--primary-font);
}

.title-2 span {
    background: linear-gradient(90.9deg, #FAFAFA 6.86%, #9999FF 54.05%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
    display: inline-block;
}

.prestations-card {
    border-radius: 12px;
    background-color: hsla(0, 0%, 98%, 1);
    padding: 2rem;
}

.prestations-card:hover {
    border-radius: 12px 76px 12px 76px;
    background-color: #F9F5F0;
}

.prestations-card .card-title svg {
    transition: .5s;
}

.prestations-card:hover .card-title svg rect {
    fill: #9CF3D8;
}

.prestations-card:hover .card-title svg {
    transform: rotate(90deg);
}

.prestations-card .card-title a {
    text-decoration: none;
    color: hsla(235, 23%, 21%, 1);
    font-weight: 400;
    font-size: 39px;
}

.prestations-card .card-title svg {
    margin-right: 1rem;
}

.prestations-card .card-text {
    margin-top: 154px;
    font-weight: 350;
}

.slick-prestations {
    row-gap: 1.5rem;
}

.slick-prestations .slick-dots li button .slick-dot-icon {
    color: #fff;
}

@media screen and (max-width: 992px) {
    .prestations-card .card-title a {
        font-size: 25px;
    }
}

@media screen and (min-width: 993px) and (max-width: 1300px) {
    .prestations-card .card-title a {
        font-size: 36px;
    }
}


/* ***************************************************MARKETING ************************************************/

.slick-marketing {
    row-gap: 49.78px;
    margin-top: 3rem;
}

.card-marketing .content {
    margin-top: 1rem;
}

.title-marketing {
    font-weight: 400;
    font-size: 25px;
    line-height: 100%;
    letter-spacing: 0;
    margin-bottom: 6px;
}

.encart-marketing {
    background-color: #FAFAFA;
    position: relative;
    z-index: 2;
}

.encart-marketing .title-2 span {
    background: linear-gradient(268.34deg, #34385B 36.26%, #9999FF 68.51%);
    background-clip: text;
}

.encart-marketing img {
    margin: auto;
}

@media screen and (min-width: 993px) {
    .encart-marketing .title-2 span {
        position: relative;
    }
    .encart-marketing .title-2 span::after {
        position: absolute;
        content: "";
        width: 106%;
        height: 80px;
        right: -13px;
        top: -19px;
        background-image: url(../assets/gifs/after-span-marketing.svg);
        background-size: cover;
        Z-INDEX: -2;
    }
}


/* ***************************************************BLOC 03 ********************************************************/

#bloc-03,
#bloc-04 {
    background-color: hsla(33, 43%, 96%, 1);
}

#bloc-03 {
    position: relative;
    z-index: 2;
}

#bloc-03 h2 em:last-of-type {
    position: relative;
    display: inline-block;
}

#bloc-03 h2 em:last-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 18.5px;
    right: 0;
    bottom: -5px;
    background-image: url(../assets/gifs/after-span-bloc-3.svg);
    background-size: cover;
}

@media screen and (min-width: 993px) {
    #bloc-03 .container {
        position: relative;
    }
    #bloc-03 p>u {
        position: absolute;
        right: 54%;
        bottom: 0;
        max-width: 236px;
    }
    #bloc-03 .col-img {
        max-width: 598px;
    }
    #bloc-03 p>u::before {
        content: "À savoir :";
        display: block;
        font-style: italic;
    }
    #bloc-03::after {
        position: absolute;
        content: "";
        width: 200%;
        height: 70%;
        background-color: hsla(33, 43%, 96%, 1);
        left: -50%;
        top: 100%;
        z-index: -2;
    }
}

@media screen and (max-width: 992px) {
    h2,
    .title-2 {
        line-height: normal;
    }
}

@media screen and (min-width:1429px) {
    #bloc-03 .col-img {
        margin-right: 50px;
    }
}


/* **********************************************************CONTACT ********************************************************/

.index-page #encart-contact {
    background: url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
    border-radius: 1rem;
    position: relative;
    z-index: 2;
}

.page-interne #encart-contact {
    position: relative;
    border-radius: 1rem;
}

.page-interne #encart-contact::before {
    position: absolute;
    content: "";
    width: 135%;
    height: 100%;
    left: -17.5%;
    top: 0;
    z-index: -1;
    background: url(../assets/gifs/bg-contact.jpg);
    background-size: cover;
    border-radius: 1rem;
}

#encart-contact p {
    margin: 0;
}

#encart-contact .row-btn {
    margin-top: 1rem;
}

#encart-contact .title-2 span {
    background: linear-gradient(189deg, #34385B 18.6%, #9999FF 82.02%);
    background-clip: text;
}

#encart-contact .title-2 span:last-of-type {
    position: relative;
}

#encart-contact .title-2 span:last-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 18.5px;
    right: 0;
    bottom: -5px;
    background-image: url(../assets/gifs/after-span-contact.svg);
    background-size: cover;
}

@media screen and (min-width: 993px) {
    #encart-contact .row-btn {
        justify-content: center;
    }
}

@media screen and (max-width: 1920px) and (min-width: 993px) {
    .index-page #encart-contact {
        margin: 0px 3.95%;
    }
    .index-page #encart-contact .container {
        width: 96.4%;
        max-width: 1704px;
    }
}


/* ***************************************************BLOC 04 *******************************************************/

h2,
.title-2 {
    margin: 0 0 12px;
    letter-spacing: 0;
    line-height: 49px;
}

#bloc-04 h2 em:first-of-type {
    position: relative;
    display: inline-block;
}

#bloc-04 h2 em:first-of-type::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 18.5px;
    right: 0;
    bottom: -5px;
    background-image: url(../assets/gifs/after-span-bloc-4.svg);
    background-size: cover;
}

@media screen and (min-width: 993px) {
    .index-page .title-2 {
        line-height: 60px;
    }
    #bloc-04 p:nth-of-type(2) {
        margin-top: 223px;
        margin-left: 22%;
    }
    #bloc-04 .btn-contact {
        margin-left: 22%;
    }
    #bloc-04 h2,
    #bloc-04 p:first-of-type {
        margin-right: 17%;
    }
    #bloc-04 .container {
        position: relative;
    }
    #bloc-04 p>u {
        position: absolute;
        left: 54%;
        bottom: 100px;
        max-width: 236px;
    }
    #bloc-04 p>u::before {
        content: "Le saviez-vous ?";
        display: block;
        font-style: italic;
    }
    #bloc-04 {
        position: sticky;
        top: 0;
        z-index: 0;
    }
}


/* ************************************************BLOC 05 **********************************************/

@media screen and (min-width: 993px) {
    #bloc-05 p:nth-of-type(2) {
        margin-top: 156px;
        margin-left: 22%;
    }
    #bloc-05 .btn-contact {
        margin-left: 22%;
    }
    .title-2 {
        font-size: 61px;
    }
    #bloc-05 {
        background-color: #FAFAFA;
        position: relative;
        z-index: 2;
    }
}


/* ***********************************************AVIS********************************************* */

@media screen and (max-width: 1920px) and (min-width: 993px) {
    .encart-avis {
        margin: 0px 3.95%;
    }
    .encart-avis .container {
        max-width: 1704px;
        width: 96.4%;
    }
}

.encart-avis {
    background-color: hsla(235, 23%, 21%, 1);
    border-radius: 1rem;
    position: relative;
    z-index: 2;
}

.encart-avis .title-2 {
    margin: 0 auto 3rem;
}

.avis-card .avis-card-text {
    margin-left: 80px;
    margin-top: 0.5rem;
    color: hsla(0, 0%, 98%, 1);
}

.avis-encart-card .row {
    flex-wrap: nowrap;
}

.avis-encart-card-date {
    font-size: 11px;
    line-height: 13.2px;
    color: hsla(0, 0%, 98%, 1);
}

.avis-encart-card {
    padding: 1.5rem;
}

.avis-name {
    line-height: 24px;
    margin-top: 0.5rem;
    color: hsla(0, 0%, 98%, 1);
}

.encart-avis .align-right {
    margin-top: -2rem;
    width: fit-content;
    margin-left: auto;
}

.encart-avis .card .show-more {
    font-weight: 600;
    line-height: 24px;
    color: hsla(0, 0%, 98%, 1);
    z-index: 2;
    position: relative;
    padding-left: 1rem;
    padding-top: 0;
    background: hsla(235, 23%, 21%, 1);
}

.encart-avis .avis-card.js-more .avis-card-text::after {
    background-image: linear-gradient( to bottom, rgba(255, 255, 255, 0), hsla(235, 23%, 21%, 1));
}


/* *******************************************BLOC 06 &7 & 8********************************************/

@media screen and (min-width: 993px) {
    #bloc-07 p>u {
        margin: 3rem 46.5% 0 -12%;
    }
    #bloc-07 p>u::before {
        content: "À retenir :";
        display: block;
        font-style: italic;
    }
    #bloc-07 {
        background-color: #FAFAFA;
        position: relative;
        z-index: 2;
    }
}

@media screen and (min-width: 1400px) {
    #bloc-08 {
        margin-top: -5rem;
    }
}


/* ***************************************ACTUALITES*********************************** */

#encart-actualites {
    background-color: hsla(33, 43%, 96%, 1);
    position: relative;
    z-index: 2;
}

#encart-actualites .text {
    margin-bottom: 1rem;
}

.slick-actualites {
    margin-top: 3rem;
}

.actualites-card-image {
    overflow: hidden;
    border-radius: 1rem;
    height: 297px;
}

.actualites-card-title a {
    text-decoration: none;
    color: hsla(235, 23%, 21%, 1);
    font-size: 25px;
    letter-spacing: 0;
}

.actualites-card-title {
    margin: 1.5rem 0 1rem;
    min-height: 26px;
}

.actualites-card-image * {
    border-radius: 1rem;
    transition: .6s;
}

.card:hover .actualites-card-image img {
    transform: scale(1.1);
}

#listing-autres-actus-categorie ul a {
    font-size: 15px;
    text-decoration: none;
    color: #000;
}

#listing-autres-actus-categorie ul a:hover {
    text-decoration: underline;
}

.actualites-detail .detail-btn {
    text-align: center;
}

.actualites-detail .detail-actu-reseaux-sociaux {
    align-items: flex-start;
}

.detail-actu-reseaux-sociaux>div {
    display: flex;
}

.detail-actu-image img {
    border-radius: var(--border-radius);
}

.actualites-listing #fil_ariane {
    margin-bottom: 0rem;
    margin-top: -24px;
}

.actualites-detail #listing-autres-actus-categorie {
    background-color: var(--text-color-90);
    padding: 1rem;
    border-radius: var(--border-radius);
}

@media screen and (max-width: 1400px) and (min-width: 993px) {
    #listing-autres-actus-categorie a.btn {
        padding: 12px 12px;
        font-size: 12px;
    }
}

@media screen and (min-width: 601px) {
    .actualites-listing .recherche_actu #input_recherche_actu {
        width: calc(100% - 8.25rem);
        margin-bottom: 0;
        vertical-align: middle;
    }
}


/* *************************************************FOOTER********************************* */

footer {
    background: url(../assets/gifs/bg-footer.png);
    background-size: cover;
    background-position: center top;
    color: hsla(235, 23%, 21%, 1);
}

.index-page footer {
    background: url(../assets/gifs/bg-footer.png), linear-gradient(hsla(33, 43%, 96%, 1), hsla(33, 43%, 96%, 1));
    background-size: cover;
    background-position: center top;
}

.footer-text {
    margin: 1.5rem auto;
    font-size: 13px;
}

body:not(.index-page) footer .section.footer-1 {
    padding: 2rem 0 1.5rem;
}

@media screen and (min-width: 993px) {
    footer {
        padding-top: 98px;
    }
}

@media screen and (max-width: 992px) {
    .footer-text {
        text-align: left;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        min-width: 18%;
        top: 100%;
    }
    .footer-contact {
        margin-top: 2rem;
    }
    #footer-nav nav a {
        FONT-SIZE: 14px;
    }
    .footer-2 {
        padding-top: 0;
    }
    footer .brand {
        margin-bottom: 2rem;
    }
}

.footer-row-contact {
    display: flex;
    gap: .5rem;
    margin-bottom: 1rem;
}

footer address {
    margin: 0;
}

footer .section.footer-1 {
    padding: 3rem 0 1.5rem;
}

footer .footer-1 .title-4 {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.footer-1 address a,
.footer-1 .text {
    font-weight: 400;
    line-height: 24px;
}

footer .siret {
    font-weight: 400;
    line-height: 24px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown {
    position: absolute;
    left: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: max-content;
    min-width: 100%;
    margin: 0;
    padding: 0;
    font-weight: normal;
    z-index: 1;
    background-color: #fff;
    border: 1px solid var(--primary-color);
}

#footer-nav .nav ul li.sous_menu>a::after {
    position: absolute;
    right: 0.625rem;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
    content: "\e5c5";
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -0.125em 0 0 0.25em;
    text-decoration: none;
}

#footer-nav nav a {
    font-weight: 400;
    line-height: 24px;
}

#footer-nav .nav ul li a.selected,
#footer-nav .nav ul li:hover>a {
    text-decoration: underline;
}

#footer-nav .nav>ul>li {
    margin-bottom: 8px;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}

#footer-nav .nav ul li.sous_menu {
    position: relative;
}

#footer-nav .nav ul li.sous_menu:hover ul.dropdown {
    display: flex;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li a {
    padding: 0.5rem;
    margin: 0;
    font-size: 13px;
    display: block;
}

.footer-2 {
    padding: 24px 0 39.04px;
}

.footer-2 nav a,
.page-404 footer a {
    font-weight: 450;
    line-height: 24px;
    color: #5E6BB2;
}

footer nav a:hover,
.page-404 footer a:hover {
    text-decoration: underline;
}


/* ****************************************PAGES INTERNES******************************** */

.contact-page .s-middle {
    flex-wrap: nowrap;
    height: 100%;
}

.contact-page .s-stretch,
.devis-page .s-stretch {
    flex-wrap: nowrap;
}

.contact-page h1,
.contact-hero .title-2 {
    margin: 0;
    line-height: normal;
}

.contact-hero .title-2 {
    font-size: 35px;
}

.contact-hero p.intro {
    color: #fff;
}

.page-interne .sc-content #relance {
    margin-top: 0;
}

.page-interne .ac-doubleColonne h2 {
    margin: 0 0 12px;
}

.page-interne #container {
    padding: 0;
}

.page-interne .hero-bg {
    position: relative;
}

.hero-interne {
    position: relative;
}

.contact-hero {
    background: linear-gradient(hsla(0, 0%, 100%, 0.16), hsla(0, 0%, 100%, 0.16)), url("../assets/gifs/slider/slide-01.png");
    background-size: cover;
    background-position: center bottom;
}

.plan-site h1 {
    margin-bottom: 2rem;
}

.page-interne .hero-bg::before,
.hero-interne::before {
    position: absolute;
    content: "";
    background: url("../assets/gifs/slider/slide-01.png");
    background-size: cover;
    width: 160%;
    left: -23%;
    max-width: 1920px;
    top: 0;
    height: 100%;
    z-index: -1;
    background-position: center bottom;
}

.page-interne .ac-include .container {
    width: 100%;
}

.page-interne p>em {
    display: block;
    font-style: normal;
    background-color: #C5C7FF;
    backdrop-filter: blur(16px);
    padding: 20px;
    border-radius: 12px;
}

.page-interne .sc-content .ac-doubleColonne .clear_both {
    margin-bottom: 2.35rem;
}

.sc-content .ac-doubleColonne .ac-colonne img {
    border-radius: var(--border-radius);
}

.actualites-listing main>.section {
    padding-top: 0;
    margin-top: -3.15rem;
    padding-bottom: 5rem;
}

.ac-price-price,
.ac-price-title,
.ac-doubleColonne:has(.ac-price-price) h2 {
    font-size: 25px;
}

.ac-doubleColonne:has(.ac-price-title) {
    margin: 1.5rem 0;
}

.hero-bg span {
    font-family: var(--secondary-font);
}

.hero-interne .title-1,
.page-interne .hero-bg span,
.page-interne .hero-bg h1 {
    margin: 0 auto 0 0;
}

.ac-1v1 .ac-colonne {
    margin: 20px 0;
    padding: 20px;
    border: 2px solid var(--accent-color);
}

.ac-colonne:has(.ac-steps),
.ac-colonne:has(.ac-steps-text) {
    background-color: var(--primary-color-90);
    padding-bottom: 20px;
}

@media screen and (min-width: 993px) {
    .page-interne .sc-content .hero-bg.ac-doubleColonne,
    .hero-interne {
        padding: 320px 0 131px;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .actualites-detail .hero-interne {
        padding: 280px 0 78px;
    }
    .contact-hero {
        padding: 211px 0 6rem;
    }
    body:not(.index-page) h1,
    .hero-bg span {
        font-size: 55px;
        line-height: normal;
    }
    body:not(.index-page) h1 span {
        margin: 0;
        font-size: 45px;
    }
    .contact-page .intro {
        margin-bottom: 0;
    }
    .hero-interne .title-1,
    .page-interne .hero-bg span,
    .page-interne .hero-bg h1 {
        display: block;
        line-height: 49px;
        font-size: 65px;
    }
    .hero-interne p {
        max-width: 70%;
        margin: 1rem auto 0 0;
    }
    .page-interne .ac-include>.section {
        padding: 100px 0;
    }
    .ac-doubleColonne p:last-of-type {
        margin-bottom: 0;
    }
    .page-interne .sc-content img {
        height: 100%;
        object-fit: cover;
    }
    .page-interne .sc-content .ac-stat.ac-doubleColonne img {
        height: auto;
        width: auto;
        margin: auto;
    }
    .page-interne .sc-content .clear_both {
        margin-bottom: 6.35rem;
    }
    .page-interne .sc-content .clear_both,
    #container .sc-content #relance {
        margin-bottom: 6.35rem;
    }
    .page-interne .sc-content .ac-doubleColonne.bloc-h2 {
        align-items: center;
    }
}

@media screen and (min-width: 993px) and (max-width: 1138px) {
    .hero-interne .title-1 {
        max-width: 90%;
    }
}

@media screen and (max-width: 992px) {
    .page-interne .hero-bg,
    .hero-interne,
    .contact-hero {
        padding: 80px 0;
    }
    h1,
    .title-1 {
        font-size: 40px;
        line-height: normal;
    }
    h1 span,
    h1.h1-geoloc span {
        font-size: 20px;
        line-height: 30px;
    }
    h2,
    .title-2 {
        font-size: 35px;
    }
    h2,
    .title-3 {
        font-size: 24px;
    }
    body[class*="listing"] .hero-interne .title-marketing,
    .hero-bg span {
        font-size: 40px;
    }
    .page-interne #container .ac-doubleColonne .ac-colonne img {
        width: auto;
        margin: 1rem auto;
    }
}

.btn-tel {
    display: flex;
    align-items: center;
    gap: .5rem;
}

@media screen and (max-width: 600px) {
    .row-btn {
        flex-direction: column;
        row-gap: 1rem;
        align-items: normal;
    }
    .btn-tel {
        justify-content: center;
    }
}