  body{
  background-color:rgb(245, 245, 244);
  font-family: Montserrat;
  font-weight: 400;
  }

  .presentation-section{
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;

  }
  .image-part1{
      display: flex;
      justify-content: center;
      width: 100%; 
  }
  .image-part1 img{
      width: 1000px;
      height: 250px;
      object-fit: cover;
      object-position: center;

      }
    
  .text-part1 { 
      display: block;
      margin: auto;
      text-align: center;
      font-size: 16px;
      width: 500px;
      line-height: 2.5;
      margin-bottom: 135px;
      border-bottom: 1px solid;
      border-bottom-color:rgba(255, 131, 0, 1.0);
  }

  .row {
      margin-top: 100px;
      margin-left: 30px;
        display: flex;
        align-items: center;
      }

  .row.reverse {
        flex-direction: row-reverse;
        margin-right: 30px;
      }
  .row.reverse img{
          width: 400px;
        height:450px;
        border-radius: 5px;
        object-fit: cover;
        object-position: center;
        filter: saturate(0.85) brightness(0.95);
      }

  .row img {
        width: 400px;
        height:450px;
        margin-left: 30px;
        border-radius: 5px;
        object-fit: cover;
        object-position: center;
        filter: saturate(0.85) brightness(0.95);
      }

  .row-text {
        width: 50%;
        text-align: center;
        line-height: 1.8;
        max-width: 600px;
        margin-left: 60px;
        margin-bottom: 30px;
      }

    .bouton-decouvrir {
    padding: 12px 28px;
    background: transparent;
    color: rgba(108, 138, 74, 1);
    border: 2px solid rgba(108, 138, 74, 1);
    font-size: 0.85rem;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: color 0.4s ease;
    
  }


  .bouton-decouvrir::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(108, 138, 74, 1);
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    z-index: 0;
    color:white;

  }

  .bouton-decouvrir:hover {
    color: white;
  }

  .bouton-decouvrir:hover::before {
    transform: translateX(0);
    z-index: -1;
  }
  .pied-de-page-front-page{
    
      margin-top: 450px;
      margin-bottom: 20px;
      font-size: 12px;
      color:grey;
      line-height: 1.8;
      text-align: center;

  }
  .top{scroll-behavior:smooth;}

  .lien-boutique-etsy{
    color: inherit;
    text-decoration: underline; 
  }
  .commentaires-clients {
    margin-top:120px;
    padding: 30px 20px;
    background-color: rgba(108, 138, 74, 1);
    
  }

  .titre-commentaire {
    text-align: center;
    font-size: 28px;
    margin-bottom: 50px;
    font-weight: 400;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgb(245, 245, 244);
  }

  .commentaires-container {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
  }

  .carte-commentaire {
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: white;
    padding: 30px;
    max-width: 320px;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    
  }

  .texte-commentaire {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .prenom-com {
    font-weight: 600;
    font-size: 14px;
    text-align: right;
  }
