@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ============================================
   MIXINS GLOBAUX
   ============================================ */
/* ============================================
   MIXINS POUR LES FORMULAIRES
   ============================================ */
* {
  font-family: "Poppins", sans-serif;
  line-height: 1.7rem;
  padding: 0;
  margin: 0;
  font-style: normal;
  box-sizing: border-box;
}

ul {
  padding-left: 2.56rem;
}

html {
  font-size: 18px;
  height: 100%;
}

sub,
sup {
  font-size: 1rem;
}

body {
  font-size: 1.1111rem;
  color: #000000;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  min-height: 100vh;
}

#page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

#wrapper {
  flex: 1 0 auto;
  padding-top: 100px;
}
@media (max-width: 768px) {
  #wrapper {
    padding-top: 90px;
  }
}

img {
  max-width: 100%;
}

#overDiv {
  z-index: 1000;
  display: none;
}

h1 {
  font-family: "Amiri", serif;
  font-size: 4rem;
  line-height: 4.72222rem;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 1em;
}

.legend_indisponible,
.legend_incomplet {
  display: none !important;
}

.contact h1,
.que-faire-sur-lile h1,
.home h1,
.galerie-photos h1 {
  text-shadow: 0 0 25px rgb(0, 0, 0);
}

h2 {
  font-family: "Amiri", serif;
  color: #007893;
  font-size: 2.5rem;
  font-weight: 700;
  font-style: italic;
  margin-bottom: 2rem;
  line-height: 1em;
}

h3 {
  font-family: "Amiri", serif;
  color: #007893;
  font-size: 1.94444rem;
  font-style: italic;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1em;
}

.sous-titre {
  color: #000000;
  font-size: 1.38889rem;
  font-weight: 700;
  padding-top: 0.5rem;
}

.separateur {
  display: none;
  width: 2px;
  height: 7.94444rem;
  background-color: #FFF;
}
@media (min-width: 981px) {
  .separateur {
    display: block;
  }
}

.section-patchwork {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  /* 2 colonnes de base */
  grid-template-rows: repeat(8, 1fr);
  /* 2 lignes de base */
  gap: 1.11rem;
  /* Espace entre les photos */
  margin: 0 auto;
  position: relative;
  margin-top: -2rem;
  /* Photo 1 - en haut à gauche, haute et large */
  /* Photo 2 - au milieu à gauche, plus carrée, légèrement décalée vers la droite */
  /* Photo 3 - en haut à droite, rectangulaire horizontale, plus petite */
  /* Photo 4 - en bas à droite, rectangulaire horizontale, la plus large, s'étend vers la gauche */
}
.section-patchwork .photo-1 {
  grid-column: 1/4;
  grid-row: 1/5;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.section-patchwork .photo-2 {
  grid-column: 4/7;
  grid-row: 3/7;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.section-patchwork .photo-3 {
  grid-column: 7/10;
  grid-row: 2/5;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.section-patchwork .photo-4 {
  grid-column: 7/11;
  /* S'étend sur les deux colonnes */
  grid-row: 5/9;
  /* Prend 70% de la largeur totale, s'étend de la droite vers la gauche */
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.section-patchwork .photo-1 img,
.section-patchwork .photo-2 img,
.section-patchwork .photo-3 img,
.section-patchwork .photo-4 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

#header {
  position: relative;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.27rem 0;
  z-index: 3;
  background-color: #0C2331;
}
#header #headerInner {
  max-width: 88.11rem;
  padding: 0 25px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header #logo {
  max-width: 8.77778rem;
  width: 100%;
}
#header .menu-toggle {
  display: none;
}

#header {
  position: fixed;
  z-index: 5;
}

#footer {
  background-color: #0C2331;
  padding-top: 1.8rem;
}
#footer #footerInner > div {
  flex: 1;
}
#footer #footerInner,
#footer #signature {
  max-width: 69.72222rem;
  padding: 0 25px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#footer #signature {
  font-size: 1rem;
  display: block;
  text-align: center;
  border-top: 0.05556rem solid #8CCD00;
  padding-top: 0.89rem;
  padding-bottom: 0.5rem;
  color: #FFFFFF;
}
#footer #signature a {
  font-size: 1rem;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#footer #signature a:hover {
  color: #699a00;
  text-decoration: none;
}
#footer .logo--footer img {
  max-width: 200px;
  height: auto;
}
#footer .menu--footer,
#footer .page-adm--footer {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
#footer .menu--footer a,
#footer .page-adm--footer a {
  color: #FFFFFF;
  font-size: 1rem;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
#footer .menu--footer a:hover,
#footer .page-adm--footer a:hover {
  color: #699a00;
  text-decoration: none;
}

#nested {
  max-width: 36.39rem;
  padding: 0 25px;
  width: 100%;
}
#nested ul.firstLevel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 36.39rem;
  width: 100%;
  margin-bottom: 0;
  list-style: none;
  padding: 0;
}
#nested ul.firstLevel li {
  display: block;
}
#nested ul.firstLevel li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-size: 1rem;
  padding: 0.5rem 1rem;
}
#nested ul.firstLevel li a:hover {
  color: #699a00;
  text-decoration: none;
}

.w-compte .widgetLoginLinks a,
.compte--footer .widgetLoginLinks a {
  background-color: #8CCD00;
  padding: 0.28rem 0.25rem 0.28rem 1rem;
  border-radius: 2.22222rem;
  color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.w-compte .widgetLoginLinks a::after,
.compte--footer .widgetLoginLinks a::after {
  content: "";
  background-image: url("/media/picto-compte.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  width: 2.5rem;
  height: 2.5rem;
}
.w-compte .widgetLoginLinks a:hover,
.compte--footer .widgetLoginLinks a:hover {
  color: #FFFFFF;
  background-color: #699a00;
  text-decoration: none;
}

#diaporama-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
}
#diaporama-top #diaporama-top-inner {
  max-width: 88.11rem;
  padding: 0 25px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3.72rem;
}
@media (max-width: 980px) {
  #diaporama-top #diaporama-top-inner {
    top: 50%;
  }
}
#diaporama-top .swiper {
  width: 100%;
}
#diaporama-top .swiper::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#diaporama-top .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#diaporama-top .swiper .swiper-pagination {
  bottom: 20px;
}
#diaporama-top .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #FFFFFF;
  opacity: 0.5;
  transform: scale(1) !important;
}
#diaporama-top .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #8CCD00;
}

.section-inner {
  max-width: 76.67rem;
  width: 100%;
  margin: 0 auto;
  padding: 2.94rem 25px;
}

.text-center {
  text-align: center;
}

.section-product {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
  margin-top: 1.11rem;
}
.section-product .short_product {
  position: relative;
  grid-column: span 1;
  grid-row: span 1;
  border-radius: 0.44444rem;
  overflow: hidden;
  height: 20.44444rem;
}
.section-product .short_product::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 167, 205, 0) 64.42%, rgba(0, 167, 205, 0.5) 90.87%);
  transition: opacity 0.3s ease-in-out;
}
.section-product .short_product::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(0, 167, 205, 0) 41.71%, rgba(0, 167, 205, 0.5) 100%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none;
}
.section-product .short_product .short_product_container {
  position: relative;
  height: 100%;
}
.section-product .short_product .short_product_container img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section-product .short_product .short_product_container .proprietes {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
  padding: 0.8rem 0.44rem;
  transition: max-height 0.3s ease-in-out;
}
.section-product .short_product .short_product_container .proprietes .short_product_title {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.3rem;
  display: block;
}
.section-product .short_product .short_product_container .proprietes .short_product_content {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  margin-top: 0;
}
.section-product .short_product:hover::after {
  opacity: 1;
}
.section-product .short_product:hover .short_product_container .proprietes .short_product_content {
  max-height: 10rem;
  opacity: 1;
  margin-top: 0.3rem;
}

.section-btn.que-faire-sur-lile a {
  display: inline-block;
  background-color: #8CCD00;
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}
.section-btn.que-faire-sur-lile a:hover {
  background-color: #699a00;
  text-decoration: none;
}

/* ============================================
   CALENDRIER DE RÉSERVATION - STYLES GLOBAUX
   ============================================ */
.cal-reservation {
  padding: 0;
  margin-bottom: 1rem;
  clear: both;
}

#bookingCalendar {
  font-size: 0.85rem;
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  margin-bottom: 1rem;
  color: #FFFFFF;
}
#bookingCalendar caption {
  font-size: 1rem;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  color: #000000;
  margin: 0;
  position: relative;
}
#bookingCalendar caption a.previous,
#bookingCalendar caption a.next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  text-decoration: none;
  color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  min-width: 40px;
  height: 40px;
}
#bookingCalendar caption a.previous svg,
#bookingCalendar caption a.next svg {
  width: 12px;
  height: 21px;
  transition: transform 0.3s ease;
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
}
#bookingCalendar caption a.previous svg path,
#bookingCalendar caption a.next svg path {
  fill: #007893;
  transition: fill 0.3s ease;
}
#bookingCalendar caption a.previous:hover, #bookingCalendar caption a.previous:focus,
#bookingCalendar caption a.next:hover,
#bookingCalendar caption a.next:focus {
  background-color: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
  outline: none;
}
#bookingCalendar caption a.previous:hover svg, #bookingCalendar caption a.previous:focus svg,
#bookingCalendar caption a.next:hover svg,
#bookingCalendar caption a.next:focus svg {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
}
#bookingCalendar caption a.previous:active,
#bookingCalendar caption a.next:active {
  transform: scale(0.95);
}
#bookingCalendar caption a.previous {
  margin-right: 10px;
}
#bookingCalendar caption a.previous:hover svg, #bookingCalendar caption a.previous:focus svg {
  transform: translateX(-3px);
}
#bookingCalendar caption a.next {
  margin-left: 10px;
}
#bookingCalendar caption a.next:hover svg, #bookingCalendar caption a.next:focus svg {
  transform: translateX(3px);
}
@media (max-width: 768px) {
  #bookingCalendar caption {
    font-size: 0.9rem;
    padding: 8px 5px;
  }
  #bookingCalendar caption a.previous,
  #bookingCalendar caption a.next {
    padding: 6px 10px;
    min-width: 36px;
    height: 36px;
  }
  #bookingCalendar caption a.previous svg,
  #bookingCalendar caption a.next svg {
    width: 10px;
    height: 18px;
  }
}
@media (max-width: 480px) {
  #bookingCalendar caption {
    font-size: 0.85rem;
    padding: 6px 3px;
  }
  #bookingCalendar caption a.previous,
  #bookingCalendar caption a.next {
    padding: 5px 8px;
    min-width: 32px;
    height: 32px;
  }
  #bookingCalendar caption a.previous svg,
  #bookingCalendar caption a.next svg {
    width: 9px;
    height: 16px;
  }
}
#bookingCalendar thead,
#bookingCalendar tbody {
  background-color: #FFFFFF;
  color: #000000;
}
#bookingCalendar thead th.days {
  padding: 8px 4px;
  font-size: 0.75rem;
  font-weight: bold;
  background-color: #f5f5f5;
  color: #000000;
  text-align: center;
}
#bookingCalendar tbody td {
  padding: 8px 4px;
  font-size: 0.85rem;
  text-align: center;
  border: 1px solid #e0e0e0;
  min-width: 35px;
  height: 35px;
  vertical-align: middle;
  transition: all 0.2s ease;
}
#bookingCalendar tbody td span {
  display: inline-block;
  font-weight: 500;
}
#bookingCalendar tbody td.past_day {
  background-color: #e8e8e8;
  color: #999999;
  cursor: not-allowed;
}
#bookingCalendar tbody td.past_day.enabled {
  background-color: #d4e8d4;
  color: #666666;
}
#bookingCalendar tbody td.to_come {
  background-color: #449F00;
  color: #ffffff;
  cursor: pointer;
}
#bookingCalendar tbody td.to_come.enabled {
  background-color: #449F00;
  color: #ffffff;
}
#bookingCalendar tbody td.to_come.enabled:hover {
  background-color: #5cb32a;
  transform: scale(1.05);
}
#bookingCalendar tbody td.to_come.full {
  background-color: #DF1B1B !important;
  color: #ffffff;
  cursor: not-allowed;
  position: relative;
}
#bookingCalendar tbody td.to_come.full:hover {
  background-color: #ff3333;
}
#bookingCalendar tbody td.no_day {
  background-color: #f9f9f9;
  border: none;
  cursor: default;
}
#bookingCalendar tbody td.disabled {
  background-color: #000000;
  color: #ffffff;
  cursor: not-allowed;
}

#legend {
  margin-top: 15px;
  padding: 10px 0;
}
#legend .zoneetats ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}
#legend .zoneetats ul li {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
  color: #333333;
  list-style-type: none !important;
  font-weight: bold;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.8);
}
#legend .zoneetats ul li .legend_disponible,
#legend .zoneetats ul li .legend_indisponible,
#legend .zoneetats ul li .legend_complet,
#legend .zoneetats ul li .legend_incomplet {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  flex-shrink: 0;
}
#legend .zoneetats ul li .legend_disponible {
  background-color: #449F00;
}
#legend .zoneetats ul li .legend_indisponible {
  background-color: #000000;
}
#legend .zoneetats ul li .legend_complet {
  background-color: #DF1B1B;
}
#legend .zoneetats ul li .legend_incomplet {
  background-color: #EF8B3B;
}
#legend .zoneetats ul li span {
  white-space: nowrap;
}

.gallerie-photos #text,
.home #text,
.que-faire-sur-lile #text,
.catalogProductDetail #text {
  position: relative;
}
.gallerie-photos #wrapper,
.home #wrapper,
.que-faire-sur-lile #wrapper,
.catalogProductDetail #wrapper {
  overflow: hidden;
}
.gallerie-photos #section-1::before,
.home #section-1::before,
.que-faire-sur-lile #section-1::before,
.catalogProductDetail #section-1::before {
  content: "";
  position: absolute;
  top: 12%;
  right: -23%;
  width: 100%;
  height: 100%;
  background-image: url("/media/vecteur-flower.webp");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}
.gallerie-photos .product_detail::before,
.home .product_detail::before,
.que-faire-sur-lile .product_detail::before,
.catalogProductDetail .product_detail::before {
  content: "";
  position: absolute;
  top: -4%;
  right: -23%;
  width: 100%;
  height: 100%;
  background-image: url("/media/vecteur-flower.webp");
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.que-faire-sur-lile #section-1::before {
  top: 0;
}

.home #wrapper {
  background-image: url("/media/fond-bas.webp");
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  padding-bottom: 12rem;
  overflow: hidden;
}
.home #section-2 .section-content {
  padding-left: 31.28rem;
}
.home #section-3 {
  margin-top: -10rem;
}
.home #section-3 .section-inner {
  display: grid;
  grid-template-columns: 6fr 4fr;
  gap: 1.11rem;
}
.home #section-3 .section-content {
  padding-left: 0;
}
.home #section-3 .section-btn {
  padding-top: 7.72rem;
}
.home #section-4 .section-btn {
  text-align: center;
}

