/* Feuille de styles CSS globale */

/* Navigation au clavier */

:focus-visible {
    outline: 2px solid var(--theme-palette-color-2) !important;
    outline-offset: 0 !important;
}
input:focus-visible {
    outline: none !important;
}

/* Modale de recherche et modale du menu mobile */

#search-modal .ct-panel-actions, #offcanvas .ct-panel-inner .ct-panel-actions {
    padding-top: 0;
    min-height: var(--header-height);
}
#search-modal .ct-panel-content form.ct-search-form {
    margin-top: calc(var(--header-height) * -1);
}

/* Barre de navigation */

#header nav.menu-container ul.menu li.menu-item-has-children a.ct-menu-link span.ct-toggle-dropdown-desktop svg.ct-icon, #offcanvas nav.menu-container ul li.menu-item-has-children span.ct-sub-menu-parent button.ct-toggle-dropdown-mobile svg.ct-icon {
    display: none;
}
#header nav.menu-container ul.menu li.menu-item-has-children a.ct-menu-link span.ct-toggle-dropdown-desktop::before, #offcanvas nav.menu-container ul li.menu-item-has-children span.ct-sub-menu-parent button.ct-toggle-dropdown-mobile::before {
    content: "\ea5f";
    font-family: "tabler-icons";
    font-size: 14px;
    line-height: 0;
    transition: transform 0.3s ease, color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
#offcanvas nav.menu-container ul li.menu-item-has-children span.ct-sub-menu-parent button.ct-toggle-dropdown-mobile::before {
    font-size: 20px;
    transform: rotate(-90deg);
}
#header nav.menu-container ul.menu li.menu-item-has-children:hover a.ct-menu-link span.ct-toggle-dropdown-desktop::before {
    transform: rotate(-180deg);
}
#offcanvas nav.menu-container ul li.menu-item-has-children span.ct-sub-menu-parent button.ct-toggle-dropdown-mobile[aria-expanded="true"]::before {
    transform: rotate(0deg);
}
#offcanvas nav.menu-container ul li.menu-item-has-children ul.sub-menu li.menu-item a.ct-menu-link::before {
    width: 2px;
    height: 2px;
    border-radius: 0;
    transform: translateY(100%);
}
#offcanvas nav.menu-container ul li.menu-item-has-children ul.sub-menu li.menu-item a.ct-menu-link:hover::before, #offcanvas nav.menu-container ul li.menu-item-has-children.current-menu-parent ul.sub-menu li.menu-item.current-menu-item a.ct-menu-link::before {
    width: 15px;
}
#offcanvas nav.menu-container ul li.menu-item-has-children.current-menu-parent ul.sub-menu li.menu-item.current-menu-item a.ct-menu-link::before {
    opacity: 1;
}

/* Pied de page */

#footer div[data-column="widget-area-1"] .ct-widget figure, #footer div[data-column*="widget-area"] .ct-widget {
    margin: 0;
}
#footer div[data-column="widget-area-1"] .ct-widget figure img {
    width: auto;
    height: 50px;
}
#footer div[data-column*="widget-area"] .ct-widget p {
    font-weight: 600;
    line-height: 1.25;
}
#footer div[data-column*="widget-area"] .ct-widget p::after {
    content: "";
    display: block;
    margin-top: 10px;
    margin-bottom: 25px;
    width: 50px;
    height: 2px;
    background: var(--theme-palette-color-2);
}
#footer div[data-column*="widget-area"] .ct-widget ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
#footer div[data-column="widget-area-4"] .ct-widget ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
#footer div[data-column="widget-area-4"] .ct-widget ul li::before {
    font-family: "tabler-icons";
    font-size: 15px;
    line-height: 0;
}
#footer div[data-column="widget-area-4"] .ct-widget ul li:nth-child(1)::before {
    content: "\eae8";
}
#footer div[data-column="widget-area-4"] .ct-widget ul li:nth-child(2)::before {
    content: "\eae5";
}
#footer div[data-column="widget-area-4"] .ct-widget ul li:nth-child(3)::before {
    content: "\eb09";
}
@media screen and (min-width: 999.98px) and (max-width: 1360px) {
    #footer .ct-container {
        display: flex;
        justify-content: space-between;
    }
}

/* Réseaux sociaux */

