:root {
    --primary-h: 0;
    /* hue */
    --primary-s: 100%;
    /* saturation */
    --primary-l: 26%;
    /* lightness */
    --accent-h: 41;
    /* hue */
    --accent-s: 57%;
    /* saturation */
    --accent-l: 63%;
    /* lightness */
    --text-h: 0;
    /* hue */
    --text-s: 0%;
    /* saturation */
    --text-l: 100%;
    /* lightness */
    --background-h: 0;
    /* hue */
    --background-s: 0%;
    /* saturation */
    --background-l: 10%;
    /* lightness */
    --primary-font: "Inter", sans-serif;
    --secondary-font: "Cinzel", serif;
    --h1-font-size: 3.6875rem;
    --h2-font-size: 2.5rem;
    --h3-font-size: 1.5rem;
    --headings-line-height: 1.333333;
    --link-color: var(--primary-color-40);
    --border-radius: 0rem;
    --button-border-radius: 0rem;
    --transition: 0.3s all ease-in-out;
}

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

.relativer {
    position: relative;
}

.card {
    position: relative;
    display: block;
}

.card a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    z-index: 4;
}

.card-image {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.card:hover img {
    transform: scale(1.15);
    transition: var(--transition);
}

.nowrap {
    flex-wrap: nowrap;
}

.m-5 {
    margin: 5px 0;
}

.m-10 {
    margin-top: 10px;
}

.m-35 {
    margin-top: 35px;
}

.relative {
    position: relative;
}

.erreur .erreur,
.divGenerateurErreur .erreur {
    font-size: 14px;
}

.row-gap-10 {
    row-gap: 10px;
}

@media screen and (min-width: 993px) {
    .fold .view-contact {
        display: none;
    }
    .index-page .section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    .sticky {
        position: sticky;
        top: 0;
        width: 100%;
        z-index: 0;
    }
}

@media screen and (max-width: 992px) {
    .sticky {
        position: relative;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .fold .view-contact {
        padding-block: 8px;
    }
    .menu-mobile {
        height: 4.5rem;
        z-index: 10;
        background-color: transparent;
        transition: all .3s;
        padding-top: 8px;
        padding-bottom: 8px;
    }
}


/* 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;
}


/* SLIDER */


/* ====== */

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

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

.slide-img {
    min-height: 80vh;
    background-size: cover;
    background-position: center;
}

.slide-img.slide-01 {
    background: linear-gradient(360deg, hsla(0, 0%, 0%, 0.5), hsla(0, 0%, 0%, 0.5)), url("../assets/gifs/slider/slide-01.jpg");
    background-size: auto, cover;
    background-position: center;
}

.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 .container {
    padding-block: 15%;
}

.slide-img .container .bloc {
    height: 500px;
}

.slide-content:before {
    content: "";
    display: inline-block;
    width: 16%;
    height: 85vh;
    background-image: url(../assets/gifs/deso-slide-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 14px;
    left: 0%;
}

.slide-content::after {
    content: "";
    display: inline-block;
    width: 16%;
    height: 85vh;
    background-image: url(../assets/gifs/deso-slide-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 14px;
    right: 0%;
}

.slide-content .title-1 {
    padding: 0 21px;
    color: white;
}

@media screen and (max-width: 600px) {
    .slide-img {
        min-height: 60vh;
        background-size: cover;
        background-position: center;
    }
    .slide-content:before,
    .slide-content::after {
        display: none;
    }
}


/* ******************************************* BOUTON ******************************************** */

a.btn svg {
    margin-left: 11px;
    margin-top: 4px;
}

.btn-contact .content+.content,
.btn-devis .content+.content {
    display: block;
}

.btn-contact a,
.btn-devis a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: 0.3s;
    height: 48px;
}

.btn.accent svg path {
    fill: hsla(0, 0%, 12%, 1);
}

.btn-contact a .content,
.btn-devis a .content {
    position: relative;
    bottom: -4%;
    transition: 0.5s;
    height: 35px;
    display: flex;
    justify-content: center;
    line-height: 16px;
}

.btn-contact a:hover .content,
.btn-devis a:hover .content {
    bottom: 188%;
}

.btn-contact .btn.accent:hover,
.btn-devis .btn.accent:hover {
    background-color: var(--accent-color);
}

.btn-contact .btn.accent:hover svg,
.btn-devis .btn.accent:hover svg {
    margin-top: 0px;
}

.btn-contact .btn.accent:hover {
    background-color: white;
}

.btn-contact .btn.accent {
    background-color: white;
    border: 1px solid var(--accent-color);
    color: hsla(0, 0%, 12%, 1);
    font-weight: 600;
    padding: 14px 8px;
}

.btn-contact svg path {
    stroke: #000;
}

.btn.outlined {
    border-width: 1px;
    border-color: white;
    color: white;
    font-weight: 400;
    width: auto;
}

.btn.outlined:hover {
    background: white;
    color: hsla(210, 4%, 11%, 1);
    border-color: hsla(0, 0%, 12%, 1);
}

.btn.accent {
    padding: 14px 8px;
    color: var(--background-color);
    font-weight: 600;
}

@media (max-width: 1155px) and (min-width: 993px) {
    .header-content .btn.accent {
        font-size: 14px;
    }
    .header-content .nav#main-nav>ul>li>a {
        position: relative;
        padding: 0.5rem;
        height: 100%;
        font-size: 14px;
    }
}

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


/*============= MENU ==============*/

.nav#topbar-nav>ul>li.sous_menu>a {
    cursor: default;
    color: var(--background-color);
}

.header-content .nav#main-nav>ul>li {
    position: relative;
}

