/*********** GENERAL ***********************/

body {
    font-size: 15px;
}

body p:not(#formModal) {
    color: white;
    text-shadow: 1px 1px 1px black;
}

p #formModal {
    color: inherit;
    text-shadow: inherit;
}

.notStyle {
    color: white !important;
    text-shadow: none !important;
}

.modal-body a {
    color: rgb(93, 93, 255) !important;
    font-weight: bold !important;
}

.btn {
    margin: 2px;
    color: white !important;
    text-shadow: 1px 1px 2px black;
}

.btn: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);
}

.btn-primary {
    background-color: #43c15f !important;
    text-shadow: 1px 1px 2px black;
}

.btn-primary:hover {
    background-color: #349649 !important;
    border: 1px dotted #43c15f
}

.text-primary {
    color: #43c15f !important;
    text-shadow: 1px 1px 2px black;
}

a.text-primary {
    color: #43c15f !important;
    text-shadow: 1px 1px 2px black;
}

a.text-primary:hover {
    color: #349649 !important;
    text-shadow: 1px 1px 2px black;
}

.btn-danger {
    background-color: rgb(255, 86, 86) !important;
    text-shadow: 1px 1px 2px black;
}

.btn-danger:hover {
    border: 1px dotted rgb(255, 86, 86);
    background-color: rgb(211, 0, 0) !important;
}

.btn-warning {
    background-color: #FFC30E
}

.btn-warning:hover {
    border: 1px dotted #FFC30E;
    background-color: #ff9100;
}

.btn-secondary {
    background-color: #a0a0a0
}

.btn-secondary:hover {
    border: 1px dotted #a0a0a0;
    background-color: #777;
}

#myBtnPrev,
#myBtnNext {
    display: none;
    /* Hidden by default */
    position: absolute;
    z-index: 99;
    /* Fixed/sticky position */
    top: 73px;
    /* Place the button at the bottom of the page */
    right: 30px;
    /* Place the button 30px from the right */
    /* Make sure it does not overlap */
    border: 1px dotted rgb(30, 255, 70);
    /* Remove borders */
    outline: none;
    /* Remove outline */
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* Some padding */
    border-radius: 5px;
    /* Rounded corners */
    font-size: 17px;
    /* Increase font size */
}

#toTop {
    display: none;
    /* Hidden by default */
    position: fixed;
    z-index: 99;
    /* Fixed/sticky position */
    bottom: 10px;
    /* Place the button at the bottom of the page */
    right: 10px;
    /* Place the button 30px from the right */
    /* Make sure it does not overlap */
    border: 1px dotted rgb(30, 255, 70);
    /* Remove borders */
    outline: none;
    /* Remove outline */
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* Some padding */
    border-radius: 5px;
    /* Rounded corners */
    font-size: 17px;
    /* Increase font size */
}

#toTop:hover {
    background-color: #555;
    /* Add a dark-grey background on hover */
}

#myBtnPrev {
    right: none;
    right: 65px;
    display: block;
}

#myBtnNext {
    right: 20px;
    display: block;
}

.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-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;
    margin-top: -5px !important;
    text-shadow: 1px 1px 2px black;
}

a[href^="tel:"] {
    text-shadow: 1px 1px 1px black;
}

a[href^="tel:"]:hover {
    font-weight: bolder;
    color: black;
    text-shadow: 1px 1px 1px white;
}

#scriptSearch {
    padding-top: 20px
}

/*********** FENETRE MODALE *************** */

.modal-content {
    /*    background-color: rgba(0,0,0,0.8);*/
    background-image: url('../../src2/img/bg/7.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-erreur {
    /*    background-color: rgba(0,0,0,0.8);*/
    background-color: white;
    color: black !important;
    border: 1px dotted rgba(100, 100, 130, 0.95);
    border-radius: 10px !important;
    box-shadow: 0 0 50px black;
    text-align: left;
}

.modal-content-erreur .modal-title {
    color: black !important;
    font-weight: bold;
    text-shadow: none;
}

.modal-content-erreur button.close {
    color: black !important;
    font-weight: bold;
    text-shadow: none;
}

.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 ***********/

.scrollbar-inner {
    margin-top: -15px;
}

.navigation li a.active {
    background-color: rgba(255, 255, 255, 0.1);
    color: white !important;
    font-style: italic !important;
}

li.navigation__sub--toggled>a.active {
    background-color: rgba(255, 255, 255, 0.15);
    border-bottom: 1px dotted white;
    color: white !important;
    font-weight: bold !important;
}

.navigation li:not(.navigation__active):not(.navigation__sub--active) a:hover {
    background-color: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.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;
}

/*************************************************************/

/************ TITRES ***********/

h1,
h2,
h3,
h4,
h5 {
    text-shadow: 1px 1px 2px black;
    color: white;
}

.textshadow_none {
    text-shadow: none !important;
}

h2 {
    margin-top: 5px;
    margin-bottom: 30px;
}

/***********************************************************/

.blink {
    font-size: 1.2em;
    -webkit-animation: 1s linear infinite condemed_blink_effect;
    animation: 1s linear infinite condemed_blink_effect;
}

@-webkit-keyframes condemed_blink_effect {
    0% {
        opacity: 1;
        color: red;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        color: white;
    }

    75% {
        opacity: 1;
    }

    100% {
        color: red;
        opacity: 1;
    }
}

@keyframes condemed_blink_effect {
    0% {
        opacity: 1;
        color: red;
    }

    25% {
        opacity: 1;
    }

    50% {
        opacity: 0;
        color: white;
    }

    75% {
        opacity: 1;
    }

    100% {
        color: red;
        opacity: 1;
    }
}

/********** FORMULAIRES ***********/

.form-control:disabled,
.form-control[readonly] {
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.25) !important;
}

