/*********** GENERAL ***********************/



body {
    font-size: 15px;
}

body p {
    color: white;
    text-shadow: 1px 1px 1px black;
}


table>tbody>tr>td>a {
    color: black;
}

/*********** FENETRE MODALE *************** */
.modal-content {
    /*    background-color: rgba(0,0,0,0.8);*/
    /* background-image: url('../../src2/img/bg/5.jpg'); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    border: 1px dotted rgba(100, 100, 130, 0.95);
    border-radius: 10px !important;
    box-shadow: 0 0 50px black;
}

.modal-content-theme1 {
    background-image: url('../../src2/img/bg/1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme2 {
    background-image: url('../../src2/img/bg/2.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme3 {
    background-image: url('../../src2/img/bg/3.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme4 {
    background-image: url('../../src2/img/bg/4.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme5 {
    background-image: url('../../src2/img/bg/5.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme6 {
    background-image: url('../../src2/img/bg/6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme7 {
    background-image: url('../../src2/img/bg/7.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme8 {
    background-image: url('../../src2/img/bg/8.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme9 {
    background-image: url('../../src2/img/bg/9.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme10 {
    background-image: url('../../src2/img/bg/10.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme11 {
    background-image: url('../../src2/img/bg/11.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme12 {
    background-image: url('../../src2/img/bg/12.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.modal-content-theme13 {
    background-image: url('../../src2/img/bg/13.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}


.modal-backdrop {
    background-color: rgb(255, 255, 255);

}

.modal-backdrop.show {
    opacity: 0.3;
}

.modal-title {
    color: #FFF;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

button.close {
    color: white;
    transition: transform 1s;
}

button.close:hover {

    transform: rotateY(-360deg) scale(2, 2);
    color: white;
}

.submit_wait {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

/*************************************************************/



/******** SIDEBAR ***********/
.user__name {
    color: white;
}

.dropdown-menu {
    /*    color:white;*/
    border: 1px dotted rgba(255, 255, 255, 0.25);
    background-color: rgba(255, 255, 255, 1);
}

.dropdown-item {
    color: black;
    border: 1px dotted rgba(255, 255, 255, 0.25);
    text-shadow: none !important;
}

.navigation li a.active {
    color: rgba(255, 255, 255, 1) !important;
}

.navigation__sub>ul {
    max-height: none !important;
    overflow: visible !important;
}

.navigation__sub.open>ul,
.navigation__sub--active>ul {
    display: block !important;
}

.navigation__sub.navigation__sub--toggled {
    background-color: rgba(255, 255, 255, 0.1);
}

.navigation__sub>ul {
    max-height: 0;
    overflow: hidden;
    /* transition: max-height 0.1s ease; */
}

.navigation__sub.navigation__sub--toggled>ul {
    max-height: 1000px;
    /* valeur large */
}

/*************************************************************/


/************ TITRES ***********/
h1,
h2,
h3,
h4,
h5,
h6 {
    text-shadow: 1px 1px 2px black;
    color: white;
}

h2 {
    margin-top: 5px;
    margin-bottom: 30px;
}

/***********************************************************/



/********** FORMULAIRES ***********/

.form-control:focus {
    border-color: rgba(255, 255, 255, 0.95);
}

label {
    color: white;
    text-shadow: 1px 1px 2px black;
}

label.required:after {
    color: red;
    content: ' *';
}

.form-control {
    color: #fff;
    /*text-shadow:1px 1px 1px black;*/
    font-size: 16px;
}

.form-control:focus {
    color: #FFF;
    text-shadow: 1px 1px 1px black !important;
    /*    font-weight:bold;*/
    border-color: white;
    border-width: 0px 0px 1px 0px;
}

.input-group-addon {
    padding: 0.6rem 1rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.25;
    color: #114;
    text-shadow: 1px 1px 2px white;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border-radius: 0;
}

::placeholder {
    color: #eee;
    font-style: italic;
    text-shadow: none;
    font-weight: normal;
    font-family: trebuchet, helvetica, sans-serif;
}


.card-body>label {
    color: red;
}

select option {
    color: black;
}

select:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: #fff transparent transparent transparent !important;
}

#iconeRafraichir.spin {
    animation: rotation 1s linear infinite;
    transform-origin: 50% 50%;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.form-control-lg {
    font-size: 1em;
}

.btn-rounded {
    border-radius: 100%;
    padding: 5px;
}

.btn-warning {
    color: white;
}

.btn-warning:hover {
    color: white;
}

.submit_wait {
    background-color: none;
    color: rgb(30, 255, 70) !important;
    text-shadow: 1px 1px 1px black;
    margin: 1px;
    font-size: 31px;

    .alert-danger {
        background-color: #ffa8af !important;
    }

    font-weight:bold;
}

.hide {
    display: none;
}

.return_error {
    background-color: rgba(220, 53, 69, 0.95);
    color: white;
    text-shadow: 1px 1px 1px black;
    padding: 5px;
}

