.fond_clair{
    background-color: #efefef;
}
.ui-dialog-titlebar-close {
    color: white !important;      /* La couleur du "X" */
    background: transparent !important;
    border: none !important;
    font-size: 18px !important;
    opacity: 1 !important;
}
.ui-dialog-titlebar {
    background-color: #333 !important;  /* Fond du header */
    color: white !important;            /* Titre en blanc */
}
.text-theme{
    color: var(--BC-Vert-1, #008569);
    text-align: center;

    /* Desktop/D-H1 */
    font-family: Outfit;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
h1{
    color: var(--BC-Vert-2, #00503F);
    /* Desktop/D-H1 */
    font-family: Outfit;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

