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

.aide_texte {
    text-align: center;
    width: 80vw;

    & h3 {
        padding-top: 1rem;
        /* font-size: 2.5em; */
        filter: none;
    }

    & p {
        font-size: var(--mobile-taille-titresSecondaires);
    }
}

.question_image {
    filter: drop-shadow(5px 8px 0px var(--couleur-accent-primaire));
    width: 5.5rem;
}

.fond_courbe_image {
    filter: drop-shadow(0px 15px 0px var(--couleur-accent-tertiaire));
    width: 100%;
}

.section_daide_contenu {
    display: flex;
    gap: 1rem;
    /* position: relative; */
    top: 100px;
    /* bottom: clamp(4rem, 0.8966rem + 12.7321vw, 7rem); */
    /* z-index: 3; */
    flex-direction: column;
    align-items: center;
}

.section_daide {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 3rem;
    background-size: 65rem 45rem;
    background-repeat: no-repeat;
    background-position-y: unset;
    background-position-x: center;
    height: clamp(33rem, 13.7143rem + 21.4286vw, 48rem);
    align-items: center;
    justify-content: center;

    & a {
        display: flex;
        padding-top: 1rem;
        justify-content: center;
    }
}

.courbe_fond_img {
    /* position: absolute; */
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    z-index: 1;
    padding-bottom: 2rem;
}

@media (min-width: 768px) {
    .question_image {
        width: 103px;
    }

    .courbe_fond_img {
        top: 50%;
        left: 50%;
        /* transform: translate(-50%, -50%); */
    }

    .section_daide_contenu {
        /* bottom: clamp(9rem, 5.5714rem + 5.3571vw, 12rem); */
    }

    .aide_texte {
        & h3 {
            /* font-size: 3.5em; */
        }

        & p {
            /* font-size: 2em; */
        }
    }
}

@media (min-width: 1024px) {
    .section_daide {
        width: 100%;
        position: relative;
        z-index: 2;
        padding-top: 3rem;
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: center;
        background-position-x: center;
        height: clamp(33rem, 13.7143rem + 21.4286vw, 48rem);
    }

    .question_image {
        width: 7rem;
    }

    .aide_texte {
        & h3 {
            /* font-size: 5em; */
        }

        & p {
            /* font-size: 2.5em; */
        }
    }

    .section_daide_contenu {
        top: 3rem;
        /* bottom: -12rem; */
    }

    .courbe_fond_img {
        bottom: 0px;
    }
}

@media (min-width: 1440px) {
    .section_daide_contenu {
        top: clamp(5rem, -14.286rem + 21.429vw, 15rem);
        /* bottom: 0rem; */
    }

    .section_daide {
        height: clamp(33rem, 6rem + 30vw, 54rem);
    }
}