
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.top-btn {
  position: fixed;
  bottom: 20px;
  right: 30px;
  width: 40px;
  height: 38px;
  background: #E54C2A;
  color: white;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  border-radius: 4px;
}

body {
    font-family: Georgia, serif;
    color: #1a1a1a;
    background: #fff;
    overflow-x: hidden;
}

.top-bar1{
    height: 100px;
    background-color: #E54C2A; 
    display: flex;
    align-items: center;
    position: relative;
    height: 97px; 
    padding-right: 40px;
}
.icons-menu{
    margin-left: 10px;
    display: none;
}

.bloglien {        
    text-decoration: none; 
    color: inherit;     
}
.bloglien:hover{
    text-decoration: underline;
}
.logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.logoimg{
    width: 100px;
    height: auto;
}

.icons {
    margin-left: auto;
    margin-right: 290px;
    display: flex;
    gap: 30px; 
}

.iconsimg{
   width: 18px;
   height: 30px;
   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;
}

.bakery {
    font-size: 25px;
    font-weight: 200;
    margin-top: 60px;
    margin-left: 270px;
    margin-right: auto;
}

.filter-bar {
    max-width: 970px;
    margin: 35px auto 40px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ccc;
}

.view-icons button {
    padding: 6px 10px;
    margin-right: 5px;
    border: 1px solid #ddd;
    background: white;
    cursor: pointer;
}

.view-icons .active {
    border-color: #e54c2a;
    color: #e54c2a;
}

.filters select {
    padding: 6px 10px;
    margin-left: 10px;
}

.products-grid {
    max-width: 980px;
    margin: 0 auto;
    padding: 0px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.product-card {
    text-align: center;
}
.product-card img{
    width: 250px;
    height: auto;
    cursor: pointer;
}
.product-card h3{
    font-size: 11px;
    font-weight: bold;
}
.product-card span{
    color: #E54C2A;
    font-weight: bold;
}

.home-cata{
    margin-top: 80px;
}

.top-bar3{
    background-color:#E54C2A;
    height: 55px;
    font-weight: bold;
}

.top-bar3-ul {
    display: flex;
    list-style: none;
    gap: 21px;
    margin-left: 220px;
    margin-top: 0px;
    padding: 0px;
}

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

.v{
    font-size: 0.5rem;
}




.newsletter3{
   margin-bottom: 0;
   background-image: url(images/bg-footer.jpg);
   height: 780px;
   margin-top: 37px;
   background-repeat: no-repeat;
   background-size: contain;
}
.signup{
    justify-content: center;
    text-align: center;
    padding-top: 60px;
    line-height: 1.8;
}
.signup h2{
    font-size: 1.7rem;
    letter-spacing: -1px; 
}
.signup p{
    font-size: 0.8rem;
}

.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: 20px;
    justify-content: center;
    margin-bottom: 50px;
}
.footer-mass p{
    font-size: 0.8rem;
    color: #757474;
}
.massT{
    color: #E54C2A;
}
.social-icons {
  display: flex;
  gap: 20px;
}

.social-icons img {
  width: 35px;             
  height: 35px;
  padding: 5px;      
  border: 2px solid #ccc;  
  border-radius: 50%;     
  object-fit: contain;    
  transition: 0.3s ease;
  cursor: pointer;
}


@media (max-width: 767px) {

     .top-bar1{
        height: 72px;
    }
    .icons-menu{
        display: block;
    }
    .logoimg{
        width: 90px;
    }
    .icons {
         margin-right: 5px;
        margin-top: -1.2%;
    }
    .iconsimg{
        padding-top: 2px;
        width: 19px;
        height: 19px;
    }
    .atwisi{
        margin-left: 13px;
    }
    .ligne {
        width: 95%;    
    }
    .bakery{
        margin-left: 8px;
    }
    
    .products-grid {
        grid-template-columns: repeat(2, 1fr); 
    }

    .filter-bar {
        gap: 15px;
        max-width: 705px;
    }
    .product-card img{
    width: 350px;
    height: auto;
    }
    .product-card h3{
    font-size: 15px;
    font-weight: bold;
    }


    
    .home-cata{
        display: none;
    }

    .newsletter3{
   background-color: #ffffff;
   height: auto;
   margin-top: 37px;
   }
   .email-adress {
    margin: 25px auto;
    }
    .anii{
    flex-direction: column;
    width: 1200px;
    gap: 20px;
    margin-left: 2%;
    }
    .footer-aboutus{
    max-width: 570px;
    }
    .products-redzumma{
        display: flex;
        width: 200px;
    }
    .products-ziming{
     width: 200px;
    }
    .products-redzumma img,
    .products-ziming img {
        width: 90px;
        height: auto;
    }
    .images-z{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .ligne-grise22 {
    width: 100%;         
    margin-top: 10%;      
    }
    .footer-mass{
    flex-direction: column;
    gap: 10px;
    margin-top: 45px;
    align-items: center;
    margin-bottom: 50px;
    }


}



    



