html {
    scroll-behavior: smooth;
}

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

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

.action_paragraphe {
    text-align: justify;
    width: 100Vh;
}

.financement_paragraphe {
    text-align: justify;
    width: 100Vh;
}


.liste_txt_action {
    width: 100vh;
    text-align: justify;
    list-style: circle;
}



.actions_btn_liste {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 10px;
    text-align: center;
}

.lien_btn_action {
    text-decoration: none;
}


.lien_budget_action {
    color: rgb(29, 158, 218);
    text-decoration: none;
}

.lienmail_actions {
    color: rgb(255, 255, 255);
}

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

.calendrier_txt {
    text-align: center;
    padding: 10px;
    margin: 10px;
    background-color: #5B9FD0;
    color: white;
}

.titre_action_principal {
    font-size: 28px;
}

.titre_action_principal, .titre_action_p, .titre_action_calendrier, .titre_action_p_club {
    font-weight: 500;
}


.titre_action_calendrier {
    font-size: 25px;
    font-weight: 500;
}

.titre_action_p_club {
    color: #5B9FD0;
    font-size: 20px;
}

.titre_action_financement {
    font-weight: bold;
    font-size: 22px;
    font-weight: 500;
}

.soustitre_action_financement {
    font-size: 18px;
    font-weight: 500;
}


.image_page_container {
    display: flex;
}

.image_page_action {
    width: 60vh;
    height: 60vh;
}

.image_page_action_f {
    width: auto;
    height: 50vh;
}


.paragraphe_action_contactl{
text-align: center;
}

.lien_page_action_contact{
color: #5B9FD0;
}



.img_action_budget {
    width: 50vh;
}

.table_budget {
    border: 1px solid black;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.colonne_budget {
    text-align: left;
}

.ligne_col, .ligne_col_b {
    border: 1px solid grey;
    padding: 1%;
    font-weight: 500;
}

.ligne_col {
    background-color:#5b9fd05f;
    font-weight: 600;
}