body {
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    /*background-image: url('/static/155f916b-0606-4744-a824-39fa9e37deb6.png');
    background-size: auto;
    background-repeat: no-repeat;*/

}

h1 {
    text-align: center;
    color: #103247;
}

form {
    position: relative;
    width: 50%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    /* Ajout de flex pour placer les éléments sur la même ligne */
    flex-wrap: wrap;
    /* Gestion des éléments sur plusieurs lignes */
    z-index: 1;
}

label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
    color: #103247;
    width: 100%;
}

input[type="email"],
input[type="text"],
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 20px;
}

input[type="checkbox"] {
    margin-right: 10px;
}

input[type="submit"] {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #666;
}

input[type="submit"]:disabled {
    opacity: 0.5;
    pointer-events: none;
}

#myButton {
    margin-top: 5px;
    margin-left: 30%;
}

#myButton,
#btn,
#val,
#submit-btn {
    background-color: #46A8CE;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 3px;
    cursor: pointer;
}

#myButton:disabled {
    opacity: 0.5;
    pointer-events: none;
}

#mail {
    width: 100%;
    max-width: 500px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    z-index: 1;
}

#mail h2 {
    text-align: center;
    font-size: 20px;
    margin-top: 0;
    color: #333;
    z-index: 1;
}

.container {
    margin-top: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    align-items: flex-start;
    /* aligne les éléments verticalement en haut */
}

.myForm {
    height: 120%;
    max-height: 500px;
    /* la hauteur minimale que doit avoir la div */
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* centre le contenu horizontalement */
    align-items: flex-start;
    /* aligne le contenu verticalement en haut */
}

.myForm label {
    margin-bottom: 1px;
}

.MsoNormal span.blue {
    color: #46A8CE;
    font-weight: bold;
}

#logo {
    position: fixed;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    background-color: transparent;
    width: 200px;
    height: 70px;
}

#design {
    position: fixed;
    top: -20px;
    right: -150px;
    background-color: transparent;
    width: 700px;
    height: 650px;
    z-index: 0;
}

#design2 {
    position: fixed;
    bottom: -100px;
    left: -100px;
    background-color: transparent;
    width: 550px;
    height: 550px;
    z-index: 0;
}

#parag1 {
    width: 50%;
    margin: auto;
    margin-bottom: 10px;
    font-size: 17px;
}

#messageAlert {
    color: red;
    display: none;
}