@import url('https ://fonts.googleapis.com/css2 ?family=Roboto&display=swap');
:root {
  --colo-primary: var(--couleur-dominante);
  --colo-dark-1: var(--texte-fonce);
  --colo-dark-2: rgba(229, 72, 138, 0.3);
  --colo-white-1: #ffffff;
  --colo-white-2: var(--beige-creme);
  --color-green: var(--turquoise);
}

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

body{
    font-family: 'Roboto', sans-serif;
}
.erreur{
  background-color: red;
  color: #ffffff;
  padding: 5px;
  
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
}
.section {
    width: 100%;
}
.section .container {
  width: 100%;

}
.section .w-6 {
  width: 2rem;
  height: 2rem;
}
.section .h-6 {
  fill: rgb(239, 140, 1);
}
/* top_nav */
.section .top_nav {
  width: 100%;
  height: 4rem;
  background-color: var(--colo-dark-1);
}
.section .top_nav_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section .top_nav_wrapper {
  display: flex;
  color: var(--colo-white-1);
}
.tap_nav_p {
  font-size: 1.4rem;
  font-weight: 400;
}
.top_nav_link {
  margin-left: 1rem;
  font-size: 1.4rem;
  font-weight: 600;
  color: var(--colo-white-1);
}
/* navbaar */
.nav {
  width: 100%;
  height: 8rem;
  border-bottom: 1px solid var(--colo-dark-2);
}
.nav_container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav_list {
  display: flex;
}
.nav_items {
  display: flex;
}
.nav_logo {
  font-size: 2.2rem;
  font-weight: 800;
  color: var(--colo-dark-1);
}
.nav_item {
  margin: 0rem 0.5rem;
}
.nav_link {
  padding: 0.6rem;
  color: var(--colo-dark-1);
}
.nav_form {
  padding: 0.8rem;
  background-color: var(--colo-white-2);
  display: flex;
  align-items: center;
}
.nav_input {
  padding: 0.4rem;
  background-color: transparent;
  outline: none;
  border: none;
}
.nav_search {
  cursor: pointer;
}
.nav_items {
  display: flex;
  align-items: center;
}
.nav_heart {
  margin-left: 1rem;
  cursor: pointer;
}
.nav_cart {
  margin-left: 1rem;
  cursor: pointer;
}

/* header */
.header_container {
  width: 100%;
  display: flex;
  margin-top: 4rem;
}
.header_filter {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.header_filter_link {
  color: var(--colo-dark-1);
}

/* section */
.section {
  margin-top: 10rem;
}

/* flash sale */

.section_category_p {
  border-left: 1.4rem solid var(--colo-primary);
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
  color: var(--colo-primary);
  font-size: 1.3rem;
}
.section_header {
  display: flex;
  align-items: flex-end;
  margin-bottom: 4rem;
}
.section_title {
  margin-right: 2rem;
  font-size: 2.6rem;
}
#demo {
  font-size: 1.8rem;
}

/* Responsive pour les titres de section */
@media (max-width: 992px) {
  .section_title {
    font-size: 2.2rem;
    margin-right: 1.5rem;
  }
  
  .section_category_p {
    font-size: 1.2rem;
    padding-left: 1.2rem;
    border-left-width: 1.2rem;
  }
}

@media (max-width: 768px) {
  .section_title {
    font-size: 1.8rem;
    margin-right: 1rem;
  }
  
  .section_category_p {
    font-size: 1.1rem;
    padding-left: 1rem;
    border-left-width: 1rem;
    margin-bottom: 1rem;
  }
  
  .section_header {
    margin-bottom: 3rem;
  }
}

