#bleu {
    background-color: #476fdb;
    width: 50%;
    margin-left: 50%;
    display: block;
    position: relative;
    height: 600px;
    box-sizing: border-box;
}
li {
    font-family: Poppins;
    color: #476fdb;
    list-style: none;
    font-size: 18px;
    margin: 10px 0 10px 0;
    text-decoration: bold;
}
.texte {
    background-color: #eeeeee;
    border-radius: 5px;
    width: 400px;
    height: 25px;
    padding: 5px;
    margin: 5px 0 5px 0;
}
ol {
    color: #777777;
    margin-left: -30px;
}
#blanc {
    font-family: Poppins;
    color: #476fdb;
    background-color: #ffffff;
    width: 50%;
    position: relative;
    float: left;
    height: 600px;
    padding-top: 40px;
}
#bouton {
    background-color: #476fdb;
    height: 35px;
    width: 200px;
    margin-left: 30%;
    margin-top: 8%;
}
p {
    font-family: Poppins;
    color: #ffffff;
    text-align: center;
    padding: 4px;
}
h1 {
    margin-left: 30%;
}
h6 {
    font-family: Poppins;
    color: #ffffff;
    font-size: 30px;
    text-align: center;
}
ul {
    margin-left: 25px;
}
#image {
    width: 55%;
    margin-left: 25%;
    padding-top: 40px;
}