/* 
Theme Name: POLYPROFILS
Author: Ethicweb
Author URI: https://www.ethicweb.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: polyprofils
*/

/*************** VARIABLES CSS ***************/
@font-face {
    font-family: "HANDGOTN";
    src: url("/wp-content/uploads/2025/08/HANDGOTN.ttf");
}
:root {
    /* Couleurs neutres */
    --blanc: #FFFFFF;
    --noir: #000000;
    --noir-intense: #1A1A1A;
    --gris-clair: #E6E9EC;
    --gris-bleute: #E9EEF0;
    --gris-moyen: #B8BFCC;

    /* Couleurs bleues */
    --bleu-fonce-1: #003A4C;
    --bleu-fonce-2: #00394B;
    --bleu-vif: #0B81C5;
    --bleu-canard: #0B495D;

    /* Couleurs chaudes */
    --orange-vif: #F65C0B;

    /* Couleurs transparentes */
    --gris-35: rgb(255 255 255 / 96%); /* Effet visuel de #E6E9EC59 */

    /* Bloc spécial */
    --espace-forme: 45px;
    --case-forme: 76px;

    /* Durées et amplitudes */
    --duree-animation: 1s;     /* Durée de l'animation principale */
    --mouvement-forme: 0.6s;     /* Mouvement de la forme bleue */
    --decalage-frame: 40px;      /* Décalage des frames */
    --etirement-overlay: 1.12;   /* Étirement de l'overlay (collé à droite) */
    --micro-tension: 1.03;       /* Micro-tension avant la sortie */
}
.no-breaks{
    @media(max-width:1023px){
        br{
            display: none;
        }
    }
}
/*************** COULEURS ***************/

.blanc { color: var(--blanc) !important; }
.noir { color: var(--noir) !important; }
.noir-intense { color: var(--noir-intense) !important; }
.gris-clair { color: var(--gris-clair) !important; }
.gris-bleute { color: var(--gris-bleute) !important; }
.gris-moyen { color: var(--gris-moyen) !important; }
.bleu-fonce-1 { color: var(--bleu-fonce-1) !important; }
.bleu-fonce-2 { color: var(--bleu-fonce-2) !important; }
.bleu-vif { color: var(--bleu-vif) !important; }
.bleu-canard { color: var(--bleu-canard) !important; }
.orange-vif { color: var(--orange-vif) !important; }

/*************** SURCHARGES ***************/

p .block {
    font-size: 18px;
}

/*************** CSS COMMUN ***************/

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

html, body {
    overflow-x: hidden;
}

a, button {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent !important;
}

*:focus,
*:active {
    outline: none !important;
    box-shadow: none !important;
}

body input:focus,
body input:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.block {
    display: block;
}

.block-pc {
    display: block;
}

.cacher {
    display: none;
}

.sans-marge p {
    margin: 0px;
}
.balanced{
    text-wrap: balanced;
}
main{
    overflow: hidden;
}
/* Puce des textes */

.liste-puce .elementor-icon-list-item {
    position: relative;
    padding-left: 65px;
    margin-bottom: 40px;
    cursor: default ;

    span{
        transition: transform 0.4s ease!important;
    }
}

.liste-puce .elementor-icon-list-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 42px;
    height: 42px;
    background-color: var(--gris-clair);
    border: 2px solid var(--gris-clair);
    transform: translateY(-50%);
    transition: background-color 0.4s ease;
    z-index: 1;
}

.liste-puce .elementor-icon-list-item::after {
    content: "";
    position: absolute;
    left: 21px !important;
    top: 50%;
    width: 17px;
    height: 17px;
    background-color: var(--bleu-vif);
    transform: translate(-50%, -50%);
    transition: all 0.4s ease;
    z-index: 2;
}

.liste-puce .elementor-icon-list-item .elementor-icon-list-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    transform: translateX(0);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.liste-puce .elementor-icon-list-item:hover .elementor-icon-list-text {
    transform: translateX(10px);
}

.liste-puce .elementor-icon-list-item:hover::after {
    width: 10px;
    height: 10px;
    background-color: var(--orange-vif);
}

.liste-puce .elementor-icon-list-item:hover::before {
    background-color: transparent;
}


/****** Boutons du site ******/

/* Effet avec fond sur les côtés */

.effet-bord-bleu .elementor-button,
.effet-bord-blanc .elementor-button,
.effet-bord-gris .elementor-button,
.effet-bord-gris-35 .elementor-button {
    position: relative;
    overflow: visible;
    z-index: 1;
}

.effet-bord-bleu .elementor-button::before,
.effet-bord-blanc .elementor-button::before,
.effet-bord-gris .elementor-button::before,
.effet-bord-gris-35 .elementor-button::before {
    left: -10%;
}

.effet-bord-bleu .elementor-button::after,
.effet-bord-blanc .elementor-button::after,
.effet-bord-gris .elementor-button::after,
.effet-bord-gris-35 .elementor-button::after {
    right: -10%;
}

.effet-bord-bleu .elementor-button:hover::before,
.effet-bord-blanc .elementor-button:hover::before,
.effet-bord-gris .elementor-button:hover::before,
.effet-bord-gris-35 .elementor-button:hover::before {
    left: 5%;
}

.effet-bord-bleu .elementor-button:hover::after,
.effet-bord-blanc .elementor-button:hover::after,
.effet-bord-gris .elementor-button:hover::after,
.effet-bord-gris-35 .elementor-button:hover::after {
    right: 5%;
}

.effet-bord-bleu .elementor-button:hover .elementor-button-text,
.effet-bord-blanc .elementor-button:hover .elementor-button-text,
.effet-bord-gris .elementor-button:hover .elementor-button-text,
.effet-bord-gris-35 .elementor-button:hover .elementor-button-text {
    position: relative;
    z-index: 2;
}

.effet-bord-bleu .elementor-button::before,
.effet-bord-bleu .elementor-button::after,
.effet-bord-blanc .elementor-button::before,
.effet-bord-blanc .elementor-button::after,
.effet-bord-gris .elementor-button::before,
.effet-bord-gris .elementor-button::after,
.effet-bord-gris-35 .elementor-button::before,
.effet-bord-gris-35 .elementor-button::after {
    content: "";
    position: absolute;
    top: -2px;
    width: 12px;
    height: calc(100% + 4px);
    box-sizing: border-box;
    z-index: 2;
    transition: left 0.5s ease, right 0.5s ease;
    pointer-events: none;
}

