body{
    background-color: white;
}
.logo{
    width: 10%;
    margin-left: 5px;
    box-shadow: 4px 4px 5px ;
    height: 85px;
}
.onglet{
    display: inline-block;
    padding: 4px;
    color: white;
    padding-bottom: 20px;
    margin-left: 30px;
}
.titre{
    color: black;
    font-size: 30PX;
}
footer{
    background-color: white;
    margin-top: 20px;
}
header{
    background-color: #284144;
}
#image{
    width: 30%;
    margin-left: 5px;
    box-shadow: 4px 4px 5px ;
    height: 80px;

}
section{
    display: inline-block;
    width: 20%;
    margin-left: 20px;

}
.sect{
    display: inline-block;
    width: 30%;
    margin-left:40px;

}
.Boutton{
    margin-left: 10px;
    background-color: blue;
    color: white;
    padding: 10px;
    border-radius:  10px;
    border: 2px solid blue;
}
.text{
    font-size: 50px;
}
.mot{
    padding-left: 10PX;
}
.container{
    margin-bottom: 10px;
}