/*********************Design général****************************/
.btn-default {
    background:#00D5D5 !important ;
}
/*BTN demande d'information*/
.btn-request {
    background: #00D5D5;
    margin-left: 10px;
    height: 2.75rem;
    color:#fff;
}

.request-info a:hover{
    color:#333333;
}

@media (max-width: 900px) {
  .product-quantity{
    display: block;
  }

  .add .btn-primary , .btn-request {
      min-width: 270px;
      margin-right: 10px;
  }
  .request-info {
      display: inline-flex;
      float: left;
  }

  .btn-request{
    font-weight: 500;
    margin-left:0px;
    padding: .5rem 1.4rem;
  }
}


/*BTN demande d'information*/

/*Button select languages*/
.block_newsletter form input[type=text]:focus+button .search, .btn-unstyle:focus .expand-more, .search-widget form input[type=text]:focus+button .search{
    color: #fff;
}
/***********************Page d'accueil**************************/


#header, #header .header-top {
  background-color: #000;
}#header a {color: #ffffff;}

@media (min-width: 767px) and (max-width: 991px) {
    #_desktop_contact_link {
        display: none !important;
    }

    #search_widget {
        float: left !important;
    }
}


#header a:hover {
    color: #ffffff;
}


/*Affichage menu mode tab-smartphone width <768px*/
#mobile_top_menu_wrapper .top-menu a[data-depth="0"]{
    color: #00D5D5 ;
    background: #f9f0d985;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover{
    background: #00D5D5 ;
    color:#fff
}
@media only screen and (min-width: 992px) {
    #search_widget {
        margin-left: 110px;
    }
}

@media only screen and (min-width: 768px) {
    #search_widget {
        float: left;
    }
}



/********************** Page Catégories/tous les produits ************************/
    #subcategories, .block-category {
        display: none;
    }
.total-products p{
  display: none;
}/*************************** Page produit *************************/

/*Champ quantité non nécéssaire*/

.product-add-to-cart .qty, .product-add-to-cart .control-label {
    display:none
}


/* cadre image */
.product-cover {
    position: relative;
    margin-bottom: 1.25rem;
    border: 2px solid #000;
    border-radius:3%;}
/*image product*/
.images-container .product-cover img {
      border-radius: 3%;
  }
/* cadre image thumb */


.product-images>li.thumb-container .thumb.selected,.product-images>li.thumb-container .thumb:hover {
    border: #00D5D5 3px solid;
}

.product-images>li.thumb-container .thumb {
    border: #333333 1px solid;
}

i.material-icons.left , i.material-icons.right {
    color: #000;
} /*flèche des images*/

#product-availability, .blockreassurance_product {
    display: none;
}

.btn-primary:hover, .btn-primary.disabled:hover, .btn-primary:disabled:hover{
  background-color: #000;
  color: #00D5D5;
  }

.btn-primary{
      background-color: #333;
    }

.comments-nb, .product-comment-list-item {
    display: none;
} /*cacher comment et liste des comment*/
/*image plein écran*/

div#product-modal {
      background-color: #00D5D530;
    }

div#product-modal .modal-body figure {
      background-color:#00D5D5;
      border: #00D5D5 15px solid;
      border-radius: 3%;
      }

div#product-modal .modal-body img {
      border-radius: 2%;
    }

#product-modal .modal-content .modal-body .image-caption {
      background:#00D5D5 !important;
      border: 0px;
      }

div#product-modal .image-caption p{
      color:#fff !important;
      }

#product-modal .modal-content .modal-body .product-images img:hover{
      border: #00D5D5 5px solid;
    }/*partie droite*/

.product-price{
  color:#00D5D5;
  font-size: 1.2rem;
  }/*Prix*/

  .tax-shipping-delivery-label {
      display: none;
  }/*Taxe non affiché*/

.social-sharing {
      display: none;
    } /*btn social link*/


/***********************Affichage des caractéristiques fiche produit/apperçu rapide********************/
/* Style global de la section */
.product-features {
  border-radius: 10px;
  max-width: 500px;
  font-family: 'Arial', sans-serif; /* Police par défaut */
}

/* Titre principal */
.product-features .h6 {
  font-size: 24px;
  text-align: center;
  color: #00D5D5;
  margin-bottom: 20px;
  text-transform: uppercase;
  border-bottom: 2px solid #00D5D5;
  padding-bottom: 10px;
  display:none;
}

