body{
    padding: 0;
    margin: 0;
}
.top-bar-apropos{
    height: 100px;
    background-color: #E54C2A; 
    display: flex;
    align-items: center;
    position: relative;
    height: 86px; 
    padding-right: 40px;
}
.icons-menu-apropos{
    margin-left: 10px;
    display: none;
}
.top-bar3-ul {
    display: flex;
    list-style: none;
    gap: 21px;
    margin-left: 280px;
    margin-top: 0px;
    padding: 0px;
}

.top-bar3-ul li{
    padding-top: 20px;
    color:white;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.v{
    font-size: 0.5rem;
}
.bloglien {        
    text-decoration: none; 
    color: inherit;     
}
.bloglien:hover{
    text-decoration: underline;
}
.logo-apropos {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logoimg-apropos{
    width: 83px;
    height: auto;
}

.icons-apropos {
    margin-left: auto;
    margin-right: 290px;
    display: flex;
    gap: 30px; 
}
.buy-contact{
    display: flex;
    list-style: none;
    gap: 21px;
}
.buy-contact li{
    color:white;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: -1px;
}


.iconsimg{
   width: 16px;
   height: 16px;
   padding-top: 12px;
   cursor: pointer;
}
.panierb{
    margin-top: 3%;
}
.atwisi{
    margin-left: 270px;
    margin-top: 26px;
}
.atwisi p{
    color: rgb(144, 144, 144);
    font-size: 12px;
}
.atwisi span{
    color: #E54C2A;
}


.ligne {
    height: 0.5px;
    background-color: #e4e1e1;
    width: 64%;    
    margin: 24px auto;
}

.agreat{
    max-width: 1000px;
    margin: 0 auto;
}


.agreat h1{
    font-size: 28px;
    font-weight: 200;
}
.agreat p{
    font-size: 14px;
}


.signup{
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    line-height: 0.5;
}
.signup h2{
    font-size: 1.7rem;
    letter-spacing: -1px; 
}
.signup p{
    font-size: 0.8rem;
}
.centre3{
   background-color: white;
}
.newsletter3{
   background-color: #F6F7FB;
   height: 285px;
   margin-top: 37px;
}
.email-adress {
    display: flex;
    width: 470px;
    height: 40px;
    justify-content: center;
    margin: 55px auto;
}

.email-adress input {
    flex: 1;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-right: none;
    border-radius: 999px 0 0 999px; 
    outline: none;
}

.email-adress button {
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-left: none;
    border-radius: 999px;
    background: #E54C2A;
    cursor: pointer;
    color: white;
    width: 140px;
}

.ligne-grise {
  border: none;         
  height: 1px;           
  background-color : #E9EBEE; 
  width: 950px;           
  margin: 85px auto;      
  justify-content: center;
}

.anii{
    display: flex;
    width: 1200px;
    gap: 20px;
    justify-content: center;
    margin-left: 8%;
    margin-top: -2%;
    font-size: 0.8rem;
}

.footer-aboutus{
    max-width: 230px;
    line-height: 1.5;
}
.ape{
    line-height: 2;
    color: #5c5c5cb7;
}
.ape img{
    width:15px;
    height: auto;
}
.footer-info{
    line-height: 1.8;
    width: 230px;
}
.footer-newproducts{
    max-width: 250px;
}
.footer-newproducts img{
    width: 60px;
    height: auto;
}
.images-z{
    display: flex;
    flex-direction: column; 
    gap: 55px; 
}
.products-ziming{
    margin-top: 0px;
    display: flex;
    gap: 20px;
}
.products-redzumma{
    display: none;
}
.newpro{
    font-weight: bold;
}
.footer-eighty{
    color: #E54C2A;
}
.footer-info{
    width: 230px;
    line-height: 2.2;
    margin-top: -10px;
}
.footer-instagram{
    width: 230px;
}

.ligne-grise22 {
  border: none;         
  height: 1px;           
  background-color : #E9EBEE; 
  width: 100%;         
  margin-top: 35%;      
  justify-content: center;
}
.footer-mass{
    display: flex;
    gap: 470px;
    margin-top: 2%;
    margin-bottom: 1.5%;
    justify-content: center;
}
.footer-mass p{
    font-size: 0.8rem;
    color: #757474;
}
.massT{
    color: #E54C2A;
}
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 15px;             
  height: 15px;
  padding: 5px;      
  border: 2px solid #ccc;  
  border-radius: 50%;     
  object-fit: contain;    
  transition: 0.3s ease;
  cursor: pointer;
}
@media (max-width: 767px){
    .top-bar3-ul-apropos{
        display: none;
    }
    .buy-contact{
        display: none;
    }
    .icons-menu-apropos{
        display: block;
        cursor: pointer;
    }
    
    .icons-apropos {
    margin-right: 5px; 
    }
    
    .logoimg-apropos{
    width: 97px;
    }
    
    .atwisi{
    margin-left: 6px;
    }
    .atwisi p{
    font-size: 14px;
    }
    
    .ligne {
    width: 97%;    
    }
    
    .agreat{
    width: 670px;
    margin-top: 80px;
    margin-left: 10px;

    }
    
    .agreat h1{
    font-size: 30px;
    font-weight: 200;
    }
    .agreat p{
    font-size: 15.5px;
    }
     .newsletter3{
      height: 335px;
      margin-top: 8%;
    }
    .signup{
        padding-top: 80px;
    }
    .signup h2{
    font-size: 2rem;
    }
    .signup p{
        font-size: 1rem;
    }
    .email-adress {
        margin-top: 20px;
        height: 48px;
        width: 480px;
    }
    .email-adress input {
        font-size: 0.9rem;
    }
    .email-adress button {
        font-size: 0.9rem;
    }
    .ligne-grise {
       width: 735px;           
       margin-top: 102px;      
    }
    .anii{
    display: flex;
    flex-direction: column;
    margin-left: 3%;
    }
    .anii p{
        font-size: 15px;
    }
    .footer-aboutus{
    max-width: 590px;
    line-height: 0.8;
   }
   .footer-aboutus h2 {
    font-size: 22px;
   }
    .footer-aboutus p {
    font-size: 13.3px;
   }
   .footer-info h2 {
    font-size: 27px;
   } 
   .footer-instagram h2 {
    font-size: 27px;
   }
 
   .footer-newproducts h2 {
    font-size: 27px;
   }
   .images-z {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 40px 100px;
    justify-content: start;
    }
   .products-ziming,
    .products-redzumma {
        display: flex;
        align-items: center;
        gap: 15px;
    }
     .footer-newproducts img {
        width: 100px;
        height: auto;
        flex-shrink: 0;
    }
    .newpro {
        width: 180px;
    }
    .newpro p {
      margin: 0;
      line-height: 1.4;
    }
   .ligne-grise22 {
    width: 100%;             
    justify-content: center;
    margin: 1040px auto
    }
   .footer-mass{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 20px ;

    }

}


