﻿
.radio {
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-right: 10px;
}

.row-bg-gray {
    background-color: #d6d8db;
}

.radiogroupe {
    width: 18px;
    width: 18px;
    vertical-align: middle;
}
select[aria-invalid="true"],
input[aria-invalid="true"] {
    border-color: #dc3545 !important; /* rouge Bootstrap */
    color: #842029; /* texte rouge foncé */
}

.reponse {
    left: 20px;
}

.precis {
    left: 20px;
   
}

.InfoComple{


}

input[readonly] {
   color: #6c757d; /* texte grisé */
    cursor: not-allowed; /* curseur barré comme un champ désactivé */
}

input.is-invalid {
    border-color: #dc3545;
}

.invalid-feedback {
    color: #dc3545;
    font-size: 0.875em;
    margin-top: 0.25rem;
    display: none;
}

    .invalid-feedback.active {
        display: block;
    }


.required-label::after {
    content: " *";
    color: red;
}

.attest-label {
    font-size: 1rem;
    color: #333;
    margin-bottom: 5px;
    border: none;
    background-color: transparent;
    width: 100%;
}


select.module-select option:disabled {
    color: #999;
    font-style: italic;
}



select.financement-select option:disabled {
    color: #999;
    font-style: italic;
}


.reponsecourte {
    left: 20px;
    width: 30px;
    max-width: 20%;
}



.check {
    margin-right:10px;
}






.lien {
    cursor: pointer;
}



.radio {
    height: 20px;
    width: 20px;
    vertical-align: middle;

}

#FormulaireInsert_Titre {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}


#FormulaireUpdate_Titre {
    height: 20px;
    width: 20px;
    vertical-align: middle;
}

.readonly {
    opacity: 0.8; /* not necessary */
    cursor: not-allowed;
    pointer-events: none;
}


.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: none;
}