.bs-autocomplete-menu {
    background-color: rgba(0, 0, 25, 0.975);
    padding-bottom: 10px;
    border-radius: 0px 0px 5px 5px;
    z-index: 1500;
}

.ui-menu .ui-menu-item a:hover {
    cursor: pointer;
}

.ui-state-active a:before {
    content: ' > ';
}

.ui-state-active {
    font-weight: bold;
}

.ui-menu-item {
    padding: 10px 10px !important;
}

.ui-menu-item:hover {
    background-color: rgba(255, 255, 255, 0.3);
}

.select2-dropdown .select2-search--dropdown:before {
    color: rgba(0, 0, 0, 0.85) !important;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
    color: black;
    background-color: white;
    height: 2.8rem;
    padding-left: 3.5rem;
}

.select2-container--default .select2-selection--multiple {
    background: none !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 0;
    box-shadow: none !important;
    border-radius: 10 !important;
}

.select2-container--default .select2-selection--multiple {
    background-color: transparent;
    border: 0;
    box-shadow: 0 1px 0 0 rgb(255 255 255 / 20%);
    border-radius: 10 !important;
    /* padding-bottom: 1px; */
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* background-color: rgba(255, 255, 255, 0.15) !important; */
    margin-top: 0 !important;
    padding-bottom: 1px;
}

.select2-container--default .select2-selection--multiple {
    background-color: rgba(255, 255, 255, 0.15);
}

.select2-hidden-accessible {
    left: 30px;
    top: 38px;
    width: 100%;
    margin: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: rgba(255, 255, 255, 0.15) !important;
    color: white !important;
    cursor: default;
    opacity: 1;
}

input:hover {
    cursor: default;
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    background-color: rgba(0, 0, 25, 0.8);
}

.bootstrap-select.form-control {
    margin-bottom: 3px !important;
    padding: 0;
    border: none;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single {
    border-bottom: none;
    border-radius: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    border-radius: 3px 3px 0px 3px !important;
    line-height: 1.25;
    padding: 0.6rem 1px;
    padding-left: 5px !important;
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 1px 1px 1px black;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 1px 1px 1px black;
}

.select2-container--default .select2-selection--single:before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 1px;
    bottom: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    box-shadow: 1px 1px 0px 0px black;
}

.select2-selection--multiple:before {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: 1;
    right: 1px;
    bottom: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 8px 8px;
    border-color: transparent transparent #fff transparent;
    box-shadow: 1px 1px 0px 0px black;
}

.select2-dropdown {
    background: rgba(0, 0, 25, 0.975);
    color: white !important;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-shadow: 2px 2px 2px black !important;
    font-weight: bold;
}

.select2-dropdown .select2-results__option[aria-selected=false]:hover {
    background-color: rgba(255, 255, 255, 0.15);
    color: white;
    text-shadow: 2px 2px 2px black !important;
    font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background-color: rgba(255, 255, 255, 0.15) !important;
    margin-top: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    /* background-color: rgba(255, 255, 255, 0.15) !important; */
    margin-top: 5px;
    border-radius: 3px;
    padding: 0 0 5px 5px;
    /* width:100%; */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 4px !important;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 1);
    border: 0;
    background-color: rgba(0, 0, 25, 0.5) !important;
    padding: 0.4rem 0.8rem;
    color: white !important;
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding-left: 5px;
}

element.style {}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border-radius: 2px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.08);
    padding: 0rem 0.8rem;
    color: rgba(255, 255, 255, 1);
    text-shadow: 1px 1px 1px black;
}

.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 !important;
    content: ' *';
}

.form-control {
    color: #fff;
    text-shadow: 1px 1px 1px black;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 0px;
    color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 3px;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.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;
    font-size: 1rem;
    min-width: 41px;
    font-weight: normal;
    line-height: 1.25;
    margin-top: 5px !important;
    height: 37px;
    padding-top: 0px;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0;
    border-radius: 0;
}