.que-faire-sur-lile #section-1 .section-inner {
  padding-bottom: 0;
}
.que-faire-sur-lile #section-1 .section-content {
  max-width: 55%;
}
.que-faire-sur-lile #section-1 .section-patchwork {
  margin-top: -3rem;
  grid-template-rows: repeat(7, 1fr);
  /* Photo 1 - en haut à gauche, haute et large */
  /* Photo 2 - au milieu à gauche, plus carrée, légèrement décalée vers la droite */
  /* Photo 3 - en haut à droite, rectangulaire horizontale, plus petite */
  /* Photo 4 - en bas à droite, rectangulaire horizontale, la plus large, s'étend vers la gauche */
}
.que-faire-sur-lile #section-1 .section-patchwork .photo-1 {
  grid-column: 1/4;
  grid-row: 2/6;
  display: flex;
  align-items: center;
}
.que-faire-sur-lile #section-1 .section-patchwork .photo-2 {
  grid-column: 4/7;
  grid-row: 3/7;
}
.que-faire-sur-lile #section-1 .section-patchwork .photo-3 {
  grid-column: 7/11;
  grid-row: 1/5;
  display: flex;
  align-items: flex-start;
}
.que-faire-sur-lile #section-1 .section-patchwork .photo-4 {
  grid-column: 7/10;
  /* S'étend sur les deux colonnes */
  grid-row: 5/10;
  /* Prend 70% de la largeur totale, s'étend de la droite vers la gauche */
}
.que-faire-sur-lile #section-2 {
  margin-top: -5rem;
}
.que-faire-sur-lile #section-2 h2 {
  max-width: 55%;
}
.que-faire-sur-lile #section-3 .section-inner,
.que-faire-sur-lile #section-4 .section-inner,
.que-faire-sur-lile #section-5 .section-inner,
.que-faire-sur-lile #section-6 .section-inner,
.que-faire-sur-lile #section-7 .section-inner,
.que-faire-sur-lile #section-8 .section-inner,
.que-faire-sur-lile #section-9 .section-inner,
.que-faire-sur-lile #section-10 .section-inner,
.que-faire-sur-lile #section-11 .section-inner,
.que-faire-sur-lile #section-12 .section-inner,
.que-faire-sur-lile #section-13 .section-inner,
.que-faire-sur-lile #section-14 .section-inner {
  display: flex;
  flex-direction: row;
  gap: 1.11rem;
  align-items: center;
  padding: 2.14rem 0;
}
.que-faire-sur-lile #section-3 .section-media,
.que-faire-sur-lile #section-4 .section-media,
.que-faire-sur-lile #section-5 .section-media,
.que-faire-sur-lile #section-6 .section-media,
.que-faire-sur-lile #section-7 .section-media,
.que-faire-sur-lile #section-8 .section-media,
.que-faire-sur-lile #section-9 .section-media,
.que-faire-sur-lile #section-10 .section-media,
.que-faire-sur-lile #section-11 .section-media,
.que-faire-sur-lile #section-12 .section-media,
.que-faire-sur-lile #section-13 .section-media,
.que-faire-sur-lile #section-14 .section-media {
  flex: 1 0 40%;
}
.que-faire-sur-lile #section-3 .section-media img,
.que-faire-sur-lile #section-4 .section-media img,
.que-faire-sur-lile #section-5 .section-media img,
.que-faire-sur-lile #section-6 .section-media img,
.que-faire-sur-lile #section-7 .section-media img,
.que-faire-sur-lile #section-8 .section-media img,
.que-faire-sur-lile #section-9 .section-media img,
.que-faire-sur-lile #section-10 .section-media img,
.que-faire-sur-lile #section-11 .section-media img,
.que-faire-sur-lile #section-12 .section-media img,
.que-faire-sur-lile #section-13 .section-media img,
.que-faire-sur-lile #section-14 .section-media img {
  max-width: 527px;
  border-radius: 0.22222rem;
}
.que-faire-sur-lile #section-3 .section-content,
.que-faire-sur-lile #section-4 .section-content,
.que-faire-sur-lile #section-5 .section-content,
.que-faire-sur-lile #section-6 .section-content,
.que-faire-sur-lile #section-7 .section-content,
.que-faire-sur-lile #section-8 .section-content,
.que-faire-sur-lile #section-9 .section-content,
.que-faire-sur-lile #section-10 .section-content,
.que-faire-sur-lile #section-11 .section-content,
.que-faire-sur-lile #section-12 .section-content,
.que-faire-sur-lile #section-13 .section-content,
.que-faire-sur-lile #section-14 .section-content {
  flex: 0 1 auto;
}
.que-faire-sur-lile #section-3 .section-btn,
.que-faire-sur-lile #section-4 .section-btn,
.que-faire-sur-lile #section-5 .section-btn,
.que-faire-sur-lile #section-6 .section-btn,
.que-faire-sur-lile #section-7 .section-btn,
.que-faire-sur-lile #section-8 .section-btn,
.que-faire-sur-lile #section-9 .section-btn,
.que-faire-sur-lile #section-10 .section-btn,
.que-faire-sur-lile #section-11 .section-btn,
.que-faire-sur-lile #section-12 .section-btn,
.que-faire-sur-lile #section-13 .section-btn,
.que-faire-sur-lile #section-14 .section-btn {
  margin-top: 2rem;
}

.contact .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}
.contact .formulaire form {
  width: 100%;
}
.contact .formulaire form .row {
  margin-bottom: 20px;
}
.contact .formulaire form .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
.contact .formulaire form .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
.contact .formulaire form .row label.checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.6;
}
.contact .formulaire form .row label.checkbox-label input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  margin-top: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.contact .formulaire form .row span .relative {
  position: relative;
}
.contact .formulaire form .row input[type=text],
.contact .formulaire form .row input[type=email],
.contact .formulaire form .row input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.contact .formulaire form .row input[type=text]:focus,
.contact .formulaire form .row input[type=email]:focus,
.contact .formulaire form .row input[type=tel]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.contact .formulaire form .row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
.contact .formulaire form .row textarea:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.contact .formulaire form #captcha {
  margin: 25px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 4px;
}
.contact .formulaire form #captcha .recaptchaPlaceholder {
  display: flex;
  justify-content: center;
}
.contact .formulaire form .clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.contact .formulaire form .submit {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
.contact .formulaire form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 150px;
}
.contact .formulaire form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.contact .formulaire form .submit input[type=reset] {
  padding: 0.5rem 1rem;
  background: #6c757d;
  color: #FFFFFF;
  border: none;
  border-radius: 2.22222rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 150px;
}
.contact .formulaire form .submit input[type=reset]:hover {
  background: #5a6268;
  text-decoration: none;
}
@media (max-width: 768px) {
  .contact .formulaire {
    padding: 20px;
  }
  .contact .formulaire form .row label.checkbox-label {
    font-size: 0.9rem;
  }
  .contact .formulaire form .submit {
    flex-direction: column;
  }
  .contact .formulaire form .submit input[type=submit],
  .contact .formulaire form .submit input[type=reset] {
    width: 100%;
  }
}

/* ============================================
   PREFORMATED CONTENT 14 - PAGE AVEC FORMULAIRE
   ============================================ */
.adm h3 {
  margin-top: 1rem;
}
.adm #section-1 .section-content h1,
.adm #section-2 .section-content h1 {
  font-family: "Amiri", serif;
  font-size: 4rem;
  line-height: 4.72222rem;
  font-weight: 700;
  color: #007893;
  margin-bottom: 1.5rem;
  line-height: 1em;
}
.adm #section-1 .section-content > *:not(h1) p,
.adm #section-2 .section-content > *:not(h1) p {
  margin-bottom: 1rem;
  color: #000000;
}
.adm #section-1 .section-content > *:not(h1) p:last-child,
.adm #section-2 .section-content > *:not(h1) p:last-child {
  margin-bottom: 0;
}
.adm #section-1 .section-content > *:not(h1) ul,
.adm #section-1 .section-content > *:not(h1) ol,
.adm #section-2 .section-content > *:not(h1) ul,
.adm #section-2 .section-content > *:not(h1) ol {
  margin-left: 1.5rem;
  margin-bottom: 1rem;
  color: #000000;
}
.adm #section-1 .section-content > *:not(h1) ul li,
.adm #section-1 .section-content > *:not(h1) ol li,
.adm #section-2 .section-content > *:not(h1) ul li,
.adm #section-2 .section-content > *:not(h1) ol li {
  margin-bottom: 0.5rem;
  color: #000000;
}
.adm #section-1 .section-content > *:not(h1) a,
.adm #section-2 .section-content > *:not(h1) a {
  color: #007893;
}
.adm #section-1 .section-content > *:not(h1) a:hover,
.adm #section-2 .section-content > *:not(h1) a:hover {
  color: #007893;
}
.adm #section-2 .section-content .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
}
.adm #section-2 .section-content .formulaire form {
  width: 100%;
}
.adm #section-2 .section-content .formulaire form .row {
  margin-bottom: 20px;
  margin-bottom: 1.5rem;
}
.adm #section-2 .section-content .formulaire form .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
  display: block;
}
.adm #section-2 .section-content .formulaire form .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
.adm #section-2 .section-content .formulaire form .row label.checkbox-label {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.6;
}
.adm #section-2 .section-content .formulaire form .row label.checkbox-label input[type=checkbox] {
  width: auto;
  margin-right: 10px;
  margin-top: 3px;
  cursor: pointer;
  flex-shrink: 0;
}
.adm #section-2 .section-content .formulaire form .row input[type=text],
.adm #section-2 .section-content .formulaire form .row input[type=email],
.adm #section-2 .section-content .formulaire form .row input[type=tel],
.adm #section-2 .section-content .formulaire form .row input[type=password],
.adm #section-2 .section-content .formulaire form .row input[type=date],
.adm #section-2 .section-content .formulaire form .row input[type=number] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  width: 100%;
}
.adm #section-2 .section-content .formulaire form .row input[type=text]:focus,
.adm #section-2 .section-content .formulaire form .row input[type=email]:focus,
.adm #section-2 .section-content .formulaire form .row input[type=tel]:focus,
.adm #section-2 .section-content .formulaire form .row input[type=password]:focus,
.adm #section-2 .section-content .formulaire form .row input[type=date]:focus,
.adm #section-2 .section-content .formulaire form .row input[type=number]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.adm #section-2 .section-content .formulaire form .row textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  width: 100%;
  min-height: 120px;
  resize: vertical;
  font-family: inherit;
}
.adm #section-2 .section-content .formulaire form .row textarea:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.adm #section-2 .section-content .formulaire form .row select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  width: 100%;
}
.adm #section-2 .section-content .formulaire form .row select:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.adm #section-2 .section-content .formulaire form #captcha {
  margin: 25px 0;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 4px;
}
.adm #section-2 .section-content .formulaire form #captcha .recaptchaPlaceholder {
  display: flex;
  justify-content: center;
}
.adm #section-2 .section-content .formulaire form .clear {
  clear: both;
  height: 0;
  line-height: 0;
}
.adm #section-2 .section-content .formulaire form .submit {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
  margin-top: 2rem;
}
.adm #section-2 .section-content .formulaire form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 150px;
}
.adm #section-2 .section-content .formulaire form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.adm #section-2 .section-content .formulaire form .submit input[type=reset] {
  padding: 0.5rem 1rem;
  background: #6c757d;
  color: #FFFFFF;
  border: none;
  border-radius: 2.22222rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 150px;
}
.adm #section-2 .section-content .formulaire form .submit input[type=reset]:hover {
  background: #5a6268;
  text-decoration: none;
}
.adm #section-2 .section-content .formulaire #confirmation {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #d4edda;
  border: 1px solid #c3e6cb;
  border-radius: 4px;
  color: #155724;
}
.adm #section-2 .section-content .formulaire #confirmation.error {
  background-color: #f8d7da;
  border-color: #f5c6cb;
  color: #721c24;
}
@media (max-width: 768px) {
  .adm #section-2 .section-content .formulaire {
    padding: 1.5rem;
  }
  .adm #section-2 .section-content .formulaire form .row label.checkbox-label {
    font-size: 0.9rem;
  }
  .adm #section-2 .section-content .formulaire form .submit {
    flex-direction: column;
    gap: 1rem;
  }
  .adm #section-2 .section-content .formulaire form .submit input[type=submit],
  .adm #section-2 .section-content .formulaire form .submit input[type=reset] {
    width: 100%;
  }
}

#accountAuthentification {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountAuthentification h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountAuthentification #accountAuthentificationForm {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto 30px;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm {
  width: 100%;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span:first-child, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span:first-child {
  min-width: 180px;
  margin-right: 15px;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span:first-child label, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span:first-child label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 0;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span:first-child label .obligatory, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span:first-child label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span.fields, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span.fields {
  flex: 1;
  min-width: 250px;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span.fields input[type=text],
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span.fields input[type=password], #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span.fields input[type=text],
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span.fields input[type=password] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span.fields input[type=text]:focus,
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span.fields input[type=password]:focus, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span.fields input[type=text]:focus,
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span.fields input[type=password]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .submit {
  margin-top: 25px;
  text-align: center;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
#accountAuthentification #accountAuthentificationForm form#contentLoginForm .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#accountAuthentification #accountAuthentificationForm #accountLostPassword {
  margin-top: 20px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #e9ecef;
}
#accountAuthentification #accountAuthentificationForm #accountLostPassword a.LinkIn.lostPassword {
  color: #007893;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.2s ease;
}
#accountAuthentification #accountAuthentificationForm #accountLostPassword a.LinkIn.lostPassword:hover {
  color: #004e60;
  text-decoration: underline;
}
#accountAuthentification #account_authentification_subscription {
  text-align: center;
  margin: 0 auto;
}
#accountAuthentification #account_authentification_subscription a.LinkIn.accountAuthentificationSubscription {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  text-decoration: none;
}
#accountAuthentification #account_authentification_subscription a.LinkIn.accountAuthentificationSubscription:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#accountAuthentification #account_authentification_subscription a.LinkIn.accountAuthentificationSubscription span {
  display: inline-block;
}
@media (max-width: 768px) {
  #accountAuthentification #accountAuthentificationForm {
    padding: 20px;
  }
  #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password {
    flex-direction: column;
    align-items: stretch;
  }
  #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span:first-child, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span:first-child {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.username span.fields, #accountAuthentification #accountAuthentificationForm form#contentLoginForm .row.password span.fields {
    min-width: auto;
  }
  #accountAuthentification #accountAuthentificationForm form#contentLoginForm .submit input[type=submit] {
    width: 100%;
  }
  #accountAuthentification #account_authentification_subscription {
    padding: 20px;
  }
  #accountAuthentification #account_authentification_subscription a.LinkIn.accountAuthentificationSubscription {
    width: 100%;
    text-align: center;
  }
}

#accountNewPassword {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountNewPassword h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
#accountNewPassword > p {
  margin: 0 auto 30px;
  text-align: center;
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
}
#accountNewPassword form#contentNewPasswordForm {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
#accountNewPassword form#contentNewPasswordForm fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#accountNewPassword form#contentNewPasswordForm fieldset legend {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007893;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
  width: 100%;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row span:first-child {
  min-width: 120px;
  margin-right: 15px;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row span:first-child label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 0;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row span:first-child label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row span.fields {
  flex: 1;
  min-width: 250px;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row span.fields input[type=text],
#accountNewPassword form#contentNewPasswordForm fieldset .row span.fields input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
#accountNewPassword form#contentNewPasswordForm fieldset .row span.fields input[type=text]:focus,
#accountNewPassword form#contentNewPasswordForm fieldset .row span.fields input[type=email]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountNewPassword form#contentNewPasswordForm fieldset .submit {
  margin-top: 25px;
  text-align: center;
}
#accountNewPassword form#contentNewPasswordForm fieldset .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
#accountNewPassword form#contentNewPasswordForm fieldset .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  #accountNewPassword > p {
    padding: 0 20px;
  }
  #accountNewPassword form#contentNewPasswordForm {
    padding: 20px;
  }
  #accountNewPassword form#contentNewPasswordForm fieldset .row {
    flex-direction: column;
    align-items: stretch;
  }
  #accountNewPassword form#contentNewPasswordForm fieldset .row span:first-child {
    min-width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }
  #accountNewPassword form#contentNewPasswordForm fieldset .row span.fields {
    min-width: auto;
  }
  #accountNewPassword form#contentNewPasswordForm fieldset .submit input[type=submit] {
    width: 100%;
  }
}

#accountSubscription {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountSubscription h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountSubscription .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
#accountSubscription .formulaire form#formpersonnalise {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
#accountSubscription .formulaire form#formpersonnalise .row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#accountSubscription .formulaire form#formpersonnalise .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
#accountSubscription .formulaire form#formpersonnalise .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#accountSubscription .formulaire form#formpersonnalise .row div {
  width: 100%;
}
#accountSubscription .formulaire form#formpersonnalise .row div input[type=text],
#accountSubscription .formulaire form#formpersonnalise .row div input[type=email],
#accountSubscription .formulaire form#formpersonnalise .row div input[type=password],
#accountSubscription .formulaire form#formpersonnalise .row div input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  height: 48px;
  box-sizing: border-box;
}
#accountSubscription .formulaire form#formpersonnalise .row div input[type=text]:focus,
#accountSubscription .formulaire form#formpersonnalise .row div input[type=email]:focus,
#accountSubscription .formulaire form#formpersonnalise .row div input[type=password]:focus,
#accountSubscription .formulaire form#formpersonnalise .row div input[type=tel]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountSubscription .formulaire form#formpersonnalise .row div select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
#accountSubscription .formulaire form#formpersonnalise .row div select:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountSubscription .formulaire form#formpersonnalise .row div select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231db4b8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}
#accountSubscription .formulaire form#formpersonnalise .clear {
  clear: both;
  height: 0;
  line-height: 0;
}
#accountSubscription .formulaire form#formpersonnalise .submit {
  margin-top: 25px;
  text-align: center;
  grid-column: 1/-1;
}
#accountSubscription .formulaire form#formpersonnalise .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
#accountSubscription .formulaire form#formpersonnalise .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  #accountSubscription .formulaire {
    padding: 20px;
  }
  #accountSubscription .formulaire form#formpersonnalise .submit input[type=submit] {
    width: 100%;
  }
}

#accountActions {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountActions h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountActions .actions-list {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 20px;
}
#accountActions .actions-list a.LinkIn {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 30px;
  text-align: center;
}
#accountActions .actions-list a.LinkIn:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#accountActions .actions-list a.LinkIn#accountActionsUnsubscribe {
  background: #FF0000;
  color: #FFFFFF;
}
#accountActions .actions-list a.LinkIn#accountActionsUnsubscribe:hover {
  background: #b30000;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  #accountActions .actions-list {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #accountActions .actions-list a.LinkIn {
    padding: 20px 25px;
    font-size: 0.95rem;
  }
}
@media (max-width: 480px) {
  #accountActions .actions-list {
    padding: 15px;
    gap: 12px;
  }
  #accountActions .actions-list a.LinkIn {
    padding: 18px 20px;
    font-size: 0.9rem;
  }
}

