@import url(https://fonts.cdnfonts.com/css/ethnocentric);
@media (max-width: 768px) {
    .savoir-faire a {
        margin-top: 75px !important;
    }
    .produits h2 {
        font-size: 30px;
    }
    .produits {
        width: 100%;
        margin-left: -13%;
    }
    .produits h3 {
        font-size: 20px;
    }
    nav {
        flex-direction: column;
        padding: 10px;
    }
    nav .logo img {
        height: 25px;
    }
    nav > div {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
        font-size: 16px;
    }
    #a-propos .a-propos-text {
        position: static !important;
        width: 90% !important;
        font-size: 14px !important;
        padding: 15px !important;
        margin: 20px auto !important;
        transform: none !important;
        opacity: 1 !important;
    }
    #a-propos img {
        margin-top: 0 !important;
    }
    #a-propos {
        height: auto !important;
    }
    .video-container video {
        max-height: 300px;
    }
    .contact-info {
        margin-left: 17% !important;
        text-align: center !important;
        min-width: auto !important;
        width: 90% !important;
    }
    .contact-info p {
        font-size: 14px !important;
        text-align: center !important;
        margin-left: -25% !important;
    }
    .contact-info strong {
        font-size: 20px !important;
        text-align: center !important;
    }
    .contact-box {
        width: 90% !important;
        margin-left: 1.5% !important;
        padding: 20px !important;
        box-sizing: border-box;
    }
    .contact-box input {
        font-size: 10px !important;
        width: 110% !important;
        margin-left: -5% !important;
    }
    .contact-box textarea {
        font-size: 10px !important;
        width: 110% !important;
        margin-left: -5% !important;
    }
    .contact-box button {
        font-size: 10px !important;
        width: 200px !important;
        margin-left: 8.5% !important;
    }
    .savoir-faire h2 {
        font-size: 30px !important;
        width: 100%;
    }
    #savoir-faire p {
        font-size: 15px !important;
    }
    #savoir-faire .btn-primary {
        font-size: 10px !important;
        margin-left: -33%;
        width: 95% !important;
    }
    .invest-section h2 {
        font-size: 18px !important;
        margin-left: -2% !important;
        text-align: center !important;
    }
    .invest-section p {
        font-size: 25px !important;
        margin-left: 0% !important;
    }
    #investissement .btn-primary {
        margin-left: 0 !important;
        display: block;
        margin: 2rem auto 0 !important;
    }
    .contact-wrapper {
        flex-direction: column;
        gap: 2rem;
        padding: 0 1rem;
    }
    .map-container iframe {
        width: 100% !important;
        height: 350px !important;
        margin-left: -5% !important;
        margin-top: 10% !important;
        max-width: 100%;
    }
    footer {
        padding: 2rem 1rem;
        text-align: center;
    }
    #scrollTopBtn {
        width: 50px;
        height: 50px;
    }
    .arrow-icon {
        width: 24px;
        height: 24px;
    }
    #rgpd-overlay {
        position: fixed;
        inset: 0;
        background-color: rgb(0 0 0 / 0.85);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 5vw;
        box-sizing: border-box;
        font-family: "Barlow Condensed", sans-serif;
        z-index: 99999;
        margin-left: -0% !important;
    }
}
section,
.carousel-container,
#savoir‑faire,
.video-container {
    max-width: none;
    width: 100%;
}
#savoir‑faire h2 {
    font-size: 3.5rem;
}
#savoir‑faire p {
    font-size: 1.6rem;
    max-width: 90%;
}
#scrollTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    background-color: #c00000;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999;
    transition: background 0.3s, transform 0.3s;
}
#scrollTopBtn:hover {
    background-color: #002060;
    transform: translateY(-3px);
}
.arrow-icon {
    width: 32px;
    height: 32px;
}
#a-propos {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    background-color: #000;
    height: 600px;
    margin-top: 0;
}
#a-propos img {
    width: 100%;
    height: auto;
    display: block;
    filter: brightness(0.6) contrast(1.2);
    margin-top: -350px;
}
#a-propos .a-propos-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 0.587);
    padding: 40px;
    border-radius: 16px;
    width: 1350px;
    color: #222;
    font-size: 1.3rem;
    font-weight: 700;
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.2);
    line-height: 1.8;
    text-align: center;
    backdrop-filter: blur(4px);
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 0;
    transform: translate(-50%, -30%);
}
#a-propos.aos-animate .a-propos-text {
    opacity: 1;
    transform: translate(-50%, -50%);
}
html {
    scroll-behavior: smooth;
}
html,
body {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    overflow-x: hidden !important;
    box-sizing: border-box !important;
    max-width: 100vw !important;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
.savoir-faire-3d {
    text-align: center;
    color: #fff;
    font-family: "Orbitron", sans-serif;
    margin-top: 50px;
}
.main-nav {
    --nav-bg: #000;
    --nav-link-color: #ffffff;
    --nav-accent: linear-gradient(to right, #0055a4, #ff1100);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: clamp(1rem, 4vw, 3rem);
    padding: 10px clamp(1.5rem, 4vw, 2.5rem);
    background: var(--nav-bg);
    font-family: "Orbitron", sans-serif;
    z-index: 50;
    min-height: 70px;
}
.main-nav .logo {
    display: flex;
    align-items: center;
    margin-top: -0.5%;
}
.main-nav .logo img {
    height: 50px;
    width: auto;
    max-width: 180px;
    display: block;
    object-fit: contain;
    margin: 0;
    vertical-align: middle;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: clamp(1.8rem, 3.5vw, 3.2rem);
    font-size: 16px;
    transition: opacity 0.3s ease, transform 0.35s ease;
}
.nav-links a {
    position: relative;
    color: var(--nav-link-color);
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: clamp(13px, 1.2vw, 15px);
    padding: 6px 2px;
    display: inline-block;
    margin-left: -25px !important;
}
.nav-links a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--nav-accent);
    transform: translateX(-50%);
    transition: width 0.35s;
    border-radius: 2px;
}
.nav-links a:hover::after,
.nav-links a:focus-visible::after {
    width: 90%;
}
.nav-links a:hover,
.nav-links a:focus-visible {
    color: #fff;
}
.center-link {
    text-align: center;
}
.menu-toggle {
    display: none;
    position: relative;
    width: 44px;
    height: 40px;
    background: #fff0;
    border: none;
    padding: 6px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 100;
    left: clamp(4.38%, calc(4.9915% - 0.01776vw), 4.65%) !important;
}


@media (max-width: 780px){

    .menu-toggle {
    display: none;
    position: relative;
    width: 44px;
    height: 40px;
    background: #fff0;
    border: none;
    padding: 6px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 6px;
    z-index: 100;
    left: 0% !important;
}





}

