body{
    background-image: url("/MEDIAS/FOND.jpg");
    padding: 0;
    margin: 0;
}
#menu{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding-left: 50px;
    padding-right: 50px;
    height: 80px;
    border-bottom: solid white 2px;
    background-color: white;
    z-index: 1;
    width: 100%;
      background-color: rgba(255, 255, 255, 0); /* 0 = transparent */
    transition: background-color 0.05s linear;
    box-shadow: 0px 5px 5px #009a1f20;
    padding: 0%;
}

#menu ul{
    display: flex;
    justify-content: space-between;
    margin-right: 100px;
}
#menu ul li{
list-style: none;
margin-left: 50px;
}

#menu ul li a{
    text-decoration: none;
    font-family: "Titillium Web", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: black;
}

.txtmenu{
    color: rgba(255, 255, 255, 255);
  transition: color 0.05s linear;
}

#menu ul li a:hover{
    text-decoration: underline;
}

.homeimg img{
    height: 50px;
    margin-left: 50px;
}

/*--------------------------*/

h1{
    font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #009a1e  ;
    font-size: 64px;
    padding-left: 100px;
    text-decoration: underline;
    text-align: center;
    padding: 0;
}

main{
    margin-bottom: 50px;
}


main div p{
    text-align: center;
        font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
        color: black;
        font-size: 24px;
        margin-top: 50px;
}

main div p:hover{
text-decoration: underline;
}

main div p a{
    text-decoration: none;
    color: black;
}


/*--------------------------*/


footer{
    height: 100px;
    background-color: white;
    padding-top: 20px;
    box-shadow: 0px -5px 5px #009a1f20;
}

footer .listefooter{
    display: flex;
    justify-content: space-between;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
            font-family: "Titillium Web", sans-serif;
    font-weight: 700;
    font-style: normal;
}

footer .listefooter > li{
   width: 20%;
}

.contact{
    list-style: none;
}

.reseaux{
    list-style: none;
    padding: 0;
}

.reseaux li{
    width: 50%;
    margin-top: 5px;
}

.imgreseaux{
    display: flex;
    padding: 0;
    width: 100%;
    list-style: none;
}

.imgreseaux li img{
    width: 30px;
}