* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
}

/* debut nav bar */
nav {
    display: flex;
    justify-content: space-between;
    background-color: #ececec;
    height: 90px;
    align-items: center;
  }
  #liens{
      text-decoration: none;
      padding-right: 10%;
      color: #eb8f02;
  }
  .logo {
    font-size: 50px;
    margin-left: 3%;
    margin-top: 1%;
  }
  .onglet ul li {
    font-size: 30px;
  }
  .onglet ul {
    display: flex;
    list-style: none;
    margin-right: 120px;
    margin-top: 9%;
  }
  span {
    color: #eb8f02;
  }

/* recherche */

.search {
    width: 70%;
    margin: 51px;
    margin-left: 259px;
    text-align: center;
    border-radius: 15px;
    display: flex;
    align-items: center;
    border:groove;


}
.search i{
    margin-right: 12px;
}

.search input {
    width: 78%;
    font-size: 20px;
    margin-right: 215px;
    padding: 12px;
    border-radius: 15px;
    border: gainsboro;
    outline: none;
    /* border-radius: 15px; */
    /* width: 59%; */

}

.search button {
    padding: 15px 0;
    border-radius: 15px;
    background-color: #EB8F02;
    border: aliceblue;
    color: white;
}

.categorie {
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    width: 96%;
    margin-left: 5%;
}

.categorie .categorielist {
    margin: 1%;
}

.categorielist button {
    padding: 20px 51px;
    border-radius: 12px;
    background-color: #EB8F02;
    border: aliceblue;
    color: white;
    cursor: pointer;


}


.tousProduits {
    width: 100%;
    margin: 13px 33px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* background-color: blueviolet; */
}

.produits {
    text-align: center;
    width: 58%;
    box-shadow: 0px 4px 4px 25px #00000005;
    background: #f9f9f9;
    margin-top: 60px;
    margin-left: 110px;


}

.produits .image img {
    width: 75%;
}

.produits .p1 {
    font-weight: bold;
    margin: 8px;
}

.produits .p2 {
    font-style: italic;
    color: #000000;
    margin: 8px 0;
    ;
}

.produits .p3 {
    color: #EB8F02;
    margin: 8px 0;
}

.produits .btn button {
    background-color: #EB8F02;
    color: white;
    padding: 13px 20px;
    margin: 15px 0;
    border-radius: 12px;
    font-size: 17px;
    cursor: pointer;
    border: aliceblue;
}


/* footer */



footer {
    margin-top: 72px;
    background-color: black;
    color: white;
    width: 100%;
}

footer .logos {
    text-align: center;
    font-size: 27px;
    line-height: 2;
    margin-left: 8%;
}

footer span {
    color: #EB8F02;
}



.contact1 {
    display: flex;
    justify-content: space-around;

    align-items: center;
    padding: 35px 0;
}

.contactphone {
    align-items: center;
    display: flex;
}

.contact {
    display: flex;
    align-items: center;
    font-size: 25px;
    margin-right: 1%;
    margin-left: -4%;
}

.contactlogo img {
    width: 20px;
    margin-left: -17%;
}


.contactlogos img {
    width: 20px;
    margin-left: 25%;
}

    


.contact .contact1 span {
    color: white;
    margin: 15px;
    font-size: 25px;
}

.contact .contact2 span {
    color: white;
    font-size: 25px;
    margin: 15px;
}

.icone img {
    width: 25px;
    margin-left: 15px;
}

.contactphone .contactlogo {
    margin-left: 1%;

}