#accountModify {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountModify h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountModify .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
#accountModify .formulaire form#formpersonnalise {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
#accountModify .formulaire form#formpersonnalise .row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
#accountModify .formulaire form#formpersonnalise .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
#accountModify .formulaire form#formpersonnalise .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#accountModify .formulaire form#formpersonnalise .row div {
  width: 100%;
}
#accountModify .formulaire form#formpersonnalise .row div input[type=text],
#accountModify .formulaire form#formpersonnalise .row div input[type=email],
#accountModify .formulaire form#formpersonnalise .row div input[type=password],
#accountModify .formulaire form#formpersonnalise .row div input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  height: 48px;
  box-sizing: border-box;
}
#accountModify .formulaire form#formpersonnalise .row div input[type=text]:focus,
#accountModify .formulaire form#formpersonnalise .row div input[type=email]:focus,
#accountModify .formulaire form#formpersonnalise .row div input[type=password]:focus,
#accountModify .formulaire form#formpersonnalise .row div input[type=tel]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountModify .formulaire form#formpersonnalise .row div select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
#accountModify .formulaire form#formpersonnalise .row div select:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountModify .formulaire form#formpersonnalise .row div select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231db4b8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}
#accountModify .formulaire form#formpersonnalise .clear {
  clear: both;
  height: 0;
  line-height: 0;
}
#accountModify .formulaire form#formpersonnalise .submit {
  margin-top: 25px;
  text-align: center;
  grid-column: 1/-1;
}
#accountModify .formulaire form#formpersonnalise .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
#accountModify .formulaire form#formpersonnalise .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  #accountModify .formulaire {
    padding: 20px;
  }
  #accountModify .formulaire form#formpersonnalise {
    grid-template-columns: 1fr;
    gap: 0;
  }
  #accountModify .formulaire form#formpersonnalise .row label {
    margin-bottom: 8px;
  }
  #accountModify .formulaire form#formpersonnalise .submit input[type=submit] {
    width: 100%;
  }
}

#accountChangePassword {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountChangePassword h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountChangePassword .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
#accountChangePassword .formulaire form#form {
  width: 100%;
}
#accountChangePassword .formulaire form#form .row {
  margin-bottom: 20px;
}
#accountChangePassword .formulaire form#form .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
#accountChangePassword .formulaire form#form .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#accountChangePassword .formulaire form#form .row span input[type=password] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
#accountChangePassword .formulaire form#form .row span input[type=password]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountChangePassword .formulaire form#form .submit {
  margin-top: 25px;
  text-align: center;
}
#accountChangePassword .formulaire form#form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
#accountChangePassword .formulaire form#form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  #accountChangePassword .formulaire {
    padding: 20px;
  }
  #accountChangePassword .formulaire form#form .submit input[type=submit] {
    width: 100%;
  }
}

#accountModify {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountModify h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountModify .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
}
#accountModify .formulaire form#formpersonnalise {
  width: 100%;
}
#accountModify .formulaire form#formpersonnalise .row {
  margin-bottom: 20px;
}
#accountModify .formulaire form#formpersonnalise .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
#accountModify .formulaire form#formpersonnalise .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#accountModify .formulaire form#formpersonnalise .row div input[type=text],
#accountModify .formulaire form#formpersonnalise .row div input[type=email],
#accountModify .formulaire form#formpersonnalise .row div input[type=password],
#accountModify .formulaire form#formpersonnalise .row div input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
#accountModify .formulaire form#formpersonnalise .row div input[type=text]:focus,
#accountModify .formulaire form#formpersonnalise .row div input[type=email]:focus,
#accountModify .formulaire form#formpersonnalise .row div input[type=password]:focus,
#accountModify .formulaire form#formpersonnalise .row div input[type=tel]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountModify .formulaire form#formpersonnalise .row div select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  cursor: pointer;
  background: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
#accountModify .formulaire form#formpersonnalise .row div select:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#accountModify .formulaire form#formpersonnalise .row div select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231db4b8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}
#accountModify .formulaire form#formpersonnalise .clear {
  clear: both;
  height: 0;
  line-height: 0;
}
#accountModify .formulaire form#formpersonnalise .submit {
  margin-top: 25px;
  text-align: center;
}
#accountModify .formulaire form#formpersonnalise .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
#accountModify .formulaire form#formpersonnalise .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  #accountModify .formulaire {
    padding: 20px;
  }
  #accountModify .formulaire form#formpersonnalise .submit input[type=submit] {
    width: 100%;
  }
}

#accountOrdersList {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountOrdersList h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
#accountOrdersList #accountPendingOrders {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#accountOrdersList #accountPendingOrders table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}
#accountOrdersList #accountPendingOrders table thead {
  background: #f8f9fa;
}
#accountOrdersList #accountPendingOrders table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
#accountOrdersList #accountPendingOrders table thead th:first-child {
  width: 120px;
}
#accountOrdersList #accountPendingOrders table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
#accountOrdersList #accountPendingOrders table tbody tr td {
  padding: 20px 15px;
  vertical-align: top;
}
#accountOrdersList #accountPendingOrders table tbody tr td:first-child {
  text-align: center;
}
#accountOrdersList #accountPendingOrders table tbody tr td:first-child img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#accountOrdersList #accountPendingOrders table tbody tr td:last-child {
  text-align: right;
}
#accountOrdersList #accountPendingOrders table tbody tr.amount {
  background: #f8f9fa;
}
#accountOrdersList #accountPendingOrders table tbody tr.amount td {
  padding: 15px;
  text-align: right !important;
}
#accountOrdersList #accountPendingOrders table tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#accountOrdersList #accountPendingOrders table tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#accountOrdersList #accountPendingOrders table tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
}
#accountOrdersList #accountPendingOrders table tbody tr.table_acompte {
  background: #f8f9fa;
}
#accountOrdersList #accountPendingOrders table tbody tr.table_acompte td {
  padding: 15px;
  text-align: right !important;
}
#accountOrdersList #accountPendingOrders table tbody tr.ordersActions {
  background: #f8f9fa;
}
#accountOrdersList #accountPendingOrders table tbody tr.ordersActions td {
  padding: 15px;
  text-align: right;
}
#accountOrdersList #accountPendingOrders table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
  white-space: nowrap;
}
#accountOrdersList #accountPendingOrders table thead th:first-child {
  width: 120px;
}
#accountOrdersList #accountPendingOrders table tbody tr {
  border-bottom: 1px solid #e9ecef;
  transition: background-color 0.2s ease;
}
#accountOrdersList #accountPendingOrders table tbody tr:hover {
  background-color: #e8f5e9;
}
#accountOrdersList #accountPendingOrders table tbody tr td {
  padding: 20px 15px;
  vertical-align: middle;
  color: #333;
}
#accountOrdersList #accountPendingOrders table tbody tr td a.LinkIn.accountPendingOrdersInfo {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.9rem;
  text-decoration: none;
}
#accountOrdersList #accountPendingOrders table tbody tr td a.LinkIn.accountPendingOrdersInfo:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#accountOrdersList #accountPendingOrders table tbody tr td a.LinkIn.accountPendingOrdersInfo span {
  display: inline-block;
}
#accountOrdersList #accountPendingOrders table tbody tr td a.accountPendingOrdersInvoice {
  display: inline-block;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  cursor: not-allowed;
}
#accountOrdersList #accountPendingOrders table tbody tr td a.accountPendingOrdersInvoice span {
  display: none;
}
#accountOrdersList #accountPendingOrders table tbody tr td a.accountPendingOrdersInvoice::before {
  content: "📄";
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  #accountOrdersList #accountPendingOrders {
    padding: 20px;
    overflow-x: auto;
  }
  #accountOrdersList #accountPendingOrders table {
    min-width: 600px;
  }
  #accountOrdersList #accountPendingOrders table thead th {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
  #accountOrdersList #accountPendingOrders table tbody tr td {
    padding: 15px 8px;
    font-size: 0.9rem;
  }
  #accountOrdersList #accountPendingOrders table tbody tr td a.LinkIn.accountPendingOrdersInfo {
    padding: 6px 12px;
    font-size: 0.85rem;
  }
}

#accountOrderDetail {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
#accountOrderDetail h2:not(:first-of-type) {
  margin-top: 40px;
  text-align: left;
  font-size: 1.5rem;
}
#accountOrderDetail h3 {
  font-size: 1.3rem;
  color: #007893;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#accountOrderDetail h3:first-of-type {
  margin-top: 0;
}
#accountOrderDetail p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}
#accountOrderDetail > table:first-of-type {
  margin-bottom: 30px;
}
#accountOrderDetail > table:first-of-type tbody tr td {
  padding: 10px;
  vertical-align: top;
}
#accountOrderDetail > table:first-of-type tbody tr td:first-child {
  width: 50%;
  padding-top: 10px;
  padding-left: 10px;
}
#accountOrderDetail > table:first-of-type tbody tr td:first-child img {
  height: 100px;
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#accountOrderDetail > table:first-of-type tbody tr td:last-child {
  width: 50%;
  text-align: right;
}
#accountOrderDetail > table:first-of-type tbody tr td:last-child p {
  margin: 0;
  line-height: 1.8;
  color: #333;
  font-size: 0.95rem;
}
#accountOrderDetail > table:first-of-type tbody tr td:last-child p em {
  font-style: italic;
  font-weight: 600;
  color: #007893;
}
#accountOrderDetail > strong {
  font-weight: 600;
  color: #333;
  display: inline-block;
  margin-bottom: 10px;
}
#accountOrderDetail > table:last-of-type {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100% !important;
  border: none !important;
  margin-bottom: 0;
}
#accountOrderDetail > table:last-of-type thead {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
#accountOrderDetail > table:last-of-type thead th:first-child {
  width: 120px;
}
#accountOrderDetail > table:last-of-type tbody tr {
  border-bottom: 1px solid #e9ecef;
}
#accountOrderDetail > table:last-of-type tbody tr td {
  padding: 20px 15px;
  vertical-align: top;
}
#accountOrderDetail > table:last-of-type tbody tr td:first-child {
  text-align: center;
}
#accountOrderDetail > table:last-of-type tbody tr td:first-child img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#accountOrderDetail > table:last-of-type tbody tr td:last-child {
  text-align: right;
}
#accountOrderDetail > table:last-of-type tbody tr.amount {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type tbody tr.amount td {
  padding: 15px;
  text-align: right !important;
}
#accountOrderDetail > table:last-of-type tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#accountOrderDetail > table:last-of-type tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#accountOrderDetail > table:last-of-type tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
}
#accountOrderDetail > table:last-of-type tbody tr.table_acompte {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type tbody tr.table_acompte td {
  padding: 15px;
  text-align: right !important;
}
#accountOrderDetail > table:last-of-type tbody tr.ordersActions {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type tbody tr.ordersActions td {
  padding: 15px;
  text-align: right;
}
#accountOrderDetail > table:last-of-type thead th:first-child {
  width: auto;
}
#accountOrderDetail > table:last-of-type thead th:last-child {
  text-align: right;
}
#accountOrderDetail > table:last-of-type tbody tr {
  transition: background 0.2s ease;
}
#accountOrderDetail > table:last-of-type tbody tr:hover {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type tbody tr td {
  vertical-align: top;
}
#accountOrderDetail > table:last-of-type tbody tr td:first-child {
  text-align: left;
}
#accountOrderDetail > table:last-of-type tbody tr td:last-child {
  text-align: right;
  padding-right: 15px;
}
#accountOrderDetail > table:last-of-type tbody tr td #infos_personnes {
  margin-top: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 4px;
}
#accountOrderDetail > table:last-of-type tbody tr td #infos_personnes strong {
  color: #007893;
}
#accountOrderDetail > table:last-of-type tbody tr.orders_actions {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type tbody tr.orders_actions td {
  padding: 15px;
  text-align: right;
}
#accountOrderDetail > table:last-of-type tbody tr.amount {
  background: #f8f9fa;
}
#accountOrderDetail > table:last-of-type tbody tr.amount td {
  padding: 15px;
  text-align: right;
}
#accountOrderDetail > table:last-of-type tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#accountOrderDetail > table:last-of-type tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#accountOrderDetail > table:last-of-type tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
  font-weight: 700;
}
@media (max-width: 768px) {
  #accountOrderDetail {
    padding: 15px;
  }
  #accountOrderDetail h2 {
    font-size: 1.5rem;
  }
  #accountOrderDetail h2:not(:first-of-type) {
    font-size: 1.3rem;
  }
  #accountOrderDetail h3 {
    font-size: 1.1rem;
  }
  #accountOrderDetail > table:first-of-type {
    padding: 20px;
  }
  #accountOrderDetail > table:first-of-type tbody tr td:first-child {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  #accountOrderDetail > table:first-of-type tbody tr td:last-child {
    width: 100%;
    text-align: center;
    padding: 10px;
  }
  #accountOrderDetail > table:last-of-type {
    padding: 20px;
    overflow-x: auto;
  }
  #accountOrderDetail > table:last-of-type thead th {
    padding: 12px 8px;
    font-size: 0.9rem;
  }
  #accountOrderDetail > table:last-of-type tbody tr td {
    padding: 15px 8px;
    font-size: 0.9rem;
  }
}

