



html {
    scroll-behavior: smooth;
}
body{
    margin: 0;
    background-color: rgb(244, 244, 244);
    font-family: "Outfit", sans-serif;
}
a{
    text-decoration: none;
}


header{
    position: fixed;
    width:80%;
    top:0;
    z-index:1000;
    /* background: rgba(107, 20, 0, 0.95); */
    backdrop-filter: blur(6px);
    padding: 10px 10%;
    transition: background 0.4s ease, box-shadow 0.4s ease;
}

header.transparent{
    background: transparent;
}

header.scrolled{
    background:rgba(18, 18, 18, 0.95);
    box-shadow:0 5px 20px rgba(0,0,0,0.15);
}



.scrolled #links a{
    color: white;
}

.scrolled #cart{
    color: white;
}
nav #cart{
    font-size: 20px;
    color: rgb(220, 220, 220);
}

nav .items{
    /* border: 1px solid white; */
    background-color: rgb(244, 207, 18);
    font-size: 14px;
    display: inline-block;
    margin-left: 5px;
    padding: 3px 5px;
    border-radius: 5px;
    color: black;
}
nav .flex{
    display: flex;
    justify-content: left;
    align-items: center;
}

nav{
    /* background-color: white; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 20;
    position: relative;
    /* box-shadow: 2px 2px 10px rgb(231, 231, 231); */
}
nav #links{
    margin-left: 15px;
}

nav img{
    width: 46px;
    /* background-color: #000; */
    padding: 10px;
    /* border-radius: 10px; */
    /* border-radius: 50%; */
}
#links a{
    color: rgb(179, 179, 179);
    transition: 0.3s;
    margin-left: 12px;
    font-size: 14px;
}
#links a:hover{
    /* color: rgb(199, 199, 199); */
    color: rgb(244, 207, 18);
    transition: 0.3s;
}




#ulinks{
    position: fixed;
    top: 80px;
    padding: 15px 10%;
    /* background-color: rgb(245, 245, 245); */
    left: 0;
    width: 80%;
    z-index: 500;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0.2); /* obligatoire */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}
#ulinks a{
    display: block;
    margin: 10px 0px;
    color: rgb(29, 29, 29);
    padding-bottom: 10px;
    transition: 0.3s;
    border-bottom: 1px solid lightgray;
}
#ulinks a:hover{
    color: rgb(24, 24, 24);
    transition: 0.3s;
}

#burgers {
    width: 35px;
    cursor: pointer;
    display: none;
}

#burgers div {
    height: 4px;
    background-color: #e9e9e9;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 2px;
}
.scrolled #burgers div{
    background-color: white;
}


/* Lorsque le burger est actif */
#burgers.active div:nth-child(1) {
    transform: rotate(43deg) translate(7px, 7px);
}

#burgers.active div:nth-child(2) {
    opacity: 0;
}

#burgers.active div:nth-child(3) {
    transform: rotate(-43deg) translate(7px, -7px);
}


#banner {
    height:600px;
    /* background:
        linear-gradient(rgba(49, 49, 49, 0.7), rgba(38, 38, 38, 0.7)),
        url("../imgs/banner.jpg") center/cover no-repeat; */
    display:flex;
    padding-left: 200px;
    align-items:center;
    color:white;
    background-position: center;
}

#banner div{
    max-width: 500px;
    /* margin: 0; */
}
#banner div h1{
    font-size: 34px;
    /* font-family: "Cinzel Decorative", serif; */
    text-shadow: 2px 2px 2px rgb(29, 29, 29);
}

#banner div p{
    color: rgb(195, 195, 195);
}
#banner div a{
    color:white;
    border:1px solid white;
    padding: 10px;
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0px;
}

.story-script-regular {
  /* font-family: "Story Script", sans-serif; */
  font-weight: 400;
  font-style: normal;
}


.content{
    padding: 10px;
    max-width: 1400px;
    margin: auto;
}

