.fiche-form form select {
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    width: 100%;
}

#form {
    display: block;
    margin-bottom: 50px;
    margin-top: 50px;
    overflow: hidden;
}

.fiche-form h2{
    color: #696763;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 30px;
}


.fiche-form form input{
    background: #F0F0E9;
    border: medium none;
    color: #696763;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    height: 40px;
    margin-bottom: 10px;
    outline: medium none;
    padding-left: 10px;
    /*width: 100%;*/
}

.fiche-form form span{
    line-height: 25px;
}

.fiche-formform span input {
    width: 15px;
    float: left;
    height: 15px;
    margin-right: 5px;
}

.fiche-form form button {
    margin-top: 23px;
}

.fiche-form form button{
    background: #FE980F;
    border: medium none;
    border-radius: 0;
    color: #FFFFFF;
    display: block;
    font-family: 'Roboto', sans-serif;
    padding: 6px 25px;
}

.fiche-form label{

}


.fiche-form label input {
    border: medium none;
    display: inline-block;
    height: 15px;
    margin-bottom: 0;
    outline: medium none;
    padding-left: 0;
}

.NomUser{
    /*margin-top: 8px;*/
}

.LienIconeCompte{
    color:#696763; 
}

.LienIconeCompte:hover{
    color:#FE980F;
}

.photo-profil{
    max-width: 110px !important;
    max-height: 140px !important;
    display: inline-block !important;
}

.logo-formation{
    max-width: 256px !important;
    max-height: 169px !important;
    display: inline-block !important;
}

.ListeCategorie{
    border-left: medium solid #FE980F;
    padding-left:5px;
}

.LienPanel{
    color:black; 
}

@media all and (min-width: 1200px) {
    .MdpOublie{
        float:right;
        margin-top: -30px !important;
    }
}

@media all and (min-width: 1200px) {
    .EspaceHautBas{
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .EspaceHautBas .col-sm-3{
        margin-bottom: 50px;
    }
    .fa-10x{

        font-size:10em;
    }
}
@media all and (max-width:1200px){
    .EspaceHautBas{
        margin-top: 50px;
        margin-bottom: 25px;
    }
    .EspaceHautBas .col-sm-3{
        margin-bottom: 25px;
    }
    .fa-10x{
        font-size:5em;
    }
}
.hiddenRow {
    padding: 0 !important;
}
.EpsilonCouleurExtranet{
    color: #FE980F
}

/*Permet ne pas afficher les urls en impression*/
@media print{
    a[href]:after {
        content: "";
    }
}

.PanelFormation:hover{
    background-color: #F4F1F1;
}

.LienCategoriePair{
}

.LienCategorieImpair{
    color:#9C9890 !important;
}