/* Liste des caractéristiques */
.product-features .data-sheet {
  flex-direction: row;
  gap: 5px;
}

/* Style des noms (dt) */
.product-features .data-sheet .name {
  color: #000;
  font-family: 'Vivaldi', cursive; /* Police élégante */
  text-align: left;
  font-size:1.2rem;
  background: #fff !important;
  font-weight: 200 !important;
}

/* Style des valeurs (dd) */
.product-features .data-sheet .value {
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  margin-left: -120px;
  border-left: 3px solid #00D5D5; /* Petite bordure pour séparer les valeurs */
  padding-left: 10px;
  background: #fff; /* Assure un contraste clair */
}

/* Ajout d'un effet interactif */
.product-features .data-sheet .value:hover {
  transition: 0.3s;
}

/* Affichage description du produit */
.tabs{
    padding:0;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
  color: #00D5D5;
  font-family: 'Vivaldi', cursive; /* Police élégante */
  text-align: left;
  font-size:1.2rem;
  border-bottom:#00D5D5 4px solid;
}/*Titre*/

.tab-content .product-description {
  border-radius: 10px;
  padding: 15px;
  max-width: 100%;
  margin: 0px auto;
  text-align: justify;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: 'Arial', sans-serif; /* Police par défaut */
} /*cadre description-content*/



@media (max-width: 992px) {
    .product-features .data-sheet .value {
        margin-left: -50px;
    }
  }

/****************Autre****************/
/*Paiement-Commande*/
a#cta-terms-and-conditions-0 {
    color: #00D5D5;
}

/************************************************************************New Design**************************************************************************/
/*Structure générale*/
@media (min-width: 1400px) {
    .container {
        width: 100%;
    }
    .header-nav .container {
        width: 96%;
        max-width: 96%;
    }
    #content-wrapper {
    padding: 0;
    }
  }

  @media (min-width: 993px) and (max-width: 1399px) {
      .container {
          width: 100%;
      }
      #content-wrapper {
      padding: 0;
      }
  }

  @media (max-width: 992px) {
    .container {
            width: 90%;
    }
  }

  #wrapper {
      background: #ffffff;
      padding-top: 1.5rem;
  }

/*************************Partie Header*********************************/
/* Styles généraux du header */
#header, #header .header-top {background-color: #000;}

#header {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    padding: 8px 0;
}

/* Conteneur de la navigation */
#header .header-nav {
    max-height: 50px;
    border-bottom: #00D5D5 1px solid;
}

#header .header-top {
  padding: 0.2rem 0;
}

/*Menu*/

#header .menu {
    margin-left: 50px;
}
/*aligner les icons*/
.text-right {
  display: flex;
  align-items: center;
  justify-content: flex-end; /* Ajuste selon le besoin */
  gap: 15px;
}

.text-right > div {
  display: flex;
  align-items: center;
}

/* header-nav elements */
/*Contac-us*/
.header-phone{
    margin-right:10px;
    padding-right: 10px;
    border-right: 1px solid #00D5D5;
}

.header-contact-us-link , .phone-number {
  display: none; /* Cache le numéro par défaut */
}

.header-phone:hover .phone-number {
  display: inline; /* Affiche le numéro lorsque la souris est sur l'icône */
}

.header-contact-us:hover .header-contact-us-link {
   display: inline; /* Affiche contact-us */
}

#contact-link a, .dropdown .expand-more{
    color:#fff;
}

#contact-link a:hover {
    color: #fff;
}

#header .language-selector .dropdown-menu a {
    color: #020202;
}

#currency-selector-label {
    display: none;
}

.user-info a{
    color:#fff !important;
}

.user-info span, #_desktop_cart span {
    display: none;
}

#_desktop_cart .cart-products-count {
    display: initial;
}

#header .header-nav .blockcart{
  border-left: 1px solid #00D5D5;
  background: #000;
}

/*Panier active (Apres l'ajout des produits)*/
#header .header-nav .cart-preview.active {
    background: #ffffff;
}