.gallerie-photos {
  /* Galerie Masonry */
  /* Animations pour le chargement des images */
  /* Modale pour la galerie photos */
}
.gallerie-photos #section-1 .section-content {
  max-width: 100%;
}
.gallerie-photos #section-1 [id=gallery_101] {
  /* Solution avec column-count - effet masonry classique */
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 15px;
       column-gap: 15px;
  margin-top: 2rem;
  /* Style pour chaque bloc items */
  /* Style direct pour les images si elles sont directement dans le conteneur */
}
@media (max-width: 1200px) {
  .gallerie-photos #section-1 [id=gallery_101] {
    -moz-column-count: 3;
         column-count: 3;
  }
}
@media (max-width: 768px) {
  .gallerie-photos #section-1 [id=gallery_101] {
    -moz-column-count: 2;
         column-count: 2;
  }
}
@media (max-width: 480px) {
  .gallerie-photos #section-1 [id=gallery_101] {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 15px;
  display: block;
  page-break-inside: avoid;
  /* Pour les anciens navigateurs */
  position: relative;
  min-height: 200px;
  /* Hauteur minimale pour éviter les sauts */
  background: linear-gradient(90deg, rgba(0, 167, 205, 0.05) 25%, rgba(0, 167, 205, 0.1) 50%, rgba(0, 167, 205, 0.05) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
  border-radius: 0.44444rem;
  overflow: hidden;
  /* Style pour les éléments contenant des images */
  /* Masquer le placeholder une fois l'image chargée */
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] img,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] a,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] div,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] figure {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.44444rem;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
  cursor: pointer;
  opacity: 0;
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] img.loaded,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] a.loaded,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] div.loaded,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] figure.loaded {
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] img img,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] a img,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] div img,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] img img.loaded,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] a img.loaded,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] div img.loaded,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] figure img.loaded {
  opacity: 1;
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] img:hover,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] a:hover,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] div:hover,
.gallerie-photos #section-1 [id=gallery_101] > [id*=items] figure:hover {
  transform: scale(1.02);
}
.gallerie-photos #section-1 [id=gallery_101] > [id*=items].image-loaded {
  background: none;
  animation: none;
  min-height: auto;
}
.gallerie-photos #section-1 [id=gallery_101] > img,
.gallerie-photos #section-1 [id=gallery_101] > a,
.gallerie-photos #section-1 [id=gallery_101] > div {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  margin-bottom: 15px;
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.44444rem;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.5s ease-in-out;
  cursor: pointer;
  position: relative;
  min-height: 200px;
  background: linear-gradient(90deg, rgba(0, 167, 205, 0.05) 25%, rgba(0, 167, 205, 0.1) 50%, rgba(0, 167, 205, 0.05) 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite;
}
.gallerie-photos #section-1 [id=gallery_101] > img.image-loaded,
.gallerie-photos #section-1 [id=gallery_101] > a.image-loaded,
.gallerie-photos #section-1 [id=gallery_101] > div.image-loaded {
  background: none;
  animation: none;
  min-height: auto;
}
.gallerie-photos #section-1 [id=gallery_101] > img img,
.gallerie-photos #section-1 [id=gallery_101] > a img,
.gallerie-photos #section-1 [id=gallery_101] > div img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.gallerie-photos #section-1 [id=gallery_101] > img img.loaded,
.gallerie-photos #section-1 [id=gallery_101] > a img.loaded,
.gallerie-photos #section-1 [id=gallery_101] > div img.loaded {
  opacity: 1;
  animation: fadeIn 0.5s ease-in-out;
}
.gallerie-photos #section-1 [id=gallery_101] > img:hover,
.gallerie-photos #section-1 [id=gallery_101] > a:hover,
.gallerie-photos #section-1 [id=gallery_101] > div:hover {
  transform: scale(1.02);
}
@keyframes shimmer {
  0% {
    background-position: -200% 0;
  }
  100% {
    background-position: 200% 0;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.gallerie-photos .gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.gallerie-photos .gallery-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.gallerie-photos .gallery-modal .modal-content {
  position: relative;
  max-width: 90vw;
  max-height: 90vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gallerie-photos .gallery-modal .modal-content img {
  max-width: 100%;
  max-height: 90vh;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.44444rem;
}
.gallerie-photos .gallery-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #FFFFFF;
  font-size: 2.5rem;
  font-weight: 300;
  cursor: pointer;
  z-index: 10001;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in-out;
}
.gallerie-photos .gallery-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallerie-photos .gallery-modal .modal-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #FFFFFF;
  font-size: 2rem;
  cursor: pointer;
  z-index: 10001;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in-out;
}
.gallerie-photos .gallery-modal .modal-nav:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.gallerie-photos .gallery-modal .modal-nav.prev {
  left: 30px;
}
.gallerie-photos .gallery-modal .modal-nav.next {
  right: 30px;
}
.gallerie-photos .gallery-modal .modal-nav.disabled {
  opacity: 0.3;
  cursor: not-allowed;
  pointer-events: none;
}
.gallerie-photos .gallery-modal .modal-counter {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  color: #FFFFFF;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  font-family: "Poppins", sans-serif;
}

.catalogProductDetail {
  /* Responsive pour la page produit */
}
.catalogProductDetail h1 {
  color: #007893;
  font-family: "Amiri", serif;
  font-size: 2.77778rem;
  font-style: italic;
  font-weight: 700;
}
.catalogProductDetail .product_detail {
  max-width: 92rem;
  padding: 3rem 25px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 1.72rem;
  position: relative;
}
.catalogProductDetail .product_detail .product_detail_left {
  width: 60%;
}
.catalogProductDetail .product_detail .product_detail_right {
  width: 40%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.catalogProductDetail .product_detail .product-gallery .product-main-swiper {
  margin-bottom: 20px;
  height: 500px;
}
.catalogProductDetail .product_detail .product-gallery .product-main-swiper .swiper-slide {
  height: 100%;
}
.catalogProductDetail .product_detail .product-gallery .product-main-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
}
.catalogProductDetail .product_detail .product-gallery .product-main-swiper .swiper-slide img:hover {
  opacity: 0.9;
}
.catalogProductDetail .product_detail .product-gallery .product-thumbs-swiper {
  height: 120px;
}
.catalogProductDetail .product_detail .product-gallery .product-thumbs-swiper .swiper-slide {
  cursor: pointer;
  opacity: 0.5;
  transition: opacity 0.3s;
  height: 100%;
}
.catalogProductDetail .product_detail .product-gallery .product-thumbs-swiper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.catalogProductDetail .product_detail .product-gallery .product-thumbs-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.catalogProductDetail .product_detail .product-gallery-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.catalogProductDetail .product_detail .product-gallery-modal.active {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.catalogProductDetail .product_detail .product-gallery-modal .modal-close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: 300;
  cursor: pointer;
  z-index: 10001;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease-in-out;
}
.catalogProductDetail .product_detail .product-gallery-modal .modal-close:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper {
  width: 90%;
  max-width: 1200px;
  height: 90vh;
}
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 90vh;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 0.44444rem;
}
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-button-next,
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-button-prev {
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: background-color 0.3s ease-in-out;
}
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-button-next:hover,
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-button-next::after,
.catalogProductDetail .product_detail .product-gallery-modal .product-modal-swiper .swiper-button-prev::after {
  font-size: 20px;
}
.catalogProductDetail .product_detail .section-title {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1.11111rem;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 1.11rem;
  position: relative;
  display: flex;
  align-items: center;
}
.catalogProductDetail .product_detail .section-title::after {
  content: "";
  position: relative;
  background-image: url("/media/vecteur-fleur-bleu.webp");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 3.94444rem;
  height: 2.61111rem;
  left: -0.75rem;
}
.catalogProductDetail .product_detail .infos-appartements {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1.11111rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1.11rem;
}
.catalogProductDetail .product_detail .disponibilites,
.catalogProductDetail .product_detail .service_optionnel,
.catalogProductDetail .product_detail .autres_informations,
.catalogProductDetail .product_detail .equipements,
.catalogProductDetail .product_detail .tarifs {
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 2.22rem;
}
.catalogProductDetail .product_detail .disponibilites {
  margin-top: 4.56rem;
}
.catalogProductDetail .product_detail .autres_informations a {
  font-weight: 700;
  color: #000000;
  text-decoration: underline;
  transition: 0.3s ease-in-out;
}
.catalogProductDetail .product_detail .autres_informations a:hover {
  color: #8CCD00;
  text-decoration: underline;
}
.catalogProductDetail .product_detail .equipements {
  background-color: #8CCD00;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.88889rem;
  font-size: 1rem;
}
.catalogProductDetail .product_detail .equipements .section-title {
  color: #FFFFFF;
}
.catalogProductDetail .product_detail .equipements .section-title::after {
  background-image: url("/media/vecteur-fleur-blanche.webp");
}
.catalogProductDetail .product_detail .table-saison {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.catalogProductDetail .product_detail .table-saison .basse-saison {
  width: 100%;
}
.catalogProductDetail .product_detail .table-saison .moyenne-saison {
  width: 100%;
}
.catalogProductDetail .product_detail .table-saison .haute-saison {
  width: 100%;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites {
  width: 100%;
  background-color: #0C2331;
  color: #FFFFFF;
  padding: 1.5rem;
  border-radius: 0.88889rem;
  font-size: 1rem;
  z-index: 1;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .section-title {
  justify-content: center;
  text-align: center;
  color: #FFFFFF;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .section-title::after {
  content: none;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites #dateReservationArrive,
.catalogProductDetail .product_detail #mod-recherche-disponibilites #dateReservationDepart,
.catalogProductDetail .product_detail #mod-recherche-disponibilites .birthday {
  width: 100%;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .row-input {
  position: relative;
  margin-bottom: 1rem;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .row-input input {
  padding: 0.4rem 0.8rem;
  border: none;
  border-radius: 0.44444rem;
  font-size: 1rem;
  line-height: 1rem;
  box-shadow: 50px 21px 15px 0 rgba(0, 0, 0, 0) inset, 32px 14px 14px 0 rgba(0, 0, 0, 0.01) inset, 18px 8px 12px 0 rgba(0, 0, 0, 0.03) inset, 8px 3px 9px 0 rgba(0, 0, 0, 0.04) inset, 2px 1px 5px 0 rgba(0, 0, 0, 0.05) inset;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .row-input select {
  width: 100%;
  border-radius: 0.44444rem;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1rem;
  box-shadow: 50px 21px 15px 0 rgba(0, 0, 0, 0) inset, 32px 14px 14px 0 rgba(0, 0, 0, 0.01) inset, 18px 8px 12px 0 rgba(0, 0, 0, 0.03) inset, 8px 3px 9px 0 rgba(0, 0, 0, 0.04) inset, 2px 1px 5px 0 rgba(0, 0, 0, 0.05) inset;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .row-input a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .submit {
  text-align: center;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .submit input {
  display: inline-block;
  background-color: #8CCD00;
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  color: #FFFFFF;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
  font-size: 1.11rem;
  font-weight: 600;
  line-height: 1rem;
  border: none;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites .submit input:hover {
  background-color: #699a00;
  text-decoration: none;
}
.catalogProductDetail .product_detail #mod-recherche-disponibilites #disponibilite {
  margin-top: 1rem;
}
.catalogProductDetail .product_detail .paiement-securise {
  width: auto;
  height: auto;
  display: block;
  margin: 1rem auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  .catalogProductDetail .product_detail {
    padding: 2.5rem 7.5%;
    flex-direction: column;
    gap: 1rem;
  }
  .catalogProductDetail .product_detail .product_detail_left {
    width: 100%;
    order: 2;
  }
  .catalogProductDetail .product_detail .product_detail_right {
    width: 100%;
    order: 1;
    position: static;
    max-height: none;
    overflow-y: visible;
    display: flex;
    flex-direction: column;
  }
  .catalogProductDetail h1 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
  .catalogProductDetail .product-gallery .product-main-swiper {
    height: 300px;
    margin-bottom: 15px;
  }
  .catalogProductDetail .product-gallery .product-thumbs-swiper {
    height: 80px;
  }
  .catalogProductDetail .product-gallery .product-thumbs-swiper .swiper-slide img {
    border-radius: 4px;
  }
  .catalogProductDetail .product-gallery-modal .modal-close {
    top: 10px;
    right: 15px;
    font-size: 2rem;
    width: 40px;
    height: 40px;
  }
  .catalogProductDetail .product-gallery-modal .product-modal-swiper {
    width: 95%;
    height: 85vh;
  }
  .catalogProductDetail .product-gallery-modal .product-modal-swiper .swiper-button-next,
  .catalogProductDetail .product-gallery-modal .product-modal-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .catalogProductDetail .product-gallery-modal .product-modal-swiper .swiper-button-next::after,
  .catalogProductDetail .product-gallery-modal .product-modal-swiper .swiper-button-prev::after {
    font-size: 16px;
  }
  .catalogProductDetail .section-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .catalogProductDetail .section-title::after {
    width: 2.5rem;
    height: 1.8rem;
    left: -0.5rem;
  }
  .catalogProductDetail .infos-appartements {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .catalogProductDetail .cal-reservation {
    padding: 0;
    margin-bottom: 1rem;
    clear: both;
  }
}
@media (max-width: 980px) and (max-width: 768px) {
  .catalogProductDetail .cal-reservation {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 980px) {
  .catalogProductDetail .disponibilites {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
  }
  .catalogProductDetail .disponibilites #bookingCalendar {
    font-size: 0.85rem;
    width: 100%;
    border-collapse: separate;
    border-spacing: 2px;
    margin-bottom: 1rem;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption {
    font-size: 1rem;
    padding: 10px;
    font-weight: bold;
    text-align: center;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    text-decoration: none;
    color: #FFFFFF;
    border-radius: 4px;
    transition: all 0.3s ease;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    min-width: 40px;
    height: 40px;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous svg,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next svg {
    width: 12px;
    height: 21px;
    transition: transform 0.3s ease;
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous svg path,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next svg path {
    fill: #007893;
    transition: fill 0.3s ease;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:hover, .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:focus,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next:hover,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next:focus {
    background-color: rgba(255, 255, 255, 0.2);
    transform: scale(1.1);
    outline: none;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:hover svg, .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:focus svg,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next:hover svg,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next:focus svg {
    filter: drop-shadow(0 0 5px rgba(255, 255, 255, 0.5));
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:active,
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next:active {
    transform: scale(0.95);
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous {
    margin-right: 10px;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:hover svg, .catalogProductDetail .disponibilites #bookingCalendar caption a.previous:focus svg {
    transform: translateX(-3px);
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next {
    margin-left: 10px;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption a.next:hover svg, .catalogProductDetail .disponibilites #bookingCalendar caption a.next:focus svg {
    transform: translateX(3px);
  }
  .catalogProductDetail .disponibilites #bookingCalendar thead th.days {
    padding: 8px 4px;
    font-size: 0.75rem;
    font-weight: bold;
    background-color: #f5f5f5;
    color: #000000;
    text-align: center;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td {
    padding: 8px 4px;
    font-size: 0.85rem;
    text-align: center;
    border: 1px solid #e0e0e0;
    min-width: 35px;
    height: 35px;
    vertical-align: middle;
    transition: all 0.2s ease;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td span {
    display: inline-block;
    font-weight: 500;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.past_day {
    background-color: #e8e8e8;
    color: #999999;
    cursor: not-allowed;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.past_day.enabled {
    background-color: #d4e8d4;
    color: #666666;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.to_come {
    background-color: #449F00;
    color: #ffffff;
    cursor: pointer;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.to_come.enabled {
    background-color: #449F00;
    color: #ffffff;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.to_come.enabled:hover {
    background-color: #5cb32a;
    transform: scale(1.05);
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.to_come.full {
    background-color: #DF1B1B;
    color: #ffffff;
    cursor: not-allowed;
    position: relative;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.to_come.full:hover {
    background-color: #ff3333;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.no_day {
    background-color: #f9f9f9;
    border: none;
    cursor: default;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td.disabled {
    background-color: #000000;
    color: #ffffff;
    cursor: not-allowed;
  }
  .catalogProductDetail .disponibilites #legend {
    margin-top: 15px;
    padding: 10px 0;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li {
    display: flex;
    align-items: center;
    font-size: 0.85rem;
    color: #333333;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_disponible,
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_indisponible,
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_complet,
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_incomplet {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    flex-shrink: 0;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_disponible {
    background-color: #449F00;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_indisponible {
    background-color: #000000;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_complet {
    background-color: #DF1B1B;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li .legend_incomplet {
    background-color: #EF8B3B;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li span {
    white-space: nowrap;
  }
  .catalogProductDetail .service_optionnel,
  .catalogProductDetail .autres_informations,
  .catalogProductDetail .equipements,
  .catalogProductDetail .tarifs {
    font-size: 0.9rem;
    margin-bottom: 1.5rem;
  }
  .catalogProductDetail .service_optionnel ul,
  .catalogProductDetail .autres_informations ul,
  .catalogProductDetail .equipements ul,
  .catalogProductDetail .tarifs ul {
    padding-left: 1.2rem;
  }
  .catalogProductDetail .service_optionnel ul li,
  .catalogProductDetail .autres_informations ul li,
  .catalogProductDetail .equipements ul li,
  .catalogProductDetail .tarifs ul li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
  }
  .catalogProductDetail .equipements {
    padding: 1rem;
    border-radius: 0.5rem;
  }
  .catalogProductDetail .equipements .section-title::after {
    width: 2rem;
    height: 1.5rem;
  }
  .catalogProductDetail .table-saison {
    flex-direction: column;
    gap: 1.5rem;
  }
  .catalogProductDetail .table-saison .basse-saison,
  .catalogProductDetail .table-saison .moyenne-saison,
  .catalogProductDetail .table-saison .haute-saison {
    width: 100%;
  }
  .catalogProductDetail .table-saison .basse-saison p,
  .catalogProductDetail .table-saison .moyenne-saison p,
  .catalogProductDetail .table-saison .haute-saison p {
    font-size: 1rem;
    margin-bottom: 0.75rem;
  }
  .catalogProductDetail .table-saison .basse-saison ul,
  .catalogProductDetail .table-saison .moyenne-saison ul,
  .catalogProductDetail .table-saison .haute-saison ul {
    padding-left: 1.2rem;
  }
  .catalogProductDetail .table-saison .basse-saison ul li,
  .catalogProductDetail .table-saison .moyenne-saison ul li,
  .catalogProductDetail .table-saison .haute-saison ul li {
    font-size: 0.9rem;
    margin-bottom: 0.4rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites {
    padding: 1.2rem;
    border-radius: 0.5rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .section-title {
    font-size: 1rem;
    margin-bottom: 1rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row {
    margin-bottom: 1rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row label {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    display: block;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row .row-input {
    margin-bottom: 0.8rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row .row-input input,
  .catalogProductDetail #mod-recherche-disponibilites .row .row-input select {
    font-size: 0.9rem;
    padding: 0.5rem 0.7rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row .row-input a {
    right: 3%;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row .row-input a img {
    width: 24px;
    height: 24px;
  }
  .catalogProductDetail #mod-recherche-disponibilites .submit {
    margin-top: 1rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .submit input {
    width: 100%;
    font-size: 1rem;
    padding: 0.7rem 1rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites #disponibilite {
    margin-top: 1rem;
    font-size: 0.9rem;
  }
  .catalogProductDetail .paiement-securise {
    max-width: 200px;
    margin: 1.5rem auto;
  }
}
@media (max-width: 480px) {
  .catalogProductDetail h1 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  .catalogProductDetail .product-gallery .product-main-swiper {
    height: 250px;
  }
  .catalogProductDetail .product-gallery .product-thumbs-swiper {
    height: 60px;
  }
  .catalogProductDetail .section-title {
    font-size: 0.95rem;
  }
  .catalogProductDetail .section-title::after {
    width: 2rem;
    height: 1.5rem;
  }
  .catalogProductDetail .disponibilites #bookingCalendar caption {
    font-size: 0.9rem;
    padding: 8px 5px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .catalogProductDetail .disponibilites #bookingCalendar thead th.days {
    padding: 6px 2px;
    font-size: 0.7rem;
  }
  .catalogProductDetail .disponibilites #bookingCalendar tbody td {
    padding: 6px 2px;
    font-size: 0.8rem;
    min-width: 30px;
    height: 30px;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul {
    flex-direction: column;
    gap: 10px;
  }
  .catalogProductDetail .disponibilites #legend .zoneetats ul li {
    font-size: 0.8rem;
  }
  .catalogProductDetail .table-saison {
    gap: 1rem;
  }
  .catalogProductDetail .table-saison .basse-saison p,
  .catalogProductDetail .table-saison .moyenne-saison p,
  .catalogProductDetail .table-saison .haute-saison p {
    font-size: 0.95rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites {
    padding: 1rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .row-input input,
  .catalogProductDetail #mod-recherche-disponibilites .row-input select {
    font-size: 0.85rem;
    padding: 0.45rem 0.6rem;
  }
  .catalogProductDetail #mod-recherche-disponibilites .submit input {
    font-size: 0.95rem;
    padding: 0.6rem 0.9rem;
  }
}

/* ============================================
   RESPONSIVE HEADER
   ============================================ */
@media (max-width: 980px) {
  #header {
    padding: 0.5rem 0;
  }
  #header #headerInner {
    flex-wrap: wrap;
    padding: 0 15px;
    width: 100%;
    position: relative;
  }
  #header #logo {
    max-width: 120px;
    order: 1;
  }
  #header #logo img {
    max-width: 100%;
    height: auto;
  }
  #header .menu-toggle {
    display: block;
    order: 3;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
    z-index: 100;
  }
  #header .menu-toggle .hamburger {
    width: 30px;
    height: 24px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #header .menu-toggle .hamburger span {
    display: block;
    width: 100%;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  #header .menu-toggle.active .hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(8px, 8px);
  }
  #header .menu-toggle.active .hamburger span:nth-child(2) {
    opacity: 0;
  }
  #header .menu-toggle.active .hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(8px, -8px);
  }
  #header #nested {
    order: 4;
    width: 100%;
    max-width: 100%;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  #header #nested.active {
    max-height: 500px;
  }
  #header #nested ul.firstLevel {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    max-width: 100%;
  }
  #header #nested ul.firstLevel li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  #header #nested ul.firstLevel li:last-child {
    border-bottom: none;
  }
  #header #nested ul.firstLevel li a {
    display: block;
    padding: 1rem 15px;
    text-align: left;
    width: 100%;
  }
  #header #nested ul.firstLevel li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
  #header #box-location {
    order: 2;
    margin-left: auto;
  }
  #header #box-location .widgetLoginLinks a {
    padding: 0.4rem;
    font-size: 0;
    min-width: 44px;
    width: 44px;
    height: 44px;
    justify-content: center;
  }
  #header #box-location .widgetLoginLinks a span {
    display: none;
  }
  #header #box-location .widgetLoginLinks a::after {
    width: 2rem;
    height: 2rem;
    margin: 0;
  }
  .home #header {
    background-color: #0C2331;
  }
}
@media (max-width: 480px) {
  #header #logo {
    max-width: 100px;
  }
  #header #box-location .widgetLoginLinks a {
    padding: 0.35rem;
    font-size: 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    justify-content: center;
  }
  #header #box-location .widgetLoginLinks a span {
    display: none;
  }
  #header #box-location .widgetLoginLinks a::after {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0;
  }
  #header #nested ul.firstLevel li a {
    padding: 0.9rem 15px;
    font-size: 0.95rem;
  }
}
/* ============================================
   RESPONSIVE FOOTER
   ============================================ */
@media (max-width: 768px) {
  #footer {
    padding-top: 1.5rem;
  }
  #footer #footerInner {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    padding: 0 15px;
  }
  #footer #footerInner .logo--footer {
    order: 1;
    text-align: center;
  }
  #footer #footerInner .logo--footer img {
    max-width: 150px;
    height: auto;
  }
  #footer #footerInner .menu--footer,
  #footer #footerInner .page-adm--footer {
    order: 2;
    width: 100%;
    align-items: center;
    gap: 0.25rem;
  }
  #footer #footerInner .menu--footer a,
  #footer #footerInner .page-adm--footer a {
    font-size: 0.95rem;
    text-align: center;
    padding: 0.15rem 0;
  }
  #footer #footerInner .menu--footer {
    margin-bottom: -0.65rem;
  }
  #footer #footerInner .compte--footer {
    order: 3;
    width: 100%;
    text-align: center;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks {
    justify-content: center;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks a {
    padding: 0.4rem 0.5rem 0.4rem 0.8rem;
    font-size: 0.9rem;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 1.11rem;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks a span {
    display: none;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks a::after {
    width: 2rem;
    height: 2rem;
  }
  #footer #signature {
    flex-direction: column;
    text-align: center;
    padding: 0.7rem 15px 0.5rem;
    font-size: 0.85rem;
    line-height: 1.6;
  }
  #footer #signature a {
    font-size: 0.85rem;
  }
}
@media (max-width: 480px) {
  #footer {
    padding-top: 1.2rem;
  }
  #footer #footerInner {
    gap: 1rem;
    padding: 0 10px;
  }
  #footer #footerInner .logo--footer img {
    max-width: 120px;
  }
  #footer #footerInner .menu--footer,
  #footer #footerInner .page-adm--footer {
    gap: 0.6rem;
  }
  #footer #footerInner .menu--footer a,
  #footer #footerInner .page-adm--footer a {
    font-size: 0.9rem;
    padding: 0.15rem 0;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks a {
    padding: 0.35rem;
    font-size: 0;
    min-width: 40px;
    width: 40px;
    height: 40px;
    justify-content: center;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks a span {
    display: none;
  }
  #footer #footerInner .compte--footer .widgetLoginLinks a::after {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0;
  }
  #footer #signature {
    padding: 0.6rem 10px 0.4rem;
    font-size: 0.8rem;
  }
  #footer #signature a {
    font-size: 0.8rem;
  }
}
/* ============================================
   RESPONSIVE PAGE ARTICLE
   ============================================ */