#intro {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    margin: 50px 0px;
}
#intro img{
    max-width: 600px;
}
#intro section {
    text-align: center;
    padding: 10px;
    max-width: 550px;
}
 .title{
    color: rgb(174, 99, 49);
    font-style: italic;
    font-size: 30px;
    font-family: "Cinzel Decorative", sans-serif;
}
#intro section h1{
    font-size: 45px;
    margin: 10px 0px 5px;
    /* font-family: "Cinzel Decorative", serif; */
}
#intro section h3{
    font-size: 33px;
    margin: 5px 0px;
}
#intro section p{
    color: gray;
}
#intro section a{
    color: rgb(140, 80, 39);
    border: 1px solid rgb(140, 80, 39);
    padding: 10px;
    width: fit-content;
    display: block;
    margin: 10px auto;
    cursor: pointer;
}



.cat_homme{
    width: 300px;
    transition: 0.3s;

    height: 300px;
    margin: 0px 10px 0px 0px;
    background-position: center;
    box-shadow: 2px 2px 5px lightgray;
    background-size: cover;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    background-image:linear-gradient( rgba(0, 0, 0, 0.44) ,rgba(0, 0, 0, 0.341)), url('../imgs/bague.jpg');
}
.cat_homme h2{
    color: white;
    text-shadow: 2px 2px 4px black;
}
.cat_homme:hover{
    
    cursor: pointer;
    transition: 0.3s;
}
#cat_homme{
    max-width: 1200px;
    margin:80px auto 40px;
    /* flex-wrap: wrap; */
    position: relative;
    /* margin-top: 50px; */
    text-align: center;
    
}

#cat_homme section{
    text-align: center;
}

#cat_homme h1{
    font-size: 36px;
}
#cat_homme p{
    color: rgb(78, 78, 78);
    max-width: 600px;
    margin: 20px auto;
}
.custom-arrow {
    background: #fff;
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    display: flex !important;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: 0.3s ease;
    pointer-events: auto; /* Important */
}

 .custom-arrow i {
    font-size: 15px;
    color: #333;
}

 .slick-prev {
    left: -10px;   /* Ajuste selon ton design */
}

 .slick-next {
    right: -10px;
}

 .custom-arrow:hover {
    background: #333;
}

 .custom-arrow:hover i {
    color: #fff;
}




#nouveautes{
    text-align: center;
    margin-top: 100px;
    max-width: 1200px;
    margin: 100px auto;
}
#nouveautes section {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
}
.new{
    max-width: 280px ;
    min-width: 220px;
    margin: 15px 10px 0px 0px;
    position: relative;
}
#nouveautes section img, #engagement section img{
    width: 100%;
    display: block;
}
 .new > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
.new a h3{
    color: rgb(70, 70, 70);
}
.subs{
    display: flex;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.subs .sub{
    margin: 10px 0px;
    font-size: 13px;
}
 .sub{
    margin-left:10px ;
}
 .sub a{
    /* text-decoration: underline ; */
    color: #333;
    background-color: rgb(206, 206, 206);
    padding: 5px;
    border-radius: 4px;
}
.new .price{
    margin-top: 20px;
    color: rgb(174, 99, 49);
    font-style: italic;
}

.new .add{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #333333c2;
    color: white;
    padding: 6px;
    font-size: 20px;
    border-bottom-left-radius: 5px;
    transition: 0.3s;

}
.new .add:hover{
    background-color: #333;
    cursor: pointer;
    transition: 0.3s;
}


#about {
    max-width: 1200px;
    margin: 100px auto;
    padding: 10px;
    position: relative;
}

#about section {
    padding: 20px;
    max-width: 700px;
    background-color: white;
    /* box-shadow: 10px 15px 50px lightgray; */
     box-shadow: -10px 0 20px rgba(169, 169, 169, 0.2);
    position: relative;
    z-index: 15;
}
#about section h1{
    font-family: "Cinzel Decorative", serif;
}
#about p {
    color: gray;
}
#about section div {
    padding-left: 20px;
    border-left: 3px solid rgb(174, 99, 49);
}
#about > img{
    max-width:520px ;
    position: absolute;
    right: 0px;
    top: 0px;
    box-shadow: 5px 10px 15px rgb(186, 186, 186);
    /* border-bottom-left-radius: 20px; */
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

.golden{
    color: rgb(244, 169, 8) !important;
}
.notes i{
    color: gray;
}
#about #social{
    margin-top: 20px;
    border: none;
}
#about #social i{
    margin-left: 10px;
    padding: 7px 5px;
    border-radius: 50%;
    border: 1px solid lightgray;
    font-size: 18px;
    transition: 0.3s;
}

