body
{
    /*background-color: #F8E6D9;*/
    background-image: url("../images/backGround.png");
    text-align: center;
    padding: 50px;
}

.enteteLogo
{
    text-align: center;
    padding-top: 20px;
}


.titre
{
    color: #0E5A76;
}

.lesWebinars
{
    padding-top: 70px;
    text-align: center;
    background-size: cover;
    
}


.photoWebinar1
{
    text-align: center;

}

.form-submit 
{
    display: inline-block;
    background: #E40350;
    color: #fff;
    border: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer; 
    font-size: 30px;
}
.form-submit:hover 
{
    background: black;
}
.form-submit2 
{
    display: inline-block;
    background: black;
    color: #fff;
    border: none;
    width: auto;
    padding: 15px 39px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    margin-top: 25px;
    cursor: pointer; 
    font-size: 30px;
}
.form-submit2:hover 
{
    background: #E40350;
}