#header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i{
    color:#00D5D5;
}
#header .header-nav .blockcart.active a:hover, #header .header-nav .cart-preview.active a, #header .header-nav .cart-preview.active i {
    color: #00D5D5;
}
/* Logo */
#_desktop_logo img {
    transition: transform 0.3s ease-in-out;
}

#_desktop_logo img:hover {
    transform: scale(1.05);
}

/* Liens du menu */
.header-nav .menu {
    display: flex;
    list-style: none;
    gap: 20px;
}

.header-nav .menu li a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s;
    font-weight: 600;
    padding: 10px 15px;
}

/* Icônes (panier, user, recherche) */
.user-info, .blockcart, .search-widgets, .language-selector-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
}

.user-info a, .blockcart a, .search-widgets button, .language-selector-wrapper a {
    color: #fff;
    font-size: 18px;
    transition: color 0.3s;
}

.user-info a:hover, .blockcart a:hover, .search-widgets button:hover, .language-selector-wrapper a:hover {
    color: #00D5D5;
}

/* Barre de recherche */
#search_widget
{
    float: right !important;
    padding: 3px 5px;
    max-width: 40%;
    min-width: 5%;
    margin-left: 5px !important;
}

#search_widget form input {
    background-color: #ffffff;
}

#search_widget .material-icons{
    color:#fff;
}

header #search_widget form {
    display:none;
}

header #search_widget:hover form,
header #search_widget:focus-within form {
    display:inline;
}

/* Sélecteur de langue */
.language-selector-wrapper {
    position: relative;
}

.language-selector-wrapper select {
    background-color: #222;
    color: #fff;
    border: 1px solid #444;
    padding: 5px 10px;
    border-radius: 5px;
    cursor: pointer;
    transition: border 0.3s;
}

.language-selector-wrapper select:hover {
    border-color: #00D5D5;
}

.dropdown:hover .expand-more {
    color: white;
}/*Selection langue top header*/

.dropdown a:hover {
    color:#00D5D5 !important;
}

#header .currency-selector .dropdown-menu a {
    color: #000000;
}


/* Menu */
#header .header-top a[data-depth="0"] {
    color: #ffffff;
    text-transform: uppercase;
    text-align:center;
    padding: .625rem;
    font-size: 0.95rem;
    font-weight: 600;
}

#header .top-menu a[data-depth="0"]:hover {
    color: #00D5D5;
    text-decoration: none;
    transform: scale(1.02);
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]{
  background: #000;
}

#mobile_top_menu_wrapper .top-menu a[data-depth="0"]:hover{
    background: #000000;
    transform: scale(1.05);
}
/* Responsive */
@media (max-width: 768px) {
    .header-nav {
        flex-direction: column;
        gap: 15px;
    }

    .header-nav .menu {
        flex-direction: column;
        text-align: center;
    }
}


/*********************Container*****************************/
/*Container chemin*/
.breadcrumb a span {
    color: #00D5D5;
    font-weight:600;
}

/*Slider*/
    .carousel {
        margin-top: -1.5rem;
    }
    /*Img banner page d'accueil*/
    .carousel .carousel-item figure{
    display:block;
    }

    @media (min-width: 1300px) {
    #carousel img {
        height: 85vh !important;
    }


    .carousel .carousel-inner {
        height: 85vh;
    }
  }

    /*Non affichage de banner et custom-text*/
    a.banner img, #custom-text {
    display: none;
    }


/**********Produit page d'accueil***************/
/*Affichage produit*/
.product-miniature{
    margin-bottom:40px;
}

.thumbnail-features {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px; /* Espace entre le bloc et la miniature */
}

/*Affichage époque thumbnail*/
.feature-centered {
  display: flex;
  align-items: center;
  text-align: center;
}

.feature-text {
  font-weight: bold; /* Met en valeur le texte */
  font-size: 0.7rem; /* Taille du texte */
  color: #333; /* Couleur du texte */
}

.feature-name {
  color:#00D5D5;
}

.product-flags li.product-flag {
    background-color: #000;
}/*Flag info*/

/*Cercle favoris*/
button.wishlist-button-add {
    border: #000 1px solid;
    border-radius: 50%;
    display:none;
}
.thumbnail-container:hover button.wishlist-button-add {
    display:inline
}
/*Cercle favoris*/

.wishlist-button-add i {
    color: #3f3f3f;
}