#about #social a{
    color: #333;
}

#about #social i:hover{
    background-color: #333;
    color: white;
    transition: 0.3s;
    cursor: pointer;
}
/* #about section #attached{
    position: absolute;
    bottom: -20px ;
    left: -20px;
    background-color: rgb(181, 136, 23);
    padding: 20px;
    width: 100px;
    z-index: 10;
} */







#gout{
    max-width: 1200px;
    margin: 100px auto;

    position: relative;

    display: flex;
    justify-content: right;
    align-items: bottom;
}

#gout > img{
    position: absolute;
    top: 0;
    left: 0px;
    max-width: 450px ;
    z-index: 10;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 85% 100%, 0 100%);
}

#gout section {
    background-color: white;
    padding: 20px;
    max-width: 800px;
    z-index: 15;
    margin-top: 80px;
}

#gout section h1{
     font-family: "Cinzel Decorative", serif;
}
#gout section p{
    color: rgb(85, 85, 85);
}
#gout section a{
    background-color: #333;
    padding: 10px;
    display: inline-block;
    margin-top: 10px;
    color: white;
    width: 30%;
    text-align: center;
}

.plus{
    padding: 10px;
    background-color: rgb(174, 99, 49);
    color: white;
    width: 300px;
    text-align: center;
    margin: 130px auto 50px;
    display: inline-block;
}

#engagement .new {
    max-width: 100% !important;
}

#engagement {
    max-width: 1200px;
    margin: 100px auto;
    text-align: center;
    position: relative;
}
#engagement section h1{
    font-family: "Cinzel Decorative", serif;
}



#offre{
    padding: 120px 20px;
    background-color: rgb(248, 248, 248);
    display: flex;
    justify-content: center;
    gap: 80px;
    align-items: center;
    flex-wrap: wrap;

    position: relative;
    overflow: hidden;
}

#offre #fond{
    opacity: 0.1;
    width: 800px;
    z-index: 5;
    position: absolute;
    top: -50px;
    left: -50px;
}
#offre section h1{
    font-size: 45px;
}


#offre section p{
    color: rgb(104, 104, 104);
}

#offre section .imgs{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 50px;
}
#offre section .imgs img{
    width: 120px;
} 

#offre img{
    width: 300px;
    margin: 10px;
    border-radius: 15px;
    background-color: transparent;
    box-sizing: border-box;
    z-index: 100;
    /* box-shadow: 5px 10px 20px lightgray; */
}
#offre section {
    max-width: 600px;
    z-index: 100;
    padding: 10px;
}
#offre section a{
    padding: 10px;
    color: white;
    background-color: rgb(42, 42, 42);
    display: inline-block;
    margin: 20px auto;
    width: 260px;
    text-align: center;

}


#join {
    text-align: center;
    padding-top: 100px;
}
#join p{
    color: gray;
    font-size: 18px;
}
#join a{
    margin-top: 30px;
}

footer{
    padding: 50px 20px;
    background-color: #333;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
}
footer h3{
    color: white;
}
footer a{
    color: white;
    display: block;
    margin: 10px 0px 0px 0px;
}
footer div{
    min-width: 300px;
}

footer img{
    width: 100px;
}

.copyright{
    padding: 20px;
    color: gray;
    background-color: #1e1e1e;
    border-top: 1px solid rgb(109, 109, 109);
    text-align: center;
}

#searchb {
    
    margin-right: 10px;
}
#searchb i{
    color: white;
    font-size: 20px;
}
#searchb input{
    position: absolute;
    top: 72px;
    left: 0px;
    z-index: 5;
    width: 80%;
    /* display: inline-block; */
    padding: 15px 10%;
    border: 1px solid lightgray;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: none;
}



/* articles page - filter */

#article_dark {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.22), rgba(0, 0, 0, 0.299)), url('../imgs/articles_dark.jpg');
    height: 200px;
    background-position: top;
    background-size: cover;
}

#filter_articles{
    max-width: 1200px;
    margin: 30px auto;
    padding: 10px;
}

