.elementor-kit-151{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-151 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* --- VARIABLES DE MARQUE --- */
:root {
    --cm-purple: #92278F;
    --cm-blue: #00AEEF;
    --cm-pink: #EC008C;
    --cm-dark: #1A1A1A;
    --cm-bg: #FFFFFF;
    --cm-light-gray: #FBFBFB;
}

/* --- HERO SECTION PLEINE LARGEUR --- */
.cm-hero-full {
    width: 100%;
    min-height: 85vh;
    display: flex;
    align-items: center;
    background: var(--cm-bg);
    padding: 60px 0;
    overflow: hidden;
}

.cm-container-wide {
    width: 92%;
    max-width: 1800px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1.2fr; /* Image un peu plus large que le texte */
    gap: 60px;
    align-items: center;
}

.cm-badge {
    color: var(--cm-pink);
    font-weight: 800;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
    display: block;
    margin-bottom: 20px;
}

.cm-title {
    font-size: clamp(3rem, 6vw, 5.5rem); /* S'adapte à la taille de l'écran */
    font-weight: 900;
    line-height: 1;
    color: var(--cm-dark);
    margin-bottom: 25px;
}

.cm-highlight {
    color: var(--cm-blue);
    position: relative;
    z-index: 1;
}

.cm-text {
    font-size: 1.2rem;
    color: #555;
    max-width: 550px;
    margin-bottom: 40px;
    line-height: 1.6;
}

/* --- BOUTONS --- */
.cm-btn-main {
    background: var(--cm-purple);
    color: white;
    padding: 20px 45px;
    border-radius: 15px;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(146, 39, 143, 0.2);
}

.cm-btn-main:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 30px rgba(146, 39, 143, 0.3);
}

.cm-btn-alt {
    margin-left: 25px;
    color: var(--cm-dark);
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid var(--cm-blue);
    padding-bottom: 5px;
    transition: 0.3s;
}

/* --- VISUEL --- */
.cm-hero-visual {
    position: relative;
}

.cm-hero-visual img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 2;
    position: relative;
    filter: drop-shadow(0 30px 50px rgba(0,0,0,0.1));
}

.cm-blob-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(0,174,239,0.08) 0%, rgba(146,39,143,0.05) 70%);
    border-radius: 40% 60% 70% 30% / 40% 50% 60% 50%;
    z-index: 1;
}

/* --- GRILLE PRODUITS LARGE --- */
.cm-products-section-wide {
    padding: 100px 4%;
    background: var(--cm-light-gray);
}

.cm-section-header {
    text-align: center;
    margin-bottom: 60px;
}

.cm-section-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 10px;
}

.cm-line {
    width: 80px;
    height: 5px;
    background: var(--cm-blue);
    margin: 0 auto;
    border-radius: 10px;
}

/* WooCommerce Grille Force 4 */
.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
    gap: 30px !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product {
    width: 100% !important;
    margin: 0 !important;
    background: white !important;
    border-radius: 25px !important;
    padding: 25px !important;
    transition: 0.4s !important;
    border: 1px solid #f0f0f0 !important;
}

.woocommerce ul.products li.product:hover {
    transform: translateY(-12px);
    box-shadow: 0 25px 50px rgba(0,0,0,0.08);
}

/* RESPONSIVE */
@media (max-width: 1024px) {
    .cm-container-wide { grid-template-columns: 1fr; text-align: center; }
    .cm-hero-visual { order: -1; } /* Image au dessus sur mobile */
    .cm-text { margin: 0 auto 40px; }
}
.cm-footer-new {
    background-color: #1A1A1A; /* Fond sombre pour le contraste */
    color: #ffffff;
    padding: 80px 5% 30px;
    font-family: 'Poppins', sans-serif;
}

.footer-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr; /* La colonne logo est plus large */
    gap: 50px;
}

.footer-col h4 {
    color: #00AEEF; /* Ton bleu tropical */
    font-size: 1.2rem;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-logo {
    font-size: 2rem;
    font-weight: 900;
    margin-bottom: 20px;
}

.footer-logo .blue { color: #00AEEF; }

.footer-col p, .footer-col ul li a {
    color: #ADADAD;
    text-decoration: none;
    line-height: 1.8;
    transition: 0.3s;
}

.footer-col ul { list-style: none; padding: 0; }

.footer-col ul li a:hover { color: #EC008C; padding-left: 5px; }

.social-links a {
    color: white;
    font-size: 1.5rem;
    margin-right: 20px;
    transition: 0.3s;
}

.social-links a:hover { color: #92278F; }

.footer-bottom {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
    .footer-container { grid-template-columns: 1fr; text-align: center; }
}
/* --- STYLE DU HEADER --- */
.cm-header {
    background: rgba(255, 255, 255, 0.95); /* Fond blanc pur légèrement transparent */
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 5%;
    position: sticky; /* Reste en haut au scroll */
    top: 0;
    z-index: 999;
}

.header-container {
    max-width: 1800px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo Style */
.header-logo a {
    font-size: 1.8rem;
    font-weight: 900;
    text-decoration: none;
    color: #1A1A1A;
}
.header-logo span { color: #00AEEF; }

/* Menu Style */
.header-nav ul {
    list-style: none;
    display: flex;
    gap: 35px;
    margin: 0;
    padding: 0;
}

.header-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    font-size: 1rem;
    transition: 0.3s;
}

.header-nav a:hover {
    color: #92278F; /* Ton violet */
}

/* Icones Style */
.header-icons {
    display: flex;
    gap: 25px;
    align-items: center;
}

.header-icons a {
    color: #1A1A1A;
    font-size: 1.4rem;
    text-decoration: none;
    position: relative;
    transition: 0.3s;
}

.header-icons a:hover {
    color: #EC008C; /* Ton rose */
}

/* Pastille Panier */
.cart-count {
    position: absolute;
    top: -8px;
    right: -12px;
    background: #EC008C;
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 50%;
    font-weight: bold;
}

/* RESPONSIVE : Cache le menu sur mobile (il faudrait un menu burger) */
@media (max-width: 900px) {
    .header-nav { display: none; }
}/* End custom CSS */