html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    font-family: sans-serif;
    background-color: rgb(245, 243, 249);
    font-family: "Poppins", sans-serif;
}

:root{
    --color: rgb(255, 234, 0);
}

#top-bar{
    padding: 5px;
    text-align: center;
    color: rgb(12, 12, 12);
    background:linear-gradient(to right, rgb(251, 171, 0), rgb(252, 252, 11)) ;
    font-size: 12px;
}

a{
    text-decoration: none;
    color: gray;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    background-color: white;
    /* background-color: none; */
    top: 0;
    left: 0;
    width: 80%;
    padding: 10px 10%;
    border-bottom: 1px solid lightgray;
    /* box-shadow: 3px 6px 15px rgb(209, 209, 209); */
    z-index: 10;
}

nav img{
    width: 60px;
}
#links {
    margin-left: 20px;
}
#links a{
    transition: 0.3s;
    margin: 0px 10px;
}
#links a:hover{
    color: black;
    transition: 0.3s;
}
.flex{
    display: flex;
    align-items: center;
}


#bars{
    width: 30px;
    display: none;
    border-radius: 5px;
    /* border: 1px solid black; */

}
#bars div{
    padding: 2px;
    border-radius: 5px;
    background-color: black;
    margin: 4px 2px;
}
#bars:hover {
    /* background-color: orange; */
    cursor: pointer;
}
#total small{
    font-size: 14px !important;
}
#u-links{
    display: none;
    position: fixed;
    top: 90px;
    background-color: white;
    width: 100%;
    left: 0;
    z-index: 9;
}
#u-links a{
    color: rgb(61, 61, 61);
    display: block;
    border-bottom: 1px solid lightgray;
    padding: 10px;
    /* padding-left: 100px; */
    transition: 0.3s;
    
}


#u-links a:hover{
    /* background-color: rgb(239, 214, 178); */
    color: var(--default-color);
    transition: 0.3s;
    padding-left: 20px;
}

#info-boutique{
    display:flex;justify-content:left;align-items:center;flex-wrap:wrap;
    margin-top: -40px;
    margin-left: 10px;
}
#info-boutique div{
    margin-top: 20px;
}
#info-boutique div h4{
    margin: 8px 0px 2px 2px;
    padding: 0;
}

#cart i{
    color: black;
    font-size: 20px;
}
#cart span{
    background-color: red;
    color: white;
    border-radius: 3px;
    padding: 3px 5px;
}
#boutiquelogo{
    width: 120px;
    border-radius: 50%;
    display: block;
    margin-right: 20px;
    /* box-shadow: 2px 3px 10px rgb(223, 223, 223); */
    border: 5px solid white;
}

#banner-user{
    height: 300px;
    width: 100%;
    background-position: center;
    background-size: cover;
    margin-top: -100px;
    border-radius: 10px;
}

#banner{
    /* margin-top: 60px; */
    /* linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3)), */
     background-image:  url('../imgs/back.jpg');
     
     /* background: linear-gradient(180deg, rgb(243, 153, 56), rgb(240, 140, 32)); */
    height: 400px;
    background-position: center;
    width: 95%;
    margin: 40px auto 10px;
    background-size: cover;
    border-radius: 10px;
    
}
#products-index{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 50px 10px;
    max-width: 1200px;

    margin: 50px auto;
}
#products-index div{
    width: 160px;
    margin: 20px 0px;
    font-size: 14px;
    color: gray;
    text-align: center;
}
#products-index img{
    width: 40px;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 10px lightgray;
}
#about{
    flex-wrap: wrap;

    justify-content: center;
    align-items: flex-start;
}
.seller{
    max-width: 90px;
    text-align: center;
    margin: 10px 20px;
}
.seller img{
    width: 90px;
    border-radius: 50%;
    border: 5px solid white;
    box-shadow: 2px 2px 10px lightgray ;
}

#banner div{
    /* text-align: center; */
    max-width: 900px;
    margin: auto;
    padding-top: 80px;
}
#banner h1{
    /* color: rgb(255, 234, 0); */
    color: rgb(26, 26, 26);
    font-size: 40px;
    font-style: italic;
    margin: 0;
}

