body {
    background-color: #5661AD;
}

.main-section1 {
    display: flex;
    justify-content: space-around;
    background-color: #5661AD;
    align-items: center;
    padding-bottom: 150px;
    background-size: cover;
    padding-top: 100px;
    /* padding-right: 100px; */
    /* height: 1000px; */
}


/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */

.coming-soon {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 200px;
}

.text-soon {
    text-align: center;
    font-size: 2vw;
    color: white;
    font-weight: 500;
    margin-top: 150px;
    margin-bottom: 100px;
}

.affiche {
    display: none;
}



/* /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// */


@media only screen and (max-width: 736px) {
    /* Styles */

/* .main-section1 {
    padding-right: 9%;
} */

.formulaire {
    padding: 40px;
    width: auto;
}
/* 
.main-section1 {
    padding-top: 200px;
} */

.text-soon {
    font-size: 5vw;
}

}