@media screen and (min-width: 1900px) {
  .menu-toggle {
    display: flex;
    position: absolute;
    top: 50%;
    left:42%; /* par exemple */
    z-index: 110;
    transform: translateY(-50%);
  }
}
.menu-toggle span {
    width: 100%;
    height: 3px;
    background: #fff;
    display: block;
    border-radius: 3px;
    transition: transform 0.4s ease, opacity 0.35s ease, background 0.35s;
}
.menu-toggle.open span:nth-child(1) {
    transform: translateY(9px) rotate(45deg);
}
.menu-toggle.open span:nth-child(2) {
    opacity: 0;
}
.menu-toggle.open span:nth-child(3) {
    transform: translateY(-9px) rotate(-45deg);
}
@media (max-width: 920px) {
    .main-nav {
        gap: 1rem;
        padding: 10px clamp(1rem, 3vw, 1.5rem);
    }
    .nav-links {
        gap: clamp(1.2rem, 2.6vw, 2rem);
    }
    .main-nav .logo img {
        height: 44px;
    }
}
@media (max-width: 880px) {
    .menu-toggle {
        display: none;
        position: relative;
        width: 44px;
        height: 40px;
        background: #fff0;
        border: none;
        padding: 6px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        z-index: 100;
        margin-left: 0% !important;
    }
}
@media (max-width: 780px) {
    .menu-toggle {
        display: none;
        position: relative;
        width: 44px;
        height: 40px;
        background: #fff0;
        border: none;
        padding: 6px;
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 6px;
        z-index: 100;
        margin-left: 0% !important;
    }
    .menu-toggle {
        display: flex;
    }
    .nav-links {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: column;
        background: rgb(0 0 0 / 0.94);
        backdrop-filter: blur(6px);
        padding: clamp(1.2rem, 4vw, 2rem) clamp(1rem, 5vw, 2rem);
        border-top: 1px solid rgb(255 255 255 / 0.08);
        box-shadow: 0 14px 34px -10px rgb(0 0 0 / 0.65);
        transform-origin: top center;
        transform: translateY(-10px);
        opacity: 0;
        pointer-events: none;
        gap: clamp(1rem, 2.8vw, 1.6rem);
    }
    .nav-links.active {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }
    .nav-links a {
        font-size: clamp(14px, 4vw, 17px);
        width: 100%;
        text-align: center;
    }
    .nav-links a::after {
        bottom: -2px;
    }
}
@media (max-width: 460px) {
    .main-nav .logo img {
        height: 40px;
    }
}
.menu-toggle:focus-visible,
.nav-links a:focus-visible {
    outline: 2px solid #f10;
    outline-offset: 3px;
}
.hero-header {
    position: relative;
    width: 100%;
    min-height: clamp(480px, 82vh, 980px);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    justify-content: center;
    font-family: "Orbitron", sans-serif;
}
.hero-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 100vh;
    z-index: 0;
    filter: brightness(1) contrast(1) !important;
}
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1700px;
    margin: 0 auto;
    padding: clamp(2rem, 10vh, 6rem) clamp(1.25rem, 5vw, 3rem) clamp(1.5rem, 6vh, 4rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    backdrop-filter: none;
    margin-top: -30%;
}
@media (max-width: 880px) {
    .hero-content {
        transform: translateY(-85%);
    }
}
@media (max-width: 780px) {
    .hero-content {
        transform: translateY(-85%);
    }
}
@media (max-width: 680px) {
    .hero-content {
        transform: translateY(-85%);
    }
}
@media (max-width: 480px) {
    .hero-content {
        transform: translateY(-85%);
    }
}
.hero-elevated {
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.63), 4px 4px 12px rgb(0 0 0 / 0.57);
    transform: translateZ(40px);
    perspective: 1000px;
    will-change: transform;
}
.hero-title {
    font-size: clamp(1.8rem, 5vw, 4.2rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0 0 clamp(1.2rem, 2.5vw, 2.3rem);
    line-height: 1.1;
    color: #fff;
    max-width: 92%;
}
.btn-primary-hero {
    --btn-grad: linear-gradient(to right, #0055a4, #ff1100);
    display: inline-block;
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-weight: 700;
    font-size: clamp(0.8rem, 1.15vw, 1.15rem);
    letter-spacing: 0.5px;
    padding: clamp(0.85rem, 1.1rem, 1.25rem) clamp(1.8rem, 4vw, 2.8rem);
    border-radius: 30px;
    background: var(--btn-grad);
    color: #fff;
    box-shadow: 0 0 10px rgb(0 85 164 / 0.7);
    transition: background 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
    margin: 0 0 clamp(1.4rem, 3.2vw, 2.4rem);
    width: clamp(240px, 48%, 650px);
    min-height: 50px;
}
.btn-primary-hero:hover,
.btn-primary-hero:focus-visible {
    background: #c00000;
    box-shadow: 0 0 15px #c00000;
    outline: none;
}
.btn-primary-hero:active {
    transform: scale(0.96);
}
.hero-tagline {
    margin: 0;
    color: #fff;
    font-weight: 500;
    font-size: clamp(0.85rem, 2.2vw, 1.35rem);
    letter-spacing: 0.8px;
    max-width: 900px;
    line-height: 1.3;
}
@media (max-width: 880px) {
    .hero-title {
        font-size: clamp(0.85rem, 5.2vw, 1.3rem);
        max-width: 100%;
    }
    .hero-tagline {
        font-size: clamp(0.58rem, 3.4vw, 0.82rem);
        max-width: 100% !important;
    }
    .btn-primary-hero {
        width: 100%;
        font-size: clamp(0.55rem, 3.2vw, 0.8rem);
        padding: 0.5rem 1rem;
        min-height: 32px;
    }
}
@media (max-width: 780px) {
    .hero-title {
        font-size: clamp(0.8rem, 5.4vw, 1.15rem);
        max-width: 100% !important;
    }
    .hero-tagline {
        font-size: clamp(0.55rem, 3.6vw, 0.78rem);
        max-width: 100% !important;
    }
    .btn-primary-hero {
        font-size: clamp(0.52rem, 3.1vw, 0.75rem);
        width: 100%;
        padding: 0.48rem 0.95rem;
        min-height: 30px;
    }
}
@media (max-width: 680px) {
    .hero-header {
        min-height: 88vh;
    }
    .hero-title {
        font-size: clamp(0.75rem, 5.8vw, 1.05rem);
    }
    .hero-tagline {
        font-size: clamp(0.52rem, 3.8vw, 0.72rem);
    }
    .btn-primary-hero {
        font-size: clamp(0.5rem, 3.5vw, 0.7rem);
        padding: 0.45rem 0.85rem;
        border-radius: 24px;
    }
}
@media (max-width: 460px) {
    .hero-title {
        font-size: clamp(0.68rem, 6.4vw, 0.95rem);
        letter-spacing: 0.2px;
    }
    .hero-tagline {
        font-size: clamp(0.48rem, 4vw, 0.66rem);
    }
    .btn-primary-hero {
        font-size: clamp(0.48rem, 3.9vw, 0.65rem);
        width: 100%;
        padding: 0.42rem 0.75rem;
        min-height: 28px;
    }
}
@media (max-width: 360px) {
    .hero-title {
        font-size: clamp(0.62rem, 6.8vw, 0.85rem);
    }
    .hero-tagline {
        font-size: clamp(0.45rem, 4.4vw, 0.6rem);
    }
    .btn-primary-hero {
        font-size: clamp(0.44rem, 4.2vw, 0.6rem);
        padding: 0.38rem 0.6rem;
        min-height: 26px;
    }
}
.apropos--full {
    position: relative;
    width: 100%;
    min-height: clamp(480px, 70vh, 900px);
    overflow: hidden;
    font-family: "Barlow Condensed", sans-serif;
}
.apropos--full .apropos-media {
    position: absolute;
    inset: 0;
    z-index: 0;
    background-image: url(image/devanture.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.apropos--full .apropos-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.7) contrast(1.15);
}
@media (max-width: 780px) {
    .apropos--full {
        position: relative;
        width: 100%;
        min-height: clamp(480px, 70vh, 900px);
        overflow: hidden;
        font-family: "Barlow Condensed", sans-serif;
    }
    .apropos--full .apropos-media {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url(image/devanture.webp);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .apropos--full .apropos-media img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        filter: brightness(0.7) contrast(1.15);
    }
}
@media (max-width: 880px) {
    .apropos--full {
        position: relative;
        width: 100%;
        min-height: clamp(480px, 70vh, 900px);
        overflow: hidden;
        font-family: "Barlow Condensed", sans-serif;
    }
    .apropos--full .apropos-media {
        position: absolute;
        inset: 0;
        z-index: 0;
        background-image: url(image/devanture.webp);
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
    }
    .apropos--full .apropos-media img {
        width: 100%;
        height: 130% !important;
        object-fit: cover;
        display: block;
        filter: brightness(0.7) contrast(1.15);
    }
}
.apropos-full-text {
    position: relative;
    z-index: 2;
    width: 100%;
    box-sizing: border-box;
    padding: clamp(2rem, 7vw, 5rem) clamp(1.2rem, 6vw, 6rem);
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(0.9rem, 1.1vw, 1.35rem);
    background: linear-gradient(to bottom, rgb(0 0 0 / 0.18), rgb(0 0 0 / 0.15));
    backdrop-filter: blur(2px) saturate(1.1);
    margin-top: 10% !important;
}
@media (max-width: 768px) {
    .apropos-full-text {
        margin-top: 20% !important;
    }
}
.apropos-full-text p {
    margin: 0;
    font-size: clamp(1rem, 1.35vw, 1.35rem);
    line-height: 1.55;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 4px rgb(0 0 0 / 0.55), 0 4px 18px rgb(0 0 0 / 0.55);
    max-width: 1600px;
    width: 100%;
    min-height: 1.2em;
    position: relative;
    overflow: hidden;
}
.type-cursor::after {
    content: "";
    display: inline-block;
    width: 0.6ch;
    height: 1.05em;
    margin-left: 2px;
    background: #fff;
    vertical-align: -0.1em;
    animation: blink 0.9s steps(1) infinite;
    box-shadow: 0 0 8px #fff;
    border-radius: 2px;
}
@keyframes blink {
    50% {
        opacity: 0;
    }
}
.reveal-mask {
    white-space: pre-wrap;
    mask: linear-gradient(90deg, #000 0 0) left / 0% 100% no-repeat;
    -webkit-mask: linear-gradient(90deg, #000 0 0) left / 0% 100% no-repeat;
    transition: mask-size linear, -webkit-mask-size linear;
}
.pure-css-type p {
    opacity: 0;
    animation: fadeLine 0.6s ease forwards;
}
.pure-css-type p:nth-child(2) {
    animation-delay: 0.6s;
}
.pure-css-type p:nth-child(3) {
    animation-delay: 1.2s;
}
.pure-css-type p:nth-child(4) {
    animation-delay: 1.8s;
}
@keyframes fadeLine {
    to {
        opacity: 1;
    }
}
@media (max-width: 680px) {
    .apropos-full-text {
        padding: clamp(1.6rem, 9vw, 2.4rem) 1.2rem;
        background: linear-gradient(to bottom, rgb(0 0 0 / 0.55), rgb(0 0 0 / 0.55));
        backdrop-filter: none;
    }
    .apropos-full-text p {
        font-size: clamp(0.94rem, 3.9vw, 1.05rem);
    }
}
.produits {
    position: relative;
    width: 100%;
    margin: clamp(2rem, 6vh, 5rem) auto 0;
    padding: 0 clamp(1rem, 5vw, 3rem) clamp(3rem, 10vh, 5rem);
    box-sizing: border-box;
    font-family: "Orbitron", sans-serif;
}
.produits-title {
    margin: 0 0 clamp(2rem, 5vh, 3.2rem);
    text-align: center;
    font-weight: 700;
    font-size: clamp(1.9rem, 5.2vw, 3.6rem);
    letter-spacing: 0.5px;
    color: #fff;
    position: relative;
    line-height: 1.1;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.55), 4px 4px 14px rgb(0 0 0 / 0.5);
}
.produits-title::after {
    content: "";
    display: block;
    width: clamp(80px, 12vw, 160px);
    height: 4px;
    margin: clamp(0.8rem, 1.5vw, 1.2rem) auto 0;
    background: linear-gradient(to right, #0055a4, #ff1100);
    border-radius: 4px;
    box-shadow: 0 0 12px -2px rgb(255 255 255 / 0.4);
}
.produits-grid {
    display: grid;
    gap: clamp(1.8rem, 3vw, 3rem);
    grid-template-columns: repeat(auto-fit, minmax(min(420px, 100%), 1fr));
    max-width: 1550px;
    margin: 0 auto;
    width: 100%;
}
.prod-card {
    --border-glow: rgba(0, 246, 255, 0.22);
    position: relative;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    background: linear-gradient(145deg, rgb(255 255 255 / 0.05), rgb(255 255 255 / 0.02));
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 8px 26px -10px rgb(0 0 0 / 0.7), 0 0 0 1px rgb(255 255 255 / 0.07);
    min-height: clamp(340px, 42vw, 520px);
    transition: transform 0.65s cubic-bezier(0.22, 0.8, 0.25, 1), box-shadow 0.55s ease, border-color 0.5s ease;
    border: 1px solid rgb(255 255 255 / 0.09);
    font-family: "Orbitron", sans-serif;
}
.prod-card:focus-visible {
    outline: 3px solid #f10;
    outline-offset: 4px;
}
.prod-card:hover {
    transform: translateY(-10px) scale(1.015);
    box-shadow: 0 18px 42px -14px rgb(0 0 0 / 0.85), 0 0 0 1px rgb(0 255 255 / 0.25), 0 0 32px -8px var(--border-glow);
    border-color: rgb(0 255 255 / 0.767);
    border-width: 5px;
    border-style: solid;
}
.prod-media {
    position: relative;
    aspect-ratio: 16 / 9;
    width: 100%;
    background: #000;
    overflow: hidden;
}
.prod-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(1.05) contrast(1.15) saturate(1.05);
    transition: transform 1.2s ease, filter 0.7s ease;
    pointer-events: none;
}
.prod-card:hover .prod-video {
    transform: scale(1.055);
    filter: brightness(1.14) contrast(1.25) saturate(1.08);
}
.prod-title {
    margin: 0;
    padding: clamp(1.2rem, 2.2vw, 2rem) clamp(1.3rem, 2.5vw, 2.2rem) clamp(1.6rem, 2.8vw, 2.4rem);
    font-size: clamp(1.1rem, 1.65vw, 1.75rem);
    line-height: 1.3;
    font-weight: 700;
    color: #fff;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.6rem;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.55), 3px 3px 14px rgb(0 0 0 / 0.5);
}
.symb-reg {
    font-size: 0.55em;
    vertical-align: super;
    opacity: 0.9;
    margin-left: 0.25rem;
}
.prod-price {
    display: inline-block;
    font-size: clamp(0.58rem, 0.8rem + 0.2vw, 0.85rem);
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0.5px;
    color: #10d410;
    background: rgb(9 189 9 / 0.12);
    border: 1px solid rgb(9 189 9 / 0.4);
    padding: 0.45rem 0.65rem 0.4rem;
    border-radius: 8px;
    margin-top: 0.55rem;
    box-shadow: 0 0 0 3px rgb(9 189 9 / 0.08);
    text-align: left;
    max-width: fit-content;
    text-transform: uppercase;
    margin-left: 32%;
}
.prod-card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 30% 25%, rgb(0 255 255 / 0.1), transparent 60%), radial-gradient(circle at 80% 70%, rgb(255 17 0 / 0.1), transparent 65%);
    opacity: 0;
    transition: opacity 0.8s ease;
    pointer-events: none;
    mix-blend-mode: screen;
}
.prod-card:hover::before {
    opacity: 1;
}
@media (max-width: 1100px) {
    .prod-card {
        min-height: clamp(330px, 50vw, 480px);
    }
    .prod-title {
        font-size: clamp(1.05rem, 2vw, 1.55rem);
    }
}
@media (max-width: 780px) {
    .produits {
        margin-top: clamp(1.5rem, 5vh, 2.5rem);
        padding: 0 1rem clamp(3rem, 12vh, 4.5rem);
    }
    .produits-title {
        font-size: clamp(1.9rem, 9vw, 2.6rem);
        margin-bottom: clamp(1.8rem, 6vw, 2.5rem);
    }
    .produits-grid {
        gap: clamp(1.2rem, 5vw, 1.9rem);
    }
    .prod-card {
        min-height: auto;
    }
    .prod-media {
        aspect-ratio: 16 / 9;
    }
    .prod-title {
        padding: 1.15rem 1.15rem 1.65rem;
        font-size: clamp(1rem, 4.6vw, 1.35rem);
    }
    .prod-price {
        display: block;
        margin: 0.55rem auto 0;
        text-align: center;
    }
}
@media (max-width: 460px) {
    .prod-title {
        font-size: clamp(0.95rem, 5.2vw, 1.22rem);
        line-height: 1.35;
    }
    .prod-price {
        font-size: clamp(0.5rem, 2.7vw, 0.7rem);
        padding: 0.38rem 0.5rem 0.32rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .prod-card,
    .prod-video {
        transition: none !important;
    }
    .prod-card:hover {
        transform: none;
    }
}
.savoir-faire-3d {
    --sf-gap: clamp(1.2rem, 2.8vw, 2rem);
    --sf-maxw: 1600px;
    position: relative;
    width: 100%;
    margin: clamp(2rem, 6vh, 4.5rem) auto clamp(2.5rem, 8vh, 5rem);
    padding: clamp(1.5rem, 4vh, 3rem) clamp(1rem, 6vw, 4rem) clamp(3rem, 10vh, 5rem);
    box-sizing: border-box;
    text-align: center;
    font-family: "Orbitron", sans-serif;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--sf-gap);
}
.sf3d-title {
    margin: 0;
    font-size: clamp(2rem, 5.3vw, 3.6rem);
    font-weight: 700;
    letter-spacing: 0.5px;
    line-height: 1.05;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.55), 4px 4px 14px rgb(0 0 0 / 0.48);
    position: relative;
}
.sf3d-title::after {
    content: "";
    display: block;
    width: clamp(90px, 14vw, 190px);
    height: 4px;
    margin: clamp(0.75rem, 1.4vw, 1.2rem) auto 0;
    background: linear-gradient(to right, #0055a4, #ff1100);
    border-radius: 3px;
    box-shadow: 0 0 14px -2px rgb(255 255 255 / 0.55);
}
.sf3d-sub {
    margin: 0;
    font-size: clamp(0.95rem, 2.2vw, 1.4rem);
    font-weight: 600;
    letter-spacing: 0.7px;
    text-shadow: 2px 2px 6px rgb(0 0 0 / 0.55);
}
.btn-sf3d {
    --btn-grad: linear-gradient(to right, #0055a4, #ff1100);
    font-family: inherit;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    background: var(--btn-grad);
    padding: clamp(0.85rem, 1.1rem, 1.25rem) clamp(1.8rem, 4.5vw, 3.4rem);
    border-radius: 32px;
    display: inline-block;
    letter-spacing: 0.8px;
    font-size: clamp(0.75rem, 1.2vw, 1.05rem);
    line-height: 1.15;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px rgb(0 85 164 / 0.6), 0 4px 18px -6px rgb(0 0 0 / 0.8);
    transition: background 0.4s ease, transform 0.5s cubic-bezier(0.22, 0.8, 0.25, 1), box-shadow 0.4s;
    cursor: pointer;
    border: none;
    margin: 0 0 clamp(1.2rem, 3vw, 2rem);
}
.btn-sf3d::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(255 255 255 / 0.15), #fff0 30%), linear-gradient(300deg, rgb(255 255 255 / 0.12), #fff0 45%);
    opacity: 0;
    transition: opacity 0.6s;
    pointer-events: none;
}
.btn-sf3d:hover::before,
.btn-sf3d:focus-visible::before {
    opacity: 0.9;
}
.btn-sf3d:hover,
.btn-sf3d:focus-visible {
    background: #c00000;
    box-shadow: 0 0 15px #c00000, 0 10px 26px -10px rgb(0 0 0 / 0.85);
    transform: translateY(-4px);
    outline: none;
}
.btn-sf3d:active {
    transform: translateY(-1px) scale(0.97);
}
.hero-elevated {
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.63), 4px 4px 12px rgb(0 0 0 / 0.56);
    will-change: transform;
    transform: translateZ(40px);
    perspective: 1000px;
}
.carousel-3d-container {
    --height: clamp(260px, 42vh, 360px);
    --cell-w: clamp(180px, 26vw, 240px);
    --cell-h: clamp(120px, 18vw, 160px);
    position: relative;
    width: 100%;
    max-width: min(1000px, 100%);
    margin: 0 auto;
    height: var(--height);
    perspective: 1200px;
    perspective-origin: 50% 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-3d {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform 1s cubic-bezier(0.22, 0.8, 0.25, 1);
    will-change: transform;
    margin-top: -20%;
}
.carousel-cell {
    position: absolute;
    top: 50%;
    left: 50%;
    width: var(--cell-w);
    height: var(--cell-h);
    margin: calc(var(--cell-h) / -2) 0 0 calc(var(--cell-w) / -2);
    transform-style: preserve-3d;
    cursor: pointer;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 10px 28px -10px rgb(0 0 0 / 0.7), 0 0 0 1px rgb(255 255 255 / 0.05);
    background: #111;
    transition: box-shadow 0.6s ease, transform 0.6s ease;
}
.carousel-cell img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: brightness(0.92) contrast(1.08) saturate(1.05);
    transform: translateZ(0);
    transition: filter 0.6s ease, transform 3.5s ease;
    will-change: transform;
}
.carousel-cell:hover img {
    filter: brightness(1.05) contrast(1.18) saturate(1.1);
    transform: scale(1.08);
}
.carousel-cell:hover {
    box-shadow: 0 14px 38px -12px rgb(0 0 0 / 0.85), 0 0 0 1px rgb(255 255 255 / 0.08), 0 0 22px -4px rgb(0 246 255 / 0.25);
}
.nav {
    --nav-size: clamp(42px, 7vw, 54px);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: var(--nav-size);
    height: var(--nav-size);
    display: grid;
    place-items: center;
    font-size: clamp(1.3rem, 3.2vw, 1.9rem);
    background: rgb(255 255 255 / 0.18);
    color: #fff;
    border: 1px solid rgb(255 255 255 / 0.25);
    border-radius: 50%;
    cursor: pointer;
    backdrop-filter: blur(6px) saturate(1.2);
    box-shadow: 0 6px 18px -6px rgb(0 0 0 / 0.55);
    transition: background 0.35s ease, transform 0.45s ease, box-shadow 0.4s;
    z-index: 10;
}
.nav:hover,
.nav:focus-visible {
    background: linear-gradient(to right, #0055a4, #ff1100);
    box-shadow: 0 10px 28px -8px rgb(0 0 0 / 0.75);
    outline: none;
    transform: translateY(-50%) scale(1.08);
}
.nav:active {
    transform: translateY(-50%) scale(0.95);
}
.nav.prev {
    left: clamp(0.3rem, 1vw, 1rem);
}
.nav.next {
    right: clamp(0.3rem, 1vw, 1rem);
}
#carousel-lightbox {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: clamp(0.75rem, 2vw, 1.5rem);
    background: radial-gradient(circle at 35% 40%, rgb(0 0 0 / 0.95), rgb(0 0 0 / 0.92));
    backdrop-filter: blur(4px);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.45s ease, visibility 0.45s;
}
#carousel-lightbox.active {
    opacity: 1;
    visibility: visible;
}
.clb-close {
    position: absolute;
    top: clamp(0.6rem, 2vw, 1.2rem);
    right: clamp(0.6rem, 2vw, 1.2rem);
    background: none;
    border: none;
    color: #fff;
    font-size: clamp(1.8rem, 4.5vw, 3rem);
    cursor: pointer;
    line-height: 1;
    text-shadow: 0 4px 16px rgb(0 0 0 / 0.7);
    transition: transform 0.4s ease, color 0.35s;
}
.clb-close:hover,
.clb-close:focus-visible {
    color: #ff5d4d;
    transform: scale(1.12);
    outline: none;
}
.clb-figure {
    margin: 0;
    text-align: center;
    max-width: 78%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: clamp(0.6rem, 1.6vw, 1rem);
}
.clb-img {
    width: 100%;
    height: auto;
    max-height: 78vh;
    object-fit: contain;
    border-radius: 14px;
    box-shadow: 0 0 0 1px rgb(255 255 255 / 0.15), 0 16px 58px -18px rgb(0 0 0 / 0.95), 0 0 34px -8px rgb(255 255 255 / 0.25);
    animation: clbIn 0.6s cubic-bezier(0.22, 0.8, 0.25, 1);
}
@keyframes clbIn {
    from {
        opacity: 0;
        transform: scale(0.92);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.clb-caption {
    margin: 0 auto;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(0.85rem, 1.4vw, 1.15rem);
    line-height: 1.35;
    color: #fff;
    max-width: 980px;
    text-shadow: 0 2px 10px rgb(0 0 0 / 0.75);
}
.clb-hidden {
    display: none;
}
@media (max-width: 880px) {
    .savoir-faire-3d {
        padding: clamp(1.5rem, 6vh, 3rem) 1.4rem clamp(3rem, 12vh, 4rem);
    }
    .btn-sf3d {
        width: clamp(240px, 70%, 560px);
    }
    .clb-figure {
        max-width: 90%;
    }
}
@media (max-width: 640px) {
    .savoir-faire-3d {
        margin-top: clamp(1rem, 4vh, 2rem);
    }
    .btn-sf3d {
        font-size: clamp(0.65rem, 3.2vw, 0.85rem);
        padding: 0.85rem 1.4rem;
        width: 82%;
    }
    .carousel-3d-container {
        --cell-w: clamp(150px, 48vw, 200px);
        --cell-h: clamp(100px, 32vw, 140px);
        --height: clamp(240px, 60vh, 320px);
    }
    .nav {
        --nav-size: clamp(40px, 12vw, 50px);
    }
    .clb-img {
        max-height: 70vh;
    }
}
@media (max-width: 430px) {
    .sf3d-title {
        font-size: clamp(1.7rem, 9vw, 2.35rem);
    }
    .sf3d-sub {
        font-size: clamp(0.8rem, 4.5vw, 1rem);
    }
    .btn-sf3d {
        width: 90%;
    }
    .clb-caption {
        font-size: clamp(0.75rem, 3.9vw, 0.9rem);
    }
}
@media (prefers-reduced-motion: reduce) {
    .carousel-3d,
    .carousel-cell,
    .carousel-cell img,
    .btn-sf3d,
    #carousel-lightbox,
    .clb-img {
        transition: none !important;
        animation: none !important;
    }
}
.invest-section {
    --grad: linear-gradient(to right, #0055a4, #ff1100);
    --clr-text: #fff;
    --maxw: 1400px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    margin: clamp(3rem, 9vh, 6rem) auto 0;
    padding: clamp(3rem, 11vh, 6rem) clamp(1.25rem, 5.5vw, 4rem) clamp(3.5rem, 12vh, 7rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(1.4rem, 3vh, 2.3rem);
    font-family: "Orbitron", sans-serif;
    text-align: center;
    color: var(--clr-text);
    background: radial-gradient(circle at 25% 25%, rgb(0 85 164 / 0.15), transparent 60%), radial-gradient(circle at 80% 65%, rgb(255 17 0 / 0.18), transparent 70%), linear-gradient(145deg, rgb(255 255 255 / 0.06), rgb(255 255 255 / 0.02));
    backdrop-filter: blur(3px);
    border: 1px solid rgb(255 255 255 / 0.07);
    border-radius: clamp(18px, 2.4vw, 36px);
    box-shadow: 0 8px 28px -12px rgb(0 0 0 / 0.65), 0 0 0 1px rgb(255 255 255 / 0.05);
    overflow: hidden;
    isolation: isolate;
}
.overlap-invest {
    margin-top: -250px;
}
.invest-section::before,
.invest-section::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.55;
    background: radial-gradient(circle at 15% 80%, rgb(0 85 164 / 0.2), transparent 55%), radial-gradient(circle at 90% 20%, rgb(255 17 0 / 0.25), transparent 60%);
    transition: opacity 0.8s ease;
    z-index: -1;
}
.invest-section:hover::before {
    opacity: 0.75;
}
.invest-title {
    margin: 0;
    font-size: clamp(1.9rem, 5.6vw, 3.8rem);
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.05;
    max-width: var(--maxw);
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.55), 4px 4px 14px rgb(0 0 0 / 0.48);
    position: relative;
}
.invest-title::after {
    content: "";
    display: block;
    width: clamp(90px, 14vw, 210px);
    height: 4px;
    margin: clamp(0.9rem, 1.5vw, 1.3rem) auto 0;
    background: var(--grad);
    border-radius: 4px;
    box-shadow: 0 0 14px -2px rgb(255 255 255 / 0.55);
}
.invest-paragraph {
    margin: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1rem, 1.4vw, 1.35rem);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.4px;
    max-width: min(var(--maxw), 1150px);
    color: #f5f7fa;
    text-shadow: 0 2px 6px rgb(0 0 0 / 0.55), 0 4px 14px rgb(0 0 0 / 0.45);
    padding: 0 clamp(0.25rem, 1vw, 0.75rem);
}
.btn-invest {
    --btn-pad-y: clamp(0.85rem, 1.05rem, 1.25rem);
    --btn-pad-x: clamp(1.8rem, 4.6vw, 3.2rem);
    display: inline-block;
    background: var(--grad);
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 0.9px;
    font-size: clamp(0.8rem, 1.15vw, 1.15rem);
    line-height: 1.1;
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: 34px;
    position: relative;
    box-shadow: 0 0 10px rgb(0 85 164 / 0.6), 0 4px 18px -6px rgb(0 0 0 / 0.75);
    transition: background 0.45s ease, transform 0.55s cubic-bezier(0.22, 0.8, 0.25, 1), box-shadow 0.45s;
    min-width: clamp(220px, 38%, 420px);
    border: none;
    cursor: pointer;
    overflow: hidden;
}
.btn-invest::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(255 255 255 / 0.25), #fff0 30%), linear-gradient(300deg, rgb(255 255 255 / 0.18), #fff0 45%);
    opacity: 0;
    transition: opacity 0.65s ease;
    mix-blend-mode: screen;
}
.btn-invest:hover::before,
.btn-invest:focus-visible::before {
    opacity: 0.95;
}
.btn-invest:hover,
.btn-invest:focus-visible {
    background: #c00000;
    box-shadow: 0 0 15px #c00000, 0 12px 28px -10px rgb(0 0 0 / 0.85);
    transform: translateY(-5px);
    outline: none;
}
.btn-invest:active {
    transform: translateY(-2px) scale(0.97);
}
.hero-elevated {
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.63), 4px 4px 12px rgb(0 0 0 / 0.56);
    transform: translateZ(40px);
    perspective: 1000px;
    will-change: transform;
}
@media (max-width: 900px) {
    .invest-section {
        padding: clamp(2.4rem, 9vh, 4.5rem) clamp(1rem, 5vw, 2.2rem) clamp(3rem, 10vh, 5.2rem);
        margin-top: clamp(2rem, 8vh, 4rem);
    }
    .overlap-invest {
        margin-top: -180px;
    }
    .invest-paragraph {
        font-size: clamp(0.98rem, 2.1vw, 1.15rem);
    }
    .btn-invest {
        min-width: clamp(240px, 62%, 520px);
    }
}
@media (max-width: 640px) {
    .invest-section {
        border-radius: clamp(12px, 4vw, 26px);
        padding: clamp(2.2rem, 10vh, 3.8rem) 1.15rem clamp(2.6rem, 12vh, 4.2rem);
    }
    .overlap-invest {
        margin-top: -120px;
    }
    .invest-title {
        font-size: clamp(1.7rem, 7.8vw, 2.4rem);
    }
    .invest-paragraph {
        font-size: clamp(0.9rem, 3.6vw, 1rem);
        line-height: 1.5;
    }
    .btn-invest {
        font-size: clamp(0.65rem, 3.4vw, 0.85rem);
        min-width: 82%;
        padding: 0.85rem 1.35rem;
    }
}
@media (max-width: 430px) {
    .invest-title {
        font-size: clamp(1.55rem, 8.8vw, 2.1rem);
        letter-spacing: 0.4px;
    }
    .invest-paragraph {
        font-size: clamp(0.85rem, 4vw, 0.95rem);
    }
    .btn-invest {
        min-width: 90%;
    }
    .overlap-invest {
        margin-top: -80px;
    }
}
@media (prefers-reduced-motion: reduce) {
    .invest-section,
    .btn-invest {
        transition: none !important;
    }
    .btn-invest:hover {
        transform: none;
    }
}
:root {
    --grad-main: linear-gradient(to right, #0055a4, #ff1100);
    --clr-accent: #c00000;
    --clr-bg-panel: rgba(255, 255, 255, 0.07);
    --clr-border-panel: rgba(255, 255, 255, 0.12);
    --radius-panel: 22px;
}
.contact-section {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: clamp(2rem, 8vh, 5rem) auto 0;
    padding: clamp(3.5rem, 10vh, 6.5rem) clamp(1.2rem, 6vw, 5%) clamp(3rem, 10vh, 6rem);
    box-sizing: border-box;
    font-family: "Orbitron", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vh, 3rem);
    background: radial-gradient(circle at 20% 25%, rgb(0 85 164 / 0.18), transparent 60%), radial-gradient(circle at 85% 70%, rgb(255 17 0 / 0.18), transparent 65%), linear-gradient(155deg, rgb(255 255 255 / 0.07), rgb(255 255 255 / 0.02));
    border: 1px solid var(--clr-border-panel);
    border-radius: clamp(16px, 2.2vw, var(--radius-panel));
    box-shadow: 0 10px 36px -14px rgb(0 0 0 / 0.75), 0 0 0 1px rgb(255 255 255 / 0.05);
    backdrop-filter: blur(4px);
    color: #fff;
    text-align: center;
    isolation: isolate;
}
.overlap-contact {
    margin-top: -200px;
}
.contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: radial-gradient(circle at 12% 82%, rgb(0 85 164 / 0.25), transparent 55%), radial-gradient(circle at 90% 18%, rgb(255 17 0 / 0.25), transparent 60%);
    mix-blend-mode: screen;
    opacity: 0.55;
    transition: opacity 0.7s ease;
    z-index: -1;
}
.contact-section:hover::before {
    opacity: 0.75;
}
.section-title {
    margin: 0;
    font-size: clamp(2rem, 5.5vw, 3.7rem);
    font-weight: 700;
    letter-spacing: 0.6px;
    line-height: 1.05;
    position: relative;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.6), 4px 4px 14px rgb(0 0 0 / 0.55);
}
.section-title::after {
    content: "";
    display: block;
    width: clamp(100px, 14vw, 210px);
    height: 4px;
    margin: clamp(0.9rem, 1.4vw, 1.2rem) auto 0;
    background: var(--grad-main);
    border-radius: 4px;
    box-shadow: 0 0 14px -2px rgb(255 255 255 / 0.55);
}
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: clamp(2rem, 4vw, 3.5rem);
    width: 100%;
    max-width: 1500px;
}
.contact-info,
.contact-form {
    flex: 1 1 340px;
    min-width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.contact-info {
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(1rem, 1.3vw, 1.5rem);
    font-weight: 500;
    color: #fff;
    text-align: left;
    gap: 1rem;
}
.contact-info p {
    margin: 0 0 1.4rem;
    line-height: 1.4;
    text-shadow: 0 2px 8px rgb(0 0 0 / 0.55);
}
.contact-info strong {
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: clamp(1.05rem, 1.2vw, 1.35rem);
    color: #fff;
}
.mail-link {
    color: #fff;
    text-decoration: none;
    position: relative;
}
.mail-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--grad-main);
    transition: width 0.4s ease;
}
.mail-link:hover::after,
.mail-link:focus-visible::after {
    width: 100%;
}
.contact-box {
    display: flex;
    flex-direction: column;
    gap: clamp(0.85rem, 1.5vw, 1.25rem);
    background: #fff;
    padding: clamp(1.8rem, 3vw, 2.4rem);
    border-radius: clamp(14px, 1.6vw, 20px);
    box-shadow: 0 10px 40px -15px rgb(0 0 0 / 0.5), 0 0 0 1px rgb(0 0 0 / 0.05);
    font-family: "Barlow Condensed", sans-serif;
    position: relative;
}
.contact-box::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgb(0 85 164 / 0.18), rgb(255 17 0 / 0.18));
    opacity: 0.07;
    mix-blend-mode: overlay;
    border-radius: inherit;
    pointer-events: none;
}
.contact-box input,
.contact-box textarea {
    width: 100%;
    font-family: "Barlow Condensed", sans-serif;
    border: 1.5px solid #d6dce2;
    border-radius: 10px;
    padding: 0.9rem 1.05rem 0.85rem;
    font-size: clamp(0.9rem, 1vw, 1.2rem);
    font-weight: 600;
    letter-spacing: 0.5px;
    outline: none;
    background: #f9fafb;
    color: #111;
    transition: border-color 0.35s, background 0.35s, box-shadow 0.35s;
    resize: vertical;
    min-height: 3rem;
}
.contact-box textarea {
    min-height: clamp(140px, 24vh, 220px);
    font-size: clamp(0.95rem, 1.05vw, 1.25rem);
}
.contact-box input:focus,
.contact-box textarea:focus {
    border-color: #0055a4;
    background: #fff;
    box-shadow: 0 0 0 3px rgb(0 85 164 / 0.15);
}
.section-title {
    background: none !important;
}
.section-title::before {
    content: none !important;
}
.btn-send {
    --btn-pad-y: clamp(0.9rem, 1rem, 1.2rem);
    --btn-pad-x: clamp(1.8rem, 3.2vw, 2.8rem);
    border: none;
    background: var(--grad-main);
    color: #fff;
    font-family: "Orbitron", sans-serif;
    font-weight: 700;
    font-size: clamp(0.85rem, 1.1vw, 1.25rem);
    letter-spacing: 0.9px;
    padding: var(--btn-pad-y) var(--btn-pad-x);
    border-radius: 34px;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(0 85 164 / 0.55), 0 6px 20px -10px rgb(0 0 0 / 0.7);
    transition: background 0.4s, transform 0.5s cubic-bezier(0.22, 0.8, 0.25, 1), box-shadow 0.45s;
    position: relative;
    overflow: hidden;
}
.btn-send::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(255 255 255 / 0.24), #fff0 30%), linear-gradient(300deg, rgb(255 255 255 / 0.2), #fff0 45%);
    opacity: 0;
    transition: opacity 0.7s ease;
    mix-blend-mode: screen;
}
.btn-send:hover::before,
.btn-send:focus-visible::before {
    opacity: 0.95;
}
.btn-send:hover,
.btn-send:focus-visible {
    background: #c00000;
    transform: translateY(-4px);
    box-shadow: 0 0 15px #c00000, 0 14px 28px -12px rgb(0 0 0 / 0.85);
    outline: none;
}
.btn-send:active {
    transform: translateY(-1px) scale(0.97);
}
.map-image-section {
    position: relative;
    width: 100%;
    padding: clamp(2rem, 6vh, 4rem) clamp(1rem, 5vw, 3rem) clamp(2.5rem, 8vh, 5rem);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    background: none;
}
.overlap-map {
    margin-top: -8%;
    margin-left: 0;
}
.dual-map-image {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1rem, 2.5vw, 2rem);
    width: 100%;
    max-width: 1800px;
}
.map-container {
    flex: 1 1 600px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
}
.map-title {
    margin: 0;
    text-align: center;
    color: #fff;
    font-size: clamp(1.1rem, 1.4vw, 1.6rem);
    font-family: "Orbitron", sans-serif;
    letter-spacing: 0.5px;
}
.map-embed-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 5.2;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 34px -14px rgb(0 0 0 / 0.75), 0 0 0 1px rgb(255 255 255 / 0.08);
    transform: translateY(20%);
}
.map-embed-wrapper iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    filter: brightness(0.95) contrast(1.08);
    transition: filter 0.6s ease;
}
.map-embed-wrapper:hover iframe {
    filter: brightness(1.04) contrast(1.14);
}
.social-section {
    width: 100%;
    padding: clamp(3.5rem, 12vh, 6rem) clamp(1rem, 6vw, 3.5rem) clamp(3.5rem, 10vh, 5.5rem);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(2rem, 4vh, 3rem);
    font-family: "Orbitron", sans-serif;
    color: #fff;
    background: linear-gradient(145deg, rgb(255 255 255 / 0.04), rgb(255 255 255 / 0.015));
    border-top: 1px solid rgb(255 255 255 / 0.06);
    backdrop-filter: blur(3px);
    margin-top: 5%;
}
.social-title {
    margin: 0;
    font-size: clamp(1.9rem, 5.4vw, 3.5rem);
    font-weight: 700;
    letter-spacing: 0.6px;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.6), 4px 4px 14px rgb(0 0 0 / 0.55);
    position: relative;
}
.social-title::after {
    content: "";
    display: block;
    width: clamp(90px, 14vw, 170px);
    height: 4px;
    margin: clamp(0.8rem, 1.4vw, 1.2rem) auto 0;
    background: var(--grad-main);
    border-radius: 4px;
}
.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(1.2rem, 2.5vw, 2.2rem);
    flex-wrap: wrap;
}
.social-link {
    display: inline-flex;
    width: clamp(54px, 8vw, 86px);
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 26%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 12px 30px -14px rgb(0 0 0 / 0.7), 0 0 0 1px rgb(0 0 0 / 0.05);
    transition: transform 0.55s cubic-bezier(0.22, 0.8, 0.25, 1), box-shadow 0.5s ease, filter 0.45s;
}
.social-link img {
    width: 60%;
    height: 60%;
    object-fit: contain;
    filter: drop-shadow(0 2px 6px rgb(0 0 0 / 0.55));
    transition: filter 0.5s ease;
}
.social-link::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgb(0 85 164 / 0.25), rgb(255 17 0 / 0.25));
    mix-blend-mode: overlay;
    opacity: 0;
    transition: opacity 0.6s ease;
}
.social-link:hover::before,
.social-link:focus-visible::before {
    opacity: 0.75;
}
.social-link:hover,
.social-link:focus-visible {
    transform: translateY(-8px) scale(1.08);
    box-shadow: 0 18px 40px -16px rgb(0 0 0 / 0.82), 0 0 0 1px rgb(255 255 255 / 0.07), 0 0 18px -4px rgb(0 85 164 / 0.55), 0 0 18px -4px rgb(255 17 0 / 0.55);
    outline: none;
}
.social-link:active {
    transform: translateY(-3px) scale(1.02);
}
#rgpd-overlay {
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 0.85);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5vw;
    box-sizing: border-box;
    font-family: "Barlow Condensed", sans-serif;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
}
#rgpd-overlay.active {
    opacity: 1;
    visibility: visible;
}
.rgpd-text {
    font-size: clamp(1rem, 2.8vw, 1.8rem);
    text-align: center;
    max-width: 900px;
    margin: 0 0 clamp(2rem, 5vw, 3rem);
    line-height: 1.4;
    color: #fff;
}
.rgpd-link {
    color: var(--clr-accent);
    font-weight: 700;
    text-decoration: underline;
}
.rgpd-accept {
    font-size: clamp(0.95rem, 2.2vw, 1.5rem);
    font-weight: 700;
    color: #fff;
    background: var(--clr-accent);
    border: none;
    border-radius: 30px;
    padding: clamp(0.75rem, 1.8vw, 1rem) clamp(1.5rem, 4vw, 2rem);
    cursor: pointer;
    box-shadow: 0 10px 28px -12px rgb(0 0 0 / 0.65), 0 0 0 1px rgb(255 255 255 / 0.08);
    transition: background 0.35s ease, transform 0.4s ease;
}
.rgpd-accept:hover,
.rgpd-accept:focus-visible {
    background: #a00000;
    transform: translateY(-3px);
    outline: none;
}
.rgpd-hidden {
    display: none;
}
.site-footer {
    width: 100%;
    text-align: center;
    font-family: "Barlow Condensed", sans-serif;
    font-size: clamp(0.85rem, 1.1vw, 1.05rem);
    font-weight: 600;
    letter-spacing: 0.5px;
    padding: clamp(2.8rem, 8vh, 4.5rem) clamp(1rem, 5vw, 2.2rem);
    color: #fff;
    background: radial-gradient(circle at 30% 30%, rgb(0 85 164 / 0.22), transparent 60%), radial-gradient(circle at 75% 70%, rgb(255 17 0 / 0.25), transparent 65%), linear-gradient(160deg, rgb(0 0 0 / 0.75), rgb(0 0 0 / 0.85));
    border-top: 1px solid rgb(255 255 255 / 0.07);
    line-height: 1.4;
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.6), 4px 4px 12px rgb(0 0 0 / 0.55);
}
.site-footer a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 700;
}
.site-footer a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: var(--grad-main);
    transform: translateX(-50%);
    transition: width 0.4s;
    border-radius: 2px;
}
.site-footer a:hover::after,
.site-footer a:focus-visible::after {
    width: 90%;
}
#scrollTopBtn {
    position: fixed;
    bottom: clamp(1.5rem, 5vw, 2.5rem);
    right: clamp(1.5rem, 5vw, 2.5rem);
    width: clamp(2.5rem, 6vw, 4rem);
    height: clamp(2.5rem, 6vw, 4rem);
    background: var(--clr-accent);
    border: none;
    border-radius: 0.65rem;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 999;
    transition: background 0.35s ease, transform 0.4s ease, box-shadow 0.4s ease;
    box-shadow: 0 12px 30px -16px rgb(0 0 0 / 0.85), 0 0 0 1px rgb(255 255 255 / 0.1);
}
#scrollTopBtn:hover,
#scrollTopBtn:focus-visible {
    background: #002060;
    transform: translateY(-6%);
    outline: none;
    box-shadow: 0 18px 40px -18px rgb(0 0 0 / 0.9), 0 0 0 1px rgb(0 255 255 / 0.25);
}
#scrollTopBtn:active {
    transform: translateY(-2%) scale(0.96);
}
.arrow-icon {
    width: 100%;
    height: 100%;
    padding: 0.55rem;
    box-sizing: content-box;
}
.hero-elevated {
    text-shadow: 2px 2px 8px rgb(0 0 0 / 0.63), 4px 4px 12px rgb(0 0 0 / 0.56);
    transform: translateZ(40px);
    perspective: 1000px;
    will-change: transform;
}
@media (max-width: 1100px) {
    .contact-info {
        font-size: clamp(0.95rem, 1.6vw, 1.25rem);
    }
    .contact-box textarea {
        min-height: 180px;
    }
}
@media (max-width: 820px) {
    .contact-wrapper {
        flex-direction: column;
        align-items: stretch;
    }
    .contact-info,
    .contact-form {
        text-align: left;
    }
    .overlap-contact {
        margin-top: -140px;
    }
}
@media (max-width: 640px) {
    .contact-section {
        padding: clamp(2.8rem, 11vh, 4.5rem) 1.15rem clamp(3rem, 12vh, 4.5rem);
    }
    .contact-info p {
        margin-bottom: 1.1rem;
    }
    .map-embed-wrapper {
        aspect-ratio: 16/8.5;
    }
    .overlap-contact {
        margin-top: -110px;
    }
    .overlap-map {
        margin-top: -14%;
        margin-left: 0;
    }
    .social-icons {
        gap: clamp(0.9rem, 4vw, 1.4rem);
    }
    .social-link {
        width: clamp(50px, 18vw, 70px);
    }
}
@media (max-width: 430px) {
    .section-title {
        font-size: clamp(1.65rem, 9vw, 2.2rem);
    }
    .contact-section {
        border-radius: 16px;
    }
    .contact-box {
        padding: 1.4rem 1.1rem 1.6rem;
    }
    .btn-send {
        width: 100%;
    }
    .map-embed-wrapper {
        aspect-ratio: 16/12;
    }
    .overlap-contact {
        margin-top: -80px;
    }
    .social-title {
        font-size: clamp(1.55rem, 8vw, 2.05rem);
    }
    #scrollTopBtn {
        border-radius: 0.55rem;
    }
}
@media (prefers-reduced-motion: reduce) {
    .contact-section,
    .btn-send,
    .social-link,
    #scrollTopBtn,
    .map-embed-wrapper iframe {
        transition: none !important;
    }
    .social-link:hover,
    .btn-send:hover,
    #scrollTopBtn:hover {
        transform: none;
    }
}
.lang-switcher {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    flex-shrink: 0;
    z-index: 120;
}
.lang-btn {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    background: none;
    border: 0;
    padding: 0.25rem 0.5rem;
    font: inherit;
    color: #fff;
    cursor: pointer;
    line-height: 1;
    -webkit-tap-highlight-color: #fff0;
    touch-action: manipulation;
}
.lang-btn .chevron {
    width: 10px;
    height: 6px;
    transition: transform 0.2s;
}
.lang-btn[aria-expanded="true"] .chevron {
    transform: rotate(180deg);
}
.lang-list {
    position: absolute;
    top: calc(100% + 0.35rem);
    right: 0;
    background: #000;
    border: 1px solid rgb(255 255 255 / 0.15);
    border-radius: 6px;
    box-shadow: 0 6px 22px -8px rgb(0 0 0 / 0.65);
    padding: 0.25rem 0;
    margin: 0;
    list-style: none;
    animation: drop 0.15s ease-out;
    width: max-content;
    max-width: calc(100vw - 1rem - env(safe-area-inset-right));
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.lang-list[hidden] {
    display: none !important;
}
.lang-list a {
    display: block;
    padding: 0.45rem 0.9rem;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    white-space: nowrap;
    outline: none;
}
.lang-list a:hover,
.lang-list a:focus-visible {
    background: #1b1b1b;
}
@keyframes drop {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 780px) {
    .lang-switcher {
        position: absolute;
        right: clamp(0.6rem, 4vw, 1.2rem);
        top: 50%;
        transform: translateY(-50%);
    }
    .lang-list {
        max-width: calc(100vw - 0.8rem - env(safe-area-inset-right));
    }
}
@media (prefers-reduced-motion: reduce) {
    .lang-btn .chevron,
    .lang-list {
        transition: none !important;
        animation: none !important;
    }
}
.sound-toggle-wrapper {
    flex: 0 0 auto;
    margin-left: clamp(6px, 1vw, 12px);
    display: flex;
    align-items: center;
    justify-content: center;
}
#sound-toggle {
    width: clamp(26px, 5vw, 32px);
    height: clamp(26px, 5vw, 32px);
    font-size: clamp(1rem, 2.5vw, 1.3rem);
    border-radius: 50%;
    padding: 0;
    border: none;
    background: rgb(255 255 255 / 0.15);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.3);
    transition: background 0.3s ease, transform 0.2s ease;
    touch-action: manipulation;
    -webkit-tap-highlight-color: #fff0;
    user-select: none;
}
#sound-toggle:hover {
    background: rgb(255 255 255 / 0.3);
}
#sound-toggle:active {
    transform: scale(0.92);
}
@media (max-width: 780px) {
    .nav-links a {
        margin-right: -7% !important;
    }
}
.apropos--full .apropos-media {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(image/devanture.webp);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    filter: brightness(0.7) contrast(1.15);
    pointer-events: none;
}
@media (max-width: 768px) {
    .apropos--full .apropos-media {
        position: absolute;
        background-attachment: scroll;
    }
}
.a-propos-blr {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-sizing: border-box;
    min-height: 100vh;
    font-family: "Barlow Condensed", sans-serif;
}
.a-propos-blr-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}
.a-propos-blr-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6) contrast(1.2);
    display: block;
}
.a-propos-blr-text {
    position: relative;
    z-index: 2;
    max-width: 95%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: clamp(2rem, 5vw, 3rem);
    color: #fff;
    background: rgb(0 0 0 / 0.55);
    backdrop-filter: blur(3px);
    border-radius: 12px;
    top: -60px !important;;
}
.a-propos-blr-text p {
    font-size: clamp(1rem, 4vw, 1.25rem);
    line-height: 1.6;
    margin: 0 0 1rem;
    text-shadow: 0 2px 6px rgb(0 0 0 / 0.6);
}
@media (max-width: 768px) {
    .a-propos-blr {
        flex-direction: column;
        justify-content: center;
        min-height: auto;
        padding: 6.5rem 0 !important;
    }
    .a-propos-blr-text {
        padding: 2rem 1rem;
        width: 90%;
    }
    .a-propos-blr-bg img {
        height: auto;
        min-height: 100%;
    }
}
.form-section {
    width: 100%;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: "Barlow Condensed", sans-serif;
    background: #fff0;
}
.form-blr {
    width: 100%;
    max-width: 500px;
    background: #fff;
    padding: 1.5rem;
    border-radius: 10px;
    box-shadow: 0 8px 28px -10px rgb(0 0 0 / 0.3);
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.input-blr,
.textarea-blr {
    width: 100%;
    padding: 12px;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-size: 1rem;
    font-family: inherit;
}
.textarea-blr {
    resize: vertical;
    min-height: 120px;
}
.button-blr {
    padding: 12px;
    font-size: 1rem;
    font-weight: 700;
    background-color: #c00000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.button-blr:hover {
    background-color: #a00000;
}
.response-blr {
    margin-top: 1rem;
    font-size: 1rem;
    text-align: center;
}
@media (max-width: 480px) {
    .form-blr {
        padding: 1rem;
    }
    .input-blr,
    .textarea-blr,
    .button-blr {
        font-size: 16px;
    }
}
.contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
    padding: 1rem;
}
.contact-info {
    flex: 1 1 300px;
    max-width: 500px;
}
.contact-form {
    flex: 1 1 300px;
    max-width: 500px;
}
@media (max-width: 768px) {
    .contact-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .contact-info,
    .contact-form {
        max-width: 100%;
    }
}
