*{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}
html, body{
    background-color:#f5f5f5;
}

.fullCoursContainer{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-bottom:10px; 
    background-color:#f5f5f5; 
    padding-top:0px;
    padding-left:0px; 
    padding-right:0px;
}

.containerinfo{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #e5f5fc;
    padding-top: 15px;
    padding-bottom: 15px;
}

.containerform{
    background-color:#f5f5f5;
}

.btninscription, .btninscriptionStart {
    font-size: 16px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #005ABC;
    color: #FFF;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid #005ABC;
}

.btninscription:hover{
    font-size: 16px;
    font-weight: 600;
    border-radius: 37px;
    background-color: #e6e6e6;
    color: #333;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    line-height: 20px;
    transition: all 0.2s ease-in-out 0s;
    border: 2px solid #005ABC;
}

.logoHolder{
    margin-top: 35px;
    margin-bottom: 35px;
}


.coverCours{
    margin-bottom: 45px;
    margin-top: 45px;
}
