@charset "UTF-8";
.section-hero-roadshow {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../img/paysage-roadshow.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media print, screen and (min-width: 64em) {
    .section-hero-roadshow.with-one-more-thing::before {
      content: '';
      position: absolute;
      left: -12rem;
      top: 0;
      bottom: 0;
      z-index: 0;
      width: 20rem;
      transform: skewX(-20deg);
      background-color: #00ff9a; } }
  .section-hero-roadshow .hero-one-more-thing {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 1rem 2rem;
    margin-bottom: 4rem; }
    .section-hero-roadshow .hero-one-more-thing::before {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      z-index: -1;
      transform: skewX(-20deg);
      background-color: #11284a; }
    @media print, screen and (min-width: 64em) {
      .section-hero-roadshow .hero-one-more-thing {
        position: absolute;
        left: -2rem;
        text-align: left;
        padding-left: 4rem;
        max-width: 21rem; } }
  @media print, screen and (min-width: 64em) {
    .section-hero-roadshow {
      padding-top: 10rem;
      padding-bottom: 10rem; } }
  .section-hero-roadshow .hero-roadshow-logo {
    opacity: 0; }
    .section-hero-roadshow .hero-roadshow-logo img {
      filter: drop-shadow(1rem 0 1rem rgba(15, 40, 74, 0.25)); }
  .section-hero-roadshow .hero-roadshow-text {
    opacity: 0;
    text-shadow: 0 0 2rem #0f284a; }
  .section-hero-roadshow .hero-roadshow-button {
    opacity: 0; }

.button-roadshow {
  background-color: #00ff9a;
  color: #0f284a; }
  .button-roadshow:hover {
    background-color: #00d983; }
  @media print, screen and (min-width: 40em) {
    .button-roadshow.large {
      font-size: 1.25rem; } }
  @media print, screen and (min-width: 64em) {
    .button-roadshow.large {
      font-size: 1.5rem; } }
.section-highlights-roadshow .cell {
  display: flex;
  align-items: stretch; }
  .section-highlights-roadshow .cell .highlights-roadshow-item {
    width: 100%;
    padding-left: 4rem;
    padding-right: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid #00ff9a;
    color: #11284a; }
    .section-highlights-roadshow .cell .highlights-roadshow-item :last-child {
      margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .section-highlights-roadshow .cell .highlights-roadshow-item {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        border-right: 2px solid #00ff9a; } }
    @media screen and (min-width: 40em) and (max-width: 63.99875em) {
      .section-highlights-roadshow .cell .highlights-roadshow-item {
        padding-left: 2rem;
        padding-right: 2rem; } }
  .section-highlights-roadshow .cell:last-child .highlights-roadshow-item {
    border: none; }

.text-green-electric {
  color: #00ff9a; }

.text-blue-electric {
  color: #11284a; }

.bg-blue-electric {
  background-color: #11284a;
  color: #fefefe; }

.button-play-video {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  margin-top: -5rem;
  margin-left: -3rem;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 268 291.2' enable-background='new 0 0 268 291.2' xml:space='preserve'%3E%3Cpath id='Tracé_259' fill='%2300FF9A' d='M268,157.2c0,73.9-60.1,134-134,134S0,231.1,0,157.2c-0.1-41.1,18.8-80,51.2-105.3 c11.7-9.2,28.7-7.3,37.9,4.4s7.3,28.7-4.4,37.9c0,0-0.1,0-0.1,0.1c-34.8,27.3-40.8,77.6-13.5,112.3s77.6,40.8,112.3,13.5 s40.8-77.6,13.5-112.3c-4-5-8.5-9.6-13.6-13.6c-11.7-9.2-13.8-26.2-4.6-37.9s26.2-13.8,37.9-4.6C249.1,77.1,268.1,116,268,157.2'/%3E%3Cpath id='Tracé_260' fill='%2300FF9A' d='M161.7,27.7v90.6c0,15.3-12.4,27.7-27.7,27.7s-27.7-12.4-27.7-27.7V27.7 C106.3,12.4,118.7,0,134,0S161.7,12.4,161.7,27.7'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.25s ease-out; }
  .button-play-video::after {
    content: "Play video";
    display: block;
    text-align: center;
    padding-top: 6rem;
    color: #00ff9a;
    font-family: "Stripe Spirit", sans-serif;
    font-weight: bold;
    font-size: 1rem;
    text-transform: uppercase; }
  @media print, screen and (min-width: 40em) {
    .button-play-video {
      width: 12rem;
      height: 12rem;
      margin-top: -8rem;
      margin-left: -6rem; }
      .button-play-video::after {
        padding-top: 12rem;
        font-size: 1.25rem; } }
  .button-play-video:hover {
    transform: scale(1.2); }

.date-roadshow-item {
  position: relative;
  margin-top: 1rem;
  margin-bottom: 1rem; }
  .date-roadshow-item::before, .date-roadshow-item::after {
    content: "";
    position: absolute;
    top: 2.5rem;
    z-index: 0;
    border-top: 2px solid #00ff9a;
    margin-top: -1px; }
  .date-roadshow-item::before {
    left: 0;
    right: 50%; }
  .date-roadshow-item::after {
    left: 50%;
    right: 0; }
  .date-roadshow-item:first-child::before, .date-roadshow-item:last-child::after {
    border-top-style: dotted; }
  .date-roadshow-item .pointer {
    width: 3rem;
    margin-bottom: 1rem; }

.cell-program {
  display: flex;
  align-items: stretch; }
  .cell-program .card-program {
    background-color: #f5f5f5; }
    .cell-program .card-program .card-section {
      padding: 2rem 1.5rem;
      display: flex;
      flex-direction: column; }
      .cell-program .card-program .card-section .avatar {
        min-width: 4rem;
        margin-bottom: 1rem; }
        .cell-program .card-program .card-section .avatar img {
          width: 4rem;
          height: 4rem;
          border-radius: 50%; }
      .cell-program .card-program .card-section .name {
        font-weight: bold; }
      .cell-program .card-program .card-section .title {
        font-size: 0.875rem; }