/* Améliorations pour tablettes et petits écrans (768px - 1200px) */
@media (min-width: 769px) and (max-width: 1200px) {
  #article #text #diaporama-top .swiper {
    height: 450px;
  }
  #article #text #diaporama-top #diaporama-top-inner {
    padding: 0 20px;
  }
  #article #text #diaporama-top #diaporama-top-inner h1 {
    font-size: 2rem;
    line-height: 1.3;
  }
  #article #text .section-inner {
    padding: 2.5rem 10%;
    max-width: 100%;
  }
  #article #text .section-content h2 {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
    text-align: center;
  }
  #article #text .section-content h2 .sous-titre {
    font-size: 1.2rem;
    padding-top: 0.4rem;
  }
  #article #text .section-content h3 {
    text-align: center;
  }
  #article #text .section-content p {
    font-size: 1rem;
    line-height: 1.7;
  }
  #article #text .section-product {
    gap: 12px;
    margin-top: 1.5rem;
  }
  #article #text .section-product .short_product {
    height: 280px;
  }
  #article #text .section-product .short_product .short_product_container .proprietes {
    padding: 0.7rem 0.4rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_title {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_content {
    font-size: 0.9rem;
  }
  #article #text .section-patchwork {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.8rem;
    margin-top: 1.5rem;
  }
  #article #text .section-patchwork .photo-1,
  #article #text .section-patchwork .photo-2,
  #article #text .section-patchwork .photo-3,
  #article #text .section-patchwork .photo-4 {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
    overflow: hidden;
  }
  #article #text .section-patchwork .photo-1 img,
  #article #text .section-patchwork .photo-2 img,
  #article #text .section-patchwork .photo-3 img,
  #article #text .section-patchwork .photo-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #article #text .section-patchwork .photo-1 {
    grid-column: 1;
    grid-row: 1;
  }
  #article #text .section-patchwork .photo-2 {
    grid-column: 2;
    grid-row: 1;
  }
  #article #text .section-patchwork .photo-3 {
    grid-column: 1;
    grid-row: 2;
  }
  #article #text .section-patchwork .photo-4 {
    grid-column: 2;
    grid-row: 2;
  }
  #article #text .section-btn.que-faire-sur-lile {
    text-align: center;
    margin-top: 2rem;
  }
  #article #text .section-btn.que-faire-sur-lile a {
    padding: 0.6rem 1.5rem;
    font-size: 1rem;
  }
  .home #wrapper {
    padding-bottom: 5rem;
  }
  .home #section-2 .section-content {
    padding-left: 0;
  }
  .home #section-3 {
    margin-top: 0;
  }
  .home #section-3 .section-inner {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }
  .home #section-3 .section-btn {
    margin-top: 1rem !important;
    padding-top: 0rem;
    text-align: center;
  }
  .que-faire-sur-lile #section-1 .section-content {
    max-width: 100%;
  }
  .que-faire-sur-lile #section-1 .section-patchwork {
    margin-top: 2rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 1.2rem;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1 {
    grid-column: 1/3;
    grid-row: 1/2;
    aspect-ratio: 2/1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4 {
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2 img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3 img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2 {
    grid-column: 1;
    grid-row: 2/3;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3 {
    grid-column: 2;
    grid-row: 2/3;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4 {
    grid-column: 1/3;
    grid-row: 3/4;
    aspect-ratio: 2/1;
  }
  .que-faire-sur-lile #section-2 {
    margin-top: -3rem;
  }
  .que-faire-sur-lile #section-2 h2 {
    max-width: 100%;
  }
  .que-faire-sur-lile #section-3 .section-inner,
  .que-faire-sur-lile #section-4 .section-inner,
  .que-faire-sur-lile #section-5 .section-inner,
  .que-faire-sur-lile #section-6 .section-inner,
  .que-faire-sur-lile #section-7 .section-inner,
  .que-faire-sur-lile #section-8 .section-inner,
  .que-faire-sur-lile #section-9 .section-inner,
  .que-faire-sur-lile #section-10 .section-inner,
  .que-faire-sur-lile #section-11 .section-inner,
  .que-faire-sur-lile #section-12 .section-inner,
  .que-faire-sur-lile #section-13 .section-inner,
  .que-faire-sur-lile #section-14 .section-inner {
    flex-direction: column;
    gap: 1.5rem;
    padding: 2rem 20px;
  }
  .catalogProductDetail .product_detail {
    padding: 2.5rem 10%;
  }
  .catalogProductDetail .product_detail .product-gallery .product-main-swiper {
    height: 400px;
  }
  .catalogProductDetail .product_detail .product-gallery .product-thumbs-swiper {
    height: 100px;
  }
  .catalogProductDetail .product_detail .section-title {
    font-size: 1.05rem;
  }
  .catalogProductDetail .product_detail .table-saison {
    gap: 1.2rem;
  }
  #cart.cartTableau #selections_cart {
    padding: 20px;
  }
  #cart.cartTableau #selections_cart table {
    font-size: 0.95rem;
  }
  #cart.cartTableau #selections_cart table thead th {
    padding: 12px 8px;
  }
  #cart.cartTableau #selections_cart table tbody td {
    padding: 15px 8px;
  }
  #footer #footerInner {
    padding: 0 20px;
    gap: 1rem;
  }
  #footer .logo--footer img {
    max-width: 150px;
  }
}
@media (min-width: 981px) and (max-width: 1200px) {
  #header #headerInner {
    width: 100%;
    padding: 0 20px;
  }
  #header #logo {
    max-width: 140px;
  }
  #header #nested {
    max-width: 32rem;
    padding: 0 15px;
  }
  #header #nested ul.firstLevel {
    max-width: 32rem;
  }
  #header #nested ul.firstLevel li {
    line-height: 1rem;
  }
  #header #nested ul.firstLevel li a {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    padding: 0.4rem;
    line-height: 1rem;
  }
  #header #nested ul.firstLevel li a span {
    line-height: 1rem;
  }
  #article #text .section-product {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 1.5rem;
  }
  #article #text .section-product .short_product {
    height: 280px;
  }
  #article #text .section-product .short_product .short_product_container .proprietes {
    padding: 0.7rem 0.4rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_title {
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_content {
    font-size: 0.9rem;
  }
}
@media (min-width: 769px) and (max-width: 980px) {
  #article #text .section-product {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  #article #text #diaporama-top .swiper {
    height: 300px;
  }
  #article #text #diaporama-top .swiper .swiper-pagination {
    bottom: 10px;
  }
  #article #text #diaporama-top #diaporama-top-inner {
    padding: 0 15px;
  }
  #article #text #diaporama-top #diaporama-top-inner h1 {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  #article #text .section-inner {
    padding: 2rem 10%;
  }
  #article #text .section-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    text-align: center;
  }
  #article #text .section-content h2 .sous-titre {
    font-size: 1.1rem;
    padding-top: 0.3rem;
  }
  #article #text .section-content h3 {
    text-align: center;
  }
  #article #text .section-content p {
    font-size: 0.95rem;
    margin-bottom: 1rem;
  }
  #article #text .section-product {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
    margin-top: 1rem;
  }
  #article #text .section-product .short_product {
    height: 250px;
  }
  #article #text .section-product .short_product .short_product_container .proprietes {
    padding: 0.6rem 0.3rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_title {
    font-size: 0.9rem;
    margin-bottom: 0.2rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_content {
    font-size: 0.85rem;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
    margin-top: 0;
  }
  #article #text .section-product .short_product:hover .short_product_container .proprietes .short_product_content {
    max-height: 8rem;
    opacity: 1;
    margin-top: 0.2rem;
  }
  #article #text .section-patchwork {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.8rem;
    margin-top: 1.5rem;
  }
  #article #text .section-patchwork .photo-1,
  #article #text .section-patchwork .photo-2,
  #article #text .section-patchwork .photo-3,
  #article #text .section-patchwork .photo-4 {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
    overflow: hidden;
  }
  #article #text .section-patchwork .photo-1 img,
  #article #text .section-patchwork .photo-2 img,
  #article #text .section-patchwork .photo-3 img,
  #article #text .section-patchwork .photo-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #article #text .section-patchwork .photo-1 {
    grid-column: 1;
    grid-row: 1;
  }
  #article #text .section-patchwork .photo-2 {
    grid-column: 2;
    grid-row: 1;
  }
  #article #text .section-patchwork .photo-3 {
    grid-column: 1;
    grid-row: 2;
  }
  #article #text .section-patchwork .photo-4 {
    grid-column: 2;
    grid-row: 2;
  }
  #article #text .section-btn.que-faire-sur-lile {
    text-align: center;
    padding-top: 0;
  }
  #article #text .section-btn.que-faire-sur-lile a {
    padding: 0.6rem 1.2rem;
    font-size: 0.95rem;
    display: inline-block;
  }
  .home #wrapper {
    padding-bottom: 3rem;
  }
  .home #section-2 .section-content {
    padding-left: 0;
  }
  .home #section-3 {
    margin-top: 0;
  }
  .home #section-3 .section-inner {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .home #section-3 .section-btn {
    margin-top: 1rem !important;
    padding-top: 0;
    text-align: center;
  }
  .que-faire-sur-lile #section-1 .section-content {
    max-width: 100%;
  }
  .que-faire-sur-lile #section-1 .section-patchwork {
    margin-top: 1.5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 1rem;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4 {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1 img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2 img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3 img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1:hover,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2:hover,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3:hover,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1:hover img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2:hover img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3:hover img,
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4:hover img {
    transform: scale(1.1);
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-1 {
    grid-column: 1;
    grid-row: 1;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-2 {
    grid-column: 2;
    grid-row: 1;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-3 {
    grid-column: 1;
    grid-row: 2;
  }
  .que-faire-sur-lile #section-1 .section-patchwork .photo-4 {
    grid-column: 2;
    grid-row: 2;
    margin-top: 0;
  }
  .que-faire-sur-lile #section-2 {
    margin-top: 0;
  }
  .que-faire-sur-lile #section-2 h2 {
    max-width: 100%;
  }
  .que-faire-sur-lile #section-3 .section-inner,
  .que-faire-sur-lile #section-4 .section-inner,
  .que-faire-sur-lile #section-5 .section-inner,
  .que-faire-sur-lile #section-6 .section-inner,
  .que-faire-sur-lile #section-7 .section-inner,
  .que-faire-sur-lile #section-8 .section-inner,
  .que-faire-sur-lile #section-9 .section-inner,
  .que-faire-sur-lile #section-10 .section-inner,
  .que-faire-sur-lile #section-11 .section-inner,
  .que-faire-sur-lile #section-12 .section-inner,
  .que-faire-sur-lile #section-13 .section-inner,
  .que-faire-sur-lile #section-14 .section-inner {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 15px;
  }
}
@media (max-width: 480px) {
  #article #text #diaporama-top .swiper {
    height: 250px;
  }
  #article #text #diaporama-top #diaporama-top-inner h1 {
    font-size: 1.3rem;
  }
  #article #text .section-inner {
    padding: 1.5rem 7.5%;
  }
  #article #text .section-content h2 {
    font-size: 1.3rem;
  }
  #article #text .section-content h2 .sous-titre {
    font-size: 1rem;
  }
  #article #text .section-content p {
    font-size: 0.9rem;
  }
  #article #text .section-product {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  #article #text .section-product .short_product {
    height: 300px;
  }
  #article #text .section-product .short_product .short_product_container .proprietes {
    padding: 0.8rem 0.5rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_title {
    font-size: 1rem;
  }
  #article #text .section-product .short_product .short_product_container .proprietes .short_product_content {
    font-size: 0.9rem;
  }
  #article #text .section-patchwork {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0.6rem;
  }
  #article #text .section-patchwork .photo-1,
  #article #text .section-patchwork .photo-2,
  #article #text .section-patchwork .photo-3,
  #article #text .section-patchwork .photo-4 {
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 1;
    overflow: hidden;
  }
  #article #text .section-patchwork .photo-1 img,
  #article #text .section-patchwork .photo-2 img,
  #article #text .section-patchwork .photo-3 img,
  #article #text .section-patchwork .photo-4 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  #article #text .section-patchwork .photo-1 {
    grid-column: 1;
    grid-row: 1;
  }
  #article #text .section-patchwork .photo-2 {
    grid-column: 2;
    grid-row: 1;
  }
  #article #text .section-patchwork .photo-3 {
    grid-column: 1;
    grid-row: 2;
  }
  #article #text .section-patchwork .photo-4 {
    grid-column: 2;
    grid-row: 2;
  }
  #article #text .section-btn.que-faire-sur-lile a {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    width: 100%;
    text-align: center;
  }
}
.mon-compte h1 {
  color: #007893;
  text-align: center;
  margin-bottom: 2rem;
}
.mon-compte #wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4rem 0;
}
.mon-compte #wrapper #wrapperInner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  flex: 1 0 auto;
}
.mon-compte a {
  color: #000000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.mon-compte a:hover {
  color: #699a00;
  text-decoration: none;
}
.mon-compte #contentLoginForm .row,
.mon-compte #accountModify .row,
.mon-compte #accountChangePassword .row,
.mon-compte #accountAddress .row,
.mon-compte #accountLostPassword .row {
  display: flex;
  flex-direction: column;
}
.mon-compte #contentLoginForm .row label,
.mon-compte #accountModify .row label,
.mon-compte #accountChangePassword .row label,
.mon-compte #accountAddress .row label,
.mon-compte #accountLostPassword .row label {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0.5rem;
}
.mon-compte #contentLoginForm .row input,
.mon-compte #accountModify .row input,
.mon-compte #accountChangePassword .row input,
.mon-compte #accountAddress .row input,
.mon-compte #accountLostPassword .row input {
  width: 100%;
  border-radius: 0.44444rem;
  border: none;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1rem;
  box-shadow: 50px 21px 15px 0 rgba(0, 0, 0, 0) inset, 32px 14px 14px 0 rgba(0, 0, 0, 0.01) inset, 18px 8px 12px 0 rgba(0, 0, 0, 0.03) inset, 8px 3px 9px 0 rgba(0, 0, 0, 0.04) inset, 2px 1px 5px 0 rgba(0, 0, 0, 0.05) inset;
}
.mon-compte #contentLoginForm .row textarea,
.mon-compte #accountModify .row textarea,
.mon-compte #accountChangePassword .row textarea,
.mon-compte #accountAddress .row textarea,
.mon-compte #accountLostPassword .row textarea {
  width: 100%;
  border-radius: 0.44444rem;
  border: none;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1rem;
  box-shadow: 50px 21px 15px 0 rgba(0, 0, 0, 0) inset, 32px 14px 14px 0 rgba(0, 0, 0, 0.01) inset, 18px 8px 12px 0 rgba(0, 0, 0, 0.03) inset, 8px 3px 9px 0 rgba(0, 0, 0, 0.04) inset, 2px 1px 5px 0 rgba(0, 0, 0, 0.05) inset;
}
.mon-compte #contentLoginForm .row select,
.mon-compte #accountModify .row select,
.mon-compte #accountChangePassword .row select,
.mon-compte #accountAddress .row select,
.mon-compte #accountLostPassword .row select {
  width: 100%;
  border-radius: 0.44444rem;
  border: none;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1rem;
  box-shadow: 50px 21px 15px 0 rgba(0, 0, 0, 0) inset, 32px 14px 14px 0 rgba(0, 0, 0, 0.01) inset, 18px 8px 12px 0 rgba(0, 0, 0, 0.03) inset, 8px 3px 9px 0 rgba(0, 0, 0, 0.04) inset, 2px 1px 5px 0 rgba(0, 0, 0, 0.05) inset;
}
.mon-compte #contentLoginForm .submit,
.mon-compte #accountModify .submit,
.mon-compte #accountChangePassword .submit,
.mon-compte #accountAddress .submit,
.mon-compte #accountLostPassword .submit {
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.11rem;
}
.mon-compte #contentLoginForm .submit input,
.mon-compte #accountModify .submit input,
.mon-compte #accountChangePassword .submit input,
.mon-compte #accountAddress .submit input,
.mon-compte #accountLostPassword .submit input {
  background-color: #8CCD00;
  color: #FFFFFF;
  border: none;
  padding: 0.4rem 0.8rem;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 0.44444rem;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.mon-compte #contentLoginForm .submit input:hover,
