/**
 * Theme Name:     OceanWP Child
 * Author:         Ivo
 * Template:       oceanwp
 * Text Domain:	   oceanwp-child
 * Description:    OceanWP is the perfect theme for your project. Lightweight and highly extendable, it will enable you to create almost any type of website such a blog, portfolio, business website and WooCommerce storefront with a beautiful &amp; professional design. Very fast, responsive, RTL &amp; translation ready, best SEO practices, unique WooCommerce features to increase conversion and much more. You can even edit the settings on tablet &amp; mobile so your site looks good on every device. Work with the most popular page builders as Elementor, Beaver Builder, Brizy, Visual Composer, Divi, SiteOrigin, etc... Developers will love his extensible codebase making it a joy to customize and extend. Best friend of Elementor &amp; WooCommerce. Looking for a Multi-Purpose theme? Look no further! Check the demos to realize that it
 */


/* Typographie */

.elementor-widget-container ul, ol {
    margin: 15px 0 15px 50px;
}

.tile-text ul, ol {
	margin: 15px 0 15px 20px;
}



/* Menu customization */

.wpr-nav-menu-container ul, ol {
	margin: 15px 0 15px 20px;
} 

/* ÉTAT PAR DÉFAUT : Header transparent / bleu */
.header .wpr-menu-item {
  color: white;
}
.header .wpr-menu-item:hover {
  color: #ea5a1c; /* Orange au hover */
}
.header .current-menu-item > .wpr-menu-item {
  color: #ea5a1c; /* Orange si actif */
}

/* ÉTAT SCROLLÉ : Header orange -> Texte devient bleu */
.header.she-header-scrolled .wpr-menu-item {
  color: #002f6c !important; /* Bleu foncé ou autre bleu identitaire */
}
.header.she-header-scrolled .wpr-menu-item:hover {
  color: white !important; /* Hover en blanc */
}
.header.she-header-scrolled .current-menu-item > .wpr-menu-item {
  color: #002f6c !important; /* Actif aussi en bleu */
}

/* NE PAS APPLIQUER AUX SOUS-MENUS */
.header .sub-menu a,
.header.she-header-scrolled .sub-menu a {
  color: inherit !important;
}
