/* Style generale du site */

html,
body {
    font-size: 0.94rem !important;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.set-min-height {
    min-height: 100vh;
}


/* Desactiver le style de ts les liens dans le site */

a,
a:hover,
a:active {
    text-decoration: none !important;
}


/* Le style du menu du site */

nav>a {
    /* border: 1px solid #848483; */
    color: rgba(255, 255, 255, 0.9);
    background-color: #296348;
	font-size : 0.98rem;
}

nav>a:hover {
    cursor: pointer;
    /* color: rgba(255, 255, 255, 1); */
    color: #296348;
    border-radius: 10px 50px / 10px 30px;
    /* background-color: #fff; */
    background-color: #f7e354;
}

nav>a.active {
    color: #296348;
    border-radius: 10px 50px / 10px 30px;
    background-color: #f7e354;
}


/* Le style du sous menu des collections du site */

.list-group-item.active,
.page-item.active .page-link {
    background-color: #296348;
    border-color: #296348;
}


/* Les tables du site */

.table {
    font-size: 0.94rem !important;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


/* .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(53, 64, 16, .25)
} */

.table-hover tbody tr:hover {
    cursor: pointer;
    background-color: rgba(53, 64, 16, .075);
}

.table .thead-dark th {
    color: #fff;
    /* background-color: #296348; */
    background-color: #296348;
    border-color: rgba(255, 255, 255, .075);
    border-width: 1px;
    text-align: center;
}

th {
    font-weight: 400 !important;
}

.table th {
    padding: 1.0rem;
	font-size : 0.98rem;
}

.table td {
    padding: 0.70rem;
}

/* Le pied de page du site */

.footer_back {
    background-color: #296348
}

.footer_text {
    color: #fff;
    opacity: 0.9;
}

a.footer {
    color: rgba(255, 255, 255, 0.6);
}

a.footer:hover,
a.footer:active {
    color: rgba(255, 255, 255, 1);
}


/* Le style du login */

.login-card-light {
    background: linear-gradient(145deg, #eee, #fff);
}


/* Le dropdown menu et item */

.dropdown-menu {
    top: 115%;
    border: 0px solid rgba(0, 0, 0, 1);
    border-radius: .0rem;
    background-color: #666;
    padding: 0;
	min-width: 3rem;
}

.dropdown-item {
    color: #fff;
    padding: 8px 15px 15px 15px;
    margin: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background: #fff !important;
    color: #296348 !important;
    font-weight: 1.5em;
}

.dropdown-menu.show {
    top: 15px !important;
    left: 40px !important;
}


/* Login button */

.login {
    color: #c8d6d1;
    /* background-color: #fff; */
    border-color: #c8d6d1;
}

.login:hover {
    color: #296348;
    background-color: #fff;
    border-color: #fff;
}

.btn-personal {
    color: white;
    background-color: #296348;
}

.btn-danger:hover {
    color: #c5414f;
    border: 1px solid #c5414f;
    background: #fff;
}

.btn-personal:hover {
    color: #296348;
    border: 1px solid #296348;
    background: #fff;
}


/* Le loader du site */


/* The state can not be Suspend,Disable,Pool in CBS */

.wrap_loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    display: inline-block;
}

.loader_text {
    color: #fff;
    display: inline-block;
    padding-top: 20px;
    margin-left: 40px;
    position: absolute;
    top: 40%;
    left: 40%;
}

.loader_bounceball {
    position: absolute;
    display: inline-block;
    height: 40px;
    width: 30px;
    top: 40%;
    left: 40%;
}

.loader_bounceball:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: bounce 500ms alternate infinite ease;
    animation: bounce 500ms alternate infinite ease;
}

@-webkit-keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

@keyframes bounce {
    0% {
        top: 30px;
        height: 5px;
        border-radius: 60px 60px 20px 20px;
        -webkit-transform: scaleX(2);
        transform: scaleX(2);
    }
    35% {
        height: 15px;
        border-radius: 50%;
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
    100% {
        top: 0;
    }
}

/*---------------------------------------------*\
/                                               /
/           Le cadre du drag and drop           /
/                                               /
/*---------------------------------------------*/
#fieldsetContainer {
    min-height: 350px;
    border: 4px dashed #CCC;
}

#fieldsetContainer.highlight {
    border-color: purple;
  }
  
a.info {
position:relative;
z-index:24;
color:#000000;
text-decoration:none
}
         
a.info:hover {
z-index:25;
background-color:#ffffdd
}
         
a.info span {
display: none
}
         
a.info:hover span {
display:block;
position:absolute;
top:2em;
left:2em;
width:15em;
border-top-left-radius:     4px 2px;
border-top-right-radius:    3px 4px;
border-bottom-right-radius: 6px 2px;
border-bottom-left-radius:  3px 4px;
border:1px solid #000000;
background-color:#ffffdd;
color:#000000;
font-weight:none;
padding:5px;       
}

@media (min-width: 1400px) {
  .container {
    max-width: 1340px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1440px;
  }
}
@media (min-width: 2000px) {
  .container {
    max-width: 1980px;
  }
}
.form-control { 
background-color: #f6f6f6;
}

.stat {
    font-size: 1.05rem !important;
    font-family: "Avenir Next", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}