.elementor-2180 .elementor-element.elementor-element-bc9bae9{--display:flex;}.elementor-2180 .elementor-element.elementor-element-2c57f6a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2180 .elementor-element.elementor-element-5f27ab0{--display:flex;}/* Start custom CSS for shortcode, class: .elementor-element-9fe80f7 *//* === Sélecteur langue WPML === */
.lang-switcher-wpml{
  display:inline-flex;
  align-items:center;
  max-width:60px;
}

/* Cas WPML legacy dropdown (le pseudo-select généré par WPML) */
.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle{
  min-width:auto;
  padding:4px 8px;
}

/* Si WPML te sort un vrai <select> natif */
.lang-switcher-wpml select{
  width:auto;
  min-width:70px;
  padding-right:15px;
}

/* ===== Bouton principal (ligne avec FR) ===== */
.lang-switcher-wpml .wpml-ls-legacy-dropdown {
  position: relative;
  font-family: 'Poppins', sans-serif;
}

.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.12);
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(15,23,42,.08);
  transition: box-shadow .15s ease, transform .12s ease, border-color .15s ease;
}

/* drapeau actif */
.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle .wpml-ls-flag img {
  width: 20px;
  height: auto;
  border-radius: 3px;
  display: block;
}

/* on masque les textes, on garde uniquement les flags */
.lang-switcher-wpml .wpml-ls-native,
.lang-switcher-wpml .wpml-ls-display {
  display: none;
}

/* Liste déroulante */
.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  position: absolute;
  top: calc(100% + 6px);
  left: 0;
  min-width: 52px;
  padding: 6px 0;
  margin: 0;
  list-style: none;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 12px 24px rgba(15,23,42,.18);
  border: 1px solid rgba(148,163,184,.35);
  z-index: 9999;
}

.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 8px;
  text-decoration: none;
}

.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-sub-menu .wpml-ls-flag img {
  width: 20px;
  height: auto;
  border-radius: 3px;
}

/* enlever toutes les flèches */
.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle::after{
  content:none;
  display:none;
}
.lang-switcher-wpml .wpml-ls-legacy-dropdown .wpml-ls-item-toggle .wpml-ls-arrow{
  display:none !important;
}

/* === TON CSS HEADER EXISTANT EN DESSOUS === */
:root{
  --rouge-adopark:#DC2626;
  --rouge-hover:#B91C1C;
  --noir:#1F2937;
  --gris:#6B7280;
  --blanc:#FFFFFF;
}
*{box-sizing:border-box;margin:0;padding:0}
html,body{font-family:'Poppins',sans-serif;color:var(--noir);line-height:1.6}
a{text-decoration:none}

/* ... tout le reste de ton CSS header ... */
/* === Wrapper général du sélecteur langue dans le header === */
.lang-switcher-wpml{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-family:'Poppins',sans-serif;
}

/* === BOUTON PRINCIPAL (ligne active : FR + flèche) === */

/* wrapper du dropdown (hover ou click) */
.lang-switcher-wpml .wpml-ls-legacy-dropdown,
.lang-switcher-wpml .wpml-ls-legacy-dropdown-click{
  position:relative;
}

/* le bouton sur lequel on clique */
.lang-switcher-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle,
.lang-switcher-wpml .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{
  display:inline-flex !important;        /* pas en block */
  align-items:center;
  gap:6px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(0,0,0,.12);
  background:#ffffff;
  cursor:pointer;
  box-shadow:0 4px 12px rgba(15,23,42,.08);
  transition:box-shadow .15s ease, transform .12s ease, border-color .15s ease;
  width:auto !important;                 /* empêche le 100% de WPML */
  min-width:auto !important;
}

/* drapeau actif dans le bouton */
.lang-switcher-wpml .wpml-ls-flag img{
  width:20px;
  height:auto;
  border-radius:3px;
  display:block;
}

/* on masque les textes, on ne garde que les flags */
.lang-switcher-wpml .wpml-ls-native,
.lang-switcher-wpml .wpml-ls-display{
  display:none !important;
}

/* flèche : on garde celle de WPML, ou on la retire si tu n’en veux pas */
.lang-switcher-wpml .wpml-ls-item-toggle::after{
  /* si tu veux enlever la flèche, décommente ci-dessous :
  content:none;
  */
}

