.elementor-kit-5{--e-global-color-primary:#9C1D23;--e-global-color-secondary:#FBEBB8;--e-global-color-text:#070707;--e-global-color-accent:#FFCF63;--e-global-typography-primary-font-family:"cochin";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Open Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-weight:600;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Empêche les débordements horizontaux */
html, body {
  overflow-x: hidden;
}

/* Structure en deux colonnes stable */
.woocommerce-account .woocommerce {
  display: flex;
  flex-wrap: nowrap;
  gap: 40px;
  align-items: flex-start;
}

/* Navigation à gauche */
.woocommerce-MyAccount-navigation {
  width: 260px;
  flex-shrink: 0;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff7f7;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eee;
}

.woocommerce-MyAccount-navigation ul li a {
  display: block;
  padding: 12px 16px;
  color: #9d2b2b;
  font-weight: 600;
  text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
  background-color: #9d2b2b;
  color: white;
  border-radius: 0 6px 6px 0;
}

/* Contenu à droite */
.woocommerce-MyAccount-content {
  flex-grow: 1;
  padding: 20px;
  background-color: #fffdfd;
  border: 1px solid #e2e2e2;
  border-radius: 6px;
  min-height: 600px;
  box-sizing: border-box;
  max-width: 100%;
}

/* Uniformise les tailles de contenus WooCommerce */
.woocommerce-MyAccount-content > * {
  max-width: 100%;
}

/* Empêche les blocs internes de forcer la hauteur */
.woocommerce-MyAccount-content form,
.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info {
  width: 100%;
  box-sizing: border-box;
}

/* Responsive pour mobile */
@media (max-width: 768px) {
  .woocommerce-account .woocommerce {
    flex-direction: column;
  }
  .woocommerce-MyAccount-navigation {
    width: 100%;
  }
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'cochin';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://larigoule.com/wp-content/uploads/2025/03/Cochin.ttf') format('truetype');
}
/* End Custom Fonts CSS */