.effet-bord-bleu .elementor-button::before,
.effet-bord-bleu .elementor-button::after {
    border: 2px solid var(--bleu-fonce-1);
    background-color: var(--bleu-fonce-1);
}

.effet-bord-blanc .elementor-button::before,
.effet-bord-blanc .elementor-button::after {
    border: 2px solid var(--blanc);
    background-color: var(--blanc);
}

.effet-bord-gris .elementor-button::before,
.effet-bord-gris .elementor-button::after {
    border: 2px solid var(--gris-clair);
    background-color: var(--gris-clair);
}

.effet-bord-gris-35 .elementor-button::before,
.effet-bord-gris-35 .elementor-button::after {
    border: 2px solid var(--gris-35);
    background-color: var(--gris-35);
}

/* Taille des boutons */

.taille-btn .elementor-button {
    width: 197px;
}

/*************** SLIDERS DYNAMIQUES ***************/

/****** Section "Présentation" ******/




.section-slider-presentation .slider-presentation {
    position: relative;
    width: 100%;
    height:calc(100vh - 220px);
    min-height:450px;
    overflow: hidden;
    background: var(--noir);
    color: var(--blanc);
}
.section-slider-presentation .pp-controls-wrapper {
    display: flex;
    justify-content: center;
    width:100%;
    background-color: #003A4C;
}

.section-slider-presentation .slider-presentation::before {
    content: "";
    position: absolute;
    right: 130px;
    bottom: 60px;
    width: 66px;
    height: 240px;
    background: var(--bleu-vif);
    transform: translateY(0);
    transition: transform var(--mouvement-forme) ease;
    pointer-events: none;
    z-index: 7;
}

.section-slider-presentation .slider-presentation.kick::before {
    transform: translateY(-30px);
}

.section-slider-presentation .slider-presentation::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 66px;
    height: 200px;
    background: var(--gris-clair);
    pointer-events: none;
    z-index: 6;
}

/* Overlay indépendant — CROSSFADE avec 2 calques (A: ::before, B: ::after) */

.section-slider-presentation .pp-slider {
    position: relative;
    height: 100%;
    isolation: isolate;
}

.section-slider-presentation .pp-slider::before,
.section-slider-presentation .pp-slider::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0,0,0,.6);
    transform-origin: 100% 50%;
    transform: scaleX(1);
    opacity: 0;
    transition: transform var(--duree-animation) ease, opacity var(--duree-animation) ease;
    pointer-events: none;
    z-index: 5;
}

/* Affiche qu’un seul overlay au repos */

.section-slider-presentation .pp-slider.has-a::before,
.section-slider-presentation .pp-slider.has-b::after {
    transform: scaleX(1);
    opacity: 1;
}

/* Petite pré-tension (optionnelle) */

.section-slider-presentation .pp-slider.pre-a::before,
.section-slider-presentation .pp-slider.pre-b::after {
    transform: scaleX(var(--micro-tension));
}

/* Sortie : étirement + fade-out */

.section-slider-presentation .pp-slider.leave-a::before,
.section-slider-presentation .pp-slider.leave-b::after {
    transform: scaleX(var(--etirement-overlay));
    opacity: 0;
}

/* Entrée (reset instant à l’état étiré + invisible) */

.section-slider-presentation .pp-slider.enter-a-start::before,
.section-slider-presentation .pp-slider.enter-b-start::after {
    transition: none;
    transform: scaleX(var(--etirement-overlay));
    opacity: 0;
}

/* Entrée : retour à 1 + fade-in */

.section-slider-presentation .pp-slider.enter-a-active::before,
.section-slider-presentation .pp-slider.enter-b-active::after {
    transition: transform var(--duree-animation) ease, opacity var(--duree-animation) ease;
    transform: scaleX(1);
    opacity: 1;
}

/* Frames (image qui couvre tout) */

.section-slider-presentation .pp-frame {
    position: absolute;
    inset: 0;
    display: flex;
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transform: translateX(0);
    transition: transform var(--duree-animation) ease, opacity var(--duree-animation) ease;
    will-change: transform, opacity;
    z-index: 0;
}

.section-slider-presentation .pp-frame.is-active {
    opacity: 1;
    z-index: 2;
}

/* Empilement pour rester visible (images) */

.section-slider-presentation .pp-frame.pp-leaving-left,
.section-slider-presentation .pp-frame.pp-leaving-right {
    z-index: 3;
}

.section-slider-presentation .pp-frame.pp-entering-from-left,
.section-slider-presentation .pp-frame.pp-entering-from-right {
    z-index: 1;
}

/* Colonnes du slider */

.section-slider-presentation .pp-col-left,
.section-slider-presentation .pp-col-right {
    position: relative;
    width: 50%;
    height: 100%;
}

.section-slider-presentation .pp-col-right {
    display: flex;
    align-items: center;
}

/* Masque le contenu natif (source seulement) */

.section-slider-presentation .pp-col-right .pp-frame-content {
    opacity: 0;
    pointer-events: none;
}

/* Layout du contenu (au-dessus de l’overlay) */

.section-slider-presentation .pp-content-layer {
    position: absolute;
    inset: 0;
    display: flex;
    pointer-events: none;
    z-index: 8;
}

.section-slider-presentation .pp-content-inner {
    display: flex;
    align-items: center;
    margin-left: 50%;
    width: 50%;
    padding-left: 80px;
    max-width: 100%;
}

.section-slider-presentation .pp-content-inner h2,
.section-slider-presentation .pp-content-inner h1 {
    width: 360px;
    max-width: 360px;
    color: var(--blanc);
    font-size: clamp(32px, 2vw, 38px);
    font-weight: 600;
    line-height: 1.15;
    margin: 0;
    pointer-events: auto;
    overflow-wrap: anywhere;
}

.section-slider-presentation .pp-content-inner h2 .titre,
.section-slider-presentation .pp-content-inner h1 .titre {
    font-family: "HANDGOTN";
    
}

/* Animations directionnelles des frames */

.section-slider-presentation .pp-frame.pp-leaving-left,
.section-slider-presentation .pp-frame.pp-entering-from-left {
    transform: translateX(calc(-1 * var(--decalage-frame)));
    opacity: 0;
}

.section-slider-presentation .pp-frame.pp-leaving-right,
.section-slider-presentation .pp-frame.pp-entering-from-right {
    transform: translateX(var(--decalage-frame));
    opacity: 0;
}

.section-slider-presentation .pp-frame.pp-entering-from-left.is-active,
.section-slider-presentation .pp-frame.pp-entering-from-right.is-active {
    transform: translateX(0);
    opacity: 1;
}
.section-slider-presentation .column{
    width:100%;
}