/* hover bouton */
.lang-switcher-wpml .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover,
.lang-switcher-wpml .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:hover{
  border-color:#dc2626;
  box-shadow:0 8px 18px rgba(15,23,42,.15);
  transform:translateY(-1px);
}

/* === LISTE DÉROULANTE === */

.lang-switcher-wpml .wpml-ls-legacy-dropdown ul.wpml-ls-sub-menu,
.lang-switcher-wpml .wpml-ls-legacy-dropdown-click ul.wpml-ls-sub-menu{
  position:absolute;
  top:calc(100% + 6px);
  left:0;
  min-width:52px;
  padding:6px 0;
  margin:0;
  list-style:none;
  background:#ffffff;
  border-radius:12px;
  box-shadow:0 12px 24px rgba(15,23,42,.18);
  border:1px solid rgba(148,163,184,.35);
  z-index:9999;
}

.lang-switcher-wpml .wpml-ls-sub-menu li{
  margin:0;
  padding:0;
}

.lang-switcher-wpml .wpml-ls-sub-menu a{
  display:flex;
  align-items:center;
  justify-content:center;
  padding:6px 8px;
  text-decoration:none;
}

/* drapeaux dans le dropdown */
.lang-switcher-wpml .wpml-ls-sub-menu .wpml-ls-flag img{
  width:20px;
  height:auto;
  border-radius:3px;
}

/* hover ligne de langue */
.lang-switcher-wpml .wpml-ls-sub-menu a:hover{
  background:#f3f4f6;
}

/* langue active dans le dropdown */
.lang-switcher-wpml .wpml-ls-sub-menu .wpml-ls-current-language > a{
  background:#fee2e2;
}
/* SUPPRIMER LA FLÈCHE & tout décor WPML */
.lang-switcher-wpml .wpml-ls-item-toggle::after,
.lang-switcher-wpml .wpml-ls-item-toggle::before{
  content:none !important;
  border:none !important;
}
.lang-switcher-wpml .wpml-ls-item-toggle{
  background-image:none !important;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-020063f *//***************************************************
 * 1. LAYOUT GLOBAL "MON COMPTE"
 ***************************************************/
body.woocommerce-account #fly-my-account .woocommerce {
    max-width: 1180px;
    margin: 32px auto 64px;
    padding: 0 18px;
}

/* 2 colonnes : navigation à gauche / contenu à droite */
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation,
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content {
    background: rgba(255,255,255,0.95);
    border-radius: 18px;
    border: 1px solid #e5e7eb;
    box-shadow: 0 16px 40px rgba(15,23,42,0.10);
    padding: 22px 24px;
}

body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation {
    width: 30%;
    float: left;
}
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content {
    width: 68%;
    float: right;
}

/***************************************************
 * 2. NAVIGATION LATERALE
 ***************************************************/
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li {
    margin-bottom: 10px;
}

body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a {
    position: relative;
    display: block;
    padding: 14px 16px;
    border-radius: 14px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    color: #111827;
    font-weight: 600;
    letter-spacing: .02em;
    text-transform: uppercase;
    font-size: 13px;
    transition:
        background-color .15s ease,
        color .15s ease,
        box-shadow .15s ease,
        transform .12s ease;
}

body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a:hover {
    background: #ef4444;
    border-color: #ef4444;
    color: #fff;
    box-shadow: 0 10px 22px rgba(239,68,68,.35);
    transform: translateY(-1px);
}

/* Onglet actif */
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li.is-active > a {
    background: #ffffff;
    border-color: #ef4444;
    color: #111827;
    box-shadow: 0 10px 26px rgba(15,23,42,.12);
}
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li.is-active > a::before {
    content: "";
    position: absolute;
    left: -18px;
    top: 10px;
    bottom: 10px;
    width: 4px;
    border-radius: 999px;
    background: #ef4444;
}

/***************************************************
 * 3. CHAMPS & BOUTONS GÉNÉRAUX DANS MON COMPTE
 ***************************************************/
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content h2,
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content h3 {
    margin-top: 0;
    margin-bottom: 16px;
    font-weight: 700;
}

body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content label {
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #6b7280;
    margin-bottom: 6px;
    display: block;
}