.ct-social-box, .ct-share-box {
    gap: 12px !important;
}
.ct-social-box a span.ct-icon-container, .ct-share-box a span.ct-icon-container {
    width: 25px;
    height: 25px;
    border-radius: 5px;
    background: var(--theme-palette-color-4);
    transition: background 0.3s ease;
}
.ct-social-box a span.ct-icon-container svg, .ct-share-box a span.ct-icon-container svg {
    display: none;
}
.ct-social-box a span.ct-icon-container::before, .ct-share-box a span.ct-icon-container::before {
    font: var(--fa-font-brands);
    font-size: 14px;
    line-height: 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: var(--theme-palette-color-1);
}
.ct-social-box a[data-network="facebook"] span.ct-icon-container::before, .ct-share-box a[data-network="facebook"] span.ct-icon-container::before {
    content: "\f39e";
}
.ct-social-box a[data-network="instagram"] span.ct-icon-container::before, .ct-share-box a[data-network="instagram"] span.ct-icon-container::before {
    content: "\f16d";
}
.ct-social-box a[data-network="linkedin"] span.ct-icon-container::before, .ct-share-box a[data-network="linkedin"] span.ct-icon-container::before {
    content: "\f0e1";
}
.ct-social-box a[data-network="clipboard"] span.ct-icon-container::before, .ct-share-box a[data-network="clipboard"] span.ct-icon-container::before {
    content: "\eade";
    font-family: "tabler-icons";
    font-size: 18px;
    font-weight: 600;
    line-height: 0;
}
.ct-social-box a:hover span.ct-icon-container, .ct-share-box a:hover span.ct-icon-container {
    background: var(--theme-palette-color-2);
}
.ct-share-box a[data-network="clipboard"].valide span.ct-icon-container {
    background: var(--theme-palette-color-2);
}
.ct-share-box a[data-network="clipboard"].valide span.ct-icon-container::before {
    content: "\ea5e";
}

/* Fil d'Ariane */

.ct-breadcrumbs, .ct-breadcrumbs > span {
    display: flex !important;
    align-items: center !important;
    gap: 20px 10px;
}
.ct-breadcrumbs {
    flex-wrap: wrap;
}
.ct-breadcrumbs > span svg.ct-separator {
    display: none;
}
.ct-breadcrumbs > span:not(.last-item)::after {
    content: "\ea61";
    font-family: "tabler-icons";
    font-size: 14px;
    line-height: 0;
}

/* CTA */