.mon-compte #accountModify .submit input:hover,
.mon-compte #accountChangePassword .submit input:hover,
.mon-compte #accountAddress .submit input:hover,
.mon-compte #accountLostPassword .submit input:hover {
  background-color: #699a00;
  color: #FFFFFF;
  text-decoration: none;
}
.mon-compte #accountAddress {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.mon-compte #accountAddress h1 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}
.mon-compte #accountAddress > a.LinkIn.addressAdd {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
}
.mon-compte #accountAddress > a.LinkIn.addressAdd:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
.mon-compte #accountAddress > a.LinkIn.addressAdd span {
  display: inline-block;
}
.mon-compte #accountAddress ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 25px;
}
.mon-compte #accountAddress ul li {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 25px;
}
.mon-compte #accountAddress ul li.defaultAddress {
  border: 2px solid #007893;
  position: relative;
}
.mon-compte #accountAddress ul li.defaultAddress::before {
  content: "Par défaut";
  position: absolute;
  top: -12px;
  left: 20px;
  background: #007893;
  color: #FFFFFF;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
}
.mon-compte #accountAddress ul li#addressList {
  border: 1px solid #e9ecef;
}
.mon-compte #accountAddress ul li dl {
  margin: 0;
}
.mon-compte #accountAddress ul li dl dt {
  font-size: 1.2rem;
  font-weight: 700;
  color: #007893;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
.mon-compte #accountAddress ul li dl dd {
  margin: 0;
}
.mon-compte #accountAddress ul li dl dd address {
  font-style: normal;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  padding: 15px;
  background: #f8f9fa;
  border-left: 4px solid #007893;
  border-radius: 4px;
}
.mon-compte #accountAddress ul li dl dd address br {
  display: block;
  margin: 4px 0;
}
.mon-compte #accountAddress ul li dl dd a.LinkIn {
  display: inline-block;
  margin-right: 15px;
  margin-top: 10px;
  padding: 8px 16px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s ease;
}
.mon-compte #accountAddress ul li dl dd a.LinkIn.addressListTitleEdit {
  background: #007893;
  color: #FFFFFF;
}
.mon-compte #accountAddress ul li dl dd a.LinkIn.addressListTitleEdit:hover {
  background: #004e60;
  box-shadow: 0 2px 8px rgba(29, 180, 184, 0.3);
}
.mon-compte #accountAddress ul li dl dd a.LinkIn.addressListTitleDelete {
  background: #dc3545;
  color: #FFFFFF;
}
.mon-compte #accountAddress ul li dl dd a.LinkIn.addressListTitleDelete:hover {
  background: #bd2130;
  box-shadow: 0 2px 8px rgba(220, 53, 69, 0.3);
}
.mon-compte #accountAddress ul li dl dd a.LinkIn span {
  display: inline-block;
}
.mon-compte #accountAddress .formulaire {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  margin: 30px auto 0;
}
.mon-compte #accountAddress .formulaire form#form {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.mon-compte #accountAddress .formulaire form#form .row {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.mon-compte #accountAddress .formulaire form#form .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
  margin-bottom: 8px;
}
.mon-compte #accountAddress .formulaire form#form .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
.mon-compte #accountAddress .formulaire form#form .row span {
  width: 100%;
}
.mon-compte #accountAddress .formulaire form#form .row span input[type=text],
.mon-compte #accountAddress .formulaire form#form .row span input[type=email],
.mon-compte #accountAddress .formulaire form#form .row span input[type=tel] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  height: 48px;
  box-sizing: border-box;
}
.mon-compte #accountAddress .formulaire form#form .row span input[type=text]:focus,
.mon-compte #accountAddress .formulaire form#form .row span input[type=email]:focus,
.mon-compte #accountAddress .formulaire form#form .row span input[type=tel]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.mon-compte #accountAddress .formulaire form#form .row span select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  height: 48px;
  box-sizing: border-box;
  cursor: pointer;
  background: #FFFFFF;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 40px;
}
.mon-compte #accountAddress .formulaire form#form .row span select:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
.mon-compte #accountAddress .formulaire form#form .row span select:focus {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%231db4b8' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
}
.mon-compte #accountAddress .formulaire form#form .submit {
  margin-top: 25px;
  text-align: center;
  margin-top: 30px;
  grid-column: 1/-1;
}
.mon-compte #accountAddress .formulaire form#form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  min-width: 200px;
}
.mon-compte #accountAddress .formulaire form#form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
@media (max-width: 768px) {
  .mon-compte #accountAddress > a.LinkIn.addressAdd {
    width: 100%;
    text-align: center;
  }
  .mon-compte #accountAddress ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .mon-compte #accountAddress ul li {
    padding: 20px;
  }
  .mon-compte #accountAddress ul li dl dt {
    font-size: 1.1rem;
  }
  .mon-compte #accountAddress ul li dl dd a.LinkIn {
    display: block;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .mon-compte #accountAddress ul li dl dd a.LinkIn:last-child {
    margin-bottom: 0;
  }
  .mon-compte #accountAddress .formulaire {
    padding: 20px;
  }
  .mon-compte #accountAddress .formulaire form#form {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .mon-compte #accountAddress .formulaire form#form .row label {
    margin-bottom: 8px;
  }
  .mon-compte #accountAddress .formulaire form#form .submit input[type=submit] {
    width: 100%;
  }
}

/* ============================================
   STYLES POUR LE CALENDRIER (overDiv)
   ============================================ */
#overDiv.calendar {
  background: #FFFFFF;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  min-width: 320px;
  font-family: "Poppins", sans-serif;
  margin-left: -10%;
  /* En-tête du calendrier */
  /* Contenu du calendrier */
  /* Pied de page */
}
#overDiv.calendar #overlibheader {
  background: #007893;
  color: #FFFFFF;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #004e60;
}
#overDiv.calendar #overlibheader .overlibcaption {
  font-size: 1rem;
  font-weight: 400;
  margin: 0;
}
#overDiv.calendar #overlibheader .overlibclose a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  padding: 5px 10px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.2s ease;
}
#overDiv.calendar #overlibheader .overlibclose a:hover {
  transform: scale(1.1);
}
#overDiv.calendar #overlibcontent {
  padding: 10px 0;
  background: #FFFFFF;
}
#overDiv.calendar #overlibcontent table.calendar {
  width: 100%;
  border-collapse: collapse;
}
#overDiv.calendar #overlibcontent table.calendar caption {
  font-size: 1.2rem;
  font-weight: 600;
  color: #333;
  text-align: center;
}
#overDiv.calendar #overlibcontent table.calendar thead tr.nav:before, #overDiv.calendar #overlibcontent table.calendar thead tr.nav:after {
  content: none;
}
#overDiv.calendar #overlibcontent table.calendar thead tr.nav th {
  padding: 8px 0px;
  text-align: center;
}
#overDiv.calendar #overlibcontent table.calendar thead tr.nav th a {
  color: #007893;
  text-decoration: none;
  font-weight: 600;
  padding: 6px 5px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.2s ease;
}
#overDiv.calendar #overlibcontent table.calendar thead tr.nav th a:hover {
  background: #e8f5e9;
  color: #007893;
}
#overDiv.calendar #overlibcontent table.calendar thead tr.nav th a:hover {
  color: #004e60;
}
#overDiv.calendar #overlibcontent table.calendar thead tr th.days {
  padding: 10px 0px;
  text-align: center;
  font-weight: 600;
  color: #666;
  font-size: 0.9rem;
  border-bottom: 2px solid #e9ecef;
  background: #f8f9fa;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td {
  text-align: center;
  vertical-align: middle;
  /* Jour passé */
  /* Jour d'aujourd'hui */
  /* Jour à venir */
  /* Cellule vide */
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td a {
  display: block;
  padding: 5px;
  text-decoration: none;
  color: #333;
  border-radius: 4px;
  font-weight: 500;
  min-width: 25px;
  transition: all 0.2s ease;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td a:hover {
  background: #e8f5e9;
  color: #007893;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.past_day a {
  color: #999;
  opacity: 0.6;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.past_day a:hover {
  opacity: 1;
  background: #f0f0f0;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.today {
  background: none;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.today a {
  background: #007893;
  color: #FFFFFF;
  font-weight: 600;
  transition: all 0.2s ease;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.today a:hover {
  background: #004e60;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.to_come a {
  color: #333;
  transition: all 0.2s ease;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.to_come a:hover {
  background: #e8f5e9;
  color: #007893;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.no_day {
  padding: 0;
}
#overDiv.calendar #overlibcontent table.calendar tbody tr td.no_day::before {
  content: "";
}
#overDiv.calendar #overlibfooter {
  background: #f8f9fa;
  padding: 15px 20px;
  text-align: center;
  border-top: 1px solid #e9ecef;
}
#overDiv.calendar #overlibfooter a {
  color: #007893;
  text-decoration: none;
  font-weight: 600;
  padding: 8px 20px;
  border: 2px solid #007893;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.2s ease;
}
#overDiv.calendar #overlibfooter a:hover {
  background: #007893;
  color: #FFFFFF;
}

/* Responsive pour le calendrier */
@media (max-width: 768px) {
  #overDiv.calendar {
    min-width: 280px;
  }
  #overDiv.calendar #overlibheader {
    padding: 12px 15px;
  }
  #overDiv.calendar #overlibheader .overlibcaption {
    font-size: 1rem;
  }
  #overDiv.calendar #overlibcontent {
    padding: 15px;
  }
  #overDiv.calendar #overlibcontent table.calendar caption {
    font-size: 1rem;
  }
  #overDiv.calendar #overlibcontent table.calendar thead tr th.days {
    padding: 8px 3px;
    font-size: 0.85rem;
  }
  #overDiv.calendar #overlibcontent table.calendar tbody tr td {
    padding: 5px;
  }
  #overDiv.calendar #overlibcontent table.calendar tbody tr td a {
    padding: 8px 5px;
    font-size: 0.9rem;
  }
  #overDiv.calendar #overlibfooter {
    padding: 5px;
  }
  #overDiv.calendar #overlibfooter a {
    padding: 2px 5px;
    font-size: 0.9rem;
  }
}
/* ============================================
   STYLES GLOBAUX POUR LES CHAMPS DE DATE
   ============================================ */
/* ============================================
   STYLES POUR LA PAGE D'IDENTIFICATION DU PANIER
   ============================================ */
#cartAuthentification.cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Étapes du processus */
  /* Formulaires */
  /* Espacement entre les sections */
}
#cartAuthentification.cart h2 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
#cartAuthentification.cart h3 {
  font-size: 1.5rem;
  color: #333;
  margin-top: 40px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
#cartAuthentification.cart h3:first-of-type {
  margin-top: 0;
}
#cartAuthentification.cart p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}
#cartAuthentification.cart #steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
#cartAuthentification.cart #steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
#cartAuthentification.cart #steps span {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s ease;
}
#cartAuthentification.cart #steps span.active {
  color: #007893;
  background: #e8f5e9;
  font-weight: 600;
}
#cartAuthentification.cart #steps span.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e8f5e9;
}
#cartAuthentification.cart form {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#cartAuthentification.cart form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#cartAuthentification.cart form fieldset legend {
  font-size: 1.2rem;
  font-weight: 600;
  color: #007893;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
  width: 100%;
}
#cartAuthentification.cart form .row {
  margin-bottom: 20px;
}
#cartAuthentification.cart form .row label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
#cartAuthentification.cart form .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#cartAuthentification.cart form .row input[type=text],
#cartAuthentification.cart form .row input[type=password],
#cartAuthentification.cart form .row input[type=mail],
#cartAuthentification.cart form .row input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
#cartAuthentification.cart form .row input[type=text]:focus,
#cartAuthentification.cart form .row input[type=password]:focus,
#cartAuthentification.cart form .row input[type=mail]:focus,
#cartAuthentification.cart form .row input[type=email]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#cartAuthentification.cart form a.LinkIn {
  color: #007893;
  text-decoration: none;
  font-size: 0.9rem;
  display: inline-block;
  margin-top: 10px;
  transition: color 0.2s ease;
}
#cartAuthentification.cart form a.LinkIn:hover {
  color: #004e60;
  text-decoration: underline;
}
#cartAuthentification.cart form .submit {
  margin-top: 25px;
  text-align: center;
}
#cartAuthentification.cart form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cartAuthentification.cart form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#cartAuthentification.cart > h3 + form {
  margin-top: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  #cartAuthentification.cart {
    padding: 15px;
  }
  #cartAuthentification.cart h2 {
    font-size: 1.5rem;
  }
  #cartAuthentification.cart h3 {
    font-size: 1.2rem;
  }
  #cartAuthentification.cart #steps {
    flex-direction: column;
    gap: 10px;
  }
  #cartAuthentification.cart #steps::before {
    display: none;
  }
  #cartAuthentification.cart #steps span {
    width: 100%;
    text-align: center;
  }
  #cartAuthentification.cart form {
    padding: 20px;
  }
  #cartAuthentification.cart form .row {
    margin-bottom: 15px;
  }
  #cartAuthentification.cart form .submit input[type=submit] {
    width: 100%;
  }
}
/* ============================================
   STYLES POUR LE PANIER
   ============================================ */
