@charset "UTF-8";










.event-intro + .hero {
  padding-top: 0; }

.event-intro h1 {
  max-width: 14em; }

.event-intro .event-date {
  display: inline-block;
  font-family: "AcherusBlack", sans-serif;
  font-weight: normal;
  padding: 0.4em 1em 0.3em 0;
  position: relative;
  font-size: 2rem; }
  @media only screen and (min-width: 0) and (max-width: calc(375px - 1px)) {
    .event-intro .event-date {
      font-size: 1.6rem; } }
  @media only screen and (min-width: 375px) and (max-width: calc(414px - 1px)) {
    .event-intro .event-date {
      font-size: 1.2rem; } }
  @media only screen and (min-width: 414px) and (max-width: calc(600px - 1px)) {
    .event-intro .event-date {
      font-size: 1.4rem; } }
  @media only screen and (min-width: 600px) {
    .event-intro .event-date {
      font-size: 2.4rem; } }
  .event-intro .event-date:after {
    background: #d5f0f1;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2000px;
    z-index: -1; }
  @media only screen and (min-width: 0) and (max-width: calc(375px - 1px)) {
    .event-intro .event-date.has-extra {
      margin-bottom: 95px; } }
  .event-intro .event-date.has-changed time {
    text-decoration: line-through; }
  .event-intro .event-date .event-date-notice {
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
    display: block;
    font-family: "AcherusBold";
    font-weight: normal;
    left: 100%;
    padding: 0.4em 1em 0.3em;
    position: absolute;
    top: 0;
    white-space: nowrap; }
    @media only screen and (min-width: 0) and (max-width: calc(375px - 1px)) {
      .event-intro .event-date .event-date-notice {
        border-radius: 0;
        display: block;
        height: 37px;
        left: 0;
        padding: 0.4em 1em 0.3em 0;
        top: 100%;
        font-size: 1.6rem; }
        .event-intro .event-date .event-date-notice:after {
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          width: 400px;
          z-index: -1; } }
    @media only screen and (min-width: 375px) and (max-width: calc(414px - 1px)) {
      .event-intro .event-date .event-date-notice {
        font-size: 1.2rem; } }
    @media only screen and (min-width: 414px) and (max-width: calc(600px - 1px)) {
      .event-intro .event-date .event-date-notice {
        font-size: 1.4rem; } }
    .event-intro .event-date .event-date-notice.event-date-canceled, .event-intro .event-date .event-date-notice.event-date-upcoming {
      color: #e75a53; }
      @media only screen and (min-width: 0) and (max-width: calc(375px - 1px)) {
        .event-intro .event-date .event-date-notice.event-date-canceled:after, .event-intro .event-date .event-date-notice.event-date-upcoming:after {
          background: rgba(231, 90, 83, 0.25); } }
      @media only screen and (min-width: 375px) {
        .event-intro .event-date .event-date-notice.event-date-canceled, .event-intro .event-date .event-date-notice.event-date-upcoming {
          background: rgba(231, 90, 83, 0.25); } }
    .event-intro .event-date .event-date-notice.event-date-postponed {
      color: #006758; }
      @media only screen and (min-width: 0) and (max-width: calc(375px - 1px)) {
        .event-intro .event-date .event-date-notice.event-date-postponed:after {
          background: rgba(0, 103, 88, 0.25); } }
      @media only screen and (min-width: 375px) {
        .event-intro .event-date .event-date-notice.event-date-postponed {
          background: rgba(0, 103, 88, 0.25); } }
    @media only screen and (min-width: 600px) {
      .event-intro .event-date .event-date-notice.event-date-upcoming {
        height: 100%;
        padding: 0.5em 1em 0.2em;
        font-size: 1.8rem; } }
    .event-intro .event-date .event-date-notice:hover {
      text-decoration: none; }

@media only screen and (min-width: 0) and (max-width: calc(600px - 1px)) {
  .event-intro h1 {
    font-size: 2em; } }

@media only screen and (min-width: 0) and (max-width: calc(1024px - 1px)) {
  .event-intro {
    padding: 2em 0 0; }
    .event-intro .event-date {
      margin: 55px 0; }
      .event-intro .event-date + p {
        margin: calc(20px - 55px) 0 55px; } }

@media only screen and (min-width: 1024px) {
  .event-intro {
    padding: 28px 0 0; }
    .event-intro .event-date {
      margin: 1.75em 0 120px; }
      .event-intro .event-date + p {
        margin: calc(20px - 120px) 0 120px; } }

@media only screen and (min-width: 0) and (max-width: calc(600px - 1px)) {
  .event-description {
    padding: 28px 0; } }

@media only screen and (min-width: 600px) {
  .event-description {
    padding: 82px 0; } }

.event-details #tab-content .event-localisation {
  display: grid;
  grid-auto-flow: row;
  grid-template-areas: "places" "map"; }
  .event-details #tab-content .event-localisation > * {
    grid-column: 1 / -1; }

