* {
    font-family: "avenir-next-lt-pro", sans-serif;
    font-weight: 400;
    font-style: normal;
}
#hero{    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
#banniere{    
    max-width: 100vw;
    margin-bottom: 25px;
}
.informations > * {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
    margin-top: 0;
}
.informations img {
    width: 35px;
}
.informations a {
    color: inherit;
    text-decoration: none;
}
.bouton{
    text-align: center;
    background-color: #57435f;
    color: #fff;
    text-decoration: none;
    padding: 20px 30px;
    transition: 0.4s all ease-in-out;
}
.bouton:hover{
    background-color: #85528d;
    text-shadow: 0 0 5px #FFFFFF;
}
.avis {
    background-color: #85528d;
    color: #fff;
    padding: 40px;
    width: 100vw;
    max-width: 568px;
    text-align: center;
    margin-top: 30px;
    font-size: 150%;
}