#cart.cartTableau {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Étapes du processus */
  /* Section sélections panier */
}
#cart.cartTableau h2 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
#cart.cartTableau #steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
#cart.cartTableau #steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
#cart.cartTableau #steps span {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s ease;
}
#cart.cartTableau #steps span.active {
  color: #007893;
  background: #e8f5e9;
  font-weight: 600;
}
#cart.cartTableau #steps span.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e8f5e9;
}
#cart.cartTableau #selections_cart {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Tableau du panier */
  /* Section informations personnes */
  /* Boutons de soumission */
}
#cart.cartTableau #selections_cart .acompte_phrase {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #856404;
}
#cart.cartTableau #selections_cart table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  margin-bottom: 30px;
}
#cart.cartTableau #selections_cart table thead {
  background: #f8f9fa;
}
#cart.cartTableau #selections_cart table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
#cart.cartTableau #selections_cart table thead th:first-child {
  width: 120px;
}
#cart.cartTableau #selections_cart table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
#cart.cartTableau #selections_cart table tbody tr td {
  padding: 20px 15px;
  vertical-align: top;
}
#cart.cartTableau #selections_cart table tbody tr td:first-child {
  text-align: center;
}
#cart.cartTableau #selections_cart table tbody tr td:first-child img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#cart.cartTableau #selections_cart table tbody tr td:last-child {
  text-align: right;
}
#cart.cartTableau #selections_cart table tbody tr.amount {
  background: #f8f9fa;
}
#cart.cartTableau #selections_cart table tbody tr.amount td {
  padding: 15px;
  text-align: right !important;
}
#cart.cartTableau #selections_cart table tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#cart.cartTableau #selections_cart table tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#cart.cartTableau #selections_cart table tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
}
#cart.cartTableau #selections_cart table tbody tr.table_acompte {
  background: #f8f9fa;
}
#cart.cartTableau #selections_cart table tbody tr.table_acompte td {
  padding: 15px;
  text-align: right !important;
}
#cart.cartTableau #selections_cart table tbody tr.ordersActions {
  background: #f8f9fa;
}
#cart.cartTableau #selections_cart table tbody tr.ordersActions td {
  padding: 15px;
  text-align: right;
}
#cart.cartTableau #selections_cart table thead th:first-child {
  width: 60px;
}
#cart.cartTableau #selections_cart table thead th:last-child {
  width: 160px;
  text-align: center;
}
#cart.cartTableau #selections_cart table tbody tr {
  transition: background 0.2s ease;
}
#cart.cartTableau #selections_cart table tbody tr:hover {
  background: #f8f9fa;
}
#cart.cartTableau #selections_cart table tbody tr td .LinkIn.deleteProduct,
#cart.cartTableau #selections_cart table tbody tr td a.deleteProduct {
  color: #FFFFFF;
  background-color: #dc3545;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  position: relative;
  margin-top: 0.75rem;
}
#cart.cartTableau #selections_cart table tbody tr td .LinkIn.deleteProduct::before,
#cart.cartTableau #selections_cart table tbody tr td a.deleteProduct::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z'/%3E%3C/svg%3E");
  background-size: 16px 16px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
#cart.cartTableau #selections_cart table tbody tr td .LinkIn.deleteProduct:hover,
#cart.cartTableau #selections_cart table tbody tr td a.deleteProduct:hover {
  background: #bd2130;
  color: #FFFFFF;
}
#cart.cartTableau #selections_cart table tbody tr td .LinkIn.deleteProduct:hover::before,
#cart.cartTableau #selections_cart table tbody tr td a.deleteProduct:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 5.5A.5.5 0 0 1 6 6v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm2.5 0a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-1 0V6a.5.5 0 0 1 .5-.5zm3 .5a.5.5 0 0 0-1 0v6a.5.5 0 0 0 1 0V6z'/%3E%3Cpath fill-rule='evenodd' d='M14.5 3a1 1 0 0 1-1 1H13v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V4h-.5a1 1 0 0 1-1-1V2a1 1 0 0 1 1-1H6a1 1 0 0 1 1-1h2a1 1 0 0 1 1 1h3.5a1 1 0 0 1 1 1v1zM4.118 4 4 4.059V13a1 1 0 0 0 1 1h6a1 1 0 0 0 1-1V4.059L11.882 4H4.118zM2.5 3V2h11v1h-11z'/%3E%3C/svg%3E");
}
#cart.cartTableau #selections_cart table tbody tr td:first-child() {
  text-align: center;
}
#cart.cartTableau #selections_cart table tbody tr td:first-child() img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#cart.cartTableau #selections_cart #infos_personnes {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  /* Grille 2 colonnes pour les personnes */
  /* Bloc d'information d'une personne */
}
#cart.cartTableau #selections_cart #infos_personnes h3 {
  margin-bottom: 25px;
  color: #333;
  font-size: 1.4rem;
  font-weight: 600;
}
#cart.cartTableau #selections_cart #infos_personnes > div:last-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#cart.cartTableau #selections_cart #infos_personnes > div:last-child > div {
  flex: 0 0 calc(50% - 10px);
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart.cartTableau #selections_cart #infos_personnes > div:last-child > div {
    flex: 0 0 100%;
  }
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  transition: box-shadow 0.2s ease;
  /* Lignes de champs */
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > strong {
  font-size: 1.2em;
  color: #007893;
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] {
  margin-bottom: 20px;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group {
  /* Groupe date de naissance avec calendrier */
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #333;
  font-size: 0.95rem;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group input[type=text] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  padding: 10px;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group input[type=text]:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] {
  position: relative;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] input.birthday {
  flex: 1;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] a {
  padding: 10px 12px;
  background: #007893;
  color: #FFFFFF;
  border-radius: 4px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] a .glyphicon-calendar {
  display: none;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] a::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.2s ease;
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] a:hover {
  background: #004e60;
  transform: scale(1.05);
}
#cart.cartTableau #selections_cart #infos_personnes .person-info-block > div[style*="display: flex"] .form-group div[style*="display: flex"] a:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5zM1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4H1z'/%3E%3C/svg%3E");
}
#cart.cartTableau #selections_cart .submit {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
#cart.cartTableau #selections_cart .submit input[type=submit][name=deletecartsubmit] {
  padding: 0.5rem 1rem;
  background: #6c757d;
  color: #FFFFFF;
  border: none;
  border-radius: 2.22222rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cart.cartTableau #selections_cart .submit input[type=submit][name=deletecartsubmit]:hover {
  background: #5a6268;
  text-decoration: none;
}
#cart.cartTableau #selections_cart .submit input[type=submit][name=validcarsubmit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cart.cartTableau #selections_cart .submit input[type=submit][name=validcarsubmit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) and (max-width: 768px) {
  #cart.cartTableau {
    padding: 15px;
  }
  #cart.cartTableau h2 {
    font-size: 1.5rem;
  }
  #cart.cartTableau h3 {
    font-size: 1.1rem;
  }
  #cart.cartTableau #steps {
    flex-direction: column;
    gap: 10px;
  }
  #cart.cartTableau #steps::before {
    display: none;
  }
  #cart.cartTableau #steps span {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #cart.cartTableau #selections_cart {
    padding: 15px;
  }
  #cart.cartTableau #selections_cart table {
    width: 100%;
    border-collapse: collapse;
  }
  #cart.cartTableau #selections_cart table thead {
    display: none;
  }
  #cart.cartTableau #selections_cart table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    position: relative;
  }
  #cart.cartTableau #selections_cart table tbody tr td {
    display: block;
    padding: 12px 0;
    text-align: left !important;
    border-bottom: 1px solid #f0f0f0;
    width: 100% !important;
  }
  #cart.cartTableau #selections_cart table tbody tr td:last-child {
    border-bottom: none;
  }
  #cart.cartTableau #selections_cart table tbody tr td:first-child {
    position: absolute;
    top: 15px;
    right: 15px;
    width: auto !important;
    padding: 0;
    border: none;
    margin: 0;
  }
  #cart.cartTableau #selections_cart table tbody tr td:first-child::before {
    display: none;
  }
  #cart.cartTableau #selections_cart table tbody tr td:first-child .LinkIn.deleteProduct,
  #cart.cartTableau #selections_cart table tbody tr td:first-child a.deleteProduct {
    margin: 0;
  }
  #cart.cartTableau #selections_cart table tbody tr td:nth-child(2) {
    text-align: center;
    padding: 15px 0;
    padding-right: 50px;
  }
  #cart.cartTableau #selections_cart table tbody tr td:nth-child(2) img {
    max-width: 200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  #cart.cartTableau #selections_cart table tbody tr td:nth-child(3) {
    padding: 15px 0;
    padding-right: 50px;
  }
  #cart.cartTableau #selections_cart table tbody tr td:nth-child(3) #reservation {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f0f0f0;
  }
  #cart.cartTableau #selections_cart table tbody tr td:nth-child(3) #reservation br {
    display: block;
    margin: 5px 0;
  }
  #cart.cartTableau #selections_cart table tbody tr td:nth-child(3) #infos_personnes_select {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #f0f0f0;
  }
  #cart.cartTableau #selections_cart table tbody tr td:last-child {
    padding: 15px 0;
    padding-right: 50px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    color: #007893;
    background: #f8f9fa;
    border-radius: 4px;
    margin-top: 10px;
  }
  #cart.cartTableau #selections_cart table tbody tr.amount {
    display: table-row !important;
  }
  #cart.cartTableau #selections_cart table tbody tr.amount td {
    display: table-cell !important;
    padding: 15px !important;
    text-align: right !important;
    border-bottom: none !important;
    width: auto !important;
  }
  #cart.cartTableau #selections_cart table tbody tr.amount td:first-child {
    position: static !important;
    text-align: left !important;
    width: auto !important;
  }
  #cart.cartTableau #selections_cart table tbody tr.amount td:last-child {
    font-size: 1.1rem;
    color: #007893;
    background: transparent !important;
    border-radius: 0 !important;
    margin-top: 0 !important;
    padding-right: 15px !important;
  }
  #cart.cartTableau #selections_cart #infos_personnes {
    margin-top: 30px;
    padding-top: 20px;
  }
  #cart.cartTableau #selections_cart #infos_personnes h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  #cart.cartTableau #selections_cart #infos_personnes > div:last-child > div {
    flex: 0 0 100% !important;
    min-width: 100% !important;
  }
  #cart.cartTableau #selections_cart .submit {
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
  }
  #cart.cartTableau #selections_cart .submit input[type=submit] {
    width: 100%;
    padding: 14px 20px;
    font-size: 1rem;
  }
}
/* ============================================
   STYLES POUR LA PAGE DE SÉLECTION DES ADRESSES
   ============================================ */
#cartAddress.cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Étapes du processus */
  /* Section adresse actuelle */
}
#cartAddress.cart h2 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
#cartAddress.cart #steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
#cartAddress.cart #steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
#cartAddress.cart #steps span {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s ease;
}
#cartAddress.cart #steps span.active {
  color: #007893;
  background: #e8f5e9;
  font-weight: 600;
}
#cartAddress.cart #steps span.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e8f5e9;
}
#cartAddress.cart #currentAddress {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Formulaire de validation */
}
#cartAddress.cart #currentAddress .address {
  margin-bottom: 30px;
}
#cartAddress.cart #currentAddress .address h3 {
  font-size: 1.3rem;
  color: #007893;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
#cartAddress.cart #currentAddress .address address {
  font-style: normal;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-left: 4px solid #007893;
  border-radius: 4px;
}
#cartAddress.cart #currentAddress .address address br {
  display: block;
  margin: 5px 0;
}
#cartAddress.cart #currentAddress .address a.LinkIn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 2.22222rem;
  color: #007893;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #007893;
  transition: all 0.2s ease;
}
#cartAddress.cart #currentAddress .address a.LinkIn:hover {
  background: #007893;
  color: #FFFFFF;
}
#cartAddress.cart #currentAddress form {
  margin-top: 30px;
  padding-top: 30px;
}
#cartAddress.cart #currentAddress form .submit {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
}
#cartAddress.cart #currentAddress form .submit input[type=button] {
  padding: 0.5rem 1rem;
  background: #6c757d;
  color: #FFFFFF;
  border: none;
  border-radius: 2.22222rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cartAddress.cart #currentAddress form .submit input[type=button]:hover {
  background: #5a6268;
  text-decoration: none;
}
#cartAddress.cart #currentAddress form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cartAddress.cart #currentAddress form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  #cartAddress.cart {
    padding: 15px;
  }
  #cartAddress.cart h2 {
    font-size: 1.5rem;
  }
  #cartAddress.cart #steps {
    flex-direction: column;
    gap: 10px;
  }
  #cartAddress.cart #steps::before {
    display: none;
  }
  #cartAddress.cart #steps span {
    width: 100%;
    text-align: center;
  }
  #cartAddress.cart #currentAddress {
    padding: 20px;
  }
  #cartAddress.cart #currentAddress .address h3 {
    font-size: 1.1rem;
  }
  #cartAddress.cart #currentAddress .address address {
    padding: 15px;
    font-size: 0.9rem;
  }
  #cartAddress.cart #currentAddress form .submit {
    flex-direction: column;
  }
  #cartAddress.cart #currentAddress form .submit input[type=button],
  #cartAddress.cart #currentAddress form .submit input[type=submit] {
    width: 100%;
  }
}
/* ============================================
   STYLES POUR LA PAGE DE GESTION DES ADRESSES DE FACTURATION
   ============================================ */
#cartAddress.cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Étapes du processus */
  /* Section gestion d'adresses */
}
#cartAddress.cart h2 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
#cartAddress.cart h3 {
  font-size: 1.3rem;
  color: #007893;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 2px solid #e9ecef;
}
#cartAddress.cart h3:first-of-type {
  margin-top: 0;
}
#cartAddress.cart #steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
#cartAddress.cart #steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
#cartAddress.cart #steps span {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s ease;
}
#cartAddress.cart #steps span.active {
  color: #007893;
  background: #e8f5e9;
  font-weight: 600;
}
#cartAddress.cart #steps span.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e8f5e9;
}
#cartAddress.cart #manage_address {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Formulaire de sélection d'adresse */
  /* Formulaire de création d'adresse */
}
#cartAddress.cart #manage_address form#adresseselectionform {
  margin-bottom: 40px;
  /* Conteneur pour la grille 2 colonnes */
}
#cartAddress.cart #manage_address form#adresseselectionform fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
#cartAddress.cart #manage_address form#adresseselectionform fieldset legend {
  font-size: 1.1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  padding-bottom: 10px;
  width: 100%;
}
#cartAddress.cart #manage_address form#adresseselectionform > fieldset {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses {
  display: flex;
  flex-direction: column-reverse;
  padding: 20px;
  background: #f8f9fa;
  border: 2px solid #e9ecef;
  border-radius: 8px;
  transition: all 0.2s ease;
  cursor: pointer;
  flex: 0 0 calc(50% - 10px);
  min-width: 300px;
  /* Ligne avec radio et label - utiliser flexbox pour réorganiser */
  /* Style du cercle quand le radio est sélectionné */
  /* Alternative pour navigateurs sans support :has() */
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses:hover {
  border-color: #007893;
  background: #f0f9fa;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses > label {
  display: flex;
  align-items: center;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  cursor: pointer;
  order: 1;
  /* Créer un cercle visuel avant le texte du label */
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses > label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
  background: #FFFFFF;
  transition: all 0.2s ease;
  order: -1;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  pointer-events: none;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses input[type=radio]:checked ~ label::before,
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses input[type=radio]:checked + label::before, #cartAddress.cart #manage_address form#adresseselectionform .row.adresses:has(input[type=radio]:checked) label::before {
  border-color: #007893;
  background: #007893;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses input[type=radio]:checked ~ label::before, #cartAddress.cart #manage_address form#adresseselectionform .row.adresses input[type=radio]:checked + label::before {
  border-color: #007893;
  background: #007893;
  box-shadow: inset 0 0 0 4px #FFFFFF;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses address {
  font-style: normal;
  line-height: 1.8;
  color: #333;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  margin-left: 32px;
}
#cartAddress.cart #manage_address form#adresseselectionform .row.adresses address br {
  display: block;
  margin: 3px 0;
}
#cartAddress.cart #manage_address form#adresseselectionform .submit {
  margin-top: 25px;
  text-align: center;
}
#cartAddress.cart #manage_address form#adresseselectionform .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cartAddress.cart #manage_address form#adresseselectionform .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#cartAddress.cart #manage_address .formulaire form {
  margin-top: 30px;
  padding-top: 30px;
}
#cartAddress.cart #manage_address .formulaire form .row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-wrap: wrap;
}
#cartAddress.cart #manage_address .formulaire form .row label {
  display: block;
  min-width: 200px;
  font-weight: 600;
  color: #333;
  margin-bottom: 0;
  margin-right: 15px;
}
#cartAddress.cart #manage_address .formulaire form .row label .obligatory {
  line-height: 1rem;
  color: #dc3545;
}
#cartAddress.cart #manage_address .formulaire form .row span {
  flex: 1;
  min-width: 250px;
}
#cartAddress.cart #manage_address .formulaire form .row span input[type=text],
#cartAddress.cart #manage_address .formulaire form .row span select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
}
#cartAddress.cart #manage_address .formulaire form .row span input[type=text]:focus,
#cartAddress.cart #manage_address .formulaire form .row span select:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#cartAddress.cart #manage_address .formulaire form .row span select {
  cursor: pointer;
  background: #FFFFFF;
}
#cartAddress.cart #manage_address .formulaire form .submit {
  margin-top: 30px;
  text-align: center;
}
#cartAddress.cart #manage_address .formulaire form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cartAddress.cart #manage_address .formulaire form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  #cartAddress.cart {
    padding: 15px;
  }
  #cartAddress.cart h2 {
    font-size: 1.5rem;
  }
  #cartAddress.cart h3 {
    font-size: 1.1rem;
  }
  #cartAddress.cart #steps {
    flex-direction: column;
    gap: 10px;
  }
  #cartAddress.cart #steps::before {
    display: none;
  }
  #cartAddress.cart #steps span {
    width: 100%;
    text-align: center;
  }
  #cartAddress.cart #manage_address {
    padding: 20px;
  }
  #cartAddress.cart #manage_address form#adresseselectionform > fieldset {
    flex-direction: column;
  }
  #cartAddress.cart #manage_address form#adresseselectionform .row.adresses {
    flex: 0 0 100%;
  }
  #cartAddress.cart #manage_address form#adresseselectionform .row.adresses > label {
    margin-bottom: 10px;
  }
  #cartAddress.cart #manage_address form#adresseselectionform .row.adresses address {
    margin-left: 32px;
  }
  #cartAddress.cart #manage_address .formulaire form .row {
    flex-direction: column;
    align-items: flex-start;
  }
  #cartAddress.cart #manage_address .formulaire form .row label {
    margin-bottom: 8px;
    min-width: auto;
  }
  #cartAddress.cart #manage_address .formulaire form .row span {
    width: 100%;
    min-width: auto;
  }
  #cartAddress.cart #manage_address .formulaire form .submit input[type=submit] {
    width: 100%;
  }
}
/* ============================================
   STYLES POUR LA PAGE DE CONFIRMATION DE COMMANDE
   ============================================ */
