


body{
    background-color: #EDEDED;

}

h1{
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 300%;

}


.boxe img{
    width: 60%;
    height: 100px;
    border-radius: 100%;
    margin: auto;
}

.boxe{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 20%;
}

span{
    font-size: 20px;
    
}

.titre1{
    font-weight: bold;
    margin-top: 10px;
}

.boite{
    display: flex;
    justify-content: space-around;
    width: 70%;
    margin: auto;
}


nav img {
    width: 10%;

}



nav {
    display: flex;
    background-color: #EDEDED;

}

nav li a {

    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin: 20px;
    list-style: none;
    color: black;
    margin-left: 2px;
}


nav li a span{
    display: block;
    font-size: 40px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-decoration: none;
    margin: 20px;
    list-style: none;
    color: black;}

li {
    list-style: none;
}


.container {
    display: flex;
    height: 100vh;
    background-image: url('images/image_accueil.jpg');
    background-size: cover;

}



footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px;
    padding-bottom: 10px;
    margin-bottom: 150px;
    background-color: #EDEDED;
    height: 200px;
    width: 70%;
    margin: auto;
    border-top: 1px inset black;
    margin-top: 100px;
  
  }
  
  footer div{
      margin-bottom: 90px;
      
  
  }
  
  .copyright-logo p {
  margin: 2px;
    
  }
  
  footer .copyright-logo img {
    width: 70px;
  }
  footer .copyright-logo p img {
    width: 10px;
  }
  footer ul li {
    list-style: none;
  }
  li a {
    text-decoration: none;
    font-size: 20px;
    color: black;
  }
  footer ul li {
    padding: 10px;
  }
  .menu-center {
    margin-bottom: 55px;
  }
  .menu-right {
    margin-bottom: 145px;
  }
  p {
      text-decoration: none;
      font-size: 20px;
      color: black;
    }
     .copyright-logo p .reserve{
         margin-bottom: 50px;
     }
     .grand-container{
      display: flex;
      justify-content: space-between;
      align-items: center;
     }

     
     .menu-middle{
        margin-top: 70px;
    }

    a:hover{
        color: blue ;
 }

 a span:hover{
    color: blue ;
}