/* CSS Document */

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/open-sans-light/OpenSans-Light-webfont.eot');
    src: url('../fonts/open-sans-light/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans-light/OpenSans-Light-webfont.woff2') format('woff2'),
         url('../fonts/open-sans-light/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/open-sans-light/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/open-sans-light/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
body{
    font-family: 'open_sanslight';
    font-size:14px;
    background: #f0f0f0;
}

.content{
    min-height:600px; 
    margin:0px auto; 
    box-shadow:0 5px 5px #ccc; 
    border:solid 1px #ddd; 
    padding:20px 10px; 
    background: #ffffff;
}

.footer{
    background-color: #2f2f2e; 
    height:40px;
    color:white;
    text-align: center; 
    padding:40px
}

.no-radius{
    border-radius:0px;
}

.obligatoire {
    color: #d6071b !important;
    font-weight: bolder;
    margin: 0;
    vertical-align: middle;
}

#etape{  
    font-size: 20px;
    height:50px;
    margin:0 auto;
    padding-left:20px;
    text-transform:uppercase;
    margin-bottom:5px;
}

.etape{
    text-align: left;
    padding-left: 10px;
    width:13%;
    height:34px;
    float:left;
    font-weight:bolder;
    line-height:34px;
    background-image:url(../img/etape.png);
}

.etape-last{
    width:3%;
    height:34px;
    float:left;
    text-align:center;
    font-weight:bolder;
    line-height:34px;
    background-image:url(../img/etape-last.png) ;
}

.etape-current-last{
    width:12%;
    height:34px;
    float:left;
    text-align:center;
    font-weight:bolder;
    line-height:34px;
    background-image:url(../img/etape-current-last.png) ;
}

.etape-current{
    text-align: left;
    padding-left: 10px;
    width:13%;
    height:34px;
    float:left;
    font-weight:bolder;
    line-height:34px;
    background-image:url(../img/etape-curent.png);
}

#availability_status {
    font-size:12px;
    margin-left:10px;
}
.successbox, .errormsgbox {
    font-weight:bold;
    border: 2px solid;
    margin: 5px 0px;
    padding:5px 5px 5px 40px;
    background-repeat: no-repeat;
    background-position: 10px center;
    width: auto;
}
.successbox {
    color: #4F8A10;
    background-color:#EDFCED;
    background-image:url('./img/ico_success.png');
}

.errormsgbox {
    color: #D8000C;
    background-color:#FDD5CE;
    background-image: url('./img/ico_error.png');
}   