@media (max-width: 576px) {
  .section_title {
    font-size: 1.5rem;
    margin-right: 0.8rem;
  }
  
  .section_category_p {
    font-size: 1rem;
    padding-left: 0.8rem;
    border-left-width: 0.8rem;
    margin-bottom: 0.8rem;
  }
  
  .section_header {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 480px) {
  .section_title {
    font-size: 1.3rem;
  }
  
  .section_category_p {
    font-size: 0.9rem;
  }
}

/* swiper slide */
.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 5rem;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* cards */
.card {
  margin-bottom: 5rem;
}
.card_top {
  width: 100%;
  height: 22rem;
  position: relative;
}
.card_img {
  width: 100%;
  height: 100%;
}
.card_tag {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 9;
  background-color: var(--colo-primary);
  padding: 0.4rem 0.7rem;
  font-size: 1rem;
  font-weight: 600;
  color: var(--colo-white-1);
  border-radius: 0.5rem;
}
.card_top_icons {
  position: absolute;
  z-index: 9;
  top: 1rem;
  right: 1rem;
}
.card_top_icon {
  width: 3.4rem;
  height: 3.4rem;
  padding: 1rem;
  background-color: var(--colo-white-1);
  border-radius: 10rem;
}
.card_body {
  margin-top: 1rem;
  text-align: left;
}
.card_title {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.card_price {
  color: var(--colo-primary);
  margin-bottom: 1rem;
}
.card_ratings {
  display: flex;
}
.card_stars {
  margin-right: 1rem;
}
.container_btn {
  width: 100%;
  text-align: center;
}
.container_btn_a {
  background-color: #000000;
  color: var(--colo-white-1);
  padding: 1.6rem 3rem;
  border-radius: 0.5rem;
}

/* categories */
.categories {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  grid-gap: 2rem;
}
.category {
  text-align: center;
  padding: 3rem;
  border: 1px solid var(--colo-white-2);
  transition: all 0.3s ease;
  cursor: pointer;
}
.category:hover {
  background-color: var(--colo-primary);
}
.category_icon {
  width: 3.5rem;
  height: auto;
}

/* trending */
.trending {
  background-color: var(--colo-dark-1);
  padding: 8rem 4rem;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  grid-gap: 2rem;
  align-items: center;
  position: relative;
}
.trending_img {
  width: 100%;
}
.trending_content {
  position: relative;
  z-index: 2;
}
.trending_p {
  color: var(--color-green);
  background: rgba(107, 47, 32, 0.75);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  font-size: 12px;
}
.trending_title {
  color: var(--colo-white-1);
  font-size: 14px;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  font-weight: 600;
}
.trending_btn {
  background-color: var(--color-green);
  padding: 1rem 2rem;
  color: var(--colo-white-1);
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.products {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
  grid-gap: 2rem;
}

/* gallery */
.gallery_item {
  width: 100%;
  position: relative;
}
.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  grid-template-rows: repeat(8, 4vw);
  grid-gap: 1.5rem;
}
.gallery_item {
  width: 100%;
}
.gallery_item_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_item_content {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  z-index: 9;
  background: rgba(0, 0, 0, 0.507);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  padding: 12px 18px;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.gallery_item_title {
  color: var(--colo-white-1);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
}
.gallery_item_p {
  color: var(--colo-white-1);
  font-size: 12px;
  margin: 0.5rem 0rem;
  line-height: 1.4;
}
.gallery_item_link {
  color: var(--colo-white-1);
  text-decoration: underline;
  font-weight: 500;
  font-size: 12px;
}
.gallery_item_1 {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 8;
}
.gallery_item_2 {
  grid-column-start: 4;
  grid-column-end: 8;
  grid-row-start: 1;
  grid-row-end: 4;
}
.gallery_item_3 {
  grid-column-start: 4;
  grid-column-end: 6;
  grid-row-start: 4;
  grid-row-end: 8;
}
.gallery_item_4 {
  grid-column-start: 6;
  grid-column-end: 8;
  grid-row-start: 4;
  grid-row-end: 8;
}

/* Responsive Design pour la galerie */
@media (max-width: 1200px) {
  .gallery {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(6, 5vw);
    grid-gap: 1.2rem;
  }
  
  .gallery_item_1 {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 6;
  }
  
  .gallery_item_2 {
    grid-column-start: 3;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .gallery_item_3 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  
  .gallery_item_4 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  
  .gallery_item_content {
    bottom: 1.5rem;
    left: 1.5rem;
    padding: 10px 15px;
  }
  
  .gallery_item_title {
    font-size: 13px;
  }
  
  .gallery_item_p {
    font-size: 11px;
  }
  
  .gallery_item_link {
    font-size: 11px;
  }
}

@media (max-width: 992px) {
  .gallery {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 6vw);
    grid-gap: 1rem;
  }
  
  .gallery_item_1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 6;
  }
  
  .gallery_item_2 {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
  }
  
  .gallery_item_3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  
  .gallery_item_4 {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 6;
  }
  
  .gallery_item_content {
    bottom: 1.2rem;
    left: 1.2rem;
    padding: 8px 12px;
  }
  
  .gallery_item_title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .gallery_item_p {
    font-size: 10px;
    margin: 0.3rem 0rem;
  }
  
  .gallery_item_link {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 8vw);
    grid-gap: 0.8rem;
  }
  
  .gallery_item_1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 4;
  }
  
  .gallery_item_2 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  
  .gallery_item_3 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
  }
  
  .gallery_item_4 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  
  .gallery_item_content {
    bottom: 1rem;
    left: 1rem;
    padding: 6px 10px;
  }
  
  .gallery_item_title {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .gallery_item_p {
    font-size: 9px;
    margin: 0.2rem 0rem;
    line-height: 1.3;
  }
  
  .gallery_item_link {
    font-size: 9px;
  }
}

