.elementor-11632 .elementor-element.elementor-element-eb9a45a{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11632 .elementor-element.elementor-element-eb9a45a:not(.elementor-motion-effects-element-type-background), .elementor-11632 .elementor-element.elementor-element-eb9a45a > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-11632 .elementor-element.elementor-element-a5f8b59{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11632 .elementor-element.elementor-element-b611999{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-11632 .elementor-element.elementor-element-b611999:not(.elementor-motion-effects-element-type-background), .elementor-11632 .elementor-element.elementor-element-b611999 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-11632 .elementor-element.elementor-element-6510444{--display:flex;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-11632 .elementor-element.elementor-element-b611999{--content-width:1150px;}}@media(max-width:767px){.elementor-11632 .elementor-element.elementor-element-eb9a45a{--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-11632 .elementor-element.elementor-element-b611999{--justify-content:center;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}}/* Start custom CSS for html, class: .elementor-element-d5a06e0 *//* FIX Elementor Header - à mettre en premier */
header.elementor-location-header,
header.elementor-location-header > header.e-con,
header.elementor-location-header > header.e-con.e-parent {
    display: block !important;
    height: auto !important;
    padding: 0 !important;
    width: 100% !important;
}

header.elementor-element-78db6675 {
    width: 100% !important;
}

header.elementor-element-57c99015 {
    width: 100% !important;
}

/* Styles globaux */
body, html {
    margin: 0;
    padding: 0;
}

/* Style du header - sélecteur plus précis */
.elementor-widget-container > header,
header.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 70px;
    padding: 0 20px; 
    background-color: #fff;
    position: relative;
    flex-wrap: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.logo {
    max-height: 64px;
    width: auto;
    flex-shrink: 0;
}

/* Menu principal */
.menu {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-items {
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.menu-item {
    position: relative;
    margin: 0 5px;
    display: flex;
    align-items: center;
}

.menu a {
    color: black;
    text-decoration: none;
    font-family: "Oswald", sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px 5px;
    display: inline-block;
    white-space: nowrap;
}

.menu a:hover {
    color: #dd1f26;
}

/* Sous-menus */
.submenu-toggle {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="black" d="M143 352.3l-136-136C-6.1 206.2-6.1 192 6.1 179.8s26.2-12.2 38.4 0l119.5 119.5L283.5 179.8c12.2-12.2 32-12.2 44.2 0s12.2 32 0 44.2l-136 136c-12.3 12.4-32.1 12.4-44.4.1z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}

.menu-item.has-submenu.open > .submenu-toggle {
    background-image: url('data:image/svg+xml;charset=UTF8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="black" d="M177 159.7l136 136c12.2 12.2 12.2 32 0 44.2s-32 12.2-44.2 0L160 203.2 50.2 339.9c-12.2 12.2-32 12.2-44.2 0s-12.2-32 0-44.2l136-136c12.3-12.4 32.1-12.4 44.4 0z"/></svg>');
}

.submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    padding: 20px;
    min-width: 200px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    list-style: none;
}

.submenu li {
    margin-bottom: 10px;
}

.submenu li:last-child {
    margin-bottom: 0;
}

.submenu a {
    color: black;
    padding: 5px 0;
    font-size: 12px;
    text-transform: none;
}

.submenu a:hover {
    color: #dd1f26;
}

/* Affichage du sous-menu au survol pour les écrans larges */
@media (min-width: 769px) {
    .menu-item.has-submenu:hover .submenu {
        display: block;
    }
}

/* Menu du panier */
.cart-menu {
    flex-shrink: 0;
    margin-left: 20px;
}

/* Icône de recherche */
.search-icon {
    flex-shrink: 0;
    margin-left: 0px;
    cursor: pointer;
}

.search-icon svg {
    fill: black;
    transition: fill 0.3s;
}

.search-icon:hover svg {
    fill: #dd1f26;
}

/* Menu hamburger pour les écrans mobiles */
.hamburger-menu {
    display: none;
    cursor: pointer;
    margin-left: auto;
}

.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: black;
    margin: 4px 0;
    transition: transform 0.3s ease;
    display: block;
}

#menu-toggle {
    display: none;
}

/* Styles spécifiques aux écrans mobiles */
@media (max-width: 768px) {

    .elementor-widget-container > header,
    header.site-header {
        padding: 0 20px;
        display: flex;
        align-items: center;
    }

    .logo {
        max-width: 100px;
        order: 1;
    }

    .search-icon {
        order: 2;
        margin-left: auto;
    }

    .hamburger-menu {
        display: block;
        order: 3;
        margin-left: 10px;
    }

    .cart-menu {
        order: 4;
        margin-left: 10px;
    }

    .menu {
        display: none;
        position: fixed; 
        top: 111px;
        left: 0;
        right: 0;
        width: 100%;
        background-color: white;
        z-index: 999;
        border-top: 1px solid #eaeaea;
        box-sizing: border-box;
        margin: 0;
    }

    #menu-toggle:checked + .hamburger-menu + .menu {
        display: block;
    }

    .menu-items {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        margin: 0;
        width: 100%;
        box-sizing: border-box;
    }

    .menu-item {
        width: 100%;
        margin: 0;
        position: relative;
        box-sizing: border-box;
    }

    .menu a {
        padding: 15px 20px;
        width: 100%;
        border-bottom: 1px solid #eaeaea;
        box-sizing: border-box;
    }

    .menu a:hover {
        background-color: #f5f5f5;
    }

    .submenu-toggle {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .menu-item.has-submenu .submenu {
        display: none;
    }

    .menu-item.has-submenu.open .submenu {
        display: block;
        width: 100%;
    }

    .submenu {
        position: relative;
        background-color: #f9f9f9;
        padding: 0;
        width: 100%;
        box-sizing: border-box;
        margin: 0;
    }

    .submenu a {
        padding: 12px 20px;
        font-size: 12px;
        border-bottom: 1px solid #eaeaea;
        box-sizing: border-box;
        width: 100%;
    }

    .submenu a:hover {
        background-color: #eaeaea;
    }

    #menu-toggle:checked + .hamburger-menu .hamburger-line:nth-child(2) {
        opacity: 0;
    }

    #menu-toggle:checked + .hamburger-menu .hamburger-line:nth-child(1) {
        transform: rotate(-45deg) translate(-5px, 6px);
    }

    #menu-toggle:checked + .hamburger-menu .hamburger-line:nth-child(3) {
        transform: rotate(45deg) translate(-5px, -6px);
    }
}

/* Bannière top */
.top-banner {
    background-color: #000;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
}

.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px;
}

.banner-item {
    font-family: "Oswald", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
}

.left-item {
    text-align: left;
}

.center-item {
    text-align: center;
}

.right-item {
    text-align: right;
}

@media (max-width: 768px) {
    .banner-item.center-item,
    .banner-item.right-item {
        display: none;
    }
    .banner-content {
        justify-content: center;
    }
    .banner-item.left-item {
        text-align: center;
        width: 100%;
    }
}

.top-banner .banner-item.left-item {
    color: white;
    -webkit-text-fill-color: white;
}/* End custom CSS */