/* Suppression de compte - mon_compte/suppression/demande.php et validation.php */

/* Lien texte dans un paragraphe : couleur du site, souligne, pas le bleu navigateur */
.sc_link {
    color: #e20079;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 2px;
}

.sc_link:hover {
    color: #ff0089;
    text-decoration: underline;
}

/* Bloc des actions de la page de confirmation : deux boutons de meme largeur */
.sc_actions {
    margin: 15px 0 5px 0;
}

/* Action destructive : rouge, pas le rose des boutons habituels */
.sc_btn_danger {
    width: 100%;
    background: #b3261e;
    border: 2px solid #b3261e;
}

.sc_btn_danger:hover {
    background: #d92b22;
    border-color: #d92b22;
}

/* Action secondaire "annuler" : bouton contour, meme gabarit que le bouton principal */
.sc_btn_secondary {
    margin-top: 10px;
    color: #192c3b;
    background: #fff;
    border: 2px solid #192c3b;
}

.sc_btn_secondary:hover {
    color: #fff;
    background: #192c3b;
}
