.elementor-10 .elementor-element.elementor-element-7223cf3{--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-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-5bf459a{--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-10 .elementor-element.elementor-element-0fe7f45{--spacer-size:30px;}.elementor-10 .elementor-element.elementor-element-1244639{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-10 .elementor-element.elementor-element-6a9d2b4d{text-align:start;color:var( --e-global-color-kadence2 );}.elementor-10 .elementor-element.elementor-element-6a9d2b4d a{color:#F7F367;}.elementor-10 .elementor-element.elementor-element-6a9d2b4d a:hover, .elementor-10 .elementor-element.elementor-element-6a9d2b4d a:focus{color:#C6D4DD;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-6a9d2b4d *//* =========================
   FOND GLOBAL
========================= */
body.woocommerce-account {
  background: #f4f7fb;
}

/* =========================
   TITRE
========================= */
.woocommerce-account .entry-title,
.woocommerce-account h1,
.woocommerce-account h2 {
  font-size: 38px;
  font-weight: 800;
  color: #1f5fae;
  margin-bottom: 25px;
}

/* =========================
   STRUCTURE
========================= */
.woocommerce-account .woocommerce {
  display: flex;
  gap: 30px;
  align-items: flex-start;
}

/* =========================
   MENU GAUCHE
========================= */
.woocommerce-MyAccount-navigation {
  width: 280px;
  min-width: 280px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 18px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation li:last-child {
  margin-bottom: 0;
}

/* LIENS MENU */
.woocommerce-MyAccount-navigation a {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 12px;
  text-decoration: none;
  font-size: 15.5px;
  font-weight: 600;
  background: #8B5E3C;
  color: #1f2d3d;
  transition: all 0.2s ease;
}

/* HOVER */
.woocommerce-MyAccount-navigation a:hover {
  background: #e2ecf7;
  color: #1f5fae;
  transform: translateX(3px);
}

/* ACTIF */
.woocommerce-MyAccount-navigation .is-active a {
  background: #1f5fae;
  color: #ffffff;
  box-shadow: 0 8px 18px rgba(31, 95, 174, 0.2);
}

/* =========================
   CONTENU DROIT
========================= */
.woocommerce-MyAccount-content {
  flex: 1;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.04);
  min-height: 400px;
}

/* TEXTE */
.woocommerce-MyAccount-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 15px;
}

/* LIENS */
.woocommerce-MyAccount-content a {
  color: #1f5fae;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-MyAccount-content a:hover {
  text-decoration: underline;
}

/* BLOC BIENVENUE */
.woocommerce-MyAccount-content p:first-child {
  background: #f7fbff;
  border: 1px solid #d9e8f7;
  padding: 14px 16px;
  border-radius: 10px;
}

/* =========================
   TABLEAUX (COMMANDES)
========================= */
.woocommerce-MyAccount-content table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

.woocommerce-MyAccount-content table th,
.woocommerce-MyAccount-content table td {
  padding: 12px;
  border-bottom: 1px solid #edf2f7;
  text-align: left;
}

.woocommerce-MyAccount-content table th {
  background: #f8fbfe;
  color: #1f5fae;
  font-weight: 700;
}

/* =========================
   BOUTONS
========================= */
.woocommerce-account .button,
.woocommerce-account button,
.woocommerce-account input[type="submit"] {
  background: #1f5fae !important;
  color: #ffffff !important;
  border-radius: 10px !important;
  border: none !important;
  padding: 10px 18px !important;
  font-weight: 600 !important;
}

.woocommerce-account .button:hover,
.woocommerce-account button:hover,
.woocommerce-account input[type="submit"]:hover {
  background: #174a87 !important;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 980px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }

  .woocommerce-MyAccount-navigation {
    width: 100%;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    padding: 20px;
  }

  .woocommerce-account h1,
  .woocommerce-account h2 {
    font-size: 28px;
  }
}/* End custom CSS */