.txt_rejoindre{
    margin: 30px 20%;
    padding: 90px 0;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 700;
    color: black;
}

.txt_rejoindre h1{
    margin-bottom: 50px;
}

@media (max-width: 35em){
    .txt_rejoindre{
        font-size: 0.8em;
        margin: 30px 10%;
    }

    .txt_rejoindre h4{
        font-size: 1.3em;
    }

    .txt_rejoindre h3{
        font-size: 1.7em;
    }

}