html{
    scroll-behavior: smooth;
}

body{
    margin: 0;
    
    background-color: rgb(245, 243, 249);
    font-family: "Montserrat", sans-serif;
}

:root{
    --color: rgb(255, 234, 0);
}

a{
    text-decoration: none;
    color: gray;
}

#top-bar{
    padding: 5px;
    text-align: center;
    color: white;
    background:linear-gradient(to right, rgb(162, 95, 239), rgb(79, 3, 146)) ;
    font-size: 12px;
}

.voirp {
    text-align: center;
}
.voirp a{
    background-color: rgb(1, 15, 36);
    color: white;
    padding: 10px 20px;
    border-radius: 10px;
}

.promo {
    background-color: rgba(233, 212, 242, 0.866);
    color: black;
    position: absolute;
    padding: 3px 5px;
    border-radius: 15px;
    top: 3px;
    left: 3px;
}
nav{
    display: flex;
    justify-content: space-between;
    align-items: center;

    position: fixed;
    background-color: white;
    top: 0px;
    left: 0;
    width: 80%;
    padding: 0px 10%;
    /* border-bottom: 1px solid lightgray; */
    /* box-shadow: 3px 6px 15px rgb(209, 209, 209); */
    z-index: 10;
}
nav img{
    width: 100px;
}
.logo *{
    margin: 0;
    padding: 0;
    color: black !important;
    
}
.logo-light *{
    margin: 0;
    padding: 0;
}
.logo, .logo-light {
    padding: 5px 0px;
    text-align: center;
}
.logo h1, .logo-light h1{
    /* font-family: "Courgette", sans-serif; */
   font-family: "Macondo", sans-serif;
    margin-bottom: -5px;
    /* font-weight: 500; */
    font-size: 26px;
}
.logo small, .logo-light small{
    font-size: 12px;
   font-family: "Macondo", sans-serif;
    font-weight: 100;

}

.logo-light h1{
    color: white !important;
    font-size: 30px;
    
}

#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;

}
#bars div{
    padding: 2px;
    border-radius: 5px;
    background-color: black;
    margin: 4px 2px;
}
#bars:hover {
    /* background-color: orange; */
    cursor: pointer;
}

#u-links{
    display: none;
    position: fixed;
    top: 100px;
    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;
}



#cart i{
    color: black;
    font-size: 20px;
}
#cart span{
    background-color: crimson;
    color: white;
    border-radius: 2px;
    padding: 3px 9px;
}

.swiper{
    
    width: 800px;
    overflow: hidden;
}
.swiper-wrapper{
    width: 800px;
    padding: 50px;
    margin: auto;
}

.swiper-slide{
    width: 800px;
}


#banner{
    margin-top: 150px;
    position: relative;
     background-image: linear-gradient(rgba(0,0,0,0.3), rgba(0, 0, 0, 0.3)), url('../imgs/banner2.jpg');
     
     /* background: linear-gradient(180deg, rgb(243, 153, 56), rgb(240, 140, 32)); */
    height: 500px;
    background-position: right;
    background-size: cover;
    max-width: 95%;
    margin: 60px auto 0px;
    /* overflow: hidden; */
    border-radius: 10px;
}

#banner div{
    text-align: center;
    max-width: 500px;
    margin: auto;
    padding-top: 100px;
    font-weight: bold;
    font-size: 32px;
    color: white;
    text-shadow: 1px 1px 4px black;
}
#banner p{
    font-size: 14px;
    text-shadow: 1px 1px 4px black;
    font-weight: normal;
}
.orange-text{
    color: orange;
}
#banner h1{
    /* color: rgb(255, 234, 0); */
    color: white;
    font-size: 40px;
    font-style: italic;
    margin: 0;
}

#semi-banner{
    padding: 80px 10px 40px 20px;
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0.533), rgba(0, 0, 0, 0.142)), url('../imgs/fond.jpg');
    background-position: center;
    background-size: cover;
    margin-top: -50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
#semi-banner {
    color: white;
}
#banner a{
    display: block;
    width: fit-content;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    font-size: 18px;
    padding: 10px 15px;
    margin: 30px auto 0px;
}
#banner a:hover{
    background-color: rgb(252, 252, 252);
    transition: 0.3s;
    color: black;
}

#banner p{
    color: white;
    margin-bottom: 50px;
}



