html, body {background-color: #29ABE2;}
.container {
    width: 80%;
    margin-top:0px;
    margin: auto;
    background-color: #29ABE2;
    display:flex;
    align-items: center;
    flex-direction: column;
}
#header {
    display:flex;
    /*justify-content: center;*/
    margin-bottom: 10px;
    padding:0px;
    align-items: stretch;;
}
#logo {
    background-color: #29ABE2;
    margin-right: 10px;
}
.menu-item {
    width: 114px;
    height: 50px;
    margin-top: 30px;
    margin-right: 2px;
    background-color: #0071BC;
    text-align: center;
    color: #1B1464;
    font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
    font-weight: bold;
    font-size: 14px;
    padding-top: 32px;
}
.menu-item:hover{

    background-color: #ffffff;
    color: #1B1464
 
}

.menu-item a {
    text-decoration: none;
  }

.container-mess-form{ 
    display:flex;
    align-items: center;
    flex-direction: column;
    width:1028px;
    background-color: #ffffff;
}
.message {
    background-color: #ffffff;
    padding: 20px;
    /* margin-left: auto;
    margin-right: auto; */
    margin-top: 10px;
    width: 60%;
    text-align: center;
}
.formulaire {
    background-color: #ffffff;
    padding: 20px;
    text-align: center;
}
.box {
    border: 1px solid #ccc;
    width: 500px;
    padding: 20px;
    text-align: center;
    margin-top:50px;
    margin:auto;
}

.copyright {
    width:100%;
    /* margin: auto; */
    padding-top: 4px;
    text-align: center;
    background-color: #29ABE2;
    color: black;
    font-size: 10px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-weight: bold;
}
.champ {
    width: 400px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #29ABE2;
    outline: none;
    margin-bottom: 10px;
    padding: 2px;
    color: #000;
}
.bouton {
    width:400px;
    background-color: #29ABE2;
    border-radius: 10px;;
    border: none;
    height: 45px;
    font-size: 24px;
    font-weight: bold;
}
.bouton:hover {
    background-color: #1B1464;
    color:#ffffff;
    cursor: pointer;
}
.alerte {
    height: 20px;
    width: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
    color:yellow;
}
.red {
    background: #f00;
}
.green {
    background: rgb(45, 107, 45);
}