#_filter{
    padding: 10px;
    width:200px ;
    display: inline-block;
    border: 1px solid lightgray;
    /* margin-top: 10px; */
}
#top-filter * {
    margin: 0px;
}
#top-filter > div{
    display: flex;
    justify-content: space-between;
    align-items: flex-end !important;
    flex-wrap: wrap;
}
#top-filter p{
    font-size: 15px;
    background-color: rgb(174, 99, 49);
    color: white;
    padding: 10px;
    font-family: sans-serif;
    /* border-radius: 5px; */
    box-shadow: 5px 10px 20px lightgray;
    cursor: pointer;
    transition: 0.3s;
}
#top-filter > p:hover{
    background-color: rgb(140, 80, 39);
    transition: 0.3s;
}
#top-filter{
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(208, 208, 208);
    margin: 20px 0px;
    
    /* height: 120px; */
}
#top-filter section {
    color: rgb(76, 76, 76);
    text-align: right;
    margin-bottom: 10px;
}
#articles{
    display: flex;
    justify-content: left;
    align-items: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.article{
    width: 24% ;
    position: relative;
}
.article .addIcon{
    position: absolute;
    top: 5px;
    right: 5px;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.22);
    color: white;
    cursor: pointer;
}
.article .img-container{
    overflow: hidden;
    width: 100%;
    height: auto;
    /* transition: 0.3s; */
}
.article .img-container img:hover{
    box-shadow: 3px 5px 10px lightgray;
    transition: 0.3s;
}

.article .img-container img{
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.article section {
    padding: 10px;
}
.article .title{
    font-size: 16px;
    font-family: sans-serif;
    color: #1e1e1e;
    margin-bottom: 15px;
    font-weight: bold;
}
.article .desc{
    color: rgb(99, 99, 99);
}
.article .price{
    color: rgb(174, 99, 49);
    font-style: italic;
    font-weight: bold;
    font-family: "Cinzel Decorative", serif;
    margin: 10px 0px;
}

#loadMoreBtn{
    padding: 10px;
    width: 260px;
    text-align: center;
    display: none;
    color: white;
    background-color: rgb(174, 99, 49);
    border-radius: 5px;
    box-shadow: 5px 10px 20px lightgray;
    margin: 80px auto 20px;
    cursor: pointer;
    transition: 0.3s;
}
#loadMoreBtn:hover{
    background-color: rgb(140, 80, 39);
    transition: 0.3s;
}




#voile_vertnav{
    background-color: rgba(0, 0, 0, 0.62);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 30;
    display: none;
}
#vertnav{
    background-color: white;
    position: fixed;
    z-index: 35;
    top: 80px;
    padding-top: 20px;
    left: -300px;
    width: 300px;
    /* height: 100vh; */
    bottom: 0px;
    overflow-y: auto;
}
#vertnav::-webkit-scrollbar {
    width: 6px;
}

#vertnav::-webkit-scrollbar-thumb {
    background: #bbb;
    border-radius: 10px;
}



#vertnav .close{
    text-align: right;
    margin-bottom: 30px;
    padding: 10px;
}
#vertnav .close:hover{
    cursor: pointer;
}

.filt-keys{
    padding: 10px;

    border-top: 1px solid lightgray;
}
.filt-keys .tit{
    color: rgb(92, 92, 92);
}
.filt-keys label{
    display: inline-block;
    margin: 10px 10px 0px 0px;
    color: rgb(70, 70, 70);
}


#range {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 6px;
  border-radius: 10px;
  background: #ddd;
  outline: none;
}

/* IMPORTANT : track transparent */
#range::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

#range::-moz-range-track {
  height: 6px;
  background: transparent;
}

/* Thumb */
#range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  background: #d8ae38;
  border-radius: 50%;
  margin-top: -5px;
  cursor: pointer;
}

#range::-moz-range-thumb {
  width: 16px;
  height: 16px;
  background: #d8ae38;
  border-radius: 50%;
  cursor: pointer;
}

#btnFilter {
    width: 100%;
    padding: 10px 0px;
    color: white;
    background-color: rgb(140, 80, 39);
    box-shadow: 5px 10px 20px lightgray;
    text-align: center;
    display: block;
    margin: 20px auto;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}








