/*@author Andy, fichier CSS importé du projet ASP.NET*/
/*Style calendrier*/
#calendrier {
    max-width: 100%;
    margin: 0px

}

.header-date {
    font-weight: bold;
    color: gray;
    text-decoration: none !important;
    white-space: nowrap;
}

.header-jour {
    font-weight: bold;
    color: gray;
    text-decoration: none !important;
    white-space: nowrap;
}
.fc-toolbar-title {
    font-size: 25px !important;
}
.fc-col-header-cell-cushion {
    text-decoration: none !important;
    box-shadow: none !important;
}
h1 {
    color: #433C69;
    font-size: 2em
}
h2 {
    color: #433C69;
}
.card h2 {
    color: white;
}

/*Style site*/
#menu-nav {
    width: 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    min-width: 180px;
}
#bouton-deconnexion {
    width: 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%;
    min-width: 180px;
}

#bouton-menu {
    left: 0;
    right: 0;
}
#bouton-control-nav {
    margin-top: 4em !important;
}

@media (min-width: 768px) {
    #bouton-menu {
        left: max(12.5%, 180px);
        right: 0;
    }
}


html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 5px;
    background: linear-gradient(to bottom, #ffffff, #FCFEFF);
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}


.btn.btn-primary-custom {
    color: white;
    background: #6F63AC;
    border-color: #6F63AC;
    box-shadow: 2px 5px 30px -5px rgba(0, 0, 0, 0.25) !important;
}
.btn.btn-primary-custom:hover,
.btn-primary-custom:focus,
.btn-primary-custom:active {
    color: white;
    background: #574E87;
    border-color: #574E87;
    outline: none !important;
    box-shadow: none !important;
    box-shadow: 2px 5px 30px -5px rgba(111, 99, 172, 0.25) !important;
}

.btn.btn-secondary-custom {
    color: #6F63AC;
    background: #E9E7F2;
    border-color: #D1CDE5;
    box-shadow: 2px 5px 30px -5px rgba(0, 0, 0, 0.25) !important;
}

.btn.btn-secondary-custom:hover,
.btn-secondary-custom:focus,
.btn-secondary-custom:active {
    color: #6F63AC;
    background: #D8D6E0;
    border-color: #D1CDE5;
    outline: none !important;
    box-shadow: none !important;
    box-shadow: 2px 5px 30px -5px rgba(111, 99, 172, 0.25) !important;
}

.btn-secondary-custom.btn-recherche {
    border-radius: 2px;
    border-bottom: 3px solid #D8D6E0;
}

.btn.btn-danger-custom {
    background: #E37B69;
    box-shadow: 2px 5px 30px -5px rgba(0, 0, 0, 0.25) !important;
}
.btn.btn-danger-custom:hover,
.btn-danger-custom:focus,
.btn-danger-custom:active {
    background: #C2695A;
    outline: none !important;
    box-shadow: none !important;
    box-shadow: 2px 3px 30px -5px rgba(194, 105, 90, 0.25) !important;
}

.btn-nav-custom {
    border-radius: 2px;
    padding: 10px 0em 10px 0em !important;
}
.btn-nav-custom:focus,
.btn-nav-custom:hover {
    background-color: #D8D6E0 !important;
    border-color: #D1CDE5 !important;
    outline: none !important;
    box-shadow: none !important;
}
.btn-nav-custom.active {
    border: none;
    background-color: #6F63AC !important;
    color: white;
}

.card-body-stage {
    background: white
}
.card-stage {
    width: 25rem;
    overflow: hidden
}

.card-heater-stage {
    color: white;
    background: #6F63AC
}

.list-form {
    overflow: auto
}

.box-custom {
    height: 13em
}

.form-control {
    border-color: #D8D6E0 !important;
    border-radius: 2px;
    border-bottom: 3px solid #D8D6E0;
    box-shadow: 0 0px 30px -12px rgba(0, 0, 0, .175) !important;
}
.form-select {
    border-color: #D8D6E0 !important;
    border-radius: 2px;
    border-bottom: 3px solid #D8D6E0;
    box-shadow: 0 0px 30px -12px rgba(0, 0, 0, .175) !important;
}

.form-control:focus,
.form-control:active {
    border-color: #6F63AC !important;
    outline: 0 !important;
    outline-color: #6F63AC !important;
    box-shadow: 0 0 30px 0.25rem rgba(111, 99, 172, 0.25) !important;
}

.form-select:focus,
.form-select:active {
    border-color: #6F63AC !important;
    outline: 0 !important;
    outline-color: #6F63AC !important;
    box-shadow: 0 0 30px 0.25rem rgba(111, 99, 172, 0.25) !important;
}

.border-custom {
    border: 2px solid #D8D6E0 !important;
    border-radius: 7px;
}

#titre-page-accueil {
    font-size: 4em;
}

.list-form li {
    color: #433C69;
}
.list-form li:hover {
    background-color: #F3F0FC;
}

.list-form li:has(input:checked) {
    background-color: #DDDBE6 !important;
    border: 1px solid #D1CDE5;
}

.list-form input[type="checkbox"] {
    appearance : none !important;
}

.shadow-custom-bottom {
    box-shadow: 0 20px 20px -15px rgba(111, 99, 172, 0.15);
    background-color: transparent !important;
}

dl {
    color: #433C69;
}

/* Style pour Entrevue */
.card-header-mauve {
    background: linear-gradient(135deg, #4b4b8f 0%, #353570 100%);
    color: white;
    padding: 1rem;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.info-row {
    border-bottom: 1px solid #dee2e6;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9rem;
}

.info-row:last-of-type {
    border-bottom: none;
}

.btn-round-group .btn {
    border-radius: 10px;
    margin: 0 5px;
    padding: 5px 15px;
}

.required::after {
    content: " *";
    color: #e74c3c;
    font-weight: bold;
}
