
/* =========================================================
   HONFLEUR INSIDER
   CINEMA
   ========================================================= */

.rdh-cinema {
  width: 100% !important;
  padding-bottom: 115px !important;
}


.rdh-cinema .rdh-movie-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
}


/* =========================================================
   CARTE
   ========================================================= */

.rdh-cinema .rdh-movie-card {
  display: block !important;
  grid-template-columns: none !important;

  width: 100% !important;

  padding: 15px !important;

  overflow: hidden !important;

  border-radius: 24px !important;

  background: #ffffff !important;

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


/* =========================================================
   AFFICHE
   ========================================================= */

.rdh-cinema .rdh-movie-poster {
  display: block !important;

  width: 100% !important;
  height: auto !important;

  max-width: 100% !important;

  aspect-ratio: auto !important;

  margin: 0 0 14px 0 !important;

  border-radius: 17px !important;

  object-fit: contain !important;

  background: transparent !important;
}


/* =========================================================
   TITRE
   ========================================================= */

.rdh-cinema .rdh-movie-title {
  margin: 0 !important;

  color: #10235a !important;

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

  font-weight: 800 !important;
}


/* =========================================================
   META
   ========================================================= */

.rdh-cinema .rdh-movie-meta {
  display: flex !important;
  align-items: center !important;

  gap: 6px !important;

  margin-top: 5px !important;

  color: #7d89a7 !important;

  font-size: 13px !important;
}


.rdh-meta-dot {
  color: #c69248 !important;
}


/* =========================================================
   EN SAVOIR PLUS - CTA VENDEUR
   ========================================================= */

.rdh-cinema .rdh-movie-details {
  margin-top: 12px !important;
}


.rdh-cinema .rdh-movie-details summary {
  width: 100% !important;

  min-height: 46px !important;

  display: flex !important;

  align-items: center !important;

  gap: 10px !important;

  padding: 10px 13px !important;

  border-radius: 14px !important;

  border:
    1px solid rgba(198,146,72,.26) !important;

  background:
    linear-gradient(
      135deg,
      #fffaf1 0%,
      #f8f0e3 100%
    ) !important;

  color: #10235a !important;

  font-size: 13px !important;
  font-weight: 800 !important;

  cursor: pointer !important;

  list-style: none !important;

  box-sizing: border-box !important;

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


.rdh-cinema
.rdh-movie-details
summary::-webkit-details-marker {
  display: none !important;
}


/* PETIT I */

.rdh-more-icon {
  flex: 0 0 27px !important;

  width: 27px !important;
  height: 27px !important;

  display: flex !important;

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

  border-radius: 50% !important;

  background: #c69248 !important;

  color: #ffffff !important;

  font-family: Georgia, serif !important;

  font-size: 15px !important;
  font-weight: 700 !important;
}


/* FLECHE */

.rdh-more-chevron {
  margin-left: auto !important;

  color: #c69248 !important;

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

  transition:
    transform .18s ease !important;
}


.rdh-movie-details[open]
.rdh-more-chevron {
  transform:
    rotate(90deg) !important;
}


/* =========================================================
   DETAILS
   ========================================================= */

.rdh-movie-details-content {
  padding-top: 10px !important;
}


/* SYNOPSIS TITRE */

.rdh-movie-synopsis-title {
  margin-bottom: 6px !important;

  color: #10235a !important;

  font-size: 12px !important;
  font-weight: 800 !important;

  text-transform: uppercase !important;

  letter-spacing: .5px !important;
}


/* SYNOPSIS */

.rdh-cinema .rdh-movie-synopsis {
  padding: 13px !important;

  border-radius: 14px !important;

  border-left:
    3px solid #c69248 !important;

  background: #f6f8fc !important;

  color: #526180 !important;

  font-size: 12.5px !important;
  line-height: 1.58 !important;
}


/* CREDITS */

.rdh-cinema .rdh-movie-credit {
  display: grid !important;

  grid-template-columns:
    90px
    minmax(0,1fr) !important;

  gap: 8px !important;

  margin-top: 9px !important;

  color: #687695 !important;

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


.rdh-cinema .rdh-movie-credit strong {
  color: #10235a !important;
}


/* =========================================================
   PROGRAMMATION
   ========================================================= */

.rdh-cinema .rdh-movie-program {
  margin-top: 13px !important;
}


.rdh-cinema .rdh-cinema-program {
  display: flex !important;
  flex-direction: column !important;

  gap: 7px !important;
}


.rdh-cinema .rdh-cinema-day {
  display: grid !important;

  grid-template-columns:
    78px
    minmax(0,1fr) !important;

  gap: 9px !important;

  align-items: center !important;

  min-height: 42px !important;

  padding: 6px 8px !important;

  border-radius: 13px !important;

  background: #f8f9fc !important;
}


.rdh-cinema
.rdh-cinema-day:first-child {
  background: #eef3ff !important;
}


.rdh-cinema .rdh-cinema-day-name {
  color: #10235a !important;

  font-size: 12.5px !important;

  font-weight: 800 !important;
}


.rdh-cinema .rdh-cinema-day-number {
  margin-top: 3px !important;

  color: #8d98b3 !important;

  font-size: 10px !important;
}


/* =========================================================
   HORAIRES
   ========================================================= */

.rdh-cinema .rdh-cinema-times {
  display: flex !important;

  flex-wrap: wrap !important;

  gap: 5px !important;
}


.rdh-cinema .rdh-cinema-time {
  min-height: 31px !important;

  display: inline-flex !important;

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

  padding: 5px 9px !important;

  border-radius: 10px !important;

  background: #ffffff !important;

  border:
    1px solid #dfe6f4 !important;

  color: #10235a !important;

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


.rdh-cinema
.rdh-cinema-day:first-child
.rdh-cinema-time:first-child {
  background: #10235a !important;

  border-color: #10235a !important;

  color: #ffffff !important;
}


/* =========================================================
   BANDE ANNONCE
   ========================================================= */

.rdh-cinema .rdh-trailer-button {
  width: auto !important;

  min-height: 46px !important;

  margin-top: 14px !important;

  display: inline-flex !important;

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

  gap: 10px !important;

  padding: 11px 18px !important;

  border: 0 !important;

  border-radius: 15px !important;

  background:
    linear-gradient(
      135deg,
      #76101d 0%,
      #a71a2b 48%,
      #c73743 100%
    ) !important;

  color: #ffffff !important;

  font-size: 13.5px !important;
  font-weight: 800 !important;

  box-shadow:
    0 9px 22px rgba(147,20,35,.24),
    inset 0 1px 0 rgba(255,255,255,.16) !important;

  cursor: pointer !important;
}


.rdh-cinema .rdh-trailer-button svg {
  width: 18px !important;
  height: 18px !important;

  fill: none !important;

  stroke: currentColor !important;

  stroke-width: 2 !important;
}


/* =========================================================
   MODALE
   ========================================================= */

#rdh-trailer-modal {
  position: fixed !important;

  inset: 0 !important;

  z-index: 200000 !important;

  display: none;

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

  padding: 18px !important;

  background:
    rgba(7,15,37,.84) !important;
}


#rdh-trailer-modal.visible {
  display: flex !important;
}


.rdh-trailer-modal-inner {
  position: relative !important;

  width: 100% !important;
  max-width: 820px !important;

  overflow: hidden !important;

  border-radius: 20px !important;

  background: #000000 !important;
}


#rdh-trailer-video {
  width: 100% !important;

  display: block !important;

  max-height: 80vh !important;
}


#rdh-trailer-close {
  position: absolute !important;

  top: 10px !important;
  right: 10px !important;

  z-index: 4 !important;

  width: 38px !important;
  height: 38px !important;

  border: 0 !important;

  border-radius: 50% !important;

  background: #ffffff !important;

  color: #10235a !important;

  font-size: 25px !important;
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 560px) {

  .rdh-cinema {
    padding-bottom: 105px !important;
  }


  .rdh-cinema .rdh-movie-card {
    padding: 9px !important;

    border-radius: 17px !important;
  }


  .rdh-cinema .rdh-movie-poster {
    margin-bottom: 10px !important;

    border-radius: 12px !important;
  }


  .rdh-cinema .rdh-movie-title {
    font-size: 17px !important;
  }


  .rdh-cinema .rdh-movie-meta {
    font-size: 10.5px !important;
  }


  /* EN SAVOIR PLUS */

  .rdh-cinema
  .rdh-movie-details {
    margin-top: 8px !important;
  }


  .rdh-cinema
  .rdh-movie-details
  summary {
    min-height: 40px !important;

    padding: 7px 9px !important;

    border-radius: 11px !important;

    font-size: 11px !important;
  }


  .rdh-more-icon {
    width: 23px !important;
    height: 23px !important;

    flex-basis: 23px !important;

    font-size: 13px !important;
  }


  .rdh-more-chevron {
    font-size: 21px !important;
  }


  .rdh-cinema
  .rdh-movie-synopsis {
    padding: 10px !important;

    border-radius: 11px !important;

    font-size: 10.5px !important;
  }


  .rdh-cinema
  .rdh-movie-credit {
    grid-template-columns:
      68px
      minmax(0,1fr) !important;

    font-size: 9.5px !important;
  }


  /* SEANCES */

  .rdh-cinema
  .rdh-cinema-day {
    grid-template-columns:
      55px
      minmax(0,1fr) !important;

    gap: 5px !important;

    min-height: 38px !important;

    padding: 5px 6px !important;

    border-radius: 11px !important;
  }


  .rdh-cinema
  .rdh-cinema-day-name {
    font-size: 10.5px !important;
  }


  .rdh-cinema
  .rdh-cinema-day-number {
    font-size: 8.5px !important;
  }


  .rdh-cinema
  .rdh-cinema-time {
    min-height: 28px !important;

    padding: 4px 7px !important;

    font-size: 10.5px !important;
  }


  /* BANDE ANNONCE */

  .rdh-cinema
  .rdh-trailer-button {
    width: 100% !important;

    min-height: 40px !important;

    margin-top: 9px !important;

    padding: 9px 11px !important;

    border-radius: 12px !important;

    font-size: 11.5px !important;
  }

}


