body{
    font-family: "Barlow", Arial, serif !important;
    font-size: 1rem !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    background-color: #F7F7F7 !important;

}
#navbarSupportedContent .nav-item.active a {
    color: #ffffff;
    border-bottom:solid;
}
.navbar {
    background-color: #242426;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
}
.navbar-brand img {
    height: 30px;
    margin-right: 10px;
}
footer{
    background-color: #242426;
    color: #333;
    box-shadow: 0px -5px 10px -5px rgba(0, 0, 0, 0.1);
}
.stagiaire_content {
    background-color: #ffffff !important;
    padding: 20px;
    border-radius: 8px;
    margin-top: 25px;
    min-height: 400px;
}
#prochains_seances ul li{
    border-left: 2px solid;
    border-bottom: 0;
    border-left-color: #084f9ca6;
    margin-bottom: 7px;
    transition: transform 0.6s ease-in-out;
}#prochains_seances{
     margin-top: 7px;
     margin-bottom: 7px;
     border-right: 0 solid;
     border-right-color: #084f9ca6;
 }
.ombrage{
    box-shadow: 0 .5rem 1rem #00000026;
}
#prochains_seances ul li:hover{
    background-color: #cfe2ff;
}
.lieu{
    color: #000000
}
#notif_box{
    min-height: 20px;
}
.titre_entete h1 {
    margin-top: 10px;
    margin-bottom: 15px;
    padding: 10px;
    font-size: 124%;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #084f9ca6;
    line-height: 32px;
    color: #fff;
    border-radius: 5px;
}
.menuSubtitle{
    font-size: 13px;
    margin: 8px 0 30px;
    color: #6d6d6c;
}
.ins_en_cours_box{
    border-radius: 3px;
    border: 1px solid #7979f1;
    margin-top: 10px;
}
.table {
    --bs-table-hover-bg: #cfe2ff !important;
}
.tr-head{
    background-color: #cfe2ff !important;
}
.stagiaire_content a  {
    text-decoration: none;
    color: unset;
}
.stagiaire_content a li:hover{
    background-color: #cfe2ff !important;
}
.card {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,.1), 0 2px 2px 0 rgba(0,0,0,.06);
}
.card {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    min-width: 0 !important;
    word-wrap: break-word !important;
    background-color: #fff !important;
    background-clip: border-box !important;
    border: 0 solid rgba(0,0,0,.125) !important;
    border-radius: .25rem !important;
}
.card-header{
    background-color: #7979f112 !important;
    /*background-color: #7979f13b  !important;*/
}
.card-body{
    background-color: #ffffff;
}
.card-header-tabs .nav-link.active{
    /*color: #3d3d3d !important;
    font-weight: 700 !important;*/
}
/*.nav-tabs .nav-link.active{
    background-color: #5cb85c !important;
}
.nav-tabs .nav-link{
    background-color: #5cb85c66 !important;
}
.nav-tabs .nav-item{
    margin-left: 5px;

}.nav-tabs .nav-item:hover{
    background-color: #5cb85c;
}*/
.fw-bold{
    color: #4d4d4c !important;
}
#ajax-loading {
    display: none; /* Caché initialement */
    position: fixed;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
    z-index: 2;
    border-radius: 50%;
    /*width: 3% !important;*/
}
.stagiaire_content {
    background-color: hsla(0, 0%, 100%, 0.7) !important;
    min-height: 500px;

}

.form_content {
    min-height: 333px;
}

#submitBtn {
    display: none;
}

.completion-form .step {
    display: none;
}

.completion-form .step-header .steplevel {
    position: relative;
    flex: 1;
    padding-bottom: 30px;
}

.completion-form .step-header .steplevel.active {
    font-weight: 600;
    text-decoration: underline;
}

.completion-form .step-header .steplevel.finish {
    font-weight: 600;
    color: #009688;
}

.completion-form .step-header .steplevel::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 9;
    width: 20px;
    height: 20px;
    background-color: #d5efed;
    border-radius: 50%;
    border: 3px solid #ecf5f4;
}

.completion-form .step-header .steplevel.active::before {
    background-color: #3fbdb4;
    border: 3px solid #d5f9f6;
}

.completion-form .step-header .steplevel.finish::before {
    background-color: #3fbdb4;
    border: 3px solid #3fbdb4;
}

.completion-form .step-header .steplevel::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 100%;
    height: 3px;
    background-color: #f3f3f3;
}

.completion-form .step-header .steplevel.active::after {
    background-color: #a7ede8;
}

.completion-form .step-header .steplevel.finish::after {
    background-color: #009688;
}

.completion-form .step-header .steplevel:last-child:after {
    display: none;
}

input[readonly] {
    background-color: #f4f4f4; /* Couleur de fond gris clair */
    color: #333; /* Couleur de texte noire */
    cursor: not-allowed; /* Curseur interdit pour indiquer qu'il est en lecture seule */
}

.error {
    font-size: 10px;
    color: #dc3545;
    font-weight: bold;
}

.has-error .form-control {
    border-color: #a94442;
}