@charset "UTF-8";
/* Two Extra Small (xxs) */
/* Extra Small (xs) */
/* Small (sm) */
/* Medium (md) */
/* Large (lg) */
/* Extra Large (xl) */
/* Two Extra Large (xxl) */
/* Two Extra Small (xxs) */
/* Extra Small (xs) */
/* Small (sm) */
/* Medium (md) */
/* Large (lg) */
/* Extra Large (xl) */
/* Two Extra Large (xxl) */
h1, h2, h3 {
  font-family: "Playfair Display", serif;
}

h1 {
  font-size: 28px;
  letter-spacing: 3.6px;
  font-weight: 700;
  font-style: italic;
}

h1, h2, h3, h4 {
  color: black;
}

.bg-grey h1, .bg-grey h2, .bg-grey h3, .bg-grey h4, .bg-mediumgrey h1, .bg-mediumgrey h2, .bg-mediumgrey h3, .bg-mediumgrey h4 {
  color: white;
}

h2 {
  font-size: 28px;
  font-weight: 400;
}

.wp-content p {
  margin-bottom: 20px;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.0018382353) 0%, rgba(0, 0, 0, 0.6068802521) 100%);
}

.title-zone {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 38px;
}

.wp-content a {
  color: #000;
  border-bottom: 1px dotted #000;
}

.guide-item.hide {
  display: none;
}

.liste-recette, .liste-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
  gap: 10px;
}
.liste-recette li, .liste-group li {
  position: relative;
  display: block;
  color: white;
  text-transform: capitalize;
  padding: 8px;
}
.liste-recette li.active, .liste-group li.active {
  background-color: #e8e8fd;
  color: rgb(23, 23, 23);
}
.liste-recette li label, .liste-group li label {
  display: flex;
  align-items: center;
  margin-bottom: -5px;
  cursor: pointer;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
}
.liste-recette li label input, .liste-group li label input {
  pointer-events: none;
}
.liste-recette li label input, .liste-group li label input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
  /* When the checkbox is checked, add a blue background */
  /* Show the checkmark when checked */
}
.liste-recette li label input:checked ~ .checkmark, .liste-group li label input:checked ~ .checkmark {
  content: "";
}
.liste-recette li label input:checked ~ .checkmark:after, .liste-group li label input:checked ~ .checkmark:after {
  display: block;
  border-color: white;
}
.liste-recette li label .checkmark, .liste-group li label .checkmark {
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Style the checkmark/indicator */
}
.liste-recette li label .checkmark.checked, .liste-group li label .checkmark.checked {
  content: "";
}
.liste-recette li label .checkmark.checked:after, .liste-group li label .checkmark.checked:after {
  display: block;
  border-color: white;
}
.liste-recette li label .checkmark:after, .liste-group li label .checkmark:after {
  content: "";
  display: none;
  box-shadow: 0px 0px 0px 2px white;
  height: 100%;
  width: 100%;
  flex-shrink: 0;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.25rem;
}
.liste-recette li label:hover input ~ .checkmark:after, .liste-group li label:hover input ~ .checkmark:after {
  display: block;
}

#homepage__slider .step-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

#homepage__slider .step {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  height: 4px;
  width: 120px;
  cursor: pointer;
}

#homepage__slider .step-child {
  display: block;
  content: "";
  background: linear-gradient(to left, #ff5400, #ff8600);
  width: 0%;
  height: 100%;
  transition: 0s;
}

#homepage__slider .active .step-child {
  width: 100%;
  transition: var(--slide-duration);
}

@media (max-width: 500px) {
  #homepage__slider .step-container {
    right: 20px;
    bottom: 20px;
  }
  #homepage__slider .step {
    width: 40px;
  }
}
.slider {
  position: relative;
}

.program-slider {
  overflow: hidden;
}

.slider {
  height: 480px;
}
@media (min-width: 768px) {
  .slider {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .slider {
    height: 607px;
  }
}

.card__theme {
  color: white;
}

.card__theme h3:before {
  content: none !important;
}

@media (max-width: 768px) {
  #groups .card__theme {
    width: 55vw;
    flex-shrink: 0;
  }
}
.card__theme--tiny {
  height: 80px;
  margin-bottom: 20px;
}

.card__theme__title__wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: #28282a;
}

.card__theme__thumbnail__body {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
}

.card__theme__title {
  font-size: 14px;
  transition: 0.4s;
  width: 100%;
  text-align: center;
  color: white;
}

.card__theme__description {
  opacity: 0;
  width: 100%;
  font-size: 16px;
  padding: 10px;
}

@media (min-width: 768px) {
  .card__theme:hover {
    transition: 200ms;
  }
  .card__theme:not(.card__theme--tiny):hover .card__theme__description {
    opacity: 1;
  }
  .card__theme:hover .background {
    filter: blur(2px);
    transform: scale(1.05);
  }
  .card__theme__thumbnail {
    height: 210px;
    background-size: cover;
    background-position: center center;
    color: white;
    display: flex;
    align-items: center;
  }
  .card__theme__title__wrapper {
    padding: 4px;
  }
  .card__theme__title {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .card__theme__title {
    font-weight: 600;
  }
  .card__theme__thumbnail {
    height: 200px;
  }
}
.zoom-effect {
  transform: scale(1);
  transition: transform 200ms;
}

.card-item.md\:tiny a {
  display: flex;
}

@media (max-width: 768px) {
  #posts .card-item {
    width: 60vw;
    flex-shrink: 0;
  }
}
.bg-mediumgrey article, .bg-grey article {
  color: grey;
}
.bg-mediumgrey article .post_title, .bg-grey article .post_title {
  color: white;
}

.bg-mediumgrey article:hover, .bg-grey article:hover {
  color: black;
  background: white;
}
.bg-mediumgrey article:hover .post_title, .bg-grey article:hover .post_title {
  color: black;
}

.card-item-direct .card-bg .content {
  padding: 15px;
}

.card-item-direct .card-bg .content .info {
  position: relative;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  display: flex;
}

.card-item-direct .card-content {
  padding: 15px;
  background: url(../assets/pattern-paper.jpg);
}

.card-item-direct .card-content h5 {
  color: #f0861f;
  font-weight: 600;
}

.card-item-direct .card-content p.date {
  color: #8a8a8a;
  font-weight: 600;
}

.card-item-direct .card-content .btn-container {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.card-item-direct .card-content .btn-container .btn-cta {
  margin: 0 auto;
  margin-top: 30px;
}

.thumbnail {
  overflow: hidden;
  position: relative;
  transition: 200ms;
  width: 100%;
  object-fit: cover;
}

.card__overlay__hover--orange {
  background: linear-gradient(to bottom, rgba(255, 84, 0, 0.3607843137), rgba(255, 134, 0, 0.3607843137));
}

.card__overlay__hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media (min-width: 768px) {
  :is(.card, .card__theme):hover .card__overlay__hover {
    opacity: 1;
  }
}
@media screen and (max-width: 782px) {
  .pagination, .nav-links {
    gap: 4px;
  }
}
.pagination .current:hover {
  box-shadow: 0 0 0 1px var(--primary-color);
  text-decoration: none;
}

.pagination li:hover, .pagination .page-numbers:hover {
  box-shadow: 0 0 0 1px var(--primary-color);
  text-decoration: none;
}

.pagination .prev, .pagination .next {
  box-shadow: 0 0 0 1px var(--primary-color);
  padding: 4px 8px;
  border-radius: 4px;
}

.pagination .prev:hover, .pagination .next:hover {
  background: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}

.pagination .prev:hover a, .pagination .next:hover a {
  color: white;
}

.pagination > li, .pagination .page-numbers {
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  background: white;
  height: 29.9px;
  padding: 10px;
}

.pagination li span {
  padding: 5px 10px;
  min-width: 25px;
}

.pagination .current {
  color: white;
  background: var(--primary-color);
  box-shadow: 0 0 0 1px var(--primary-color);
}

.pagination-container {
  display: flex;
  justify-content: center;
}

.pagination, .nav-links {
  display: flex;
  margin: 20px auto;
  gap: 10px;
  justify-content: center;
}

.pagination .prev, .pagination .next {
  display: none;
}

.theme__wrapper {
  display: grid;
}

@media (min-width: 768px) {
  .theme__wrapper {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
}
@media (max-width: 768px) {
  .theme__wrapper {
    display: flex;
    height: 210px;
  }
}
.emissions-direct #radio .card-bg .card-bg-image img {
  object-position: top;
  object-fit: contain;
}

.emissions-direct #radio .card-bg {
  box-shadow: inset 0 0 10px #bababa;
}

@media screen and (min-width: 768px) {
  .posts-digest {
    display: grid;
    grid-template: "a a d" 105px "a a e" 105px "a a f" 105px "a a g" 105px "b c h" 105px "b c i" 105px "b c j" 100px/1fr 1fr 1fr;
    gap: 20px;
  }
  .posts-digest .card:nth-child(0n+1) {
    grid-area: a;
  }
  .posts-digest .card:nth-child(0n+2) {
    grid-area: b;
  }
  .posts-digest .card:nth-child(0n+3) {
    grid-area: c;
  }
  .posts-digest .card:nth-child(0n+4) {
    grid-area: d;
  }
  .posts-digest .card:nth-child(0n+5) {
    grid-area: e;
  }
  .posts-digest .card:nth-child(0n+6) {
    grid-area: f;
  }
  .posts-digest .card:nth-child(0n+7) {
    grid-area: g;
  }
  .posts-digest .card:nth-child(0n+8) {
    grid-area: h;
  }
  .posts-digest .card:nth-child(0n+9) {
    grid-area: i;
  }
  .posts-digest .card:nth-child(0n+10) {
    grid-area: j;
  }
  .posts-digest .card:nth-child(0n+1) .card-bg {
    padding-bottom: 47%;
  }
  .posts-digest .md\:tiny .card__body {
    height: 90px;
  }
  .posts-digest .card__ecerpt {
    min-height: 70px;
  }
}
@media (max-width: 768px) {
  .posts-digest {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
}
.background {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 0;
}

.yikes-easy-mc-email.field-no-label {
  color: black;
}

.program_flux__wrapper {
  position: relative;
}

.main-header-item {
  height: 100%;
}

.main-header-item .inner {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .main-header-item .inner {
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .main-header-item .inner {
    margin-bottom: 80px;
  }
}
@media (min-width: 1280px) {
  .main-header-item .inner {
    margin-bottom: 110px;
  }
}

.main-header-item .inner h1 {
  color: white;
  font-size: 45px;
  letter-spacing: 3.6px;
  font-weight: 700;
  font-style: italic;
}

.main-header-body {
  height: 100%;
  width: 100%;
  padding: 40px;
  display: flex;
}

.watch_more__slide_button {
  min-width: 100px;
  max-width: 100px;
  height: 160px;
  font-weight: 600;
  box-shadow: inset 0px 0px 0px 2px var(--primary-color) !important;
}

.link.\:hover {
  opacity: 0;
  transform: translateX(-10px);
  transition: 0.3s;
}

.cursor.\:hover {
  opacity: 0;
}

.container.\@hover:hover .link.\:hover {
  opacity: 1;
  transform: translateX(0);
}
.container.\@hover:hover .cursor {
  opacity: 1;
}

.\@few .cursor {
  display: none;
}

.\@few .watch_more__slide_button {
  display: none;
}

html {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  line-height: 1.6;
  color: #6d6d6d;
}

.card-item-direct:hover .indication-program.inset-center {
  transform: translate(-50%, -50%) scale(1.3);
}

.content-article a {
  color: #000;
  border-bottom: 1px dotted #000;
}

.col-content a {
  color: #000;
  border-bottom: 1px dotted #000;
}

.content-article img {
  margin: 20px 0;
}

.yikes-easy-mc-submit-button {
  padding: 10px 20px !important;
}

.btn-cta, .main-header .inner a, .yikes-easy-mc-submit-button {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 25px;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  overflow: hidden;
  transition: all 0.26s ease-in-out;
  color: #fff;
  border: 0;
  cursor: pointer;
}

.btn-cta span, input[type=submit].btn-cta, .main-header .keen-slider .inner a span, .yikes-easy-mc-submit-button span {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-aside-main .menu-item.btn-cta-aside:before {
  display: none;
}

aside .btn-cta-aside a {
  position: relative;
  display: inline-block;
  padding: 7px 13px !important;
  margin: unset !important;
  border-radius: 25px;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  overflow: hidden;
  transition: all 0.26s ease-in-out;
  color: #fff;
  border: 0;
  cursor: pointer;
}

aside .btn-cta-aside a:hover {
  transform: unset !important;
}

.btn-cta:hover, .main-header .keen-slider .inner a:hover {
  box-shadow: 10px 10px 31px -4px rgba(0, 0, 0, 0.07);
}

.btn-cta:hover:before, .main-header .keen-slider .inner a:hover:before {
  opacity: 1;
}

.btn-cta.border, .main-header .keen-slider .inner a.border {
  background: transparent;
  border: 2px solid #f0861f;
}

.btn-cta.border span, .main-header .keen-slider .inner a.border span {
  color: #f0861f;
}

.btn-cta:before, .main-header .keen-slider .inner a:before, .yikes-easy-mc-submit-button:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to bottom, #ff8600, #ff5400);
  transition: all 0.26s ease-in-out;
  opacity: 0;
}

.btn-cta.border:hover, .main-header .keen-slider .inner a.border:hover {
  border: 2px solid transparent;
}

.btn-cta.border:hover span, .main-header .keen-slider .inner a.border:hover span {
  color: #fff;
}

.btn-cta.black, .main-header .keen-slider .inner a.black {
  border: 2px solid #000;
}

.btn-cta.black span, .main-header .keen-slider .inner a.black span {
  color: #000;
}

.btn-cta.black:before, .main-header .keen-slider .inner a.black:before {
  background: #000;
}

.btn-cta.black:hover, .main-header .keen-slider .inner a.black:hover {
  border: 2px solid #000;
}

.btn-cta.grey, .main-header .keen-slider .inner a.grey {
  background: #eee;
}

.btn-cta.grey span, .main-header .keen-slider .inner a.grey span {
  width: 100%;
  color: #6d6d6d;
  text-align: center;
}

.btn-cta.grey:before, .main-header .keen-slider .inner a.grey:before {
  background: #6d6d6d;
}

.btn-cta.grey:hover span, .main-header .keen-slider .inner a.grey:hover span {
  color: #eee;
}

.btn-cta.white, .main-header .keen-slider .inner a.white {
  border: 2px solid #fff;
}

.btn-cta.white span, .main-header .keen-slider .inner a.white span {
  color: #fff;
}

.btn-cta.white:before, .main-header .keen-slider .inner a.white:before {
  background: transparent;
}

.btn-cta.white:hover, .main-header .keen-slider .inner a.white:hover {
  border: 2px solid #fff;
}

.btn-cta.small, .main-header .keen-slider .inner a.small {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 12px;
}

.btn-cta.btn-chronique, .main-header .keen-slider .inner a.btn-chronique {
  background: #f7f7f7;
  padding: 16px 22px;
}

.btn-cta.btn-chronique span, .main-header .keen-slider .inner a.btn-chronique span {
  color: #000;
  padding-right: 30px;
}

.btn-cta.btn-chronique:before, .main-header .keen-slider .inner a.btn-chronique:before {
  display: none;
}

.btn-cta.btn-chronique .icon, .main-header .keen-slider .inner a.btn-chronique .icon {
  position: absolute;
  top: 16px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
}

.btn-cta.btn-load-emissions span, .main-header .keen-slider .inner a.btn-load-emissions span {
  font-size: 12px;
}

.main-header .keen-slider .inner a:before {
  display: none;
}

.main-header .keen-slider .inner a:hover {
  box-shadow: 10px 10px 31px -4px rgba(0, 0, 0, 0.07);
}

.main-header .keen-slider .inner a:hover:before {
  opacity: 0;
}

.link-chevron {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  padding-bottom: 2px;
  color: #0c0c0c;
  font-size: 16px;
  z-index: 1;
}

.link-chevron:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  border-top: 1px solid #0c0c0c;
  transition: all 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link-chevron .fa {
  width: 26px;
  height: 26px;
  padding: 5px;
  background: #f1f1f1;
  border-radius: 50%;
  text-align: center;
  line-height: 15px;
  z-index: -1;
  transition: all 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.link-chevron .fa.bg-white {
  background: #fff;
}

.link-chevron:hover:after {
  width: 100%;
}

.link-chevron:hover .fa {
  background: transparent;
}

.link-chevron.link-chevron-dark:after {
  border-top: 1px solid rgba(241, 241, 241, 0.8);
}

.link-chevron.link-chevron-dark .fa {
  background: rgba(241, 241, 241, 0.2);
  margin-left: 10px;
}

.link-chevron.link-chevron-dark:hover .fa {
  background: transparent;
}

.list-check li:before, .main-header .main-header-item .inner ul li:before {
  position: absolute;
  content: "\f00c";
  font-family: "FontAwesome";
}

.btn-container {
  width: 100%;
  text-align: center;
}

.btn-container.not-center {
  text-align: left;
}

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

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-left: 190px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
  z-index: 998;
  transform: translateZ(3px);
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
  pointer-events: none;
}

#reamazejs-container {
  display: block;
  position: relative;
  z-index: 4654543541324;
}

.reamaze-wrapper {
  z-index: 6545645453432;
  display: block;
}

.header * {
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 30px 80px 40px;
  color: #fff;
}

.header .inner a, .header .inner .fa {
  color: #fff;
}

.header .inner .header-search-form {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  min-width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.31);
  border-radius: 20px;
  pointer-events: all;
}

.header .inner .header-search-form input[type=text] {
  position: relative;
  display: block;
  width: 0px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  border: 0;
  background: transparent;
  margin-right: 10px;
  padding-left: 10px;
  color: #fff;
  display: none;
}

