@charset "UTF-8";
/* CSS Document */



.badge-deja-achete {
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}


.audio-player-button {
    margin: 20px 0;
}

.audio-player-button__play {
    background: #7E00FD;
    color: white;
    border: none;
    padding: 10px 18px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
}

.audio-player-button__play:hover {
    background: #6200c7;
    transform: scale(1.03);
    transition: all 0.2s ease-in-out;
}



/*************** Woo ****************/

.woocommerce span.onsale {
    background-color: #1DB632 !important;
   
}





















/***************** Divi *****************/


/* Email contact bar secondaire */
/* Masque uniquement le texte de l'adresse email mais conserve l'icône */
#et-info-email {
  font-size: 0;
  line-height: normal;
  display: inline-block;
}
#et-info-email::before {
  content: "\e076"; /* Icône enveloppe chez Divi, à adapter si besoin */
  font-family: 'ETmodules'; /* Divi utilise ETmodules pour les icônes */
  font-size: 16px;
  line-height: inherit;
  color: inherit;
  margin-right: 5px;
	 margin-top:12px !important;
}


/* Barre secondaire mobile : alignement horizontal + ordre */
@media (max-width: 980px) {
  #top-header .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
  }

  #et-info {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
  }

  #et-secondary-menu {
    display: flex !important;
    align-items: center;
    flex-wrap: nowrap;
  }

  #et-info-email {
    order: 1;
    display: flex !important;
    align-items: center;
    margin-right: 10px;
	
  }

  #et-secondary-menu .et_duplicate_social_icons {
    order: 2;
    float: none !important;
    margin-left: 0px;
  }

    .et-cart-info {
    order: 3;
    
    margin-left: 90px !important; /* pousse complètement à droite */
		
  }
}



/* Cart icon */

/* Cacher l'icône panier d'origine */
.et-cart-info span:before {
    display: none;
}

/* Ajouter une icône Font Awesome à la place */
.et-cart-info span:after {
    content: "\f290"; /* fa-bag-shopping */
    font-family: "Font Awesome 5 Free"; /* ou "Font Awesome 6 Free" si tu utilises FA6 */
    font-weight: 900;
    font-size: 18px;
    margin-right: 5px;
	padding-left: 10px;
	padding-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
}




/* Module connexion */
.et_pb_newsletter_description_content {
  color: black;
}

.et_pb_forgot_password a {
  color: white !important;
}



/* Portfolio image aspect ratio square 1:1 */
.pa-portfolio-image-1-1 .et_portfolio_image {
  padding-top: 100%;
  display: block;
}
.pa-portfolio-image-1-1 .et_portfolio_image img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
}


/* Page fullscreen */
.fullscreen-section {
  height: 100vh;
}

@media (min-width: 981px) {
  .full-height {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    align-items: center;
  }
}


/* WooCommerce */

/* Police produit */


.orgasmia-grand-hotel {
    font-family: 'Grand Hotel', cursive;
    font-size: 22px; /* Ajuste la taille si nécessaire */
    display: inline;
}



/* Message */
.woocommerce .woocommerce-message {
  background: #7e00fd !important;
}
.woocommerce-message a.button.wc-forward {
  color: black !important;
}

/* Shop */
@media (max-width: 767px) {
  .lwp-one-column-shop .woocommerce ul.products li.product {
    width: 100% !important;
  }
}


/* Hamburger */
.mobile_menu_bar:before {
  color: #9200FE;
}


/* Menu mobile déroulé */
.et_mobile_menu {
  background-color: #E9D7C9 !important;
  border-top-color: #7E00FD;
}
.et_mobile_menu li a {
  text-align: center;
  font-size: 20px !important;
}


/* Trait rouge sous le menu */
/*
#main-header::after {
  content: "";
  display: block;
  height: 1px;
  background-color: #9200FE;
  margin-top: 5px;
}
*/