body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content .form-row {
    margin-bottom: 14px;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input[type=text],
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input[type=email],
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input[type=password],
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input[type=tel],
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content textarea,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content select {
    width: 100%;
    height: 46px;
    border-radius: 12px;
    border: 1px solid #e5e7eb;
    background: #fff;
    padding: 10px 14px;
    font-size: 14px;
    color: #111827;
    transition: border-color .15s ease, box-shadow .15s ease;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content textarea {
    min-height: 110px;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input:focus,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content textarea:focus,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content select:focus {
    outline: none;
    border-color: #ef4444;
    box-shadow: 0 0 0 3px rgba(239,68,68,.20);
}

/* Boutons génériques */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content a.button,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content button,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content .button,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input[type=submit],
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content .woocommerce-button,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content .wp-element-button {
    background: #ef4444;
    border: none;
    color: #ffffff;
    border-radius: 999px;
    padding: 10px 18px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .06em;
    cursor: pointer;
    transition: transform .1s ease, box-shadow .15s ease, opacity .15s ease;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content a.button:hover,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content button:hover,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content .button:hover,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content input[type=submit]:hover,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content .woocommerce-button:hover,
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content .wp-element-button:hover {
    opacity: .97;
    transform: translateY(-1px);
    box-shadow: 0 10px 22px rgba(239,68,68,.35);
}

/***************************************************
 * 4. TABLEAU DES COMMANDES – STYLE LISIBLE
 ***************************************************/

/* Enveloppe du tableau */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders {
    width: 100%;
    border-collapse: collapse;
    border-radius: 14px;
    overflow: hidden;
    font-size: 14px;
}

/* En-têtes */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders thead tr {
    background: #f3f4f6;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders thead th {
    padding: 12px 14px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .08em;
    color: #6b7280;
    border-bottom: 1px solid #e5e7eb;
}

/* Lignes */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders tbody tr:nth-child(odd) {
    background: #ffffff;
}
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders tbody tr:nth-child(even) {
    background: #f9fafb;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders tbody td {
    padding: 12px 14px;
    border-bottom: 1px solid #e5e7eb;
    vertical-align: middle;
}

/* Colonne "Commande" clickable */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content table.my_account_orders
td.woocommerce-orders-table__cell-order-number a {
    font-weight: 700;
    color: #ef4444;
}

/***************************************************
 * 5. BOUTONS D’ACTION DANS LES COMMANDES
 *    (PAYER / VOIR / ANNULER)
 ***************************************************/

/* Conteneur d’actions : on range proprement */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions {
    white-space: nowrap;
}

body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions .woocommerce-orders-table__cell-order-actions {
    display: flex;
    gap: 8px;
}

/* Les boutons d’action eux-mêmes */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions .button {
    min-width: 92px;
    padding: 7px 14px;
    border-radius: 999px;
    font-size: 12px;
    text-align: center;
}

/* Bouton PAYER (classe .pay) : CTA rouge fort */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions
a.woocommerce-button.pay {
    background-color: #ef4444;
    color: #ffffff;
    border: none;
}

/* Bouton VOIR (classe .view) : style secondaire */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions
a.woocommerce-button.view {
    background-color: #ffffff;
    color: #111827;
    border: 1px solid #d1d5db;
}

/* Bouton ANNULER (classe .cancel) : neutre/gris */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions
a.woocommerce-button.cancel {
    background-color: #f3f4f6;
    color: #6b7280;
    border: 1px solid #e5e7eb;
}

/* Hover cohérent sur les trois */
body.woocommerce-account #fly-my-account
.woocommerce-MyAccount-content td.woocommerce-orders-table__cell-order-actions
a.woocommerce-button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(15,23,42,.18);
}

/***************************************************
 * 6. RESPONSIVE
 ***************************************************/
@media (max-width: 960px) {
    body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation,
    body.woocommerce-account #fly-my-account .woocommerce-MyAccount-content {
        width: 100%;
        float: none;
        margin-bottom: 16px;
    }
}

@media (max-width: 600px) {
    body.woocommerce-account #fly-my-account
    .woocommerce-MyAccount-content table.my_account_orders thead {
        display: none; /* version “cards” si besoin plus tard */
    }
}
/* NAV Mon compte : hover = rouge, plus de vert */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a:hover {
    background-color: #EF1728 !important; /* rouge */
    border-color: #EF1728 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(239, 23, 40, 0.30) !important;
}

/* au cas où un style du thème applique encore un vert avec une autre classe */
.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover span,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a span {
    background-color: transparent !important;
    color: #ffffff !important;
}
/* RESET complet des effets de fond sur la navigation Mon compte */
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a,
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a::before,
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a::after {
    background-image: none !important;
}

/* Hover 100 % rouge, sans autre couleur parasite */
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a:hover {
    background: #EF1728 !important;      /* rouge plein */
    border-color: #EF1728 !important;
    color: #FFFFFF !important;
    box-shadow: 0 8px 18px rgba(239, 23, 40, 0.30) !important;
}

/* Si un span interne reçoit encore un fond ou une couleur différente */
body.woocommerce-account #fly-my-account .woocommerce-MyAccount-navigation li a:hover span {
    background: transparent !important;
    color: #FFFFFF !important;
}

/* SUPPRESSION ABSOLUE DU VERT AU SURVOL */
#fly-my-account .woocommerce-MyAccount-navigation ul li a,
#fly-my-account .woocommerce-MyAccount-navigation ul li.is-active > a {
    background-color: #f9fafb !important;
}

