#alert{
    position: absolute;
    width: 75%;
    left: 12.5%;
    border-radius: 10px;
    opacity: 1;
    z-index: 10;

    /* Animation */
    animation-duration: 1.5s;
    animation-name: spinner-grow;
}
.blink  {
    animation-duration: .8s;
    animation-name: clignoter;
    animation-iteration-count: infinite;
    transition: none;
}
@keyframes clignoter {
    0%   { opacity:1; }
    40%   {opacity:0; }
    100% { opacity:1; }
}
.alertJsDivCreated{
    top: 10%;
    position: absolute;
    width: 75%;
    left: 12.5%;
    border-radius: 10px;
    opacity: 1;
    z-index: 10;

    /* Animation */
    animation-duration: 1.5s;
    animation-name: spinner-grow;
}

.invalid-feedback{
    display: block;
}
nav {
    background-color: #282d32;
}

/* Liens dans la nav */
nav a.nav-link span:hover {
    color: #17a2b8; !important;
}
nav a.dropdown-item:hover {
    color: white !important;
    background-color: #17a2b8;
}
/*Fin Liens dans la nav */

#page-content {
    flex: 1 0 auto;
    margin-top: 70px;
}
footer {
    height: 50px;
    background-color: #343a40;
}
footer a:hover {
    text-decoration: none;
}
.navbar {
    padding: 0 15%;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1;
}
.container {
    margin-top: 4%;
    max-width: 80%;
    padding-top: 10px;
}
.btn-warning:hover {
    color: white;
}
.no-rounded {
    border-radius: 0;
}
.rounded-top {
    border-radius: .25rem 0 0 0;
}
.bg-cornflowerblue {
    background-color: cornflowerblue;
    color: white;
}
html, body {
    height: 100%;
}
body {
    background-color: white;
    /*background-color: #2b3e50;*/
}
table.fixed tbody{
    display: block;
    height: 500px;
    overflow:auto;
}
table.fixed thead, table.fixed tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}
table.fixed thead {
    width: calc( 100% - 1em )
}

.dropdown-menu {
    min-width: 200px;
}
.dropdown-menu.columns-2 {
    min-width: 450px;
}
.dropdown-menu.columns-3 {
    min-width: 700px;
}
.dropdown-menu.columns-4 {
    min-width: 800px;
}
.dropdown-menu.columns-5 {
    min-width: 1000px;
}
.dropdown-menu a {
    padding: 5px 15px;
    font-weight: 300;
}
.multi-column-dropdown {
    list-style: none;
    margin: 0;
    padding: 0;
}
.multi-column-dropdown a {
    display: block;
    clear: both;
}
.multi-column-dropdown a:hover {
    background-color: #f8f9fa;
}
.div-hover:hover {
    background-color: #f8f9fa;
}

/* Backgrounds */
.bg-SF-base-THEME-1 {
    background-color: #282d32;
    /*
    ===== admin.css =====
    .leftMenuAdmin
    =======  FIN  =======
     */
}
/* Fin Backgrounds */

/* Boutons btn */
.btn-SF-base-THEME-1 {
    color: #FFFFFFFF;
    border: 1px solid #FFFFFFFF;
}
/* Fin BTN */

/* Colors */
.text-lightslategray {
    color: lightslategray;
}
/* Fin Backgrounds */

/* Cookie bandeau */
.cookie-popup {
    transition: 0.3s;
    z-index: -999;
    pointer-events: none;
    opacity: 0;
    position: fixed;
    top: 88%;
    left: 0;
    width: 100%;
    height: 12%;
}

.cookie-popup.active {
    z-index: 999;
    pointer-events: auto;
    opacity: 1;
}

.cookie-popup p {
    margin-top: 1.5%;
    margin-left: 2%;
}

.btn-cookie {
    position: absolute;
    left: 90%;
    top: 30%;
}
.circle {
    display :inline-block;
    border:5px double white;
    border-radius:50%;
    background-color: #17a2b8;
    color: white;
    text-align:center;
    width:40px;
    height:40px;
    line-height:27.5px;
    text-transform: uppercase;
    padding: 0px 0.8em;
    font-size: 14px;
}
/* Fin Cookie banddeau */

.mt-6 {
    margin-top: 0.6rem !important;
}
.w-20 {
    width: 20%;
}
.w-25 {
    width: 25%;
}
.h-100px {
    height: 100px;
}
.h-120px {
    height: 120px;
}
.h-130px {
    height: 130px;
}
.h-140px {
    height: 140px;
}
.min-vh-250px {
    min-height: 250px;
}
@media (max-width: 1024px) {
    .container {
        max-width: 98%;
    }
    h1 {
        font-size: 2rem;
    }
    h3 {
        font-size: 1.2rem;
    }
}
@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}
@media (max-device-width: 500px) {
    .container {
        max-width: 99%;
    }
    #page-content {
        margin-top: 50px;
    }
    .nav-logo {
        display: none;
    }
    .nav-title {
        display: block;
    }
    .dropdown-menu-user {
        left: -250%;
    }
    p {
        font-size: 0.8rem;
    }
    .cookie-popup p {
        padding-right: 30%;
    }
    .cookie-popup .btn-cookie {
        left: 70%;
    }
}