*{
    outline:none;
    max-width:100%;
    box-sizing:border-box;
    font-family: "Delivery", Verdana, sans-serif;
}

body{
    text-align:center;
    background:white;
    margin:0;
}

.container{
    width:1000px;
    display:inline-block;
    text-align:left;
}

header{
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

/* Allonger la barre du header de 2px vers le bas sur PC */
.c-navigation--bar--main {
    padding-bottom: 2px !important;
}

/* Styles exacts des boutons de langue DHL Express sur PC */
.c-navigation-menu--language-list-container {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.c-navigation-menu--language-list {
    margin-left: 15px !important;
}

.c-navigation-menu--meta-link {
    font-family: "Delivery", Verdana, sans-serif !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    padding: 5px 0 !important;
    display: inline-block !important;
}

/* Langue non sélectionnée : Grise, devient rouge au survol */
.c-navigation-menu--meta-link.link {
    color: #666666 !important;
    cursor: pointer !important;
    transition: color 0.2s ease !important;
}

.c-navigation-menu--meta-link.link:hover {
    color: #d40511 !important;
}

/* Langue sélectionnée : Noire, pas de curseur pointer */
.c-navigation-menu--meta-link.is-selected {
    color: #000000 !important;
    font-weight: 700 !important;
    cursor: default !important;
}

/* Masquer le menu burger par défaut (PC) */
.mobile-menu-burger {
    display: none !important;
}

.mobile-language-menu {
    display: none !important;
}

    /* Styles pour harmoniser le contenu local avec le header officiel */
    .c-navigation-logo img {
        height: 25px !important;
        width: auto !important;
        max-width: none !important;
    }

main{
    padding:10px;
}
.form{
    margin-top:20px;
    margin-bottom:50px;
}

.title{
    margin-bottom:17px;
    padding:10px 0;
    font-size:1.6em;
    display:inline-block;
    padding-right:20px;
    border-bottom:2px solid #2bb82b;
}

.text{
    font-size:1.1em;
}

.col{
    margin:20px 0;
}

label{
    display:block;
    padding:5px 0;
    font-weight:bold;
    color:#4c4c4c;
    font-size:0.9em;
}

input{
    width:100%;
    border:1Px solid #bebebe;
    border-radius:3px;
    padding:10px;
}

.multi{
    display:flex;
}

.multi .left, .multi,.right{
    width:100%;
}
.multi .left{
    margin-right:10px;
}

.multi .right{
    margin-left:10px;
}

button{
    margin-top:10px;
    width:200px;
    padding:10px;
    border:none;
    border-radius:2.6px;
    background:#2bb82b;
    color:white;
    font-weight:bold;
    font-size:1em;
}

/* ===== FOOTER STYLES - IDENTIQUE AU SITE OFFICIEL ===== */

footer {
    margin-top: 60px;
    padding: 0;
    border-top: 1px solid #e5e5e5;
    width: 100%;
    background-color: #ffffff;
    text-align: center;
}

.c-voc-footer--sitemap {
    background-color: #ffffff;
    padding: 40px 0 20px 0;
    width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    text-align: left;
}

.c-voc-footer--section {
    display: flex;
    flex-direction: column;
}

.c-voc-footer--section-title {
    font-family: "Delivery", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 15px 0;
    padding: 0;
}

.c-voc-footer--section-title.red {
    color: #d40511;
}

.c-voc-footer--section ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.c-voc-footer--section a {
    color: #666666;
    text-decoration: none;
    font-family: "Delivery", Verdana, sans-serif;
    font-size: 13px;
    line-height: 1.4;
    transition: color 0.2s ease;
}

.c-voc-footer--section a:hover {
    color: #d40511;
    text-decoration: underline;
}

/* Branding Section - Partie grise */
.c-voc-footer--branding {
    background-color: #f0f0f0;
    padding: 35px 0;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.c-voc-footer--branding-logo-section {
    width: 1000px;
    margin: 0 auto 20px;
    text-align: left;
}

.c-voc-footer--logo {
    height: 45px;
    width: auto;
    display: block;
}

/* Liens légaux - Alignement 5 au dessus, 2 en dessous */
.c-voc-footer--legal-links-wrapper {
    width: 1000px;
    margin: 0 auto 30px;
    text-align: left;
}

.c-voc-footer--legal-links {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 15px 30px;
    justify-content: start;
}

.c-voc-footer--legal-links li:nth-child(6) {
    grid-column: 1;
}

.c-voc-footer--legal-links a {
    color: #666666;
    text-decoration: none;
    font-family: "Delivery", Verdana, sans-serif;
    font-size: 13px;
    font-weight: 400;
    white-space: nowrap;
}

.c-voc-footer--legal-links a:hover {
    color: #d40511;
    text-decoration: underline;
}

/* Réseaux sociaux - EN BAS sur mobile */
.c-voc-footer--branding-social {
    width: 1000px;
    margin: 0 auto 20px;
    text-align: left;
    order: 3; /* Force l'ordre pour mobile */
}

.c-voc-footer--social-title {
    font-family: "Delivery", Verdana, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #333333;
    margin: 0 0 10px 0;
}

.c-voc-footer--social-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
}

.c-voc-footer--social-list img {
    height: 20px;
    width: auto;
}

/* Copyright - Centré en bas */
.c-voc-footer--copyright {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    font-size: 12px;
    order: 4; /* Force l'ordre pour mobile */
}

/* ===== RESPONSIVE DESIGN ===== */

@media (max-width: 1024px) {
    .c-voc-footer--sitemap, .c-voc-footer--branding-logo-section, .c-voc-footer--legal-links-wrapper, .c-voc-footer--branding-social {
        width: 100%;
        padding: 0 30px;
    }
    .c-voc-footer--sitemap {
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }
}

@media (max-width: 768px) {
    /* Header Mobile */
    .c-navigation--bar--wrapper {
        width: 100% !important;
        padding: 0 20px !important;
    }
    
    .c-navigation-logo img {
        height: 18px !important;
    }
    
    .mobile-menu-burger {
        display: flex !important;
        flex-direction: column;
        gap: 0;
        cursor: pointer;
        padding: 8px 0;
        position: relative;
        z-index: 1001;
        background: none;
        border: none;
        width: auto;
        height: auto;
    }
    
    .mobile-menu-burger span {
        width: 21px;
        height: 4px;
        background-color: #d40511;
        border-radius: 0;
        display: block;
        margin: 2px 0;
        transition: transform 0.3s ease, opacity 0.3s ease;
        transform-origin: center center;
    }

    /* Animation burger → croix */
    .mobile-menu-burger.is-open span:nth-child(1) {
        transform: translateY(8px) rotate(45deg);
    }

    .mobile-menu-burger.is-open span:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .mobile-menu-burger.is-open span:nth-child(3) {
        transform: translateY(-8px) rotate(-45deg);
    }
    
    .mobile-language-menu {
        position: fixed;
        top: 50px;
        right: 0;
        left: 0;
        background-color: #ffffff;
        border-top: 1px solid #e5e5e5;
        border-bottom: 1px solid #e5e5e5;
        z-index: 999;
        display: none;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }
    
    .mobile-language-menu.active {
        display: block;
    }
    
    .mobile-language-menu a {
        display: block;
        padding: 14px 20px;
        color: #333333;
        text-decoration: none;
        border-bottom: 1px solid #f0f0f0;
        font-size: 14px;
        font-weight: 400;
        transition: background-color 0.2s ease;
    }
    
    .mobile-language-menu a:last-child {
        border-bottom: none;
    }
    
    .mobile-language-menu a:hover {
        background-color: #f5f5f5;
        color: #d40511;
    }
    
    .mobile-language-menu a.active {
        color: #d40511;
        font-weight: 600;
    }
    
    /* Afficher le menu burger et le menu de langue sur mobile */
    .mobile-menu-burger {
        display: flex !important;
    }
    
    .mobile-language-menu {
        display: none;
    }
    
    .mobile-language-menu.active {
        display: block !important;
    }
    
    /* Masquer le menu de langue desktop sur mobile */
    .c-navigation-menu--language-list-container {
        display: none !important;
    }
    
    /* Footer Mobile - 4 colonnes devient 1 colonne */
    .c-voc-footer--sitemap {
        grid-template-columns: 1fr;
        width: 100%;
        padding: 0 20px;
    }
    
    /* Footer Mobile - Réorganisation en colonne */
    .c-voc-footer--branding {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }

    /* Logo en haut à gauche */
    .c-voc-footer--branding-logo-section {
        width: 100%;
        padding: 0 20px;
        margin: 0 0 20px 0;
        order: 1;
    }
    
    .c-voc-footer--logo {
        height: 45px;
    }
    
    .c-navigation-logo img {
        height: 18px !important;
    }

    /* Liens légaux : 1 par ligne */
    .c-voc-footer--legal-links-wrapper {
        width: 100%;
        padding: 0 20px;
        margin: 0 0 20px 0;
        order: 2;
    }

    .c-voc-footer--legal-links {
        display: flex;
        flex-direction: column;
        gap: 12px;
        justify-content: flex-start;
    }

    .c-voc-footer--legal-links li {
        width: 100%;
    }

    /* Réseaux sociaux EN BAS */
    .c-voc-footer--branding-social {
        width: 100%;
        padding: 0 20px;
        margin: 0 0 20px 0;
        order: 3;
    }

    /* Copyright tout en bas */
    .c-voc-footer--copyright {
        width: 100%;
        padding: 0 20px;
        margin: 0;
        order: 4;
    }
}

/* Small Mobile: 480px and below */
@media (max-width: 480px) {
    .c-navigation--bar--wrapper {
        width: 100% !important;
        padding: 0 15px !important;
    }

    .c-voc-footer--sitemap, .c-voc-footer--branding-logo-section, .c-voc-footer--legal-links-wrapper, .c-voc-footer--branding-social {
        padding: 0 15px;
    }

    .c-voc-footer--logo {
        height: 35px;
    }
    
    .c-navigation-logo img {
        height: 18px !important;
    }

    .c-voc-footer--social-list {
        gap: 10px;
    }

    .c-voc-footer--social-list img {
        height: 16px;
    }

    .c-voc-footer--copyright {
        padding: 0 15px;
    }
}

/* ===== EXISTING STYLES ===== */

.rows{
    display:flex;
}

.cola{
    width:100%;
}

.cola span{
    display:block;
    margin:6px 0;
}

.cola img{
    width:120px;
}

span.legend{
    font-weight:bold;
    font-size:1.1em;
    color:#ababab;
}

.methods{
    text-align:center;
}

.methods img{
    width:250px;
}

@media (max-width:700px){
    button{
        width:100%;
    }

    .rows{
        display:block;
    }
    .cola{
        margin:20px 0;
    }
}

input.error{
    border:1px solid red;
}

div.error{
    color:red;
}

/* Styles personnalisés pour le texte de description */
.description {
    font-family: Arial, Helvetica, sans-serif !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-size: 16pt !important;
    color: #666666 !important;
    text-align: left !important;
    margin-bottom: 20px;
}

/* Style pour encadrer la section de livraison uniquement sur mobile */
@media (max-width: 768px) {
    .mobile-border-section {
        padding: 0 20px !important; /* Aligné sur le padding de .payment-bg-wrapper */
        margin: 0 0 30px 0 !important;
        text-align: left !important;
        box-sizing: border-box;
    }

    .mobile-border-section .form-title {
        font-size: 34px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        display: block !important;
    }
    
    .mobile-border-section .title-underline {
        margin: 15px 0 25px 0 !important;
    }

    .mobile-border-section .form-description {
        font-size: 15px !important;
        margin: 0 !important;
        padding: 0 !important;
        text-align: left !important;
        line-height: 1.7 !important;
    }
}
