.card {
    border: 2px solid var(--color-8);
    border-radius: 15px;
    margin: 10px;
    padding: 2rem 0;
    text-align: center;

}

.ui-panel {
    border: 2px solid var(--color-8) !important;
    border-radius: 15px !important;
    margin: 10px !important;
    padding: 2rem 0 !important;
    text-align: center !important;
    box-shadow: 0 2px 4px var(--color-8);
}
.card-panel{
    border: 2px solid var(--color-8) !important;
    border-radius: 15px !important;
    margin: 10px !important;
    padding: 2rem 0 !important;
    text-align: center !important;
    box-shadow: 0 2px 4px var(--color-8);
}
.ui-panel-titlebar {
    color: white !important;
    font-weight: bold;
    font-size: x-large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #831717 !important;
    padding: 7px;
    border-radius: 5px 5px 0 0;
}


.ui-g {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ui-button-outlined {
    color: #283a5ae6;
    font-weight: bold;
    border: 1px solid #283a5ae6;
    /* Ajoutez la bordure si nécessaire */
    background: none;
    /* Pour simuler l'effet "outlined" */
    padding: 0.5em 1em;
    border-radius: 4px;
    /* Si vous souhaitez des bords arrondis */
    text-align: center;
    display: inline-block;
    /* Pour éviter que le bouton ne prenne toute la largeur */
    text-decoration: none;
    /* Supprime le soulignement du lien */
}

.growl_container {
    display: none;
}

/* styles.css */
.custom-h3 {
    color: white !important;
    font-weight: bold;
    font-size: x-large;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    background-color: #831717;
    padding: 7px;
}