@media (max-width: 576px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 15vw);
    grid-gap: 0.8rem;
  }
  
  .gallery_item_1,
  .gallery_item_2,
  .gallery_item_3,
  .gallery_item_4 {
    grid-column-start: 1;
    grid-column-end: 2;
  }
  
  .gallery_item_1 {
    grid-row-start: 1;
    grid-row-end: 2;
  }
  
  .gallery_item_2 {
    grid-row-start: 2;
    grid-row-end: 3;
  }
  
  .gallery_item_3 {
    grid-row-start: 3;
    grid-row-end: 4;
  }
  
  .gallery_item_4 {
    grid-row-start: 4;
    grid-row-end: 5;
  }
  
  .gallery_item_content {
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    padding: 8px 12px;
  }
  
  .gallery_item_title {
    font-size: 12px;
    margin-bottom: 4px;
  }
  
  .gallery_item_p {
    font-size: 10px;
    margin: 0.3rem 0rem;
    line-height: 1.4;
  }
  
  .gallery_item_link {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .gallery {
    grid-template-rows: repeat(4, 20vw);
    grid-gap: 0.6rem;
  }
  
  .gallery_item_content {
    bottom: 0.6rem;
    left: 0.6rem;
    right: 0.6rem;
    padding: 6px 10px;
  }
  
  .gallery_item_title {
    font-size: 11px;
    margin-bottom: 3px;
  }
  
  .gallery_item_p {
    font-size: 9px;
    margin: 0.2rem 0rem;
  }
  
  .gallery_item_link {
    font-size: 9px;
  }
}