#cart_order_confirmation.cart_tableau.cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Étapes du processus */
  /* Section adresse */
  /* Message acompte */
  /* Formulaire principal */
}
#cart_order_confirmation.cart_tableau.cart h2 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
#cart_order_confirmation.cart_tableau.cart h3 {
  font-size: 1.3rem;
  color: #007893;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
#cart_order_confirmation.cart_tableau.cart h3:first-of-type {
  margin-top: 0;
}
#cart_order_confirmation.cart_tableau.cart #steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
#cart_order_confirmation.cart_tableau.cart #steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
#cart_order_confirmation.cart_tableau.cart #steps span {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s ease;
}
#cart_order_confirmation.cart_tableau.cart #steps span.active {
  color: #007893;
  background: #e8f5e9;
  font-weight: 600;
}
#cart_order_confirmation.cart_tableau.cart #steps span.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e8f5e9;
}
#cart_order_confirmation.cart_tableau.cart .address {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#cart_order_confirmation.cart_tableau.cart .address h3 {
  margin-top: 0;
}
#cart_order_confirmation.cart_tableau.cart .address address {
  font-style: normal;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-left: 4px solid #007893;
  border-radius: 4px;
}
#cart_order_confirmation.cart_tableau.cart .address address br {
  display: block;
  margin: 5px 0;
}
#cart_order_confirmation.cart_tableau.cart .address a.LinkIn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 2.22222rem;
  color: #007893;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #007893;
  transition: all 0.2s ease;
  margin-right: 10px;
}
#cart_order_confirmation.cart_tableau.cart .address a.LinkIn:hover {
  background: #007893;
  color: #FFFFFF;
}
#cart_order_confirmation.cart_tableau.cart .address .modifyAdress {
  display: inline-block;
}
#cart_order_confirmation.cart_tableau.cart .acompte_phrase {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #856404;
}
#cart_order_confirmation.cart_tableau.cart form {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  /* Détail de la commande */
  /* Module de paiement */
  /* Message client */
  /* Boutons de soumission */
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail {
  margin-bottom: 30px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table thead {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table thead th:first-child {
  width: 120px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td {
  padding: 20px 15px;
  vertical-align: top;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td:first-child {
  text-align: center;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td:first-child img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td:last-child {
  text-align: right;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount td {
  padding: 15px;
  text-align: right !important;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.table_acompte {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.table_acompte td {
  padding: 15px;
  text-align: right !important;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.ordersActions {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.ordersActions td {
  padding: 15px;
  text-align: right;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table thead {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table thead th:first-child {
  width: 120px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody {
  /* Lignes de montant */
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td {
  padding: 20px 15px;
  vertical-align: top;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td:first-child {
  text-align: center;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td:first-child img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td #infos_personnes {
  margin-top: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 4px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td #infos_personnes strong {
  color: #007893;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount td {
  padding: 15px;
  text-align: right;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.ordersActions {
  background: #f8f9fa;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr.ordersActions td {
  padding: 15px;
  text-align: right;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail > a.LinkIn {
  display: inline-block;
  padding: 0.5rem 1rem;
  border: none;
  border-radius: 2.22222rem;
  color: #007893;
  text-decoration: none;
  font-weight: 500;
  border: 1px solid #007893;
  transition: all 0.2s ease;
}
#cart_order_confirmation.cart_tableau.cart form #cart_detail > a.LinkIn:hover {
  background: #007893;
  color: #FFFFFF;
}
#cart_order_confirmation.cart_tableau.cart form #payment_module {
  margin-bottom: 30px;
  padding-top: 30px;
}
#cart_order_confirmation.cart_tableau.cart form #payment_module .row {
  display: flex;
  align-items: center;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 4px;
  margin-bottom: 10px;
  transition: background 0.2s ease;
}
#cart_order_confirmation.cart_tableau.cart form #payment_module .row:hover {
  background: #e9ecef;
}
#cart_order_confirmation.cart_tableau.cart form #payment_module .row input[type=radio] {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#cart_order_confirmation.cart_tableau.cart form #payment_module .row label {
  margin: 0;
  cursor: pointer;
  font-weight: 500;
  color: #333;
  flex: 1;
}
#cart_order_confirmation.cart_tableau.cart form #customer_message {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 2px solid #e9ecef;
}
#cart_order_confirmation.cart_tableau.cart form #customer_message textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 1rem;
  transition: all 0.2s ease;
  font-family: inherit;
  resize: vertical;
  min-height: 100px;
}
#cart_order_confirmation.cart_tableau.cart form #customer_message textarea:focus {
  outline: none;
  border-color: #007893;
  box-shadow: 0 0 0 3px rgba(29, 180, 184, 0.1);
}
#cart_order_confirmation.cart_tableau.cart form .submit {
  display: flex;
  justify-content: center;
  gap: 15px;
  text-align: center;
  margin-top: 30px;
  padding-top: 30px;
}
#cart_order_confirmation.cart_tableau.cart form .submit input[type=button] {
  padding: 0.5rem 1rem;
  background: #6c757d;
  color: #FFFFFF;
  border: none;
  border-radius: 2.22222rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cart_order_confirmation.cart_tableau.cart form .submit input[type=button]:hover {
  background: #5a6268;
  text-decoration: none;
}
#cart_order_confirmation.cart_tableau.cart form .submit input[type=submit] {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cart_order_confirmation.cart_tableau.cart form .submit input[type=submit]:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  #cart_order_confirmation.cart_tableau.cart {
    padding: 15px;
  }
  #cart_order_confirmation.cart_tableau.cart h2 {
    font-size: 1.5rem;
  }
  #cart_order_confirmation.cart_tableau.cart h3 {
    font-size: 1.1rem;
  }
  #cart_order_confirmation.cart_tableau.cart #steps {
    flex-direction: column;
    gap: 10px;
  }
  #cart_order_confirmation.cart_tableau.cart #steps::before {
    display: none;
  }
  #cart_order_confirmation.cart_tableau.cart #steps span {
    width: 100%;
    text-align: center;
  }
  #cart_order_confirmation.cart_tableau.cart .address {
    padding: 20px;
  }
  #cart_order_confirmation.cart_tableau.cart .address address {
    padding: 15px;
    font-size: 0.9rem;
  }
  #cart_order_confirmation.cart_tableau.cart form {
    padding: 20px;
  }
  #cart_order_confirmation.cart_tableau.cart form #cart_detail table thead {
    display: none;
  }
  #cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
  }
  #cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td {
    display: block;
    padding: 10px 0;
    text-align: left !important;
  }
  #cart_order_confirmation.cart_tableau.cart form #cart_detail table tbody tr td:first-child {
    text-align: center;
  }
  #cart_order_confirmation.cart_tableau.cart form #payment_module .row {
    padding: 12px;
  }
  #cart_order_confirmation.cart_tableau.cart form .submit {
    flex-direction: column;
  }
  #cart_order_confirmation.cart_tableau.cart form .submit input[type=button],
  #cart_order_confirmation.cart_tableau.cart form .submit input[type=submit] {
    width: 100%;
  }
}
/* ============================================
   STYLES POUR LA PAGE DE CONFIRMATION DE PAIEMENT
   ============================================ */
#cart_payment_confirmation.cart_tableau.cart {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  /* Étapes du processus */
  /* Informations de commande */
  /* Section adresse */
  /* Message acompte */
  /* Détail de la commande */
  /* Section paiement */
  /* Footer de la page */
}
#cart_payment_confirmation.cart_tableau.cart h2 {
  font-size: 2rem;
  color: #007893;
  margin-bottom: 30px;
  font-weight: 600;
  text-align: center;
}
#cart_payment_confirmation.cart_tableau.cart h2:not(:first-of-type) {
  margin-top: 40px;
  text-align: left;
  font-size: 1.5rem;
}
#cart_payment_confirmation.cart_tableau.cart h3 {
  font-size: 1.3rem;
  color: #007893;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  padding-bottom: 10px;
}
#cart_payment_confirmation.cart_tableau.cart h3:first-of-type {
  margin-top: 0;
}
#cart_payment_confirmation.cart_tableau.cart p {
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}
#cart_payment_confirmation.cart_tableau.cart #steps {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 0;
  position: relative;
}
#cart_payment_confirmation.cart_tableau.cart #steps::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  height: 2px;
  background: #e0e0e0;
  z-index: 0;
}
#cart_payment_confirmation.cart_tableau.cart #steps span {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  padding: 10px 20px;
  border-radius: 25px;
  font-weight: 500;
  color: #999;
  transition: all 0.3s ease;
}
#cart_payment_confirmation.cart_tableau.cart #steps span.active {
  color: #007893;
  background: #e8f5e9;
  font-weight: 600;
}
#cart_payment_confirmation.cart_tableau.cart #steps span.active::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #e8f5e9;
}
#cart_payment_confirmation.cart_tableau.cart .order_confirmation_infos {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-radius: 8px;
}
#cart_payment_confirmation.cart_tableau.cart > div span.label {
  font-weight: 600;
  color: #333;
  display: inline-block;
  min-width: 180px;
}
#cart_payment_confirmation.cart_tableau.cart > div span.value {
  color: #666;
}
#cart_payment_confirmation.cart_tableau.cart .address {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#cart_payment_confirmation.cart_tableau.cart .address h3 {
  margin-top: 0;
}
#cart_payment_confirmation.cart_tableau.cart .address address {
  font-style: normal;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
  padding: 20px;
  background: #f8f9fa;
  border-left: 4px solid #007893;
  border-radius: 4px;
}
#cart_payment_confirmation.cart_tableau.cart .address address br {
  display: block;
  margin: 5px 0;
}
#cart_payment_confirmation.cart_tableau.cart .acompte_phrase {
  background: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #856404;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table thead {
  background: #f8f9fa;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table thead th {
  padding: 15px;
  text-align: left;
  font-weight: 600;
  color: #333;
  border-bottom: 2px solid #dee2e6;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table thead th:first-child {
  width: 120px;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody {
  /* Lignes de montant */
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr {
  border-bottom: 1px solid #e9ecef;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td {
  padding: 20px 15px;
  vertical-align: top;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td:first-child {
  text-align: center;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td:first-child img {
  max-width: 150px;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td:last-child {
  text-align: right;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td #infos_personnes {
  margin-top: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 4px;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td #infos_personnes strong {
  color: #007893;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.amount {
  background: #f8f9fa;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.amount td {
  padding: 15px;
  text-align: right;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.amount td:last-child {
  font-size: 1.1rem;
  color: #007893;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.amount:last-child {
  background: #e8f5e9;
  border-top: 2px solid #007893;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.amount:last-child td {
  font-size: 1.3rem;
  color: #007893;
  padding: 20px 15px;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.ordersActions {
  background: #f8f9fa;
}
#cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr.ordersActions td {
  padding: 15px;
  text-align: right;
}
#cart_payment_confirmation.cart_tableau.cart #payment_actions {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#cart_payment_confirmation.cart_tableau.cart #payment_actions h2 {
  margin-top: 0;
  text-align: left;
}
#cart_payment_confirmation.cart_tableau.cart #payment_actions p {
  margin-bottom: 20px;
}
#cart_payment_confirmation.cart_tableau.cart #payment_actions a.LinkIn {
  padding: 0.5rem 1rem;
  border-radius: 2.22222rem;
  background: #007893;
  color: #FFFFFF;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  margin-top: 20px;
}
#cart_payment_confirmation.cart_tableau.cart #payment_actions a.LinkIn:hover {
  background: #004e60;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#cart_payment_confirmation.cart_tableau.cart #cart_footer {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 30px;
  margin-top: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
}
#cart_payment_confirmation.cart_tableau.cart #cart_footer p {
  color: #666;
  margin-bottom: 25px;
  line-height: 1.8;
  font-size: 1.1rem;
}
#cart_payment_confirmation.cart_tableau.cart #cart_footer .back {
  margin-top: 20px;
}
#cart_payment_confirmation.cart_tableau.cart #cart_footer .back a.LinkIn {
  padding: 0.5rem 1rem;
  background: #6c757d;
  color: #FFFFFF;
  border: none;
  border-radius: 2.22222rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
}
#cart_payment_confirmation.cart_tableau.cart #cart_footer .back a.LinkIn:hover {
  background: #5a6268;
  text-decoration: none;
}

/* Responsive */
@media (max-width: 768px) {
  #cart_payment_confirmation.cart_tableau.cart {
    padding: 15px;
  }
  #cart_payment_confirmation.cart_tableau.cart h2 {
    font-size: 1.5rem;
  }
  #cart_payment_confirmation.cart_tableau.cart h2:not(:first-of-type) {
    font-size: 1.3rem;
  }
  #cart_payment_confirmation.cart_tableau.cart h3 {
    font-size: 1.1rem;
  }
  #cart_payment_confirmation.cart_tableau.cart #steps {
    flex-direction: column;
    gap: 10px;
  }
  #cart_payment_confirmation.cart_tableau.cart #steps::before {
    display: none;
  }
  #cart_payment_confirmation.cart_tableau.cart #steps span {
    width: 100%;
    text-align: center;
  }
  #cart_payment_confirmation.cart_tableau.cart > div {
    padding: 15px;
  }
  #cart_payment_confirmation.cart_tableau.cart > div span.label {
    display: block;
    margin-bottom: 5px;
    min-width: auto;
  }
  #cart_payment_confirmation.cart_tableau.cart .address {
    padding: 20px;
  }
  #cart_payment_confirmation.cart_tableau.cart .address address {
    padding: 15px;
    font-size: 0.9rem;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_detail {
    padding: 20px;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_detail table thead {
    display: none;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr {
    display: block;
    margin-bottom: 20px;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td {
    display: block;
    padding: 10px 0;
    text-align: left !important;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_detail table tbody tr td:first-child {
    text-align: center;
  }
  #cart_payment_confirmation.cart_tableau.cart #payment_actions {
    padding: 20px;
  }
  #cart_payment_confirmation.cart_tableau.cart #payment_actions a.LinkIn {
    width: 100%;
    text-align: center;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_footer {
    padding: 20px;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_footer p {
    font-size: 1rem;
  }
  #cart_payment_confirmation.cart_tableau.cart #cart_footer .back a.LinkIn {
    width: 100%;
    text-align: center;
  }
}/*# sourceMappingURL=styles.css.map */