.button, .ct-button, .wp-element-button:not(:has(svg.ct-search-button-content)) {
    display: flex !important;
    align-items: center !important;
    gap: 10px;
}
.button::after, .ct-button::after, .wp-element-button:not(:has(svg.ct-search-button-content))::after {
    content: "\ea1f";
    font-family: "tabler-icons";
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    transition: transform 0.3s ease, color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.button:hover::after, .ct-button:hover::after, .wp-element-button:not(:has(svg.ct-search-button-content)):hover::after {
    transform: translateX(2px);
}
.button.inverse, .ct-button.inverse, .wp-element-button.inverse {
    color: var(--theme-palette-color-1);
    background: var(--theme-palette-color-4);
}

/* ------------------------------------------- */

.redirection {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    color: var(--theme-palette-color-1);
    background: var(--theme-palette-color-4);
    border-radius: 5px;
}
.redirection::after {
    content: "\ea24";
    font-family: "tabler-icons";
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
    transition: transform 0.3s ease, color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    will-change: transform;
}
.redirection:hover {
    color: var(--theme-palette-color-1);
    background: var(--theme-palette-color-2);
}
.redirection:hover::after {
    transform: rotate(45deg);
}

.headline {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
}
.headline * {
    max-width: 600px;
}
.headline p {
    max-width: 700px;
}

.headline-centre {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.headline-centre * {
    max-width: 600px;
}
.headline-centre a {
    width: fit-content;
    height: fit-content;
}

/* Accueil */

.home .hero-section {
    min-height: 100vh;
    display: flex;
}
.home .hero-section::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-palette-color-6);
    z-index: 2;
}
.home .hero-section video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.home .hero-section entry-header {
    margin: 0;
}
.home .hero-section h1 {
    font-size: 48px;
}
.home .hero-section p {
    margin-top: 12px;
    margin-bottom: 12px;
    color: white;
}
.home .hero-section a {
    width: fit-content;
    height: fit-content;
}
.home #services .headline {
    margin-top: 0;
}
.home #services #liste-services {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}
.home #services #liste-services .carte, .post-48 #mise-relation #prise-contact #contact-infos .carte {
    position: relative;
    display: flex;
    border-radius: 10px;
    overflow: hidden;
}
.home #services #liste-services .carte:nth-child(2) {
    flex-direction: row-reverse;
}
@media screen and (max-width: 1000px) {
    .home #services #liste-services .carte {
        flex-direction: column-reverse !important;
    }
    .home #services #liste-services .carte .carte-image {
        position: static !important;
        width: 100% !important;
        max-width: 100% !important;
    }
    .home #services #liste-services .carte .carte-image img {
        position: static !important;
        max-height: 200px !important;
    }
}
.home #services #liste-services .carte .carte-contenu, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu {
    padding: 25px;
    background: var(--theme-palette-color-1);
}
.home #services #liste-services .carte .carte-contenu .carte-contenu-top, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 15px;
}
.home #services #liste-services .carte .carte-contenu .carte-contenu-top h3, .home #services #liste-services .carte .carte-contenu p, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top h3, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top p {
    color: white;
}
.home #services #liste-services .carte .carte-contenu .carte-contenu-top h3, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin-bottom: 0;
}
.home #services #liste-services .carte .carte-contenu .carte-contenu-top h3::before, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top h3::before {
    font-family: "tabler-icons";
    font-size: 22px;
    font-weight: 400;
    line-height: 0;
}
.home #services #liste-services .carte:nth-child(1) .carte-contenu .carte-contenu-top h3::before {
    content: "\f50b";
}
.home #services #liste-services .carte:nth-child(2) .carte-contenu .carte-contenu-top h3::before {
    content: "\eb00";
}
.home #services #liste-services .carte:nth-child(3) .carte-contenu .carte-contenu-top h3::before {
    content: "\eb61";
}
.home #services #liste-services .carte .carte-contenu p, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top p {
    margin: 0;
    margin-top: 20px;
    font-size: 13px;
}
.home #services #liste-services .carte .carte-image {
    position: relative;
    width: stretch;
    max-width: 60%;
}
.home #services #liste-services .carte .carte-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.home #valeurs #liste-valeurs, .page-id-50 #equipements #liste-equipements {
    margin-top: 100px;
    display: flex;
    gap: 25px;
}
.home #valeurs #liste-valeurs .carte, .page-id-50 #equipements #liste-equipements .carte {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
@media screen and (max-width: 1180px) and (min-width: 950px) {
    .page-id-50 #equipements #liste-equipements {
        flex-wrap: wrap;
        gap: 50px;
    }
    .page-id-50 #equipements #liste-equipements .carte {
        min-width: 400px;
    }
}
@media screen and (max-width: 1000px) {
    .home #valeurs #liste-valeurs {
        flex-direction: column;
        gap: 50px;
    }
    .home #valeurs #liste-valeurs .carte {
        max-width: 400px;
    }
}
@media screen and (max-width: 950px) {
    .page-id-50 #equipements #liste-equipements {
        flex-direction: column;
        gap: 50px;
    }
    .page-id-50 #equipements #liste-equipements .carte {
        max-width: 400px;
    }
}
.home #valeurs #liste-valeurs .carte *, .page-id-50 #equipements #liste-equipements .carte * {
    margin: 0;
}
.home #valeurs #liste-valeurs .carte h3, .page-id-50 #equipements #liste-equipements .carte h3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
    font-size: 18px;
}
.home #valeurs #liste-valeurs .carte h3::before, .page-id-50 #equipements #liste-equipements .carte h3::before {
    font-family: "tabler-icons";
    font-size: 25px;
    font-weight: 400;
}
.home #valeurs #liste-valeurs .carte:nth-child(1) h3::before {
    content: "\ea38";
}
.home #valeurs #liste-valeurs .carte:nth-child(2) h3::before {
    content: "\f0f3";
}
.home #valeurs #liste-valeurs .carte:nth-child(3) h3::before {
    content: "\f51a";
}
.home #valeurs #liste-valeurs .carte p, .page-id-50 #equipements #liste-equipements .carte p {
    font-size: 13px;
}
.home #valeurs #liste-fabricants, .page-id-44 #fabricants-reference #liste-fabricants {
    margin-top: 150px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 75px;
}
.home #valeurs #liste-fabricants img, .page-id-44 #fabricants-reference #liste-fabricants img {
    height: 40px;
    width: auto;
}
@media screen and (max-width: 1000px) {
    .home #valeurs #liste-fabricants, .page-id-44 #fabricants-reference #liste-fabricants {
        flex-wrap: nowrap;
        gap: 35px;
    }
    .home #valeurs #liste-fabricants img, .page-id-44 #fabricants-reference #liste-fabricants img {
        height: 30px;
        width: auto;
    }
}
.home #chiffres-cles {
    padding: 75px 0;
    margin-top: 150px;
    position: relative;
    background: var(--theme-palette-color-1);
}
.home #chiffres-cles::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 150%;
    height: 100%;
    background: var(--theme-palette-color-1);
    transform: translateX(-25%);
    z-index: -1;
}
.home #chiffres-cles::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 150%;
    height: 125%;
    background: var(--theme-palette-color-1);
    transform: translate(-25%, -48%) rotate(-2deg);
    z-index: -2;
}
.home #chiffres-cles .headline-centre {
    margin-top: 0;
}
.home #chiffres-cles .headline-centre h4, .home #chiffres-cles .headline-centre h2 {
    color: white;
}
.home #chiffres-cles #liste-chiffres-cles {
    margin-top: 100px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 100px;
}
.home #chiffres-cles #liste-chiffres-cles .carte {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media screen and (max-width: 1050px) {
    .home #chiffres-cles #liste-chiffres-cles {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }
}
.home #chiffres-cles #liste-chiffres-cles .carte * {
    margin: 0;
}
.home #chiffres-cles #liste-chiffres-cles .carte h3, .home #chiffres-cles #liste-chiffres-cles .carte p {
    color: white;
}
.home #chiffres-cles #liste-chiffres-cles .carte h3 {
    font-size: 48px;
    line-height: 0;
    display: flex;
    align-items: center;
}
.home #chiffres-cles #liste-chiffres-cles .carte h3 > span:not(.chiffres-cles-valeur) {
    color: var(--theme-palette-color-2);
}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
    font-family: "Mona Sans", sans-serif !important;
}
.home #chiffres-cles #liste-chiffres-cles .carte p {
    font-size: 13px;
}
.home #domaines .headline, .home #realisations .headline {
    margin-top: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
    gap: 25px;
    width: 100%;
}
.home #domaines .headline a, .home #realisations .headline a {
    width: fit-content;
    height: fit-content;
}
.home #domaines #grille-domaines, .home #realisations #bento-realisations {
    margin-top: 50px;
}
.home #realisations #bento-realisations, .home #realisations #bento-realisations #bento-realisations-top #bento-realisations-top-divide {
    display: flex;
    flex-direction: column;
    gap: 25px;
}
.home #realisations #bento-realisations #bento-realisations-top {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    width: 100%;
}
.home #realisations #bento-realisations #bento-realisations-top > .carte {
    width: 50%;
}
.home #realisations #bento-realisations #bento-realisations-top #bento-realisations-top-divide {
    height: 350px;
    width: 50%;
}
.home #realisations #bento-realisations #bento-realisations-top #bento-realisations-top-divide .carte {
    height: 100% !important;
}
.home #realisations #bento-realisations > .carte {
    height: 250px;
}
@media screen and (max-width: 800px) {
    .home #realisations #bento-realisations #bento-realisations-top {
        flex-direction: column;
    }
    .home #realisations #bento-realisations #bento-realisations-top > .carte, .home #realisations #bento-realisations #bento-realisations-top #bento-realisations-top-divide {
        width: 100%;
    }
    .home #realisations #bento-realisations #bento-realisations-top #bento-realisations-top-divide {
        height: auto;
    }
    .home #realisations #bento-realisations #bento-realisations-top #bento-realisations-top-divide .carte, .home #realisations #bento-realisations > .carte {
        height: 325px !important;
    }
}
.home #faq, #etapes {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.home #faq .headline, #etapes .headline {
    margin-top: 0;
}
.home #faq #liste-faq, #etapes #liste-etapes {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 60%;
}
@media screen and (max-width: 1000px) {
    .home #faq, #etapes {
        flex-direction: column;
    }
    .home #faq #liste-faq, #etapes #liste-etapes {
        margin-top: 50px;
        width: 100%;
    }
}
.home #faq #liste-faq .carte, #etapes #liste-etapes .carte {
    display: flex;
    flex-direction: column;
}
.home #faq #liste-faq .carte .carte-question, #etapes #liste-etapes .carte .carte-question {
    background: white;
    border-radius: 10px;
    cursor: pointer;
    transition: border-radius 0.3s ease;
}
.home #faq #liste-faq .carte .carte-question *, .home #faq #liste-faq .carte .carte-reponse *, #etapes #liste-etapes .carte .carte-question *, #etapes #liste-etapes .carte .carte-reponse * {
    margin: 0;
}
.home #faq #liste-faq .carte .carte-question h3, #etapes #liste-etapes .carte .carte-question h3 {
    padding: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}
