

.paragraphe_page_formation {
    width: 70%;
    text-align: justify;
}

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

.img_page_formation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.bloc_img_page_formation {
    display: flex;
    width: 50%;
    justify-content: center;
}

.page_formation_logo {
    width: 35%;
    border: 1px solid;
    padding: 20px;
    margin: 20px;
}

.page_formation_contacts {
    display: flex;
    text-align: justify;
    justify-content: center;
    flex-direction: column;
}

.formation_contact {
    width: 100%;
}

.lien_formation {
    color: black;
}

.lien_formation:visited {
    color: black;
}

.titre_page_formation {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
}



.lien_pagesformation {
    display: flex;
    justify-content: space-around;
}



.lien_page_formtion {
    background-color: rgb(102, 182, 239);
    padding: 10px;
    color: white;
    padding-left: 20vh;
    padding-right: 20vh;
}

.lien_page_formtion:hover {
    background-color: white;
    color: rgb(24, 106, 169) !important;
    border: 1px solid  rgb(102, 182, 239);
}


.lien_page_formtion:visited{
    color: rgb(255, 255, 255);
}

.contacts_formationsclubs{
margin-top: 5px;
}

.contacts_formationsclubs_paragraphe{
    margin-top: 10px;
}