/* =========================================================
   CINEMA - SEPARATEUR ENTRE LES FILMS
   ========================================================= */

.rdh-cinema .rdh-movie-card:not(:last-child)::after {
  content: "" !important;

  display: block !important;

  width: 72px !important;
  height: 2px !important;

  margin:
    20px
    auto
    2px !important;

  border-radius: 999px !important;

  background:
    linear-gradient(
      90deg,
      rgba(198,146,72,0) 0%,
      rgba(198,146,72,.55) 50%,
      rgba(198,146,72,0) 100%
    ) !important;
}


@media (max-width: 560px) {

  .rdh-cinema .rdh-movie-card:not(:last-child)::after {
    width: 55px !important;

    margin:
      15px
      auto
      1px !important;
  }

}


/* =========================================================
   CINEMA - SEPARATEUR LARGE
   ========================================================= */

.rdh-cinema .rdh-movie-card:not(:last-child)::after {
  width: 144px !important;
}


@media (max-width: 560px) {

  .rdh-cinema .rdh-movie-card:not(:last-child)::after {
    width: 110px !important;
  }

}


/* =========================================================
   CINEMA - BOUTON CASTING ET SYNOPSIS
   ========================================================= */

.rdh-cinema .rdh-movie-details summary {
  min-height: 62px !important;
  padding: 13px 16px !important;

  border: 1px solid rgba(198,146,72,.38) !important;
  border-radius: 18px !important;

  background:
    linear-gradient(
      135deg,
      #fffaf1 0%,
      #f6ead2 100%
    ) !important;

  box-shadow:
    0 8px 18px rgba(198,146,72,.14),
    inset 0 1px 0 rgba(255,255,255,.85) !important;

  color: #10235a !important;
  font-weight: 800 !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease !important;
}