.header .inner .header-search-form button[type=submit] {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  transition: none;
}

.header .inner .header-search-form button[type=submit] .icon-search {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  text-align: center;
  width: 16px;
  margin: 0 auto;
  transition: none;
}

.header .inner .header-search-form.active {
  padding: 10px;
}

.header .inner .header-search-form.active button[type=submit] {
  width: 16px;
  transform: translateY(1px) translateX(-4px);
}

.header .inner .header-search-form.active input[type=text] {
  width: 140px;
}

.header .inner .header-user {
  display: flex;
  flex-direction: row;
  align-items: center;
  pointer-events: all;
}

.header .inner .header-user .header-user-name {
  position: relative;
}

.header .inner .header-user .header-user-name a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.header .inner .header-user .header-user-name a .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.header .inner .header-user .header-user-name a .name {
  font-weight: 600;
  transition: none;
}

.header .inner .header-user .header-user-name a .name span {
  transition: none;
}

.header .inner .header-user .header-user-name a .name .fa {
  font-size: 10px;
  margin-left: 4px;
  transform: translateY(-2px);
}

.header .inner .header-user .header-user-name .header-user-modal {
  position: absolute;
  top: 75px;
  left: 50%;
  width: auto;
  min-width: 180px;
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transform: translateY(20px) translateX(-50%);
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header .inner .header-user .header-user-name .header-user-modal.active {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0) translateX(-50%);
}