/* Navigation du slider */

.section-slider-presentation .pp-controls {
    position: relative;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    background: var(--bleu-fonce-1);
    color: var(--blanc);
    gap: 0;
    padding:30px 0;
    height:auto;
    width:100%;
}

.section-slider-presentation .pp-controls-left {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0px 35px;
}

.section-slider-presentation .pp-controls-left .pp-info {
    display: flex;
    align-items: center;
    min-width: 0;
}

.section-slider-presentation .pp-controls-left .pp-legend {
    width: calc(100vw - 75%);
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-size: clamp(14px, 1.2vw, 18px);
    opacity: .95;
    overflow: hidden;
}

.section-slider-presentation .pp-controls-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    padding-left: 80px;
    padding-right: 0px;
}

.section-slider-presentation .pp-controls-right .pp-legend-2 {
    display: none;
    width: calc(100vw - 30px);
    margin: 0;
    font-weight: 600;
    line-height: 1.3;
    font-size: clamp(14px, 1.2vw, 18px);
    text-align: center;
    opacity: .95;
    overflow: hidden;
}

.section-slider-presentation .pp-controls-right .pp-navigation {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-left: auto;
}

.section-slider-presentation .pp-controls-right .pp-next {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    padding: 10px 15px;
    font-weight: 700;
    cursor: pointer;
}


@media (max-width:1300px){
	.section-slider-presentation .pp-controls-right .pp-next {
		padding: 10px 60px 10px 0;
}
	.section-slider-presentation .pp-controls-right .pp-navigation{
		gap: 0;
	}
}

.section-slider-presentation .pp-controls-right .pp-next:hover {
    background-color: transparent;
    border: none;
}

.section-slider-presentation .pp-controls-right .pp-next-icon {
    display: block;
    width: 36px;
    height: 36px;
    pointer-events: none;
}

.section-slider-presentation .pp-controls-right .pp-dots {
    display: flex;
    gap: 10px;
	padding-right: 35px;
}

.section-slider-presentation .pp-controls-right .pp-dots span {
    background-color: transparent;
    width: 14px;
    height: 14px;
    border: 1px solid var(--bleu-vif);
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

.section-slider-presentation .pp-controls-right .pp-dots span.is-active {
    background-color: var(--gris-clair);
    border-color: var(--gris-clair);
}

/* Bouton CTA aligné avec le contenu au-dessus */

.section-slider-presentation .pp-btn-cta {
    color: var(--gris-clair);
    border: 2px solid var(--gris-clair);
    padding: 8px 20px;
    font-size: clamp(12px, 1.2vw, 16px);
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

@media (max-width: 1300px) {
    .section-slider-presentation .slider-presentation::before {
        right: 65px;
        width: 33px;
        height: 120px;
    }

    .section-slider-presentation .slider-presentation::after {
        width: 33px;
        height: 135px;
    }
}

@media (max-width: 1100px) {
    .section-slider-presentation .pp-content-inner,
    .section-slider-presentation .pp-controls-right {
        padding-left: 50px;
    }
}

@media (max-width: 1024px) {
    .section-slider-presentation .slider-presentation {
        height: calc(100vh - 276px - 150px); /* Hauteur du slider => viewport - header - navigation (.pp-controls) */
    }

    .section-slider-presentation .pp-slider::before,
    .section-slider-presentation .pp-slider::after {
        width: 60%;
    }

    .section-slider-presentation .pp-content-inner {
        margin-left: 40%;
    }

    .section-slider-presentation .pp-col-left {
        width: 40%;
    }

    .section-slider-presentation .pp-col-right {
        width: 60%;
    }
}

@media (max-width: 767px) {
    .section-slider-presentation .slider-presentation {
        height: calc(100vh - 87px - 150px); /* Hauteur du slider => viewport - header - navigation (.pp-controls) */
    }

    .section-slider-presentation .pp-content-inner {
        padding-left: 25px;
    }

    .section-slider-presentation .pp-slider::before,
    .section-slider-presentation .pp-slider::after {
        width: calc(100% - 35px);
    }

    .section-slider-presentation .pp-content-layer {
        display: block;
        top: 50px;
    }

    .section-slider-presentation .pp-content-inner {
        margin-left: 35px;
        width: calc(100% - 60px);
    }

    .section-slider-presentation .pp-content-inner h2 {
        width: 100%;
        max-width: 100%;
    }

    .section-slider-presentation .pp-col-left {
        width: 35px;
    }

    .section-slider-presentation .pp-col-right {
        width: calc(100% - 35px);
    }

    .section-slider-presentation .pp-controls {
        grid-template-columns: 1fr 0fr;

    }

    .section-slider-presentation .pp-controls-right {
        flex-direction: column-reverse;
        justify-content: flex-end;
        gap: 10px;
        padding-left: 0px;
    }

    .section-slider-presentation .pp-controls-right.mob {
        gap: 0px;
    }

    .section-slider-presentation .pp-controls-right .pp-legend-2 {
        display: block;
    }

    .section-slider-presentation .pp-controls-right.mob .pp-legend-2 {
        padding-bottom: 30px;
    }
}

/****** Section "Réalisation" ******/

.section-slider-realisation .bloc-carte {
    position: relative;
}

.section-slider-realisation .bloc-carte::before {
    content: '';
    position: absolute;
    top: calc(100% - 120px);
    left: calc(100% - 120px);
    width: 45px;
    height: 45px;
    background-color: var(--bleu-vif);
    transition: left 0.3s ease;
}

.section-slider-realisation .bloc-carte:hover::before {
    left: calc(100% - 60px);
}

.section-slider-realisation .bloc-carte::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--blanc);
}

.section-slider-realisation .bloc-carte .elementor-button {
    padding: 0px;
    transform: translateY(-5px);
}

.section-slider-realisation .bloc-slider .swiper-horizontal {
    padding: 0px !important;
}

.section-slider-realisation .bloc-slider .slide {
    position: relative;
    overflow: hidden;
}

.section-slider-realisation .bloc-slider .slide::before,
.section-slider-realisation .bloc-slider .slide::after {
    content: '';
    position: absolute;
    transform-origin: bottom right;
    transform: scaleX(1);
    transition: transform 0.4s ease-in-out;
}

.section-slider-realisation .bloc-slider .slide::before {
    top: calc(100% - 45px);
    left: calc(100% - 45px);
    width: 45px;
    height: 45px;
    background-color: var(--bleu-vif);
    z-index: 2;
}

