.button_container {
    width: 100%;
    text-align: center;
}


/* bouton pour appeler la réalisation */

#button_modal {
    height: 33px;
    width: 150px;
    background-color: #615E65;
    color: #d7d6d6;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    cursor: pointer;
    /* margin-top: 200px; */
    border-radius: 20px;
    margin-top: 15px;
}


/* Réalisation que l'on va chercher cachée en coulisse */

#modal {
    height: 380px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: -7600px;
    right: -0.1%;
}

#modal h5 {
    padding-top: 60px;
}


/* bouton pour faire repartir la réalisation */

#close {
    height: 35px;
    width: 50px;
    background-color: #615E65;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    cursor: pointer;
    margin-top: -200px;
    border-radius: 10%;
}

.button_container2 {
    width: 100%;
    text-align: center;
}

#button_modal2 {
    height: 33px;
    width: 150px;
    background-color: #615E65;
    color: #d7d6d6;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    cursor: pointer;
    /* margin-top: 200px; */
    border-radius: 20px;
}

#modal2 {
    height: 380px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: -7600px;
    right: -0.1%;
}

#modal2 h5 {
    padding-top: 60px;
}

#close2 {
    height: 35px;
    width: 50px;
    background-color: #615E65;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    cursor: pointer;
    margin-top: -200px;
    border-radius: 10%;
}

.button_container3 {
    width: 100%;
    text-align: center;
}

#button_modal3 {
    height: 33px;
    width: 150px;
    background-color: #615E65;
    color: #d7d6d6;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    cursor: pointer;
    /* margin-top: 200px; */
    border-radius: 20px;
}

#modal3 {
    height: 380px;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px 10px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    top: -7600px;
    right: -0.1%;
}

#modal3 h5 {
    padding-top: 60px;
}

#close3 {
    height: 35px;
    width: 50px;
    background-color: #615E65;
    color: white;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    cursor: pointer;
    margin-top: -200px;
    border-radius: 10%;
}