.header-content .nav#main-nav>ul>li>a.selected,
.header-content .nav#main-nav>ul>li>a:hover,
.header-content .nav .dropdown a:hover,
.header-content .nav .dropdown a.selected,
.header-content .nav .dropdown .ssdropdown li.sousSousLi a.selected,
.header-content .nav .dropdown li.sousLi a.selected {
    color: var(--accent-color);
    background: transparent;
}

.header-content .nav .dropdown a {
    font-size: 13px;
    color: var(--text-color)
}

.sticky-active .sticky-element.sticky-scroll-up {
    background-color: var(--background-color);
}

@media screen and (min-width: 993px) {
    .header-content .nav#main-nav>ul>li>a::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 50%;
        height: 2px;
        background-color: var(--accent-color);
        width: 0;
        transition: var(--transition);
    }
    .header-content .nav#main-nav>ul>li>a.selected:before,
    .header-content .nav#main-nav>ul>li>a:hover:before {
        width: 100%;
        left: 0;
        right: 0;
    }
    .header-content .nav ul {
        display: flex;
        justify-content: center;
        align-items: baseline;
        width: auto;
    }
}

@media screen and (max-width: 992px) {
    .header-content .nav#topbar-nav li:not(.opened) a {
        padding: .5rem 5%;
        font-size: 16px;
    }
}


/* ******************************************* ENCART POINT FORTS ******************************************** */

#point_fort {
    padding-block: 40px;
    position: relative;
    background: var(--background-color);
}

#point_fort .title-3 {
    font-weight: 400;
    font-size: 24px;
    min-height: 64px;
}