.home #faq #liste-faq .carte .carte-question h3::after, #etapes #liste-etapes .carte .carte-question h3::after {
    content: "\ea1f";
    font-family: "tabler-icons";
    font-size: 25px;
    font-weight: 400;
    transition: transform 0.3s ease, color 0.12s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.home #faq #liste-faq .carte:has(.carte-reponse.active) .carte-question h3::after, #etapes #liste-etapes .carte:has(.carte-reponse.active) .carte-question h3::after {
    transform: rotate(90deg);
}
.home #faq #liste-faq .carte .carte-reponse, #etapes #liste-etapes .carte .carte-reponse {
    background: var(--theme-palette-color-5);
    border-radius: 0 0 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s cubic-bezier(0, 1, 0, 1);
}
.home #faq #liste-faq .carte:has(.carte-reponse.active) .carte-question, #etapes #liste-etapes .carte:has(.carte-reponse.active) .carte-question {
    border-radius: 10px 10px 0 0;
}
.home #faq #liste-faq .carte .carte-reponse.active, #etapes #liste-etapes .carte .carte-reponse.active {
    max-height: 400px;
    transition: max-height 1s ease;
}
.home #faq #liste-faq .carte .carte-reponse p, #etapes #liste-etapes .carte .carte-reponse p {
    padding: 25px;
}