/* Hover 100% rouge : écrase tout, même le vert injecté par le thème */
#fly-my-account .woocommerce-MyAccount-navigation ul li a:hover,
#fly-my-account .woocommerce-MyAccount-navigation ul li.is-active > a:hover {
    background-color: #EF1728 !important; /* rouge */
    border-color: #EF1728 !important;
    color: #ffffff !important;
    box-shadow: 0 8px 18px rgba(239, 23, 40, 0.30) !important;
}

/* Cas extrême : si un pseudo-élément colore encore le fond */
#fly-my-account .woocommerce-MyAccount-navigation ul li a:hover::before,
#fly-my-account .woocommerce-MyAccount-navigation ul li a:hover::after {
    background-color: #EF1728 !important;
}
/* Notice "délai expiré" sur la page de détail de commande */
.woocommerce .valetex-timeout-failed {
    border-radius: 10px;
    padding: 12px 16px;
}
/* Cache le message WooCommerce par défaut sur la page "Factures" */
#fly-my-account .woocommerce-MyAccount-content > .woocommerce-info {
    display: none;
}
/* Card générale du bloc factures */
#fly-my-account .flyvalet-account-invoices {
    background: #ffffff;
    border-radius: 32px;
    padding: 40px 50px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.06);
    max-width: 900px;
    margin: 40px auto 60px; /* centre horizontalement */
}

/* Titre */
#fly-my-account .flyvalet-account-invoices h2 {
    font-size: 38px;
    font-weight: 800;
    margin: 0 0 30px;
}

/* Table */
#fly-my-account .flyvalet-invoices-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 0;
    font-size: 16px;
}

/* Header de table */
#fly-my-account .flyvalet-invoices-table thead th {
    background: #f6f7f9;
    padding: 18px 26px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.08em;
    color: #8a92a1;
}

/* Lignes */
#fly-my-account .flyvalet-invoices-table tbody td {
    padding: 22px 26px;
    border-top: 1px solid #f0f1f3;
}

/* Première et dernière colonne : arrondis */
#fly-my-account .flyvalet-invoices-table thead th:first-child {
    border-top-left-radius: 22px;
}
#fly-my-account .flyvalet-invoices-table thead th:last-child {
    border-top-right-radius: 22px;
}
#fly-my-account .flyvalet-invoices-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 22px;
}
#fly-my-account .flyvalet-invoices-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 22px;
}

/* Bouton PDF façon pill rouge */
#fly-my-account .flyvalet-invoice-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 36px;
    border-radius: 999px;
    border: none;
    background: #f34336;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.06em;
    box-shadow: 0 10px 25px rgba(243, 67, 54, 0.35);
}

#fly-my-account .flyvalet-invoice-button:hover {
    background: #e3372a;
    text-decoration: none;
    transform: translateY(-1px);
}
#fly-my-account .woocommerce-button.invoice { /* style FACTURE */ }
#fly-my-account .woocommerce-button.cancel  { /* style ANNULER */ }/* End custom CSS */