#main_img {
    position: relative;
    /* width: 600px; */
}

#main_img img {
    width: 100%;
    display: block;
}

#zoomLens {
    position: absolute;
    /* border: 1px solid #000; */
    width: 200px;
    height: 200px;
    display: none;
    cursor: crosshair;

    background-repeat: no-repeat;
    pointer-events: none;
}
.price_detail{
    font-family: "Cinzel Decorative", serif;
    font-size: 22px;
    font-weight: bold;
    color: rgb(174, 99, 49);
}
.carac{
    padding: 5px;
    margin: 10px 10px 10px 0px;
    background-color: #d7d7d7;
    color: black;
    border-radius: 5px;
    width: fit-content;
    display: inline-block;
    font-size: 14px;
}
.carac i{
    margin-right: 5px;
}

#detail_page{
    max-width: 1200px;
    margin: 40px auto;
}

#detail_page #props, #voileCart #props {
    padding: 10px;
    background-color: rgb(249, 249, 249);
    /* border: 1px solid black; */
    border-top: 3px solid rgb(187, 110, 60);
    border-radius: 5px;
    margin: 10px 0px;
    box-shadow: 5px 5px 15px lightgray;
    width: 100%;
    box-sizing: border-box;
}
#detail_page #props > div, #voileCart #props > div{
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}
.detail_desc{
    color: rgb(94, 94, 94);
    margin: 10px 0px;
    text-align: justify;
}
#detail_page #props  span,  #voileCart #props span{
    padding: 8px 10px;
    background-color: white;
    border-radius: 3px;
    border: 1px solid rgb(165, 165, 165);
    cursor: pointer;
}
#detail_page #props span:hover, #voileCart #props span:hover{
    background-color: #1e1e1e;
    color: white;
}
#detail_page #props p,  #voileCart #props p{
    color: black;
}
.disabledSpan, .disabled{
    opacity: 0.5;
}


#detail_btns{
    display: flex;
    gap:10px;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
    margin:40px 10px 20px ;

}
#orderBtn{
    width: 200px;
    text-align: center;
    padding: 10px;
    background-color: rgb(174, 99, 49);
    color: white;
    border-radius: 3px;
    box-shadow: 5px 5px 10px lightgray;
    cursor: pointer;
    transition: 0.3s;
}
#addToCartBtn{
    width: fit-content;
    padding: 10px;
    border:1px solid rgb(174, 99, 49);
    color: rgb(174, 99, 49);
    border-radius: 3px;
    box-shadow: 5px 5px 10px lightgray;
    cursor: pointer;
    transition: 0.3s;
}
#addToCartBtn:hover {
    transition: 0.3s;
    background-color: rgb(140, 80, 39);
    color: white;
}
#formqt input{
    padding: 10px;
    font-size: 16px;
    margin: 10px;
    border-radius: 4px;
    border: 1px solid lightgray;
}

.choix{
    /* background-color: lightblue; */
    border-bottom: 1px solid lightgray;
    padding: 10px;
    position: relative;
}
.choix section {
    display: none;
}


.effacer{
    position: absolute;
    right: 5px;
    top:5px;
    border: none;
    display: none;
}


.effacer i{
    padding: 5px;
    color: white;
    background-color: red;
    border: none;
    font-size: 14px;
    border-radius: 3px;

}

#detail_imgs{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
    /* background-color: lightblue; */
}
#detail_imgs #main_img{
    /* max-width:560px ;
    min-width:370px ; */
    /* border: 2px solid rgb(209, 209, 209); */
    border-radius: 4px;
    box-shadow: 2px 2px 10px lightgray;
    max-width: 550px;
}
#detail_imgs section{
    max-width: 550px;
}
#detail_imgs .other{
    max-width: 150px;
    
}
.imgotherhidden{
    display: none;
}
.imgothershowed {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 10px;
}
#manage_props{
    max-width: 500px;
}
/* form order */

#wilaya_client, #commune_client, #stopdesk_id{
    display: block;
    padding: 12px;
    border-radius: 4px;
    border: 1px solid lightgray;
    margin: 8px 0px;
    width: 100%;
    box-sizing: border-box;
}