.event-details #tab-content .places {
  grid-area: places; }

.event-details #tab-content .cta-map {
  grid-area: map; }
  .event-details #tab-content .cta-map .media-container {
    border-radius: 4px;
    overflow: hidden; }

.event-details .tabs-content .h-level-2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 10px; }

.event-details .tabs-content .event-infos p {
  font-size: 1.8rem;
  line-height: 2.6rem; }

@media only screen and (min-width: 0) and (max-width: calc(600px - 1px)) {
  .event-details .tabs-content .h-level-2 {
    font-size: 1.6rem;
    line-height: 2.2rem; } }

@media only screen and (min-width: 0) and (max-width: calc(768px - 1px)) {
  .event-details .tabs-content .layout-wrapper > .h-level-1 {
    display: none; }
  .event-details .tabs-content .cta {
    position: relative; }
  .event-details .tabs-content .event-infos .event-schedule p {
    margin-bottom: 18px; }
  .event-details .tabs-content .event-infos > div:last-child {
    border-top: 1px solid #c9cbd3;
    margin-top: 18px;
    padding-top: 18px; }
  .event-details .tabs-content #tab-content .event-localisation {
    background: #ffffff;
    grid-template-areas: "map" "places";
    margin-top: 40px;
    padding: 0; }
    .event-details .tabs-content #tab-content .event-localisation .places {
      padding: 14px; }
      .event-details .tabs-content #tab-content .event-localisation .places article {
        border: 0;
        border-bottom: 1px solid #c9cbd3; }
        .event-details .tabs-content #tab-content .event-localisation .places article:last-child {
          border: 0; } }

@media only screen and (min-width: 768px) {
  .event-details .tabs-content .tabs-content-pane#tab-content {
    background: #ffffff; }
    .event-details .tabs-content .tabs-content-pane#tab-content .event-infos {
      display: grid;
      grid-template-columns: 65% 35%; }
      .event-details .tabs-content .tabs-content-pane#tab-content .event-infos p {
        margin-bottom: 1em; }
      .event-details .tabs-content .tabs-content-pane#tab-content .event-infos > div:only-child {
        grid-column-end: -1;
        grid-column-start: 1; }
    .event-details .tabs-content .tabs-content-pane#tab-content .event-child {
      border-color: #d8d8d8; }
      .event-details .tabs-content .tabs-content-pane#tab-content .event-child:last-of-type {
        border-bottom: 0; }
    .event-details .tabs-content .tabs-content-pane#tab-content .cta-map {
      margin-top: 28px; }
  .event-details .tabs-content .tabs-content-pane:only-child {
    border: 0;
    grid-column-end: -1;
    grid-column-start: 1;
    padding: 0; }
    .event-details .tabs-content .tabs-content-pane:only-child .layout-wrapper {
      border-bottom: 2px solid #d5f0f1;
      border-top: 2px solid #d5f0f1;
      padding: 82px 0; } }
    @media only screen and (min-width: 768px) and (min-width: 0) and (max-width: calc(1440px - 1px)) {
      .event-details .tabs-content .tabs-content-pane:only-child .layout-wrapper {
        max-width: 720px; } }
    @media only screen and (min-width: 768px) and (min-width: 1440px) {
      .event-details .tabs-content .tabs-content-pane:only-child .layout-wrapper {
        max-width: 850px; } }
    @media only screen and (min-width: 768px) and (min-width: 2160px) and (orientation: portrait) {
      .explore-iframe-content .event-details .tabs-content .tabs-content-pane:only-child .layout-wrapper {
        max-width: none;
        padding: 0 120px; } }