.point-content {
    padding: 48px 38px;
    text-align: left;
    height: 100%;
    border-right: 1px solid hsla(0, 0%, 82%, 1);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.row .col:last-child .point-content {
    border-right: none;
}

.point-content img {
    width: auto;
}


/* ******************************************* BLOC 01 ******************************************** */

#bloc-01,
#bloc-02,
#bloc-03,
#bloc-06 {
    background-color: #1a1a1a;
    background-image: url(../assets/gifs/bg-bloc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#bloc-02,
#bloc-03,
#bloc-06 {
    position: relative;
}

h1.h1-geoloc span,
.title-1.h1-geoloc span {
    font-size: 24px;
}

h1.h1-geoloc {
    margin-top: 0;
}

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

.bloc-espace {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (min-width: 993px) {
    .img-border {
        padding: 12px;
        border: 1px solid var(--primary-color);
    }
}

@media screen and (max-width: 992px) {
    .img-border {
        padding: 12px;
        border: 1px solid var(--primary-color);
        margin: 8px 0;
    }
    h1.h1-geoloc {
        margin-top: revert;
        margin-bottom: 0;
    }
}


/* ******************************************* ENCART Prestation ******************************************** */

#encart-prestations,
.encart-avis {
    background: var(--background-color);
    z-index: 1;
    position: relative;
    padding-top: 64px;
}

.slick-prestations {
    margin-top: 64px;
}

.prestations-card,
.prestations-card img {
    min-height: 100%;
    object-fit: cover;
    position: relative;
    height: 100%;
    width: 100%;
}

.description p,
.prestations-card-content a {
    color: white;
    text-decoration: none;
    position: relative;
}

.prestations-card-content a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 2px;
    background-color: white;
    width: 0;
    transition: var(--transition);
}

.prestations-card-content {
    position: absolute;
    bottom: 0;
    padding: 30px;
}

.prestations-card-title a {
    font-size: 24px;
    text-decoration: none;
}

.prestations-card-image a {
    position: relative;
    z-index: 0;
    display: block;
    height: 100%;
}

.prestations-card-image a:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.prestations-card-content p {
    margin-block: 12px 0;
}

@media screen and (min-width: 993px) {
    .parent {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
    .div1 {
        grid-area: 1 / 1 / 5 / 3;
    }
    .div2 {
        grid-area: 1 / 3 / 5 / 4;
    }
    .div3 {
        grid-area: 1 / 4 / 3 / 5;
    }
    .div4 {
        grid-area: 3 / 4 / 5 / 5;
    }
    #encart-prestations p {
        margin-block: 12px 0;
    }
    .prestations-card-content {
        display: flex;
        flex-direction: column;
    }
    .prestations-card-content p {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s ease-in-out, transform 0.3s ease-in-out, max-height 0.2s ease-in-out;
        max-height: 0;
        overflow: hidden;
    }
    .prestations-card:hover .prestations-card-content p {
        opacity: 1;
        transform: translateY(0);
        max-height: 150px;
    }
}

@media screen and (max-width: 992px) {
    .prestations-card-image {
        height: 60vh;
    }
}


/* =================== AVIS CLIENT ================ */

.slick-avis {
    margin-top: 64px;
}

.avis-card-content {
    background: var(--primary-color);
    padding: 16px;
}

.encart-avis .avis-card.js-more .avis-card-text::after {
    display: block;
    width: 100%;
    height: 50%;
    content: '';
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #850000);
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    transition: height .3s ease-in-out;
}

.encart-avis .avis-card.js-more .avis-card-text {
    position: relative;
    margin-left: 21%;
}


/* =================== ENCART CATALOGUE ================ */

.slick-catalogue {
    margin-top: 60px;
}

#encart-catalogue .slick-prev {
    left: 73%;
    top: -5rem;
}

#encart-catalogue .slick-next {
    right: 19%;
    top: -5rem;
}

.catalogue-categorie {
    font-size: 1.5rem;
    margin-bottom: 25px;
}

.slick-next .slick-next-icon:before,
.slick-prev .slick-prev-icon:before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-image: url(../assets/gifs/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev .slick-prev-icon:before {
    transform: scaleX(-1);
}

.slick-prev .slick-prev-icon,
.slick-prev .slick-next-icon,
.slick-next .slick-prev-icon,
.slick-next .slick-next-icon {
    display: block;
    color: var(--text-color);
    opacity: 1;
    font-family: "slick";
    font-size: 24px;
    line-height: 1;
}

#encart-catalogue .catalogue-card-content {
    background-color: transparent;
    padding: 12px;
}

.catalogue-card-title {
    margin: 10px 0;
}

@media screen and (min-width: 993px) {
    #encart-catalogue .slick-list.draggable {
        width: 150%;
    }
    .row.slick-catalogue {
        min-width: 130%;
    }
}


/* ******************************************* BLOC 02 ******************************************** */

#bloc-02 em,
#bloc-03 em {
    display: block;
    background: var(--primary-color);
    padding: 16px;
    font-style: normal;
}


/* ******************************************* BLOC 03 & BLOC 04 ******************************************** */


/* ******************************************* ENCART CONTACT ******************************************** */

#encart-contact {
    position: relative;
}

#encart-contact .container:before {
    content: "";
    display: inline-block;
    width: 181px;
    height: 139%;
    background-image: url(../assets/gifs/deco-contact.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -19%;
    left: -18%;
}

