body{
    background-color: var(--light-grey) !important;
}
.join-text-container{
    text-align: center;
}
.join-message{
    color: var(--primary-text);
}
#hello-asso-adhesion{
    width: 100%;
    height: 1100px;
    border: none;
}
@media screen and (min-width: 62rem){
    #join-text{
        padding-block: 2rem;
    }
    #hello-asso-adhesion{
        height: 750px;
    }
    .join-text-container{
        text-align: start;
    }
}