/*******************************************
 *** CSS COMMUN POUR L'ENSEMBLE DES VUES ***
 *******************************************/

@media (min-width: 992px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-top: -31px;
        margin-left: -78px;
    }
}

@media (min-width: 1200px) {
    .container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
        margin-top: -35px;
        margin-left: 0px;
    }
}

@media (max-width: 350px) {

}

@media (max-width: 1200px) {

}

body {
    font-family: Arial;
}
.center{
    text-align: center;
}
.btn{
    border-radius: 0;
}
.btnExport{
    position: absolute;
}
.no-margin{
    margin: 0;
}
.modal-content{
    border-radius:0;
}
.modal-content-2{
    border-radius:0;
    background-color: white;
}
.input-group-addon{
    border-radius:0;
}
.mycontent{
    padding-top: 55px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

/*****************
*** FORMULAIRE ***
******************/
.myform .input-error {
    position: absolute;
    margin-left: 10px;
    font-style: italic;
    color: #a94442;
    font-size: 12px;
}
.myform .under-grouped {
    margin-top: -19px;
}
.myform .under-simple {
    margin-top: -17px;
    font-size: 11px;
}
.myform .under-inputtext {
    margin-top: -10px;
    position: relative;
}
.myform .input-group {
    margin-right: -5px;
    margin-left: -5px;
    margin-bottom: 20px;
    width: 100%;
}
.myform .under-select-multiple {
    margin-top: -14px;
}

.form-control{
    border-radius:0;
}
/**************
 *** NAVBAR ***
 **************/

.navbar-brand > img {
    margin-top: 10px;
    margin-left: 5px;
}

.navbar-inverse {
    border-bottom: 3px solid #CCE821;
    background-color: #1423DC;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    background: rgba(30, 30, 30, 0.2);
    border-radius: 5px 5px 0 0;
    margin-right: 4px;
    padding-top: 5px;
    padding-bottom: 10px;

}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a.active {
    margin-top: -5px;
    background: rgba(30, 30, 30, 0.45);
    border-radius: 5px 5px 0 0;
    padding-bottom: 15px;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    margin-top: 15px;
}
.navbar-brand {
    height: 45px;
    padding: 0px;
}

.btn-navbar, btn-navbar:hover {
    border-radius: 4px 4px 0px 0px;
    border-bottom: 2px solid #CCE821 !important;
}
/*******************
*** BANDEAU-MENU ***
********************/
.bandeau-menu {
    background: #fff;
    width: 100%;
    padding: 5px 30px 0px 30px;
    border-radius: 0px 0px 35px 35px;
}
.bandeau-menu .carousel-control {
    width: 0;
    color: #4e4e4e;
    opacity: 1;

}
.bandeau-menu .carousel-control .glyphicon-chevron-left, .bandeau-menu .carousel-control .glyphicon-chevron-right, .bandeau-menu .carousel-control .icon-next, .bandeau-menu .carousel-control .icon-prev {
    margin-top: -15px;
    font-size: 18px;
}

/****************
*** CAROUSSEL ***
*****************/
.carousel-caption {
    position: initial; 
    padding-top: 0px;
    padding-bottom: 0px;
}
.carousel-caption p {
    text-shadow : none;
    font-size: 12px;
    color: black;
}

#myCarousel{
    height: 270px;
}

/*************
*** FOOTER ***
**************/
@media (max-width: 768px) {
    .footer img{
        display:block;
        margin: 0 auto;
    }
}

@media (min-width: 768px) {
    .footer img{
        margin-top:35px;
    }
}

.footer {
    bottom: 0;
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    width: 100%;
    color: #1423DC;
    line-height: 16px;
    border-top: solid 1px #CCE821;
}
.footer-title {
    font-weight: bold;
    font-size: 14px;
    border-left: 3px solid #0168b3;
    border-bottom: 1px solid #0168b3;
    text-transform: uppercase;
    -webkit-border-radius: 0 0 0 5px;
    -moz-border-radius: 0 0 0 5px;
    border-radius: 0 0 0 5px;
    padding: 0px 0px 3px 3px;
    margin-top: 10px;
    margin-bottom: 8px;
    margin-left: -10px;
}
.footer-content{
    font-size: 11px;
}
.footer-content a {
    text-decoration: underline;
}

#footer {
    font-size: 1em;
    color: #688197;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;;
    height: 2.5rem;
    min-height: 1.5rem;;
    background: #E6E6E6;
}

.footer-fixe
{
    position: fixed;
    bottom: 0px;
    width: 100%;
}


/*********************************
 *** FORMULAIRE D'HABILITATION ***
 *********************************/
@media (max-width: 768px) {
    .form-habilitation .form-group {
        height: 55px;
    }
}

@media (min-width: 768px) {
    .form-habilitation .form-group {
        height: 37px;
    }
}

.has-error.form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}
/************
*** BADGE ***
*************/
.badge {
    border-radius: 0px;
    padding: 5px 10px;
    position: absolute;
    right: 0;
    margin-top: 0px !important;
    background-color: #002D59;
}


/* LOADER */
#loader {
    /*bottom: 10px;*/
    height: 25px;
    padding-left: 0px;
    /*width: 25%;*/
    display: none;
    z-index: 1001;
    width: 100%; 
    text-align:center;
    top: 25%;
}

.loading_dots, .loading_dots_empty {
    background-color: rgba(0,0,0,0.5);
    border-radius: 5px;
    box-shadow: inset 0 1px 0 rgba(0,0,0,0.3), 0 1px 0 rgba(255,255,255,0.3);
    font-size: 1em; /* set size here */
    line-height: 1;
    padding: 0.125em 0.55em 0.175em 0.55em;
    width: 82px;
    margin: 5px auto;
}

.loading_dots_empty {
    display: inline-block;
    width: auto;
    min-width: 164px;
    color: #FFF;
    font-size: 1.2em;
}

.loading_dots span {
    background: transparent;
    border-radius: 50%;
    box-shadow: inset 0 0 1px rgba(0,0,0,0.3);
    display: inline-block;
    height: 0.6em;
    width:  0.6em;

    -webkit-animation:  loading_dots 0.8s linear infinite;
    -moz-animation:     loading_dots 0.8s linear infinite;
    -ms-animation:      loading_dots 0.8s linear infinite;
    animation:            loading_dots 0.8s linear infinite;
}

.loading_dots span:nth-child(1) {
    -webkit-animation-delay:  0.4s;
    -moz-animation-delay:     0.4s;
    -ms-animation-delay:      0.4s;
    animation-delay:          0.4s;
}

.loading_dots span:nth-child(2) {
    -webkit-animation-delay:  0.2s;
    -moz-animation-delay:     0.2s;
    -ms-animation-delay:      0.2s;
    animation-delay:          0.2s;
}

.loading_dots span:nth-child(3) {
    -webkit-animation-delay:  0.1s;
    -moz-animation-delay:     0.1s;
    -ms-animation-delay:      0.1s;
    animation-delay:          0.1s;
}

/*
  Define the animation for every efing vendor prefix
*/
@-webkit-keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #93c90e;
    }
    100% {
        background: transparent;
    }
}

@-moz-keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #93c90e;
    }
    100% {
        background: transparent;
    }
}
@-ms-keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #93c90e;
    }
    100% {
        background: transparent;
    }
}
@keyframes loading_dots
{
    0% {
        background: transparent;
    }
    50% {
        background: #93c90e;
    }
    100% {
        background: transparent;
    }
}
/* FIN LOADER */
