
/* =========================================================
   HONFLEUR INSIDER - MARCHES
   ========================================================= */

.rdh-markets-content {
  padding: 0 14px 110px;
}


.rdh-market-today {
  margin: 4px 0 22px;
  padding: 18px;
  border-radius: 24px;
  background:
    linear-gradient(
      135deg,
      #10235a 0%,
      #173675 100%
    );
  color: #fff;
  box-shadow: 0 8px 24px rgba(16, 35, 90, .14);
}


.rdh-market-today-top {
  display: flex;
  align-items: center;
  gap: 13px;
}


.rdh-market-today-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 15px;
  background: rgba(255,255,255,.14);
  display: flex;
  align-items: center;
  justify-content: center;
}


.rdh-market-today-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #fff;
  stroke-width: 1.9;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.rdh-market-eyebrow {
  font-size: 13px;
  line-height: 1.2;
  opacity: .75;
}


.rdh-market-day {
  margin-top: 2px;
  font-size: 24px;
  line-height: 1.1;
  font-weight: 800;
}


.rdh-market-today-list {
  margin-top: 16px;
  display: grid;
  gap: 9px;
}


.rdh-market-today-item {
  padding: 12px 13px;
  border-radius: 16px;
  background: rgba(255,255,255,.10);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}


.rdh-market-dot {
  width: 8px;
  height: 8px;
  margin-top: 6px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: #f4b942;
}


.rdh-market-today-item strong,
.rdh-market-today-item span,
.rdh-market-today-item small {
  display: block;
}


.rdh-market-today-item strong {
  font-size: 15px;
  line-height: 1.25;
}


.rdh-market-today-item span {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 600;
}


.rdh-market-today-item small {
  margin-top: 2px;
  font-size: 12px;
  opacity: .75;
}


.rdh-market-none {
  margin-top: 15px;
  padding: 13px;
  border-radius: 15px;
  background: rgba(255,255,255,.10);
  font-size: 14px;
}


.rdh-market-section-title {
  margin: 0 4px 11px;
  font-size: 19px;
  line-height: 1.2;
  font-weight: 800;
  color: #10235a;
}


.rdh-market-card {
  margin-bottom: 12px;
  padding: 17px;
  border-radius: 22px;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 14px;
  box-shadow: 0 4px 18px rgba(16, 35, 90, .07);
}


.rdh-market-icon {
  width: 45px;
  height: 45px;
  flex: 0 0 45px;
  border-radius: 14px;
  background: #eef2fb;
  display: flex;
  align-items: center;
  justify-content: center;
}


.rdh-market-icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: #10235a;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.rdh-market-icon-green {
  background: #edf8f0;
}


.rdh-market-icon-green svg {
  stroke: #39784b;
}


.rdh-market-icon-blue {
  background: #eaf6fa;
}


.rdh-market-icon-blue svg {
  stroke: #27708c;
}


.rdh-market-icon-orange {
  background: #fff4e6;
}


.rdh-market-icon-orange svg {
  stroke: #ca781d;
}


.rdh-market-icon-night {
  background: #ececfa;
}


.rdh-market-icon-night svg {
  stroke: #56559c;
}


.rdh-market-icon-pink {
  background: #fff0f5;
}


.rdh-market-icon-pink svg {
  stroke: #b65377;
}


.rdh-market-main {
  min-width: 0;
  flex: 1;
}


.rdh-market-title {
  color: #10235a;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
}


.rdh-market-schedule {
  margin-top: 5px;
  color: #697694;
  font-size: 14px;
  line-height: 1.35;
}


.rdh-market-schedule strong {
  display: block;
  margin-top: 1px;
  color: #10235a;
  font-size: 15px;
}


.rdh-market-place {
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  gap: 6px;
  color: #435274;
  font-size: 13px;
  line-height: 1.35;
}


