/* ATTENTION! This file was generated automatically! Don&#039;t change it!!!
----------------------------------------------------------------------- */

/* Color scheme helpers for Customizer */
body.customize_preview {
	position: relative;
}
body.customize_preview .modernee_customizer_scheme_helper {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	        box-sizing: border-box;
	-webkit-transition: border-color 0.3s ease;
	    -ms-transition: border-color 0.3s ease;
	        transition: border-color 0.3s ease;
	border: 2px solid #aa0000;
	pointer-events: none;
}
body.customize_preview .modernee_customizer_scheme_helper .modernee_customizer_scheme_helper_name {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	color: #fff;
	background-color: #aa0000;
	display: inline-block;
	vertical-align: top;
	padding: 4px 1em;
	font-size: 11px;
	line-height: 15px;
	-webkit-transition: background-color 0.3s ease;
	    -ms-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
}
body.customize_preview > .modernee_customizer_scheme_helper {
	z-index: 10000;
	border-color: #2271b1;
}
body.customize_preview > .modernee_customizer_scheme_helper .modernee_customizer_scheme_helper_name {
	right: auto;
	left: 0;
	background-color: #2271b1;
}
body.customize_preview *:hover > .modernee_customizer_scheme_helper {
	border: 4px solid #00aa00;
}
body.customize_preview *:hover > .modernee_customizer_scheme_helper .modernee_customizer_scheme_helper_name {
	background-color: #00aa00;
	top: -2px;
	right: -2px;
}
/* Container global des tabs */
.woocommerce div.product .woocommerce-tabs {
  margin-top: 40px;
  background: #1a1a1a;
  border-radius: 10px;
  overflow: hidden;
  color: #f5f5f5;
  font-family: 'Segoe UI', sans-serif;
}

/* Onglets en haut */
.woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  background: #111;
  border-bottom: 2px solid #2c2c2c;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0;
  padding: 0;
  flex: 1;
  text-align: center;
  background: #111;
  transition: 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 14px;
  font-weight: 600;
  font-size: 14px;
  color: #ccc;
  text-decoration: none;
  transition: all 0.3s ease;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
  background: #7f5af0;
  color: #fff;
  border-bottom: 3px solid #4cc9f0;
}

/* Contenu des onglets */
.woocommerce div.product .woocommerce-Tabs-panel {
  padding: 30px 20px;
  font-size: 15px;
  line-height: 1.6;
  background: #1f1f1f;
  animation: fadein 0.3s ease-in-out;
  border-top: 1px solid #2a2a2a;
}
.woocommerce-Tabs-panel h2, 
.woocommerce-Tabs-panel h3 {
  color: #fff;
  font-weight: 700;
  margin-top: 1.5em;
}

.woocommerce-Tabs-panel p {
  color: #ddd;
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.6;
}

.woocommerce-Tabs-panel ul {
  padding-left: 1.2em;
  margin-bottom: 1.5em;
}

.woocommerce-Tabs-panel ul li {
  margin-bottom: 8px;
  color: #ccc;
  font-size: 15px;
  list-style: disc;
}

.woocommerce-Tabs-panel strong {
  color: #fff;
}

.woocommerce-Tabs-panel {
  background-color: #1a1a1a;
  padding: 20px;
  border-radius: 8px;
  color: #eee;
}

.woocommerce-Tabs-panel::before, 
.woocommerce-Tabs-panel::after {
  display: none;
}

@keyframes fadein {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