.rdh-cinema .rdh-movie-details summary:hover {
  transform: translateY(-1px) !important;
  box-shadow:
    0 11px 24px rgba(198,146,72,.20),
    inset 0 1px 0 rgba(255,255,255,.90) !important;
}

.rdh-cinema .rdh-movie-details summary:active {
  transform: scale(.99) !important;
}

@media (max-width: 560px) {

  .rdh-cinema .rdh-movie-details summary {
    min-height: 56px !important;
    padding: 11px 13px !important;
    border-radius: 16px !important;
  }

}


/* =========================================================
   CINEMA - BOUTON CASTING ET SYNOPSIS BLEU ELEGANT
   ========================================================= */

.rdh-cinema .rdh-movie-details summary {
  min-height: 62px !important;
  padding: 13px 16px !important;

  border: 1px solid rgba(16,35,90,.18) !important;
  border-radius: 18px !important;

  background:
    linear-gradient(
      135deg,
      #1b2f75 0%,
      #243f94 55%,
      #3157b7 100%
    ) !important;

  box-shadow:
    0 10px 22px rgba(16,35,90,.20),
    inset 0 1px 0 rgba(255,255,255,.14) !important;

  color: #ffffff !important;
  font-weight: 800 !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease !important;
}

.rdh-cinema .rdh-movie-details summary:hover {
  transform: translateY(-1px) !important;
  box-shadow:
    0 14px 28px rgba(16,35,90,.26),
    inset 0 1px 0 rgba(255,255,255,.18) !important;
}

