.header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 15%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    box-shadow: 0 2px 20px rgba(0,0,0,0.1);
}

.navbar {
    padding: 1rem 0;
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo img{
    height: 70PX;
    padding-bottom: 30px;
   
}

.logo i {
    margin-right: 0.5rem;
    font-size: 2rem;
}

.nav-menu {
    display: flex;
    list-style: none;
    gap: 2rem;
    padding-bottom: 30PX;
    padding-right: 30PX;
}

.nav-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-menu a:hover {
    color: #8B4513;
}

.nav-icons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.search input{
    border-radius: 10PX 2PX 2PX 10PX;
    border-color: whitesmoke;
    box-shadow: azure;

}
.search button{
    border-radius: 2PX 10PX 10PX 2PX;
    border-color: #000000;
    background: black;
    color: white;
}
.banner {
    width: 240VH;
    height: 100VH;
    background-position: center;
    background-attachment: fixed;
    background-size: 100% 100%;
    animation: animate 20s  infinite;
    margin: 0;
    padding: 0;
    background: rgba(240, 227, 227, 0.5);
    backdrop-filter: blur(15px);
    background-repeat: revert;
}
@keyframes animate{
    0%{
      background-image: url(image.avif);
    }
    25%{
     background-image: url(&.webp);
    }
    50%{
    background-image: url(01.jpg);
    }
    75%{
    background-image: url(nav.jpg);
    }
    100%{
    background-image: url(3.webp);
    }
}

.hero-content {
    flex: 1;
    max-width: 600px;
    padding: 0 20px;
    z-index: 2;
    margin-top: 10vh;
}

.hero-content h1 {
   color: #ffff;
   text-align: center;
   font-size: 80px;
   font-family: initial;
   padding-top: 30vh;
   animation: niass 2s 15PX infinite;

   
}
@keyframes niass{
          0%{
            transform: translateY(20px);
            opacity: 0;
          }
          100%{
            transform: translateY(20px);opacity: 1;
          }
}

.highlight {
    color: wheat;

}

.hero-content p {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    opacity: 0.9;
    color: white;
     padding-left: 90px;
}

.hero-buttons {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.btn-primary {
    padding: 1rem 2rem;
    border: none;
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
    margin-bottom: 30PX;
    margin-left: 130px;
}

.btn-primary {
    background: rgba(240, 227, 227, 0.6);
    color: white;
}


.nouveaut div{

    display: inline-block;
   gap: 2rem;
   margin-left: 13vh;
   border-radius: 40%;
   border-color: whitesmoke;

}

.marque img{
    height: 130PX;
    border-radius: 50%;
}
.nouveaut h1{
    margin-top: 10VH;
    font-size: 60px;
    text-align: center;
    color: grey;
    margin-left: 70VH;
   margin-right: 70VH;
   margin-bottom: 10VH;
    border-bottom: 4px solid grey;
}
.img img{
    height: 300px;
    width: 236VH;
    margin-top: 15VH;
}

.pro{
   display: flex;
   flex-direction: row;
   gap: 3rem;
   
}
.pro img{
    height: 550PX;
    width: 550PX;
    border-radius: 50%;
}
.propos h1{
    text-align: center;
    font-size: 40PX;
    color: grey;
    margin-top: 20VH;
    margin-left: 100vh;
}
.pro P{
    font-size: 15px;
    text-align: center;
    color: dimgray;
}
strong{
    color: black;
}
.bo {
    color: wheat;
    font-size: 60px;
}


 .art1{
        display: inline-block;
        border-radius: 20PX 20PX 20PX 20PX;
        border-style:  solid;
        border-color: whitesmoke;
        height: 400px;
        width: 300PX;
        margin: 20px;
        margin-left: 80PX;
        opacity: 0.9;
        transition: 0.4s;
    }
    .art1:hover{
        width: 300px;
        height: 400PX;
        box-shadow: 0 10px 30px rgba(139, 69, 19, 0.4);

    }
    .article h1{
        text-align: center;
        font-size: 60PX;
        color: wheat;
        margin-left: 50VH;
        margin-right: 50VH;
        border-bottom: 4px solid wheat;

    }
    .article h2{
        text-align: center;
        color: gray;
        text-decoration: none;
        margin-bottom: 100PX;
        margin-top: 60PX;
        border: 2PX solid whitesmoke;
         margin-left: 490PX;
        margin-right: 490PX;

    }
    .art1 img {
        height: 200px;
        width: 280PX;
        padding-right: 8px;
        padding-top: 10px;
        padding-right: 0px;
        padding-left: 10PX;
        opacity: 0.9;
        transition: 0.4s;
        border-radius: 20PX 20PX 20PX 20PX;

    }
    
    
.art1 h3{
    color: grey;
    text-align: left;
    font-size: 20px;
   
    padding-left: 20px;

}


}
.art1 strong{
    
    color: #A0522D;
}
.en {
    color: darkgreen;
    text-decoration: none;
}
.art1 button{
    border-radius:20px;
    border-color: #A0522D;
     background: #A0522D;
     height: 30PX;
     width: 120PX;
    
    margin-left: 20px;
    color: white;

}



.art1 a{
    text-decoration: none;
    padding: 80%;
    color: grey;
    

}

.art1 p{
    padding-left: 20px;
    padding-top: 20PX;
    color: #CBB799;
   
}
.marc img{
    height: 20PX;
    width: 20PX;
    padding-left: 5VH;
}
.nouv div{
      display: inline-block;
        border-radius: 20PX 20PX 20PX 20PX;
         width:  200px;
        height: 200PX;
       
        margin: 3px;
}



    .card1{
        background: url(NOUVEAU.webp);
         padding: 20px;
        height: 400PX;
         width: 300PX;
   background-size: cover;
    } 
 .card6{
        background: url(drake.webp);
         padding: 20px;
   height: 400PX;
   width: 300PX;
   background-size: cover;
    } 
 .card2{
        background: url(n.jpg);
         padding: 20px;
   height: 400PX;
   width: 300PX;
   background-size: cover;
    } 
 .card3{
        background: url(01.jpg);
         padding: 20px;
   height: 400PX;
   width: 300PX;
   background-size: cover;
    } 
 .card4{
        background: url(image.avif);
         padding: 20px;
   height: 400PX;
   width: 300PX;
   background-size: cover;
    } 
.card5{
        background: url(bal1.jpg);
         padding: 20px;
   height: 400PX;
   width: 300PX;
   background-size: cover;
    } 

.nouv p{
    text-align: center;
    font-size: 20PX;
    color: wheat;
   margin-top: 2vh;
    backdrop-filter: blur(20PX);
    font-weight: 500;

}
.nouv h2{
        text-align: center;
        color: gray;
        text-decoration: none;
        margin-bottom: 100PX;
        margin-top: 60PX;
        border: 2PX solid whitesmoke;
         margin-left: 490PX;
        margin-right: 490PX;

    }
.contact {
    display: flex;
    flex-direction: column;
    margin-top: 20vh;
}
.contact h1{
     text-align: center;
        font-size: 60PX;
        color: grey;
       
}
.contact h2{
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: grey;

}

.contact p{
    text-align: center;
    color: black;
}
.directeur h2{
    border-bottom: 2px solid black;
    margin-right: 80VH;
    margin-left: 80VH;
    color: grey;
}
.directeur img{
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    height: 300px;
    width: 260PX;
   margin-left: 84VH;
}

.directeur h3{
    color: grey;
    text-align: center;

}
.box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.box h2{
    margin-top: 15VH;
     border-bottom: 2px solid black;
    margin-right: 80VH;
    margin-left: 80VH;
    margin-bottom: 7VH;
    color: grey;
}
.box input{

    width: 600PX;
    height: 30PX;
    border-radius: 4PX;
    margin: 5px;
    border-color: grey;
   
}
.box button{
    width: 400PX;
    height: 30PX;
    border-radius: 4PX;
    border-color: wheat;
    margin: 10px;
    background: wheat;
    color: grey;

}
.map h2{
    margin-top: 10VH;
     border-bottom: 2px solid black;
    margin-right: 80VH;
    margin-left: 80VH;
     margin-bottom: 7VH;
     color: grey;
   
}

.map img{
    height: 400PX;
    width: 214VH;
}
.map p{
    font-size: 20px;
    font-weight: 500;
    color: grey;
}
.map a{
    color: wheat;
    text-decoration: underline;

}

.map h3{
    color: grey;
    font-size: 5VH;
    
    text-align: center;


}





















.fashion-footer {
    background-color: #1a1a1a;
    color: #ffffff;
    padding: 60px 0 20px 0;
    margin-top: 20VH;
   
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 20px;
}

.footer-brand {
    flex: 1;
    min-width: 250px;
    margin-bottom: 30px;
}

.footer-logo {
    width: 180px; 
    height: auto;
    margin-bottom: 15px;

}

.footer-brand p {
    font-size: 0.9rem;
    line-height: 1.6;
    color: #b3b3b3;
    max-width: 300px;
}


.footer-links {
    flex: 1;
    min-width: 150px;
    margin-bottom: 30px;
}



.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #ffffff;
}


.footer-contact {
    flex: 1;
    min-width: 280px;
}

.newsletter-form {
    display: flex;
    margin-top: 15px;
}

.newsletter-form input {
    padding: 10px;
    border: none;
    width: 70%;
}

.newsletter-form button {
    padding: 10px 15px;
    border: none;
    background-color: #ffffff;
    color: #1a1a1a;
    cursor: pointer;
    font-weight: bold;
    transition: background 0.3s;
}

.newsletter-form button:hover {
    background-color: #cccccc;
}


.footer-bottom {
    text-align: center;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #333;
    font-size: 0.8rem;
    color: #777;
}