/* Domaines et réalisations */

#grille-domaines, #grille-realisations {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 25px;
}
#grille-realisations {
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
@media screen and (max-width: 689px) {
    #grille-realisations {
        grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    }
}
#grille-domaines .carte, #grille-realisations .carte, #bento-realisations .carte {
    position: relative;
    display: flex;
    align-items: flex-end;
    height: 500px;
    border-radius: 10px;
    overflow: hidden;
    padding: 25px;
    cursor: pointer;
}
#grille-domaines .carte-supplementaire, #grille-realisations .carte-supplementaire {
    align-items: center;
    background: var(--theme-palette-color-5);
    cursor: auto;
}
#grille-realisations .carte, #bento-realisations .carte {
    height: 350px;
}
#grille-domaines .carte .carte-lien, #grille-realisations .carte .carte-lien, #bento-realisations .carte .carte-lien {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
#grille-domaines .carte .carte-contenu, #grille-realisations .carte .carte-contenu, #bento-realisations .carte .carte-contenu {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
#grille-domaines .carte-supplementaire .carte-contenu, #grille-realisations .carte-supplementaire .carte-contenu {
    justify-content: center;
    align-items: center;
}
#grille-domaines .carte .carte-contenu .carte-texte, #grille-realisations .carte .carte-contenu .carte-texte, #bento-realisations .carte .carte-contenu .carte-texte {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#grille-domaines .carte .carte-contenu .carte-texte h3, #grille-realisations .carte .carte-contenu .carte-texte h3, #bento-realisations .carte .carte-contenu .carte-texte h3, #grille-domaines .carte .carte-contenu .carte-texte a, #grille-realisations .carte .carte-contenu .carte-texte a, #bento-realisations .carte .carte-contenu .carte-texte a {
    color: white;
    margin: 0;
}
#grille-domaines .carte-supplementaire .carte-contenu .carte-texte h3, #grille-realisations .carte-supplementaire .carte-contenu .carte-texte h3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
    color: var(--theme-palette-color-1);
}
#grille-domaines .carte-supplementaire .carte-contenu .carte-texte h3::before, #grille-realisations .carte-supplementaire .carte-contenu .carte-texte h3::before {
    content: "\ea95";
    font-family: "tabler-icons";
    font-size: 22px;
    font-weight: 400;
    line-height: 0;
}
#grille-domaines .carte .carte-contenu .carte-texte a, #grille-realisations .carte .carte-contenu .carte-texte a, #bento-realisations .carte .carte-contenu .carte-texte a {
    font-size: 12px;
    z-index: 1;
}
#grille-domaines .carte .carte-contenu .carte-texte a:hover, #grille-realisations .carte .carte-contenu .carte-texte a:hover, #bento-realisations .carte .carte-contenu .carte-texte a:hover {
    color: var(--theme-palette-color-2);
}
#grille-domaines .carte .carte-image, #grille-realisations .carte .carte-image, #bento-realisations .carte .carte-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
#grille-domaines .carte .carte-image::before, #grille-realisations .carte .carte-image::before, #bento-realisations .carte .carte-image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--theme-palette-color-6), transparent 75%);
    z-index: 1;
}
#grille-domaines .carte .carte-image img, #grille-realisations .carte .carte-image img, #bento-realisations .carte .carte-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    overflow-clip-margin: unset;
    transition: transform 0.6s ease;
    will-change: transform;
}
#grille-domaines .carte:hover .redirection, #grille-realisations .carte:hover .redirection, #bento-realisations .carte:hover .redirection {
    color: var(--theme-palette-color-1);
    background: var(--theme-palette-color-2);
}
#grille-domaines .carte:hover .redirection::after, #grille-realisations .carte:hover .redirection::after, #bento-realisations .carte:hover .redirection::after {
    transform: rotate(45deg);
}
#grille-domaines .carte:hover .carte-image img, #grille-realisations .carte:hover .carte-image img, #bento-realisations .carte:hover .carte-image img {
    transform: scale(105%);
}

