#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 {
    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;
}

