.nov-bg-color-bandeau {
    background-color: #13488E;
}

.nov-bg-color-login {
    background-color: #1d1e64;
}

.nov-cell-align-vertical {  
    vertical-align: middle!important; 
}  

.nov-vh-80 {
    height: 80vh !important;
}

.nov-vh-70 {
    height: 70vh !important;
}

.nov-vh-60 {
    height: 60vh !important;
}

.nov-vh-50 {
    height: 50vh !important;
}

.dx-datagrid{  
    font-size: 16px !important; 
} 

.affichage-masque {
    display: none;
}

.nov-hidden {
    display: none;
}

.nov-check-disabled.form-check-input:disabled {
    opacity: 1;
}

.nov-h-200 {
    height: 200px;
}

.nov-container-img {
    width: 300px;
    height: 200px;
    overflow: hidden;
}

.nov-container-img img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* ou "cover" selon l’effet voulu */
}

.nov-img-auto {
    width: 100px;       /* ou une largeur fixe, ex: 300px */
    height: auto;      /* ← c’est ça qui conserve les proportions */
    display: block;    /* optionnel pour éviter l’espace sous l’image */
    border: 2px solid #ffffff; 
    border-radius: 0.8rem;  
}

.nov-img-auto-150 {
    width: 150px;       /* ou une largeur fixe, ex: 300px */
    height: auto;      /* ← c’est ça qui conserve les proportions */
    display: block;    /* optionnel pour éviter l’espace sous l’image */
    border: 2px solid #ffffff; 
    border-radius: 0.8rem;  
}

.dx-checkbox-icon {
    background-color: #685DD8 !important;
}

.dx-checkbox-checked .dx-checkbox-icon {
    color: #fff !important;
}

.dx-checkbox.dx-state-readonly .dx-checkbox-icon {
    border-color: #363636;
    background-color: #685DD8;
}

.dx-button-mode-contained.dx-button-default {
    background-color: #635bcb;
    border-color: transparent;
    color: white;
    margin-top: 5px;
    margin-bottom: 5px;
}