.rdh-cinema .rdh-movie-details summary:active {
  transform: scale(.99) !important;
}

.rdh-cinema .rdh-movie-details summary,
.rdh-cinema .rdh-movie-details summary * {
  color: #ffffff !important;
}

.rdh-cinema .rdh-movie-details summary svg,
.rdh-cinema .rdh-movie-details summary i {
  color: #ffffff !important;
}

@media (max-width: 560px) {

  .rdh-cinema .rdh-movie-details summary {
    min-height: 56px !important;
    padding: 11px 13px !important;
    border-radius: 16px !important;
  }

}


/* =========================================================
   CINEMA - BOUTON CASTING ET SYNOPSIS
   BLEU PREMIUM + LISERE DORE
   ========================================================= */

.rdh-cinema .rdh-movie-details summary {
  min-height: 62px !important;
  padding: 13px 16px !important;

  border: 1.5px solid rgba(198,146,72,.70) !important;
  border-radius: 18px !important;

  background:
    linear-gradient(
      135deg,
      #14275f 0%,
      #1d377f 52%,
      #284da6 100%
    ) !important;

  box-shadow:
    0 10px 24px rgba(16,35,90,.24),
    inset 0 1px 0 rgba(255,255,255,.13),
    0 0 0 1px rgba(198,146,72,.08) !important;

  color: #ffffff !important;
  font-weight: 800 !important;

  transition:
    transform .18s ease,
    box-shadow .18s ease !important;
}

.rdh-cinema .rdh-movie-details summary:hover {
  transform: translateY(-1px) !important;

  box-shadow:
    0 14px 30px rgba(16,35,90,.30),
    inset 0 1px 0 rgba(255,255,255,.16),
    0 0 0 1px rgba(198,146,72,.12) !important;
}

.rdh-cinema .rdh-movie-details summary:active {
  transform: scale(.99) !important;
}

.rdh-cinema .rdh-movie-details summary,
.rdh-cinema .rdh-movie-details summary * {
  color: #ffffff !important;
}

/* Accent doré sur icônes / flèches */
.rdh-cinema .rdh-movie-details summary svg,
.rdh-cinema .rdh-movie-details summary i {
  color: #d8ad62 !important;
  fill: currentColor !important;
}