#banner a{
    background: linear-gradient(to right,rgb(220, 120, 20),rgb(255, 200, 0));
    color: white;
    /* border: 1px solid rgb(37, 37, 37); */
    padding: 10px 20px;
    border-radius: 50px;
    transition: 0.6s;
    box-shadow: 5px 5px 10px rgb(49, 49, 49);
    font-size: 16px;
}
#banner a:hover{
    background: linear-gradient(to right,rgb(255, 221, 0),rgb(246, 187, 50));
    
    transition: 0.6s;
}

#banner p{
    color: rgb(88, 88, 88);
    margin-bottom: 50px;
    font-size: 18px;
    max-width: 400px;
}



.title{
    text-align: center;
    font-family: "Edu VIC WA NT Beginner", sans-serif;
    color: black;
    margin: 30px auto;
    background-color: rgb(197, 174, 255);
    /* padding: 5px 15px; */
    /* padding: -15px -10px -5px -10px; Ajuster le padding */
    padding: 5px;
    width: 90px;
    height: 10px;
    /* background-clip: padding-box; */
    /* text-indent: 20px; */
    border-radius: 8px;
    position: relative;

}

.title span{
    position: absolute;
    top: -15px;
    left: 5px;
}


.container{
    max-width: 900px;
    margin: 40px auto;
    padding: 50px 10px;
}

#cats {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 100px 0px;
}
.cat {
    text-align: center;
    background-color: white;
    padding: 20px;
    border-radius: 20px;
    margin: 20px 10px;
    width: 150px;
    box-shadow: 2px 2px 10px rgb(234, 234, 234);
}

.cat img{
    width: 100px;
    margin-top: -50px;
}
.cat h4{
    font-style: italic;
    color: rgb(0, 102, 255);
    border: 1px solid rgb(0, 102, 255);
    transition: 0.3s;
    border-radius: 50px;
    padding: 8px 0px;
}
.cat h4:hover{
    background-color: rgb(0, 102, 255);
    color: white;
    transition: 0.3s;
}

#popular, #promotion, #sugges{
    display: flex;
    justify-content: center;
    /* align-items: center; */
    flex-wrap: wrap;
}
#sugges{
    justify-content: left;
}
.sugges{
    width: 120px;
    margin: 10px;
    text-align: center;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 3px 3px 10px rgb(233, 233, 233);
}
.sugges .container-img{
    width: 120px !important;
}
.sugges a{
    padding: 4px;
    background-color: orange;
    color: white;
    border-radius: 10px;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 5px 0px;
}
.popular{
    width: 240px;
    
    margin: 10px;
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    box-shadow: 3px 3px 10px rgb(233, 233, 233);
}
.container-img {
    width: 240px;
    /* height: 200px; */
    height: auto;
    overflow: hidden;
}
.popular img, .sugges img{
    /* width: 240px; */
    width: 100%;
    object-fit: cover;
}
.popprice{
    color: rgb(7, 52, 7);
    margin: 10px 0px;
}

.gold{
    color: gold !important;
}


.note i{
    color: rgb(192, 191, 191);
}

.popular h4{
    background-color: rgb(36, 147, 251);
    color: rgb(233, 236, 241);
    border-radius: 50px;
    padding: 10px 0px;
}
.sugges h2 {
    font-size: 12px;
}


#fond{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ), url('../imgs/banner1.png');
    background-attachment: fixed;
    background-position: center;
    height: 380px;
    background-size: cover;
}



#fond div{
    padding-top: 120px;
    max-width: 600px;
    font-size: 28px;
    color: rgb(230, 236, 41);
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: auto;
}


#_serv{
    background-color: rgb(254, 254, 254);
    padding: 50px 0px;
}
#serv{
    display: flex;
    justify-content: space-between;
    padding: 40px 10px;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    /* max-width: 100px; */
    max-width: 900px;
    margin: auto;
}

.serv{
    /* display: inline-block; */
    /* width: 220px; */
    padding: 20px ;
    /* border: 1px solid lightgray; */
    background-color:white !important;
    /* background-color: white; */
    box-shadow: 1px 1px 5px rgb(212, 212, 212);
    margin: 10px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
    border-left: 2px solid rgb(105, 18, 226);
    width: 40%;

    display: flex;
    justify-content: left;
    align-items: flex-start;
}
/* .serv:hover{
    margin-top: -20px;
    transition: 0.3s;
} */