.title{
    text-align: center;
    font-family: "Edu VIC WA NT Beginner", sans-serif;
    color: black;
    margin: 30px auto;
    background-color: rgb(158, 118, 245);
    /* 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: 1200px;
    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: left;
    /* align-items: center; */
    flex-wrap: wrap;
}
#sugges{
    justify-content: left;
}
.sugges{
    width: 140px;
    margin: 10px 5px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 3px 3px 10px rgb(233, 233, 233);
}
.sugges .container-img{
    width: 140px !important;
}
.sugges a{
    padding: 4px 8px;
    background-color: orange;
    color: white;
    border-radius: 10px;
    display: block;
    text-align: center;
    margin: 5px 0px;
}
.popular{
    width: 240px;
    
    margin: 10px;
    text-align: center;
    background-color: white;
    border-radius: 5px;
    padding: 5px;
    box-shadow: 3px 3px 10px rgb(233, 233, 233);
}
.container-img {
    width: 240px;
    /* height: 200px; */
    height: auto;
    position: relative;
    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 h2{
    font-size: 20px;
}
.popular h4{
    /* background-color: rgb(91, 11, 195); */
    border: 1px solid rebeccapurple;
    color: rebeccapurple !important;
    color: rgb(233, 236, 241);
    border-radius: 50px;
    transition: 0.3s;
    padding: 8px 0px;
    font-size: 16px;
}
.popular h4:hover{
    background-color: rebeccapurple;
    color: white !important;
    transition: 0.3s;
}
.sugges h2 {
    font-size: 12px;
}


#cats_index{
    margin: 30px auto;
    display: flex;
    align-items: flex-start;
    /* justify-content: space-between; */
    max-width: 1200px ;
    flex-wrap: wrap;
    padding: 10px;
}
#cats_index a{
    display: block;
    border-radius: 5px;
    box-shadow: 2px 2px 5px lightgray;
    /* text-align: center; */
    position: relative;
    overflow: hidden;
}

#cats_index a small{
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 22px;
    color: rgb(241, 241, 241);
    text-shadow: 1px 1px 5px rgb(40, 40, 40);
    display: block;
    width: 100%;
    padding: 10px;
    background-color: #1b1b1b58;
}
#cats_index div {
    width:48%;
}
#a_enfant{
    background-image: linear-gradient(rgba(0, 0, 0, 0.268), rgba(0, 0, 0, 0.192)), url('../imgs/abaya2.jpg');
    background-position: center;
    background-size: cover;
    width: 48%;
    height: 400px;
    border-radius: 10px;
    margin-right: 20px;
}
#a_femme{
    background-image:  linear-gradient(rgba(0, 0, 0, 0.268), rgba(0, 0, 0, 0.192)),  url('../imgs/robes.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 200px;
    margin-bottom:20px ;
}
#a_homme{
    background-image:  linear-gradient(rgba(0, 0, 0, 0.268), rgba(0, 0, 0, 0.192)),  url('../imgs/ensemble.jpg');
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 180px;
}


#fond{
    background-image: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5) ), url('../imgs/fond.jpg');
    background-attachment: fixed;
    background-position: top;
    height: 500px;
    background-size: cover;
    margin-top: -50px;
}



#fond div{
    padding-top: 120px;
    max-width: 500px;
    font-size: 28px;
    color: rgb(253, 253, 253);
    font-style: italic;
    font-weight: bold;
    text-align: center;
    margin: auto;
    text-shadow: 2px 2px 5px black;
}

#fond div a{
    display: block;
    width: fit-content;
    border: 1px solid white;
    color: white;
    border-radius: 50px;
    font-size: 22px;
    padding: 10px 15px;
    margin: 30px auto 0px;
}

#_serv{
    background-color: rgb(254, 254, 254);
    padding: 50px 0px;
    margin: 30px auto;
}
#serv{
    display: flex;
    justify-content: center;
    padding: 100px 10px;
    flex-wrap: wrap;
    /* align-items: flex-start; */
    /* max-width: 100px; */
}

.serv{
    display: inline-block;
    width: 220px;
    padding: 10px ;
    /* border: 1px solid lightgray; */
    background-color:white !important;
    /* background-color: white; */
    box-shadow: 3px 3px 10px lightgray;
    margin: 10px;
    border-radius: 10px;
    transition: 0.3s;
    text-align: center;
}