/* Réalisation seule */

.single-realisation section * {
    margin: 0;
}
.single-realisation section {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}
.single-realisation section:last-of-type {
    margin-bottom: 0;
}
.single-realisation section h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.single-realisation section h3::before {
    font-family: "tabler-icons";
    font-size: 25px;
    font-weight: 400;
    line-height: 0;
}
.single-realisation section#realisation-domaine h3::before {
    content: "\10096";
}
.single-realisation section#realisation-photos h3::before {
    content: "\eb0a";
}
.single-realisation section#realisation-partage h3::before {
    content: "\eb21";
}
.spectra-image-gallery__control-lightbox--main .swiper-slide img {
    max-height: 80%;
    border-radius: 5px;
}

/* Contact */

.post-48 #mise-relation .headline {
    margin-top: 0;
}
.post-48 #mise-relation #prise-contact {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 75px;
}
.post-48 #mise-relation #prise-contact #contact-infos {
    display: flex;
    flex-direction: column;
    gap: 15px;
    flex: 1;
}
.post-48 #mise-relation #prise-contact #contact-infos .carte, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu {
    width: 100%;
}
.post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu .carte-contenu-top {
    margin-bottom: 20px;
}
.post-48 #mise-relation #prise-contact #contact-infos .carte:nth-child(1) .carte-contenu .carte-contenu-top h3::before {
    content: "\eae5";
}
.post-48 #mise-relation #prise-contact #contact-infos .carte:nth-child(2) .carte-contenu .carte-contenu-top h3::before {
    content: "\eb09";
}
.post-48 #mise-relation #prise-contact #contact-infos .carte:nth-child(3) .carte-contenu .carte-contenu-top h3::before {
    content: "\ea70";
}
.post-48 #mise-relation #prise-contact #contact-infos .carte:nth-child(4) .carte-contenu .carte-contenu-top h3::before {
    content: "\eb21";
}
.post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu > a, .post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu > p {
    color: white;
    margin: 0;
}
.post-48 #mise-relation #prise-contact #contact-infos .carte .carte-contenu > a:hover {
    color: var(--theme-palette-color-2);
}
.post-48 #mise-relation #prise-contact #contact-formulaire {
    width: 60%;
}
.post-48 #mise-relation #prise-contact #contact-formulaire form {
    padding: 25px;
    background: white;
    display: flex;
    flex-direction: column;
    gap: 25px;
    border-radius: 10px;
}
.post-48 #mise-relation #prise-contact #contact-formulaire form div p {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.wpcf7 p::after {
    display: none !important;
}
.post-48 #mise-relation #prise-contact #contact-formulaire form div p span {
    width: 100%;
}
.post-48 #mise-relation #prise-contact #contact-formulaire form div p span.wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 14px;
    font-weight: normal;
}
@media screen and (max-width: 1080px) {
    .post-48 #mise-relation #prise-contact {
        flex-direction: column-reverse;
        align-items: center;
    }
    .post-48 #mise-relation #prise-contact #contact-formulaire {
        width: 100%;
    }
}
@media screen and (max-width: 715px) {
    .post-48 #mise-relation #prise-contact #contact-formulaire form div p {
        flex-direction: column;
    }
    .post-48 #mise-relation #prise-contact #contact-formulaire form div p br {
        display: none;
    }
}
.post-48 #nous-retrouver {
    margin: 0 !important;
    width: 100%;
}
.post-48 #nous-retrouver .headline-centre {
    margin-top: 150px;
}
.post-48 #nous-retrouver #google-maps {
    margin-top: 50px;
}
.post-48 #nous-retrouver #google-maps iframe {
    width: 100%;
    height: 400px;
}

/* Pagination */

section:has(nav.ct-pagination[data-pagination="next_prev"]) {
    display: flex;
    flex-direction: column;
}
nav.ct-pagination[data-pagination="next_prev"] {
    order: -1;
}
.grille-navigation, nav.ct-pagination[data-pagination="next_prev"] {
    margin-bottom: 50px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}
