#info{
    border: transparent solid 10px;
    display: flex;
    justify-content: space-between;
    width: 60%;
    height: 100px;
  }

  .dotted {
    border-bottom: 3px dashed black;
  }

  .dotted-product {
    padding-top: 200px;
    border-bottom: 3px dashed black;
  }

.top-footer{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
  

/* Styles pour la section Service Client */
.serviceClient {
    padding: 20px;
    text-align: center;
  }
  
.serviceClient img {
    height: 80%;
    margin-top: 20px;
  }
  
  /* Styles pour la section Livraison */
.livraison {
    padding: 20px;
    text-align: center;
  }
  
.livraison img {
    
    height: 80%;
        margin-top: 20px;
  }

.livraison-gratuite {
    padding: 20px;
    text-align: center;
  }
  
.livraison-gratuite img {
    height: 80%;
    margin-top: 20px;
  }

  /* Styles pour la section Emballage Cadeau */
.emballageCadeau {
    padding: 20px;
    text-align: center;
  }
  
.emballageCadeau img {
    height: 80%;
        margin-top: 20px;
  }
  

  .bot-footer {

      background-color: #333;
      color: #fff;
      padding: 30px 0;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap;
    }
    
    .footer-section {
      max-width: 300px;
      margin-bottom: 20px;
    }
    
    .footer-section h3 {
      font-size: 1.8em;
      margin-bottom: 10px;
      color: #9c1c96;
      text-decoration: underline;
    }
    .footer-section p {
      margin:20px 0 20px 0;
      
    }
    
    footer ul {
      list-style-type: none;
      padding: 0;
    }
    
    footer ul li {
      margin-bottom: 8px;
    }
    
    footer ul a {
      text-decoration: none;
      color: #fff;
      font-size: 1.2em;
      transition: color 0.3s ease;
    }
    
    footer ul a:hover {
      color: rgb(255, 94, 228);
    }
    
    footer .social-icons {
      list-style-type: none;
      padding: 0;
      display: flex;
      width: 200px;
    }
    
    footer .social-icons a {
      text-decoration: none;
      color: #fff;
      font-size: 1.5em;
    }
    footer .social-icons li{
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 10px 0 10px;
    }