.err-adresse{
    padding: 8px 0px;
    text-align: center;
    background-color: rgb(243, 204, 204);
    color: rgb(49, 5, 5);
    margin: 10px 0px;
    display: none;
}
#form_order{
    padding: 10px;
    width: 100%;
    background-color: white;
    box-shadow: 5px 10px 15px lightgray;
    margin: 100px auto 30px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    border-top: 5px solid rgb(25, 25, 25);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    background: 
        linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
        url('../imgs/203.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    /* padding: 20px 10px; */
}

#form_order h1{
    margin-top: 10px;
}

.champ label{
    display: block;
    margin-bottom: 10px;
}
.champ{
    margin: 15px 0px;
    
}
#form_order .flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.champ input{
    padding: 10px;
    font-size: 18px;
    border: 1px solid rgb(221, 221, 221);
    box-sizing: border-box;
    width: 100%;
    border-radius: 5px;
}
.champ.md{
    width: 48%;
    display: inline-block;
}
.champ.lr{
    width: 100%;
}
.already-inCart{
    padding: 10px;
    margin: 10px 0px;
    background-color: rgb(252, 228, 228);
    text-align: center;
    border-left: 2px solid lightcoral;
    color: rgb(137, 76, 76);
    display: none;
}
.added-inCart{
    padding: 10px;
    margin: 10px 0px;
    background-color: rgb(216, 242, 216);
    text-align: center;
    border-left: 2px solid lightgreen;
    color: rgb(0, 66, 0);
    display: none;
}

/* 


.radio-option {
    cursor: pointer;
    display: flex;
    
    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;
}


.radio-option input:checked + i {
   
    color: rgb(213, 85, 20);
    
}

.radio-option input:checked + i + span {
   
    color: rgb(213, 85, 20);
    font-weight: bold;
}

.radio-option:hover {
    border-color: rgb(213, 85, 20);
} */

.radio-group {
    display: flex;
    gap: 20px;
    margin: 15px 0px;
}
.radio-option {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 15px;
    border: 1px solid #ccc;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 5px;
}

/* Hover */
.radio-option:hover {
    border-color: rgb(30, 30, 30);
}

/* Cache le radio */
.radio-option input[type="radio"] {
    display: none;
}

/* Quand sélectionné */
.radio-option:has(input:checked) {
    background-color: #1c1c1c;
    color: rgb(245, 245, 245);
    font-weight: bold;
    border-color: #151515;
}









.frais{
    padding: 10px ;
    background-color: rgb(238, 246, 248);
    margin: 10px 0px;
}

#form_order button{
    padding: 10px;
    color: white;
    background-color: rgb(42, 42, 42);
    width: 300px;
    margin: 20px auto;
    display: block;
    box-shadow: 3px 5px 10px lightgray;
    cursor: pointer;
    transition: 0.3s;
    border: none;
    border-radius: 3px;
    font-size: 20px;
}
#form_order button:hover{
    background-color: #1e1e1e;
    transition: 0.3s;

}

.order-h1 {
    display: inline-flex;
    /* align-items: center; */
    gap: 8px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    text-shadow: 2px 2px 2px lightgray;
    letter-spacing: 1px;
    justify-content: center;  /* horizontal */
    align-items: center; 
    width: 100%;
    margin-bottom: 14px;
    box-sizing: border-box;
    text-align: center;
    /* text-align: center; */
    /* margin: auto; */
}

.order-h1 i {
    transition: transform 0.3s ease;
}
.center{
    text-align: center;
    margin: 10px 0px 20px;
    color: gray;
}
.order-h1:hover {
    color: #000000;
    text-shadow: 0 0 8px rgba(255, 102, 0, 0.6);
}

.order-h1:hover i {
    transform: translateX(6px);
}
.order-h1 {
    animation: pulse 1.5s infinite;
}

@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.10); }
    100% { transform: scale(1); }
}

.success{
    background-color: rgb(190, 244, 190);
    color: rgb(0, 50, 0);
    padding: 20px 0px;
    text-align: center;
    box-shadow: 4px 5px 10px lightgray;
    border-radius: 5px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(0, 86, 0);
    justify-content: center;
}
.err{
    background-color: rgb(248, 224, 194);
    color: rgb(99, 64, 0);
    padding: 20px 0px;
    text-align: center;
    box-shadow: 4px 5px 10px lightgray;
    border-radius: 5px;
    margin: 10px 0px;
    display: flex;
    align-items: center;
    border: 1px solid rgb(199, 136, 8);
    justify-content: center;

}