#encart-contact p,
#encart-contact .title-2 {
    color: hsla(0, 0%, 12%, 1);
}

#encart-contact .reseaux-sociaux svg path {
    fill: hsla(0, 0%, 12%, 1);
}

#encart-contact .btn-contact .btn.accent {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 0%, 1);
    color: hsla(0, 0%, 0%, 1);
}

#encart-contact .btn-contact .btn.accent:hover {
    background-color: transparent;
}

@media screen and (max-width: 992px) {
    #encart-contact .container:before {
        display: none;
    }
}


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

#bloc-05 {
    background-color: #1a1a1a;
    background-image: url(../assets/gifs/bg-bloc.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media screen and (min-width: 601px) {
    .btn-bloc {
        display: flex;
        gap: 16px;
    }
}

@media screen and (max-width: 600px) {
    .btn-bloc {
        display: flex;
        gap: 16px;
        flex-direction: column;
    }
}


/* =================== BLOC MEMBRES ================ */

#bloc-equipes {
    position: relative;
}

#bloc-equipes .title-2 {
    margin: 0 0 60px 0;
}

.team {
    margin-top: 48px;
}

.name-team {
    font-size: 24px;
    font-weight: 400;
    font-family: var(--secondary-font);
    margin-top: 20px;
}

.statut-team {
    font-size: 16px;
    color: var(--accent-color);
}

.reseaux-team {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.reseaux-team a svg path {
    fill: white;
}

.reseaux-team a:hover svg path {
    fill: var(--accent-color);
}

.img-equipe {
    position: relative;
    overflow: hidden;
}

.img-equipe:hover img {
    transform: scale(1.15);
    transition: var(--transition);
}

.img-equipe:hover::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%);
}

@media screen and (max-width: 992px) {
    .name-team {
        margin-top: 15px;
    }
    .reseaux-team {
        margin-bottom: 15px;
    }
}


/* ******************************************* ENCART ACTUALITE ******************************************** */

#encart-actualites {
    background: var(--background-color);
    padding-top: 64px;
}

.actualites-card-image {
    position: relative;
    overflow: hidden;
    height: 250px;
}

.actualites-card-content {
    padding: 24px;
    background-color: var(--background-color);
}

.actualites-card:hover .actualites-card-content {
    background: var(--primary-color);
    transition: var(--transition);
}

.actualites-card-title a {
    font-size: 24px;
    text-decoration: none;
    line-height: 24px;
    color: white;
}

.card:hover .actualites-card-image a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(rgba(0, 0, 0, 0.4) 100%, rgba(0, 0, 0, 0.4) 100%);
}

.actualites-card-title {
    margin-bottom: 12px;
}

.actualites-encart-btn {
    margin-top: 60px;
    display: block;
    text-align: center;
}

.actualites-card-content a.lire-plus {
    font-weight: 400;
    text-decoration: none;
    color: white;
    margin-top: 8px;
    display: block;
}

.slick-actualites {
    margin-top: 60px;
}


/* ******************************************* ENCART FORMULAIRE ******************************************** */

.index-page #encart-formulaire {
    background-color: var(--primary-color);
}

#encart-formulaire {
    background-color: var(--background-color);
}

.contact-page #encart-formulaire,
.devis-page #encart-formulaire {
    display: none;
}

@media screen and (min-width: 993px) {
    .cp_ville {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    #encart-formulaire .btn.accent {
        width: 100%;
    }
    #encart-formulaire .img-form {
        position: absolute;
        left: 0;
        top: 0;
        width: 43%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}

@media screen and (max-width: 992px) {
    .img-form {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }
}


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

footer {
    background-color: var(--accent-color-16);
    position: relative;
}

footer .reseaux-sociaux svg path {
    fill: white;
}

.footer-contact p {
    margin-bottom: 10px;
    font-weight: 600;
}

.footer-contact a.lien-maps {
    display: flex;
    flex-direction: column;
}

.footer-contact a.lien-maps:hover {
    opacity: 0.7;
}

footer address {
    margin: 0;
    font-weight: 400;
}

.lien-maps {
    display: flex;
    flex-direction: column;
}

.footer-2 {
    padding-bottom: 32px;
}

#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 a {
    font-weight: 400;
    line-height: 24px;
    text-decoration: none;
}