/* services */
.services_container {
  width: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
.service {
  text-align: center;
  margin: 40px;
  flex: 1;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.service_img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  margin-bottom: 15px;
}
.service_title {
  margin: 1.5rem 0rem;
  font-size: 1.6rem;
  font-weight: 600;
  color: var(--titres);
}

/* Responsive Design pour les services */
@media (max-width: 1200px) {
  .services_container {
    width: 85%;
    gap: 15px;
  }
  
  .service {
    margin: 30px 20px;
    min-width: 180px;
  }
  
  .service_img {
    width: 70px;
    height: 70px;
  }
  
  .service_title {
    font-size: 1.5rem;
    margin: 1.2rem 0rem;
  }
}

@media (max-width: 992px) {
  .services_container {
    width: 90%;
    gap: 15px;
  }
  
  .service {
    margin: 25px 15px;
    min-width: 160px;
  }
  
  .service_img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  
  .service_title {
    font-size: 1.4rem;
    margin: 1rem 0rem;
  }
}

@media (max-width: 768px) {
  .services_container {
    width: 95%;
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
  }
  
  .service {
    margin: 15px 10px;
    min-width: 100%;
    max-width: 300px;
    width: 100%;
  }
  
  .service_img {
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
  }
  
  .service_title {
    font-size: 1.3rem;
    margin: 0.8rem 0rem;
  }
}

@media (max-width: 576px) {
  .services_container {
    width: 100%;
    padding: 15px 10px;
    gap: 15px;
  }
  
  .service {
    margin: 10px 5px;
    min-width: 100%;
    max-width: 280px;
  }
  
  .service_img {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
  }
  
  .service_title {
    font-size: 1.1rem;
    margin: 0.6rem 0rem;
    line-height: 1.4;
  }
}

@media (max-width: 480px) {
  .services_container {
    padding: 10px 5px;
    gap: 12px;
  }
  
  .service {
    margin: 8px 3px;
  }
  
  .service_img {
    width: 45px;
    height: 45px;
    margin-bottom: 6px;
  }
  
  .service_title {
    font-size: 1rem;
    margin: 0.5rem 0rem;
  }
}

/* footer */
.footer {
  margin-top: 5rem;
  background: #ffffff;
  border-top: 1px solid var(--beige-creme);
  padding: 50px 20px 25px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  width: 100%;
  min-height: 380px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.04);
}
.footer_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr repeat(3, 1fr);
  gap: 50px;
  padding-bottom: 35px;
}
.footer_item {
  width: 100%;
}
.footer_logo {
  font-size: 1.6rem;
  color: var(--titres);
  font-weight: 700;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  transition: color 0.3s ease;
}
.footer_logo:hover {
  color: var(--couleur-dominante);
}
.footer_logo i {
  color: var(--couleur-dominante);
  font-size: 1.5rem;
}
.footer_p {
  margin-top: 8px;
  color: var(--texte-fonce);
  font-size: 14px;
  line-height: 1.6;
  max-width: 220px;
}
.footer_item_titl {
  margin-bottom: 18px;
  font-size: 14px;
  font-weight: 600;
  color: var(--titres);
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.footer_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer_list_item {
  margin: 10px 0;
  font-size: 14px;
  color: var(--texte-fonce);
}
.footer_list_item i {
  color: var(--couleur-dominante);
  font-size: 12px;
  margin-right: 8px;
  width: 16px;
}
.footer_list_item a {
  color: var(--texte-fonce);
  text-decoration: none;
  transition: color 0.2s ease;
  display: inline-flex;
  align-items: center;
}
.footer_list_item a:hover {
  color: var(--couleur-dominante);
}
.footer_bottom {
  margin-top: auto;
  padding-top: 25px;
  border-top: 1px solid var(--beige-creme);
  width: 100%;
  background: var(--fond-principal);
}
.footer_bottom_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
}
.footer_copy {
  color: var(--texte-fonce);
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.3px;
  opacity: 0.85;
}

