* {
    margin: 0;
}

.main-section-index {
    background-color: #5661AD;
}

.main-index {
    display: flex;
    justify-content: center;
    padding-top: 165px;
    /* padding-bottom: 25px; */
}

.logo-posteex-nuage {
    width: 40%;
    margin-left: -5%;
}

.div-button {
    display: flex;
    justify-content: space-around;
    padding-bottom: 75px;
}

.index-button {
    width: 100%;
    background-color: white;
    color: black;
    padding: 15px;
    text-align: center;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    border-radius: 10px;
}

.text-button {
    border-radius: 5px;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    padding: 10px 50px;
}

.index-background {
    background-color: #5661AD;
}

.mentions-title {
    color: #FFF;
    padding-top: 100px;
    margin: auto;
    width: fit-content;
}

.mentions {
    color: #FFF;
    padding: 100px 50px;
}


@media only screen and (max-width: 736px) {

    .main-index {
        padding-top: 150px;
    }

    .div-button {
        flex-direction: column;
        width: 80%;
    }

}