.sliderContainer {
    position: relative;
    height: 600px;
}

.slick-initialized .slick-slide {
    height: 600px;
    filter: brightness(0.3);
    object-fit: cover;
}

.sliderContainer .intro_home {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    color: white;
    text-align: center;
}

.sliderContainer .intro_home h1 {
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 32px;
}

.sliderContainer .intro_home p {
    font-size: 16px;
}

/* QUI SOMMES NOUS */

.quiSommesNous h3 {
    text-align: center;
}

.avantages {
    margin-top: 40px;
}

.avantage {
    text-align: center;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.16);
    padding: 20px;
    margin: 0 0 30px;
}

.avantage p {
    margin-top: 15px;
    margin-bottom: 0;
}

/* OFFRE DU MOMENT */

.offreDuMoment {
    background-color: rgb(2 134 1 / 30%);
}

/* GARANTIES */

.flex_garantie {
    display: flex;
    flex-direction: column;
}

.rge {
    margin-top: 30px;
    order: 1;
    text-align: center;
}

.texte_garantie {
    padding: 0 30px;
}

.texte_garantie ul {
    list-style-type: disc;
    padding-left: 40px;
    margin-bottom: 10px;
}

/** ACCOMPAGNEMENT */

.prestations {
    display: flex;
    margin: 40px auto 0;
    flex-direction: column;
}

.prestation {
    box-shadow: 3px 3px 20px rgb(0 0 0 / 16%);
    margin: 10px 0;
    border-radius: 10px;
}

.prestation h4 {
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    font-size: 16px;
    background-color: #0055a4;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    color: white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.prestation:nth-child(even) h4 {
    background-color: #028601;
}

.prestation ul {
    list-style-type: disc;
    flex-basis: 70%;
    padding: 25px 25px 25px 40px;
}

.prestation li:not(:last-child) {
    margin-bottom: 10px;
}

/** MEDIA QUERIES */

@media (min-width: 768px){
    .introContent h1 {
        font-size: 18px;
    }

    .introContent h2 {
        font-size: 16px;
    }

    .avantages {
        display: flex;
        justify-content: center;
    }

    .avantage {
        flex-basis: calc(25% - 30px);
        margin: 0 15px;
    }

    .flex_garantie {
        flex-direction: row;
        align-items: center;
        gap: 8rem;
    }

    .rge {
        flex-basis: 30%;
        height: 500px;
        background-color: #817878;
        border-top-right-radius: 100%;
        border-bottom-right-radius: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        order: unset;
        --animate-delay: 1s;
    }

    .rge figure img {
        max-width: 150px;
    }

    .texte_garantie {
        flex-basis: 50%;
    }

    .accompagnement h3 {
        text-align: center;
    }

    .prestations {
        width: 60%;
    }

    .prestation {
        display: flex;
        align-items: stretch;
    }

    .prestation h4 {
        border-bottom-left-radius: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        flex-basis: 30%;
        padding: 0;
    }
}

@media (min-width: 992px){
    .sliderContainer .cta {
        top: 12%;
        left: 500px;
        right: unset;
    }

    .sliderContainer .intro_home {
        width: unset;
    }

    .sliderContainer .intro_home h1 {
        font-size: 32px;
    }

    .sliderContainer .intro_home p {
        font-size: 20px;
    }
}

@media (min-width: 1300px){
    .rge figure img {
        max-width: 200px;
    }
}