.grille-navigation:not(:has(a)) {
    display: none;
}
.grille-navigation:not(:first-of-type) {
    margin-top: 25px;
}
.grille-navigation a.grille-navigation-precedente, .grille-navigation a.grille-navigation-suivante {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--theme-palette-color-1);
}
nav.ct-pagination[data-pagination="next_prev"] a.prev, nav.ct-pagination[data-pagination="next_prev"] a.next {
    padding: 0;
    gap: 5px;
    height: auto;
    border: none;
    font-size: 0px;
    font-weight: 400;
    text-transform: none;
}
nav.ct-pagination[data-pagination="next_prev"] a.prev svg, nav.ct-pagination[data-pagination="next_prev"] a.next svg {
    display: none;
}
nav.ct-pagination[data-pagination="next_prev"] a.prev::after, nav.ct-pagination[data-pagination="next_prev"] a.next::before {
    font-size: 14px;
}
nav.ct-pagination[data-pagination="next_prev"] a.prev::after {
    content: "Page précédente";
}
nav.ct-pagination[data-pagination="next_prev"] a.next::before {
    content: "Page suivante";
}
.grille-navigation a.grille-navigation-precedente::before, .grille-navigation a.grille-navigation-suivante::after, nav.ct-pagination[data-pagination="next_prev"] a.prev::before, nav.ct-pagination[data-pagination="next_prev"] a.next::after {
    font-family: "tabler-icons";
    font-size: 20px;
    font-weight: 400;
    line-height: 0;
}
.grille-navigation a.grille-navigation-precedente::before, nav.ct-pagination[data-pagination="next_prev"] a.prev::before {
    content: "\ea19";
}
.grille-navigation a.grille-navigation-suivante::after, nav.ct-pagination[data-pagination="next_prev"] a.next::after {
    content: "\ea1f";
}
.grille-navigation a.grille-navigation-precedente:hover, .grille-navigation a.grille-navigation-suivante:hover {
    color: var(--theme-palette-color-2);
}
@media screen and (max-width: 689.98px) {
    .grille-navigation, nav.ct-pagination[data-pagination="next_prev"] {
        justify-content: space-between;
    }
    .grille-navigation:not(:has(a.grille-navigation-precedente)), nav.ct-pagination[data-pagination="next_prev"]:not(:has(a.prev)) {
        justify-content: flex-end;
    }
    .grille-navigation:not(:has(a.grille-navigation-suivante)), nav.ct-pagination[data-pagination="next_prev"]:not(:has(a.next)) {
        justify-content: flex-start;
    }
}

/* Présentation de l'atelier */

.page-id-50 #notre-atelier {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.page-id-50 #notre-atelier .headline {
    margin-top: 0;
}
.page-id-50 #notre-atelier .atelier-video {
    width: 35%;
    border-radius: 5px;
    overflow: hidden;
}
.page-id-50 .atelier-photos {
    margin-top: 100px;
}
.page-id-50 .atelier-photos .slick-list {
    border-radius: 5px;
}
.page-id-50 .atelier-photos .slick-dots button::before {
    transition: opacity 0.3s ease;
}
.page-id-50 .atelier-photos img {
    overflow-clip-margin: unset;
}
.page-id-50 #equipements #liste-equipements {
    gap: 50px;
}
.page-id-50 #equipements #liste-equipements .carte:nth-child(1) h3::before {
    content: "\fc12";
}
.page-id-50 #equipements #liste-equipements .carte:nth-child(2) h3::before {
    content: "\f1f9";
}
.page-id-50 #equipements #liste-equipements .carte:nth-child(3) h3::before {
    content: "\ebe3";
}
.page-id-50 #equipements #liste-equipements .carte:nth-child(4) h3::before {
    content: "\101f0";
}
.page-id-50 #equipements #liste-equipements .carte:nth-child(5) h3::before {
    content: "\eaff";
}
#etapes {
    margin-top: 150px;
}
#etapes #liste-etapes .carte .carte-question {
    display: flex;
    align-items: center;
}
#etapes #liste-etapes .carte .carte-question::before {
    padding-left: 25px;
    font-family: "tabler-icons";
    font-size: 30px;
    font-weight: 400;
    line-height: 0;
}
#etapes #liste-etapes .carte:nth-child(1) .carte-question::before {
    content: "\ee35";
}
#etapes #liste-etapes .carte:nth-child(2) .carte-question::before {
    content: "\ee36";
}
#etapes #liste-etapes .carte:nth-child(3) .carte-question::before {
    content: "\ee37";
}
#etapes #liste-etapes .carte:nth-child(4) .carte-question::before {
    content: "\ee38";
}
#etapes #liste-etapes .carte:nth-child(5) .carte-question::before {
    content: "\ee39";
}
#etapes #liste-etapes .carte:nth-child(6) .carte-question::before {
    content: "\ee3a";
}
#etapes #liste-etapes .carte .carte-question h3 {
    width: 100%;
}
@media screen and (max-width: 1080px) {
    .page-id-50 #notre-atelier {
        flex-direction: column;
    }
    .page-id-50 #notre-atelier .atelier-video {
        width: 100%;
    }
}