.serv i{
    margin-top: 0px;
    font-size: 30px;
    color: rgb(63, 9, 164);
}

.serv p{
    font-weight: bold;
}
.serv span{
    color: gray;
}

.disabled{
    opacity: 0.3 !important;
}

.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);
}

#about {
    max-width: 1200px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
#about img{
    width: 400px;
    background-color: white;
    border: 5px solid white;
    box-shadow: 2px 2px 5px lightgray;
    border-radius: 20px;
}
#about p{
    max-width: 600px;
}


#testimonials{
    padding: 80px 10px;
    margin: 10px 0px;
}
.new-title{
  font-size: 30px;
  font-weight: 800;
  padding: 10px;
  background: linear-gradient(to right, #8a3de2, #5a009f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  max-width: 1200px;
  margin: 30px auto;
}
.new-title div{
    padding: 3px;
    width: 50px;
    background-color: black;
    border-radius: 5px;
    background: linear-gradient(to right, #8a3de2, #5a009f);
}

#testimonials section{
    max-width: 1200px;
    margin: 50px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.testi{
    width: 260px;
    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{
    text-align: justify;
    font-weight: normal;
    font-style: italic;
}
footer{
    padding: 30px 30px;
    color: white;
    background-color: rgb(33, 4, 65);
    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(240, 240, 240);
    display: block;
    margin: 20px 0px;
}
footer .a{
    text-decoration: underline;
    
}
footer h2{
    color: rgb(255, 255, 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: 50px;
    display: block;

}
#client-filtre-product input{
    border-radius: 50px;
    width: 95%;
    box-sizing: border-box;
    /* margin-top: -30px; */
    margin: -20px auto 20px;
    box-shadow: 2px 2px 10px lightgray;
    padding-left: 50px;
}   

.serch{
    position: absolute;
    top: 5px;
    left: 36px;
    padding: 6px 8px;
    background-color: orangered;
    color:white;
    border-radius: 50%;
}
.pprix{
    background-color: rgb(229, 252, 229);
    color: green;
    padding: 10px;
    border-radius: 5px;
    font-size: 22px;
    width: fit-content;
}


#offre{
    padding: 15px;
    border-radius: 10px;
    color: white;
    border: 1px solid rgb(41, 129, 236);
    background-color: rgb(229, 240, 245);
    color: rgb(22, 22, 51);
    font-size: 26px;
}
#offre h3{
    font-size: 30px;
    font-style: italic;
    padding: 0;
    margin: 0;
    /* margin-top: -40px; */
}

#client-filtre-product button {
    background-color: rgb(73, 22, 201);
    border: none;
    padding: 8px;
    border-radius: 50px;
    color: white;
}

.animation{
    padding: 100px 10px;
    display: flex;
    justify-content: center;
}
.products{
    margin-top: 50px;
}

.shadow{
    box-shadow: 1px 1px 10px lightgray;
    border-bottom: none;
}
.product-item {
    width: 260px;
    padding: 5px;
    /* border: 1px solid lightgray; */
    box-shadow: 1px 1px 5px lightgray;
    background-color: white;
    border-radius: 5px;
    margin: 10px;
    display: inline-block;
    position: relative;
}

.item-cart select{
    margin: 10px;
}


.nv{
    position: absolute;
    right: 2px;
    bottom: 2px;
    background-color: rgba(255, 0, 136, 0.653);
    color: white;
    border-radius: 10px;
    font-size: 10px;
    padding: 2px 6px;
}

.product-item .container-img{
    width: 260px;
    height: 230px;
}
.product-item img{
    width: 260px;
    transition: 0.5s;
    border-radius: 5px;
}

.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: 2px;
    left: 2px;
    background-color: rgba(255, 166, 0, 0.763);
    color: white;
    border-radius: 10px;
    font-size: 10px;
    padding: 2px 6px;
}

.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;
    
}

#total{
    color: rgb(6, 54, 6);
    /* background-color: rgb(208, 248, 198); */
    text-align: left;
    /* padding-top: 10px; */
    /* border-top: 1px solid green; */
    margin: 10px;
    font-style: italic;
    padding: 15px 10px;
    font-weight: bold;
    font-size: 26px;
    border-top: 2px solid rgb(4, 37, 4);
}

