/* 
Theme Name: Child theme
Template: hello-elementor
*/

/**** Accordéons ****/
.acc-custom .e-n-accordion-item[open="true"] svg {
    height: 15px !important;
}
@media (min-width:767px){
.acc-custom .e-n-accordion-item-title {
  display: flex;
  align-items: center;
  gap: 16px;
}
.acc-custom .e-n-accordion-item-title-header {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.acc-custom .e-n-accordion-item-title-text {
  flex: 0 0 auto;
}
.acc-custom .e-n-accordion-item-title-header::after {
  content: "";
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid var(--e-global-color-secondary);
  margin-bottom: 5px;
}}

/**** Titres produits ****/
.titre-produit .elementor-heading-title {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  align-items: flex-end;
  gap: 16px;
}
.titre-produit .elementor-heading-title::after {
  content: "";
  flex: 1 1 auto;
  height: 0;
  border-top: 1px solid var(--e-global-color-accent);
  margin-bottom: 6px;
}

/**** Form ****/
.forminator-select-dropdown-container--open .forminator-custom-form-546.forminator-dropdown--material .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
    outline: 0px !important;
}