/*
Document   : default.css
Modified on : 04/08/2016
Author     : GBConcept
*/

@import url(bootstrap.min.css);

/*****************************
Styles des cadres
******************************/
#container {
    width:100%;
    margin-top: auto;
    margin-left:auto;
    margin-right:auto;
    background-color: #ffffff;
}

#header {
 height: 320px;
background-color: #01559A;
display: flex;
flex-direction: column;
background-image: url(../img/theme/custom/bg-header-photo1.png);
background-position: center center;
background-size: cover;
background-repeat: no-repeat;
position: relative;
}
#header a{width: 80px;
height: 57px;
background-image: url(/common_rsr/img/theme/custom/logo-ediac.svg);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
display: block;}

#header img{display:none;}
#header span {display:none;}
#content {
    position: relative;
    width:100%;
    float:left;
    padding: 5px;
    margin-top:5px;
    margin-left:5px;
    margin-bottom:10px;
}
#mainHome {
    position: relative;
    width:38%;
    float:left;
    padding: 5px;
    margin-top:5px;
    margin-left:5px;
    margin-bottom:10px;
}
#mainHome:after {content:"Accès réservé aux personnes suivant une formation à L’EDIAC Formations. Pour tout renseignement, merci de contacter Marina CALIF documentation@ediacformation.com";}
#leftBar {
    position: relative;
    float: left;
    width: 30%;
    background-color: #FFF;
    height: 200px;
}
#rightBar {
    position: relative;
    padding: 5px;
    margin-top:0px;
    width:30%;
    float:left;
    margin-left:5px;
    background-color: #FFFFFF;
}

#breadcrumbs {

}

#footer {
    clear:both;
    border-top: 20px solid #ff994d;
    text-align: center;
    padding: 3px;
}

#pageTitle {
    line-height: 2;
    font-weight: 700; 
    font-size: 1.6rem;  
	color: #ff994d;
}

.topName {
    color: #FFF;
    font-size: 1.5em;
    font-weight: bold;
}

.pwdforgotten-form {
    background-color: #fff;
    margin-top: 20px;
    border-top: 1px solid #6c757d;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 4px;
    padding-right: 4px;
}