* {
    margin: 0px;
    padding: 0px;
}

 /* header */

header{
    display:flex;
    background: #FFF7EC;
    height: 150px;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
  }
  #logo{
    margin-top: 10px;
  }
  #recherche{
    margin-top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #barre_recherche{
    width:700px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #000000;
    box-shadow: 0px 5px 4px rgba(100, 100, 200, 0.25);
  }
  ::placeholder{
    font-size: 16px;
   }
  #mini_nav{
    display: flex;
    align-items: center;
    width: 400px;
    height: 150px;
  }
  #compte_et_panier a{
    text-align: center;
    margin-left: 100px;
    line-height: 0.2;
    color: #000000;
    text-decoration: none;
  }
  .textecompte{
  margin-top: 20px;
  }
  
  #en_tete{
    background: #ffffff;
    width: 400px;
    height: 75px;
  }
  #en_tete h2{
    /* font-size: 30px; */
  }


   /* nav*/
   
.hmenu{
    background-color: #B3C6B8;
    height: 80px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }
  .butmenu{
    width: 200px;
    height: 55px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size:27px;
    font-weight: bolder;
    background-color: #B3C6B8;
    border: 2px solid rgb(86, 160, 115);
    border-radius: 25px;
    cursor:pointer;
  }
   .menu :hover{
    text-align: center;
    border-radius: 25px;
    width: 200px;
    height: 55px;
    color: black;
    background-color: rgb(143, 206, 168);
  }


  /* footer */

footer{
  display: flex;
  background-color: rgb(86, 160, 115);
  color: white;
  height: 300px;
  justify-content: space-around;
  text-align: center;
  align-items: baseline;
  flex-direction: row-reverse;
}
.confoot{
  margin-top: 100px;
  align-items: center;
}

.confoot a{
  text-decoration: none;
  color:#ffffff;
}
.confoot a:hover{
  text-decoration: underline;
  color:#ffffff;
  height: 200px;
}
  