::placeholder {
    color: rgba(255, 255, 255, 1) !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5) !important;
    font-style: italic;
    font-size: 0.9em;
    font-weight: normal;
    font-family: trebuchet, helvetica, sans-serif;
}

select .dropdown-menu {
    background-color: rgba(255, 255, 255, 0.5);
}

.dropdown-menu {
    background-color: rgba(255, 255, 255, 1);
}

.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;
}

.form-control-lg {
    font-size: 1em;
}

.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;
}

/* -------------------------------------------------------- */

.btn-rounded {
    border-radius: 100%;
    padding: 5px;
}

.submit_wait {
    background-color: none;
    color: rgb(30, 255, 70) !important;
    text-shadow: 1px 1px 1px black;
    margin: 1px;
    font-size: 31px;
    font-weight: bold;
}

.alert {
    margin-top: -20px;
    margin-left: -30px;
    margin-right: -20px;
    margin-bottom: 20px;
}

.alert-secondary {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#6d6d6d+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(109, 109, 109, 1) 0%, rgba(0, 0, 0, 0) 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(109, 109, 109, 1) 0%, rgba(0, 0, 0, 0) 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(109, 109, 109, 1) 0%, rgba(0, 0, 0, 0) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6d6d6d', endColorstr='#00000000', GradientType=1);
    /* IE6-9 */
    color: white;
    text-shadow: 1px 1px 2px rgba(255, 22, 38, 1);
    padding-bottom: 10px;
    padding-top: 10px;
}