@media only screen and (min-width: 768px) {
    .event-details .tabs-content .tabs-content-pane:only-child .cta-map {
      padding: 4.375em 0; }
  .event-details .tabs-content .tabs-content-pane,
  .event-details .tabs-content .tabs-content-pane.is-active {
    height: auto;
    opacity: 1; } }

.event-child {
  border-bottom: 1px solid #a9bfc8;
  margin: 0;
  padding: 20px 0;
  position: relative; }
  .event-child .content {
    align-items: center;
    display: flex;
    justify-content: space-between; }
    .event-child .content strong {
      padding-right: 30px;
      white-space: nowrap; }
    .event-child .content .read-more {
      position: absolute;
      right: 0; }
  .event-child:first-of-type {
    border-top: 1px solid #a9bfc8; }
  .event-child .title {
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-family: "AcherusRegular", sans-serif;
    margin: 0;
    padding-right: 2em; }
  .event-child strong {
    font-size: 1.4rem;
    line-height: 1.4rem;
    align-self: center;
    font-family: "AcherusBlack", sans-serif; }
  .event-child a.overlink {
    text-indent: 0; }
    .event-child a.overlink svg {
      fill: #282f50;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 15px; }

.event-schedule.event-schedule-past p:not(:first-child) {
  text-decoration: line-through; }

.event-schedule p {
  font-size: 1.8rem;
  line-height: 2.6rem; }

.event-schedule span {
  font-size: 1.6rem;
  line-height: 2rem;
  display: block; }
  .event-schedule span.event-notice {
    display: inline-block;
    font-family: "AcherusBold"; }
    .event-schedule span.event-notice.event-notice-canceled, .event-schedule span.event-notice.event-notice-upcoming {
      color: #e75a53; }
    .event-schedule span.event-notice.event-notice-postponed {
      color: #006758; }

.event-schedule em {
  display: block; }
  .event-schedule em:before {
    content: "* "; }

.event-localisation {
  border-top: 0; }
  .event-localisation .places article {
    padding-left: 60px; }
    .event-localisation .places article:before {
      font-size: 1.6rem;
      line-height: 2.7rem;
      background: url("../../../svg/markers/marker-small.svg") center no-repeat;
      box-sizing: border-box;
      color: #ffffff;
      content: "";
      display: block;
      font-family: "AcherusBold", sans-serif;
      height: 39px;
      left: 0;
      padding-top: 5px;
      position: absolute;
      text-align: center;
      top: 12px;
      width: 35px; }
  .event-localisation .event-child .content {
    grid-template-columns: 1fr; }
  @media only screen and (min-width: 768px) {
    .event-localisation {
      padding-top: 2em; } }

.event-informations address {
  font-size: 1.8rem;
  line-height: 2.6rem;
  font-style: normal; }

.event-informations .h-level-2 {
  font-size: 1.8rem;
  line-height: 2.6rem;
  margin-bottom: 20px; }

@media only screen and (min-width: 0) and (max-width: calc(600px - 1px)) {
  .event-informations address {
    margin-bottom: 28px; } }

@media only screen and (min-width: 600px) {
  .event-informations {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr auto;
    grid-template-areas: "title link" "text text"; }
    .event-informations .h-level-2 {
      grid-area: title; }
    .event-informations address {
      grid-area: text; }
    .event-informations > a  {
      grid-area: link; } }

@media only screen and (min-width: 0) and (max-width: calc(768px - 1px)) {
  .event-informations {
    padding-bottom: 28px; }
    .event-informations > div p {
      margin-top: 32px;
      margin-bottom: 32px; }
    .event-informations .btn-biosphere {
      margin-top: 28px;
      display: inline-block; } }

@media only screen and (min-width: 768px) {
  .event-informations {
    padding-top: 28px;
    padding-bottom: 50px; } }

/*# sourceMappingURL=events.css.map */