#total p{
    font-size: 16px;
}
.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;
    box-shadow: 3px 3px 10px lightgray;
    /* 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: rebeccapurple;
    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(76, 21, 131);
}

#info-user-form input{
    border: 1px solid lightgray;
    border-radius: 5px;
    padding: 15px;
    /* width: 94%; */
    width: 100%;
    box-sizing: border-box;
    /* width: ; */
    margin: 10px 0px;
    /* display: block; */
    
}

.contact-form button{
    background-color: rebeccapurple !important;
    color: white;
    font-size: 22px;
    width: 200px;
    text-align: center;
}


.champ{
    margin: 10px 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;
    border-radius: 5px;
}

.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;
    border-radius: 5px;
    box-shadow: 2px 2px 5px lightgray;
}


._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: 12px 0px;
    text-align: center;
    background-color: rgb(184, 240, 184);
    color: rgb(5, 49, 5);
    margin: 10px 0px;
    display:flex;
    justify-content:center ;
    align-items: center;
    border-radius: 4px;
    box-shadow: 2px 2px 5px lightgray;
}
.success i{
    margin-right: 15px;
}

.nouveau-detail{
    background-color: rgb(254, 255, 215);
    color: black;
    width: fit-content;
    padding: 5px 8px;
    border-radius: 10px;
    display: inline-block;
    font-size: 12px;
    margin: 10px 20px 10px 0px;
    box-shadow: 2px 2px 5px lightgray;
    
}
.promo-detail{
    background-color: rgb(219, 232, 249);
    color: black;
    width: fit-content;
    display: inline-block;
    margin: 10px 20px 10px 0px;
    box-shadow: 2px 2px 5px lightgray;

    padding: 5px 8px;
    border-radius: 10px;
    font-size: 12px;
}
.promo-detail i,.nouveau-detail i{
    margin-right: 10px;
}
.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;
}

#detail-form input, #detail-form textarea{
    display: block;
    width: 90%;
    border: 1px solid lightgray;
    border-radius: 5px;
    margin: 5px 0px;
    padding: 10px;
    color: gray;
}
.frais{
    padding: 10px ;
    background-color: rgb(238, 246, 248);
    margin: 10px 0px;
}

#total small{
    font-size: 12px;
    font-weight: normal;
}

#wilaya_client{
    display: block;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid lightgray;
    margin: 8px 0px;
    width: 100%;
    box-sizing: border-box;
}
#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;
}

.slick-slide {
  margin: 0 25px;
  width: 240px !important ;
}

.slick-list {
  margin: 0 -15px; /* compense le margin */
}

.slick-prev,
.slick-next {
  background: #9500ff;    /* Couleur de fond */
  border-radius: 50%;     /* Rond */
  width: 40px;
  height: 40px;
  border: none;
  color: white;
  position: absolute;
  z-index: 5;          /* Toujours au-dessus */
}

.slick-prev:before,
.slick-next:before {
  color: white;           /* Couleur de la flèche */
  font-size: 20px;
}

.slick-prev {
  left: 10px;    
  top: 40%;        /* Position gauche */
}
.slick-next {
  right: 10px;   
  top: 40%;        /* Position gauche */
          /* Position droite */
}

.slick-track {
    display: flex !important;
    flex-wrap: nowrap !important; /* Empêche le retour à la ligne */
    }








    .radio-group {
      display: flex;
      gap: 20px;
    }

    .radio-option {
      cursor: pointer;
      display: flex;
      /* flex-direction: column; */
      align-items: center;
      padding: 20px 20px;
      border: 2px solid #ccc;
      border-radius: 10px;
      width: 45%;
      transition: all 0.3s ease;
      box-shadow: 2px 2px 5px lightgray;
    }

    .radio-option input {
      display: none;
    }

    .radio-option i {
      font-size: 30px;
      margin-bottom: 8px;
      color: #888;
    }

    .radio-option span {
      font-size: 16px;
      font-weight: 500;
      margin-left: 20px;
    }

    /* Effet quand sélectionné */
    .radio-option input:checked + i {
      color: #5309c2;
    }

    .radio-option input:checked + i + span {
      color: #5309c2;
      font-weight: bold;
    }

    .radio-option:hover {
      border-color: #5309c2;
    }