.ab h3{
    color: rgb(105, 18, 226);
    font-size: 26px;
    margin: 12px 0px;
}
#offre-intro{
    margin-top: -50px;
}
#offre-intro p i{
    color: green;
    margin-right: 20px;
}
#offre-intro p{
    color: gray;
    display: flex;
    justify-content: left;
    align-items: center;
}

.serv i{
    /* margin-top: -40px; */
    font-size: 30px;
    color: rgb(105, 18, 226);
}

.serv p{
    font-weight: bold;
}
.serv span{
    color: gray;
    display: block;
    margin: 0px 10px;
    text-align: justify;
    font-size: 14px;
}

.disabled{
    opacity: 0.3 !important;
}

.ab{
    width: 260px;
    border-radius: 10px;
    margin: 20px 10px 10px 0px;
    /* background:linear-gradient(rgb(183, 92, 244),rgb(157, 41, 234) ) ; */
    background-color: white;
    box-shadow: 2px 2px 10px lightgray;
    padding: 10px;
    color: black;
}
.ab p{
    margin: 0px 0px 10px 0px;
    padding: 10px;
    display: flex;
    justify-content: left;
    align-items: flex-start;
}

.ab h3{
    text-align: center;
}

.ab p span{
    margin-top: -5px;
    display: block;
    color: gray;
}
.ab p i{
    color: blueviolet;
    margin-right: 10px;
}












.ab .prix{
    /* background: blueviolet; */
    display: block;
     background:linear-gradient(to right, rgb(151, 52, 216),rgb(78, 1, 129) ) ;
    text-align: center;
    color: white;
    padding: 10px 0px;
    border-radius: 10px;
}

.enstock{
    color: rgb(17, 97, 17);
    padding: 10px;
    font-size: 12px;
    text-align: right;
    font-style: italic;
}
.outstock{
    font-style: italic;
    padding: 10px;
    font-size: 12px;
    text-align: right;
    color: rgb(170, 170, 170);
}

#testimonials{
    padding: 80px 10px;
    margin: 10px 0px;
}

#testimonials section{
    max-width: 900px;
    margin: 50px auto;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.testi{
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 3px 3px 10px lightgray;
    border-top: 3px solid rgb(19, 95, 176);
    margin: 20px 10px;
    /* display: inline-block; */
    background-color: white;
}

.testi img{
    border-radius: 50px;
    width: 60px;
    margin-top: -50px;
    background-color: white;
}
.testi h4{
    font-size: 14px;
    color: rgb(88, 88, 88);
    font-weight: normal;
}

footer{
    padding: 30px 30px;
    color: white;
    background-color: rgb(246, 247, 248);
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    flex-wrap: wrap;
   
}
footer img{
    width: 100px;
}
footer a{
    color: rgb(49, 49, 49);
    display: block;
    margin: 10px 0px;
}
footer .a{
    text-decoration: underline;

}
footer h2{
    color: rgb(0, 162, 255);
}


#search{
    width: 90%;
    display: block;
    padding: 10px 10px;
    margin: 10px 0px;
    border: 1px solid lightgray;
    border-radius: 6px;
}


#client-filtre-product .flex{
    flex-wrap: wrap;
    align-items: center !important;
    margin-top: 20px;
}
#client-filtre-product .flex select {
    width: 250px;
    padding: 10px;
    margin: 0px 10px 0px 0px;
    border: 3px solid rgb(188, 214, 236);
    border-radius: 6px;
    display: block;
}
.pprix{
    background-color: rgb(229, 252, 229);
    color: green;
    padding: 10px;
    border-radius: 5px;
    font-size: 22px;
}


#offre{
    padding: 10px;
    border-radius: 10px;
    color: white;
    border: rgb(0, 102, 255);
    background-color: rgb(198, 228, 239);
    color: rgb(22, 22, 51);
    margin: 15px 0px;
}
#offre h3{
    font-size: 30px;
    font-style: italic;
    padding: 0;
    margin: 0;
    /* margin-top: -40px; */
}

#client-filtre-product button {
    background-color: rgb(0, 153, 255);
    border: none;
    padding: 8px;
    border-radius: 5px;
    color: white;
}