/* Peinture liquide sur chantier */

.page-id-42 #peinture-exterieur {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.page-id-42 #peinture-exterieur .headline {
    margin-top: 0;
}
.page-id-42 #peinture-exterieur .peinture-exterieur-image {
    position: relative;
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}
.page-id-42 #peinture-exterieur .peinture-exterieur-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-id-42 #complementaire div:has(#comparaison) {
    margin-top: 100px;
    display: flex;
    justify-content: center;
}
.page-id-42 #complementaire #comparaison {
    display: flex;
    justify-content: space-between;
    gap: 10vw;
}
.page-id-42 #complementaire #comparaison .comparaison-thermolaquage h3, .page-id-42 #complementaire #comparaison .comparaison-peinture h3 {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-id-42 #complementaire #comparaison .comparaison-thermolaquage h3::before, .page-id-42 #complementaire #comparaison .comparaison-peinture h3::before {
    font-family: "tabler-icons";
    font-size: 25px;
    font-weight: 400;
}
.page-id-42 #complementaire #comparaison .comparaison-thermolaquage h3::before {
    content: "\f50b";
}
.page-id-42 #complementaire #comparaison .comparaison-peinture h3::before {
    content: "\eb00";
}
.page-id-42 #complementaire #comparaison .comparaison-thermolaquage p, .page-id-42 #complementaire #comparaison .comparaison-peinture p {
    display: flex;
    align-items: center;
    gap: 10px;
}
.page-id-42 #complementaire #comparaison .comparaison-thermolaquage p::before, .page-id-42 #complementaire #comparaison .comparaison-peinture p::before {
    content: "\ea5e";
    font-family: "tabler-icons";
    font-size: 25px;
    font-weight: 400;
}
.page-id-42 #complementaire #comparaison .comparaison-thermolaquage p:first-of-type, .page-id-42 #complementaire #comparaison .comparaison-peinture p:first-of-type {
    margin-top: 25px;
}
.page-id-42 #complementaire #comparaison .comparaison-separation {
    width: 1px;
    background: var(--theme-palette-color-1);
}
@media screen and (max-width: 800px) {
    .page-id-42 #complementaire #comparaison {
        flex-direction: column;
    }
    .page-id-42 #complementaire #comparaison .comparaison-separation {
        width: auto;
        height: 1px;
    }
}
@media screen and (max-width: 1080px) {
    .page-id-42 #peinture-exterieur {
        flex-direction: column;
    }
    .page-id-42 #peinture-exterieur .peinture-exterieur-image {
        width: 100%;
    }
    .page-id-42 #peinture-exterieur .peinture-exterieur-image img {
        position: static;
        height: 200px;
    }
}

/* Créateur de couleurs */

.page-id-44 #palette-couleurs {
    display: flex;
    justify-content: space-between;
    gap: 25px;
}
.page-id-44 #palette-couleurs .headline {
    margin-top: 0;
}
.page-id-44 #palette-couleurs .palette-couleurs-image {
    position: relative;
    width: 30%;
    border-radius: 5px;
    overflow: hidden;
}
.page-id-44 #palette-couleurs .palette-couleurs-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1080px) {
    .page-id-44 #palette-couleurs {
        flex-direction: column;
    }
    .page-id-44 #palette-couleurs .palette-couleurs-image {
        width: 100%;
    }
    .page-id-44 #palette-couleurs .palette-couleurs-image img {
        position: static;
        height: 200px;
    }
}
.page-id-44 #fabricants-reference #liste-fabricants {
    margin-top: 50px;
}
.page-id-44 #univers .headline-centre {
    margin-top: 150px;
}
.page-id-44 #univers #liste-couleurs {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
    gap: 50px;
}
.page-id-44 #univers #liste-couleurs .couleur {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}
.page-id-44 #univers #liste-couleurs .couleur .cercle-couleur {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 100%;
    overflow: hidden;
}
.page-id-44 #univers #liste-couleurs .couleur-plus .cercle-couleur {
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--theme-palette-color-5);
}
.page-id-44 #univers #liste-couleurs .couleur-plus .cercle-couleur::before {
    content: "\ea95";
    font-family: "tabler-icons";
    font-size: 30px;
    font-weight: 400;
}
.page-id-44 #univers #liste-couleurs .couleur .cercle-couleur img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width: 1250px) {
    .page-id-44 #univers #liste-couleurs {
        justify-content: normal;
        flex-wrap: wrap;
    }
}