*{
  background-color: #fffae4;
  background: #fffae4;
}
html{
 background-color: #fffae4;
}
body{
  background-color:#fffae4;
  font-family:'Times New Roman', Times, serif;
  max-width: 100%;
}
nav{
  background-color:#fffae4;
  display:flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  border-bottom: 5px solid #fffae4;
}
nav h1{
  background-color:#fffae4;
  color: #602600;
  text-align: left;
  font-family: 'Times New Roman', Times, serif;
  text-align: left;
}
nav .onglets{
  background-color:#fffae4;
  margin-top: 3px;
  margin-left: 800px;
}
nav .onglets a{
  background-color:#fffae4;
  text-decoration: none;
  color: #fffae4;
  margin-right: 10px;
  border-bottom: 1px solid #fffae4;
  padding-bottom: 5px;
  border-left-color: #fffae4;
  color: #602600;
}
header{
  display: flex;
 background:#fffae4;
  background: url('plan6.PNG');
  background-size: cover;
  color: #fffae4;
  height: 220px;
}
.services{
  background-color:#fffae4;
  display:flex;
  flex-wrap:wrap;
  text-align: left;
}
.services .service{
  margin-left: 100px;
  background-color:#fffae4;
}
.service{
  margin-left: 30px;
  margin-right: 20px;
  text-align: left;
  width: 40%;
  color:rgb(56, 57, 58);
}
.lefts{
   text-decoration-color: #fffae4;
   width: 60%;
   text-align: center;
   margin-left: 300px;
   margin-right: 300px;
}



@media screen  and (max-width:800px){ 
  nav h1{
      margin-left: 0px;
     text-align: left;
  }
  nav .onglets {
    margin-left: 0px;
    margin-bottom: 20px;
  }
  nav .onglets{
      text-align: right;

  }
  nav .onglets a{
      flex-direction: column;
  }
  header{
    background: url('plan51.PNG');
      background-size: cover;
      height: 100px;
      color: #fffae4;
      padding: 0px;
  }
  header h1{
      font-family: 'Times New Roman', Times, serif;
      font-size: 20px;
      color: #fffae4;
      margin-left: 10px;
  }
.lefts{
      text-align: left;
      margin-left: 20px;
      font-size: medium;
      width: 90%;
     }
.left{
      margin-top: -10px;
      display:flex;
      margin-right: 0px;
      margin-left: 0px;
      margin-top: 10px;
      text-decoration-color:#fffae4; 
  }
.service{
  font-size: medium;
  font-family: 'Times New Roman', Times, serif;
  }
p {
  background-color: #fffae4;
}  
}
