@media screen {
    #whyChooseUs .uneRaison {
        background: #fff;
        border: 1px solid color-mix(in srgb, #1c2025, transparent 88%);
        border-radius: 8px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        transition: all 0.25s ease-in-out;
    }

    #whyChooseUs .uneRaison:hover {
        border-color: color-mix(in srgb, #3f7036, transparent 70%);
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.08);
        transform: translateY(-3px);
    }

    #whyChooseUs .uneRaison:hover .header .icone {
        background: #3f7036;
    }

    #whyChooseUs .uneRaison:hover .header .icone svg {
        color: #fff;
    }

    #whyChooseUs .uneRaison:hover .footer .lien-externe svg {
        transform: translateX(10px);
    }




    #whyChooseUs .uneRaison .header {
        display: flex;
        justify-content: space-between;
    }

    #whyChooseUs .uneRaison .header .icone {
        width: 45px;
        height: 45px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #3f703652;
        border-radius: 8px;
    }

    #whyChooseUs .uneRaison .header .icone svg {
        width: 32px;
        color: #3f7036;
    }

    #whyChooseUs .uneRaison .header span {
        color: #3f7036;
        background: #3f703652;
        height: fit-content;
        padding: 6px 18px 8px;
        border-radius: 8px;
    }


    #whyChooseUs .uneRaison .raison h6 {
        font-size: 22px;
        font-weight: 600;
        color: #3f7036;
        margin-bottom: 16px;
        letter-spacing: -0.01em;
    }

    #whyChooseUs .uneRaison .raison p {
        font-size: 16px;
        line-height: 1.6;
        color: #364d59;
        margin-bottom: 0;
    }

    #whyChooseUs .uneRaison .footer {
        display: flex;
        align-items: center;
        border-top: 1px solid #1c202597;
    }

    #whyChooseUs .uneRaison .lien-externe {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        color: #3f7036;
        text-decoration: none;
        transition: all 0.25s ease-in-out;
    }

    #whyChooseUs .uneRaison .lien-externe span {
        font-size: 16px;
        font-weight: 600;
        margin-top: -5px;
    }

    #whyChooseUs .uneRaison .lien-externe svg {
        color: #3f7036;
        width: 16px;
        transition: transform 0.25s ease-in-out;
    }


}















#whyUS .cause {
    display: flex;
    gap: 25px;
}

#whyUS .cause div:first-child {
    width: 200px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    transition: .5s;
    border-radius: 5px;
}

#whyUS .cause div:first-child svg {
    width: 25px;
    color: #3e7035;
}

#whyUS .cause a {
    color: #364d59;
    text-decoration: none;
}

#whyUS .cause p {
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: #364d59;
}


#whyUS .cause:hover div:first-child {
    background: #3e7035;
}


#whyUS .cause:hover div:first-child svg {
    color: #fff;
}





#allergies h2 {
    font-size: 32px;
    font-weight: 700;
    color: #4f4f4f;
    text-align: center;
    padding-top: 45px;
}

#allergies h2:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#allergies h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
}









#faq h2 {
    font-size: 32px;
    font-weight: 700;
    color: #4f4f4f;
    text-align: center;
    padding-top: 45px;
}

#faq h2:before {
    margin: 0px 15px 10px 0px;
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
}

#faq h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #3e7035;
    display: inline-block;
    margin: 0px 0px 10px 15px;
}




/* Pour les accordeons. */
.accordion-button:focus {
    box-shadow: unset;
    /* Suppression de l'ombre quand on focus une question.  */
}

#accordionExample .accordion-item {
    border-radius: 30px;
}

#accordionExample .accordion-button {
    border-radius: 30px;
}

.accordion-button.collapsed {
    background: #3e7035d6;
    color: #fff;
}

#accordionExample .accordion-button:not(.collapsed) {
    background: #3f7036;
    color: #fff;
}

/* .accordion-button {
    color: #fff;
}

.accordion-button:not(.collapsed) {
    background: #3e7035;
    border: unset;
    color: #fff;

}

.accordion-button:focus {
    box-shadow: none
}

.accordion-button.collapsed {
    background: #3e7035d6;
}

.accordion-button.collapsed:hover {
    background: #3e7035;
} */