.call-to-action-secion {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80vw;
    margin: 20vh 10vw 20vh 10vw;
    text-align: center;
    position: relative;
}
.call-to-action-secion > .title {
    margin-bottom: 3vh;
    max-width: 40vw;
}
.call-to-action-secion > .paragraph {
    margin-bottom: 5vh;
    max-width: 40vw;
    text-align: center;
}

/* ECRAN 2K */
@media screen and (min-width: 2500px) and (min-height: 1400px) {

}

/* ECRAN 4K */
@media screen and (min-width: 3500px) and (min-height: 2000px) {
    .call-to-action-secion {
        margin: 20vh 10vw 15vh 10vw;
    }
}

/* ECRAN +1920x1080 */
@media screen and (max-width: 1920px) and (max-height: 1080px) {

}

/* ECRAN 17 pouces large */
@media screen and (max-width: 1680px) and (max-height: 1100px) {

}

/* ECRAN 13 à 15 pouces standard */
@media screen and (max-width: 1400px) and (max-height: 1050px) {

}


/* TRES GRAND MOBILE 1050x1370 */
@media screen and (max-width: 1050px ) and (max-height: 1370px ) {
    .call-to-action-secion > .title {
        margin-bottom: 2vh;
        max-width: 70vw;
    }
    .call-to-action-secion > .paragraph {
        margin-bottom: 4vh;
        max-width: 70vw;
    }
    .call-to-action-secion {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 80vw;
        margin: 15vh 10vw 15vh 10vw;
        text-align: center;
        position: relative;
    }
}

/* GRAND MOBILE 500x900 */
@media screen and (max-width: 500px ) and (max-height: 1000px ) {

}

/* MOYEN petit 700 */
@media screen and (max-width: 400px ) and (max-height: 750px ) {

}