.wishlist-button-add:hover{
  border:#00D5D5 1px solid;
  }

  .wishlist-button-add:hover i {
      color: #00D5D5;
  }

.product-miniature .product-title a {
    color: #333333;
    font-size: medium;
    font-weight:bold;
}/*Titre produit miniature*/


.product-miniature .product-price-and-shipping {
    color: #00D5D5;
} /*Couleur prix*/

.product-miniature .highlighted-informations .quick-view {
color: #333333;
} /*couleur text aperçu rapide*/

.product-miniature .highlighted-informations .quick-view:hover {
    color: #00D5D5;
} /*couleur text aperçu rapide: hover*/


/*ligne before description*/
.thumbnail-container .product-description::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%; /* Centrer horizontalement */
  width: 80%; /* Prendre 50% de la largeur */
  height: 0.5px;
  background-color: #000;
  transform: translateX(-50%); /* Ajuste la position pour centrer parfaitement */
}

/*Product quick view*/
/*Image quickview centré verticalement*/
.quickview .product-cover picture {
    height: 100%;
    display: block;
    align-content: center;
}


/*Footer*/
#footer {
    background: #000;
    padding-top: 1.2rem;
}

.block_newsletter {
    display: none;
}

.footer-container {
    padding-top: 0px;
}

#footer .h3, #footer .h4, #footer .h3 a {
    color: #00D5D5;
}


#footer .block-contact, .footer-container li a{
    color:#fff
}

.footer-container li a:hover {
    color: #00D5D5;
}

#footer .block-contact a {
    color: #00D5D5;
} /*Color de l'adresse email*/

#footer .copy-right a {
    color: #ffffff;
}

/***********************Page Catégories*******************************/
/*Menu Left de catégories*/


/* Conteneur principal du bloc de catégories */
.block-categories {
  padding: 5px;
}

/* Menu principal */
.category-top-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-categories .category-sub-menu{
  margin-top:5px;
}
.category-top-menu li {
  position: relative;
  display: block; /* Pour que le sous-menu se place sous chaque élément */
}

/* Style pour les liens du menu principal */
.category-top-menu li > a {
  display: block;
  padding: 0px 15px;
  font-size: 1.1rem;
  text-transform: uppercase;
  color: #333;
  text-decoration: none;
  background-color: #fff;
  border-bottom: 2px solid transparent;
  transition: all 0.3s ease;
  width: 100%; /* S'assurer que le lien occupe toute la largeur disponible */
}

/* Effet au survol du menu principal */
.category-top-menu li > a:hover {
  color: #00D5D5;
  border-bottom: 3px solid #00D5D5;
  background-color: #f1f1f1;
}

/* Sous-menu - caché par défaut */
.category-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%; /* Positionner le sous-menu juste sous le lien parent */
  left: 0;
  background-color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  width: 100%; /* La largeur du sous-menu sera égale à celle du lien parent */
  border-radius: 0 0 4px 4px; /* Coins arrondis uniquement en bas */
  z-index: 100;
}

/* Affichage du sous-menu lors du survol de l'élément parent */
.category-top-menu li:hover .category-sub-menu {
  display: block;
}

/* Style des éléments du sous-menu */
.category-sub-menu li a {
  padding: 10px 15px;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s, color 0.3s;
}

/* Effet au survol des éléments du sous-menu */
.category-sub-menu li a:hover {
  color: #fff;
  background-color: #000 !important;
}

/* Espacement entre les éléments */
.category-top-menu li + li {
  margin-top: 5px;
}

/*Affichage quantité Commande*/
.input-group.bootstrap-touchspin {
    display: none;
}

#header .logo {
    max-width: 300px;
}

/**********************************************New*******************************************************/
#header .menu{
    margin-left: 0px;
}

.product-miniature .product-title a {
    color: #333333;
    font-size: medium;
    font-weight: 100;
}/*Titre produit miniature*/

.product-miniature:hover .product-title a {
    color: #333333;
    font-size: medium;
    font-weight: 700;
}/*Titre produit miniature*/

.product-miniature .product-price-and-shipping {
    color: #000;
    font-weight: 300;
} /*Couleur prix*/

.product-miniature:hover .product-price-and-shipping {
    color: #000;
    font-weight: bold;
} /*Couleur prix*/
