﻿html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.header {
    display: flex;
    align-items: center;
    background-color: #f8f9fa;
    padding: 10px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.logo-container {
    margin-right: 20px;
}

.logo {
    height: 40px; /* Ajustez selon votre logo */
}

.custom-menu .rz-navigation-item {
    font-weight: bold;
    font-size: 16px;
    padding: 10px 15px;
}

.rz-fieldset {
    margin-bottom:10px;
}
.rz-fieldset-legend {
    font-weight: bold;
}

    .rz-fieldset-legend > span {
        margin-left: 10px;
    }

.minor-check {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap; /* empêche le saut entre "Mineur" et "?" */
}

/* Rend la checkbox carrée */
.rz-checkbox-box {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}

.rz-checkbox-icon {
    left: 0 !important;
    top: 0 !important;
    margin: 0 !important;
    font-size: 18px !important; /* Ajuste la taille si besoin */
    line-height: 1 !important;
}