.return_info {
    background-color: rgba(23, 162, 184, .95);
    color: white;
    text-shadow: 1px 1px 1px black;
    padding: 5px;
}

.login__block {
    min-width: 35vw !important;
}

#conditionContainer {
    font-size: 1.15em;
}

.card {
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 3px;
    border: 1px dotted rgba(255, 255, 255, 0.3) !important;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.5);
}

.dataTable {
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 2px;
    color: #333;
    /*    text-shadow:1px 1px 1px white;*/
}

.flash-alert {
    background-color: #f8d7da;
    animation: flashFade 1.5s ease forwards;
}

@keyframes flashFade {
    0% {
        background-color: #f8d7da;
    }

    100% {
        background-color: transparent;
    }
}

.text-success {
    color: rgb(30, 255, 70) !important
}

.gc-color-preview {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: transparent;
}

.rounded {
    border-radius: 5px !important;
}

ul.bs-autocomplete-menu {
    z-index: 3000;
    background-color: rgba(0, 0, 0, .95);
    color: white;
}

ul.bs-autocomplete-menu>li {
    color: white !important;
}

/* Surlignage clavier - couvre jQuery UI 1.12 + 1.13 + thèmes */
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active>a,
.ui-autocomplete .ui-menu-item-wrapper.ui-state-focus,
.ui-autocomplete .ui-menu-item .ui-state-active,
.ui-autocomplete .ui-menu-item .ui-state-focus,
.ui-autocomplete .ui-menu-item a.ui-state-active,
.ui-autocomplete .ui-menu-item a.ui-state-focus,
.ui-autocomplete .ui-menu-item div.ui-state-active,
.ui-autocomplete .ui-menu-item div.ui-state-focus {
    background: #fff !important;
    color: #000 !important;
    border: none !important;
    text-shadow: none !important;
}

/* Et pour être sûr que le <li> ne reste pas sombre */
.ui-autocomplete .ui-menu-item.ui-state-active,
.ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #fff !important;
}

.ui-autocomplete {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete {
    z-index: 5000;
}

a.ui-menu-item-wrapper .ui-state-active {
    color: black;
}

.ac-disabled {
    opacity: 1;
    cursor: default;
}

.ac-disabled a {
    pointer-events: none;
    background-color: none !important;
}

/* titres */
.ui-autocomplete li.ac-title .ui-menu-item-wrapper {
    color: #F36A6D !important;
    font-weight: 600;
    cursor: default;
    padding: 8px 10px;
}

/* icône dossier */
.ui-autocomplete li.ac-title .ac-folder {
    display: inline-block;
    width: 18px;
    margin-right: 6px;
    color: #F36A6D;
}

/* items non cliquables (hors titres) */
.ui-autocomplete li.ac-disabled:not(.ac-title) {
    background-color: black !important;
    opacity: 1;
    cursor: default;
}

/* supprime le hover/active jQuery UI sur disabled */
.ui-autocomplete li.ac-disabled .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete li.ac-disabled .ui-menu-item-wrapper:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: inherit !important;
}

/* Titres (items sans lien) : icône + couleur */
.ui-autocomplete li.ac-disabled.ac-title a {
    color: #F36A6D !important;
    font-weight: 700;
    text-decoration: none;
    opacity: 1;
}

/* 🚫 Empêche TOUT surlignage sur les items disabled */
.ui-autocomplete li.ac-disabled .ui-menu-item-wrapper,
.ui-autocomplete li.ac-disabled .ui-menu-item-wrapper.ui-state-active,
.ui-autocomplete li.ac-disabled .ui-menu-item-wrapper:hover,
.ui-autocomplete li.ac-disabled:hover .ui-menu-item-wrapper,
.ui-autocomplete li.ac-disabled .ui-menu-item-wrapper:hover>a,
.ui-autocomplete li.ac-disabled:hover .ui-menu-item-wrapper>a {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

/* (sécurité) empêche aussi toute couleur héritée */
.ui-autocomplete li.ac-disabled {
    background: transparent !important;
}


/********** CALENDAR **************/
.fc-button-primary {
    background-color: #43c15f !important;
    /* text-shadow: 1px 1px 2px black; */
    border: 1px dotted rgb(30, 255, 70) !important;
    font-size: 0.8em !important;
    transform: scale(1, 1);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.fc table tr>td:first-child {
    color: white;
    text-align: center
}

.fc-direction-ltr .fc-timegrid-slot-label-frame {
    text-align: center;
}

#calendar {
    border-bottom: 1px solid #c4c4c4;
}

.calendar td,
.calendar th {
    border-color: rgba(255, 255, 255, 0.075);
}

.fc-theme-standard td,
.fc-theme-standard th {
    border: 1px solid #ddd;
    border: 1px solid var(--fc-border-color, #696969);
}

.fc-button-primary:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    background-color: #349649 !important;
    border: 1px dotted #43c15f
}

.fc-icon {
    width: inherit !important;
    height: 10px !important;
    line-height: inherit !important;
    margin: 0px;
}

.fc-icon-chevron-left,
.fc-icon-chevron-right {
    position: relative;
    text-shadow: 1px 1px 2px black;
}

.fc-direction-ltr .fc-button-group>.fc-button:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    padding-bottom: 8px;
    padding-top: 8px;
}

