/*page d'accueil*/

.btnregpresentiel_{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;          /* large bouton */
    max-width: 100%;
    padding: 18px 28px;
    border-radius: 12px;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #0f2a14;            /* texte foncé pour contraste */
    background-color: #8DAF93; /* vert demandé */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.btnregdistanciel_ {
     display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;          /* large bouton */
    max-width: 100%;
    padding: 18px 28px;
    border-radius: 12px;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #0f2a14;            /* texte foncé pour contraste */
    background-color: #8DAF93; /* vert demandé */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

/*page présentiel*/

.btnregsupport_{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;          /* large bouton */
    max-width: 100%;
    padding: 18px 28px;
    border-radius: 12px;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #0f2a14;            /* texte foncé pour contraste */
    background-color: #8DAF93; /* vert demandé */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}


.btnregstandard_{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;          /* large bouton */
    max-width: 100%;
    padding: 18px 28px;
    border-radius: 12px;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #0f2a14;            /* texte foncé pour contraste */
    background-color: #8DAF93; /* vert demandé */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

.btnregstudent_{
     display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 280px;          /* large bouton */
    max-width: 100%;
    padding: 18px 28px;
    border-radius: 12px;
    color: white !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    line-height: 1.2;
    color: #0f2a14;            /* texte foncé pour contraste */
    background-color: #8DAF93; /* vert demandé */
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: transform 0.12s ease, box-shadow 0.12s ease, background-color 0.12s ease;
}

/*formulaire d'inscription*/

.TblTitreRubriqueBo {
    width: 100%;
    background-color: #1b6027;
    color: white;
}

#ctl00_Main_TcktFront_BtnPrevious{
display: none;
}