.section-slider-realisation .bloc-slider .slide::after {
    bottom: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: var(--blanc);
    z-index: 1;
}

.section-slider-realisation .bloc-slider .slide:hover::before {
    transform: scaleX(var(--before-scale, 1));
}

.section-slider-realisation .bloc-slider .slide:hover::after {
    transform: scaleX(var(--after-scale, 1));
}

.section-slider-realisation .slide .elementor-heading-title {
    position: relative;
    display: inline-block;
    transform: translateX(50px);
    opacity: 0;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transition-delay: 0s;
    z-index: 3;
}

.section-slider-realisation .bloc-slider .slide:hover .elementor-heading-title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.2s;
}

.section-slider-realisation .bloc-slider .elementor-swiper-button-prev {
    display: none;
}

.section-slider-realisation .bloc-slider .swiper-pagination-bullets {
    bottom: -45px !important;
    text-align: left;
    transform: none;
}

.section-slider-realisation .bloc-slider .swiper-pagination-bullet {
    background-color: transparent;
    width: 14px;
    height: 14px;
    border: 1px solid var(--bleu-fonce-1);
    border-radius: 0;
    opacity: 1;
    transition: all 0.3s ease;
}

.section-slider-realisation .bloc-slider .swiper-pagination-bullet:first-child {
    margin-left: 0px;
}

.section-slider-realisation .bloc-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--orange-vif);
    border-color: var(--orange-vif);
}

/*************** ONGLETS DYNAMIQUES ***************/

/****** Section "Savoir-faire" ******/