/* Responsive footer */
@media only screen and (max-width: 992px) {
  .footer_container {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
  }
}
@media only screen and (max-width: 768px) {
  .footer {
    padding: 40px 20px 20px;
  }
  .footer_container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .footer_item {
    text-align: center;
  }
  .footer_logo {
    justify-content: center;
  }
  .footer_p {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .footer_item_titl {
    text-align: center;
  }
  .footer_list_item {
    display: flex;
    justify-content: center;
  }
  .footer_list_item a {
    justify-content: center;
  }
}

@media only screen and (max-width: 1070px) {
  .header_container {
    flex-direction: column;
  }
  .header_filter {
    display: none;
  }
}
.hamburger {
  display: none;
  cursor: pointer;
}
.hamburger > svg {
  width: 4.5rem;
  height: 4.5rem;
}
@media only screen and (max-width: 800px) {
  .top_nav {
    display: none;
  }
  .nav_list {
    display: none;
  }
  .nav_items {
    display: none;
  }
  .hamburger {
    display: block;
  }
}
/* Media query existante remplacée par les nouvelles règles responsive ci-dessus */

/* mobile nav */
.mobile_nav {
  background-color: var(--colo-white-1);
  position: absolute;
  z-index: 99;
  height: 100vh;
  border-right: 1px solid var(--colo-dark-2);
  transition: all 0.5s ease;
}
.mobile_nav_item {
  padding: 2rem 10rem 2rem 5rem;
  border-bottom: 1px solid var(--colo-white-2);
}
.mobile_nav_link {
  color: var(--colo-dark-1);
  padding: 1.2rem 5rem 1.2rem 0rem;
}
.mobile_nav_hide {
  display: none;
}

/* Cart page */
.cart {
  width: 100%;
}
.cart_header {
  padding: 1.5rem;
  background-color: var(--colo-white-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1px;
}

.cart_item {
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: var(--colo-white-2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 1px;
}
.cart_product {
  display: flex;
  flex-direction: column;
}
.cart_img {
  width: 7%;
}
.cart_total {
  margin-top: 2rem;
  text-align: right;
}
.add_to_cart {
  padding: 1rem 2rem;
  background-color: var(--colo-primary);
  color: var(--colo-white-1);
  cursor: pointer;
  border: none;
  outline: none;
  margin-top: 2rem;
}

/* Authentications */
.auth_container {
  width: 90%;
  display: flex;
  align-items: center;
  height: 400px;
  margin: 0 auto;

}
.auth_img {
  width: 40%;
  height: 100%;
}
.auth_img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.auth_content {
  width: 50%;
}

@media only screen and (max-width: 800px) {
    .auth_container {
        width: 100%;
      }
  .auth_img {
    display: none;
  }
  .auth_content {
    width: 100%;
  }
}

.auth_content {
  padding: 10rem;
}
.form_title {
  font-size: 2.8rem;
}
.auth_p {
  margin: 2rem 0rem;
}
.form_group {
  width: 100%;
}
.form_input {
  width: 100%;
  margin-bottom: 2rem;
  padding: 1rem 0.6rem;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--colo-dark-2);
}
.form_pass {
  margin-bottom: 1rem;
}
.form_btn {
  width: 100%;
  padding: 1.3rem;
  background-color: var(--colo-primary);
  color: var(--colo-white-1);
  border: none;
  outline: none;
  margin-bottom: 1.5rem;
}
.form_link {
  color: var(--colo-white-1);
  cursor: pointer;
  font-size: 16px;
}
.form_group > span {
  margin-top: 2rem;
}

/* ============================================
   Styles pour la section vidéos carrousel
   ============================================ */
   .section-videos {
    padding: 80px 0;
    background: var(--beige-creme);
    position: relative;
    overflow: hidden;
}

.videos-section-title {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: var(--titres);
    margin-bottom: 50px;
    letter-spacing: 1px;
}

.videos-carousel {
    position: relative;
    padding: 40px 0;
}

.video-card {
    padding: 0 15px;
    perspective: 1000px;
}

.video-card-inner {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.6s ease;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #ffffff;
}

.videos-carousel .owl-item {
    transform: rotateY(20deg) scale(0.8);
    transition: transform 0.8s ease, opacity 0.8s ease;
    opacity: 0.6;
}

.videos-carousel .owl-item.center {
    transform: rotateY(0deg) scale(1);
    opacity: 1;
    z-index: 2;
}

.videos-carousel .owl-item.prev {
    transform: rotateY(25deg) scale(0.75);
    opacity: 0.5;
}

.videos-carousel .owl-item.next {
    transform: rotateY(-25deg) scale(0.75);
    opacity: 0.5;
}

.videos-carousel .owl-item:not(.center):not(.prev):not(.next) {
    transform: rotateY(30deg) scale(0.7);
    opacity: 0.4;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* Ratio 16:9 */
    background: #000000;
    overflow: hidden;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.video-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.video-placeholder i {
    font-size: 80px;
    color: rgba(255, 255, 255, 0.9);
    transition: transform 0.3s ease;
}

.video-placeholder:hover i {
    transform: scale(1.1);
}

.video-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    padding: 20px;
    text-align: center;
}

.overlay-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.videos-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    pointer-events: none;
    z-index: 10;
}

.videos-carousel .owl-nav button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    pointer-events: all;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    margin: 0 20px;
}

.videos-carousel .owl-nav button:hover {
    background: var(--couleur-dominante);
    transform: scale(1.1);
}

.videos-carousel .owl-nav button i {
    color: #000000;
    font-size: 20px;
}

.videos-carousel .owl-nav button:hover i {
    color: #ffffff;
}

.videos-carousel .owl-dots {
    text-align: center;
    margin-top: 30px;
}

.videos-carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--couleur-dominante);
    border: none;
    margin: 0 5px;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.videos-carousel .owl-dots button.active {
    opacity: 1;
    transform: scale(1.2);
}

@media (max-width: 768px) {
    .videos-section-title {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .videos-carousel .owl-item {
        transform: none;
        opacity: 1;
    }

    .videos-carousel .owl-nav button {
        width: 40px;
        height: 40px;
        margin: 0 10px;
    }
}

.produit_vedetes .box2 span {
  color: white;
  font-size: 25px;
}
