*{
    font-family: Poppins,sans-serif;
    font-weight: 500;
    font-size: 18px;
    color:#2c2524 ;
    line-height: 1.6;
    margin: 150 auto;
}

h2{
    font-weight: 800;
    font-size: 22px;
}

ul{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
}


  
  .dropdown .dropbtn {
    font-size: 18px;  
    font-weight: 600;
    border: none;
    outline: none;
    color: black;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
  }
  
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
  }
  
  .dropdown-content a:hover {
    background-color: #ddd;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }

body {
    background-color: #fffaf5; /* Fond crème */
    color: #333;
    overflow-x: hidden;
    color: var(--neutral-600);
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.889em;
}
a {
    text-decoration: none;
    color: inherit;
}

/* HEADER */
.header {
    background-color: #fffaf5;
    padding: 20px 10%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: bold;
}

.logo img {
    width: 130px;
    margin-right: 10px;
}

nav.navbar {
    display: contents;
}

.nav-links {
    display: flex;
    list-style: none;
    gap: 30px;
}

.nav-links a {
    font-weight: bold;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #ff4d4d;
}

.btn.contact-btn {
    background-color: #ff4d4d;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.btn.contact-btn:hover {
    background-color: #e04040;
}

h1 {
   font-size: 20px;
   font-weight:bolder; 
}
.block_shop p{
    color:#817d7d;
}

h1 {
   font-size: 20px;
   font-weight:bolder; 
}
.block_shop p{
    color:#817d7d;
}



.text_shop{
    text-align: center;
}

.text_shop h1{
    font-weight: 800;
    font-size: 35px;
}
.shop{
    display: grid;
    text-align: center;
    grid-template-columns: 400px 400px 400px;
    gap: 10px;
    justify-content: center
    

}


.shop img{
    border-radius: 30px;
    width:320px;
}
.shop h3{
    font-weight: 800;
}

span {
    color: #f05454;
    font-weight: 800 ;
}

strike{
    color: #817d7d;
    font-size: 18px;
    font-weight:800 ;
    opacity: 0.4;
}

@media (max-width: 768px) {
    .shop{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
      }
      
      img {
        max-width: 100%;
        height: auto;
      }
  }

@media (max-width: 440px) {
    .shop{
    text-align: center;
    display: grid;
    grid-template-columns: 1fr ;
    gap: 10px;
}

}
  


  footer{
    display: flex;
    justify-content: center;
      padding: 150px 0;
}
.contact{
    justify-content: center;
    padding: 40px;   
}

.contact1{
    justify-content: center;
    padding: 20px; 
    background-color: #fffaf6;
    border-radius: 20px;
    margin: 90px 0;
    

}

.contact_us{
    font-weight:900;
    margin-left: 12px;
}

.contact_1{
    display: flex;
}

footer p{
    color: #817d7d;
}

.icon{
    display: flex;
    align-items: center;
}

.icon img{
    padding: 15px;
}

u{
    color: #ff5733;
    font-weight: 700;
    font-size: 18px;
}

.grass-3{
    position: absolute;
    z-index: -1;
    top: -34px;
    rotate: 119deg;
    left: -41px;
}

.grass-2{
    position: absolute;
    z-index: -1;
    rotate: 67deg;
    top: 222px;
    right: -40px;
    width: 100px;
}

.logos{
    display: flex;
    align-items: center;
}

.logos img{
    padding: 5px;
}


@media screen and (max-width:768px){
  
  footer {
  display: grid;
  grid-template-areas: repeat(auto-fit, minmax(250px, 1fr ));
  gap: 10px;
    }
      
  .contact_1{
   display: flex;
   flex-wrap: wrap;
    }
}







