.top{
    background-image: url(../../image/toghether-min.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 8vh;
}
.intro {
    text-align: center;
    color: white;
    font-size: 4rem;
    margin-top: 12vh;
    margin-bottom: 3vh;
}
.desc {
    width: 30vw;
    color: white;
    text-align: center;
    margin: 0 auto 3vh auto;
    font-size: 1.3rem;
    min-width: 250px;
}
.membre{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.volunteer{
    padding: 5vh 2vw;
    text-align: center;
}
.volunteer-pretitle{
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.volunteer-title{
    font-size: 2rem;
    margin-bottom: 20px;
}
.volunteer-contact{
    font-size: 1.2rem;
    margin-bottom: 15px;
}
.volunteer-btn{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 22vw;
    min-width: 200px;
    margin: auto;
}