.fc-theme-standard .fc-list-day-cushion {
    background-color: rgba(0, 0, 0, 0.9) !important;
}

/* ////////////////////////// */

.wrap {
    white-space: normal !important;
    word-break: break-word;
}

/*.content__inner:not(.content__inner--sm) {
    max-width: 1450px;
}*/

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 60px 20px 0 270px;
    }

}

@media (max-width: 1199px) and (min-width: 576px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 60px 30px 0;
    }



}

h3 {
    width: 100%;
    padding-bottom: 3px;
    border-bottom: 1px dotted white;
}

.table thead>tr>th {
    background-color: rgba(255, 255, 255, 0.95);
    border-top: 0;
    border-bottom: 0;
}

.dataTables_length>label select,
.dataTables_length>label input[type=search],
.dataTables_filter>label select,
.dataTables_filter>label input[type=search] {
    color: white;
    text-shadow: 1px 1px 1px black;
    /*    text-shadow:1px1px 1px white;*/
}

.dataTable {
    background-color: rgba(255, 255, 255, 0.4) !important;
}

.table-bordered th,
.table-bordered td {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.dataTable thead>tr>th {
    background-color: rgba(255, 255, 255, 0.5) !important;
    font-weight: bold !important;
    color: black !important;
    text-shadow: 1px 1px 2px white !important;
}

.dataTable tbody>tr>td {
    cursor: black !important;
    font-weight: normal;
}

.table th,
.table td {
    padding: 0.5rem 0.75rem;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
}

.dataTable tbody>tr>td:hover {
    cursor: pointer;
}

.dataTables_length:after,
.dataTables_filter:after {
    color: white;
    text-shadow: 1px 1px 1px black;
}

.btn {
    margin: 2px;
}

.btn-primary {
    color: white !important;
    background-color: #43c15f !important;
    text-shadow: 1px 1px 2px black;
}

.btn-primary:hover {
    background-color: #349649 !important;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    box-shadow:
        /*        0px 0px 3px 3px rgba(0,0,0,0.25) inset,*/
        2px 2px 2px 2px rgba(0, 0, 0, 0.4);
    border: 1px dotted rgb(30, 255, 70);
    cursor: pointer;
    transform: scale(1.1, 1.1);
}

.breadcrumb-item.active {
    color: rgb(30, 255, 70);
    text-shadow: 1px 1px 1px black;
}

@media (max-width: 768px) {

    th.min-tablet,
    td.min-tablet {
        display: none !important;
    }
}

@media (max-width: 992px) {

    th.min-desktop,
    td.min-desktop {
        display: none !important;
    }
}

.gj-datepicker-md {
    line-height: 1;
    color: rgba(255, 255, 255, .87);
    position: relative;
}

.gj-textbox-md {
    font-family: "Nunito", sans-serif;
}

.gj-datepicker-md [role=right-icon] {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 24px;
}

/* ----------------  scroll button */
#myBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #00bf6f;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    opacity: 0.65;
}

#myBtnPrev,
#myBtnNext {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 20px;
    /* Place the button at the bottom of the page */
    z-index: 99;
    /* Make sure it does not overlap */
    border: none;
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #00bf6f;
    /* Set a background color */
    color: white;
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 15px;
    /* Some padding */
    border-radius: 10px;
    /* Rounded corners */
    font-size: 18px;
    /* Increase font size */
    opacity: 0.65;
}



#myBtnPrev {
    right: none;
    left: 20px;
    display: block;
}

#myBtnNext {
    left: 65px;
    display: block;
}

#myBtn:hover,
#myBtn.is-hover,
a#myBtnNext:hover,
a#myBtnNext.is-hover,
a#myBtnPrev:hover,
a#myBtnPrev.is-hover {
    /* mêmes styles que hover */
    transform: scale(1.05);
    opacity: 0.9;
    /* etc... */
}


.dropzone .dz-message {
    text-align: center !important;
}

.fa-upload {
    color: white !important;
    margin: 1.5em 0;
}

.dropzone .dz-message {
    transition: opacity 1200ms;
    min-height: 150px;
    border: 1px dotted white;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

.dropzone .dz-message:hover {
    transition: opacity 1200ms;
    background-color: white;
}

.dropzone .dz-message:hover>.fa-upload {
    color: rgba(0, 0, 25, 0.975) !important;
}

/* -------------------------------------------------------- */


@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 65px 20px 0px 20px;
    }

    .content__title {
        padding: 50px 0px 0px 250px;
    }
}


@media (max-width: 1199px) and (min-width: 576px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 65px 30px 0;
    }

    .content__title {
        padding: 0px 0px 0px 40px;
    }
}