/*------------------------------------------------------------------
[3. Subnavbar / .subnavbar]
*/

.subnavbar {
    margin-bottom: 2.5em;
}

.subnavbar-inner {
    height: 60px;
    background: #fff;
    border-bottom: 1px solid #d6d6d6;
}

.subnavbar .container > ul {
    display: inline-block;

    height: 80px;
    padding: 0;
    margin: 0;

}

.subnavbar .container > ul > li {
    float: left;

    min-width: 90px;
    height: 60px;
    padding: 0;
    margin: 0;

    text-align: center;
    list-style: none;

    border-left: 1px solid #d9d9d9;


}

.subnavbar .container > ul > li > a {
    display: block;

    height: 100%;
    padding: 0 15px;

    font-size: 12px;
    font-weight: bold;
    color: #b2afaa;
}

.subnavbar .container > ul > li > a:hover {
    color: #888;
    text-decoration: none;
}

.subnavbar .container > ul > li > a > i {
    display: inline-block;

    width: 24px;
    height: 24px;
    margin-top: 11px;
    margin-bottom: -3px;
    font-size: 20px;
}

.subnavbar .container > ul > li > a > span {
    display: block;

}


.subnavbar .container > ul > li.active > a {

    border-bottom:3px solid #ff7f74;
    color: #383838;
}


.subnavbar .dropdown .dropdown-menu a {
    font-size: 12px;
}


.subnavbar .dropdown .dropdown-menu {
    text-align: left;

    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}



.subnavbar .dropdown-menu::before {
    content: '';
    display: inline-block;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #CCC;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -7px;
    left: 9px;
}

.subnavbar .dropdown-menu::after {
    content: '';
    display: inline-block;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid white;
    position: absolute;
    top: -6px;
    left: 10px;
}


.subnavbar .caret {
    margin-top: 4px;

    border-top-color: white;
    border-bottom-color: white;
}

.subnavbar .dropdown.open .caret {
    display: none;
}
.subnavbar-inner .container{
    padding-left: 0px;
    margin-left: 0px;
}


/*--------------Styles pour les nav--------------------*/

.navbarColor 
{
    background-color: #001D67;
	background-image : url("img/logo_background.png");
    background-repeat: no-repeat;
}

.optionnav:hover
{
    background-color: #FFB040;
}

.navbar .nav > li > a
{
    color : #FFFFFF;
    font-size : 15px;
}


.navbar .nav > li > a:hover
{
    color : #FFFFFF;
    font-size : 15px;
}



.navbar .navbar-nav .nav-link
{
    color : #FFFFFF;
    font-size : 15px;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
    color : #FFFFFF;
    font-size : 15px;
}

.navbar 
{
    margin: 0px;
}

.titrenav
{
    color : #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}
.titrenav:hover
{
    color : #FFFFFF;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px;
}

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


/*------------------- Login ----------------------------*/

.account-container
{
    margin-top: 10%;
}
.login-extra
{
    text-align: center;
}
.login-extra > a
{
    color: #D0112B;
}
/*------------------------------------------------------*/


/*----------------- Composants -------------------------*/

/* bouton validation */

.boutontype
{
    background: #FFB040;
    color: #FFFFFF;
}

.boutontype:hover
{
    background: #001D67;
    color: #FFFFFF;
}

/* Tables */

.titrecoltable
{
    background : #808080;
}

.libellecoltable
{
    color: #fff;
}

/*Style pour les lignes des tableaux pouvant être sélectionnées*/
.trSelectable:hover, .trSelectable:focus
{
    cursor: pointer; 
    transition: all .25s ease-in-out;
    background: #DBDBDB
}

.trSelected{
    background-color: #CFCFCF; font-weight: bold; color: #6B6B6B;
}
/*------------------------------------------------------*/


/*------------------ footer ----------------------------*/

.main-footer
{
    background-color: #070d13;
    display: block;
    position: fixed;
    bottom: 0;
    min-height: 60px;
    width: 100%;
}

.main-footer, .lepied
{
    padding-top: 10px;
    color: white;
}

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


.lbFormQst
{
    font-weight: bold;
}

/*
Page d'erreur 404 '
*/
.error .digit{
    color: white;
    background: #D0112B;
}

.invisible
{
    display: none;
}

tr:hover
{
    cursor: pointer;
}

.errorInput 
{
    background-color: #ff8a7f;
}
.errorMessage {
    color : #d40000;
    background-color: #fff;
    border-color: #d40000;
    -webkit-box-shadow: 0 8px 20px 0 transparent;
    box-shadow: 0 8px 20px 0 transparent;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    outline: none;
    padding: 8px 16px;

}
.errorMessageInv {
    display: none;
}
.checkMessage{
    color :#32cd32;
    background-color: #fff;
    border-color: #32cd32;
    -webkit-box-shadow: 0 8px 20px 0 transparent;
    box-shadow: 0 8px 20px 0 transparent;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    outline: none;
    padding: 8px 16px;
}
.titreCol{
    font-weight: bold;
    color : red;
}
.divLogoLogin{
    display: block;
    text-align: center;
    background-color: none;

}
.img_bigger{
    width: 100px;
    height: 50px;
}

.divNomCompany
{
    display: block;
    text-align: center;
}
.carousel-caption { 
    text-align: left;
    left: 0px;    
}

.crsl { 
    /* height: 4vh; */
    /* top: -4vh; */
    margin: -4vh 11vw 0 11vw;
    /* bottom: -20vh; */
}
.crslsize { 
    height:79vh;
    /* width: 10px; */
   
    /* height: 60vh; */
    /* width: 100%; */
}

.slideTitle{
    color : #D0112B;
    background-color: #ffde59;
    padding: 10px;
    border-top : solid 2px #D0112B;
    border-bottom-right-radius: 15px;
    opacity: 0.8;
    font-weight: bold;
    margin-bottom: 0px;

}
.slideDescription{
    color : #000;
    background-color: #fde990;
    padding: 15px;
    border-bottom : solid 2px #D0112B;
    border-top-right-radius: 15px;
    opacity: 0.8;
    font-weight: bold;
}
.btnLinkSlide{
    background-color: #D0112B;
    color : #fff;
    /*Pour régler le problème de clic du lien qui au lieu d'ouvrir une nouvelle page défile le slide*/
    margin-left:15%;
}

/*Initialisation des questions*/
#etapeConf {
    margin-bottom: 20px;
    margin-top: 0px;
}

#etapeConf span{
    font-size: 15px;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 10px;
    border-radius: 50%;
    transition: all 0.5s;
}
.span-actif{
    background-color : #4cb649;
    color : #fff;
}
.span-inactif{
    background-color : #a8a8a8;
    color : #fff;
}
.col-actif{
    border: solid 1px #4cb649;
    color: #4cb649;
    background-color:#ecffec; 
}

.col-inactif{
    border-bottom: solid 1px #a8a8a8;
    color: #a8a8a8;
}
/*Style pour les lignes des tableaux sélectionnées*/

/* Pour cacher le bouton fermer de la fenêtre modale qui s'ouvre lors du chargement'*/
.no-close .ui-dialog-titlebar-close {display: none; }

/* Pour la dernière ligne des tableaux, résumé des totaux*/
.trTotal{
    font-weight: bold;
}


@media screen and (max-with: 800px) {
    .crsl { 
        /* height: 4vh; */
        /* top: -4vh; */
        margin: -4vh 10vw 8vh 11vw;
        /* bottom: -20vh; */
    }
    .crslsize { 
        height:68vh;
        /* width: 10px; */
       
        /* height: 60vh; */
        /* width: 100%; */
    }
}