#voileCart{
    background: rgba(30, 30, 30, 0.601);
    position: fixed;
    z-index: 100;
    top: 80px;
    width: 100%;
    height: calc(100vh - 80px);
    left: 0;
    display: none;
}
#addToCartView .close{
    cursor: pointer;
}
#addToCartView{
    width: 340px;
    padding: 10px;
    background-color: white;
    position: fixed;
    top: 80px;
    right: -360px;
    height: calc(100vh - 80px);
    overflow-y: auto;
}
#addToCartView *{
    font-size: 14px;
}

#view_mainimg img{
    width: 100%;
    height: auto;
}


#empty-cart{
    text-align: center;
    color:gray;
    font-size: 40px;
    text-shadow: 2px 2px 3px rgb(40, 40, 40);
    display: none;
}
#empty-cart i{
    font-size: 80px;
}
#empty-cart h1{
    margin: 10px 0px;
}

.cartItem{
    display: flex;
    gap: 20px;
    justify-content: left;
    align-items: flex-start;
    padding: 10px;
    background-color: white;
    margin: 10px 0px;
    border-bottom: 1px solid lightgray;
    box-shadow: 3px 5px 10px lightgray;
    position: relative;

}
.cartItem .trash{
    color: red;
    padding: 5px;
    position: absolute;
    right: 3px;
    top: 10px;
    font-size: 18px;
}
.cartItem div p{
    color: rgb(96, 96, 96);
}
.cartItem .item-price{
    font-family: "Cinzel Decorative", serif;
    color: rgb(140, 80, 39);
    font-weight:bold ;
}
.cartItem img{
    width: 160px;
    border-radius: 3px;
}
.cartItem div *{
    margin: 5px 0px;
}
.item-qt span{
    font-weight: bold;
}
.item-qt small{
    color: gray;
    margin-left: 15px;
}
/* .cartItem input{
    padding: 10px;
    background-color: transparent;
    font-size: 20px;
} */
.cartItem .btnplus, .cartItem .btnmoins{
    font-size: 20px;
    color: black;
    border: 1px solid black;
    background-color: transparent;
    cursor: pointer;
    transition: 0.3s;
    width: 30px;
    text-align: center;
}
.cartItem .btnplus:hover, .cartItem .btnmoins:hover{
    background-color: black;
    color: white;
    transition: 0.3s;

}
#cartContent{
    max-width: 1200px;
    margin: auto;
}

#suggestions{
    display: flex;
    justify-content: left;
    gap: 10px;
    align-items: flex-start;
    flex-wrap: wrap;
}
.suggestion{
    width: 180px;
}
.suggestion img{
    width: 100%;
    box-shadow: 3px 3px 5px lightgray;
}
.suggestion h3{
    margin: 5px 0px;
    color: #000000;
    letter-spacing: 1px;
}
.suggestion p{
    color: rgb(140, 80, 39);
    font-family: "Cinzel Decorative", serif;
    margin: 5px 0px;
    font-weight: bold;
}



/* ============================= */
/* SECTION REVIEWS */
/* ============================= */

.reviews-section {
    padding: 60px 40px;
}

#reviews .slick-slide {
    padding: 30px 30px 30px 30px; /* top right bottom left */
    box-sizing: border-box;
}

/* corrige le débordement */
#reviews .slick-list {
    margin: -5px;
}

/* corrige le débordement causé par le padding */
#reviews .slick-list {
    margin: -5px;
}

#reviews .slick-slide > div > div {
    margin-bottom: 10px;  /* ajuste 10px à ton goût */
}

/* ============================= */
/* CARD DESIGN */
/* ============================= */

.review-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.review-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 15px 35px rgba(0,0,0,0.08);
}

/* ============================= */
/* HEADER USER */
/* ============================= */

.review-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}

.review-header img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.review-card p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}
.review-card h4{
    margin: 5px 0px;
}
.review-card span{
    color: gray;
    font-size: 12px;;
}