#footer-nav .nav ul li.sous_menu>a::after {
    content: '\e5cf';
    position: static;
    display: inline-block;
    vertical-align: middle;
    margin: -11px -27px 0 0;
}

#footer-nav .nav ul li.sous_menu a::after {
    position: absolute;
    right: .625rem;
    display: block;
    font-family: var(--icon-font);
    line-height: 0;
}

#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;
    color: var(--background-color);
    text-decoration: none;
}

#footer-nav .nav ul li.sous_menu ul.dropdown>li a:hover {
    color: var(--primary-color);
}

.label-footer {
    font-weight: 600;
    color: var(--accent-color);
    margin-bottom: 12px;
}

@media screen and (min-width: 993px) {
    #footer-nav .nav>ul {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 1.5rem;
        margin: 1.5rem 0;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        bottom: 100%;
    }
    #footer-nav {
        margin-top: 48px;
    }
}

@media screen and (max-width: 992px) {
    footer .brand {
        text-align: center;
    }
    .footer-contact {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        text-align: center;
    }
    #footer-nav .nav>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        margin: 1.5rem 0;
        flex-direction: column;
    }
    footer #footer-nav .nav ul li.sous_menu ul.dropdown {
        display: none;
    }
    #footer-nav .nav ul li.sous_menu>a::after {
        display: none;
    }
}


/* ******************************************* PAGE INTERNE ******************************************** */

.bg-hero::before,
.hero-interne::before,
.hero-interne::after,
.bg-hero::after {
    position: absolute;
    content: "";
    background: url('../assets/gifs/slider/slide-01.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
    height: 100%;
    z-index: -1;
    background-position: center;
    margin: 0 auto;
}

.page-interne .bg-hero::after,
.hero-interne::after {
    background: linear-gradient(hsla(120, 10%, 16%, 0.7), hsla(120, 10%, 16%, 0.7))
}

.sc-content .ac-doubleColonne.bg-hero,
.hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: -22px;
}

.contact-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: 0;
}

.bg-hero section:before,
.hero-interne section::before {
    content: "";
    display: inline-block;
    width: 105px;
    height: 100%;
    background-image: url(../assets/gifs/deso-slide-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;
    left: -11%;
}

.bg-hero section::after,
.hero-interne section::after {
    content: "";
    display: inline-block;
    width: 105px;
    height: 100%;
    background-image: url(../assets/gifs/deso-slide-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 12px;
    right: -11%;
}

.bg-hero .title-,
.hero-interne .title-1,
.hero-interne h1 {
    text-align: center;
    max-width: 74%;
    margin: 0 auto;
}

.contact-page .hero-interne h1 {
    text-align: left;
    max-width: 74100%;
    margin: 0 auto;
}

.page-interne #encart-contact,
.page-interne #encart-formulaire {
    width: 100vw;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    height: 100%;
    position: relative;
    padding-block: 6.5rem;
}

.page-interne #encart-formulaire {
    margin-bottom: -3rem;
}

.page-interne .ac-stat .ac-colonne {
    border: 1px dotted var(--primary-color);
    padding: 15px;
    background: var(--background-color);
}

.page-interne .ac-stat .title-3 {
    font-size: 21px;
}

.bloc-info em {
    display: block;
    background: var(--primary-color);
    padding: 15px;
    font-style: normal;
}

.page-interne main,
.catalogue-listing main,
.actualites-listing main,
.contact-page main {
    background-image: url(../assets/gifs/bg-bloc.png);
    background-size: auto;
    background-position: center;
    background-repeat: repeat;
    position: relative;
    z-index: 0;
}

.page-interne h1 span,
.page-interne .title-1 span {
    font-size: 2rem;
}

.actualites-listing h1 {
    margin-bottom: 0;
}

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

@media screen and (max-width: 992px) {
    .page-interne .ac-stat .ac-colonne {
        border: 1px dotted var(--primary-color);
        padding: 15px;
        background: var(--background-color);
        margin: 15px 0;
    }
}


/* PAGE ACTU DETAIL */

.container_actualite .clear_both {
    margin-bottom: 0px;
}

body.actualites-detail .listing-autres-actus-categorie {
    height: max-content;
    padding: 24px;
    margin-bottom: 24px;
    background-color: var(--accent-color);
}

