.titre_activites {
    font-family: 'Quicksand', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
}

.activites_box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

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

.activites_box_deux {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.img_page_activites_deux {

    display: flex;
    width: 30%;
    justify-content: center;
}

.img_activite {
    margin-top: 20px;
    width: auto;
}

.titre_page_activites {
    text-align: center;
}



.video_page_activites {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.paragraphe_activites {
    width: 60%;
    text-align: justify;
}



.activites_btn_club, .activites_btn_handicare {
    text-decoration: underline;
    border: none;
    font-size: 20px;
    background-color: #F08A1D;
    color: white;
    padding: 13px 15px 13px 15px;
    cursor: pointer;

}

.activites_btn_handicare:hover {
    border: 1px solid #F08A1D;
    background-color: #ffffff;
    color: #F08A1D !important;
}

.activites_btn_club:hover {

    border: 1px solid #F08A1D;
    background-color: #ffffff;
    color: #F08A1D !important;
}


.activites_btn_handicare, .activites_btn_club {
    margin-top: 15px;

}