/* [project]/packages/styles/css/globals.css [client] (css) */
@font-face {
  font-family: Poppins;
  src: url("../media/Poppins-Regular.0kmqgh1r2knjp.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../media/Poppins-Bold.0he8siazug1kn.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../media/Poppins-BoldItalic.05fx8pzuie0pv.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url("../media/Poppins-Italic.0q9v30u8z0u3m.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../media/Montserrat-Regular.0.w9u31s_~fvp.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../media/Montserrat-Bold.0nxr5_f8h_wmu.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../media/Montserrat-BoldItalic.0vx50p~8rnsj~.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  src: url("../media/Montserrat-Italic.0_jno0b6wfys0.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root {
  --navbar-width: 70px;
}

* {
  box-sizing: border-box;
  scrollbar-width: thin;
}

html {
  overscroll-behavior: none;
}

strong {
  font-weight: 700 !important;
}

.pt-30 {
  padding: 30px 0 0;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.button {
  cursor: pointer;
}

.show-more-link {
  color: var(--Bleu-Dark, #001753);
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  font-family: Poppins;
  font-size: 10px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  display: flex;
}

.play-button {
  cursor: pointer;
}

.play-button .play-icon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: inline-flex;
}

.swiper .swiper-button-disabled {
  display: none;
}

.swiper .swiper-button-next, .swiper .swiper-button-prev {
  background-color: #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
}

.swiper .swiper-button-next:before, .swiper .swiper-button-prev:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  width: 185px;
  height: var(--sliderHeight);
  background: linear-gradient(91deg, #00115600 0%, #001156 61% 100%) no-repeat padding-box padding-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper .swiper-button-next:before {
  right: -40px;
}

.swiper .swiper-button-prev:before {
  left: -40px;
}

.swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
  content: "";
  vertical-align: middle;
  background: url("../media/ico-arrow-slider.055x0sun266ow.svg") 0 0 / contain no-repeat;
  width: 30px;
  min-width: 30px;
  height: 30px;
  display: inline-block;
}

.swiper .swiper-button-prev:after {
  transform: rotate(180deg);
}

.swiper .swiper-button-next .swiper-navigation-icon, .swiper .swiper-button-prev .swiper-navigation-icon {
  fill: #001753;
  color: #001753;
  height: 15px;
}

@media (max-width: 1200px) {
  .swiper .swiper-button-next:before {
    right: -20px;
  }

  .swiper .swiper-button-prev:before {
    left: -20px;
  }
}

@media (max-width: 993px) {
  .swiper .swiper-button-next, .swiper .swiper-button-prev {
    display: none;
  }

  .swiper .swiper-button-next:after, .swiper .swiper-button-prev:after {
    content: none;
  }
}

body {
  scrollbar-gutter: stable;
  width: 100vw;
  overflow-x: hidden;
  background-color: #0021a4 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: Poppins, sans-serif !important;
}

body:before {
  content: "";
  opacity: 0;
  pointer-events: none;
  background: #000;
  height: 100vh;
  transition: all .4s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

body.deplie-is-active, body.no-scroll {
  overflow: hidden !important;
}

body.menu-is-show {
  overflow: hidden;
}

body.menu-is-show:before {
  opacity: .3;
  z-index: 100;
  pointer-events: all;
}

body.menu-is-show .bloc-navbar .secondary-menu {
  left: var(--navbar-width);
  transform: translateX(0);
}

body.menu-is-show .bloc-navbar .toggleNavbar {
  background-color: #0021a4;
}

body.menu-is-show .bloc-navbar .toggleNavbar span {
  background-color: #fff;
}

body .fancybox__slide.has-close-btn {
  padding: 103px 20px 4px;
}

body .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
  padding-top: 103px;
}

body .fancybox__content > .f-button.is-close-btn {
  opacity: 1;
  --f-button-hover-color: #fff;
  width: 27px;
  height: 27px;
  right: -6px;
  top: -59px !important;
}

body .fancybox__content > .f-button.is-close-btn svg {
  width: 100%;
  height: 100%;
  transform: scale(1.2);
}

.hide-scrollbar .fancybox__container:not(.carousel-portrait) .is-horizontal .fancybox__nav .f-button.is-next {
  top: 375px;
  right: calc(50vw - 600px);
  transform: none;
}

.hide-scrollbar .fancybox__container:not(.carousel-portrait) .is-horizontal .fancybox__nav .f-button.is-prev {
  top: 375px;
  left: calc(50vw - 600px);
  transform: none;
}

.hide-scrollbar .fancybox__container.carousel-portrait .is-horizontal .fancybox__nav .f-button.is-next {
  right: calc(50vw - 600px);
}

.hide-scrollbar .fancybox__container.carousel-portrait .is-horizontal .fancybox__nav .f-button.is-prev {
  left: calc(50vw - 600px);
}

.hide-scrollbar .fancybox__footer, .hide-scrollbar .fancybox__caption {
  display: none;
}

.hide-scrollbar .fancybox__custom_caption {
  text-align: center;
  color: #fff;
  width: 60%;
  padding: 24px 0 4px;
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
}

.hide-scrollbar .fancybox__nav {
  --f-button-next-pos: 12px;
  --f-button-prev-pos: 12px;
  --f-button-width: 60px;
  --f-button-height: 60px;
  --f-button-color: #333;
  --f-button-hover-color: #333;
  --f-button-bg: #e5e7eb;
  --f-button-hover-bg: #e5e7eb;
  --f-button-active-bg: #e5e7eb;
  --f-button-svg-height: 30px;
  --f-button-svg-width: 30px;
  --f-button-svg-stroke-width: 5;
  --f-button-svg-filter: none;
}

.cover-image {
  object-fit: cover;
  object-position: center;
}

.cover-top-image {
  object-fit: cover;
  object-position: top;
}

.video-portrait .fancybox__content, .carousel-portrait .fancybox__slide .fancybox__content {
  aspect-ratio: initial !important;
  height: calc(100vh - 240px) !important;
}

body iframe .ytp-cued-thumbnail-overlay-image {
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}

.fadeInDown {
  animation-name: fadeInDown;
}

.main-wrapper {
  color: #fff;
  flex-direction: column;
  min-height: calc(100vh - 50px);
  display: flex;
}

.header-nav {
  width: calc(100% - var(--navbar-width));
  margin-left: var(--navbar-width);
  z-index: 2;
  transition: background ease-in-out, margin-top 0s ease-in-out 1s, opacity ease-in-out;
  position: sticky;
  top: 0;
}

.form-searching select {
  color: #fff;
  cursor: pointer;
  background-color: #da0021;
  border-radius: 10px;
  height: 40px;
  margin-right: 20px;
  padding: 0 10px;
  font-weight: 700;
}

.breadcrumbs-nav {
  z-index: 1;
  padding: 0;
  display: flex;
  position: relative;
}

.breadcrumbs-nav .home-nav {
  text-transform: uppercase;
  color: #fff;
  align-items: center;
  margin-right: 10px;
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: flex;
}

.breadcrumbs-nav .home-nav a {
  color: #ffffff80;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 200px;
  text-decoration: none;
  list-style: none;
  transition: all .3s ease-in-out;
  display: block;
  overflow: hidden;
}

.breadcrumbs-nav .home-nav a:after {
  color: #fff;
  content: ">";
  margin-left: 8px;
}

.breadcrumbs-nav .home-nav a:hover {
  color: #fff;
}

.breadcrumbs-nav .content-breadcrumb {
  scroll-behavior: smooth;
  width: 100%;
  display: flex;
  overflow-x: hidden;
}

.breadcrumbs-nav .content-breadcrumb.dragging {
  cursor: grab;
  scroll-behavior: auto;
}

.breadcrumbs-nav .content-breadcrumb.dragging a, .breadcrumbs-nav .content-breadcrumb.dragging span {
  pointer-events: none;
}

.breadcrumbs-nav ul {
  white-space: nowrap;
  align-items: center;
  width: max-content;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.breadcrumbs-nav ul li {
  text-transform: uppercase;
  color: #fff;
  margin-right: 8px;
  font-size: 10px;
  font-weight: 700;
  line-height: 20px;
}

.breadcrumbs-nav ul li a {
  color: #ffffff80;
  text-decoration: none;
  list-style: none;
  transition: all .3s ease-in-out;
  display: block;
}

.breadcrumbs-nav ul li a:hover {
  color: #fff;
}

.breadcrumbs-nav ul li a:after {
  color: #fff;
  content: ">";
  display: "inline-block";
  margin-left: 8px;
}

.breadcrumbs-nav ul li span {
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}

.breadcrumbs-nav ul li:last-child {
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0;
  display: block;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .breadcrumbs-nav .content-breadcrumb {
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-right: 20px;
    overflow-x: auto;
  }

  .breadcrumbs-nav .content-breadcrumb::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 993px) {
  .breadcrumbs-nav {
    padding: 13px 0 13px 20px;
  }

  .breadcrumbs-nav .home-nav a {
    overflow: initial;
    color: #ffffff80;
    align-items: center;
    font-size: 0;
    display: flex;
  }

  .breadcrumbs-nav .home-nav a:hover {
    color: #fff;
  }

  .breadcrumbs-nav .home-nav a:after {
    font-size: 12px;
  }

  .breadcrumbs-nav .home-nav a:before {
    content: "";
    vertical-align: middle;
    background: url("../media/icon-home-breadcrumb.06wo2zes8rnh8.svg") 0 0 / contain no-repeat;
    width: 15px;
    min-width: 15px;
    height: 17px;
    display: inline-block;
    position: relative;
    top: -3px;
  }

  .breadcrumbs-nav .content-breadcrumb ul li:last-child {
    overflow: initial;
  }

  .breadcrumbs-nav ul li {
    color: #fff;
    font-size: 12px;
  }

  .breadcrumbs-nav ul li a {
    color: #ffffff80;
    font-size: 12px;
    line-height: 18px;
  }
}

.contact-form-wrapper {
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
  display: flex;
}

.contact-form {
  background-color: #001156;
  border-radius: 9px;
  flex-direction: column;
  gap: 20px;
  width: 80%;
  padding: 20px;
  display: flex;
  box-shadow: 0 24px 48px #00000026;
}

.contact-form .form-control, .contact-form .form-select {
  border-radius: 9px;
  padding: 10px;
}

.contact-form .input-wrapper {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.contact-form .required {
  color: red;
}

.submit-button {
  color: #fff;
  background-color: #da0021;
  border: none;
  border-radius: 9px;
  padding: 10px 40px;
}

.submit-button:disabled {
  cursor: not-allowed;
  background-color: #aba5a6;
}

.contact-form-infos {
  color: #fff;
  width: 80%;
  margin: 10px 0;
  font-style: italic;
}

.form-action-wrapper {
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
  display: flex;
}

.h-captcha-wrapper {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

@media (max-width: 768px) {
  .contact-form {
    border-radius: 0;
    width: 100%;
  }

  .row.g-3 {
    flex-direction: column;
    gap: 20px;
    display: flex;
  }

  .contact-form-infos {
    width: 100%;
    padding: 0 10px;
  }
}

@keyframes sequence1 {
  0% {
    height: 10px;
  }

  50% {
    height: 50px;
  }

  100% {
    height: 10px;
  }
}

@keyframes sequence2 {
  0% {
    height: 20px;
  }

  50% {
    height: 65px;
  }

  100% {
    height: 20px;
  }
}

@keyframes sequence1-small {
  0% {
    height: 5px;
  }

  50% {
    height: 14px;
  }

  100% {
    height: 5px;
  }
}

@keyframes sequence2-small {
  0% {
    height: 10px;
  }

  50% {
    height: 20px;
  }

  100% {
    height: 10px;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 1768px) {
  .hide-scrollbar .has-youtube .fancybox__content {
    height: 660px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1130px !important;
    padding: 0 !important;
  }

  .container-fluid {
    padding: 0 30px !important;
  }
}

@media (max-width: 1199px) {
  .container {
    max-width: 100% !important;
    padding: 0 20px !important;
  }

  .container-fluid {
    padding: 0 20px !important;
  }

  .hide-scrollbar .fancybox__container .fancybox__nav {
    animation: none !important;
  }

  .hide-scrollbar .fancybox__container .is-horizontal .fancybox__nav svg {
    width: 20px;
    height: 20px;
  }

  .hide-scrollbar .fancybox__container .is-horizontal .fancybox__nav .f-button.is-next {
    width: 36px;
    height: 36px;
    right: 26px !important;
  }

  .hide-scrollbar .fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev {
    width: 36px;
    height: 36px;
    left: 26px !important;
  }
}

@media (max-width: 993px) {
  body .fancybox__content {
    width: 100% !important;
    height: 100% !important;
  }

  body .fancybox__slide {
    padding: 0;
  }

  body .fancybox__container, body .fancybox__backdrop {
    background-color: #000;
  }

  body.menu-is-show .bloc-navbar .main-navBar {
    transform: translateX(0);
  }

  .hide-scrollbar .fancybox__custom_caption {
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
  }

  .hide-scrollbar .fancybox__container .is-horizontal .fancybox__nav .f-button.is-next {
    left: 70px;
    top: 40px !important;
    right: auto !important;
    transform: none !important;
  }

  .hide-scrollbar .fancybox__container .is-horizontal .fancybox__nav .f-button.is-prev {
    top: 40px !important;
    left: 20px !important;
    transform: none !important;
  }

  .header-nav {
    background-color: #0021a4;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-left: 0;
    padding: 18px 20px;
    display: flex;
    overflow: hidden;
  }
}

/* [project]/packages/styles/css/videos.css [client] (css) */
.portrait-listing-wrapper {
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 30px;
  margin-bottom: 35px;
  display: flex;
}

.portrait-listing-wrapper .video-storie a {
  border-radius: 10px;
  overflow: hidden;
}

@media (max-width: 993px) {
  .portrait-listing-wrapper {
    justify-content: center;
  }
}

/* [project]/packages/styles/css/fancybox.css [client] (css) */
.fancybox__content {
  background-color: unset !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-radius: 9px !important;
  padding: 0 !important;
}

.fancybox-skyrock-bg .fancybox__content {
  background-image: url("../media/bg-modal.0-jfa9x0rbnf0.png");
}

.fancybox-plm-bg .fancybox__content {
  background-image: url("../media/bg-modal-plm.0l.i3lccwlp5m.jpg");
}

.fancybox-contact-form-header {
  color: #fff;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 14px 12px;
  font-weight: bold;
  display: flex;
}

.fancybox-skyrock-bg .fancybox-contact-form-header {
  background-color: #da0021;
}

.fancybox-plm-bg .fancybox-contact-form-header {
  background-color: #0042db;
}

.fancybox-contact-form {
  flex-direction: column;
  height: 100%;
  display: flex;
  overflow-y: auto;
  color: #fff !important;
}

.fancybox-contact-form button {
  flex-shrink: 0;
}

.close-button, .edit-infos-button {
  cursor: pointer;
  color: #fff;
  appearance: none;
  background-color: #0000;
  border: none;
  padding: 0;
  font-size: 1.5rem;
}

.edit-infos-button {
  margin-right: auto;
}

.close-button {
  margin-left: auto;
}

.fancybox-contact-form-wrapper {
  flex-direction: column;
  align-self: center;
  gap: 20px;
  width: 60%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.fancybox-contact-form-textarea {
  flex-direction: column;
  gap: 20px;
  height: 30%;
  min-height: 100px;
  display: flex;
  position: relative;
}

.fancybox-contact-form-textarea > textarea {
  resize: none;
  border: none;
  border-radius: 10px;
  min-width: 100px;
  height: 100%;
  padding: 20px;
}

.fancybox-contact-form-textarea input[type="file"] {
  display: none;
}

.fancybox-contact-form-label {
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 10px;
  position: absolute;
  top: 100%;
  left: 100%;
  transform: translate(-100%, -100%);
}

.fancybox-contact-form-image-preview-container {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -100%);
}

.fancybox-contact-form-image-preview-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.fancybox-contact-form-wipe-preview {
  cursor: pointer;
  color: #fff;
  text-align: center;
  background-color: #da0021;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 11px;
  line-height: 15px;
  position: absolute;
  transform: translate(-50%, -50%);
}

.fancybox-contact-form-inputs-wrapper {
  flex-direction: column;
  align-self: center;
  gap: 20px;
  width: 100%;
  display: flex;
}

.fancybox-contact-form-inputs {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.fancybox-contact-form-mandatory-inputs {
  color: #da0021;
}

.fancybox-contact-form-inputs > input, .PhoneInputInput {
  border: none;
  border-radius: 10px;
  padding: 8px 6px;
}

.fancybox-contact-form-inputs > input[type="date"] {
  color: #0e0000;
  border-style: hidden;
  border-radius: 10px;
  height: 40px;
  padding-left: 14px;
  padding-right: 14px;
  font-size: 17px;
}

@supports not selector(input[type='date']::-webkit-calendar-picker-indicator) {
  .fancybox-contact-form-input > input[type="date"] {
    padding-right: 40px;
  }
}

@supports ((-moz-appearance: none)) {
  .fancybox-contact-form-input > input[type="date"] {
    padding-right: 14px;
  }
}

.fancybox-contact-form-input > input[type="date"] {
  appearance: none;
  position: relative;
}

.fancybox-contact-form-input > input[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

.fancybox-contact-form-input > input[type="date"]:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 12' fill='none'%3E%3Cpath d='M15.5071 0.757812L9.01278 7.23801L2.51843 0.757812L0.523438 2.75281L9.01278 11.2422L17.5021 2.75281L15.5071 0.757812Z' fill='black'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.fancybox-contact-form-genre-select {
  justify-content: center;
  gap: 25px;
  display: flex;
}

.fancybox-contact-form-genre {
  flex-direction: column;
  align-items: center;
  gap: 10px;
  display: flex;
}

.fancybox-contact-form-genre span {
  font-size: 12px;
  font-weight: bold;
}

.fancybox-contact-form-checkbox {
  align-items: center;
  gap: 10px;
  font-size: 12px;
  display: flex;
}

.fancybox-contact-form-checkbox input[type="checkbox"] {
  min-width: 18px;
  min-height: 18px;
}

.fancybox-contact-form-link {
  color: #fff;
  text-decoration: underline;
}

.fancybox-contact-form-link:hover {
  text-decoration: none;
}

.fancybox-contact-form-submit-button {
  color: #fff;
  cursor: pointer;
  background-color: #da0021;
  border: none;
  border-radius: 10px;
  align-self: center;
  width: 255px;
  height: 50px;
  font-weight: bold;
}

.fancybox-plm-bg .fancybox__content .fancybox-contact-form-submit-button {
  background-color: #0042db;
}

.fancybox-plm-bg .fancybox__content .fancybox-contact-form-submit-button.disabled, .fancybox-skyrock-bg .fancybox__content .fancybox-contact-form-submit-button.disabled {
  background-color: #aba5a6;
}

@media (max-width: 993px) {
  .fancybox-contact-form-inputs-wrapper {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .fancybox-contact-form-wrapper, .fancybox-contact-form-inputs-wrapper {
    width: 100%;
  }
}

/* [project]/packages/styles/css/podcasts.css [client] (css) */
.podcast-group-wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
  display: flex;
}

.podcast-group-card {
  aspect-ratio: 16 / 9;
  width: 169px;
  height: 95.2px;
}

.podcast-group-card img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.podcast-highlighted-episode-wrapper {
  background-color: #001753;
  border-radius: 15px;
  flex-direction: column;
  gap: 15px;
  padding: 10px 12px;
  display: flex;
}

.podcast-highlighted-episode-content-wrapper {
  justify-content: space-between;
  display: flex;
}

.podcast-highlighted-episode-content {
  gap: 20px;
  display: flex;
}

.podcast-highlighted-episode-content img {
  border-radius: 10px;
}

.podcast-highlighted-episode-info {
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  display: flex;
}

.podcast-highlighted-episode-title {
  color: #fff;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.podcast-highlighted-episode-time {
  color: #a3a3a3;
  flex-direction: column;
  gap: 5px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
}

.podcast-highlighted-episode-description {
  justify-content: space-between;
  padding-bottom: 5px;
  display: flex;
}

.podcast-highlighted-episode-description .share-icon {
  justify-content: center;
  align-items: flex-end;
  width: 30px;
  display: flex;
}

.podcast-highlighted-episode-buttons .play-button-full-size {
  cursor: pointer;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 128px;
  height: 41px;
  padding: 10px 15px;
  display: flex;
}

.podcast-highlighted-episode-buttons .play-icon-text {
  color: #001753;
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
}

.podcast-highlighted-episode-buttons {
  justify-content: center;
  align-items: center;
  gap: 30px;
  display: flex;
}

.podcast-section-wrapper {
  flex-direction: column;
  gap: 30px;
  display: flex;
  overflow: hidden;
}

.podcast-section-header, .podcast-group-detail-show-header {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.podcast-section-header > .podcast-section-title, .podcast-group-detail-show-header > .podcast-group-detail-show-title, .podcast-show-pr-episodes-wrapper > .podcast-show-pr-episodes-title, .podcast-show-pr-week-wrapper > .podcast-show-pr-week-date {
  margin-bottom: 0;
}

.podcast-section-title, .podcast-group-detail-show-title, .podcast-show-pr-episodes-title, .podcast-show-pr-week-date {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.podcast-section-swiper {
  width: 100%;
}

.swiper-slide.podcast-episode-card {
  width: 150px;
  height: auto;
}

.swiper-slide.podcast-episode-card > .podcast-episode-card-content {
  width: 100%;
}

.podcast-episode-card-content {
  flex-direction: column;
  gap: 5px;
  display: flex;
}

.podcast-episode-card-image {
  aspect-ratio: 1;
  width: 150px;
  height: 150px;
  position: relative;
}

.podcast-episode-card-image > .play-button {
  position: absolute;
  bottom: 8px;
  right: 6px;
}

.podcast-episode-card-image > .podcast-episode-card-link > img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.podcast-episode-card-infos {
  flex-direction: column;
  display: flex;
}

.podcast-episode-card-infos > .podcast-episode-card-title {
  color: #fff;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  width: 100%;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: bold;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
}

.podcast-episode-card-infos > .podcast-episode-card-date {
  color: #a3a3a3;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.podcast-banner-image img {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.podcast-group-detail-shows {
  flex-direction: column;
  gap: 30px;
  display: flex;
}

.podcast-show-episodes-wrapper, .podcast-show-pr-episodes-wrapper, .podcast-show-pr-week-wrapper {
  flex-direction: column;
  gap: 15px;
  display: flex;
}

.podcast-show-pr-week-wrapper {
  margin-bottom: 50px;
}

.podcast-show-pr-episodes-content {
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
  display: flex;
}

@media (max-width: 576px) {
  .podcast-group-wrapper {
    row-gap: 10px;
  }

  .podcast-group-card {
    width: 100px;
    height: 60px;
  }

  .swiper-slide.podcast-episode-card {
    width: 110px;
  }

  .podcast-episode-card-image {
    width: 110px;
    height: 110px;
  }

  .podcast-highlighted-episode-info {
    justify-content: flex-start;
  }

  .podcast-highlighted-episode-title {
    font-size: 15px;
  }

  .podcast-highlighted-episode-time {
    font-size: 10px;
  }

  .podcast-highlighted-episode-buttons {
    flex-direction: column-reverse;
  }

  .podcast-group-details .podcast-group-detail-bg-image img {
    height: 150px;
  }

  .podcast-show-pr-episodes-content {
    justify-content: center;
    gap: 20px;
  }

  .podcast-show-pr-episodes-content .podcast-episode-card-image {
    width: 150px;
    height: 150px;
  }
}

/* [project]/node_modules/react-h5-audio-player/lib/styles.css [client] (css) */
.rhap_container {
  box-sizing: border-box;
  background-color: #fff;
  flex-direction: column;
  width: 100%;
  padding: 10px 15px;
  font-family: inherit;
  line-height: 1;
  display: flex;
  box-shadow: 0 0 3px #0003;
}

.rhap_container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_container svg {
  vertical-align: initial;
}

.rhap_header {
  margin-bottom: 10px;
}

.rhap_footer {
  margin-top: 5px;
}

.rhap_main {
  flex-direction: column;
  flex: auto;
  display: flex;
}

.rhap_stacked .rhap_controls-section {
  margin-top: 8px;
}

.rhap_horizontal {
  flex-direction: row;
}

.rhap_horizontal .rhap_controls-section {
  margin-left: 8px;
}

.rhap_horizontal-reverse {
  flex-direction: row-reverse;
}

.rhap_horizontal-reverse .rhap_controls-section {
  margin-right: 8px;
}

.rhap_stacked-reverse {
  flex-direction: column-reverse;
}

.rhap_stacked-reverse .rhap_controls-section {
  margin-bottom: 8px;
}

.rhap_progress-section {
  flex: 3 auto;
  align-items: center;
  display: flex;
}

.rhap_progress-container {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  flex: 1 0 auto;
  align-self: center;
  align-items: center;
  height: 20px;
  margin: 0 calc(10px + 1%);
  display: flex;
}

.rhap_progress-container:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_time {
  color: #333;
  -webkit-user-select: none;
  user-select: none;
  font-size: 16px;
}

.rhap_progress-bar {
  box-sizing: border-box;
  z-index: 0;
  background-color: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 5px;
  position: relative;
}

.rhap_progress-filled {
  z-index: 2;
  background-color: #868686;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_progress-bar-show-download {
  background-color: #dddddd80;
}

.rhap_download-progress {
  z-index: 1;
  background-color: #ddd;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_progress-indicator {
  box-sizing: border-box;
  z-index: 3;
  background: #868686;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  top: -8px;
  box-shadow: 0 0 5px #86868680;
}

.rhap_controls-section {
  flex: auto;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rhap_additional-controls {
  flex: 1 0 auto;
  align-items: center;
  display: flex;
}

.rhap_repeat-button {
  color: #868686;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  font-size: 26px;
}

.rhap_main-controls {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rhap_main-controls-button {
  color: #868686;
  width: 35px;
  height: 35px;
  margin: 0 3px;
  font-size: 35px;
}

.rhap_play-pause-button {
  width: 40px;
  height: 40px;
  font-size: 40px;
}

.rhap_volume-controls {
  flex: 1 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rhap_volume-button {
  color: #868686;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  margin-right: 6px;
  font-size: 26px;
}

.rhap_volume-container {
  -webkit-user-select: none;
  user-select: none;
  flex: 0 100px;
  align-items: center;
  display: flex;
}

.rhap_volume-bar-area {
  cursor: pointer;
  align-items: center;
  width: 100%;
  height: 14px;
  display: flex;
}

.rhap_volume-bar-area:focus:not(:focus-visible) {
  outline: 0;
}

.rhap_volume-bar {
  box-sizing: border-box;
  background: #ddd;
  border-radius: 2px;
  width: 100%;
  height: 4px;
  position: relative;
}

.rhap_volume-indicator {
  box-sizing: border-box;
  opacity: .9;
  cursor: pointer;
  background: #868686;
  border-radius: 50px;
  width: 12px;
  height: 12px;
  margin-left: -6px;
  position: absolute;
  top: -4px;
  left: 0;
  box-shadow: 0 0 3px #86868680;
}

.rhap_volume-indicator:hover {
  opacity: .9;
}

.rhap_volume-filled {
  z-index: 2;
  background-color: #868686;
  border-radius: 2px;
  height: 100%;
  position: absolute;
}

.rhap_button-clear {
  cursor: pointer;
  background-color: #0000;
  border: none;
  padding: 0;
  overflow: hidden;
}

.rhap_button-clear:hover {
  opacity: .9;
  transition-duration: .2s;
}

.rhap_button-clear:active {
  opacity: .95;
}

.rhap_button-clear:focus:not(:focus-visible) {
  outline: 0;
}

/*# sourceMappingURL=0gyizwezvzkr7.css.map*/