.animation{
    padding: 100px 10px;
    display: flex;
    justify-content: center;
}
.products{
    margin-top: 50px;
}

.shadow{
    box-shadow: 1px 1px 7px rgba(211, 211, 211, 0.542);
    border-bottom: none;
}
.product-item {
    width: 200px;
    padding: 10px;
    border: 1px solid lightgray;
    background-color: white;
    border-radius: 15px;
    margin: 10px;
    display: inline-block;
    position: relative;
}

.item-cart select{
    margin: 10px;
}


.nv{
    position: absolute;
    top: 230px;
    right: 5%;
    background-color: rgb(255, 0, 136);
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 4px;
}

.sabn i{
    color: rgb(250, 211, 15);
    margin-right: 10px ;
}
.sabn p{
    text-align: left;
}
.ticket{
    background-color: rgb(11, 229, 11);
    color: white;
    padding: 10px 15px;
    border-radius: 50px;
    width: fit-content;
    margin: 10px 0px;
}


.glow-text {
  /* font-size: 2em; */
  /* font-weight: bold; */
  background: linear-gradient(90deg, #fff, rgb(7, 247, 7), #0ff, #fff);
  background-size: 300%;
  animation: glowMove 3s linear infinite;
  text-shadow: 0 0 10px rgb(12, 236, 12), 0 0 20px rgb(0, 255, 132), 0 0 40px rgb(18, 246, 18);
}

@keyframes glowMove {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 300%;
  }
}





.ticket a{
    color: white;
    font-size: 22px;
}
.product-item .container-img{
    width: 200px;
    height: 230px;
}
.product-item img{
    width: 200px;
    transition: 0.5s;
}

.product-item img:hover{
    transform: scale(1.5) ;
    transition: 0.5s;
}
.info-stock{
    padding: 10px;
    border: 1px solid rgb(46, 139, 245);
    color: rgb(39, 73, 125);
    background-color: rgb(184, 220, 246);
    border-radius: 10px;
    margin: 10px 0px;
    display: none;
}
.product-item .info{
    padding: 10px;
}
.prom{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: orange;
    color: white;
    border-radius: 10px;
    font-size: 12px;
    padding: 2px 4px;
}

.product-item h4{
    color: rgb(22, 124, 192);
    margin: 5px 0px;
    font-size: 13px;
}



.addToCart{
    border: 1px solid rgb(22, 124, 192);
    color: rgb(22, 124, 192);
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 8px 0px;
    width: 100%;
    transition: 0.3s;
    margin-top: 15px;
    background-color: transparent;
}
.addToCart:hover{
    background-color: rgb(22, 124, 192);
    color: white;
    transition: 0.3s;
    cursor: pointer;
}

.product-item small{
    text-decoration: line-through;
    color: gray;
    font-size: 12px;
}

.addToCart i, .removeFromCart i{
    margin-right: 10px;
}

.removeFromCart{
    border: 1px solid rgb(192, 62, 22);
    color: rgb(192, 62, 22);
    border-radius: 5px;
    display: block;
    text-align: center;
    padding: 8px 0px;
    width: 100%;
    transition: 0.3s;
    margin-top: 15px;
    background-color: transparent;
}

.removeFromCart:hover{
    background-color: rgb(192, 62, 22);
    color: white;
    transition: 0.3s;
    cursor: pointer;
}



.price{
    font-size: 14px;
    color: rgb(244, 245, 245);
    font-weight: bold;
    background-color: rgb(25, 181, 124);
    border-radius: 5px;
    padding: 4px;
}

hr{
    border: 1px solid rgb(234, 234, 234);
}
.product-item .flex{
    justify-content: space-between;
}






