.container {
    width: 100%;
}

h1 {
    font-family: 'Miracle', sans-serif;
    font-weight: bold;
    text-align:center;
}

.premier{
    width:100%;
    display: inline-block;
}
h3{
    text-align:center;
}

h6{
    color: red;
}
.image{
    float: left;
    width:60%;
}

.bénéfices{
    float: right;
    text-align: justify;
    Line-Height: 1.5;
    font-family: 'Times New Roman', Times, sans-serif;
}
#benefices{
    width: 75%;
    margin-top: 9%;
}
footer {
    max-width: 100%;
    min-height: 50px;
    background: rgb(102, 164, 197);
    color: #fff;
    text-align: center; 
  }