@media (max-width: 560px) {

  .rdh-cinema .rdh-movie-details summary {
    min-height: 56px !important;
    padding: 11px 13px !important;
    border-radius: 16px !important;
  }

}


/* =========================================================
   CINEMA - JOUR DE LA SEMAINE + VERSION VF / VO
   ========================================================= */

.rdh-cinema .rdh-cinema-day-name {
  color:#10235a !important;
  font-weight:800 !important;
}

.rdh-cinema .rdh-cinema-day-number {
  color:#7d89a7 !important;
  font-weight:700 !important;
}

/* VERSION */

.rdh-cinema .rdh-cinema-version {
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  margin-left:5px !important;
  padding:2px 5px !important;

  border-radius:6px !important;

  font-size:9px !important;
  line-height:1.1 !important;
  font-weight:900 !important;
  letter-spacing:.2px !important;
}

/* VF : sobre */
.rdh-cinema .rdh-version-vf {
  background:#e9eef8 !important;
  color:#40537f !important;
}

/* VO : volontairement très visible */
.rdh-cinema .rdh-version-vo {
  background:#9f2637 !important;
  color:#ffffff !important;

  box-shadow:
    0 2px 6px rgba(159,38,55,.20) !important;
}

/* Dans le bouton bleu de la première séance,
   la VF reste lisible */
.rdh-cinema
.rdh-cinema-day:first-child
.rdh-cinema-time:first-child
.rdh-version-vf {
  background:rgba(255,255,255,.18) !important;
  color:#ffffff !important;
}

/* La VO reste rouge même dans le bouton bleu */
.rdh-cinema
.rdh-cinema-day:first-child
.rdh-cinema-time:first-child
.rdh-version-vo {
  background:#b52c40 !important;
  color:#ffffff !important;
}


/* CINEMA - DATE MEME TAILLE QUE LE JOUR */

.rdh-cinema .rdh-cinema-day-number {
  margin-top: 2px !important;
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 800 !important;
  color: #10235a !important;
}


/* =====================================================
   CINEMA - LOCALISATION
   ===================================================== */

.rdh-cinema-location {
  width: calc(100% - 32px);
  max-width: 728px;
  margin: 0 auto 22px;
}

.rdh-cinema-location-head {
  margin-bottom: 10px;
}

.rdh-cinema-location-title {
  color: #17345c;
  font-size: 17px;
  font-weight: 850;
}

.rdh-cinema-location-address {
  margin-top: 3px;
  color: #738095;
  font-size: 13px;
}

.rdh-cinema-distance {
  margin-top: 5px;
  color: #17345c;
  font-size: 14px;
  font-weight: 800;
}

.rdh-cinema-map-wrap {
  position: relative;
  overflow: hidden;
  height: 210px;
  border-radius: 22px;
  background: #e9eef4;
  box-shadow: 0 7px 22px rgba(18, 39, 74, .08);
}

.rdh-cinema-map {
  width: 100%;
  height: 100%;
}

.rdh-cinema-locate {
  position: absolute;
  z-index: 800;
  left: 12px;
  right: 12px;
  bottom: 12px;
  width: auto;
  min-height: 42px;
  border: 0;
  border-radius: 14px;
  background: #17345c;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  box-shadow: 0 4px 14px rgba(0,0,0,.18);
}

.rdh-cinema-marker {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #d74432;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  color: #fff;
  font-size: 17px;
  font-weight: 900;
}

.rdh-cinema-user-marker {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2585e6;
  border: 4px solid #fff;
  box-shadow:
    0 0 0 4px rgba(37,133,230,.20),
    0 3px 10px rgba(0,0,0,.25);
}

@media (max-width: 480px) {

  .rdh-cinema-location {
    width: calc(100% - 24px);
    margin-bottom: 18px;
  }

  .rdh-cinema-map-wrap {
    height: 195px;
  }
}
