/* ############################ CSS POUR LA PAGE "RESULTAT" ############################ */

/* Configuration de l'affichage globale */
.how-section1{
    margin-top:-15%;
    padding: 10%;
}
.how-section1 h4{
    color: #b6823e;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #895387;
    font-size: 20px;
}
.how-section1 .row
{
    margin-top: 10%;
}
.how-img
{
    text-align: center;
}
.how-img img{
    width: 40%;
}

/* Configuration du bouton */
.how-section1 .button {
  border: none;
  outline: 0;
  display: inline-block;
  padding: 8px;
  color: white;
  background-color: #000;
  text-align: center;
  cursor: pointer;
  width: 60%;
}