.header .inner .header-user .header-user-name .header-user-modal .content {
  position: relative;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 10px 10px 43px 0px rgba(0, 0, 0, 0.06);
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-title {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 15px;
  background: #f7f7f7;
  color: #0c0c0c;
  font-size: 18px;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-title .settings .fa {
  font-size: 20px;
  color: #6d6d6d;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos {
  padding: 15px;
  color: #6d6d6d;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item {
  margin-bottom: 15px;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item p {
  font-size: 12px;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item h5 {
  letter-spacing: 1px;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox {
  position: relative;
  display: flex;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox input[type=checkbox] {
  display: block;
  border: 1px solid red;
  background: #f0861f;
  opacity: 0;
  position: absolute;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox input[type=checkbox]:checked ~ .checkbox-style {
  background: #f0861f;
  border: 1px solid #f0861f;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox input[type=checkbox]:checked ~ .checkbox-style .fa {
  opacity: 1;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox input[type=checkbox]:checked ~ label {
  color: #0c0c0c;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox .checkbox-style {
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #f7f7f7;
  background: #f7f7f7;
  border-radius: 3px;
  cursor: pointer;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox .checkbox-style .fa {
  position: absolute;
  font-size: 12px;
  top: 3px;
  left: 2.5px;
  color: #fff;
  opacity: 0;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item .modal-checkbox label {
  position: relative;
  width: 100%;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item.item-form {
  border-top: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  padding: 8px 0;
}

.header .inner .header-user .header-user-name .header-user-modal .content .modal-infos .item:last-child {
  margin-bottom: 0;
}

.header .inner .header-user .header-user-name .header-user-modal:before {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background: #f7f7f7;
  transform: rotate(45deg);
  z-index: -1;
  box-shadow: 0px -6px 43px -2px rgba(0, 0, 0, 0.08);
}

.header .inner .header-user .header-user-cta {
  margin-left: 40px;
}

.header .inner .header-user .header-user-cta .btn-cta {
  display: inline;
}

@media screen and (max-width: 450px) {
  nav.header-user {
    display: block;
  }
}
@media screen and (min-width: 450px) {
  nav.header-user {
    display: none;
  }
}
.header .header-logo {
  position: absolute;
  display: none;
  left: 40px;
  top: 50%;
  width: 140px;
  pointer-events: all;
  margin-top: -28px;
}

.header .header-logo svg {
  display: block;
  width: 120px;
  height: 47.25px;
  margin-right: 10px;
}

.header .header-logo.hidden {
  opacity: 0;
  pointer-events: none;
}

.header .burger-menu {
  position: relative;
  display: block;
  width: 30px;
  height: 20px;
  cursor: pointer;
  margin-left: 30px;
  pointer-events: all;
  display: none;
}

.header .burger-menu .burger {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 2px;
  top: 10px;
  margin-top: -1px;
  right: 0px;
  opacity: 1;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header .burger-menu .burger:before {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 2px;
  top: -10px;
  margin-top: -1px;
  content: "";
  display: block;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header .burger-menu .burger:after {
  position: absolute;
  background: rgb(255, 255, 255);
  width: 100%;
  height: 2px;
  bottom: -10px;
  content: "";
  display: block;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.header .burger-menu.active {
  transform: translateX(0px);
}

.header .burger-menu.active .burger {
  background: rgba(111, 111, 111, 0);
}

.header .burger-menu.active .burger:after {
  transform: rotate(-45deg);
  bottom: 0px;
}

.header .burger-menu.active .burger:before {
  transform: rotate(45deg);
  top: 0px;
}

.header.active {
  background: #fff;
  box-shadow: 0 0 5.8px 0.2px rgba(0, 0, 0, 0.12);
}

.single .header {
  background: #fff;
  box-shadow: 0 0 5.8px 0.2px rgba(0, 0, 0, 0.12);
}

.header.active .inner {
  padding: 20px 40px;
  color: #6d6d6d;
}

.single .header .inner {
  padding: 20px 40px;
  color: #6d6d6d;
}

.header.active .header.inner a, .header.active .header .inner .fa, .header.active .name {
  color: #6d6d6d;
}

.single .header .inner a, .single .header .inner .fa, .header.active .name {
  color: #6d6d6d;
}

.header.active .inner .path-user {
  fill: #6d6d6d;
}

.single .header .inner .path-user {
  fill: #6d6d6d;
}

.header.active .inner .header-logo .logo-melody-vintage {
  fill: #333;
}

.single .header .inner .header-logo .logo-melody-vintage {
  fill: #333;
}

.header.active .inner .header-search-form {
  background: rgba(192, 192, 192, 0.75);
}

.single .header .inner .header-search-form {
  background: rgba(192, 192, 192, 0.75);
}

.header.active .inner .header-search-form .fa {
  color: #fff;
}

.single .header .inner .header-search-form .fa {
  color: #fff;
}

.header.active .inner .burger-menu .burger {
  background: rgb(109, 109, 109);
}

.single .header .inner .burger-menu .burger {
  background: rgb(109, 109, 109);
}

.header.active .inner .burger-menu .burger:before, .header.active .inner .burger-menu .burger:after {
  background: rgb(109, 109, 109);
}

.single .header .inner .burger-menu .burger:before, .single .inner .burger-menu .burger:after {
  background: rgb(109, 109, 109);
}

.header.active .inner .burger-menu.active .burger {
  background: rgba(109, 109, 109, 0);
}

.single .header .inner .burger-menu.active .burger {
  background: rgba(109, 109, 109, 0);
}

.menu-aside {
  width: 195px;
  height: 100vh;
  top: 0;
  z-index: 10000;
}

.menu-aside .inner {
  background: #111214;
  position: relative;
  padding: 35px;
  min-height: 100%;
}

.menu-aside a, .menu-aside a > span {
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.menu-aside .header-user-name {
  position: relative;
  display: none;
  /*   margin-top: 15px; */
  /*   padding-top: 30px; */
  /* border-top: 1px solid rgba(255, 255, 255, 0.11); */
}

.menu-aside .header-user-name a {
  display: flex;
  column-gap: 10px;
  align-items: center;
  /* flex-direction: row;
  align-items: center;
  flex-wrap: wrap; */
}

.menu-aside .header-user-name a .icon {
  /*   position: absolute;
  */
  display: block;
  /* left: -40px; */
  width: 20px;
  height: 20px;
}

.menu-aside .header-user-name a .name {
  width: 100%;
  font-weight: 600;
  transition: none;
}

.menu-aside .header-user-name a .name > span.text {
  transition: none;
  display: block;
  font-size: 13px;
}

.menu-aside .header-user-name a .name .fa {
  font-size: 10px;
  margin-left: 4px;
  transform: translateY(-2px);
}

.menu-aside-logo svg {
  position: relative;
  display: block;
  width: 120px;
  height: 47.25px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.menu-aside-main {
  margin-bottom: 20px;
}

.menu-aside-main .menu-item {
  position: relative;
  display: flex;
  align-items: center;
}

.menu-aside-main .menu-item:before {
  content: "";
  width: calc(100% + 70px);
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  z-index: 0;
  display: none;
}

.menu-aside-main .menu-item.active:before {
  display: block;
}

.menu-aside-main .menu-item a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 20px 0;
  margin-left: 10px;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-aside-main .menu-aside {
  border-top: 1px solid rgba(255, 255, 255, 0.11);
}

.menu-aside-main .menu-item:before {
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  transition: 0s;
}

.menu-aside-main .menu-item a:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 50%;
  height: 1px;
  width: 0px;
  border-top: 1px solid #fff;
  opacity: 0;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-aside-main .menu-item a:hover {
  transform: translateX(15px);
}

.menu-aside-main .menu-item a:hover:before {
  width: 10px;
  opacity: 1;
  transform: translateX(-20px);
}

.menu-aside-main .menu-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

.menu-aside-main .menu-item.live:after {
  position: absolute;
  content: "";
  right: -12px;
  top: 0;
  width: 4px;
  height: 4px;
  background: #f0861f;
  border-radius: 50%;
}

.menu-aside-main .item-live:before {
  background: url(../assets/icon-direct.svg) center no-repeat;
}

.menu-aside-main .item-replay:before {
  background: url(../assets/icon-replay.svg) center no-repeat;
}

.menu-aside-main .item-grille:before {
  background: url(../assets/icon-grilletv.svg) center no-repeat;
}

.menu-aside-main .item-emission:before {
  background: url(../assets/icon-emissions.svg) center no-repeat;
}

.menu-aside-main .item-radio:before {
  background: url(../assets/icon-radio.svg) center no-repeat;
}

.menu-aside-main .item-actu:before {
  background: url(../assets/icons8-actu.svg) center no-repeat;
}

.menu-aside-second .menu-item {
  position: relative;
  margin-bottom: 8px;
  padding: 5px 0;
}

.menu-aside-second .menu-item:before {
  position: absolute;
  content: "";
  top: 0;
  left: -35px;
  width: calc(100% + 70px);
  height: 100%;
  background: rgba(255, 255, 255, 0.16);
  z-index: 0;
  display: none;
}

.menu-aside-second .menu-item.active:before {
  display: block;
}

.menu-aside-second .menu-item a {
  position: relative;
  display: block;
  padding: 5px 0 4px;
  transition: all 0.26s 0.02s linear;
}

.menu-aside-second .menu-item:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  height: 1px;
  width: 0px;
  border-top: 1px solid #fff;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.26s 0.02s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-aside-second .menu-item a .text {
  position: relative;
  display: inline-block;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-aside-second .menu-item a .text:before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  height: 1px;
  width: 0px;
  border-top: 1px solid #fff;
  opacity: 0;
  transform: translateX(-20px);
  transition: all 0.26s 0.02s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.menu-aside-second .menu-item a:hover .text {
  transform: translateX(10px);
}

.menu-aside-second .menu-item a:hover .text:before {
  width: 10px;
  opacity: 1;
  transform: translateX(-30px);
}

.menu-aside-user {
  position: relative;
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.11);
  color: #fff;
  display: none;
}

.menu-aside-user .user-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.menu-aside-user .user-title .fa {
  font-size: 18px;
}

.menu-aside-user .btn-cta {
  width: 100%;
}

footer {
  position: relative;
  width: 100%;
  background: #1d1d1d;
}

footer .inner {
  position: relative;
  width: 100%;
  padding: 60px;
}

footer .inner .footer-cols {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

footer .inner .footer-cols .footer-col {
  position: relative;
  width: 25%;
  padding: 10px;
}

footer .inner .footer-cols .footer-col:first-child {
  width: 20%;
}

footer .inner .footer-cols .footer-col:last-child {
  width: 30%;
}

footer .inner .footer-cols .footer-col .logo-melody {
  display: block;
  width: 95%;
  margin: 10px auto;
  max-width: 120px;
}

footer .inner .footer-cols .footer-col .logo-melody img {
  display: block;
  width: 120px;
}

footer .inner .footer-cols .footer-col .logo-melody svg {
  display: block;
  width: 120px;
  height: 47.25px;
  margin-right: 20px;
}

footer .inner .footer-cols .footer-col .logo-melody svg .logo-melody-melody {
  fill: #fff;
}

footer .inner .footer-cols .footer-col .small-logo {
  margin: 10px auto;
  text-align: center;
}

footer .inner .footer-cols .footer-col .small-logo img {
  width: 75px;
}

footer .inner .footer-cols .footer-col .footer-title {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 20px;
}

footer .inner .footer-cols .footer-col .footer-title:first-child {
  margin-top: 0;
}

footer .inner .footer-cols .footer-col .footer-list-section {
  display: flex;
}

footer .inner .footer-cols .footer-col .footer-list-section li {
  position: relative;
  width: 50%;
  padding: 2px;
}

footer .inner .footer-cols .footer-col .footer-list-section li a {
  position: relative;
  display: inline-block;
  color: #8a8a8a;
  transition: all 0.2s 0.06s linear;
}

footer .inner .footer-cols .footer-col .footer-list-section li a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-top: 1px solid #fff;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

footer .inner .footer-cols .footer-col .footer-list-section li a:hover {
  color: #fff;
}

footer .inner .footer-cols .footer-col .footer-list-section li a:hover:before {
  width: 100%;
}

.footer-list-section .secondary {
  margin-left: 20px;
}

footer .inner .footer-cols .footer-col .footer-list-download {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

footer .inner .footer-cols .footer-col .footer-list-social {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

footer .inner .footer-cols .footer-col .footer-list-social li a {
  display: block;
  padding: 10px;
  color: #8a8a8a;
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer .inner .footer-cols .footer-col .footer-list-social li a:hover {
  color: #fff;
}

footer .inner .footer-cols .footer-col .footer-list-social li a .icon-social {
  display: block;
  width: 14px;
  height: 16px;
}

footer .inner .footer-cols .footer-col .footer-list-social li a .icon-social .path {
  transition: all 0.2s linear;
}

footer .inner .footer-cols .footer-col .footer-list-social li a .icon-social:hover .path {
  fill: #fff;
}

footer .inner .footer-cols .footer-col .footer-form {
  position: relative;
  width: 100%;
  background: #fff;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 15px;
}

footer .inner .footer-cols .footer-col .footer-form .footer-input-newsletter {
  position: relative;
  width: 100%;
  padding: 10px 15px;
  padding-right: 35px;
  background: transparent;
  border: 0;
  font-size: 12px;
}

footer .inner .footer-cols .footer-col .footer-form button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: #fff;
  height: 100%;
  width: 35px;
  cursor: pointer;
  text-align: center;
}

footer .inner .footer-cols .footer-col .footer-form button img {
  position: relative;
  display: block;
  width: 85%;
  top: 1px;
}

.footer-copyright {
  position: relative;
  width: 100%;
  background: #111214;
}

.footer-copyright .inner {
  position: relative;
  padding: 20px 60px;
  text-align: center;
}

.footer-copyright .inner div {
  font-size: 14px;
  line-height: 1.5;
}

.footer-copyright .inner div:first-child {
  margin-bottom: 10px;
}

.footer-copyright .inner div a {
  position: relative;
  display: inline-block;
  color: #8a8a8a;
  transition: all 0.2s 0.06s linear;
}

.footer-copyright .inner div a:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  border-top: 1px solid #fff;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.footer-copyright .inner div a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer-copyright .inner div a:hover:before {
  width: 100%;
}

.footer-copyright .inner .btn-scrolltop {
  position: absolute;
  top: -20px;
  right: 60px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #2e2e2e;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  line-height: 38px;
}

.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  padding-left: 190px;
  width: 100%;
  z-index: 998;
}

.fixed-bottom .cookiebar {
  position: relative;
  width: 100%;
  height: auto;
  background: #000;
  transform: translateY(0);
  pointer-events: all;
  z-index: 2;
}

.fixed-bottom .cookiebar.inactive {
  transform: translateY(100%);
  transition: all 0.4s ease-in-out;
  visibility: visible;
  height: 0;
}

.fixed-bottom .cookiebar .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 20px;
}

.fixed-bottom .cookiebar .inner .icon {
  width: 25px;
}

.fixed-bottom .cookiebar .inner .icon img {
  display: block;
  width: 100%;
}

.fixed-bottom .cookiebar .inner .content {
  position: relative;
  width: calc(100% - 98px);
  padding: 0 20px;
}

.fixed-bottom .cookiebar .inner .content p {
  font-size: 14px;
  color: #fff;
}

.fixed-bottom .cookiebar .inner .close {
  position: relative;
  width: 58px;
}

#cookie-notice {
  background: black;
}

@media (max-width: 1000px) {
  .cookie-notice-container {
    flex-direction: column;
  }
  .cn-text-container {
    flex-direction: column;
  }
  .cn-notice-text {
    flex-direction: column;
  }
}
.cookie-notice-container a.cn-button.bootstrap {
  background: linear-gradient(to bottom, #ff5400, #ff8600);
}

.cookie-notice-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

body.cookies-accepted #cookie-notice {
  display: none !important;
}

.cn-text-container {
  display: flex !important;
  gap: 10px;
  align-items: center;
}

.cn-text-container:before {
  content: "";
  display: inline-block;
  background-size: cover !important;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../assets/icon-cookie.svg);
}

.cn-notice-text {
  display: flex;
  align-items: center;
}

.fixed-bottom .btn-mobile {
  position: relative;
  width: 100%;
  padding: 0 40px 10px;
  display: none;
  transform: translateY(100%);
  transition: all 0.26s 0.13s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}

.fixed-bottom .btn-mobile .btn-cta {
  display: block;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}

.fixed-bottom .btn-mobile.active {
  transform: translateY(0);
}

.emissions-direct .keen-slider {
  width: fit-content;
  flex-wrap: nowrap;
}

.main-header-item.item-video {
  width: 100% !important;
  height: 100%;
  position: relative !important;
  display: block !important;
}

@media (max-width: 500px) {
  .bg-grey .inner {
    display: grid;
    grid-template-areas: "title cta" "slider slider";
    grid-template-columns: 5fr 5fr;
    grid-template-rows: 60px 1fr;
    column-gap: 10px;
  }
  .bg-grey .inner .wave {
    grid-area: title;
    display: flex;
  }
  .bg-grey .inner .see-more {
    grid-area: cta;
  }
  .bg-grey .inner .keen-slider {
    grid-area: slider;
  }
}
.box-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.box-container .box-half {
  position: relative;
  width: 50%;
}

.box-container .box-half.box-text .btn-cta {
  margin-top: 40px;
}

.box-container .box-half img {
  position: relative;
  display: block;
  width: 100%;
}

.box-container .box-3 {
  width: 33.3333%;
}

.keen-slider {
  margin-left: 0;
}

@media screen and (min-width: 900px) {
  .section-nav .keen-slider {
    padding-left: 10px;
  }
  .page-header.header-artist.encart-single-post .inner .content {
    display: flex;
  }
  .page-header.header-artist.encart-single-post .inner .content .content-left {
    width: 60%;
  }
  .page-header.header-artist.encart-single-post .inner .content .content-right {
    width: 40%;
  }
}
/* .keen-slider .card-item {
  width: 32%;
} */
.prev-next-button {
  /*   position: absolute;
  */
  left: 0;
  top: 20px;
  background: transparent;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.prev-next-button svg {
  transform-origin: 50% 50%;
  transform: scale(0.6);
}

/* .prev-next-button .arrow {
  fill: #fff;
  stroke-width: 1;
} */
.prev-next-button.previous {
  top: 70px;
}

.prev-next-button .prev-next-button:disabled {
  opacity: 0.5;
}

.keen-slider .flickity-page-dots {
  position: relative;
  display: none;
  bottom: 0;
  margin: 5px 0;
}

.keen-slider .flickity-page-dots .dot {
  width: 8px;
  height: 8px;
  background: #fff;
}

.flickity-enabled.is-draggable .flickity-viewport {
  touch-action: pan-y !important;
}

.bg-legend {
  position: absolute;
  padding: 5px 10px;
  padding-top: 40px;
  bottom: 0;
  width: 100%;
  z-index: 98;
}

.bg-legend .picto {
  position: relative;
  display: inline-block;
  padding: 7px 14px;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.9px;
  border-radius: 3px;
  z-index: 101;
  margin-bottom: 5px;
}

.bg-legend .picto p {
  text-shadow: none;
}

.bg-legend p {
  position: relative;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.65);
}

.bg-legend p span {
  position: relative;
  display: inline-block;
  margin: 0 3px;
}

.bg-legend p span:after {
  position: absolute;
  content: "";
  right: -6px;
  top: 0;
  width: 1px;
  height: 100%;
  border-left: 1px solid #fff;
  opacity: 0.5;
}

.bg-legend p span:first-child {
  margin-left: 0;
}

.bg-legend p span:last-child {
  margin-right: 0;
}

.bg-legend p span:last-child:after {
  display: none;
}

.bg-legend:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.25) 100%);
}

.slider-white .keen-slider .flickity-page-dots .dot {
  background: #6d6d6d;
}

/* html, body {
  background: #111214;
} */
html.no-scroll, body.no-scroll {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.body-container {
  position: relative;
  width: 100%;
}

.svg-gradients {
  position: absolute;
  width: 0;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transform: scale(0);
}

.inner, header .inner, footer .inner {
  position: relative;
  margin: 0 auto;
}

/* section {
  position: relative;
  padding: 50px 70px 20px;
  z-index: 1;
} */
.bg-grey {
  background: #1d1d1d;
}

.bg-mediumgrey {
  background: #28282a;
}

.bg-mediumgrey, .bg-grey {
  color: #fff;
}

.bg-mediumgrey h3, .bg-grey h3, .bg-mediumgrey h4, .bg-grey h4 {
  color: #fff;
}

.bg-mediumgrey .inner .wave, .bg-grey .inner .wave {
  color: #fff;
}

.bg-mediumgrey .inner .card-content h4, .bg-grey .inner .card-content h4 {
  color: #fff;
}

.bg-lightgrey {
  background: #f7f7f7;
}

.section-sticky {
  position: sticky;
  top: 78px;
  left: 0;
  width: 100%;
  padding-top: 0px;
  background: inherit;
  z-index: 99;
  transform: translateZ(1px);
}

.section-sticky a {
  transition: none;
}

.section-sticky a:focus {
  box-shadow: 0px 6px 0px 0px white, 0px 7px 0px 0px #a7a7a7;
  display: block;
}

/* .section-slider {
  padding-right: 0px;
} */
.section-slider.section-slider .inner {
  position: relative;
}

.section-slider.section-slider .inner .see-more {
  position: absolute;
  display: block;
  top: 5px;
  padding-right: 30px;
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.section-slider.bg-white .inner .keen-slider .card-item .inner {
  background: #fff;
}

.section-slider.bg-white .inner .keen-slider .card-item .inner .card-content {
  padding: 15px;
}

.section-slider.bg-white .inner .keen-slider .card-item .inner:hover {
  background: #fff;
}

.prev-next-button.next svg path {
  fill: #6d6d6d;
}

.inner.cols-2 {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.inner.cols-2 .col-small {
  position: relative;
  width: 300px;
}

.inner.cols-2 .col-content {
  position: relative;
  width: calc(100% - 300px);
  padding-left: 80px;
}

.inner .see-more {
  position: absolute;
  display: block;
  top: 5px;
  right: 0;
  padding-right: 30px;
  color: #8a8a8a;
  font-size: 13px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.inner .see-more:after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: 0;
  width: 0;
  height: 1px;
  border-bottom: 1px solid #8a8a8a;
  transition: all 0.26s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.inner .see-more:hover:after {
  width: calc(100% - 30px);
}

.page-header {
  position: relative;
  width: 100%;
  padding: 80px;
  padding-top: 120px;
  padding-bottom: 80px;
  color: #fff;
  background-size: cover;
  background-position: center center;
  overflow: visible;
  min-height: 500px;
}

@media screen and (max-width: 1500px) {
  .page-header {
    min-height: 400px;
  }
}
@media screen and (max-width: 600px) {
  .page-header {
    min-height: 220px;
  }
}
.page-header .inner .page-header-nav.is-black .item {
  color: #000;
}

.page-header .inner .page-header-nav.is-black .item:after {
  color: rgba(0, 0, 0, 0.55);
}

.page-header .inner .page-header-nav.is-black .item a {
  color: rgba(0, 0, 0, 0.55);
}

.page-header .inner .page-header-nav ul {
  position: relative;
  display: flex;
  flex-direction: row;
}

.new\:single .inner .page-header-nav ul {
  position: relative;
  display: flex;
  flex-direction: row;
}

.page-header .inner .page-header-nav ul .item {
  position: relative;
  margin-right: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
}

.new\:single .inner .page-header-nav ul .item {
  position: relative;
  margin-right: 16px;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 2px;
}

.page-header .inner .page-header-nav ul .item a {
  color: rgba(255, 255, 255, 0.55);
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.new\:single .inner .page-header-nav ul .item a {
  color: rgba(50, 50, 50, 0.55);
  text-transform: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.page-header .inner .page-header-nav ul .item:after {
  position: absolute;
  content: "-";
  right: -9px;
  color: rgba(255, 255, 255, 0.55);
}

.new\:single .inner .page-header-nav ul .item:after {
  position: absolute;
  content: "-";
  right: -9px;
  color: rgba(50, 50, 50, 0.55);
}

.page-header .inner .page-header-nav ul .item:last-child {
  margin-right: 0;
}

.new\:single .inner .page-header-nav ul .item:last-child {
  margin-right: 0;
}

.page-header .inner .page-header-nav ul .item:last-child:after {
  display: none;
}

.new\:single .inner .page-header-nav ul .item:last-child:after {
  display: none;
}

.page-header .inner h1 {
  color: #fff;
  margin-bottom: 40px;
}

.page-header .inner h1.title-article {
  margin-top: 10px;
  font-size: 25px;
  letter-spacing: 2px;
}

.page-header .inner h1.title-article:before {
  top: 15px;
}

.page-header .inner p {
  font-size: 17px;
  /*   max-width: 300px;
  */
}

.page-header .page-header-search {
  position: absolute;
  width: calc(100% - 160px);
  z-index: 10;
}

.page-header .page-header-search .form-header-search {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
}

.page-header .page-header-search .form-header-search .inputs {
  position: relative;
  display: flex;
  flex-direction: row;
}

.page-header .page-header-search .form-header-search .input-item {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  width: 280px;
}

.page-header .page-header-search .form-header-search .input-item input, .page-header .page-header-search .form-header-search .input-item select {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  padding: 0 15px;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.page-header .page-header-search .form-header-search .input-item.select {
  padding: 0 10px;
}

.page-header .page-header-search .form-header-search .input-item.select:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  top: 7px;
  right: 20px;
  color: #6d6d6d;
  pointer-events: none;
}

.page-header .page-header-search .form-header-search .button-item {
  position: relative;
  width: 40px;
  height: 40px;
  margin-left: 20px;
  overflow: hidden;
  border-radius: 50%;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
}

.page-header .page-header-search .form-header-search .button-item button {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
  padding: 10px;
}

.page-header .page-header-search .form-header-search .button-item button img {
  position: relative;
  display: block;
}

.page-header .page-header-search .form-header-search .separator {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #acacac;
  text-align: center;
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  box-shadow: 0px 0px 30px -5px rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}

.page-header.bg-wriggles {
  background-color: #2e2e2e;
}

.page-header.bg-wriggles:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../assets/pattern-wriggles.png);
  background-size: auto;
  background-repeat: repeat;
  z-index: 0;
  opacity: 0.4;
}

main {
  position: relative;
  display: block;
  width: 100%;
}

.flickity-viewport {
  width: 100%;
}

.fb-page {
  position: relative;
  width: 100% !important;
  max-width: 420px;
}

.fb-page > span {
  position: relative;
  width: 100% !important;
  max-width: 420px;
}

.overlayer {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  background: rgba(0, 0, 0, 0.65);
  z-index: 99999;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0s 0.4s linear;
}

.overlayer.active {
  opacity: 1;
  visibility: visible;
  height: 100%;
  transition: none;
}

.overlayer.active .inner {
  transform: scaleY(1);
}

.overlayer .inner {
  position: relative;
  display: block;
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
  padding: 20px;
  background: #f7f7f7;
  overflow: hidden;
  border-radius: 3px;
  cursor: default;
  transform: scaleY(0);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.overlayer .inner .fa-times {
  position: absolute;
  top: 10px;
  right: 14px;
  font-size: 24px;
  cursor: pointer;
  padding: 5px;
  z-index: 10;
}

.overlayer p strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #f0861f;
}

.overlayer .list-check {
  position: relative;
  margin: 20px 0;
  margin-top: 15px;
}

.overlayer .list-check li {
  position: relative;
  padding-left: 20px;
}

.overlayer .list-check li:before {
  left: 0;
  color: #f0861f;
}

.overlayer .link-contact {
  position: relative;
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 14px;
  margin-top: 10px;
}

.overlayer .link-contact a {
  color: inherit;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
}

.overlayer .sabonner {
  position: relative;
  left: -20px;
  bottom: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
}

.overlayer .sabonner .inner {
  padding: 10px;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  text-align: center;
  border-radius: 0;
}

.overlayer .sabonner .inner p {
  color: #fff;
}

.overlayer .sabonner .inner a {
  color: #fff;
  border-bottom: 1px dotted #fff;
  font-size: 18px;
  font-weight: 600;
}

.overlayer.overlayer-subscription .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 680px;
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  padding-bottom: 20px;
  overflow: visible;
}

.overlayer.overlayer-subscription .content {
  width: 50%;
}

.overlayer.overlayer-subscription .content-text h2 {
  margin-bottom: 20px;
}

.overlayer.overlayer-subscription .content-text p strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #f0861f;
}

.overlayer.overlayer-subscription .content-text .list-check {
  position: relative;
  margin: 20px 0;
  margin-top: 15px;
}

.overlayer.overlayer-subscription .content-text .list-check li {
  position: relative;
  padding-left: 20px;
}

.overlayer.overlayer-subscription .content-text .list-check li:before {
  left: 0;
  color: #f0861f;
}

.overlayer.overlayer-subscription .content-visual img {
  display: block;
  width: 560px;
}

.overlayer.overlayer-chronique .inner {
  padding: 0;
  max-width: 800px;
}

.overlayer.overlayer-chronique .inner .fa-times {
  color: #fff;
}

.overlayer.overlayer-chronique .inner #video-player-chronique {
  width: 100% !important;
  height: auto !important;
  padding-bottom: 56.25%;
}

.form.form-modular .form-row, .form-container.form-modular .form-row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.form.form-modular .form-row.rgpd-disclaimer, .form-container.form-modular .form-row.rgpd-disclaimer {
  text-align: center;
}

.form.form-modular .form-row .item, .form-container.form-modular .form-row .item {
  position: relative;
  width: 100%;
  text-align: left;
  padding-left: 10px;
}

.form.form-modular .form-row .item:first-child, .form-container.form-modular .form-row .item:first-child {
  padding-left: 0 !important;
}

.form.form-modular .form-row .item:first-child:nth-last-child(1), .form-container.form-modular .form-row .item:first-child:nth-last-child(1) {
  width: 100%;
}

.form.form-modular .form-row .item:first-child:nth-last-child(2), .form-container.form-modular .form-row .item:first-child:nth-last-child(2), .form.form-modular .form-row .item:first-child:nth-last-child(2) ~ *, .form-container.form-modular .form-row .item:first-child:nth-last-child(2) ~ * {
  width: 50%;
}

.form.form-modular .form-row .item:first-child:nth-last-child(3), .form-container.form-modular .form-row .item:first-child:nth-last-child(3), .form.form-modular .form-row .item:first-child:nth-last-child(3) ~ *, .form-container.form-modular .form-row .item:first-child:nth-last-child(3) ~ * {
  width: 33.3333%;
}

.form.form-modular .form-row .item input[type=text], .form-container.form-modular .form-row .item input[type=text], .form.form-modular .form-row .item input[type=email], .form-container.form-modular .form-row .item input[type=email], .form.form-modular .form-row .item input[type=password], .form-container.form-modular .form-row .item input[type=password], .form.form-modular .form-row .item input[type=tel], .form-container.form-modular .form-row .item input[type=tel], .form.form-modular .form-row .item textarea, .form-container.form-modular .form-row .item textarea {
  width: 100%;
  max-width: 100%;
}

.form.form-modular .form-row .item button[type=submit], .form-container.form-modular .form-row .item button[type=submit], .form-container.form-modular .form-row .item input[type=submit] {
  margin: 20px auto 0 auto;
  padding: 15px 40px;
}

.form .form-row, .form-container .form-row {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
}

.form .form-row.row-error, .form-container .form-row.row-error {
  margin-left: 35px;
  margin-right: 35px;
  padding: 10px;
  background: rgba(232, 58, 48, 0.4);
  border: 1px solid #e83a30;
}

.form .form-row.row-error p, .form-container .form-row.row-error p {
  color: #e83a30;
}

.form .form-row.row-submit, .form-container .form-row.row-submit {
  margin-top: 30px;
  margin-bottom: 0;
}

.form .form-row > label, .form-container .form-row > label {
  display: block;
  text-align: center;
  margin-bottom: 5px;
}

.form .form-row > label.rememberme, .form-container .form-row > label.rememberme {
  margin-bottom: 10px;
}

.form .form-row > label.rememberme input[type=checkbox], .form-container .form-row > label.rememberme input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
  background: transparent;
  width: 10px;
  height: 10px;
}

.form .form-row input[type=text], .form-container .form-row input[type=text], .form .form-row input[type=email], .form-container .form-row input[type=email], .form .form-row input[type=password], .form-container .form-row input[type=password], .form .form-row input[type=tel], .form-container .form-row input[type=tel] {
  position: relative;
  display: block;
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
  border: 1px solid rgba(109, 109, 109, 0.25);
  background: #fff;
  border-radius: 3px;
  padding: 10px 5px;
}

.form .form-row textarea, .form-container .form-row textarea {
  border: 1px solid rgba(109, 109, 109, 0.25);
  min-height: 160px;
}

.form .form-row button[type=submit], .form-container .form-row button[type=submit], .form-container .form-row input[type=submit] {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 0;
  cursor: pointer;
}

.form .form-row a, .form-container .form-row a {
  color: #6d6d6d;
  font-size: 13px;
  border-bottom: 1px dotted #6d6d6d;
}

.select-container {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 340px;
  background: #fff;
  padding: 9px 5px;
}

.select-container select {
  width: 100%;
  height: 100%;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.pagination-container {
  position: relative;
  display: flex;
  justify-content: flex-end;
}

.pagination-container .pagination {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.pagination-container .pagination span {
  position: relative;
  display: block;
  margin: 0 5px;
}

.pagination-container .pagination span.current {
  display: block;
  height: 25px;
  width: 25px;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  border-radius: 50%;
  line-height: 24px;
  text-align: center;
}

.pagination-container .pagination span.previous {
  margin-right: 10px;
}

.pagination-container .pagination span.next {
  margin-left: 10px;
}

.pagination-container .pagination span a {
  display: block;
  color: #acacac;
  font-weight: 600;
  font-size: 15px;
  border-bottom: 0;
}

.help-block {
  font-size: 15px;
  color: #e83a30;
}

.alert-danger ul {
  position: relative;
}

.alert-danger ul li {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(232, 58, 48, 0.4);
  color: #e83a30;
  text-align: center;
  border: 1px solid #e83a30;
  padding: 10px;
}

.payement-status, .contact-status {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: rgba(232, 58, 48, 0.4);
  color: #e83a30;
  text-align: center;
  border: 1px solid #e83a30;
  padding: 10px;
  font-size: 25px;
  /*.fa-times {
   position: absolute;
   top: 50%;
   right: 5px;
   padding: 10px;
   font-size: 15px;
   transform: translateY(-50%);
   cursor: pointer;
   }*/
}

.payement-status i, .contact-status i {
  font-size: 45px;
}

.payement-status.success, .contact-status.success {
  background: rgba(120, 189, 75, 0.2);
  color: #78bd4b;
  border: 1px solid #78bd4b;
}

.section-slider.slider-white .prev-next-button {
  border: 1px solid #0c0c0c;
}

.section-slider.slider-white .prev-next-button svg .arrow {
  fill: #0c0c0c;
}

.inner-cms img {
  max-width: 100%;
  height: auto !important;
}

.inner-cms center {
  display: block;
  overflow: hidden;
}

.inner-cms .form-jeu {
  text-align: center;
}

.inner-cms .form-jeu form {
  max-width: 400px;
  margin: auto;
  text-align: left;
}

.inner-cms .form-jeu form input {
  width: 100%;
  height: 40px;
  border: 1px solid rgba(109, 109, 109, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.inner-cms .form-jeu form textarea {
  width: 100%;
  height: 200px;
  border: 1px solid rgba(109, 109, 109, 0.25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.inner-cms .form-jeu form button {
  display: block;
  width: auto;
  margin: 20px auto;
}

.credit-photo-large {
  background-color: #fff;
  color: #acacac;
  padding-right: 10px;
  text-align: right;
}

.inner.cga h2, .inner.cgu h2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 10px 0;
  color: #6d6d6d;
}

.inner.cga h3, .inner.cgu h3 {
  font-size: initial;
  font-family: "Source Sans Pro", sans-serif;
  color: #6d6d6d;
  font-style: normal;
  letter-spacing: 0;
}

.inner.cga h3:before, .inner.cgu h3:before {
  content: "-";
  margin-right: 4px;
}

.inner.cga p, .inner.cgu p {
  margin: 7px 0;
}

.inner.cga a, .inner.cgu a {
  color: #6d6d6d;
  text-decoration: underline;
  border-bottom: 0;
}

.inner.cga a:hover, .inner.cgu a:hover, .inner.cga a:visited, .inner.cgu a:visited, .inner.cga a:active, .inner.cgu a:active {
  color: #6d6d6d;
  text-decoration: underline;
}

.inner.cga ul li, .inner.cgu ul li {
  list-style-type: initial;
  margin: 3px 0 3px 18px;
}

.main-header {
  position: relative;
  width: 100%;
  padding: 0;
  overflow-x: initial;
}

.main-header .main-header-slider.flickity-resize .main-header-item {
  min-height: 100%;
}

.main-header .main-header-slider {
  height: 607px;
  overflow: hidden;
}

.main-header .main-header-slider.flickity-enabled {
  max-height: none;
}

.main-header .main-header-item {
  position: relative;
  width: 100%;
  padding: 80px;
  padding-top: 120px;
  padding-bottom: 80px;
  color: #fff;
  background-size: cover;
  background-position: center center;
}

.main-header .main-header-item.is-selected .inner {
  transform: translateX(0);
  opacity: 1;
  z-index: 10;
}

.main-header .main-header-item .inner {
  margin: 0;
}

.main-header .main-header-item .inner > * {
  margin-bottom: 20px;
}

.main-header .main-header-item .inner > *:last-child {
  margin-bottom: 0;
}

.main-header .main-header-item .inner h1 {
  margin-bottom: 20px;
  color: #fff;
}

.main-header .main-header-item .inner p {
  font-size: 23px;
  max-width: 480px;
  margin-bottom: 20px;
}

.main-header .main-header-item .inner p strong {
  font-size: 36px;
  line-height: 23px;
  font-weight: 600;
}

.main-header .main-header-item .inner p > a {
  font-size: 16px;
}

.main-header .main-header-item .inner ul {
  margin-bottom: 20px;
  padding-left: 40px;
}

.main-header .main-header-item .inner ul li {
  position: relative;
  font-size: 20px;
  margin-bottom: 5px;
}

.main-header .main-header-item .inner ul li:before {
  left: -40px;
}

.main-header .main-header-item .main-header-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
}

.main-header .main-header-item .main-header-video video {
  left: 0;
  top: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
}

.main-header .flickity-viewport {
  z-index: 2;
}

.main-header .main-header-slider .main-header-item {
  display: none;
}

.main-header .main-header-slider .main-header-item:first-child {
  display: block;
}

.main-header .main-header-slider.flickity-enabled .main-header-item {
  display: block;
}

.main-header .flickity-page-dots {
  display: block;
  bottom: 16px;
  right: 20px;
  text-align: right;
  z-index: 6;
}

.main-header .flickity-page-dots .dot {
  position: relative;
  width: 120px;
  height: 16px;
  opacity: 1;
  overflow: hidden;
  background: transparent;
  border-radius: 3px;
}

.main-header .flickity-page-dots .dot:before {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

.main-header .flickity-page-dots .dot:after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(to left, #ff5400, #ff8600);
  transform-origin: 0 50%;
  transform: scaleX(0);
  border-radius: 12px;
  overflow: hidden;
}

.main-header .flickity-page-dots .dot.is-selected:after {
  transform: scaleX(1);
  border-radius: 3px;
  transition: inherit;
}

.section-slider.bg-white.section-nav:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 163px;
  background: #f7f7f7;
  z-index: 0;
}

.emissions-variete {
  position: relative;
  width: 100%;
  padding-top: 0;
  background: #28282a;
}

.emissions-variete * {
  color: #fff;
}

.documentaires {
  background: #1d1d1d;
}

.documentaires * {
  color: #fff;
}

.concerts {
  background: #28282a;
}

.concerts * {
  color: #fff;
}

.films {
  background: #1d1d1d;
}

.films * {
  color: #fff;
}

.offer {
  background: #f7f7f7;
}

.bg-white {
  background: #fff;
}

.offer h2 {
  max-width: 423px;
  margin-bottom: 60px;
}

.offer h2 strong {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-style: italic;
  color: #0c0c0c;
}

.offer .box-container .box-half.box-image {
  height: 200px;
  top: -120px;
}

.offer .box-container .box-half.box-image img {
  width: calc(100% + 90px);
  max-width: 600px;
  top: -20px;
  right: -40px;
}

.emissions-melody h3 {
  margin-bottom: 60px;
}

.actus-musicales {
  background: #f7f7f7;
}

.chaine-tv h2 {
  margin-bottom: 60px;
}

.chaine-tv .box-container .box-text .visual-tv {
  width: calc(100% + 60px);
  left: -70px;
  margin-bottom: 60px;
}

.chaine-tv .box-container .box-text .small {
  font-size: 15px;
}

.chaine-tv .box-container .grid-logos {
  position: relative;
  top: -25px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
  margin-bottom: 60px;
}

.chaine-tv .box-container .grid-logos .logo-item {
  width: 33.3333%;
  padding: 5px;
}

.chaine-tv .box-container .grid-logos .logo-item img {
  display: block;
  width: 100%;
  max-width: 100px;
  margin: 0 auto;
}

.bg-white .keen-slider .flickity-page-dots .dot {
  background: #0c0c0c;
}

.slider-articles.keen-slider.keen-slider .card-item .inner .card-bg .content .time, .slider-articles.keen-slider.keen-slider .card-item .inner .card-bg:after {
  display: none;
}

.page-header.header-artist {
  overflow: visible;
  padding-bottom: 20px;
}

.page-header.header-artist.header-artist-large .content-bottom:after {
  display: none;
}

.page-header.header-artist .inner {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  z-index: 1;
}

.page-header.header-artist .inner .content {
  position: relative;
  width: 100%;
  z-index: 1;
}

.page-header.header-artist .inner .content .content-top {
  margin-bottom: 180px;
}

.page-header.header-artist .inner .content .content-top h1.wave {
  margin-bottom: 0;
  padding-right: 35px;
  font-size: 28px;
}

.new\:single .inner .content h1.wave {
  margin-bottom: 0;
  padding-right: 35px;
  font-size: 28px;
}

.page-header.header-artist .inner .content .content-top h1.wave:before {
  top: 13px;
  height: 15px;
}

.new\:single .inner .content h1.wave:before {
  top: 13px;
  height: 15px;
}

.page-header.header-artist .inner .content .content-top p.artiste-date {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.62;
  letter-spacing: 2.4px;
}

.page-header.header-artist .inner .content .content-bottom {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.page-header.header-artist .inner .content .content-bottom:after {
  position: absolute;
  content: "";
  top: -30px;
  left: -2500%;
  right: 0;
  width: 5000%;
  height: 9000%;
  background: #fff;
  z-index: -1;
}

.page-header.header-artist .inner .content .content-bottom .article-date {
  margin-bottom: 15px;
  color: #6d6d6d;
  font-size: 16px;
}

.page-header.header-artist .inner .content .content-bottom .list-categories {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-header.header-artist .inner .content .content-bottom .list-categories li {
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  margin-right: 10px;
  border: 1px solid #acacac;
  margin-bottom: 10px;
}

.page-header.header-artist .inner .content .content-bottom .list-categories li h5 {
  color: #acacac;
}

.page-header.header-artist .inner .content .content-bottom .list-categories li h5 .fa {
  margin-right: 5px;
}

.page-header.header-artist .inner .content .content-bottom .list-categories li:last-child {
  margin-right: 0;
}

.page-header.header-artist .inner .artist-image {
  position: relative;
  height: 100%;
  width: 50%;
  z-index: 1;
  padding-top: 40px;
}

.page-header.header-artist .inner .artist-image figure .artist-image-container {
  position: relative;
  display: block;
  width: calc(100% + 80px);
  padding-bottom: 56.25%;
  overflow: hidden;
  box-shadow: -10px 10px 48px -1px rgba(0, 0, 0, 0.09);
}

.page-header.header-artist .inner .artist-image figure .artist-image-container img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.page-header.header-artist .inner .artist-image figure.format-a4 {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}

.page-header.header-artist .inner .artist-image figure.format-a4 .artist-image-container {
  width: 100%;
  padding-bottom: 141%;
}

.page-header.header-artist .inner .artist-image figure.format-square {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  height: 100%;
  max-height: 380px;
}

.page-header.header-artist .inner .artist-image figure.format-square .artist-image-container {
  width: 100%;
  padding-bottom: 98%;
}

.page-header.header-artist .inner .artist-image figure figcaption {
  color: #acacac;
  text-align: right;
}

.page-header.header-artist.header-artist-large {
  padding-bottom: 20px;
}

.page-header.header-artist.header-artist-large:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
}

.page-header.header-artist.header-artist-large:after {
  display: none;
}

.page-header.header-artist.header-artist-large .inner .content {
  max-width: 100%;
}

@media screen and (max-width: 500px) {
  .page-header.header-artist.header-artist-large .inner .content {
    max-width: 100%;
  }
}
.page-header.header-artist.header-artist-large .inner .content .content-top h1.wave:before {
  top: 27px;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom {
  position: relative;
  /*   display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  width: 100%;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .content-left .list-categories li, .page-header.header-artist.header-artist-large .inner .content .content-bottom .content-right .list-categories li {
  border: 1px solid #fff;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .content-left .list-categories li h5, .page-header.header-artist.header-artist-large .inner .content .content-bottom .content-right .list-categories li h5 {
  color: #fff;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .article-date, .page-header.header-artist.header-artist-large .inner .content .content-bottom .list-social li {
  color: #fff;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .list-social li {
  width: auto;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .list-social li p {
  margin-bottom: 0;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .content-right {
  text-align: right;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .content-right .list-social {
  margin-bottom: 20px;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .content-right .list-social li p {
  color: #fff;
}

.page-header.header-artist.header-artist-large .inner .content .content-bottom .content-right .credits {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.5);
}

.section-artistes {
  background: #f7f7f7;
}

.section-artistes .pagination-container {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.section-artistes .pagination-container.pagination-bottom {
  margin-top: 20px;
  justify-content: flex-end;
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.section-artistes .pagination-container .pagination-filters {
  position: relative;
  display: flex;
  align-items: center;
}

.section-artistes .pagination-container .pagination-filters > p {
  color: #acacac;
  font-weight: 600;
  font-size: 15px;
  margin-right: 5px;
  line-height: 1;
}

.section-artistes .pagination-container .pagination-filters .form-artists-filters {
  display: flex;
}

.section-artistes .pagination-container .pagination-filters .input-select {
  position: relative;
  padding-right: 5px;
}

.section-artistes .pagination-container .pagination-filters .input-select select {
  display: block;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: none;
  background: transparent;
  font-weight: 600;
  font-size: 15px;
  color: #6d6d6d;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.section-artistes .pagination-container .pagination-filters .input-select:first-child {
  margin-right: 20px;
}

.section-artistes .pagination-container .pagination-filters .input-select:after {
  position: absolute;
  content: "\f107";
  font-family: FontAwesome;
  top: 8px;
  right: 2px;
  color: #6d6d6d;
  pointer-events: none;
  font-weight: bold;
}

.section-artiste-nav {
  padding-top: 20px;
  padding-bottom: 0;
  background: #fff;
}

.section-artiste-nav .inner nav ul {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  justify-content: center;
}

.section-artiste-nav .inner nav ul li {
  position: relative;
  margin: 0 15px;
  padding-bottom: 20px;
}

.section-artiste-nav .inner nav ul li a {
  color: #acacac;
  transition: all 0.24s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
}

.section-artiste-nav .inner nav ul li a h5 {
  color: inherit;
}

.section-artiste-nav .inner nav ul li:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 2px;
  margin-left: -20px;
  background: #f0861f;
  transform: scaleX(0);
  transition: all 0.24s linear;
}

.section-artiste-nav .inner nav ul li.active:after {
  transform: scaleX(1);
}

.section-artiste-nav .inner nav ul li.active a {
  color: #0c0c0c;
}

/* .section-artiste-content .inner.cols-2 .col-small {
  width: 200px;
} */
.section-artiste-content .inner.cols-2 .col-content h2 {
  margin-bottom: 50px;
}

.list-social {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  /* margin-left: 10px; */
}

.list-social li {
  display: block;
  margin-right: 10px;
  color: #6d6d6d;
}

.list-social li.item-fb a {
  background: #3b67a0;
}

.list-social li.item-tw a {
  background: #4fb1e9;
}

.list-social li.item-gplus a {
  background: #d15e46;
}

.list-social li.item-gplus a .fa {
  transform: translateX(1.5px);
}

.list-social li.item-mail a {
  background: #6d6d6d;
}

.list-social li.item-site {
  margin-left: 5px;
}

.list-social li.item-site a {
  position: relative;
  width: auto;
  height: auto;
  border-radius: 0;
  padding: 0;
  color: #0c0c0c;
  font-size: 16px;
  z-index: 1;
}

.list-social li a {
  padding: 5px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  width: 30px;
  height: 30px;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.list-social li a .fa {
  line-height: 21px;
}

.list-social li:last-child {
  margin-right: 0;
}

.ad-mobile {
  display: none;
  width: 100%;
  height: auto;
  min-height: 100px;
}

.ad-mobile iframe {
  width: 100% !important;
  max-width: 728px;
}

.col-direct iframe {
  display: block;
}

.col-direct > .content {
  position: relative;
  background: #f7f7f7;
  margin: 20px 0;
  padding: 20px;
}

.col-direct > .content .list-categories {
  margin-top: 10px;
}

.col-direct > .content .list-categories li {
  padding: 10px 0;
}

.col-direct > .content .item-emission {
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.col-direct > .content .item-emission > h5 {
  margin-bottom: 6px;
}

.col-direct > .content .item-emission a {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.col-direct > .content .item-emission:last-child {
  margin-bottom: 0;
}

.col-direct > .content .item-emission .img {
  position: relative;
  width: 80px;
  height: 80px;
}

.col-direct > .content .item-emission .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.col-direct > .content .item-emission .content {
  position: relative;
  padding-left: 10px;
  width: calc(100% - 80px);
}

.col-direct > .content .item-emission .content .date {
  color: #8a8a8a;
  margin-top: -1px;
}

.col-direct > .content .item-emission .content h4 {
  font-size: 16px;
}

.section-actus-list .cols-2 .col-content img {
  max-width: 100% !important;
  height: auto !important;
}

.section-actus-list .cols-2 .col-content h5 {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2.6px;
  margin-bottom: 20px;
}

.section-actus-list .cols-2 .col-content h5:nth-of-type(2) {
  margin-top: 40px;
}

.section-actus-list .cols-2 .col-content .list-actus {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -20px;
}

.section-actus-list .cols-2 .col-content .list-actus.last-actus .card-item:first-child {
  width: 100%;
}

.section-actus-list .cols-2 .col-content .list-actus.last-actus .card-item:first-child .card-content h4 {
  font-size: 20px;
}

.section-actus-list .cols-2 .col-content .list-actus.last-actus .card-item:first-child .card-content .text {
  font-size: 18px;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item {
  position: relative;
  width: 50%;
  padding: 5px;
  padding-left: 20px;
  padding-bottom: 20px;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a {
  color: #6d6d6d;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a .card-bg {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  overflow: hidden;
  border-radius: 3px;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a .card-bg:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a .card-bg img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a .card-content {
  padding-top: 10px;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a .card-content .text {
  margin-bottom: 5px;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a .card-content .date {
  color: #8a8a8a;
  font-size: 13px;
}

.section-actus-list .cols-2 .col-content .list-actus .card-item a:hover .card-bg:before {
  opacity: 0.4;
}

.section-actus-list .cols-2 .col-content.content-article p {
  margin-bottom: 20px;
}

.section-actus-list .cols-2 .col-content.content-article p a {
  font-weight: bold;
}

.section-actus-list .cols-2 .col-content.content-article > div {
  margin-bottom: 20px;
}

.section-actus-list .cols-2 .col-content.content-article iframe {
  max-width: 100%;
  min-height: auto;
}

.section-actus-list .cols-2 .col-content.content-article .article-author {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 20px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.section-actus-list .cols-2 .col-content.content-article .article-author .list-social li p {
  margin-bottom: 0;
}

.section-actus-list .cols-2 .col-content.content-article .article-author .author {
  position: relative;
  display: flex;
  align-items: center;
}

.section-actus-list .cols-2 .col-content.content-article .article-author .author .image {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 20px;
}

.section-actus-list .cols-2 .col-content.content-article .article-author .author .image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.section-actus-list .cols-2 .col-content.content-article .article-author .author .content p {
  margin-bottom: 0;
}

.section-actus-list .cols-2 .col-content.content-article .article-author .author .content p a:first-child {
  margin-right: 5px;
}

.page-header-emissions {
  background-size: cover;
  padding-bottom: 0;
}

.page-header-emissions.page-header-video:after {
  height: 200px;
}

.page-header-emissions.page-header-video .inner .content > div {
  width: auto;
}

.page-header-emissions.page-header-video .inner .link-back-replay {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.62;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.32s linear;
}

.page-header-emissions.page-header-video .inner .link-back-replay img {
  display: block;
  width: 14px;
  margin-right: 10px;
}

.page-header-emissions.page-header-video .inner .link-back-replay:hover {
  color: #fff;
}

.page-header-emissions .inner {
  z-index: 2;
}

.page-header-emissions .inner .content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  align-items: center;
}

.page-header-emissions .inner .content > div {
  width: 50%;
}

.page-header-emissions .inner .content > div .page-header-nav {
  margin-bottom: 20px;
}

.page-header-emissions .inner .content > div p {
  font-size: 16px;
  max-width: 440px;
}

.page-header-emissions .inner .content > div .emission-description {
  padding-top: 20px;
}

.page-header-emissions .inner .content > div .video-image {
  position: relative;
  width: 100%;
  transform: translateY(41px);
}

.page-header-emissions .inner .content > div .video-image .video-image-emission {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  color: transparent;
}

.page-header-emissions .inner .content > div .video-image .video-image-presentateur {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 400px;
  height: auto;
  color: transparent;
}

.page-header-emissions .inner .video {
  min-height: 280px;
}

.page-header-emissions .inner .video .jw-slider-container .jw-progress {
  background: linear-gradient(to left, #ff5400, #ff8600) !important;
}

.video-disabled {
  position: relative;
  width: 410px;
  height: 260px;
  background: #28282a;
}

.video-disabled:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #28282a;
  opacity: 0.4;
  z-index: 2;
}

.video-disabled img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  opacity: 0.7;
}

.video-disabled .video-disabled-content {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.video-disabled .video-disabled-content .text {
  position: relative;
}

.video-disabled .video-disabled-content .text img {
  position: relative;
  display: block;
  width: 80px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 10px;
  opacity: 0.25;
}

.video-disabled .video-disabled-content .text p {
  position: relative;
  display: block;
  max-width: none;
}

.page-header-emissions:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 360px;
  background: #fff;
}

.page-header-emissions .section-emission .inner .content-right:before, .page-header-emissions .section-emission .inner .content-right:after {
  top: -200px;
  height: calc(100% + 200px);
}

.section-emission {
  overflow: visible;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 64px;
}

.section-emission .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.section-emission .inner .content-left {
  width: calc(100% - 300px);
  padding-right: 40px;
  padding-bottom: 30px;
}

.section-emission .inner .content-left > div {
  padding: 30px 0;
  border-bottom: 1px solid #f1f1f1;
}

.section-emission .inner .content-left > div:last-child {
  border-bottom: none;
}

.section-emission .inner .content-left .emission-infos {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.section-emission .inner .content-left .emission-infos .left > h3 {
  font-size: 26px;
  padding-right: 8px;
}

.section-emission .inner .content-left .emission-infos .left > div {
  display: flex;
}

.section-emission .inner .content-left .emission-infos .left > div h5, .section-emission .inner .content-left .emission-infos .left > div p, .section-emission .inner .content-left .emission-infos .left > div a {
  font-size: 13px;
  margin: 5px;
  line-height: 16px;
  font-weight: 600;
}

.section-emission .inner .content-left .emission-infos .left > div h5:first-child, .section-emission .inner .content-left .emission-infos .left > div p:first-child, .section-emission .inner .content-left .emission-infos .left > div a:first-child {
  margin-left: 0;
}

.section-emission .inner .content-left .emission-infos .left > div h5:last-child, .section-emission .inner .content-left .emission-infos .left > div p:last-child, .section-emission .inner .content-left .emission-infos .left > div a:last-child {
  margin-right: 0;
}

.section-emission .inner .content-left .emission-infos .left > div .timeleft {
  position: relative;
  padding-right: 20px;
}

.section-emission .inner .content-left .emission-infos .left > div .timeleft .icon-clock {
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  top: -2px;
  right: -2px;
  background: url(../assets/sprite-clock-grey.png);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.section-emission .inner .content-left .emission-infos .left > div h5 {
  position: relative;
  display: block;
  font-size: 12px;
  /*&:after {
       @include pseudo();
       top: 0;
       right: -5px;
       width: 1px;
       height: 100%;
       border-left: 1px solid $color-default;
       opacity: 0.5;
       }*/
}

.section-emission .inner .content-left .emission-infos .left > div a {
  color: #6d6d6d;
}

.section-emission .inner .content-left .emission-infos .left > div a .fa-commenting-o {
  margin-left: 4px;
  font-size: 15px;
  line-height: 16px;
}

.section-emission .inner .content-left .emission-infos .right .date {
  margin-bottom: 10px;
}

.section-emission .inner .content-left .emission-infos .right .list-social {
  justify-content: flex-end;
  flex-wrap: nowrap;
}

.section-emission .inner .content-left .title-content {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.section-emission .inner .content-left .title-content .title {
  position: relative;
  width: 220px;
  padding-right: 20px;
}

.section-emission .inner .content-left .title-content .title h6 span {
  font-size: 14px;
  line-height: 24px;
  color: #848484;
}

.section-emission .inner .content-left .title-content .content {
  position: relative;
  width: calc(100% - 220px);
}

.section-emission .inner .content-left .title-content pre.content {
  white-space: pre-wrap;
  font-family: "Source Sans Pro";
}

.section-emission .inner .content-left .title-content .content > p a {
  font-weight: bold;
  color: #6d6d6d;
}

.section-emission .inner .content-left .title-content .content .row {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 5px;
}

.section-emission .inner .content-left .title-content .content .row .rounded-image {
  margin-right: 10px;
}

.section-emission .inner .content-left .title-content .content .row .artist-name {
  color: #000;
  font-size: 15px;
}

.section-emission .inner .content-left .title-content .content .row.row-artist {
  padding-top: 20px;
}

.section-emission .inner .content-left .title-content .content .row .list-social {
  margin-left: 20px;
}

.section-emission .inner .content-left .title-content .content .row .list-artists {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-emission .inner .content-left .title-content .content .row .list-artists li {
  margin-right: 15px;
}

.section-emission .inner .content-left .title-content .content .row .list-artists li:last-child {
  margin-right: 0;
}

.section-emission .inner .content-left .title-content .content .row .list-artists li a {
  color: #000;
  border-bottom: 1px dotted #6d6d6d;
}

.section-emission .inner .content-left .title-content .content .row:first-child {
  padding-top: 0;
}

.rounded-image {
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.avatar-artiste .rounded-image {
  width: 35px;
  height: 35px;
  transition: box-shadow 300ms;
  box-shadow: white 0px 0px 0px 2px;
}

.avatar-artiste:hover .rounded-image {
  box-shadow: white 0px 0px 0px 2px;
}

.avatar-artiste {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: 300ms;
}

.avatar-artiste .artist-name {
  margin-right: 10px;
  transition: 300ms;
  transform: translate(-10px, -30px);
  opacity: 0;
  text-transform: uppercase;
  color: white;
  box-shadow: unset;
  font-size: 12px;
  font-weight: 700;
  border-bottom: unset;
}

article:hover .avatar-artiste .artist-name {
  transform: translate(0px, 0px);
  opacity: 1;
}

article:hover .avatar-artiste {
  bottom: 40px;
}

.section-emission .inner .content-left .title-content .content .rounded-image.icon {
  background: #f5f5f5;
}

.section-emission .inner .content-left .title-content .content .rounded-image.icon img {
  position: relative;
  display: block;
  left: 25%;
  top: 26%;
  width: 50%;
  height: 50%;
}

.rounded-image img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-emission .inner .content-left .title-content .content p > b {
  color: #000;
  font-weight: 400;
}

.section-emission .inner .content-right {
  position: relative;
  background: #f7f7f7;
  padding: 20px;
  width: 300px;
}

/* .section-emission .inner .content-right:before {
  position: absolute;
  content: '';
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 360px;
  background: #f7f7f7;
} */
.section-emission .inner .content-right:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
}

.section-emission .inner .content-right .inner {
  position: relative;
  padding-top: 10px;
}

.section-emission .inner .content-right .inner h5.wave {
  padding-left: 46px;
}

.section-emission .inner .content-right .inner h5.wave:before {
  left: 0;
}

.section-emissions-big h3 {
  margin-bottom: 50px;
}

.list-emissions-big {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 700px) {
  .list-emissions-big {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 400px) {
  .list-emissions-big {
    grid-template-columns: 1fr;
  }
}
.list-emissions-big li {
  position: relative;
  /* height: 200px; */
  /* border-left: 1px solid #f1f1f1; */
}

.list-emissions-big li:first-child {
  border-left: 0;
}

.list-emissions-big li a {
  display: block;
  width: 100%;
  overflow: hidden;
}

.list-emissions-big li a .bg {
  /*   position: absolute;
  top: 0;
  left: 0; */
  width: 100%;
  height: 100%;
  margin-bottom: 15px;
}

.list-emissions-big li p {
  font-size: 14px;
  text-align: justify;
}

/* .list-emissions-big li a .bg:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f0861f;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
} */
.list-emissions-big li a .bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  font-family: "object-fit: cover;";
  /* opacity: 0; */
  transform-origin: 50% 50%;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.list-emissions-big li a .content {
  position: relative;
  height: 100%;
  /* padding: 120px 30px; */
  padding-bottom: 140px;
  z-index: 10;
}

.list-emissions-big li a .content .icon {
  position: relative;
  width: 40px;
}

.list-emissions-big li a .content .icon svg {
  display: block;
  width: 100%;
}

.list-emissions-big li a .content .icon svg path {
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.list-emissions-big li a .content h5 {
  color: #6d6d6d;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.list-emissions-big li a .content h2 {
  color: #0c0c0c;
  font-style: italic;
  transition: all 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.list-emissions-big li a .content .btn-cta {
  position: absolute;
  display: inline-block;
  bottom: 30px;
}

/*.list-emissions-big li a:hover .bg:after {
  opacity: 0.55;
}

.list-emissions-big li a:hover .bg img {
  opacity: 1;
  transform: scale(1.1) translateY(15px);
}

/*.list-emissions-big li a:hover .content .icon svg path {
  fill: #fff;
}
 */
.list-emissions-big li a:hover .content h5 {
  color: rgba(255, 255, 255, 0.7);
}

.list-emissions-big li a:hover .content h2 {
  color: #fff;
}

.grille-selection {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  background: #111214;
  padding: 20px 60px;
}

.grille-selection:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: -1000%;
  right: 0;
  width: 3000%;
  height: 100%;
  background: #111214;
}

.grille-selection p {
  font-size: 15px;
}

.grille-selection .select-container {
  position: relative;
  display: flex;
  align-items: center;
  width: auto;
  max-width: 220px;
  background: transparent;
}

.grille-selection .select-container select {
  display: inline-block;
  padding: 0 5px;
  padding-left: 30px;
  width: calc(100% + 30px);
  color: #fff;
  border-radius: 0;
  background: transparent;
  border: 1px solid transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 13px;
  font-weight: bold;
}

.grille-selection .select-container select option {
  background: #9a9d9e;
}

.grille-selection .select-container select::-ms-expand {
  display: none;
}

.grille-selection .select-container select:focus, .grille-selection .select-container select:hover {
  color: #fff;
  background: transparent;
}

.grille-selection .select-container select:focus + .select_arrow, .grille-selection .select-container select:hover + .select_arrow {
  border-top-color: #000;
}

.grille-selection .select-container .fa-angle-down {
  position: absolute;
  right: 3px;
  font-size: 15px;
  line-height: 1;
  z-index: -1;
}

.section-grille-timeline {
  background: #1d1d1d;
  padding: 0;
}

.section-grille-timeline .inner.is-fixed .slider-container {
  padding: 0 60px;
}

.section-grille-timeline .inner.is-fixed .slider-container .keen-slider-timeline {
  width: 100%;
}

.section-grille-timeline .inner.is-fixed .slider-container .prev-next-button.next {
  right: -10px;
}

.section-grille-timeline .inner.is-fixed .slider-container .prev-next-button.previous {
  left: -10px;
}

.section-grille-timeline .inner .slider-container {
  padding: 0px 60px;
}

.section-grille-timeline .inner .keen-slider-timeline {
  display: flex;
}

.section-grille-timeline .inner .keen-slider-timeline .item > a {
  color: #1d1d1d;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport {
  position: relative;
  margin: 0 40px;
  overflow: hidden;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item {
  position: relative;
  white-space: nowrap;
  margin: 0 5px;
  width: 12.5%;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item a {
  position: relative;
  display: block;
  color: rgba(255, 255, 255, 0.7);
  white-space: nowrap;
  transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item a:before {
  position: absolute;
  content: "";
  top: -20px;
  left: 50%;
  height: 0;
  width: 1px;
  border-left: 1px solid #f0861f;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item a:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  height: 0;
  width: 1px;
  border-left: 1px solid #f0861f;
  transition: all 0.2s 0.12s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item:after {
  position: absolute;
  content: "-";
  display: block;
  right: -2.5px;
  top: 50%;
  margin-top: -10px;
  line-height: 1;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item.is-active a {
  color: #fff;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item.is-active a:before, .section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item.is-active a:after {
  height: 10px;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item:last-child {
  padding-right: 0;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item:last-child a {
  margin-right: 0;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item:last-child:after {
  display: none;
}

.section-grille-timeline .inner .keen-slider-timeline .flickity-page-dots {
  display: none;
}

.section-grille-timeline .inner .keen-slider-timeline .prev-next-button {
  background: transparent;
}

.section-grille-timeline .inner .keen-slider-timeline .prev-next-button svg {
  transform-origin: 50% 50%;
  transform: scale(0.5) translateY(1px);
}

.section-grille-timeline .inner .keen-slider-timeline .prev-next-button path {
  fill: rgba(255, 255, 255, 0.7);
}

.section-grille-timeline .inner .keen-slider-timeline .prev-next-button.previous {
  left: -10px;
}

.section-grille-timeline .inner .keen-slider-timeline .prev-next-button.next {
  right: -10px;
}

.section-grille-programme .inner .list-grille-programmes {
  position: relative;
  width: 100%;
}

.section-grille-programme .inner .list-grille-programmes .item {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* padding: 20px; */
}

.section-grille-programme .inner .list-grille-programmes .item .hour {
  grid-area: hour;
  /* padding: 20px 0; */
  padding-right: 40px;
  font-size: 18px;
}

.section-grille-programme .inner .list-grille-programmes .item .hour p {
  text-transform: uppercase;
}

.section-grille-programme .inner .list-grille-programmes .item .visual {
  grid-area: visual;
  position: relative;
  width: 225px;
  padding-right: 40px;
  display: flex;
  align-items: center;
}

.section-grille-programme .inner .list-grille-programmes .item .excerpt {
  white-space: pre-wrap;
  max-width: 720px;
  display: block;
}

.section-grille-programme .inner .list-grille-programmes .item.current .excerpt {
  max-width: 560px;
}

.section-grille-programme .inner .list-grille-programmes .item .voir_plus,
.section-grille-programme .inner .list-grille-programmes .item a.voir_plus:focus,
.section-grille-programme .inner .list-grille-programmes .item a.voir_plus:visited,
.section-grille-programme .inner .list-grille-programmes .item a.voir_plus:active {
  color: #f0861f;
}

.section-grille-programme .inner .list-grille-programmes .item .voir_plus:hover {
  text-decoration: underline;
}

.section-grille-programme .inner .list-grille-programmes .item.current .visual {
  width: 510px;
}

.section-grille-programme .inner .list-grille-programmes .item .visual .visual-inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.section-grille-programme .inner .list-grille-programmes .item .visual .visual-inner img {
  /* max-width: 210px; */
}

.section-grille-programme .inner .list-grille-programmes .item .visual a, .section-grille-programme .inner .list-grille-programmes .item .visual span {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 56.25%;
}

.section-grille-programme .inner .list-grille-programmes .item .visual a img, .section-grille-programme .inner .list-grille-programmes .item .visual span img {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.section-grille-programme .inner .list-grille-programmes .item .content {
  grid-area: content;
  position: relative;
  width: 100%;
}

.section-grille-programme .inner .list-grille-programmes .item .content h5 {
  font-size: 13px;
}

.section-grille-programme .inner .list-grille-programmes .item .content h5 + p {
  /* margin-bottom: 40px; */
  font-size: 18px;
}

.section-grille-programme .inner .list-grille-programmes .item .content h5 + p .date {
  display: block;
  font-size: 15px;
  color: #6d6d6d;
}

.section-grille-programme .inner .list-grille-programmes .item .content .link-fiche {
  position: relative;
  left: 0;
  bottom: 0;
  color: #fff;
  white-space: nowrap;
}

.section-grille-programme .inner .list-grille-programmes .item .content .btn-cta {
  position: absolute;
  bottom: 7px;
  right: 0;
}

.page-profile {
  position: relative;
  background: #f7f7f7;
}

.page-profile .no-subscription {
  padding-top: 20px;
}

.page-profile .profile-group {
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.page-profile .profile-group .profile-row {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.page-profile .profile-group .profile-row .profile-item {
  padding: 0 5px;
}

.page-profile .profile-group .profile-row .profile-item:first-child {
  padding-left: 0;
}

.page-profile .profile-group .profile-row .profile-item:last-child {
  padding-right: 0;
}

.page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(1) {
  width: 100%;
}

.page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(2), .page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(2) ~ .profile-item {
  width: 50%;
}

.page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(3), .page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(3) ~ .profile-item {
  width: 33.3333%;
}

.page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(4), .page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(4) ~ .profile-item {
  width: 25%;
}

.page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(5), .page-profile .profile-group .profile-row .profile-item:first-child:nth-last-child(5) ~ .profile-item {
  width: 20%;
}

.page-profile .profile-group .profile-row .profile-item.profile-item-cta {
  padding: 0 10px;
}

.page-profile .profile-group .profile-row .profile-item .icon-download {
  display: block;
  width: 30px;
  height: 30px;
}

.page-profile .profile-group .profile-row:last-child .profile-item {
  border-bottom: none;
}

.page-profile .profile-group .profile-row.row-abos {
  align-items: center;
  justify-content: space-between;
}

.page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(2), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(2) ~ .profile-item {
  width: auto;
}

.page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(3), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(3) ~ .profile-item {
  width: auto;
}

.page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(4), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(4) ~ .profile-item {
  width: auto;
}

.page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(5), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(5) ~ .profile-item {
  width: auto;
}

.page-profile .profile-group .profile-row.no-space {
  justify-content: flex-start;
}

.page-profile .profile-group .profile-row.no-space .profile-item:first-child {
  margin-right: 20px;
}

.page-profile .profile-group .profile-row.stop-renew {
  justify-content: flex-start;
  padding-top: 20px;
  padding-bottom: 0;
}

.page-profile .profile-group .profile-row.stop-renew .profile-item:first-child {
  margin-right: 10px;
}

.page-profile .profile-group .profile-row.stop-renew .profile-item .btn-cta {
  padding: 5px 15px;
}

.page-profile .profile-group .profile-row.row-form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.page-profile .profile-group .profile-row.row-form form .form-item {
  position: relative;
  width: 50%;
  padding-bottom: 20px;
}

.page-profile .profile-group .profile-row.row-form form .form-item:nth-child(odd) {
  padding-right: 20px;
}

.page-profile .profile-group .profile-row.row-form form .form-item:nth-child(even) {
  padding-left: 20px;
}

.page-profile .profile-group .profile-row.row-form form .form-item label, .page-profile .profile-group .profile-row.row-form form .form-item input {
  display: block;
  width: 100%;
}

.page-profile .profile-group .profile-row.row-form form .form-item label {
  margin-bottom: 10px;
}

.page-profile .profile-group .profile-row.row-form form .form-item input {
  padding: 10px;
  border: none;
}

.page-profile .profile-group .profile-row.row-form form .form-item.item-check {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-profile .profile-group .profile-row.row-form form .form-item.item-check label, .page-profile .profile-group .profile-row.row-form form .form-item.item-check input {
  display: inline-block;
  width: auto;
}

.page-profile .profile-group .profile-row.row-form form .form-item.item-check label {
  cursor: pointer;
}

.page-profile .profile-group .profile-row.row-form form .form-item.item-check input {
  padding-right: 20px;
}

.page-profile .profile-group .profile-row.row-form form .form-item.item-full {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.page-profile .profile-group .profile-row:last-of-type {
  border-bottom: 0;
}

.page-profile .profile-group:last-child {
  margin-bottom: 0;
}

.section-live {
  position: relative;
  padding: 0;
  padding-top: 100px;
  background: #28282a;
}

.section-live .video-disabled {
  position: relative;
  display: none;
}

.section-live .video-disabled .video-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  z-index: -1;
}

.section-live .video-disabled .video-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
  background: rgba(0, 0, 0, 0.65);
  padding: 50px 10px;
}

.section-live .video-disabled .video-content .inner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  max-width: 680px;
  background: #fff;
  border-radius: 3px;
  padding: 30px;
  padding-bottom: 20px;
}

.section-live .video-disabled .video-content .inner .content {
  width: 50%;
}

.section-live .video-disabled .video-content .inner .content-text h2 {
  margin-bottom: 20px;
}

.section-live .video-disabled .video-content .inner .content-text p strong {
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #f0861f;
}

.section-live .video-disabled .video-content .inner .content-text .list-check {
  position: relative;
  margin: 20px 0;
  margin-top: 15px;
}

.section-live .video-disabled .video-content .inner .content-text .list-check li {
  position: relative;
  padding-left: 20px;
}

.section-live .video-disabled .video-content .inner .content-text .list-check li:before {
  left: 0;
  color: #f0861f;
}

.section-live .video-disabled .video-content .inner .content-visual img {
  display: block;
  width: 560px;
}

.section-live-programme {
  position: relative;
}

.section-live-programme .title {
  font-style: italic;
  color: #fff;
  margin-bottom: 25px;
}

.section-live-programme .container-live-programme {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.section-live-programme .container-live-programme .maintenant {
  width: 40%;
}

.section-live-programme .container-live-programme .maintenant .card-bg .content p {
  position: relative;
  padding-left: 15px;
}

.section-live-programme .container-live-programme .maintenant .card-bg .content p:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #f0861f;
  border-radius: 50%;
}

.section-live-programme .container-live-programme .ensuite {
  width: 60%;
}

.section-live-programme .container-live-programme .ensuite h3.wave {
  padding-left: 46px;
}

.section-live-programme .container-live-programme .ensuite h3.wave:before {
  left: 0;
}

.section-live-programme .container-live-programme .ensuite .container-lists {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

/* .section-sabonner {
  position: relative;
  width: 100%;
  padding-top: 120px;
}
 */
/* .section-sabonner:before {
  position: absolute;
  content: '';
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  background: #f7f7f7;
} */
/* .section-sabonner:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
  z-index: 2;
} */
.section-sabonner .text-center {
  margin-bottom: 30px;
}

.section-sabonner .text-center .sabonner-title-1 {
  font-size: 30px;
}

.section-sabonner .text-center .sabonner-title-2 {
  font-size: 23px;
}

.section-sabonner .text-center .sabonner-title-3 {
  font-size: 14px;
}

.section-sabonner .text-center h3 {
  font-style: normal;
  color: #8a8a8a;
  margin-top: 8px;
  margin-bottom: 15px;
}

.section-sabonner .text-center h2 {
  margin-bottom: 0;
}

.section-sabonner .sabonner-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.section-sabonner .sabonner-container .sabonner-item {
  width: 30%;
}

.section-sabonner .sabonner-container .sabonner-item h3 {
  margin-bottom: 15px;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-left {
  padding-right: 10px;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-left form {
  position: relative;
  width: 100%;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-left form .select-container {
  margin-top: 20px;
  background: #f7f7f7;
  border: solid 1px #f1f1f1;
  border-radius: 3px;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-right {
  padding-left: 10px;
  text-align: right;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-right h3:before {
  left: auto;
  right: -46px;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-middle {
  width: 40%;
  padding: 0 10px;
}

.section-sabonner .sabonner-container .sabonner-item.sabonner-middle img {
  display: block;
  width: 100%;
}

.section-sabonner .sabonner-container .sabonner-item .inner .btn-cta {
  display: inline-block;
  margin-top: 20px;
}

.overlayer-sabonner .inner {
  max-width: 600px;
}

.overlayer-sabonner .inner .content {
  position: relative;
  width: 100%;
  text-align: center;
}

.overlayer-sabonner .inner .content .logo-operator {
  position: relative;
  width: 100%;
  padding-bottom: 15px;
}

.overlayer-sabonner .inner .content .logo-operator img {
  display: block;
  width: auto;
  max-width: 180px;
  margin: 0 auto;
}

.overlayer-sabonner .inner .content .box-container .box {
  width: calc(50% - 20px);
  padding: 0 15px;
  font-size: 14px;
  text-align: center;
  margin: auto;
}

.overlayer-sabonner .inner .content .box-container .box img {
  display: block;
  width: 100%;
  max-width: 65px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.overlayer-sabonner .inner .content .box-container .box p {
  margin-bottom: 20px;
}

.overlayer-sabonner .inner .content .box-container .box h4 span {
  display: block;
  font-size: 12px;
  color: #acacac;
}

.overlayer-sabonner .inner .content .box-container .box:nth-child(2) {
  width: 40px;
  padding: 0;
}

.overlayer-sabonner .inner .content .operator-website {
  display: inline-block;
  margin-top: 20px;
  color: rgba(12, 12, 12, 0.75);
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
}

.or-round {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
  background: #fff;
  text-transform: uppercase;
  box-shadow: 0px 0px 22px -4px rgba(0, 0, 0, 0.2);
}

.or-round span {
  display: block;
  line-height: 1;
  font-size: 12px;
  font-weight: 700;
}

footer #_atPopupSU .post-submit-msg {
  color: #fff !important;
  height: auto !important;
}

footer #_atPopupSU .hidden {
  display: none;
}

footer #_atPopupSU img {
  cursor: pointer;
  left: 245px !important;
  position: relative !important;
  top: -37px !important;
  width: 10px !important;
}

footer #_atPopupSU .first-input {
  border: 0px !important;
  color: #6d6d6d;
  font-size: 12px !important;
  height: 30px !important;
  line-height: 12px !important;
  margin-bottom: 8px !important;
  padding-left: 10px !important;
  width: 100% !important;
}

@media (min-width: 1121px) {
  .page-header.header-artist:after {
    height: 45%;
  }
}
@media (min-width: 1281px) {
  .section-sticky .inner.is-fixed {
    left: 50%;
    transform: translateX(-50%);
    padding-left: 190px;
    padding-top: 0;
    background: transparent;
  }
  .section-sticky .inner.is-fixed nav {
    background: #fff;
    margin-left: 190px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .section-sticky .page-header.header-artist:after {
    height: 55%;
  }
  .section-sticky.sticky-large .inner.is-fixed:after, .section-sticky.section-artiste-nav .inner.is-fixed:after {
    position: absolute;
    content: "";
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
  }
  .section-sticky.sticky-large .inner.is-fixed:before, .section-sticky.section-artiste-nav .inner.is-fixed:before {
    position: absolute;
    content: "";
    top: 0;
    left: -50%;
    width: 100%;
    height: 100%;
    background: #1d1d1d;
  }
  .section-sticky.sticky-large.section-artiste-nav .inner.is-fixed:after, .section-sticky.section-artiste-nav.section-artiste-nav .inner.is-fixed:after, .section-sticky.sticky-large.section-artiste-nav .inner.is-fixed:before, .section-sticky.section-artiste-nav.section-artiste-nav .inner.is-fixed:before {
    background: #fff;
  }
  .section-sticky.section-grille-timeline .inner.is-fixed .slider-container {
    background: #1d1d1d;
    margin-left: 0px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .section-sticky.section-grille-timeline .inner.is-fixed .slider-container .keen-slider-timeline .prev-next-button.previous {
    left: 0;
  }
  .section-sticky.section-grille-timeline .inner.is-fixed .slider-container .keen-slider-timeline .prev-next-button.next {
    right: 0;
  }
}
@media (min-width: 1326px) {
  .page-header.header-artist:after {
    height: 51%;
  }
}
@media (min-width: 1281px) {
  /*   .keen-slider .card-item {
    width: 24%;
  } */
}
@media (min-width: 1530px) {
  .page-header.header-artist:after {
    height: 54%;
  }
}
@media (max-width: 1120px) {
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle, .section-sabonner .sabonner-container .sabonner-item.sabonner-left, .section-sabonner .sabonner-container .sabonner-item.sabonner-right {
    width: 33.3333%;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-left {
    padding-right: 0;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-right {
    padding-left: 0;
  }
  .section-live .video-disabled .video-content .inner .content-visual img, .overlayer .inner .content-visual img {
    width: 460px;
  }
  .list-emissions-big li a .bg img {
    opacity: 1;
    transform: scale(1);
  }
  .list-emissions-big li a .content h5 {
    color: rgba(255, 255, 255, 0.7);
  }
  .list-emissions-big li a .content h2 {
    color: #fff;
  }
  .list-emissions-big li a .content .icon svg path {
    fill: #fff;
  }
  .list-emissions-big li {
    border-left: 0;
  }
  .list-emissions-big li a .bg:after {
    opacity: 0.4;
  }
  /*   .keen-slider .card-item {
    width: 32%;
  } */
}
@media (max-width: 1040px) {
  section .inner.cols-2 .col-content {
    padding-left: 40px;
  }
  .main-header .main-header-item .inner {
    transform: translateX(0);
  }
  .section-actus-list .cols-2 .col-content h5 {
    padding-left: 46px;
  }
  .section-actus-list .cols-2 .col-content h5:before {
    left: 0;
  }
  .section-actus-list .cols-2 .col-content h5:nth-of-type(1) {
    margin-top: 20px;
  }
  .section-emission .inner .content-left {
    width: 100%;
    padding-right: 0;
  }
  .section-emission .inner .content-right {
    width: 100%;
  }
  .section-emission .inner .content-right:before, .section-emission .inner .content-right:after {
    display: none;
  }
  .section-grille-programme .inner .list-grille-programmes .item .hour {
    padding-right: 25px;
  }
  .section-grille-programme .inner .list-grille-programmes .item .content .link-fiche, .section-grille-programme .inner .list-grille-programmes .item .content .btn-cta {
    position: relative;
    left: 0;
    bottom: auto;
  }
  .section-grille-programme .inner .list-grille-programmes .item .content .link-fiche.btn-cta, .section-grille-programme .inner .list-grille-programmes .item .content .btn-cta.btn-cta {
    margin-top: 20px;
  }
  .section-grille-programme .inner .list-grille-programmes .item .content .link-fiche-container {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .page-header-emissions:after {
    height: 280px;
  }
  .page-header-emissions.page-header-video .inner .link-back-replay {
    position: relative;
    top: auto;
    right: auto;
  }
  .section-grille-programme .inner .list-grille-programmes .item .visual {
    padding-right: 30px;
  }
  .section-live-programme .container-live-programme .maintenant {
    width: 100%;
    margin-bottom: 40px;
  }
  .section-live-programme .container-live-programme .ensuite {
    width: 100%;
  }
  .page-header.header-artist .inner .content .content-top h1.wave {
    font-size: 25px;
  }
  .page-header.header-artist .inner .content .content-top h1.wave:before {
    height: 9px;
  }
}
@media (max-width: 920px) {
  .offer .box-container .box-half.box-image {
    top: 0;
    height: auto;
  }
  .offer .inner h2 {
    margin-bottom: 0;
  }
  .offer .inner .box-container {
    flex-direction: column-reverse;
  }
  .section-sabonner:before {
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle, .section-sabonner .sabonner-container .sabonner-item.sabonner-left, .section-sabonner .sabonner-container .sabonner-item.sabonner-right {
    width: 100%;
    padding: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle form > *, .section-sabonner .sabonner-container .sabonner-item.sabonner-left form > *, .section-sabonner .sabonner-container .sabonner-item.sabonner-right form > * {
    display: block;
    margin: 0 auto;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle p, .section-sabonner .sabonner-container .sabonner-item.sabonner-left p, .section-sabonner .sabonner-container .sabonner-item.sabonner-right p {
    max-width: 480px;
    margin: 0 auto;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle h3, .section-sabonner .sabonner-container .sabonner-item.sabonner-left h3, .section-sabonner .sabonner-container .sabonner-item.sabonner-right h3 {
    display: inline-block;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle h3:before, .section-sabonner .sabonner-container .sabonner-item.sabonner-left h3:before, .section-sabonner .sabonner-container .sabonner-item.sabonner-right h3:before {
    left: 0;
    right: auto;
  }
  .section-sabonner .sabonner-container .sabonner-item.sabonner-middle {
    padding: 40px 0;
  }
  .list-emissions-big li {
    width: 50%;
  }
  .list-emissions-big li a .content {
    padding: 40px 20px;
    padding-bottom: 40px;
  }
  .list-emissions-big li a .content .btn-cta {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
  .section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item {
    width: 20%;
  }
  .section-grille-timeline .grille-selection {
    padding: 20px 25px;
  }
  .section-grille-timeline .slider-container {
    padding: 0px 25px !important;
  }
  /*   .keen-slider .card-item {
    width: 45%;
  } */
  .box-container .box-half {
    width: 100%;
  }
  section .inner.cols-2 .col-content {
    padding-left: 20px;
  }
  .page-header-emissions:after {
    height: 200px;
  }
  .offer .box-container .box-half.box-image img, .chaine-tv .box-container .box-text .visual-tv {
    width: 100%;
    max-width: 480px;
    left: 0;
    right: 0;
    right: auto;
    top: 0;
    margin: 0 auto;
    margin-top: 20px;
  }
  .offer .btn-container {
    text-align: center;
  }
  .chaine-tv .box-container .box-text {
    padding-bottom: 20px;
  }
  .chaine-tv .box-container .box-text .visual-tv {
    margin-top: 0;
    margin-bottom: 10px;
  }
  footer .inner .footer-cols .footer-col {
    width: 50%;
  }
  footer .inner .footer-cols .footer-col:first-child, footer .inner .footer-cols .footer-col:last-child {
    width: 50%;
  }
}
@media (max-width: 1050px) {
  /*.page-header.header-artist .inner .content .content-bottom:after {
   top: -60px;
   }*/
}
@media (max-width: 890px) {
  .page-header.header-artist .inner .content, .page-header.header-artist .inner .artist-image {
    width: 100%;
  }
  .page-header.header-artist .inner .content .content-bottom:after {
    top: 240px;
  }
  .page-header.header-artist .inner .artist-image {
    padding-top: 0;
  }
  .page-header.header-artist .inner .artist-image figure .artist-image-container {
    width: 100%;
  }
  .page-header.header-artist .inner .content .content-top {
    margin-bottom: 20px;
  }
  .section-actus-list .cols-2 .col-content h5 {
    margin: 20px 0;
  }
  .page-header.header-artist .inner .content .content-bottom {
    position: relative;
    bottom: auto;
    margin-bottom: 40px;
  }
  .page-header.header-artist .inner .content .content-bottom .article-date, .page-header.header-artist .inner .content .content-bottom p {
    color: #fff;
  }
  .section-actus-list {
    padding-top: 20px;
  }
  .col-direct > .content {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .col-direct > .content .item-emission {
    width: 50%;
  }
  section .inner.cols-2 {
    flex-direction: column-reverse;
  }
  section .inner.cols-2 .col-small, section .inner.cols-2 .col-content {
    width: 100%;
    padding-left: 0;
  }
  section .inner.cols-2 .col-small [class*=ad-] {
    display: none;
  }
  section .inner.cols-2 .ad-mobile {
    display: block;
    order: 1;
    margin-bottom: 10px;
  }
  .header-artist {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 840px) {
  .footer-copyright .inner, .main-header .main-header-item, .page-header {
    padding: 20px;
  }
  .section-emission .inner .content-left .emission-infos .left > h3 {
    font-size: 21px;
    padding-right: 0;
  }
  .main-header .main-header-item, .page-header {
    padding-top: 60px;
    padding-bottom: 60px;
    margin-bottom: 0;
  }
  .main-header .main-header-item.header-artist, .page-header.header-artist {
    margin-bottom: 0;
  }
  .main-header {
    overflow: hidden;
  }
  .main-header .main-header-item .inner h1 {
    font-size: 25px;
    padding-left: 46px;
  }
  .main-header .main-header-item .inner h1:before {
    top: 18px;
    left: 0;
  }
  .main-header .main-header-item .inner p {
    font-size: 18px;
  }
  .main-header .main-header-item .inner p strong {
    font-size: 23px;
  }
  .main-header .main-header-item .inner ul li {
    font-size: 17px;
  }
  .page-header .page-header-search {
    width: calc(100% - 40px);
    bottom: -23px;
  }
  .page-header .page-header-search .form-header-search .inputs {
    width: calc(100% - 50px);
    margin-right: 10px;
  }
  .page-header .page-header-search .form-header-search {
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-header .page-header-search .form-header-search .button-item {
    margin-top: 5px;
    margin-left: 0;
  }
  .section-artistes {
    padding-top: 40px;
  }
  .section-grille-timeline .inner.is-fixed .slider-container {
    padding: 0 20px;
  }
  .main-header .home-header-controls {
    margin-top: 20px;
  }
  .main-header .flickity-page-dots {
    left: 20px;
    right: auto;
    text-align: left;
  }
  .main-header .flickity-page-dots .dot {
    width: 80px;
  }
  h5.wave, h4.wave, h3.wave, h2.wave, h1.wave {
    padding-left: 46px;
  }
  h5.wave:before, h4.wave:before, h3.wave:before, h2.wave:before, h1.wave:before {
    left: 0;
  }
}
@media (max-width: 800px) {
  .header .inner {
    padding: 30px 20px 40px;
  }
}
@media (max-width: 768px) {
  .section-sticky .inner.is-fixed {
    padding-left: 0;
  }
  .section-sticky.section-grille-timeline .inner.is-fixed {
    padding-top: 0;
  }
  .btn-container.not-center {
    text-align: center;
  }
  .section-actus-list .cols-2 .col-content .list-actus.last-actus .card-item:first-child .card-content h4 {
    font-size: 18px;
  }
  .section-actus-list .cols-2 .col-content .list-actus.last-actus .card-item:first-child .card-content .text {
    font-size: 16px;
  }
  .page-header.header-artist .inner .artist-image figure figcaption {
    margin-top: 5px;
    font-size: 14px;
  }
  .menu-aside {
    width: 100%;
    opacity: 0;
    z-index: 997;
    background: rgba(0, 0, 0, 0.75);
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    pointer-events: none;
    transform: translateZ(2px);
  }
  .menu-aside .inner {
    background: #111214;
    padding: 60px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 70%;
    transform: translateX(-100%);
    transition: all 0.4s 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    margin: 0;
  }
  .menu-aside .inner .menu-aside-logo {
    display: none;
  }
  .menu-aside .menu-aside-user {
    display: block;
  }
  .menu-aside .header-user-name {
    display: block;
  }
  .menu-aside.active {
    opacity: 1;
    pointer-events: all;
  }
  .menu-aside.active .inner {
    transform: translateX(0%);
  }
  .menu-aside-main .menu-item:first-child a {
    border-top: 0;
  }
  main, .header {
    padding-left: 0;
  }
  footer, .footer-copyright {
    padding-left: 0;
  }
  .keen-slider .prev-next-button {
    left: -3px;
  }
  .chaine-tv .box-container .grid-logos {
    top: 0;
    margin-bottom: 10px;
  }
  .header-user-name .name > .text {
    display: none;
  }
  .header .inner .header-user .header-user-name a .icon {
    margin-right: 4px;
  }
  .header .inner {
    padding: 20px 40px 40px;
    justify-content: flex-end;
  }
  .header .inner .header-user {
    display: none;
  }
  .header .inner .burger-menu {
    display: block;
  }
  .header .inner .header-logo {
    display: block;
  }
  .fixed-bottom .btn-mobile {
    display: block;
  }
  .main-header .main-header-item .main-header-video {
    background-image: attr(data-bg url);
  }
  /*   .main-header .main-header-item .main-header-video video {
    display: none;
  } */
  .fixed-bottom {
    padding-left: 0;
  }
  .page-header-emissions .inner .video-disabled .video-disabled-content .text img {
    width: 65px;
  }
  .page-header .inner p {
    font-size: 15px;
  }
  .section-live .video-disabled .video-content .inner .content, .overlayer .inner .content {
    width: 100%;
  }
  .section-live .video-disabled .video-content .inner .content-visual img, .overlayer .inner .content-visual img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 620px) {
  .page-header-emissions .inner .content > div {
    width: 100%;
  }
  .page-header-emissions .inner .content > div .video-image .video-image-emission, .page-header-emissions .inner .content > div .video-image .video-image-presentateur {
    max-width: 300px;
    margin: 0;
  }
  .col-direct > .content .item-emission {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-header .inner .page-header-nav ul .item {
    margin-right: 12px;
    font-size: 11px;
  }
  .new\:single .inner .page-header-nav ul .item {
    margin-right: 12px;
    font-size: 11px;
  }
  .page-header, .main-header {
    overflow: hidden;
  }
  .page-header.page-header-grille, .main-header.page-header-grille {
    padding-bottom: 60px;
  }
  .page-header.page-header-grille .grille-selection, .main-header.page-header-grille .grille-selection {
    padding: 5px 20px;
  }
  .page-header .inner h1, .main-header .inner h1 {
    margin-bottom: 0;
    padding-top: 5px;
    padding-left: 0;
    font-size: 36px;
  }
  .page-header .inner h1:before, .main-header .inner h1:before {
    display: none;
  }
  .page-header .main-header-item .inner h1, .main-header .main-header-item .inner h1 {
    padding-left: 0;
  }
  .section-grille-programme .inner .list-grille-programmes .item .visual {
    width: 100%;
    padding-right: 0px;
  }
  .page-header-list-artistes {
    overflow: visible;
    padding-bottom: 40px;
  }
}
@media (max-width: 540px) {
  .page-header.header-artist:after {
    height: 195px;
  }
  .page-profile .profile-group .profile-row.row-abos .profile-item {
    margin-bottom: 20px;
  }
  .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(2), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(2) ~ .profile-item {
    width: 100%;
  }
  .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(3), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(3) ~ .profile-item {
    width: 100%;
  }
  .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(4), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(4) ~ .profile-item {
    width: 100%;
  }
  .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(5), .page-profile .profile-group .profile-row.row-abos .profile-item:first-child:nth-last-child(5) ~ .profile-item {
    width: 100%;
  }
  .section-emission .inner .content-left .emission-infos {
    flex-wrap: wrap;
  }
  .section-emission .inner .content-left .emission-infos .left, .section-emission .inner .content-left .emission-infos .right {
    width: 100%;
  }
  .section-emission .inner .content-left .emission-infos .left .list-social, .section-emission .inner .content-left .emission-infos .right .list-social {
    justify-content: flex-start;
  }
  .section-emission .inner .content-left .emission-infos .left.right, .section-emission .inner .content-left .emission-infos .right.right {
    margin-top: 20px;
  }
  .section-grille-programme .inner .list-grille-programmes .item {
    display: grid;
    grid-template-areas: "hour content" "visual content";
    grid-template-columns: 100px 1fr;
    grid-template-rows: 30px 1fr;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    gap: 14px;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div {
    width: 100%;
    text-align: left;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.hour {
    padding-top: 0;
    padding-right: 0;
    /* padding-bottom: 10px; */
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.visual {
    max-width: none;
    /* padding-bottom: 10px; */
  }
  .section-grille-programme .inner .list-grille-programmes .item.current .visual {
    width: 100%;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.visual .visual-inner img {
    max-width: 100%;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.visual a {
    width: 100%;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.visual a img {
    margin: 0 auto;
  }
  .section-grille-programme .inner .list-grille-programmes .item .content {
    height: 100%;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.content h5 + p {
    margin-bottom: 10px;
  }
  .section-grille-programme .inner .list-grille-programmes .item > div.content .btn-cta.btn-cta {
    display: block;
    margin-top: 10px;
    margin-bottom: 10%;
  }
  .list-emissions-big li {
    width: 100%;
  }
  /*   .section-slider {
     padding-right: 35px;
   }
  */
  .keen-slider {
    padding-left: 0;
  }
  /*   .keen-slider .card-item {
    width: 100%;
  } */
  .keen-slider .prev-next-button {
    display: none;
  }
  .keen-slider .flickity-page-dots {
    display: block;
  }
  .main-header h1.wave {
    font-size: 26px;
    margin-top: 20px;
  }
  .main-header h1.wave:before {
    top: 16px;
  }
  .main-header .main-header-item .inner p.big {
    font-size: 21px;
  }
  .main-header .main-header-item .inner p.big strong {
    font-size: 29px;
  }
  .main-header .main-header-item .inner ul li {
    font-size: 18px;
  }
  .main-header .content h1 {
    font-size: 40px;
  }
  .main-header .content p.big {
    font-size: 20px;
  }
  .main-header .content p.big strong {
    font-size: 32px;
  }
  .main-header .content ul li {
    font-size: 18px;
  }
  .section-slider h3 {
    margin-bottom: 10px;
  }
  .section-slider.section-slider .inner .see-more, section .inner .see-more {
    display: inline-block;
    position: relative;
    top: auto;
    left: 0;
    /*     margin-bottom: 50px;
    margin-left: 46px; */
  }
  section .inner .see-more {
    margin-top: 10px;
  }
  .section-emission .inner .content-left {
    padding-bottom: 0;
  }
  .section-emission .inner .content-left .title-content .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .section-emission .inner .content-left .title-content .content {
    width: 100%;
  }
  .fixed-bottom .cookiebar .inner {
    padding: 10px;
  }
  .fixed-bottom .cookiebar .inner .content {
    padding: 0 10px;
  }
  .fixed-bottom .cookiebar .inner .content p {
    font-size: 12px;
  }
}
@media (max-width: 570px) {
  footer .inner .footer-cols .footer-col {
    width: 100%;
  }
  footer .inner .footer-cols .footer-col:first-child, footer .inner .footer-cols .footer-col:last-child {
    width: 100%;
  }
}
@media (max-width: 460px) {
  .header .header-logo {
    width: 110px;
    /*margin-top: -21.5px;*/
  }
  .header .header-logo svg {
    width: 110px;
    height: 43.31px;
  }
  .page-header-list-artistes {
    padding-bottom: 20px;
  }
  .page-header .page-header-search {
    position: relative;
    width: 100%;
    bottom: -40px;
  }
  .page-header .page-header-search .form-header-search {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .page-header .page-header-search .form-header-search .inputs {
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-header .page-header-search .form-header-search .inputs .input-item {
    width: 100%;
  }
  .page-header .page-header-search .form-header-search .inputs .separator {
    transform: rotate(90deg);
    margin: 10px;
  }
  .page-header .page-header-search .form-header-search .button-item {
    margin-top: 10px;
  }
  .form-container.form-modular .form-row .item {
    padding-left: 0;
  }
  .form-container.form-modular .form-row .item:first-child:nth-last-child(1) {
    width: 100%;
  }
  .form-container.form-modular .form-row .item:first-child:nth-last-child(2), .form-container.form-modular .form-row .item:first-child:nth-last-child(2) ~ * {
    width: 100%;
  }
  .form-container.form-modular .form-row .item:first-child:nth-last-child(3), .form-container.form-modular .form-row .item:first-child:nth-last-child(3) ~ * {
    width: 100%;
  }
  .section-grille-timeline .inner .keen-slider-timeline .flickity-viewport .item {
    width: 33.333%;
  }
  .section-artiste-nav .inner nav ul li {
    margin: 5px;
  }
  .section-actus-list .cols-2 .col-content .list-actus .card-item {
    width: 100%;
  }
  .page-header-emissions:after {
    height: 160px;
  }
}
@media (max-width: 460px) {
  .section-sabonner:before {
    top: 54%;
  }
  footer .footer-cols .footer-col .small-logo {
    margin: 10px 0 !important;
    text-align: left !important;
  }
  footer .footer-cols .footer-col .logo-melody {
    margin: 10px 0 !important;
  }
}
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  /*   position: absolute;
  */
  /*   background: hsla(0, 0%, 100%, .75);
  */
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: #333;
}

.prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.prev-next-button.previous {
  left: 10px;
}

.prev-next-button.next {
  right: 10px;
}

.flickity-rtl .prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .prev-next-button.next {
  right: auto;
  left: 10px;
}

.prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.flex {
  display: flex;
}

.section-emission .inner .content-left .emission-infos .left > div h5, .section-emission .inner .content-left .emission-infos .left > div p, .section-emission .inner .content-left .emission-infos .left > div a {
  font-size: 13px;
  margin: 5px;
  line-height: 16px;
  font-weight: 600;
}

.page-header .inner .emission-infos > div {
  display: flex;
}

.new\:single .inner .emission-infos > div {
  display: flex;
}

.page-header .inner .emission-infos > div h5, .new\:single .inner .emission-infos > div p, .new\:single .inner .emission-infos > div a {
  font-size: 13px;
  margin: 5px;
  line-height: 16px;
  font-weight: 600;
}

.new\:single .inner .emission-infos > div h5, .new\:single .inner .emission-infos > div p, .new\:single .inner .emission-infos > div a {
  font-size: 13px;
  margin: 5px;
  line-height: 16px;
  font-weight: 600;
}

.section-grille-programme {
  overflow: unset;
}

.relative-time {
  font-size: 12px;
  white-space: nowrap;
  width: 40px;
  color: #9D9D9D;
  font-weight: bold;
}

.single .btn-cta {
  margin-top: 20px;
}

.prev-next-button {
  border: 1px solid #6d6d6d;
}

.button-list-slider {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  left: -44px;
  top: 20px;
}

@media screen and (min-width: 450px) {
  .swiper-pagination {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .swiper-pagination {
    transform: translateY(15px);
  }
}
.swiper-pagination-bullet-active {
  background: #f0861f;
}

.swiper-horizontal .card-item {
  height: 100%;
}

/* Slider Header Homepage */
:root {
  --slide-duration: 1s;
}

.dot-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  position: absolute;
  bottom: 20px;
  right: 20px;
  z-index: 2;
}

.dot {
  position: relative;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  height: 4px;
  width: 120px;
  cursor: pointer;
}

.dot-child {
  display: block;
  content: "";
  background: linear-gradient(to left, #ff5400, #ff8600);
  width: 0%;
  height: 100%;
  transition: 0s;
}

.active .dot-child {
  width: 100%;
  transition: var(--slide-duration);
}

.item-video {
  display: none !important;
  top: 0;
  height: 100%;
  flex-shrink: 0;
  width: 100%;
  position: relative;
}

.main-header .main-header-item .main-header-video video {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.is-selected.item-video {
  display: block !important;
}

.main-header .main-header-slider .inner {
  height: 100%;
}

.main-header .keen-slider {
  height: 100%;
}

@media (max-width: 500px) {
  .main-header .main-header-slider {
    height: 60vh;
  }
  .dot {
    width: 40px;
  }
}
.swiper-slide {
  min-width: 250px !important;
}

#menu-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}

#menu-footer li {
  margin-left: 5px;
  display: flex;
}

#menu-footer li:not(:first-child):before {
  content: "|";
  margin-right: 5px;
}

/* .pagination {
  color: inherit;
  display: flex;
  justify-content: center;
}

.page-numbers {
  text-decoration: none;
  color: inherit;
  margin: 0px 10px;
  font-weight: 600;
  font-size: 21px;
} */
.pagination-container {
  justify-content: center;
}

.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}

.item-emission img {
  width: 100%;
  object-fit: cover;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.numero {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 98;
  font-weight: 900;
  color: white;
  border-radius: 5px;
  background: linear-gradient(to bottom, #ff8600, #ff5400);
  padding: 2px 5px;
}

.post_type {
  position: absolute;
  bottom: 5px;
  left: 5px;
  z-index: 98;
  font-weight: 900;
  color: white;
  border-radius: 5px;
  background: rgba(98, 114, 114, 0.4392156863);
  backdrop-filter: blur(6 px);
  padding: 2px 5px;
}

.swiper {
  margin-left: 0;
}

img.google-actu-img {
  display: none;
  position: absolute;
}

.data-slider-disabled .swiper-wrapper {
  flex-wrap: wrap;
  height: unset;
}

.article-body section {
  padding: 0;
}

.yikes-mailchimp-container {
  position: unset;
  padding: unset;
  overflow-x: unset;
  background: unset;
}

.grecaptcha-badge {
  visibility: hidden;
}

.page-header {
  z-index: 1;
}

/* .overlay {
  background: linear-gradient(90deg, #333333, #333333 66%, transparent);
  height: 100%;
  width: 50vw;
  position: absolute;
  left: 0;
  top: 0;
}
 */
[data-slider] .swiper {
  visibility: hidden;
}

.btn-cta .icon-play {
  margin-right: 10px;
}

.inedit {
  background: linear-gradient(to bottom, #ff5400, #ff8600);
  color: white;
  display: inline-block;
  padding: 0px 11px;
  border-radius: 2px;
}

.inedit_multidiff {
  background: rgb(155, 155, 155);
  color: white;
  display: table;
  padding: 0px 11px;
  border-radius: 2px;
}

.page-header img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#post-63507 .article-body a, #post-63507 .article-body a:active, #post-63507 .article-body a:visited, #post-63507 .article-body a:focus {
  color: #FF9900;
}

/*
Réponse après validation du formulaire
*/
.wpcf7-response-output {
  margin-top: 5px !important;
}

.wpcf7-spinner {
  margin: 0 !important;
  position: absolute !important;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
}

.cta_rappel, .cta_rappel:visited, .cta_rappel:active {
  color: #FF9900;
  margin-right: 10px;
}

.cta_rappel:hover {
  font-weight: 900;
}

.single-post .wp-block-quote cite {
  font-size: 13px;
}

.single-post .wp-block-quote {
  margin-bottom: 20px;
}

.single-post .wp-block-quote p {
  margin-bottom: 0px !important;
}

.wp-block-embed-youtube {
  overflow: hidden;
  position: relative;
  max-width: 100%;
  height: auto;
  padding-bottom: 56.25%;
}

.wp-block-embed-youtube iframe,
.wp-block-embed-youtube object,
.wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: static;
}

.description-content {
  position: relative;
  font-family: Source Sans Pro;
  width: 100%;
  white-space: pre-line;
}

.cursor {
  top: 0px;
  width: 68px;
  height: 100%;
  position: absolute;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.cursor.next {
  right: 0px;
  transform-origin: center;
  transform: scale(-1);
  border-radius: 8px 0px 0px 8px;
}

.program_flux__wrapper .cursor.next {
  transform: scale(-1) translateX(-100%);
}

.program_flux__wrapper .cursor.prev {
  transform: translateX(-100%);
}

.cursor.prev {
  left: 0px;
  border-radius: 8px 0px 0px 8px;
}

.cursor svg path {
  stroke: #ff8600;
}

.watch_more__slide_button {
  width: 100px;
  height: 180px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: inset 0px 0px 0px 2px #ff8600 !important;
  transition: background 300ms;
}

.watch_more__slide_button:hover {
  background: #ff8600;
}

.progress {
  appearance: none;
  height: 4px;
  opacity: 0.8;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: white;
}

.progress-content {
  background: #f0861f;
  height: 100%;
}

.card-item-direct .progress {
  bottom: 0px;
  left: 0;
  width: 100%;
}

progress {
  display: none;
}

.progress-value {
  height: 100%;
  background: #ff8600;
  position: relative;
}

.progress-value:after {
  content: "";
  display: block;
  height: 5px;
  background: white;
  width: 2px;
  position: absolute;
  right: 0;
  top: -1px;
}

.progress-bar {
  position: relative;
  display: block;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.5);
}

:root {
  --container-padding: 20px;
  --container-width: calc(100vw - var(--container-padding) * 2);
  --default-border-radius: 8px;
  --default-overlay-background: linear-gradient(180deg, rgba(255, 255, 255, 0.0018382352941176405) 0%, rgba(0, 0, 0, 0.253) 100%);
  --default-column-gap-text: 5px;
  --default-column-gap-row: 15px;
  --default-box-shadow: 0px 8px 8px -7px #727272;
  --tertiary-color: #504756;
  --primary-color: linear-gradient(to bottom, #ff8600, #ff5400);
  --primary-color--hover: #9bc0dd;
}

.bg-myzen {
  background: var(--primary-color);
  background-size: 400% 400%;
  -webkit-animation: gradient-animate 10s ease infinite;
  -moz-animation: gradient-animate 10s ease infinite;
  animation: gradient-animate 10s ease infinite;
}

.bg-primary-color {
  background: var(--primary-color);
}

.text-primary-color {
  color: var(--primary-color);
}

@-webkit-keyframes gradient-animate {
  0% {
    background-position: 20% 0%;
  }
  50% {
    background-position: 81% 100%;
  }
  100% {
    background-position: 20% 0%;
  }
}
@-moz-keyframes gradient-animate {
  0% {
    background-position: 20% 0%;
  }
  50% {
    background-position: 81% 100%;
  }
  100% {
    background-position: 20% 0%;
  }
}
@keyframes gradient-animate {
  0% {
    background-position: 20% 0%;
  }
  50% {
    background-position: 81% 100%;
  }
  100% {
    background-position: 20% 0%;
  }
}
/*!
 * Bootstrap Grid Only (grid and responsive utilities extracted from Bootstrap 4.1.3)
 * GitHub: https://github.com/dmhendricks/bootstrap-grid-css
 * Bootstrap License: MIT (https://github.com/twbs/bootstrap/blob/v4-dev/LICENSE)
 * Credits: Twitter, Inc. & The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.bootstrap-wrapper {
  /**
   * Bootstrap overrides
   */
}
.bootstrap-wrapper .clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.bootstrap-wrapper .visible {
  visibility: visible !important;
}
.bootstrap-wrapper .invisible {
  visibility: hidden !important;
}
.bootstrap-wrapper .hidden-xs-up {
  display: none !important;
}
@media (max-width: 575.98px) {
  .bootstrap-wrapper .hidden-xs-down {
    display: none !important;
  }
}
@media (min-width: 576px) {
  .bootstrap-wrapper .hidden-sm-up {
    display: none !important;
  }
}
@media (max-width: 767.98px) {
  .bootstrap-wrapper .hidden-sm-down {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .hidden-md-up {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .bootstrap-wrapper .hidden-md-down {
    display: none !important;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .hidden-lg-up {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .bootstrap-wrapper .hidden-lg-down {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .hidden-xl-up {
    display: none !important;
  }
}
.bootstrap-wrapper .hidden-xl-down {
  display: none !important;
}
.bootstrap-wrapper .visible-print-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-block {
    display: block !important;
  }
}
.bootstrap-wrapper .visible-print-inline {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline {
    display: inline !important;
  }
}
.bootstrap-wrapper .visible-print-inline-block {
  display: none !important;
}
@media print {
  .bootstrap-wrapper .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .bootstrap-wrapper .hidden-print {
    display: none !important;
  }
}
.bootstrap-wrapper .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}
.bootstrap-wrapper .container-fluid, .bootstrap-wrapper .container-xl, .bootstrap-wrapper .container-lg, .bootstrap-wrapper .container-md, .bootstrap-wrapper .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.bootstrap-wrapper .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.bootstrap-wrapper .no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.bootstrap-wrapper .no-gutters > .col,
.bootstrap-wrapper .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.bootstrap-wrapper .col-xl,
.bootstrap-wrapper .col-xl-auto, .bootstrap-wrapper .col-xl-12, .bootstrap-wrapper .col-xl-11, .bootstrap-wrapper .col-xl-10, .bootstrap-wrapper .col-xl-9, .bootstrap-wrapper .col-xl-8, .bootstrap-wrapper .col-xl-7, .bootstrap-wrapper .col-xl-6, .bootstrap-wrapper .col-xl-5, .bootstrap-wrapper .col-xl-4, .bootstrap-wrapper .col-xl-3, .bootstrap-wrapper .col-xl-2, .bootstrap-wrapper .col-xl-1, .bootstrap-wrapper .col-lg,
.bootstrap-wrapper .col-lg-auto, .bootstrap-wrapper .col-lg-12, .bootstrap-wrapper .col-lg-11, .bootstrap-wrapper .col-lg-10, .bootstrap-wrapper .col-lg-9, .bootstrap-wrapper .col-lg-8, .bootstrap-wrapper .col-lg-7, .bootstrap-wrapper .col-lg-6, .bootstrap-wrapper .col-lg-5, .bootstrap-wrapper .col-lg-4, .bootstrap-wrapper .col-lg-3, .bootstrap-wrapper .col-lg-2, .bootstrap-wrapper .col-lg-1, .bootstrap-wrapper .col-md,
.bootstrap-wrapper .col-md-auto, .bootstrap-wrapper .col-md-12, .bootstrap-wrapper .col-md-11, .bootstrap-wrapper .col-md-10, .bootstrap-wrapper .col-md-9, .bootstrap-wrapper .col-md-8, .bootstrap-wrapper .col-md-7, .bootstrap-wrapper .col-md-6, .bootstrap-wrapper .col-md-5, .bootstrap-wrapper .col-md-4, .bootstrap-wrapper .col-md-3, .bootstrap-wrapper .col-md-2, .bootstrap-wrapper .col-md-1, .bootstrap-wrapper .col-sm,
.bootstrap-wrapper .col-sm-auto, .bootstrap-wrapper .col-sm-12, .bootstrap-wrapper .col-sm-11, .bootstrap-wrapper .col-sm-10, .bootstrap-wrapper .col-sm-9, .bootstrap-wrapper .col-sm-8, .bootstrap-wrapper .col-sm-7, .bootstrap-wrapper .col-sm-6, .bootstrap-wrapper .col-sm-5, .bootstrap-wrapper .col-sm-4, .bootstrap-wrapper .col-sm-3, .bootstrap-wrapper .col-sm-2, .bootstrap-wrapper .col-sm-1, .bootstrap-wrapper .col,
.bootstrap-wrapper .col-auto, .bootstrap-wrapper .col-12, .bootstrap-wrapper .col-11, .bootstrap-wrapper .col-10, .bootstrap-wrapper .col-9, .bootstrap-wrapper .col-8, .bootstrap-wrapper .col-7, .bootstrap-wrapper .col-6, .bootstrap-wrapper .col-5, .bootstrap-wrapper .col-4, .bootstrap-wrapper .col-3, .bootstrap-wrapper .col-2, .bootstrap-wrapper .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.bootstrap-wrapper .col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.bootstrap-wrapper .col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.bootstrap-wrapper .col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}
.bootstrap-wrapper .col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.bootstrap-wrapper .col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.bootstrap-wrapper .col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.bootstrap-wrapper .col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}
.bootstrap-wrapper .col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.bootstrap-wrapper .col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}
.bootstrap-wrapper .col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}
.bootstrap-wrapper .col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.bootstrap-wrapper .col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}
.bootstrap-wrapper .col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}
.bootstrap-wrapper .col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.bootstrap-wrapper .order-first {
  order: -1;
}
.bootstrap-wrapper .order-last {
  order: 13;
}
.bootstrap-wrapper .order-0 {
  order: 0;
}
.bootstrap-wrapper .order-1 {
  order: 1;
}
.bootstrap-wrapper .order-2 {
  order: 2;
}
.bootstrap-wrapper .order-3 {
  order: 3;
}
.bootstrap-wrapper .order-4 {
  order: 4;
}
.bootstrap-wrapper .order-5 {
  order: 5;
}
.bootstrap-wrapper .order-6 {
  order: 6;
}
.bootstrap-wrapper .order-7 {
  order: 7;
}
.bootstrap-wrapper .order-8 {
  order: 8;
}
.bootstrap-wrapper .order-9 {
  order: 9;
}
.bootstrap-wrapper .order-10 {
  order: 10;
}
.bootstrap-wrapper .order-11 {
  order: 11;
}
.bootstrap-wrapper .order-12 {
  order: 12;
}
.bootstrap-wrapper .offset-1 {
  margin-left: 8.3333333333%;
}
.bootstrap-wrapper .offset-2 {
  margin-left: 16.6666666667%;
}
.bootstrap-wrapper .offset-3 {
  margin-left: 25%;
}
.bootstrap-wrapper .offset-4 {
  margin-left: 33.3333333333%;
}
.bootstrap-wrapper .offset-5 {
  margin-left: 41.6666666667%;
}
.bootstrap-wrapper .offset-6 {
  margin-left: 50%;
}
.bootstrap-wrapper .offset-7 {
  margin-left: 58.3333333333%;
}
.bootstrap-wrapper .offset-8 {
  margin-left: 66.6666666667%;
}
.bootstrap-wrapper .offset-9 {
  margin-left: 75%;
}
.bootstrap-wrapper .offset-10 {
  margin-left: 83.3333333333%;
}
.bootstrap-wrapper .offset-11 {
  margin-left: 91.6666666667%;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-sm-first {
    order: -1;
  }
  .bootstrap-wrapper .order-sm-last {
    order: 13;
  }
  .bootstrap-wrapper .order-sm-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-sm-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-sm-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-sm-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-sm-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-sm-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-sm-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-sm-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-sm-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-sm-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-sm-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-sm-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-sm-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-sm-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-sm-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-md-first {
    order: -1;
  }
  .bootstrap-wrapper .order-md-last {
    order: 13;
  }
  .bootstrap-wrapper .order-md-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-md-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-md-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-md-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-md-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-md-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-md-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-md-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-md-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-md-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-md-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-md-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-md-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-md-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-md-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-md-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-md-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-lg-first {
    order: -1;
  }
  .bootstrap-wrapper .order-lg-last {
    order: 13;
  }
  .bootstrap-wrapper .order-lg-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-lg-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-lg-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-lg-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-lg-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-lg-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-lg-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-lg-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-lg-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-lg-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-lg-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-lg-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-lg-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-lg-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-lg-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .bootstrap-wrapper .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .bootstrap-wrapper .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .bootstrap-wrapper .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .bootstrap-wrapper .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .bootstrap-wrapper .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .bootstrap-wrapper .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .bootstrap-wrapper .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .bootstrap-wrapper .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .bootstrap-wrapper .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .bootstrap-wrapper .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .bootstrap-wrapper .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .bootstrap-wrapper .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bootstrap-wrapper .order-xl-first {
    order: -1;
  }
  .bootstrap-wrapper .order-xl-last {
    order: 13;
  }
  .bootstrap-wrapper .order-xl-0 {
    order: 0;
  }
  .bootstrap-wrapper .order-xl-1 {
    order: 1;
  }
  .bootstrap-wrapper .order-xl-2 {
    order: 2;
  }
  .bootstrap-wrapper .order-xl-3 {
    order: 3;
  }
  .bootstrap-wrapper .order-xl-4 {
    order: 4;
  }
  .bootstrap-wrapper .order-xl-5 {
    order: 5;
  }
  .bootstrap-wrapper .order-xl-6 {
    order: 6;
  }
  .bootstrap-wrapper .order-xl-7 {
    order: 7;
  }
  .bootstrap-wrapper .order-xl-8 {
    order: 8;
  }
  .bootstrap-wrapper .order-xl-9 {
    order: 9;
  }
  .bootstrap-wrapper .order-xl-10 {
    order: 10;
  }
  .bootstrap-wrapper .order-xl-11 {
    order: 11;
  }
  .bootstrap-wrapper .order-xl-12 {
    order: 12;
  }
  .bootstrap-wrapper .offset-xl-0 {
    margin-left: 0;
  }
  .bootstrap-wrapper .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-3 {
    margin-left: 25%;
  }
  .bootstrap-wrapper .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-6 {
    margin-left: 50%;
  }
  .bootstrap-wrapper .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .bootstrap-wrapper .offset-xl-9 {
    margin-left: 75%;
  }
  .bootstrap-wrapper .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .bootstrap-wrapper .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.bootstrap-wrapper .container,
.bootstrap-wrapper .container-fluid,
.bootstrap-wrapper .container-xl,
.bootstrap-wrapper .container-lg,
.bootstrap-wrapper .container-md,
.bootstrap-wrapper .container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .bootstrap-wrapper .container-sm, .bootstrap-wrapper .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .bootstrap-wrapper .container-md, .bootstrap-wrapper .container-sm, .bootstrap-wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .bootstrap-wrapper .container-lg, .bootstrap-wrapper .container-md, .bootstrap-wrapper .container-sm, .bootstrap-wrapper .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .bootstrap-wrapper .container-xl, .bootstrap-wrapper .container-lg, .bootstrap-wrapper .container-md, .bootstrap-wrapper .container-sm, .bootstrap-wrapper .container {
    max-width: 1140px;
  }
}
.bootstrap-wrapper .img-fluid {
  max-width: 100%;
  height: auto;
}

/*# sourceMappingURL=global.output.css.map */