.alert-danger {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff1626+0,ffffff+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(255, 22, 38, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 22, 38, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 22, 38, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1626', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    color: white;
    text-shadow: 1px 1px 2px rgba(255, 22, 38, 1);
    padding-bottom: 10px;
    padding-top: 10px;
}

.alert-orange {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd7e14+0,ffffff+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(253, 126, 20, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(253, 126, 20, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(253, 126, 20, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e14', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    color: white;
    text-shadow: 1px 1px 2px rgba(253, 126, 20, 1);
    padding-bottom: 10px !important;
    padding-top: 10px !important;

}

.alert-info {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fd7e14+0,ffffff+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(23, 162, 184, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(23, 162, 184, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(23, 162, 184, 1) 0%, rgba(255, 255, 255, 0) 75%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd7e14', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    color: white;
    text-shadow: 1px 1px 2px rgba(23, 162, 184, 1);
    padding-bottom: 10px !important;
    padding-top: 10px !important;
    border-radius: 5px;
}

.alert-success {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#28a145+0,ffffff+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(40, 161, 69, 1) 0%, rgba(255, 255, 255, 0) 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(40, 161, 69, 1) 0%, rgba(255, 255, 255, 0) 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(40, 161, 69, 1) 0%, rgba(255, 255, 255, 0) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28a145', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    color: white;
    text-shadow: 1px 1px 2px rgba(40, 161, 69, 1);
    padding-bottom: 10px;
    padding-top: 10px;
}

.alert-warning {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ecb40b+0,ffffff+75&1+0,0+75 */
    background: -moz-linear-gradient(left, rgba(236, 180, 11, 1) 0%, rgba(255, 255, 255, 0) 75%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(236, 180, 11, 1) 0%, rgba(255, 255, 255, 0) 75%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(236, 180, 11, 1) 0%, rgba(255, 255, 255, 0) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ecb40b', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    color: white;
    text-shadow: 1px 1px 2px rgba(236, 180, 11, 1);
    padding-bottom: 10px;
    padding-top: 10px;
}

.alert-teal {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#20c997+1,ffffff+75&1+0,0+75 */
    background: linear-gradient(to right, rgba(32, 201, 151, 1) 0%, rgba(32, 201, 151, 0.99) 1%, rgba(255, 255, 255, 0) 75%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.closeAlerte {
    position: absolute;
    top: 132px;
    right: 40px;
    z-index: 3000;
}

.closeAlerte:hover {
    cursor: pointer;
}

.badge-teal {
    color: black;
    background-color: #20c997 !important;
}

.badge-orange {
    background-color: #fd7e14 !important;
    color: black;
}

.badge-info {
    color: black;
}

.badge-secondary {
    color: white;
    background-color: #6D6D6D !important;
}

.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;
}

.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;*/
}

table.dataTable tbody td {
    vertical-align: middle;
}

.alert {
    margin-top: 0px;
    margin-bottom: 0px;
}

.alert.content__index {
    margin-top: 20px;
    padding-left: 30px;
}

table.dataTable tbody>tr.selected,
table.dataTable tbody>tr>.selected,
table.dataTable.hover tbody>tr.selected:hover {
    background-color: rgba(0, 0, 0, 0.5);
}

@media (min-width: 1200px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 49px 20px 0px 20px;
    }
}

@media (max-width: 1199px) and (min-width: 576px) {
    .content:not(.content--boxed):not(.content--full) {
        padding: 49px 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.group>td {
    background-color: rgba(100, 100, 100, 0.5) !important;
    font-weight: bold !important;
    color: white !important;
    text-shadow: 1px 1px 2px black !important;
}

.dataTable tbody>tr>td {
    cursor: black !important;
    font-weight: bold;
}

.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;
}

.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;
}

.cke_inner {
    background: none !important;
    border-radius: 3px !important;
}

.cke_chrome {
    border-radius: 3px !important
}

.cke_top,
.cke_bottom {
    background: rgba(255, 255, 255, 0.4) !important;
}

.nav-tabs .nav-link {
    border: 0;
    color: #ccc;
    text-shadow: 1px 1px 1px black;
    transition: color 300ms;
    position: relative;
    font-size: 1rem;
    text-transform: uppercase;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    text-shadow: 1px 1px 1px black;
    background-color: transparent;
    font-weight: bold;
    font-size: 1.1rem;
    border-color: #ddd #ddd transparent;
    text-transform: uppercase;
}

.nav-link:not(.disabled):not(.active):hover {
    color: fff;
}

.nav-link.active:hover {
    color: white;
    font-weight: bold;
}

.calendar .fc-toolbar {
    height: 40px !important;
}

.fc .fc-scrollgrid {
    border-collapse: separate;
    border: 1px dotted rgba(255, 255, 255, 0.5);
}

.reinitialise {
    animation: none;
    animation-delay: 0;
    animation-direction: normal;
    animation-duration: 0;
    animation-fill-mode: none;
    animation-iteration-count: 1;
    animation-name: none;
    animation-play-state: running;
    animation-timing-function: ease;
    backface-visibility: visible;
    background: 0;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-position-x: 0;
    background-position-y: 0;
    background-repeat: repeat;
    background-size: auto auto;
    border: 0;
    border-style: none;
    border-width: medium;
    border-color: inherit;
    border-bottom: 0;
    border-bottom-color: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-style: none;
    border-bottom-width: medium;
    border-collapse: separate;
    border-image: none;
    border-left: 0;
    border-left-color: inherit;
    border-left-style: none;
    border-left-width: medium;
    border-radius: 0;
    border-right: 0;
    border-right-color: inherit;
    border-right-style: none;
    border-right-width: medium;
    border-spacing: 0;
    border-top: 0;
    border-top-color: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-style: none;
    border-top-width: medium;
    bottom: auto;
    box-shadow: none;
    box-sizing: content-box;
    caption-side: top;
    clear: none;
    clip: auto;
    color: inherit;
    columns: auto;
    column-count: auto;
    column-fill: balance;
    column-gap: normal;
    column-rule: medium none currentColor;
    column-rule-color: currentColor;
    column-rule-style: none;
    column-rule-width: none;
    column-span: 1;
    column-width: auto;
    content: normal;
    counter-increment: none;
    counter-reset: none;
    cursor: auto;
    direction: ltr;
    display: inline;
    empty-cells: show;
    float: none;
    font: normal;
    font-family: inherit;
    font-size: medium;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: auto;
    hyphens: none;
    left: auto;
    letter-spacing: normal;
    line-height: normal;
    list-style: none;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    max-height: none;
    max-width: none;
    min-height: 0;
    min-width: 0;
    opacity: 1;
    orphans: 0;
    outline: 0;
    outline-color: invert;
    outline-style: none;
    outline-width: medium;
    overflow: visible;
    overflow-x: visible;
    overflow-y: visible;
    padding: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    page-break-after: auto;
    page-break-before: auto;
    page-break-inside: auto;
    perspective: none;
    perspective-origin: 50% 50%;
    position: static;
    /* Vous devrez modifier les quotes selon le langage de la page (ici il s'agit du Langage Français) */
    quotes: '201C' '201D' '2018' '2019';
    right: auto;
    tab-size: 8;
    table-layout: auto;
    text-align: inherit;
    text-align-last: auto;
    text-decoration: none;
    text-decoration-color: inherit;
    text-decoration-line: none;
    text-decoration-style: solid;
    text-indent: 0;
    text-shadow: none !important;
    text-transform: none;
    top: auto;
    transform: none;
    transform-style: flat;
    transition: none;
    transition-delay: 0s;
    transition-duration: 0s;
    transition-property: none;
    transition-timing-function: ease;
    unicode-bidi: normal;
    vertical-align: baseline;
    visibility: visible;
    white-space: normal;
    widows: 0;
    width: auto;
    word-spacing: normal;
    z-index: auto;
}