body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}
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;
  }


.container {
    display: flex;
    max-width: 1000px;
    margin: 50px auto;
    padding: 20px;
}
.left {
    flex: 1;
    text-align: center;
}
.left img {
    width: 300px;
    border-radius: 17px;
}

.choice img {
    width: 19%;
    margin: 5px;
    cursor: pointer;
    border-radius: 5px;
}

.right {
    flex: 1;
    padding: 20px;
}
.price {
    color: #ff4d4d;
    font-size: 20px;
    font-weight: bold;
}
.button {
    background-color: #ff4d4d;
    color: white;
    border: none;
    padding: 12px;
    width: 100%;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}
.button:hover {
    background-color: #ff4d4d;
}
select, input {
    padding: 8px;
    margin: 10px 0;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 5px;
}

@media (max-width: 768px) {
    .container {
        flex-direction: column;
        align-items: center;
    }
    .left, .right {
        width: 100%;
    }
    .left img {
        max-width: 80%;
    }
}

@media (max-width: 440px) {
    .header {
        flex-direction: column;
        text-align: center;
    }
    .nav {
        display: flex;
        flex-direction: column;
    }
    .container {
        padding: 10px;
    }
    .left img {
        max-width: 100%;
    }
    .button {
        padding: 10px;
        font-size: 14px;
    }
}

.product{
    position: relative;
    justify-items: center;
}

.product-texte {
    margin-top: 2%;
    border: 1px solid  lightgrey;;
    border-radius: 2%;
    padding: 5% 2%;
}

.pdc-btn {
    background-color: #ff4d4d;
    color: white;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
}

.pdc-btn:hover {
    background-color: #ff4d4d;
}

.adt-btn {
    background-color: white;
    color: grey;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
    border: darkgrey;
}

.sh-btn {
    background-color: white;
    color: grey;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    transition: background 0.3s;
    border: darkgrey;
}

@media screen and (max-width: 768px) {
    .buttons {
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }
    .buttons a {
        width: 80%;
        text-align: center;
        flex-direction: column;
    }
    .product-texte {
        padding: 5%;
        font-size: 16px;
    }
}

@media screen and (max-width: 440px) {
    .buttons a {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .product-texte {
        font-size: 14px;
        padding: 8%;
    }
}

.pourquoi{
    background-color: #efefef;
    justify-items: center;
    margin-top: 6%;
}

.titre {
    padding: 7%;
    text-align: center;
}


.blocs{
    display: flex;
    padding: 10%;
    margin-top: -16%;
    gap: 203px;
}

.block_1 {
    display: flex;
    flex-flow: column;
}

.block_2 {
    display: flex;
    flex-flow: column;
}

.block_3 {
    display: flex;
    flex-flow: column;
}

@media screen and (min-width: 1920px) {
    .blocs {
        gap: 250px;
        padding: 8%;
    }

    .titre {
        padding: 5%;
    }
}

@media screen and (max-width: 768px) {
    .blocs {
        flex-direction: column; 
        gap: 50px; 
        padding: 5%;
        margin-top: -5%;
    }

    .titre {
        padding: 10%;
    }

    .bloc_1, .bloc_2, .bloc_3 {
        align-items: center;
    }

    .blocs img {
        width: 80px;
    }
}


@media screen and (max-width: 440px) {
    .blocs {
        flex-direction: column; 
        gap: 30px; 
        text-align: center;
        padding: 10%;
        margin-top: -5%;
    }

    .titre {
        padding: 15%;
    }

    .blocs img {
        width: 100%; 
    }

    .bloc_1, .bloc_2, .bloc_3 {
        align-items: center;
        width: 100%;
    }

    .pourquoi {
        margin-top: 10%;
    }
}




.ig{
    font-weight: 800;
    font-size: 22px;
}
.follow  {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
}

.follow u{
    color :#ff5733;
    font-weight: 800;
    font-size: 22px;
}

.follow_us_1 img{
    border-radius:35px ;
    width: 250px;
    padding: 10px;
}

.follow_right img{
    border-radius:20px ;
    width: 115px;
    padding: 10px;
}

.follow_us{
    display: flex;
    justify-content: center;
    align-items: center;
}

.shape1{
    z-index: -1;
    position: absolute;
    rotate: 83deg;
    top: -52px;
    left: -20%;
    height: 50%;

}

.shape2{
    z-index: -1;
    position: absolute;
    rotate: 125deg;
    left: -25%;
    bottom: -190px;

}

.shape3{
    z-index: -1;
    position: absolute;
    rotate: 478deg;
    height: 70%;
    right: -16%;
    top: -29px;
}



@media screen and (max-width:768px){
  .follow_us {
  display: flex;
  flex-wrap: wrap; /
    
    }
    
.follow_right img {
    border-radius: 25px;
    width: 142px;
    padding: 10px;
}

.follow_us_1 img {
    border-radius: 35px;
    width: 310px;
    padding: 10px;
}

}

@media screen and (max-width:440px){
  .follow_us {
  display: flex;
  flex-wrap: wrap; /
    
    }
    
h2 {
    font-weight: 800;
    font-size: 60px;
}

.follow u {
    color: #ff5733;
    font-weight: 800;
    font-size: 60px;
}

.follow_right img {
        border-radius: 50px;
        width: 475px;
        padding: 10px;
    }

    .follow_us_1 img {
        border-radius: 50px;
        width: 475px;
        padding: 10px;
    }
    
    .shape1 {
    z-index: -1;
    position: absolute;
    rotate: 83deg;
    top: -120px;
    left: -21%;
    height: 85%;
}
    
    .shape2 {
    z-index: -1;
    position: absolute;
    rotate: 105deg;
    left: 17%;
    bottom: -719px;
}
    .shape3 {
    z-index: -1;
    position: absolute;
    rotate: 478deg;
    height: 70%;
    right: -18%;
    top: -536px;
}
    
   .follow {
    text-align: center;
    width: 1000px;
    margin: 25px 90px;
    

    
} 
}

.block9{
    display: flex;
    justify-content: center;
}
.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;
}

.block9 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){
  
  .block9 {
  display: grid;
  grid-template-areas: repeat(auto-fit, minmax(250px, 1fr ));
  gap: 10px;
    }
      
  .contact_1{
   display: flex;
   flex-wrap: wrap;
    }
}

@media screen and (max-width: 440px) {
    .block9 {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .contact {
        padding: 20px;
        width: 100%;
    }

    .contact1 {
        padding: 15px;
        margin: 30px 0;
    }

    .contact_1 {
        flex-direction: column;
        align-items: center;
    }

    .logos {
        justify-content: center;
        flex-wrap: wrap;
    }

    .logos img {
        width: 30px;
        padding: 5px;
    }

    .icon {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .icon img {
        padding: 10px;
    }

    .grass-3,
    .grass-2 {
        display: none; 
    }
}