.item-cart{
    padding: 15px;
    /* border: 1px solid lightgray; */
    box-shadow: 3px 3px 10px rgb(232, 232, 232);
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 10px 10px;
    position: relative;
    border-radius: 20px;
    background-color: white;
}
.item-cart  *{
    margin: 0px 10px;

}
.item-cart .flex{
    flex-wrap: wrap;
}
.item-cart input{
    width: 50px;
    padding: 10px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.item-cart img{
    width: 80px;
}
.item-cart .fa-trash{
    background-color: brown;
    color: white;
    font-size: 18px;
    padding: 5px 8px;
    border-radius: 5px;
    cursor: pointer;
    
}

.frais{
    padding: 10px;
    background-color: rgb(235, 238, 244);
    border-left: 3px solid rgb(19, 124, 221);
    color: rgb(19, 124, 221);
    border-radius: 10px;
}

#total{
    color: rgb(6, 54, 6);
    background-color: rgb(208, 248, 198);
    text-align: right;
    /* padding-top: 10px; */
    /* border-top: 1px solid green; */
    margin: 10px;
    font-style: italic;
    padding: 15px;
    font-weight: bold;
    font-size: 30px;
    border-left: 3px solid rgb(6, 54, 6);
    border-radius: 10px;
}

.item-cart select{
    width: 100px;
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 8px;
}

#valider-commande-form{
    /* text-align: center; */
    text-align: left !important;
    margin: 20px 0px;
    background-color: white;
    border-radius: 20px;
    padding: 10px;
    border: 3px solid orange;
    /* width: 100%; */
}

#valider-commande-form label{
    font-style: italic;
    color: gray;
}
#valider-commande-form button{
    padding: 10px 0px;
    border: none;
    background-color: orange;
    color: white;
    font-size: 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    margin-top: 20px;
    
}
#valider-commande-form button:hover{
    cursor: pointer;
    transition: 0.3s;
    background-color: rgb(213, 127, 28);
}

#info-user-form input, #info-user-form select{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 15px;
    /* width: 94%; */
    width: 100%;
    box-sizing: border-box;
    /* width: ; */
    margin: 10px 0px;
    /* display: block; */
    
}




.champ{
    margin: 15px 0px;
}


.show-img{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 50px 0px;
}

.show-img main{
    max-width: 400px;
    padding: 10px;
}

.show-img main img{
    width: 100%;
    display: block;

}

.show-img .others{
    padding: 10px;
    max-width: 400px;
    /* background-color: aqua; */
}
.show-img .others img{
    width: 120px;
    margin: 5px;
    /* border: 1px solid lightgray; */
    /* height: 120px; */
    display: inline-block;
}


._types{
    width: 100px;
    padding: 5px;
    border: 1px solid lightgray;
    border-radius: 5px;
}
.current-img{
    border: 5px solid lightblue;
    border-radius: 5px;
}


#detail-form{
    background-color: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px lightgray;
    margin: 50px 0px ;

}

.champs{
    margin: 20px 0px;
}

#detail-form textarea{
    height: 200px ;
}


.detailform .flex input, .detailform .flex select {
    display: block;
    width: 200px;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 5px;
    padding: 10px;
    
    
}


.success{
    padding: 8px 0px;
    text-align: center;
    background-color: rgb(184, 240, 184);
    color: rgb(5, 49, 5);
    margin: 10px 0px;
}
.err{
    padding: 8px 0px;
    text-align: center;
    background-color: rgb(243, 204, 204);
    color: rgb(49, 5, 5);
    margin: 10px 0px;
}

.detailzone{
    margin: 120px auto 20px;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
}
.detailzone h1{
    color: rgb(0, 140, 255) !important;
    font-size: 16px;
}
.detailzone h1 a{
    color: inherit;
    text-decoration: underline;
}
#detail-form input, #detail-form textarea{
    display: block;
    width: 90%;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 10px;
    color: gray;
}

#msg-form textarea{
    height: 200px;
    width: 100%;
    display: block;
    border: 1px solid lightgray;
    border-radius: 10px;
    padding: 10px;
    box-sizing: border-box;
}

#msg-form button{
    padding: 12px 20px;
    border-radius: 10px;
    background-color: orange;
    color: white;
    border: none;
}

#suspendu{
    text-align: center;
    margin: 100px 0px 200px;
    color: gray;
}

#msg-form{
    border-top:5px solid rgb(35, 119, 253);
    padding:15px;
    padding-top:20px;
    background-color:white;
    border-radius: 10px;
    box-shadow: 3px 3px 10px rgb(223, 223, 223);
}
#msg-form h1{
    color: rgb(105, 18, 226);
}
#msg-form input{
    background-color: rgb(249, 249, 249);
}
#msg-form input:focus{
    background-color: white;
}