.fond{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    width: 100%;

}
.header{
    font-style: normal;
    text-align: center;
    padding: 15px;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
}
body{
    margin: 0;
    padding: 0;
}
.logo{
    width: 100px;
    height: 100px;
    border-radius: 100%;
    text-align: center;
}
.logo2{
    width: 90px;
    height: 90px;
    border-radius: 100%;
    text-align: center;
}


.menu ul{
    padding: 0;
    margin: 2em 0;
}

.menu ul li{
    list-style: none;
    display: inline-block;
    padding: 10px;
    font-size: 1.2em;
    border-radius: 200px;
    text-decoration: none;
    background-color: #A4C0A4;
    margin-top: 50px;
    color: black;
}


.active{
    font-style: italic;
}
.fin{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 100%;
    z-index: 1;
}
.footer{
    text-align: center;
    font-style: normal;
    padding: 100px;
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 50px;
}
.devant{
    z-index: 2;
    text-align: center;
    position: absolute;
    display: inline-block;
    left: 15%;
    bottom: 10%;
}
.mmi{
    z-index: 2;
    width: 60px;
    height: 40px;
    position: absolute;
    left: 75%;
    bottom: 15%;
}


/** CSS de la page confirmation*/
#confirmation{
    text-align: center;
}
h1{
    text-align: center;
}

.stick {
    padding-top: 200px;
}

