@import "btn/boutonAvecYeux.css";
@import "btn/boutonPressé.css";
@import "btn/boutonAvecAnnimationDeChargement.css";
@import "btn/boutonAvecEffetDeRelief.css";

button {
    cursor: pointer;
}





.capsuleBouton {
    justify-content: center;
    display: flex;
    align-items: end;
    height: 60px;
    user-select: none;

}

/* ---------- */

.centré {
    display: block;
    margin-left: auto;
    margin-right: auto;
}