/*
Theme Name: hello Child Theme
Template: hello-elementor
Version: 1.0
*/

/* Importer le style du thème parent */
@import url("/wp-content/themes/hello-elementor/style.css");

.search-box {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 9999 !important;
}
s

.popup-content {
    font-family: 'Poppins', sans-serif;
}

.popup-content {
    color: #000 !important; /* Met du noir pour tester */
}

.popup-content {
    visibility: visible !important;
    opacity: 1 !important;
    display: block !important;
}

/* poppins-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 800;
  src: url('/wp-content/themes/hello-elementor-childfonts/poppins-v22-latin/poppins-v22-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: italic;
  font-weight: 900;
  src: url('/wp-content/themes/hello-elementor-child/fonts/poppins-v22-latin/poppins-v22-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* Conteneur pour WooCommerce avec sidebar */
.woocommerce-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.content-left {
    width: 25%; /* Largeur de la sidebar */
    margin-right: 20px;
}

.content-right {
    width: 70%; /* Largeur du contenu principal */
}

/* Ajoutez des styles pour la sidebar */
.widget-area {
    background-color: #f4f4f4;
    padding: 20px;
    border-radius: 5px;
}

.widget {
    margin-bottom: 20px;
}




/* Stock labels */

.cu-stock-label {
    font-size: 14px;
    font-weight: 600;
}
.products .cu-stock-label {
    padding: 0px 8px;
    position: absolute;
    top: 0;
    right: 0;
}
.cu-stock-label.out-of-stock {
    background-color: #f8d7da;
    color: #721c24;
    display: none !important;
}
.cu-stock-label.in-stock {
    background-color: #d4edda;
    color: #155724;
}
.single-product .cu-stock-label {
    font-size: 18px;
    padding: 4px 16px;
}
.elementor-widget-woocommerce-product-related .cu-stock-label.out-of-stock {
    display: none !important;
    font-size: 14px;
    padding: 0px 8px;
}




/* Produit */

#info-suppl .e-con-inner {
    gap: 0;
}
#info-suppl div[data-element_type="container"] {
    display: flex;
    flex-direction: row;
    padding: 0;
    font-size: 0.8rem;
    border-bottom: 1px solid #bbb;
    max-width: 320px;
}
#info-suppl div[data-element_type="container"] > div:first-child {
    min-width: 150px;
}
#info-suppl div[data-element_type="container"] p {
    margin-bottom: 0;
}



/* Sidebar */
.widget form[role="search"] input[type="search"] {
    background: transparent !important;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}
.widget form[role="search"] button {
    width: 100%;
    margin-top: 5px;
}
.widget form[role="search"] button:hover {
    background: #E29007;
}



/* reCaptcha */
.grecaptcha-badge {
    display: none !important;
}


/* Complianz */
#cmplz-manage-consent .cmplz-btn.cmplz-manage-consent {
    text-transform: none !important;
    font-size: 14px;
    padding: 5px 10px;
    height: 30px;
}