.elementor-24 .elementor-element.elementor-element-62a3b57{--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;--align-items:center;--padding-top:1%;--padding-bottom:1%;--padding-left:3%;--padding-right:3%;}.elementor-24 .elementor-element.elementor-element-fad752c{--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-24 .elementor-element.elementor-element-57ada1c{text-align:start;}.elementor-24 .elementor-element.elementor-element-57ada1c img{width:151px;}.elementor-24 .elementor-element.elementor-element-8366741{--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:flex-end;--align-items:center;--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-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-24 .elementor-element.elementor-element-62a3b57{--width:100%;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}.elementor-24 .elementor-element.elementor-element-fad752c{--width:50%;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-24 .elementor-element.elementor-element-8366741{--width:46%;--justify-content:flex-end;--align-items:flex-start;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}}/* Start custom CSS for html, class: .elementor-element-b6bb0a4 */.menu-wrapper {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

.hamburger-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 50px;
    height: 14px; /* taille normale */
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    z-index: 1002;
}

/* Style de base des barres */
.hamburger-menu span {
    display: block;
    background: var(--e-global-color-primary);
    height: 2px;
    width: 100%;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Barres 1 et 3 identiques */
.hamburger-menu span:first-child,
.hamburger-menu span:last-child {
    width: 100%;
}

/* Barre du milieu */
.hamburger-menu span:nth-of-type(2) {
    width: 60%;
    position: relative;
    background: var(--e-global-color-primary);
}

/* Effet au survol : barres extérieures se raccourcissent */
.hamburger-menu:hover span:first-child,
.hamburger-menu:hover span:last-child {
    width: 60%;
    margin-top: -13px;
    margin-bottom: -15px;
}

/* Texte "Menu" sur la barre du milieu */
.hamburger-menu span:nth-of-type(2)::before {
    content: "Menu";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: var(--e-global-color-primary);
    font-weight: 500;
    font-size: 1.7rem;
    letter-spacing: 0.5px;
    font-weight: 100;
    font-style: normal;
    opacity: 0;
    transition: all 0.3s ease;
    pointer-events: none;
    font-family: 'the-seasons'
}

/* Hover : la barre du milieu disparaît et le texte apparaît */
.hamburger-menu:hover span:nth-of-type(2) {
    width: 100%;
    background: transparent;
}

.hamburger-menu:hover span:nth-of-type(2)::before {
    opacity: 1;
}

/* État actif : garde le texte visible et le déplace en diagonale */
.hamburger-menu.active span:nth-of-type(2) {
    width: 100%;
    background: transparent;
}

.hamburger-menu.active span:first-child,
.hamburger-menu.active span:last-child {
    width: 60%;
    margin-top: -13px;
    margin-bottom: -15px;
}

.hamburger-menu.active span:nth-of-type(2)::before {
    opacity: 1;
    transform: translate(-50%, -50%);
    color: var(--e-global-color-secondary);
    z-index: 1001;
}

/* Hover sur menu actif : garde le texte visible mais en position normale */
.hamburger-menu.active:hover span:nth-of-type(2)::before {
    opacity: 1;
    transform: translate(-50%, -50%);
    color: var(--e-global-color-secondary);
}

/* Overlay menu */
.menu-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 370px;
    background: var(--e-global-color-primary);
    z-index: 1000;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    transform: rotateX(-90deg);
    transform-origin: top center;
    transition: transform 0.2s ease-out;
    perspective: 1000px;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
}

.menu-overlay.active {
    transform: rotateX(0deg);
}

/* Colonne gauche */
.menu-left-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-right: 20px;
    max-width: 50%;
    padding: 0 0 1% 2%;
    margin-top: 100px;
    box-sizing: border-box;
    overflow: hidden;
}

.menu-left-column  .social-icons {
    display: flex;
    gap: 15px;
}

.menu-left-column .img {
    width: 50px;
    height: 50px;
    transform: scale(1);
    transition: .3s transform ease;
}

.menu-left-column .img:hover {
    transform: scale(1.1);
}

/* Colonne droite */
.menu-right-column {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    padding: 1% 1.5% 2% 0;
    max-width: 50%;
    box-sizing: border-box;
}

/* Navigation dans la colonne droite */
.menu-right-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: right;
    width: 100%;
    box-sizing: border-box;
}

.menu-right-column li {
    margin: 15px 0;
    word-wrap: break-word;
}

.menu-right-column a {
    color: var(--e-global-color-secondary);
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 300;
    transition: color 0.3s ease;
    font-family: 'the-seasons';
    font-style: normal
}

.menu-right-column a:hover {
    color: var(--e-global-color-text);
}
/* Contenu de la colonne gauche */
.menu-left-column h3 {
    color: var(--e-global-color-secondary);
    font-size: 1.5rem;
    margin-bottom: 0;
    font-weight: 300;
    text-align: left;
}

.menu-left-column p {
    color: var(--e-global-color-secondary);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0;
    text-align: left;
}

.menu-left-column .contact-info {
    color: var(--e-global-color-secondary);
    font-size: 1.5rem;
    margin: 0;
    text-align: left;
    font-weight: 500
}

@media screen and (max-width: 768px) {
    .menu-left-column .social-icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        align-items: center;
        margin-top: auto;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-62a3b57 */.menuPrincipal {
	transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.menuPrincipal.scrolled {
	background: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,0.08); /* optionnel mais joli */
}/* End custom CSS */