    .module_split{
        padding:60px 0;
        z-index:1;
        position:relative;
        margin-bottom:-60px !important;
    }
    .module_split__content{
        padding:120px 80px 100px;
    }
    .module_split__text-col{
        padding-top:60px;
        position:relative;
        left:-60px;
        bottom:-60px;
    }
    .module_split__text{
        max-width:80%;
    }
    .module_split__text-col{
        font-weight: 400;
        line-height: 1.5;
        text-align: left;
        font-family: Spartan-Regular;
        font-size:16px;
    }
    .module_split__content--bg_red {
        background: #bf1912;
        color: #fff;
    }
    .module_split__content--bg_white {
        background: #f8f8f8;
        color: #222;
    }
    .module_split__image-wrapper{
        position:absolute;
        top:0;
        left:0;
        width:110%;
        height:100%;
    }


    .expertise-block {
        text-align:center;
        img{
                max-width: 130px;
                text-align: center;
                margin: 28px auto 0;
        }
    }


    .module_split__cta a{
    color: #7b7b7b !important;
    font-size: 16px;
    font-family: Spartan-Bold;
    border: 1px solid black;
    border-radius: 22px;
    padding: 1.5rem 4rem;
    text-align: center;
    display: inline-block;
    background: white;
    transition: 
    ease-in-out 0.3s;
    margin-top: 30px;
        &:hover{
            background: #000000;
            color: white !important;
            border: 1px solid #000000;
            text-decoration:none;
        }
    }



    .module_split .section_titles{
        font-family: Spartan-Medium;
        text-transform: uppercase;
        margin-bottom: 33px;
        font-size: 35px;
    }


    .module_split {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 60px;

        &__inner {
            display: flex;
            align-items: stretch;
            min-height: 420px;
        }

        &__image-wrapper {
            flex: 0 0 55%;
            position: relative;
            overflow: hidden;
        }

        &__image {
            width: 100%;
            height: 100%;
            object-fit: cover;
            display: block;
        }

        &__content {
            flex: 0 0 45%; 
            padding: 4rem 3.5rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        &__content--red {
            background: #bf1912; 
            color: #fff;
        }

        &__content--white {
            background: #ffffff;
            color: #222;
        }

        &__content--custom {
            color: #fff;
        }

        &__title {
            font-size: 2rem;
            line-height: 1.2;
            margin: 0 0 1.5rem;
            text-transform: uppercase;
        }

        &__text {
            font-size: 1rem;
            line-height: 1.6;
            margin-bottom: 2rem;

            p:last-child {
                margin-bottom: 0;
            }
        }

        &__cta {
            margin-top: auto;
        }

        &__button {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.9rem 2.2rem;
            border-radius: 999px;
            border: 1px solid currentColor;
            font-weight: 600;
            text-decoration: none;
            transition: transform 0.15s ease, box-shadow 0.15s ease, background-color 0.15s ease;
            background: #fff;
            color: #bf1912;

            .module-split__content--white & {
                background: #bf1912;
                color: #fff;
            }

            &:hover {
                transform: translateY(-1px);
                box-shadow: 0 10px 20px rgba(0, 0, 0, .08);
            }
        }

        @media (max-width: 900px) {
            &__inner {
                flex-direction: column;
            }

            &__image-wrapper,
            &__content {
                flex: 0 0 auto;
                width: 100%;
            }
        }
    }

    .module_expert_slider.module_slider.module_expert_list.module_expert_retake{
        &:before{
            display:none;
        }
    }

/* Scope uniquement sur ce module */
.module_expert_retake {
    .--intro_text{
        max-width:800px;
        margin:80px auto 0;
        color:#000000;
        h2{
            color:#000000;
            position:relative;
            top:initial;
            left:initial;
            font-family: Spartan-Bold;
            margin-bottom:30px;
        }
        p{
            width:100%;
            font-weight: 400;
            line-height: 1.5;
            text-align: left;
            font-family: Spartan-Regular;
            font-size:16px;
        }
    }
    .slide-content{
        background: rgb(205 31 38 / 90%) !important;
            @media screen and (max-width: 767px) {
                padding-top:0 !important;
            }
    }
    .bloc-expert{
        width:100% !important;
        margin:0 !important;
        @media screen and (max-width: 767px) {
            margin:40px auto !important;
        }
        .poste{
            padding:20px 0 !important;
        }
        h3{
            position:static !important;
        }
        &:hover{
            h3{
                opacity:1 !important;
            }
        }
        &:after{
            display:none;
        }
    }
  /* Grille 4 colonnes */
  .content-wrapper {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px; 
    @media (max-width: 900px) {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }

  }

  .bloc-expert {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
  }

  .slide-content {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

    /* overlay sombre au survol */
    background: rgba(0, 0, 0, 0.55);
    opacity: 0;
    transition: opacity .25s ease;
    color: #fff;
  }

  .slide-content-inner {
    padding: 16px;
  }

  .slide-content h3 {
    margin: 0 0 6px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
  }

  .slide-content .poste {
    display: block;
    font-size: 0.9rem;
    opacity: 0.9;
  }

  /* Toute la carte cliquable */
  .slide-content a {
    position: absolute;
    inset: 0;
    text-indent: -9999px;
  }

  /* Hover / focus */
  .bloc-expert:hover .slide-content,
  .bloc-expert:focus-within .slide-content {
    opacity: 1;
  }

  /* Responsive : 3, 2, puis 1 colonne */
  @media (max-width: 1200px) {
    .content-wrapper {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }

  @media (max-width: 900px) {
    .content-wrapper {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (max-width: 600px) {
    .content-wrapper {
      grid-template-columns: 1fr;
    }
  }
}

.rounded__buttons{
    color: #7b7b7b !important;
    font-size: 16px;
    font-family: Spartan-Bold;
    border: 1px solid black;
    border-radius: 22px;
    padding: 1.5rem 4rem;
    text-align: center;
    display: inline-block;
    background: white;
    transition: ease-in-out 0.3s;
    margin-top: 30px;
    margin-bottom:30px;
    &:hover{
        background: #000000;
        color: white !important;
        border: 1px solid #000000;
        text-decoration:none;
    }
}

.module_gestion.--formation .formation{
    padding-top:0 !important;
    margin-top:0 !important;
}

.module_video{
    padding: 110px 128px;
    position: relative;
}

.--spaced{
    padding:60px 0;
}
.--classic p{
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    font-family: Spartan-Regular;
    font-size:16px;
}


.module_projets.module_billets .project-wrapper .biggerrow .bloc-blanc p:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: -6rem;
    width: calc(100% + 4rem);
    height: 5px;
    background: #bf1912;
    transition: 
    ease-in-out 0.4s;
}

.fleche-rouge--full {
    width: 110%;
    height: auto;
    display: block;
}
.formation-icon img{
    width:100%;
}
.--dynamic{
    .tabs-list{
        img{
            width:115px;
            height:auto;
        }
    }
    .tabs .tab h3{
        margin-top:0;
        min-height:0;
    }
    .tabs .tab{
        min-height:0;
    }
    h3{
        text-align: left;
        font-family: Spartan-Regular;
        font-size: 25px;
        text-transform: uppercase;
        width: 100%;
        line-height: 30px;
        margin:20px 0;
        @media screen and (max-width: 1440px) {
            padding-left:40px;
        }
        @media screen and (max-width: 1280px) {
            padding-left:0;
        }
    }
}

footer .footer-lising .infolettre svg, footer .footer-lising .recherche svg{
    margin-top:0 !important;
}


@media screen and (max-width:1440px){
    .module_gestion.--dynamic{
        position:relative;
        &:before{
            content: '';
            width: 5px !important;
            background: #bf1812;
            height: 100% !important;
            position: absolute;
            display: block !important;
            top: 0 !important;
            left: 87px !important;
            z-index: 1 !important;
        }
        .tabs.mobile:after {
            display:none !important;
        }
    }
}
@media screen and (max-width:980px){
    .module_video{
        padding: 55px 45px;
        video{
            max-width:100% !important;
        }
    }
    .--intro_text{
        max-width:80% !important;
    }
}




@media screen and (max-width: 1330px) {
    html[lang="en-US"] .logo svg path:not(.st1, .st0) {
        fill: #ffffff !important;
    }
    html[lang="en-US"] .logo svg path:not(.st1, .st0), html[lang="en-US"] .logo svg polygon:not(.st1, .st0), html[lang="en-US"] .logo svg rect:not(.st1, .st0){
        display:none !important;
    }
}

@media screen and (max-width:1200px){
    .module_video{
        .col-6{
            flex: 0 0 100%;
            max-width: 100%;
        }
    }
}

@media screen and (max-width: 600px) {
    .module_gestion.--dynamic {
        &:before {
            left:46px !important;
        }
    }
}

@media screen and (max-width: 420px) {
    .module_gestion.--dynamic {
        &:before {
            left:16px !important;
        }
    }
}

@media screen and (max-width:600px){
    .module_split{
        padding-bottom:120px !important;
    }
}