.section-onglet-savoir-faire .bloc-onglet-sp-1 {
    position: relative;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 230px;
    height: 240px;
    background-image: url(/wp-content/uploads/2025/08/Matrice-Slider-Triple-fleche-1.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading {
    position: relative;
    background-color: var(--gris-clair);
    padding: 50px;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading::before {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: var(--bleu-vif);
    bottom: var(--before-bottom, 15px);
    right: 15px;
    pointer-events: none;
    transition: bottom 0.6s ease, background-color 0.3s ease;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading.click::before {
    background-color: var(--orange-vif);
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading::after {
    content: "";
    position: absolute;
    width: 26px;
    height: 26px;
    background-color: var(--bleu-fonce-1);
    bottom: calc(10px - 46px);
    right: calc(10px - 46px);
    pointer-events: none;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tab-title {
    position: relative;
    background: transparent !important;
    overflow: hidden;
    transition: color 0.3s ease;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tab-title:first-child {
    display: none;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tab-title.active {
    background: transparent !important;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading .e-n-tab-title[aria-selected=false] {
    transition: color 0.3s ease;
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading.click .e-n-tab-title-text {
    /* text-transform: capitalize; */
}

.section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading.click .e-n-tab-title[aria-selected=false] {
    color: var(--bleu-fonce-1);
}

/****** Section "Qui sommmes-nous ?" ******/

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title {
    position: relative;
    background: transparent !important;
    overflow: hidden;
    padding-bottom: 10px;
}

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title.active {
    background: transparent !important;
    border-bottom: none;
}

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 2px;
    background-color: var(--gris-clair);
    z-index: 1;
}

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 70px;
    height: 2px;
    background-color: var(--bleu-fonce-1);
    z-index: 1;
    opacity: 0;
    animation-play-state: paused;
}

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title.active::after {
    animation: underline-move 4s linear forwards;
    animation-play-state: running;
    opacity: 1;
}

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title.pause-anim::after {
    animation-play-state: paused !important;
}

.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tab-title.fadeout::after {
    transition: opacity 0.4s ease;
    opacity: 0;
}

@media (min-width: 1024px){
	.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-absolute-img {
	
	min-width:350px;
	min-height: 350px;
	width: 22vw !important;
	height: 18vw;
	position: absolute;
	top: 61%;
	left: 35%;
}
}

@keyframes underline-move {
    from {
        left: 0%;
    }
    to {
        left: calc(100% - 70px);
    }
}

/*************** SECTIONS DU SITE ***************/

/****** Section "Prestation" ******/

.section-prestation {
    position: relative;
}

.section-prestation::after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translateY(-50%);
    width: 40px;
    height: 280px;
    background-image: url(/wp-content/uploads/2025/08/Fer-a-cheval-Gris-bleu-D.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none;
}

.section-prestation.position-1::after {
    height: 370px;
}
.section-prestation.position-2::after {
    
    @media(min-width: 768px){
        height: calc(100% - 160px);
    }
}
/*************** SECTIONS SPÉCIALES ***************/

/****** Section 2 fonds décalés ******/

.section-bg-decale {
    --espace-apres: 60px;
    position: relative;
    overflow: hidden;
}

.section-bg-decale::before,
.section-bg-decale::after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-bg-decale::before {
    left: 0;
    background-image: url(/wp-content/uploads/2025/08/Matrice-Image-de-fond-degradee.png);
    background-position: right center;
    width: calc(50% + 550px);
}

.section-bg-decale::after {
    background-image: url(/wp-content/uploads/2025/08/Fer-a-cheval-Noir-bleu.svg);
    background-position: left center;
    left: calc(50% + 550px + var(--espace-apres));
    width: 50px;
}

.section-bg-decale > * {
    position: relative;
    z-index: 1;
}

/* Tout fixé à droite */

@media (min-width: 1500px) {
    .section-bg-decale::before {
        left: 0;
        right: auto;
        width: calc(100vw - (180px + var(--espace-apres)));
    }

    .section-bg-decale::after {
        right: 0;
        left: auto;
        width: 165px;
    }
}

/* Largeur du after progressive */

@media (min-width: 1300px) and (max-width: 1499px) {
    .section-bg-decale::before {
        width: calc(50% + 540px);
        left: 0;
    }

    .section-bg-decale::after {
        left: calc(50% + (540px + var(--espace-apres)));
        width: calc(100vw - (50% + (540px + var(--espace-apres))));
    }
}

/* Largeur du before progressive */

@media (max-width: 1299px) {
    .section-bg-decale::before {
        width: calc(100vw - (2 * var(--espace-apres)));
    }

    .section-bg-decale::after {
        left: calc(100vw - var(--espace-apres));
        width: var(--espace-apres);
    }
}

/* Plus petit écart */

@media (max-width: 1024px) {
    .section-bg-decale {
        --espace-apres: 35px;
        position: relative;
        overflow: hidden;
    }

    .section-bg-decale::before {
        width: calc(100vw - (2 * var(--espace-apres)));
    }

    .section-bg-decale::after {
        left: calc(100vw - var(--espace-apres));
        width: var(--espace-apres);
    }
}

/*************** BLOCS GLOBAUX ***************/

/****** Bloc secteur ******/

.bloc-secteur {
    position: relative;
    overflow: visible;
    border: 2px solid var(--gris-clair) !important;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.bloc-secteur::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 10px;
    background-color: var(--bleu-vif);
    transform: translateX(-50%);
    transition: width 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    z-index: 5;
}

.bloc-secteur:hover::after {
    width: 100%;
    background-color: var(--orange-vif);
    opacity: 1;
}

.bloc-secteur:not(:hover)::after {
    width: 30px;
    background-color: var(--bleu-vif);
    opacity: 0;
    transition: width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}

.bloc-secteur:hover {
    box-shadow: 0px 6px 6px #00000029;
    transform: translateY(-15px);
}

.bloc-secteur .titre-cache {
    position: absolute !important;
    left: 20px;
    bottom: 45px;
    z-index: 20;
    cursor: pointer;
    transition: transform 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}

.bloc-secteur .titre-cache span {
    color: var(--bleu-vif);
    opacity: 0;
    display: inline-block;
    transition: color 0.4s ease, opacity 0.4s ease;
}

.bloc-secteur:hover .titre-cache {
    transform: translateY(15px);
}

.bloc-secteur:hover .titre-cache span {
    color: var(--orange-vif) !important;
    opacity: 1;
}

.bloc-secteur:not(:hover) .titre-cache span {
    color: var(--bleu-vif);
    opacity: 0;
}

/****** Bloc culture ******/

.bloc-culture {
    position: relative;
    overflow: visible;
    border: 2px solid var(--gris-clair) !important;
    transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.bloc-culture::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    width: 0;
    height: 10px;
    background-color: var(--bleu-vif);
    transform: translateX(-50%);
    transition: width 0.4s ease, background-color 0.4s ease, opacity 0.4s ease;
    opacity: 1;
    z-index: 5;
}

.bloc-culture:hover::after {
    width: 100%;
    background-color: var(--orange-vif);
    opacity: 1;
}

.bloc-culture:not(:hover)::after {
    width: 30px;
    background-color: var(--bleu-vif);
    opacity: 0;
    transition: width 0.4s ease, opacity 0.4s ease, background-color 0.4s ease;
}

.bloc-culture:hover {
    box-shadow: 0px 6px 6px #00000029;
    transform: translateY(-15px);
}

.bloc-culture .titre-cache {
    position: absolute !important;
    left: 20px;
    bottom: 45px;
    z-index: 20;
    cursor: pointer;
    transition: transform 0.4s ease, color 0.4s ease, opacity 0.4s ease;
}

.bloc-culture .titre-cache span {
    color: var(--bleu-vif);
    opacity: 0;
    display: inline-block;
    transition: color 0.4s ease, opacity 0.4s ease;
}

.bloc-culture:hover .titre-cache {
    transform: translateY(0px);
}

.bloc-culture:hover .titre-cache span {
    color: var(--orange-vif) !important;
    opacity: 1;
}

.bloc-culture:not(:hover) .titre-cache span {
    color: var(--bleu-vif);
    opacity: 1;
}

/****** Bloc chiffre ******/

.bloc-chiffre {
    position: relative;
}

.bloc-chiffre .texte-chiffre:hover {
    cursor: default;
}

.bloc-chiffre .texte-chiffre div {
    font-weight: 600;
}

.bloc-chiffre .texte-chiffre div:first-child {
    font-size: 24px;
    padding-bottom: 20px;
}

.bloc-chiffre .texte-chiffre:hover div:first-child {
    color: var(--orange-vif) !important;
}

.bloc-chiffre .texte-chiffre div:last-child {
    font-family: "Inter", Sans-serif !important;
    font-size: 14px;
    width: fit-content;
    text-transform: uppercase;
    transition: transform 0.5s ease;
}

.bloc-chiffre .texte-chiffre:hover div:last-child {
    transform: translateY(-10px);
}

/****** Bloc témoignage ******/

.bloc-temoignage {
    position: relative;
    padding: 0px 12vw;
}

.bloc-temoignage::before,
.bloc-temoignage::after {
    content: "";
    position: absolute;
    width: 125px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    pointer-events: none;
}

.bloc-temoignage::before {
    background-image: url(/wp-content/uploads/2025/08/Quote.svg);
    left: 0px;
	top: -40px;
}

.bloc-temoignage::after {
    background-image: url(/wp-content/uploads/2025/08/Matrice-Dessin-technique-Fond-clair.svg);
    right: 2vw;
	top: 0px;
}

.bloc-temoignage .elementor-blockquote__content {
    width: 540px;
}

/****** Bloc découvrir ******/

.bloc-decouvrir {
    position: relative;
}

.bloc-decouvrir::before {
    content: "";
    position: absolute;
    top: -128px;
    left: 455px;
    width: 560px;
    height: 288px;
    background-image: url(/wp-content/uploads/2025/08/Double-fer-a-cheval-PP-pour-formulaire.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}

.bloc-decouvrir .elementor-button {
    width: 350px;
}

/****** Bloc contact ******/

.bloc-contact {
    position: relative;
}

.bloc-contact::before {
    content: "";
    position: absolute;
    top: -77px;
    right: -570px;
    width: 560px;
    height: 288px;
    background-image: url(/wp-content/uploads/2025/08/Double-fer-a-cheval-PP-pour-formulaire.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}

.bloc-contact .elementor-field-type-text,
.bloc-contact .elementor-field-type-email,
.bloc-contact .elementor-field-type-textarea {
    z-index: 1;
}

.bloc-contact .elementor-field-type-text,
.bloc-contact .elementor-field-type-email {
    width: 50%;
}

/*************** FORMES DU SITE ***************/

/****** Carré du titre ******/

.forme-carre .elementor-heading-title {
    position: relative;
    padding-top: 80px;
    display: inline-block;
    z-index: 1;
}

.forme-carre .elementor-heading-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 40px;
    height: 40px;
    background-image: url(/wp-content/uploads/2025/08/Carre-Bleu-Marine-Titre.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    z-index: 2;
}

.forme-carre.active .elementor-heading-title::after {
    transform: translateX(-50%) translateY(20px);
}

/****** Formes de mouvement ******/

/* Bloc spécial (grille) */

.bloc-special {
    display: grid;
    grid-template-columns: var(--case-forme) var(--espace-forme) var(--case-forme) 120px 1fr;
    grid-template-rows: repeat(4, auto);
    align-items: center;
    row-gap: 30px;
    column-gap: 0;
}

.bloc-special > .pair {
    display: contents;
}

/* Placement des formes */

.bloc-special .pair1 .forme,
.bloc-special .pair3 .forme {
    grid-column: 1;
}

.bloc-special .pair2 .forme,
.bloc-special .pair4 .forme {
    grid-column: 3;
}

.bloc-special .pair1 .forme,
.bloc-special .pair2 .forme {
    grid-row: 1 / span 2;
    align-self: center;
}

.bloc-special .pair3 .forme,
.bloc-special .pair4 .forme {
    grid-row: 3 / span 2;
    align-self: center;
}

/* Placement des textes */

.bloc-special .texte {
    grid-column: 5;
    color: var(--blanc);
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    cursor: default;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    transition: transform .3s ease, color .3s ease;
}

.bloc-special .pair1 .texte {
    grid-row: 1;
}

.bloc-special .pair2 .texte {
    grid-row: 2;
}

.bloc-special .pair3 .texte {
    grid-row: 3;
}

.bloc-special .pair4 .texte {
    grid-row: 4;
}

.bloc-special .texte:hover,
.bloc-special .active .texte {
    transform: translateX(-15px);
    color: var(--bleu-vif) !important;
}

/* Styles des formes */

.bloc-special .forme {
    position: relative;
    width: var(--case-forme);
    height: var(--case-forme);
}

/* Forme 1 (en haut à gauche) */

.bloc-special .forme1 .dot-bleue,
.bloc-special .forme1 .dot-blanche {
    position: absolute;
    width: 28px;
    height: 28px;
    transition: transform .4s ease;
}

.bloc-special .forme1 .dot-bleue {
    background: var(--bleu-vif);
    top: 0;
    left: 0;
}

.bloc-special .forme1 .dot-blanche {
    background: var(--blanc);
    right: 0;
    bottom: 0;
}

.bloc-special .pair1:has(.ligne1:hover) .forme1 .dot-bleue,
.bloc-special .pair1.active .forme1 .dot-bleue {
    transform: translateX(24px);
}
.bloc-special .pair1:has(.ligne1:hover) .forme1 .dot-blanche,
.bloc-special .pair1.active .forme1 .dot-blanche {
    transform: translateX(-24px);
}

/* Forme 2 (en haut à droite) */

.bloc-special .forme2 .carre-bleu {
    position: absolute;
    inset: 0;
    border: 2px solid var(--bleu-vif);
    box-sizing: border-box;
}

.bloc-special .forme2 .carre-blanc {
    position: absolute;
    width: 31px;
    height: 31px;
    background: var(--blanc);
    bottom: 8px;
    right: 8px;
    transition: transform .4s ease;
}

.bloc-special .pair2:has(.ligne2:hover) .forme2 .carre-blanc,
.bloc-special .pair2.active .forme2 .carre-blanc {
    transform: translate(-14px, -14px);
}

/* Forme 3 (en bas à gauche) */

.bloc-special .forme3 .outline-bleu,
.bloc-special .forme3 .outline-blanc {
    position: absolute;
    width: 54px;
    height: 54px;
    border: 2px solid;
    transition: transform .4s ease;
}

.bloc-special .forme3 .outline-bleu {
    border-color: var(--bleu-vif);
    top: 0;
    left: 0;
    transform-origin: top left;
}

.bloc-special .forme3 .outline-blanc {
    border-color: var(--blanc);
    bottom: 0;
    right: 0;
    transform-origin: bottom right;
}

.bloc-special .pair3:has(.ligne3:hover) .forme3 .outline-bleu,
.bloc-special .pair3:has(.ligne3:hover) .forme3 .outline-blanc,
.bloc-special .pair3.active .forme3 .outline-bleu,
.bloc-special .pair3.active .forme3 .outline-blanc {
    transform: scale(0.52);
}

/* Forme 4 (en bas à droite) */

.bloc-special .forme4 .fond-blanc,
.bloc-special .forme4 .carre-bleu-centre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.bloc-special .forme4 .fond-blanc {
    width: 76px;
    height: 76px;
    background: var(--blanc);
    border: 2px solid var(--blanc);
    box-sizing: border-box;
    transform-origin: center;
    transition: width .4s ease, height .4s ease, background .4s ease;
}

.bloc-special .forme4 .carre-bleu-centre {
    width: 31px;
    height: 31px;
    background: var(--bleu-vif);
    transition: width .4s ease, height .4s ease;
}

.bloc-special .pair4:has(.ligne4:hover) .forme4 .fond-blanc,
.bloc-special .pair4.active .forme4 .fond-blanc {
    width: 54px;
    height: 54px;
    background: transparent;
}

.bloc-special .pair4:has(.ligne4:hover) .forme4 .carre-bleu-centre,
.bloc-special .pair4.active .forme4 .carre-bleu-centre {
    width: 13px;
    height: 13px;
}

/*************** AUTRES ÉLÉMENTS ***************/

/* Animation de la barre bleue */

.animation-barre {
    position: relative;
    height: 10px;
    background-color: var(--bleu-fonce-1);
    width: 100%;
    overflow: visible;
}

.animation-barre::before {
    content: '';
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%) translateY(0);
    width: 40px;
    height: 40px;
    background-color: var(--bleu-fonce-1);
    z-index: 2;
    transition: transform 0.8s ease;
}

.animation-barre::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    width: 60%; /* 30% à gauche + 30% à droite */
    background-color: var(--gris-35);
    transform: translateX(-50%) scaleX(0);
    transform-origin: center;
    transition: transform 1s ease;
    z-index: 1;
}

.animation-barre.active::before {
    transform: translateX(-50%) translateY(60px);
}

.animation-barre.active::after {
    transform: translateX(-50%) scaleX(1);
}

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

.header-site {
    /* outline: 3px solid red; */
}

.header-site .elementor-nav-menu .menu-item:last-child a {
    color: var(--bleu-vif) !important;
}

.header-site .col-menu {
    position: relative;
}

.header-site .col-menu::before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 40px;
    background-color: var(--bleu-vif);
    opacity: 1;
    transition: height 0.4s ease, opacity 0.4s ease;
    transform-origin: center;
    z-index: 2;
}

.header-site .col-menu:hover::before {
    height: 10px;
    opacity: 0;
}

.header-site .col-menu .elementor-widget-nav-menu,
.header-site .col-menu .elementor-nav-menu--main {
    height: 100%;
}

.header-site .col-menu .elementor-nav-menu:after {
    display: none;
}

.header-site .col-menu li.menu-item {
    position: relative;
    overflow: hidden;
}

.header-site .col-menu li.menu-item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background-color: var(--bleu-vif);
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    opacity: 0;
    z-index: -1;
}

.header-site .col-menu li.menu-item:last-child::before {
    background-color: var(--blanc);
}

.header-site .col-menu li.menu-item:hover::before {
    opacity: 1;
    animation: expandBox 0.8s ease forwards;
}

@keyframes expandBox {
    0% {
        width: 100%;
        height: 20px;
    }
    100% {
        width: 100%;
        height: 100%;
    }
}

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

.footer-site ul {
    position: relative;
    z-index: 1;
}

.footer-site .img-region {
    position: relative;
    padding: 20px 0px;
}

.footer-site .img-region::after {
    content: "";
    position: absolute;
    top: -60px;
    left: -30px;
    width: 230px;
    height: 240px;
    background-image: url(/wp-content/uploads/2025/08/Matrice-Triple-fleche-2-Fond-Bleu-sombre.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    pointer-events: none;
}

.footer-site .img-region img {
    position: relative;
    z-index: 1;
}

.footer-site .lien-reseau {
    width: fit-content;
}

/*************** PAGES GLOBALES ***************/

/*************** RESPONSIVE ***************/


@media (max-width: 1024px) {

    /****** SECTIONS ******/

    .section-wp {
        padding: 0px 35px;
    }

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

    .header-site .col-menu::before {
        left: 0px;
    }

    .header-site .col-menu .elementor-widget-nav-menu,
    .header-site .col-menu .elementor-nav-menu--main {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .header-site .col-menu .elementor-nav-menu {
        justify-content: space-evenly;
        width: 100%;
    }

    .header-site .col-menu .elementor-nav-menu--main .elementor-nav-menu a {
        padding: 24px 15px;
    }

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

    .footer-site .img-region::after {
        top: -150px;
        left: calc(10vw - 230px);
    }

    /****** Section "Savoir-faire" ******/

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading {
        display: flex;
        flex-direction: column;
        gap: 30px;
        padding: 50px 25px;
    }

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .col-contenu-onglet {
        flex-direction: row;
    }

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .col-absolute-img {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }

    /****** Section "Qui sommmes-nous ?" ******/

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tabs-heading {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-contenu-onglet {
        flex-direction: row;
    }


    /*.section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-absolute-img {
        position: relative !important;
        top: 0px !important;
        left: 0px !important;
    }*/

    /****** Bloc témoignage ******/

    .bloc-temoignage {
        padding-left: 200px;
    }

    .bloc-temoignage::before {
        top: -60px;
        width: 153px;
        height: 265px;
    }

    .bloc-temoignage .elementor-blockquote__content {
        width: 370px;
    }

    /****** Formes de mouvement ******/

    .bloc-special .texte {
        font-size: 16px;
    }
}

@media (max-width: 767px) {

    /****** CSS COMMUN ******/

    .block-pc {
        display: inline;
    }

    .block-mob {
        display: block;
    }

    .size-mob p,
    .size-mob p span {
        font-size: 16px;
    }

    /****** SECTIONS ******/

    .section-wp {
        padding: 0px 15px;
    }

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

    .header-site .col-menu {
        margin: -35px;
        background-color: transparent !important;
    }

    .header-site .col-menu::before,
    .header-site .col-menu .elementor-nav-menu--main {
        display: none;
    }

    .header-site .col-menu .elementor-menu-toggle {
        position: absolute;
        top: -60px;
        left: calc(100vw - 24px);
    }

    .header-site .col-menu .elementor-nav-menu {
        padding: 20px 0px 40px 0px;
    }

    .header-site .col-menu .elementor-nav-menu--dropdown a:hover {
        color: var(--blanc) !important;
        
    }
    .elementor-nav-menu--dropdown .elementor-item:hover {
        @media(max-width: 767px){
            background-color: none!important;
        }
    }

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

    .footer-site .img-region::after {
        top: -450px;
        left: 50%;
        width: 150px;
        height: 150px;
    }

    .footer-site .lien-reseau .elementor-icon-box-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        gap: 15px;
    }

    .footer-site .lien-reseau .elementor-icon-box-icon {
        margin: 0px;
    }

    /****** Bloc chiffre ******/

    .bloc-chiffre::before {
        content: "";
        position: absolute;
        top: -30px;
        left: 30%;
        width: 90px;
        height: 330px;
        background-image: url(/wp-content/uploads/2025/08/Matrice-Dessin-technique.svg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: contain;
        pointer-events: none;
        transform: rotate(180deg);
    }

    /****** Section "Réalisation" ******/

    .section-slider-realisation .bloc-carte::before {
        top: calc(100% - 150px);
        left: calc(100% - 80px);
    }

    .section-slider-realisation .bloc-carte:hover::before {
        left: calc(100% - 80px);
    }

    .section-slider-realisation .bloc-carte::after {
        display: none;
    }

    .section-slider-realisation .bloc-slider {
        margin-top: -65px;
    }

    .section-slider-realisation .bloc-slider .swiper-pagination-bullets {
        bottom: -30px !important;
    }

    /****** Section "Savoir-faire" ******/

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs {
        gap: 46px !important;
    }

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading {
        padding: 15px 25px;
        gap: 0px;
    }

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tabs-heading::after {
        right: -40px;
    }

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .e-n-tab-title[aria-selected=true] {
        margin-block-end: 0px !important;
    }

    .section-onglet-savoir-faire .bloc-onglet-sp-1 .col-contenu-onglet {
        background-color: transparent;
    }

    /****** Section "Qui sommmes-nous ?" ******/

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tabs-heading {
        display: contents;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .e-n-tabs-heading .e-n-tab-title:not(:first-child) {
        margin: 10px 0px;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-contenu-onglet {
        background-color: transparent;
        padding: 0px;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-contenu-onglet > div {
        padding: 0px;
        gap: 0px;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-contenu-onglet > div div:nth-child(2) {
        padding: 20px 0px 10px 0px;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-contenu-onglet > div h2 {
        color: var(--noir) !important;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-contenu-onglet > div p {
        margin: 0px;
    }

    .section-onglet-qui-sommes-nous .bloc-onglet-sp-2 .col-absolute-img {
        width: 100% !important;
        margin-bottom: 50px;
    }

    /****** Section "Prestation" ******/

    .section-prestation::after {
        top: auto;
        bottom: -130px;
        left: 50%;
        right: auto;
        width: 20px;
        transform: translateX(-50%) rotate(90deg);
    }

    .section-prestation.position-1::after {
        bottom: -175px;
    }

    /****** Bloc témoignage ******/

    .bloc-temoignage {
        padding: 0px!important;
    }

    .bloc-temoignage::before {
        top: -120px;
        left: 0px;
        width: 70px;
    }

    .bloc-temoignage::after {
        top: -60px;
        left: calc(100% - 35px);
        width: 35px;
        height: 185px;
    }
	.elementor-field-type-hcaptcha .h-captcha{
		margin-left: 16px;
	}

    .bloc-temoignage .elementor-blockquote {
        padding-left: 10px;
    }

    .bloc-temoignage .elementor-blockquote__content {
        width: 230px;
    }

    /****** Bloc découvrir ******/

    .bloc-decouvrir::before {
        top: -84px;
        left: 245px;
        height: 226px;
    }

    .bloc-decouvrir .elementor-button {
        width: 250px;
    }

    /****** Bloc contact ******/

    .bloc-contact::before {
        top: 0px;
        right: -545px;
    }

    .bloc-contact .elementor-form-fields-wrapper {
        display: flex;
        justify-content: center;
    }

    .bloc-contact .elementor-field-type-text,
    .bloc-contact .elementor-field-type-email,
    .bloc-contact .elementor-field-type-textarea,
    .bloc-contact .elementor-field-type-submit {
        width: calc(100% - 35px);
    }

    /****** Formes de mouvement ******/

    .bloc-special {
        grid-template-columns: var(--case-forme) 1fr;
        grid-template-rows: auto;
        column-gap: 65px;
        row-gap: var(--espace-forme);
    }

    .bloc-special .forme,
    .bloc-special .texte {
        grid-column: auto !important;
        grid-row: auto !important;
        margin-bottom: 0;
    }

    .bloc-special .texte {
        display: flex;
        align-items: center;
    }

    .bloc-special > .pair {
        display: contents;
    }
}

/*************** ZONE DE TEST ***************/

/****** Grille de mise en page ******/

body {
    --nb-colonnes: 12;   /* Nombre de colonnes */
    --gouttiere: 16px;   /* Largeur de la gouttière */
    --conteneur: 1100px; /* Largeur du conteneur principal */
    --largeur-colonne: calc((var(--conteneur) - (var(--gouttiere) * (var(--nb-colonnes) - 1))) / var(--nb-colonnes)); /* Largeur calculée d'une seule colonne */
}

/* body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: var(--conteneur);
    height: 100%;
    background-image: repeating-linear-gradient(
    to right,
    rgba(204, 204, 204, 0.1),
    rgba(204, 204, 204, 0.1) calc(var(--largeur-colonne) + 0px),
    transparent calc(var(--largeur-colonne) + 0px),
    transparent calc(var(--largeur-colonne) + var(--gouttiere) + 0px)
    );
    z-index: 9999;
    pointer-events: none; 

}*/

/*********************** Ajouts Fabien**********************/

.texte-chiffre{
    div:first-child{
        font-family: 'HANDGOTN';
    }
}

.etw-custom-list.orange-bullet{
    li{
        list-style: none;
        position:relative;
        
        &:not(:last-child){
            margin-bottom:10px;
        }
    
        &:before{
            content:'';
            position:absolute;
            width: 10px;
            height: 10px;
            background-color: var(--orange-vif);
            top:5px;
            left:-40px;
        }
    }
}

/*Onglets*/
.etw-custom-tab{   

    /*mobile*/
    @media(max-width: 767px){
        button{
            background-color: var(--gris-clair)!important;
            margin: 10px 0;
        }
        .content > div{
            background-color: transparent!important;
            padding-top: 0;
        }
        h3{
            display:none;
        }
    }
    
    /*Not mobile*/
    @media(min-width: 768px){
        
        .content:after{
            content:'';
            position:absolute;
            width:30px;
            height: 30px;
            top:15px;
            left:15px;
            background-color: var(--bleu-fonce-1);
        }
    }
}
.elementor-widget-n-tabs .e-n-tabs-content>.e-con{
    animation: 0.6s  alternate fading;
    transition: 0.6s 0.2s ease;
}
@keyframes fading{
    from{
        opacity:0;
    }
    to{
        opacity: 1;
    }
}

/*Accordeon*/

.etw-custom-accordeon{
    details summary{
        padding-left:0!important;

        svg{
            margin-left: -15px;
        }
    }
    details:not([open]){
        svg{
            display:none;
        }
    }
}

.no-break{
    @media(max-width : 767px){
        br{
            display:none
        }
    }
}
/*Header*/
.header-style-1{
    .block-column{
        position: relative;
        
        > div:first-child:before{
            content:'';
            position:absolute;
            top:100px;
            right:100px;
            left: auto;
            width:76px;
            height: 275px;
            background-color: var(--gris-clair);
            opacity:1;
            
        }
        
        &:after{
            content:'';
            position:absolute;
            top:0;
            right:0;
            width:76px;
            height: 275px;
            background-color: var(--bleu-vif);
        }
        
        /*Mobile*/
        @media(max-width: 768px){
            > div:first-child:before{
                top:0;
                left:100px;
                right: auto;
                height:100%;
            }
            &:after{
                top:-50px;
                left:0;
                right: auto;
                height:calc(100% + 50px)
            } 
        }
    }
}


/*leave space for fixed menu */
main#content{
    @media(min-width:768px){
        padding-top: 130px !important; 
    }
    @media(min-width:768px) AND (max-width:1023px){
        padding-top: 170px !important; 
    }
   @media(max-width:767px){
        padding-top: 70px !important; 
    }
}

blockquote .elementor-blockquote {
    border: none;
}

.job-card{
    
    padding: 30px 30px 100px 30px;
    
    &:after{
        content: '';
        position:absolute;
        bottom: 20px;
        right: 20px;
        width:40px;
        height:40px;
        background-color: var(--bleu-vif);
        transition: ease 0.4s ;
    }
    &:hover{
        transform:translatey(-5px);
        
        .job-tags{
            span{
                background-color: white;
                color:var(--bleu-vif);
                padding:5px;
                margin-right:5px;
            }
        }
        &:after{
            transform: translatex(-50px)
        }
    }
}

.job-tags{
    span{
        background-color: var(--bleu-vif);
        padding:5px;
        margin-right:5px;
    }
}