.listing-autres-actus-categorie a.btn {
    font-weight: 600;
    letter-spacing: 0px;
    padding: 13px 10px;
    width: fit-content;
    font-size: 14px;
}

body.actualites-detail .listing-autres-actus-categorie .detail-btn {
    text-align: center;
}

#listing-autres-actus-categorie ul li ul li {
    list-style: none !important;
}

#listing-autres-actus-categorie ul li a {
    text-decoration: none;
}

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

.fb-like.fb_iframe_widget {
    position: relative;
    top: 6px;
}


/* pagination actu*/

.paginationControl {
    letter-spacing: normal;
    text-align: center;
    padding: 40px 0 0;
}

.paginationControl a,
.paginationControl span {
    display: inline-block !important;
    padding: 0 10px;
    color: white;
    font-size: 14px;
    line-height: 30px;
    background: var(--primary-color);
    border: 1px solid #dcdde1;
}

.paginationControl a:hover,
.paginationControl span.selected {
    color: white;
    background: var(--accent-color);
}

.paginationControl span.disabled {
    color: #353b48;
    background: #dcdde1;
}

.actualites-listing .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 447px;
    margin-bottom: 48px;
    margin-top: -47px;
}

.devis-page .hero-interne {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 427px;
    margin-top: 10px;
}

.divGenerateurRequired {
    margin-top: 10px;
}

.catalogue-card-content {
    background-color: var(--background-color);
    padding: 12px;
}

.catalogue-card-title a {
    font-size: 24px;
    color: white;
    text-decoration: none;
    line-height: 24px;
}

.btn-cat {
    margin: 2rem 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
    text-align: center;
    flex-wrap: wrap;
}

a.btn-3 {
    background: var(--primary-color);
    padding: 10px 15px;
    text-decoration: none;
    color: white;
}

a.btn-3:hover {
    background: white;
    color: hsla(210, 4%, 11%, 1);
}

.cp_ville {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
textarea {
    background-color: var(--background-color);
}

.index-page input:not([type]),
.index-page input[type=text],
.index-page input[type=password],
.index-page input[type=email],
.index-page input[type=url],
.index-page input[type=time],
.index-page input[type=date],
.index-page input[type=datetime],
.index-page input[type=datetime-local],
.index-page input[type=tel],
.index-page input[type=number],
.index-page input[type=search],
.index-page textarea {
    background-color: white;
}

.block-txt .ac-colonne {
    border: 2px dotted var(--accent-color-50);
    padding: 20px;
    background-color: var(--background-color);
}

a.lien-maps:hover {
    opacity: 0.7;
}

img.ui-datepicker-trigger {
    position: absolute;
    right: 0;
    height: 39px;
    object-fit: contain;
    width: 42px;
}

@media screen and (min-width: 993px) {
    .catalogue-detail .align-right {
        text-align: right;
        display: flex;
        gap: 15px;
        align-items: stretch;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 992px) {
    .block-txt .ac-colonne {
        border: 2px dotted var(--accent-color-50);
        padding: 20px;
        background-color: var(--background-color);
        margin: 10px 0;
    }
    body.actualites-detail .listing-autres-actus-categorie {
        height: max-content;
        padding: 24px;
        margin-bottom: 24px;
        background-color: var(--accent-color);
        margin-top: 16px;
    }
    .catalogue-detail .align-right {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        gap: 15px;
    }
    .contact-page-horaires {
        margin-top: 15px;
    }
}

@media screen and (min-width: 601px) {
    .actualites-listing .recherche_actu #recherche_actu_submit {
        margin-left: 0.2rem;
        width: auto;
    }
    .actualites-listing .recherche_actu #input_recherche_actu {
        width: calc(100% - 4.25rem);
        margin-bottom: 0;
        vertical-align: middle;
        background: var(--background-color);
    }
}

@media screen and (max-width: 600px) {
    .bg-hero section:before,
    .bg-hero section::after {
        display: none;
    }
    .bg-hero .title-1 {
        text-align: center;
        max-width: 100%;
        margin: 0 auto;
    }
    .catalogue-detail .align-right {
        text-align: right;
        display: flex;
        justify-content: flex-end;
        gap: 15px;
        flex-direction: column;
    }
}