.rdh-market-place svg {
  width: 16px;
  height: 16px;
  margin-top: 1px;
  flex: 0 0 16px;
  fill: none;
  stroke: #e2a22e;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}


.rdh-market-card p {
  margin: 11px 0 0;
  color: #66728d;
  font-size: 13px;
  line-height: 1.45;
}


.rdh-market-tags {
  margin-top: 11px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}


.rdh-market-tags span {
  padding: 5px 8px;
  border-radius: 999px;
  background: #f1f4fa;
  color: #596784;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
}


.rdh-market-warning {
  display: inline-block;
  margin-top: 10px;
  padding: 6px 9px;
  border-radius: 999px;
  background: #fff5df;
  color: #9a6815;
  font-size: 11px;
  line-height: 1;
  font-weight: 800;
}


.rdh-market-night {
  background:
    linear-gradient(
      135deg,
      #ffffff 0%,
      #f7f6ff 100%
    );
}


.rdh-market-note {
  padding: 8px 8px 4px;
  color: #8892a8;
  text-align: center;
  font-size: 11px;
  line-height: 1.4;
}


@media (max-width: 480px) {

  .rdh-markets-content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .rdh-market-card {
    padding: 15px;
    gap: 12px;
  }

  .rdh-market-icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .rdh-market-title {
    font-size: 17px;
  }

}



/* =========================================================
   HONFLEUR INSIDER - MARCHES
   PRIORITE FINALE
   ========================================================= */

.rdh-markets-page .rdh-markets-content {
  padding: 0 14px 110px !important;
}


.rdh-markets-page .rdh-market-today {
  margin: 4px 0 22px !important;
  padding: 18px !important;

  display: block !important;

  border-radius: 24px !important;

  background:
    linear-gradient(
      135deg,
      #10235a 0%,
      #173675 100%
    ) !important;

  color: #ffffff !important;

  box-shadow:
    0 8px 24px rgba(16,35,90,.14) !important;
}


.rdh-markets-page .rdh-market-today-top {
  display: flex !important;
  align-items: center !important;
  gap: 13px !important;
}


.rdh-markets-page .rdh-market-today-icon {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;

  flex: 0 0 45px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 15px !important;

  background:
    rgba(255,255,255,.14) !important;

  color: #ffffff !important;
}


.rdh-markets-page .rdh-market-today-icon svg {
  width: 25px !important;
  height: 25px !important;

  fill: none !important;
  stroke: #ffffff !important;
  stroke-width: 1.9 !important;
}


.rdh-markets-page .rdh-market-eyebrow {
  color: #ffffff !important;

  font-size: 13px !important;
  line-height: 1.2 !important;

  opacity: .75 !important;
}


.rdh-markets-page .rdh-market-day {
  margin-top: 2px !important;

  color: #ffffff !important;

  font-size: 24px !important;
  line-height: 1.1 !important;

  font-weight: 800 !important;
}


.rdh-markets-page .rdh-market-today-list {
  margin-top: 16px !important;

  display: grid !important;
  gap: 9px !important;
}


.rdh-markets-page .rdh-market-today-item {
  padding: 12px 13px !important;

  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;

  border-radius: 16px !important;

  background:
    rgba(255,255,255,.10) !important;

  color: #ffffff !important;
}


.rdh-markets-page .rdh-market-today-item strong,
.rdh-markets-page .rdh-market-today-item span,
.rdh-markets-page .rdh-market-today-item small {
  display: block !important;
  color: #ffffff !important;
}


.rdh-markets-page .rdh-market-dot {
  width: 8px !important;
  height: 8px !important;

  min-width: 8px !important;

  margin-top: 6px !important;

  border-radius: 50% !important;

  background: #f4b942 !important;
}


.rdh-markets-page .rdh-market-section-title {
  margin: 0 4px 11px !important;

  color: #10235a !important;

  font-size: 19px !important;
  line-height: 1.2 !important;

  font-weight: 800 !important;
}


.rdh-markets-page .rdh-market-card {
  margin: 0 0 12px !important;
  padding: 17px !important;

  display: flex !important;
  align-items: flex-start !important;

  gap: 14px !important;

  border-radius: 22px !important;

  background: #ffffff !important;

  box-shadow:
    0 4px 18px rgba(16,35,90,.07) !important;

  box-sizing: border-box !important;
}


.rdh-markets-page .rdh-market-icon {
  width: 45px !important;
  height: 45px !important;
  min-width: 45px !important;

  flex: 0 0 45px !important;

  display: flex !important;
  align-items: center !important;
  justify-content: center !important;

  border-radius: 14px !important;

  background: #eef2fb !important;

  color: #10235a !important;
}


.rdh-markets-page .rdh-market-icon svg {
  width: 25px !important;
  height: 25px !important;

  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 1.8 !important;
}


.rdh-markets-page .rdh-market-icon-green {
  background: #edf8f0 !important;
  color: #39784b !important;
}


.rdh-markets-page .rdh-market-icon-blue {
  background: #eaf6fa !important;
  color: #27708c !important;
}


.rdh-markets-page .rdh-market-icon-orange {
  background: #fff4e6 !important;
  color: #ca781d !important;
}


.rdh-markets-page .rdh-market-icon-night {
  background: #ececfa !important;
  color: #56559c !important;
}


.rdh-markets-page .rdh-market-icon-pink {
  background: #fff0f5 !important;
  color: #b65377 !important;
}


.rdh-markets-page .rdh-market-main {
  min-width: 0 !important;
  flex: 1 1 auto !important;
}


.rdh-markets-page .rdh-market-title {
  margin: 0 !important;

  color: #10235a !important;

  font-size: 18px !important;
  line-height: 1.2 !important;

  font-weight: 800 !important;
}


.rdh-markets-page .rdh-market-schedule {
  margin-top: 5px !important;

  color: #697694 !important;

  font-size: 14px !important;
  line-height: 1.35 !important;
}


.rdh-markets-page .rdh-market-schedule strong {
  display: block !important;

  margin-top: 1px !important;

  color: #10235a !important;

  font-size: 15px !important;
}


.rdh-markets-page .rdh-market-place {
  margin-top: 10px !important;

  display: flex !important;
  align-items: flex-start !important;

  gap: 6px !important;

  color: #435274 !important;

  font-size: 13px !important;
  line-height: 1.35 !important;
}


.rdh-markets-page .rdh-market-place svg {
  width: 16px !important;
  height: 16px !important;
  min-width: 16px !important;

  margin-top: 1px !important;

  fill: none !important;
  stroke: #e2a22e !important;
  stroke-width: 1.8 !important;
}


.rdh-markets-page .rdh-market-card p {
  margin: 11px 0 0 !important;
  padding: 0 !important;

  color: #66728d !important;

  font-size: 13px !important;
  line-height: 1.45 !important;
}


.rdh-markets-page .rdh-market-tags {
  margin-top: 11px !important;

  display: flex !important;
  flex-wrap: wrap !important;

  gap: 6px !important;
}


.rdh-markets-page .rdh-market-tags span {
  padding: 5px 8px !important;

  display: inline-block !important;

  border-radius: 999px !important;

  background: #f1f4fa !important;

  color: #596784 !important;

  font-size: 11px !important;
  line-height: 1 !important;

  font-weight: 700 !important;
}


.rdh-markets-page .rdh-market-warning {
  display: inline-block !important;

  margin-top: 10px !important;
  padding: 6px 9px !important;

  border-radius: 999px !important;

  background: #fff5df !important;

  color: #9a6815 !important;

  font-size: 11px !important;
  line-height: 1 !important;

  font-weight: 800 !important;
}


.rdh-markets-page .rdh-market-note {
  padding: 8px 8px 4px !important;

  color: #8892a8 !important;

  text-align: center !important;

  font-size: 11px !important;
  line-height: 1.4 !important;
}


@media (max-width: 480px) {

  .rdh-markets-page .rdh-markets-content {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .rdh-markets-page .rdh-market-card {
    padding: 15px !important;
    gap: 12px !important;
  }

  .rdh-markets-page .rdh-market-icon {
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    flex-basis: 42px !important;
  }

  .rdh-markets-page .rdh-market-title {
    font-size: 17px !important;
  }

}




/* =========================================================
   MARCHES - STATUTS DU JOUR
   ========================================================= */

.rdh-markets-page .rdh-market-today-status {
  display: inline-flex !important;
  align-items: center !important;

  margin-top: 8px !important;
  padding: 6px 9px !important;

  border-radius: 999px !important;

  font-style: normal !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 800 !important;

  letter-spacing: .01em !important;
}


.rdh-markets-page .rdh-market-status-open {
  background: #e6f7eb !important;
  color: #28713d !important;
}


.rdh-markets-page .rdh-market-status-upcoming {
  background: #fff2d6 !important;
  color: #986514 !important;
}


.rdh-markets-page .rdh-market-status-closed {
  background: rgba(255,255,255,.12) !important;
  color: rgba(255,255,255,.72) !important;
}


.rdh-markets-page .rdh-market-status-approximate {
  background: #fff2d6 !important;
  color: #986514 !important;
}



/* =========================================================
   MARCHES - ME GUIDER
   ========================================================= */

.rdh-markets-page .rdh-market-today-guide {
  width: fit-content !important;
  min-height: 34px !important;

  margin-top: 10px !important;
  padding: 0 12px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;

  border: 1px solid rgba(255,255,255,.20) !important;
  border-radius: 11px !important;

  background: rgba(255,255,255,.13) !important;

  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}


.rdh-markets-page .rdh-market-today-guide span {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 12px !important;
}


.rdh-markets-page .rdh-market-today-guide strong {
  color: #f4b942 !important;
  font-size: 18px !important;
  line-height: 1 !important;
}



/* =========================================================
   MARCHES - VERSION PREMIUM CONTRASTEE
   ========================================================= */

/* Grand écrin */

.rdh-markets-page .rdh-market-today {
  background:
    linear-gradient(
      150deg,
      #10235a 0%,
      #183b7a 100%
    ) !important;

  border:
    1px solid rgba(214,170,78,.30) !important;

  box-shadow:
    0 16px 36px rgba(16,35,90,.16) !important;
}


/* Icône calendrier */

.rdh-markets-page .rdh-market-today-icon {
  background:
    rgba(255,255,255,.10) !important;

  border:
    1px solid rgba(255,255,255,.14) !important;
}


/* Petites cartes ivoire */

.rdh-markets-page .rdh-market-today-item {
  background:
    linear-gradient(
      145deg,
      #fffdf8 0%,
      #f6f0e4 100%
    ) !important;

  border:
    1px solid rgba(211,167,76,.25) !important;

  box-shadow:
    0 8px 20px rgba(5,15,40,.12) !important;
}


/* Texte des cartes */

.rdh-markets-page .rdh-market-today-item strong {
  color: #10235a !important;
}

.rdh-markets-page .rdh-market-today-item span {
  color: #263b70 !important;
}

.rdh-markets-page .rdh-market-today-item small {
  color: #777064 !important;
  opacity: 1 !important;
}


/* Point doré */

.rdh-markets-page .rdh-market-dot {
  background: #d8a640 !important;

  box-shadow:
    0 0 0 4px rgba(216,166,64,.12) !important;
}


/* Statuts */

.rdh-markets-page .rdh-market-status-open {
  background: #e6f5e9 !important;
  color: #2d7040 !important;
}

.rdh-markets-page .rdh-market-status-closed {
  background: #ece7dc !important;
  color: #756c5c !important;
}


/* Me guider - Marchés du jour */

.rdh-markets-page .rdh-market-today-guide {
  min-height: 39px !important;

  margin-top: 12px !important;
  padding: 0 15px !important;

  background: #10235a !important;

  border:
    1px solid rgba(211,167,76,.38) !important;

  border-radius: 13px !important;

  box-shadow:
    0 6px 14px rgba(16,35,90,.16) !important;
}

.rdh-markets-page .rdh-market-today-guide span {
  color: #ffffff !important;
  font-size: 13px !important;
}

.rdh-markets-page .rdh-market-today-guide strong {
  color: #e3b350 !important;
  font-size: 20px !important;
}


/* =========================================================
   ME GUIDER - TOUTES LES FICHES
   ========================================================= */

.rdh-markets-page .rdh-market-card-guide {
  width: fit-content !important;
  min-height: 40px !important;

  margin-top: 14px !important;
  padding: 0 15px !important;

  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 9px !important;

  background: #10235a !important;

  border:
    1px solid rgba(211,167,76,.28) !important;

  border-radius: 13px !important;

  color: #ffffff !important;
  text-decoration: none !important;

  box-shadow:
    0 6px 16px rgba(16,35,90,.10) !important;

  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 800 !important;
}

.rdh-markets-page .rdh-market-card-guide span {
  color: #ffffff !important;
}

.rdh-markets-page .rdh-market-card-guide strong {
  color: #e3b350 !important;
  font-size: 20px !important;
  line-height: 1 !important;
}



/* =========================================================
   MARCHES - ME GUIDER ALIGNE A DROITE
   ========================================================= */

/*
 * Dans les marchés du jour :
 * le bouton se cale à droite pour laisser la place
 * à d'autres informations à gauche si besoin.
 */
.rdh-markets-page .rdh-market-today-guide {
  display: flex !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}


/*
 * Dans les fiches du bas :
 * même logique, bouton aligné à droite.
 */
.rdh-markets-page .rdh-market-card-guide {
  display: flex !important;
  width: fit-content !important;
  margin-left: auto !important;
  margin-right: 0 !important;
}



/* =========================================================
   MARCHES DU JOUR - LIGNE D'ACTION STABLE
   ========================================================= */

.rdh-markets-page .rdh-market-today-item > div:last-child {
  width: 100% !important;
  min-width: 0 !important;
}


/*
 * Le bouton reste sur une vraie ligne basse,
 * aligné complètement à droite.
 */
.rdh-markets-page .rdh-market-today-guide {
  width: fit-content !important;

  margin-top: 16px !important;
  margin-left: auto !important;
  margin-right: 0 !important;

  display: flex !important;
}


/*
 * Un peu plus de respiration sous les informations.
 */
.rdh-markets-page .rdh-market-today-item {
  padding-bottom: 17px !important;
}


/*
 * Si un statut revient plus tard,
 * il reste naturellement à gauche.
 */
.rdh-markets-page .rdh-market-today-status {
  float: left !important;
  margin-top: 16px !important;
  margin-right: 12px !important;
}

