.section_en_une_parrainage_1{
    position: relative;
    display: flex;
}
.section_en_une_parrainage_1 .section_en_une_parrainage_1_img{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.section_en_une_parrainage_1 .content{
    z-index: 1;
    width: 100%;
}

.section_en_une_parrainage_1 .content section:nth-last-child(1){
    padding-top: 0;
}
.section_en_une_parrainage_1 .content section:nth-child(2){
    padding-top: 0;
    padding-bottom: 0;
}


.parrainage_top_page{
    padding-top: 4rem;
}
.parrainage_top_page .maxWidth{
    display: flex;
    flex-direction: column;
    gap: 5rem;
}
.parrainage_top_page h1{
    text-align: center;
}

.parrainage_top_page .section_description{
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.parrainage_top_page .section_description h2{
    font-size: 2.5rem;
}
.parrainage_top_page .section_description .colonnes{
    display: flex;
    gap: 4rem;
}
.parrainage_top_page .section_description .colonnes .colonne{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.parrainage_top_page .section_description .colonnes .colonne *{
    font-size: 1rem;
}

.parrainage_top_page .section_description .link{
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .parrainage_top_page .section_description .colonnes{
        flex-direction: column;
        gap: 1rem;
    }
    .parrainage_top_page .section_description .colonnes .colonne *{
        font-size: .9rem;
    }
}
@media screen and( max-width: 800px) {
    .parrainage_top_page h1{
        font-size: 2.65rem;
    }
}
@media screen and (max-width: 720px) {
    .parrainage_top_page h1{
        font-size: 2.2rem;
    }
    .parrainage_top_page .section_description h2{
        font-size: 2rem;
    }
    .parrainage_top_page .section_description .colonnes .colonne *{
        font-size: .85rem;
    }
}
@media screen and (max-width: 500px) {
    .parrainage_top_page .maxWidth{
        gap: 3rem;
    }
    .parrainage_top_page h1{
        font-size: 1.8rem;
    }
    .parrainage_top_page .section_description h2{
        font-size: 1.5rem;
    }
}