html {
  height: 100%;
  font-size: 10px; }

body {
  font-family: 'Muli', sans-serif;
  font-size: 1.6rem;
  position: relative;
  min-height: 100vh;
  margin: 0;
  color: #474747; }
  @media (min-width: 768px) {
    body {
      font-size: 1.8rem; } }

@media (min-width: 992px) {
  .underStickyHeader {
    display: block;
    position: relative;
    top: -4.5rem;
    visibility: hidden; } }

.loading {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../images/Preloader_2.gif) center no-repeat #fff; }

.title {
  text-align: center;
  color: #19b8d5;
  font-weight: 300; }

.notFullWidth {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .notFullWidth {
      width: 750px; } }
  @media (min-width: 992px) {
    .notFullWidth {
      width: 970px; } }
  @media (min-width: 1200px) {
    .notFullWidth {
      width: 1170px; } }

.grey {
  background-color: #f8f7f7; }

.cardLink {
  text-decoration: none;
  color: inherit;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  border-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .cardLink:hover, .cardLink:active, .cardLink:focus {
    text-decoration: none;
    color: inherit;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    border-color: #ddd; }

.button {
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fdba1d;
  padding: 1.2rem 2rem;
  border: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 1px #fdba1d;
  box-shadow: 0 0 0 1px #fdba1d;
  border-radius: 3rem;
  background-color: transparent;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  @media (min-width: 768px) {
    .button {
      font-size: 1.8rem; } }
  .button:hover, .button:focus, .button:active {
    color: #fdba1d;
    text-decoration: none;
    -webkit-box-shadow: 0 0 0 2px #fdba1d;
    box-shadow: 0 0 0 2px #fdba1d;
    background-color: rgba(253, 186, 29, 0.2);
    outline: none; }
  .button--primary {
    color: #fff;
    background-color: #fdba1d; }
    .button--primary:hover, .button--primary:focus, .button--primary:active {
      color: #fff;
      background-color: #e5a102;
      -webkit-box-shadow: 0 0 0 2px #e5a102;
      box-shadow: 0 0 0 2px #e5a102; }
  .button--white {
    color: #fff;
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff; }
    .button--white:hover, .button--white:focus, .button--white:active {
      color: white;
      background-color: rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: 0 0 0 2px #fff;
      box-shadow: 0 0 0 2px #fff; }

a {
  color: #19b8d5;
  text-decoration: underline; }
  a:hover, a:active, a:focus {
    color: #00709d; }

.sr-only {
  position: absolute;
  left: -1000rem;
  top: auto;
  width: 0.1rem;
  height: 0.1rem;
  overflow: hidden;
  color: #000;
  background-color: #fff; }

.home__title {
  font-size: 2rem;
  font-weight: 700;
  margin: 0.8rem 0; }
  @media (min-width: 768px) {
    .home__title {
      font-size: 4rem;
      margin: 1rem 0; } }

.home-subtitle {
  font-size: 1.8rem;
  text-align: center; }
  @media (min-width: 768px) {
    .home-subtitle {
      font-size: 2.5rem; } }

.page__header {
  color: #fff;
  padding: 5rem;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 768px) {
    .page__header {
      padding: 10rem; } }

.page__mainTitle {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.8rem 0; }
  @media (min-width: 768px) {
    .page__mainTitle {
      font-size: 4rem;
      margin: 2rem 0; } }

.page__mainSubtitle {
  font-size: 2rem;
  line-height: 1.5em;
  font-weight: normal; }

.page__container {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.page__title {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 2rem; }
  @media (min-width: 768px) {
    .page__title {
      font-size: 3rem;
      margin: 3rem 4rem; } }

.data-unavailable {
  font-size: 1.25em; }
  @media (min-width: 992px) {
    .data-unavailable {
      text-align: center; } }

.video {
  max-width: 700px;
  margin: 0 auto; }

.cfp-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60%;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 767px) {
    .cfp-intro {
      max-width: 90%; } }

.cfp-propose {
  -ms-flex-item-align: center;
  align-self: center; }
  .cfp-propose--button {
    margin: 1em 0; }

.cfp-title {
  margin-top: 2em; }

.talk {
  padding: 1em;
  margin-top: 2em; }
  .talk-keynote {
    background-image: url(../images/backgrounds/polygon-05.jpg); }
  .talk-conference {
    background-image: url(../images/backgrounds/polygon-05.jpg); }
  .talk-RedHat {
    background-image: url(../images/backgrounds/polygon-04.jpg); }
  .talk-snorkeling {
    background-image: url(../images/backgrounds/polygon-05.jpg); }
  .talk-atelier {
    background-image: url(../images/backgrounds/polygon-05.jpg); }
  .talk-confInDepth {
    background-image: url(../images/backgrounds/polygon-06.jpg); }
  .talk-workshopInDepth {
    background-image: url(../images/backgrounds/polygon-06.jpg); }
  .talk-title {
    text-align: left;
    color: inherit;
    margin-top: 0;
    margin-bottom: 0.8em;
    padding-top: 0.8em;
    padding-left: 1em; }
  .talk-item {
    background-color: white; }
  .talk-items {
    padding: 0 2em 1em 2em;
    line-height: 2em;
    font-size: 1.1em; }
  .talk-photos {
    padding: 0;
    text-align: center; }
    .talk-photos--RedHat {
      padding: 2em 0; }
  .talk-photo {
    max-width: 100%;
    max-height: 100%;
    padding: 1em; }
    .talk-photo--RedHat {
      width: 100%; }
  .talk-description {
    padding: 0 2em 1em 2em; }
  .talk-icon {
    font-size: 1.2em; }
  .talk svg.talk-icon {
    width: 2em; }

.diaporama {
  width: 100%; }
  .diaporama-row {
    margin-left: 0;
    margin-right: 0; }
  .diaporama-item {
    margin: 0;
    padding: 0;
    max-width: 100%; }

.no-webp .aboutUs__aboutUs {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/about_us_1-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/about_us_1-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .aboutUs__aboutUs {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/about_us_1-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/about_us_1-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .aboutUs__aboutUs {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/about_us_1-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/about_us_1-mini-desktop.jpg); } }

.webp .aboutUs__aboutUs {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/about_us_1-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/about_us_1-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .aboutUs__aboutUs {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/about_us_1-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/about_us_1-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .aboutUs__aboutUs {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/about_us_1-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/about_us_1-mini-desktop.webp); } }

.aboutUs {
  color: #fff; }
  @media (min-width: 768px) {
    .aboutUs {
      display: grid;
      grid-template-columns: 2fr 1fr;
      grid-template-rows: 1fr 1fr;
      grid-template-areas: 'photo1 photo2' 'photo1 photo3';
      grid-gap: 1px; } }
  .aboutUs__item {
    background-repeat: no-repeat;
    background-size: cover; }
  .aboutUs__aboutUs {
    grid-area: photo1;
    padding: 2rem; }
    @media (min-width: 768px) {
      .aboutUs__aboutUs {
        font-size: 2rem;
        padding-top: 10rem;
        padding-right: 5rem;
        padding-bottom: 10rem;
        padding-left: calc( ((100% * 1.5 - 750px) / 2) + 4rem); } }
    @media (min-width: 992px) {
      .aboutUs__aboutUs {
        padding-left: calc( ((100% * 1.5 - 970px) / 2) + 4rem); } }
    @media (min-width: 1200px) {
      .aboutUs__aboutUs {
        padding-left: calc( ((100% * 1.5 - 1170px) / 2) + 4rem); } }
  .aboutUs__title {
    margin: 2rem 0; }
  .aboutUs__buttonContainer {
    text-align: center; }
    @media (min-width: 768px) {
      .aboutUs__buttonContainer {
        text-align: left; } }
  .aboutUs__button {
    display: inline-block;
    margin-top: 2rem; }
  .aboutUs__photo2, .aboutUs__photo3 {
    display: none; }
    @media (min-width: 768px) {
      .aboutUs__photo2, .aboutUs__photo3 {
        display: block; } }
  .aboutUs__photo2 {
    grid-area: photo2;
    background-image: url(../images/illustrations/about_us_2-mini.jpg); }
  .aboutUs__photo3 {
    grid-area: photo3;
    background-image: url(../images/illustrations/about_us_3-mini.jpg); }

body .burgerMenu:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  background: black;
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

body.burgerMenu--open .burgerMenu:before {
  right: 0;
  opacity: 0.5; }

.burgerMenu {
  display: block;
  position: absolute;
  padding-top: 2rem;
  padding-left: 2rem;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
        * Just a quick hamburger
        */
  /* 
        * Transform all the slices of hamburger
        * into a crossmark.
        */
  /*
        * But let's hide the middle one.
        */
  /*
        * Ohyeah and the last one should go the other direction
        */
  /*
        * And let's fade it in from the left
        */
  /*
        * Make this absolute positioned
        * at the top left of the screen
        */ }
  .burgerMenu--open {
    overflow: hidden; }
  .burgerMenu input {
    display: block;
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 1rem;
    left: 1rem;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none; }
  .burgerMenu__slice {
    display: block;
    width: 2rem;
    height: 0.3rem;
    margin-bottom: 0.45rem;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 0.4rem 0;
    transform-origin: 0.4rem 0;
    -webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
    .burgerMenu__slice:first-child {
      -webkit-transform-origin: 0% 0%;
      transform-origin: 0% 0%; }
    .burgerMenu__slice:nth-last-child(2) {
      -webkit-transform-origin: 0% 100%;
      transform-origin: 0% 100%; }
  .burgerMenu input:checked ~ .burgerMenu__slice {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #fff; }
  .burgerMenu input:checked ~ .burgerMenu__slice:nth-last-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0.2, 0.2);
    transform: rotate(0deg) scale(0.2, 0.2); }
  .burgerMenu input:checked ~ .burgerMenu__slice:nth-last-child(2) {
    opacity: 1;
    -webkit-transform: rotate(-45deg) translate(0.4rem, -0.3rem);
    transform: rotate(-45deg) translate(0.4rem, -0.3rem); }
  .burgerMenu input:checked ~ .burgerMenu__content {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1; }
  .burgerMenu__content {
    position: absolute;
    min-height: 100vh;
    width: 85vw;
    margin: -4.3rem 0 0 0;
    left: 0;
    background: #fff;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1); }
  .burgerMenu__items {
    padding: 0;
    margin: 0; }
  .burgerMenu__item {
    display: block;
    padding: 1.5rem 3rem;
    font-size: 1.8rem;
    font-weight: 600;
    text-decoration: none;
    color: #474747; }
    .burgerMenu__item--current {
      background-color: #f8f7f7; }
  .burgerMenu__langue {
    display: inline;
    color: inherit;
    text-decoration: none; }
    .burgerMenu__langue:first-child {
      padding-right: 0.5rem; }
    .burgerMenu__langue:last-child {
      padding-left: 0.5rem; }
    .burgerMenu__langue--selected {
      color: #fdba1d; }
  .burgerMenu__langueSeparator {
    display: inline;
    color: inherit; }
  .burgerMenu__welcome {
    background-color: #19b8d5;
    padding: 5rem 0 2.5rem;
    text-align: center;
    color: #fff; }
    .burgerMenu__welcome--logo {
      width: 55vw; }
    .burgerMenu__welcome--info {
      font-weight: bold; }
      .burgerMenu__welcome--info p {
        margin: 0.5rem 0; }

.menu {
  display: none; }

@media (min-width: 992px) {
  .burgerMenu {
    display: none; }
  .menu {
    display: block;
    padding: 1rem 2%;
    z-index: 10;
    font-size: 1.4rem;
    position: fixed;
    right: 0;
    left: 0;
    text-align: right;
    height: 3rem;
    color: white; }
    .menu__logo {
      float: left; }
    .menu__items {
      padding-top: 0.5rem; }
    .menu__item {
      display: inline-block;
      padding: 1rem;
      margin-left: 1rem;
      color: inherit;
      text-decoration: none;
      cursor: pointer;
      text-transform: uppercase;
      font-size: 1.4rem;
      font-weight: 700; }
      .menu__item:hover {
        color: #19b8d5;
        text-decoration: none;
        border-bottom: 2px solid #19b8d5; }
      .menu__item--current {
        color: #fdba1d;
        border-bottom: 2px solid #fdba1d; }
    .menu__langue {
      color: inherit;
      text-decoration: none;
      padding-left: 0;
      padding-right: 0; }
      .menu__langue:last-child {
        margin-left: 0; }
      .menu__langue--selected, .menu__langue--selected:hover {
        color: #fdba1d; }
    .menu__langueSeparator {
      display: inline;
      color: inherit; }
  .navbar-animated {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .navbar-animated-small {
      background-color: white;
      color: black;
      height: 4.5rem;
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
      .navbar-animated-small .navbar-animated-brand {
        opacity: 1; }
      .navbar-animated-small .navbar-rivieradev {
        height: 4.5rem;
        line-height: 4.5rem; }
    .navbar-animated-logos {
      margin-left: 0.5em; }
    .navbar-animated-brand {
      opacity: 0;
      padding: 0;
      height: auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .navbar-animated-logo {
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      padding: 0;
      margin: 0; }
      .navbar-animated-logo img {
        height: 100%; }
  .navbar-brand, .navbar-brand:hover, .navbar-brand:visited {
    color: #777;
    text-decoration: none; }
  .navbar-rivieradev {
    margin-right: 0.3em;
    height: 0rem;
    line-height: 0rem; }
  .navbar-RedHat {
    font-size: 0.65em;
    display: none; } }
  @media (min-width: 992px) and (min-width: 1200px) {
    .navbar-RedHat {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }

@media (min-width: 992px) {
    .navbar-RedHat img.navbar-RedHat--logo {
      display: inline-block;
      -ms-flex-item-align: end;
      align-self: flex-end;
      height: 2em;
      margin-right: 0.5em;
      margin-bottom: 0.25em; }
    .navbar-RedHat--featuring {
      display: inline-block;
      height: 1em;
      line-height: 1em;
      -ms-flex-item-align: end;
      align-self: flex-end;
      margin-bottom: 0.45em;
      text-decoration: none; } }

.no-webp .parallax {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url(../images/photos/2018-mobile.jpg);
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/photos/2018-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .parallax {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url(../images/photos/2018-tablet.jpg);
      background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/photos/2018-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .parallax {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url(../images/photos/2018.jpg);
      background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/photos/2018.jpg); } }

.parallax {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25vh 0 55vh;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url(../images/photos/2018-mobile.webp);
  background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/photos/2018-mobile.webp); }
  @media (min-width: 768px) {
    .parallax {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url(../images/photos/2018-tablet.webp);
      background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/photos/2018-tablet.webp); } }
  @media (min-width: 992px) {
    .parallax {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.45)), to(rgba(0, 0, 0, 0.45))), url(../images/photos/2018.webp);
      background-image: linear-gradient(rgba(0, 0, 0, 0.45), rgba(0, 0, 0, 0.45)), url(../images/photos/2018.webp); } }
  .parallax__content {
    text-align: center; }
  .parallax__logosContainer {
    display: inline-block; }
  .parallax__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 3rem; }
  .parallax__logo--rdev {
    width: 45vw;
    margin-bottom: 1rem; }
    @media (min-width: 768px) {
      .parallax__logo--rdev {
        width: 35vw; } }
  .parallax__logo--judcon {
    width: 20vw; }
    @media (min-width: 768px) {
      .parallax__logo--judcon {
        width: 10vw; } }
  .parallax__info {
    color: white;
    font-size: 2rem;
    font-weight: 300;
    margin-bottom: 3rem;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .parallax__info {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        font-size: 2.5rem; } }
  .parallax__icon {
    width: 2.5rem;
    vertical-align: baseline;
    color: #fdba1d;
    margin: 0 0.6rem 0 0;
    width: 1.8rem; }
    @media (min-width: 768px) {
      .parallax__icon {
        margin: 0 1rem; } }

.registration {
  text-align: center; }
  @media (min-width: 768px) {
    .registration {
      margin-top: 5rem; } }
  .registration__container {
    display: inline-block; }
  .registration__buttons {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
    grid-gap: 3rem; }
    @media (min-width: 768px) {
      .registration__buttons {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr; } }
  .registration__button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

.introCountdown {
  /* To be displayed partially on Welcome picture */
  margin-top: -10%;
  display: grid; }
  @media (min-width: 992px) {
    .introCountdown--withCountdown {
      grid-template-columns: auto auto; } }

.intro {
  background-color: #f8f7f7;
  padding: 2rem;
  display: grid;
  text-align: center; }
  @media (min-width: 768px) {
    .intro {
      padding: 4rem;
      border-radius: 16px;
      text-align: left; } }
  @media (min-width: 768px) {
    .intro--withCountdown {
      border-radius: 16px 16px 0 0; } }
  @media (min-width: 992px) {
    .intro--withCountdown {
      border-radius: 16px 0 0 16px; } }
  .intro__subtitle {
    font-size: 1.8rem;
    margin: 1rem 0 2rem 0; }
    @media (min-width: 768px) {
      .intro__subtitle {
        font-size: 2.5rem;
        margin: 2rem 0 3rem 0; } }
  .intro__subtitle1 {
    display: block; }
  .intro__questions {
    display: grid;
    row-gap: 2rem; }
    @media (min-width: 768px) {
      .intro__questions {
        grid-template-columns: 1fr 1fr 1fr;
        row-gap: 1rem; } }

.question__title {
  grid-area: title;
  align-self: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem; }
  .question__title::before {
    content: '';
    display: inline-block;
    margin-right: 1rem;
    width: 3rem;
    height: 3rem;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle; }
    @media (min-width: 768px) {
      .question__title::before {
        width: 3rem;
        height: 3rem; } }
  .question__title--what::before {
    background-image: url(../images/icons/what.svg); }
  .question__title--when::before {
    background-image: url(../images/icons/when.svg); }
  .question__title--where::before {
    background-image: url(../images/icons/where.svg); }

.question__answer {
  font-size: 1.6rem;
  font-weight: 300; }
  @media (min-width: 768px) {
    .question__answer {
      font-size: 1.8rem; } }

.countdown {
  padding: 2rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#19b8d5), to(#1dc9f2));
  background: linear-gradient(#19b8d5, #1dc9f2);
  display: grid;
  -webkit-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 2rem;
  grid-template-columns: 12rem 12rem;
  grid-template-rows: 12rem 12rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (min-width: 768px) {
    .countdown {
      padding: 4rem;
      grid-template-columns: 12rem 12rem 12rem 12rem;
      grid-template-rows: 12rem;
      border-radius: 0 0 16px 16px; } }
  @media (min-width: 992px) {
    .countdown {
      border-radius: 0 16px 16px 0;
      background: -webkit-gradient(linear, left top, right top, from(#19b8d5), to(#1dc9f2));
      background: linear-gradient(to right, #19b8d5, #1dc9f2);
      grid-template-columns: 12rem 12rem;
      grid-template-rows: 12rem 12rem; } }
  .countdown__item {
    background-color: #32cfeb;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .countdown__number {
    font-size: 4rem;
    font-weight: 700;
    margin-bottom: 1rem; }
  .countdown__desc {
    text-transform: uppercase;
    font-size: 1.4rem; }

.presentation {
  background-color: #fdba1d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .presentation {
      display: block; } }
  .presentation-item {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding: 4rem 0; }
  .presentation-icon {
    width: 100%;
    height: 6rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 6rem 6rem;
    opacity: 0.2; }
    .presentation-icon--goal {
      background-image: url(../images/icons/mountain.svg); }
    .presentation-icon--dna {
      background-image: url(../images/icons/dna.svg); }
  .presentation-title {
    font-size: 2.5rem;
    text-align: center;
    margin: 3rem 0; }
  .presentation-text {
    width: 70%;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 991px) {
      .presentation-text {
        width: 80%; } }
    @media (max-width: 767px) {
      .presentation-text {
        width: 90%; } }

.days {
  padding-bottom: 5rem; }
  .days__mainTitle {
    padding: 2rem 2rem; }
    @media (min-width: 768px) {
      .days__mainTitle {
        padding: 3rem 4rem; } }
  .days__contents {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: 'intro1' 'content1' 'intro2' 'content2';
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 5rem; }
    @media (min-width: 992px) {
      .days__contents {
        grid-template-columns: 1fr 1fr;
        grid-template-areas: 'intro1 intro2' 'content1 content2';
        grid-column-gap: 2rem;
        margin-left: 0;
        margin-right: 0; } }
  .days__intro {
    border: 1px solid #ddd;
    padding: 2rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 2fr;
    grid-template-rows: auto;
    grid-template-areas: 'illustration titleDate' 'description description';
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    -ms-flex-line-pack: start;
    align-content: start;
    border-color: #ddd;
    border-style: solid;
    border-width: 1px 1px 0 1px;
    border-radius: 16px 16px 0 0;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    background-color: #fff; }
    @media (min-width: 768px) {
      .days__intro {
        padding: 3rem;
        grid-template-areas: 'illustration titleDate' 'illustration description'; } }
    .days__intro--1 {
      grid-area: intro1; }
    .days__intro--2 {
      grid-area: intro2; }
  .days__illustration {
    grid-area: illustration;
    width: 10rem;
    height: 10rem;
    align-self: top; }
    @media (min-width: 768px) {
      .days__illustration {
        width: 18rem;
        height: 18rem; } }
  .days__titleDate {
    grid-area: titleDate;
    align-self: center; }
    @media (min-width: 768px) {
      .days__titleDate {
        -ms-flex-item-align: start;
        align-self: flex-start; } }
  .days__title {
    display: inline;
    margin-top: 0;
    font-weight: bold;
    font-size: 1.8rem; }
    @media (min-width: 768px) {
      .days__title {
        font-size: 2rem; } }
    .days__title--1 {
      color: #19b8d5; }
    .days__title--2 {
      color: #00c2a7; }
  .days__date {
    display: block;
    font-weight: 300; }
    @media (min-width: 768px) {
      .days__date {
        display: inline; }
        .days__date:before {
          content: '|';
          font-weight: normal;
          margin: 0.6rem; } }
  .days__desc {
    grid-area: description; }
  .days__content {
    color: #fff;
    padding: 2rem;
    border-color: #ddd;
    border-style: solid;
    border-width: 0 1px 1px 1px;
    border-radius: 0 0 16px 16px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2); }
    @media (min-width: 768px) {
      .days__content {
        padding: 3rem; } }
    .days__content--1 {
      grid-area: content1;
      background: -webkit-gradient(linear, left top, left bottom, from(#19b8d5), to(#1dc9f2));
      background: linear-gradient(#19b8d5, #1dc9f2);
      margin-bottom: 1rem; }
      @media (min-width: 768px) {
        .days__content--1 {
          margin-bottom: 2rem; } }
      @media (min-width: 992px) {
        .days__content--1 {
          margin-bottom: 0; } }
    .days__content--2 {
      grid-area: content2;
      background: -webkit-gradient(linear, left top, left bottom, from(#00ceb6), to(#03b18f));
      background: linear-gradient(#00ceb6, #03b18f); }
  .days__subtitle {
    font-weight: bold; }
    .days__subtitle:first-child {
      margin-top: 0; }
  .days__buttonContainer {
    text-align: center; }

.location {
  position: relative; }
  .location__map {
    display: none; }
    @media (min-width: 992px) {
      .location__map {
        width: 100%;
        height: 700px;
        display: block; } }
  .location__cardContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    justify-items: center; }
    @media (min-width: 768px) {
      .location__cardContainer {
        margin: 5rem 0; } }
    @media (min-width: 992px) {
      .location__cardContainer {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-items: flex-start;
        margin: 0;
        padding-left: 5rem; } }
  .location__card {
    background-color: #f8f7f7; }
    @media (min-width: 768px) {
      .location__card {
        border: 1px solid #ddd;
        border-radius: 16px;
        -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
        max-width: 50rem; } }
  .location__cardHeader {
    padding: 20rem 4rem 3rem 4rem;
    background-image: url(../images/illustrations/location-mini.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 600; }
    @media (min-width: 768px) {
      .location__cardHeader {
        border-radius: 16px 16px 0 0;
        font-size: 3rem; } }
  .location__cardContent {
    padding: 3rem; }
    @media (min-width: 768px) {
      .location__cardContent {
        padding: 4rem; } }
  .location__intro, .location__address {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 3rem 3rem;
    padding-left: 4rem; }
    @media (min-width: 768px) {
      .location__intro, .location__address {
        background-size: 2rem 2rem;
        padding-left: 4rem; } }
  .location__intro {
    margin-bottom: 4rem;
    background-image: url(../images/icons/love.svg); }
  .location__address {
    background-image: url(../images/icons/where.svg); }
  .location__addressLine {
    display: block; }
  .location__buttonContainer {
    text-align: center;
    margin-top: 2rem; }
  .location__mapMarker__addressTitle {
    font-weight: bold; }
  .location__mapMarker__addressLine {
    display: block; }

.newsletter {
  border-top: 1px solid #ddd;
  padding: 5rem 0;
  text-align: center; }
  @media (min-width: 992px) {
    .newsletter {
      border-top: none; } }
  .newsletter__title {
    margin: 0 2rem 2rem 2rem;
    text-align: left; }
    @media (min-width: 768px) {
      .newsletter__title {
        text-align: center; } }
    @media (min-width: 992px) {
      .newsletter__title {
        font-size: 4rem;
        margin: 1rem 4rem 2rem 4rem; } }
  @media (min-width: 992px) {
    .newsletter__emailContainer {
      display: inline-block;
      background-image: url(../images/icons/newsletter-paper-plane.svg);
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 600px;
      padding-right: calc(600px - 35rem);
      margin-right: calc(-600px + 35rem);
      padding-top: calc(192px - 4rem);
      margin-top: calc( -2rem - 4rem - 5rem); } }
  .newsletter__email {
    font-size: 1.8rem;
    height: 4rem;
    width: 35rem; }
    @media (min-width: 992px) {
      .newsletter__email {
        background-color: transparent;
        border: none; } }
    .newsletter__email::-webkit-input-placeholder {
      color: #9a9a93; }
    .newsletter__email:-ms-input-placeholder {
      color: #9a9a93; }
    .newsletter__email::-ms-input-placeholder {
      color: #9a9a93; }
    .newsletter__email::placeholder {
      color: #9a9a93; }
  .newsletter__buttonContainer {
    text-align: center; }
  .newsletter__button {
    margin-top: 3rem; }

.statistics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5rem 0; }
  @media (min-width: 768px) {
    .statistics {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .statistics__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center; }
    .statistics__item:not(:last-child) {
      margin-bottom: 5rem; }
      @media (min-width: 768px) {
        .statistics__item:not(:last-child) {
          margin-bottom: 0; } }
  .statistics__icon {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    height: 8rem;
    width: 100%;
    margin-bottom: 2rem; }
    .statistics__icon--attendees {
      background-image: url(../images/icons/attendees.svg); }
    .statistics__icon--conferences {
      background-image: url(../images/icons/sessions.svg); }
    .statistics__icon--workshops {
      background-image: url(../images/icons/workshops.svg); }
  .statistics__text {
    font-size: 2rem;
    font-weight: 600; }
    @media (min-width: 768px) {
      .statistics__text {
        font-size: 2.5rem; } }
  .statistics__number {
    font-size: 3rem;
    font-weight: bold;
    display: block;
    color: #fdba1d;
    line-height: 1; }
    @media (min-width: 768px) {
      .statistics__number {
        font-size: 4rem; } }

.wrapper {
  position: relative;
  z-index: 90; }

.ribbon-wrapper {
  width: 130px;
  height: 130px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px; }

.ribbon {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -10px;
  top: 26px;
  width: 184px;
  background-color: #19b8d5;
  color: #fff;
  -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
  .ribbon:before, .ribbon:after {
    content: '';
    border-top: 4px solid #00709d;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    position: absolute;
    bottom: -4px; }
  .ribbon:before {
    left: 0; }
  .ribbon:after {
    right: 0; }

.partenaires {
  padding: 4rem 0; }
  @media (min-width: 768px) {
    .partenaires {
      padding: 5rem 0; } }
  .partenaires__title {
    margin: 0 2rem 2rem 2rem; }
    @media (min-width: 768px) {
      .partenaires__title {
        margin: 0 4rem 3rem 0; } }
  .partenaires__level {
    margin: 0 1rem 1rem 1rem;
    padding-bottom: 3rem; }
    .partenaires__level:not(:last-child) {
      border-bottom: 1px solid #ddd; }
    @media (min-width: 768px) {
      .partenaires__level {
        padding-bottom: 4rem;
        margin-bottom: 5rem; } }
  .partenaires__levelTitle {
    margin: 0 2rem 2rem 2rem;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 300; }
    @media (min-width: 768px) {
      .partenaires__levelTitle {
        margin: 0 4rem 1rem 4rem;
        font-size: 4rem; } }
  .partenaires__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .partenaires__buttonContainer {
    text-align: center; }
  .partenaires-previous-title {
    font-size: 1.5em;
    margin-bottom: 1.1em; }
  .partenaires-contactUs {
    margin: 2em 0;
    padding: 1em;
    text-align: center; }
    @media (max-width: 767px) {
      .partenaires-contactUs {
        padding: 0; } }
    .partenaires-contactUs p {
      font-size: 1.5em; }

.partenaire__logo {
  width: 250px;
  height: 115px;
  line-height: 115px;
  display: inline-block;
  margin: 10px;
  text-align: center;
  text-decoration: none;
  overflow: hidden; }
  .partenaire__logo--platinum {
    width: 350px;
    height: 161px;
    line-height: 161px; }
    @media (max-width: 767px) {
      .partenaire__logo--platinum {
        width: 250px;
        height: 115px;
        line-height: 115px; } }
  .partenaire__logo--silver, .partenaire__logo--partner {
    width: 180px;
    height: 83px;
    line-height: 83px; }

.partenaire__logoImg {
  max-width: 90%;
  max-height: 80%;
  vertical-align: middle;
  -webkit-transition: all 0.2s;
  transition: all 0.2s; }

.no-webp .partenaireDetails__headerPage {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/sponsor-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/sponsor-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .partenaireDetails__headerPage {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/sponsor-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/sponsor-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .partenaireDetails__headerPage {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/sponsor-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/sponsor-mini-desktop.jpg); } }

.webp .partenaireDetails__headerPage {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/sponsor-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/sponsor-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .partenaireDetails__headerPage {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/sponsor-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/sponsor-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .partenaireDetails__headerPage {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/sponsor-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/sponsor-mini-desktop.webp); } }

.partenaireDetails {
  position: relative;
  margin: 0 auto; }
  .partenaireDetails__headerPage {
    background-position: center; }
  @media (min-width: 768px) {
    .partenaireDetails {
      width: 70%; } }
  .partenaireDetails__header {
    margin: 0 auto;
    padding: 2rem 0;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #fdba1d; }
    .partenaireDetails__header--content {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .partenaireDetails__name {
    font-size: 3rem;
    margin: 0.6rem; }
  .partenaireDetails__network {
    font-size: 1.4rem;
    line-height: 2em;
    font-weight: 300; }
    .partenaireDetails__network a {
      color: #fff;
      text-decoration: none; }
  .partenaireDetails__website, .partenaireDetails__linkedin, .partenaireDetails__twitter {
    display: inline-block; }
  .partenaireDetails__website:nth-of-type(2), .partenaireDetails__linkedin, .partenaireDetails__twitter {
    margin-left: 2rem; }
  .partenaireDetails__website:before, .partenaireDetails__linkedin:before, .partenaireDetails__twitter:before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle; }
  .partenaireDetails__website:before {
    background-image: url(../images/icons/link.svg); }
  .partenaireDetails__linkedin:before {
    background-image: url(../images/icons/linkedin.svg); }
  .partenaireDetails__twitter:before {
    background-image: url(../images/icons/twitter-logo-button.svg); }
  .partenaireDetails__logo {
    display: block;
    max-width: 70%;
    max-height: 20rem;
    text-align: center;
    margin: 2rem auto; }
  .partenaireDetails__body {
    padding: 2% 10%;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #f8f7f7;
    font-size: 1.4rem;
    line-height: 1.4em; }
  .partenaireDetails__desc {
    text-align: left;
    margin: 2rem 0; }
  .partenaireDetails__admin {
    font-size: 1.4rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem; }

/* OLD CSS */
.partenaireDetails {
  margin-top: 2em;
  margin-bottom: 4em; }
  .partenaireDetails-logo {
    max-width: 250px;
    height: 115px;
    line-height: 115px;
    border: 1px solid #ddd;
    margin: 0 auto; }
    .partenaireDetails-logo-img {
      max-width: 80%;
      max-height: 80%;
      height: auto; }
  .partenaireDetails-name {
    margin: 0 0 1em 0;
    text-transform: uppercase;
    color: #19b8d5;
    font-size: 1.3em;
    line-height: inherit;
    font-weight: inherit; }
  .partenaireDetails-link {
    margin-bottom: 0.5em; }
  .partenaireDetails-icon {
    color: #fdba1d;
    font-size: 1.3em; }

@media (max-width: 767px) {
  .partenaireDetails-name {
    text-align: center;
    margin-top: 0.5em; } }

.sponsorship {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .sponsorship-title {
    text-align: center;
    font-size: 2em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 1em; }
    .sponsorship-title--icon:after {
      content: '';
      width: 90px;
      height: 90px;
      background-repeat: no-repeat;
      display: block;
      margin: 0.5em auto 0 auto; }
  .sponsorship--small {
    background: #ddd; }
  .sponsorship-levels--small {
    margin-top: 3em; }
  .sponsorship-level {
    padding: 1em;
    margin-bottom: 2em;
    position: relative; }
    .sponsorship-level--gold {
      background-image: url("../images/backgrounds/polygon-05.jpg"); }
    .sponsorship-level--silver {
      background-image: url("../images/backgrounds/polygon-02.jpg"); }
    .sponsorship-level--platinum {
      background-image: url("../images/backgrounds/polygon-04.jpg"); }
    .sponsorship-level--small {
      background: #ddd; }
    .sponsorship-level--breakfasts .sponsorship-title:after {
      background-image: url("../images/icons/croissant.svg"); }
    .sponsorship-level--lunches .sponsorship-title:after {
      background-image: url("../images/icons/lunch.svg"); }
    .sponsorship-level--party .sponsorship-title:after {
      background-image: url("../images/icons/beer.svg"); }
  .sponsorship-features {
    padding-left: 0; }
  .sponsorship-feature {
    list-style-type: none;
    padding: 0 0 0 2em;
    margin: 1em 0;
    position: relative; }
    .sponsorship-feature svg {
      font-size: 1.6em;
      text-align: center;
      position: absolute;
      left: 0; }
    .sponsorship-feature--no {
      color: rgba(51, 51, 51, 0.4); }
  .sponsorship-price {
    display: block;
    font-size: 2.5em;
    text-align: center; }
  .sponsorship-available {
    text-align: center;
    font-style: italic;
    height: 1em; }
  .sponsorship-top {
    padding: 2em 2em 0 2em; }
  .sponsorship-bottom {
    text-align: center;
    padding-bottom: 2em; }
  .sponsorship-contactUs {
    margin-top: 1em;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto; }

@media (min-width: 992px) {
  .sponsorship {
    height: 100%; }
    .sponsorship-levels {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .sponsorship-level {
      margin-bottom: 0;
      height: 100%; } }

.footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#19b8d5), to(#1dc9f2));
  background: linear-gradient(#19b8d5, #1dc9f2);
  color: #fff;
  padding: 2rem; }
  @media (min-width: 768px) {
    .footer {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-areas: 'followContact followContact' 'archives admin' 'logo copyright';
      padding: 4rem 5rem; } }
  @media (min-width: 992px) {
    .footer {
      padding: 4rem 10rem; } }
  .footer a {
    color: #fff;
    text-decoration: none; }
    .footer a:hover, .footer a:focus, .footer a:active {
      text-decoration: underline; }
  @media (min-width: 768px) {
    .footer__logo {
      grid-area: logo;
      padding-top: 4rem; } }
  .footer__logoImg {
    height: 5rem; }
    @media (min-width: 768px) {
      .footer__logoImg {
        height: 7rem; } }
  .footer__title {
    text-transform: uppercase;
    font-size: 1.8rem;
    margin: 4rem 0 3rem 0; }
    @media (min-width: 768px) {
      .footer__title {
        margin: 0; } }
  .footer__list {
    list-style-type: none;
    padding-left: 0;
    display: grid;
    grid-gap: 2rem;
    grid-auto-flow: column; }
    @media (min-width: 768px) {
      .footer__list {
        grid-gap: 1rem; } }
  .footer__listItem {
    font-size: 1.6rem; }
  @media (min-width: 768px) {
    .footer__admin {
      grid-area: admin;
      border-bottom: 1px solid #fff;
      padding: 4rem 0; } }
  .footer__adminList {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr; }
  @media (min-width: 768px) {
    .footer__archives {
      grid-area: archives;
      border-bottom: 1px solid #fff;
      padding: 4rem 0; } }
  @media (min-width: 768px) {
    .footer__archivesListContainer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .footer__archivesList {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr; }
    @media (min-width: 768px) {
      .footer__archivesList {
        grid-column-gap: 4rem; } }
  @media (min-width: 768px) {
    .footer__followContact {
      grid-area: followContact;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      border-bottom: 1px solid #fff;
      padding-bottom: 4rem; } }
  .footer__follow {
    border-top: 2px solid #fff;
    margin: 4rem -2rem 0 -2rem;
    padding: 0 2rem; }
    @media (min-width: 768px) {
      .footer__follow {
        border-top: none;
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .footer__followList {
    list-style-type: none;
    padding-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .footer__followList {
        margin: 0 3rem; } }
  .footer a.footer__rs {
    color: #19b8d5; }
    .footer a.footer__rs:hover, .footer a.footer__rs:focus, .footer a.footer__rs:active {
      color: #fff; }
  .footer__rs {
    margin: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 6rem;
    height: 6rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    @media (min-width: 768px) {
      .footer__rs {
        width: 4rem;
        height: 4rem; } }
    .footer__rs:hover, .footer__rs:focus, .footer__rs:active {
      text-decoration: none; }
    .footer__rs--twitter:hover, .footer__rs--twitter:focus, .footer__rs--twitter:active {
      background-color: #1da1f2; }
    .footer__rs--facebook:hover, .footer__rs--facebook:focus, .footer__rs--facebook:active {
      background-color: #3b5998; }
    .footer__rs--linkedin:hover, .footer__rs--linkedin:focus, .footer__rs--linkedin:active {
      background-color: #0077b5; }
    .footer__rs--instagram:hover, .footer__rs--instagram:focus, .footer__rs--instagram:active {
      background-color: #e62f65; }
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (min-width: 768px) {
      .footer__contact {
        margin-left: 3rem; } }
  .footer__contactTitle {
    margin: 0;
    padding-right: 1rem;
    font-size: 1.6rem; }
  .footer__contactMail {
    padding-left: 1rem; }
  .footer__contactTitle, .footer__contactMail {
    border-bottom: 2px solid #fff;
    padding-bottom: 1rem; }
    @media (min-width: 768px) {
      .footer__contactTitle, .footer__contactMail {
        border-width: 1px; } }
  .footer__copyright {
    margin-top: 5rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    text-align: center; }
    @media (min-width: 768px) {
      .footer__copyright {
        grid-area: copyright;
        padding-top: 4rem;
        margin: 0;
        align-self: flex-end;
        text-align: left; } }

.no-webp .access__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url("../images/illustrations/access-mini.jpg");
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url("../images/illustrations/access-mini.jpg"); }

.no-webp .access__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/access-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/access-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .access__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/access-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/access-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .access__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/access-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/access-mini-desktop.jpg); } }

.webp .access__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/access-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/access-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .access__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/access-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/access-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .access__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/access-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/access-mini-desktop.webp); } }

.access__header {
  background-position: center; }

.access__mainSubtitle p {
  margin: 0; }

.access__mainSubtitle a {
  color: #fff; }

.access__button {
  margin-top: 4rem; }

.access__chapter {
  margin: 0 3rem; }
  @media (min-width: 768px) {
    .access__chapter {
      margin: 0; } }
  .access__chapter h3 {
    margin: 0; }
  .access__chapter p {
    font-size: 1.6rem;
    line-height: 2rem; }
  .access__chapter a {
    color: #fdba1d;
    text-decoration: none;
    font-weight: bold; }
  .access__chapter--text {
    margin-top: 0; }

.access__title {
  text-align: left;
  line-height: 4rem;
  margin: 3rem; }
  @media (min-width: 768px) {
    .access__title {
      margin-left: 0;
      line-height: 6rem; } }

.access__icon {
  color: #19b8d5;
  width: 1em;
  height: 1em; }

.access-photo {
  width: 100%; }

.access__map {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em; }
  .access__map--iFrame {
    width: 100%;
    height: 450px;
    border: 0; }

.access__where, .access__how {
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 4rem 4rem;
  padding-left: 5rem; }
  @media (min-width: 768px) {
    .access__where, .access__how {
      background-size: 5rem 5rem;
      padding-left: 7rem; } }

.access__car, .access__plane, .access__bus, .access__train {
  margin-top: 3rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 4rem 4rem;
  padding-top: 5rem; }
  @media (min-width: 768px) {
    .access__car, .access__plane, .access__bus, .access__train {
      margin-top: 0;
      background-position: left 1rem;
      background-size: 6rem 6rem;
      padding-top: 0;
      padding-left: 8rem; } }

.access__where {
  margin-bottom: 4rem;
  background-image: url(../images/icons/where-2.svg); }

.access__how {
  background-image: url(../images/icons/how-to-get-here.svg); }

.access__car {
  background-image: url(../images/icons/car.svg); }

.access__plane {
  background-image: url(../images/icons/plane.svg); }

.access__bus {
  background-image: url(../images/icons/bus.svg); }

.access__train {
  background-image: url(../images/icons/train.svg); }

.persons__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 2rem;
  justify-items: center; }
  @media (min-width: 768px) {
    .persons__list {
      grid-template-columns: 1fr 1fr 1fr; } }

.personSummary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 3rem; }
  .personSummary__photo {
    display: inline-block;
    width: 100px;
    min-width: 100px;
    height: 100px;
    height: 100px;
    border-radius: 100px;
    background-size: cover; }
    @media (min-width: 768px) {
      .personSummary__photo {
        width: 150px;
        height: 150px;
        border-radius: 150px; } }
  .personSummary__desc {
    margin-top: 1rem; }
  .personSummary__name {
    text-transform: uppercase;
    font-weight: 700; }
  .personSummary__title, .personSummary__year {
    font-size: 1.6rem; }

.personDetails {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .personDetails {
      width: 70%; } }
  .personDetails__header {
    margin: 0 auto;
    padding: 2rem 0;
    border-radius: 0.5rem 0.5rem 0 0;
    color: #fff;
    width: 100%;
    text-align: center;
    background-color: #fdba1d; }
    .personDetails__header--content {
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .personDetails__header--photo {
      margin: 6rem 4rem 4rem; }
  .personDetails__desc {
    text-align: left; }
  .personDetails__name {
    line-height: 1.5em;
    font-size: 2.5rem; }
  .personDetails__title {
    font-size: 2rem;
    font-weight: 300; }
  .personDetails__network {
    font-size: 1.4rem;
    line-height: 2em;
    font-weight: 300;
    margin-top: 1rem;
    font-weight: 600; }
    .personDetails__network a {
      color: #fff;
      text-decoration: none; }
  .personDetails__body {
    padding: 2% 10%;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #f8f7f7;
    font-size: 1.6rem;
    line-height: 1.4em; }
  .personDetails__twitter:before, .personDetails__blog:before, .personDetails__micro:before {
    content: '';
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: middle; }
  .personDetails__twitter:before {
    background-image: url(../images/icons/twitter-logo-button.svg); }
  .personDetails__blog:before {
    background-image: url(../images/icons/link.svg); }
  .personDetails__micro:before {
    background-image: url(../images/icons/microphone.svg);
    vertical-align: text-bottom; }
  .personDetails__talk {
    line-height: 2em;
    text-decoration: none;
    font-size: 1.8rem;
    font-weight: 600;
    color: inherit;
    -webkit-transition: color 0.2s;
    transition: color 0.2s; }
    .personDetails__talk:hover {
      color: #fdba1d; }
    .personDetails__talk--quote {
      color: #fdba1d;
      margin: 0 0.2em; }
  .personDetails__admin {
    font-size: 1.4rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem; }

.no-webp .photos__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-desktop.jpg); } }

.webp .photos__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-desktop.webp); } }

.no-webp .photos__link--2017 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2017-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2017-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2017 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2017-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2017-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2017 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2017-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2017-mini-desktop.jpg); } }

.webp .photos__link--2017 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2017-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2017-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2017 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2017-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2017-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2017 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2017-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2017-mini-desktop.webp); } }

.no-webp .photos__link--2016 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2016-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2016-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2016 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2016-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2016-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2016 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2016-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2016-mini-desktop.jpg); } }

.webp .photos__link--2016 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2016-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2016-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2016 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2016-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2016-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2016 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2016-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2016-mini-desktop.webp); } }

.no-webp .photos__link--2015 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2015-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2015-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2015 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2015-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2015-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2015 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2015-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2015-mini-desktop.jpg); } }

.webp .photos__link--2015 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2015-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2015-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2015 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2015-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2015-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2015 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2015-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2015-mini-desktop.webp); } }

.no-webp .photos__link--2011 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2011-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2011-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2011 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2011-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2011-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2011 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2011-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2011-mini-desktop.jpg); } }

.webp .photos__link--2011 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2011-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2011-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2011 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2011-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2011-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2011 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2011-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2011-mini-desktop.webp); } }

.no-webp .photos__link--2010 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2010-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2010-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2010 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2010-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2010-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2010 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2010-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2010-mini-desktop.jpg); } }

.webp .photos__link--2010 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2010-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2010-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2010 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2010-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2010-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2010 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2010-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2010-mini-desktop.webp); } }

.no-webp .photos__link--2009-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-2-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-2-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2009-2 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-2-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-2-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2009-2 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-2-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-2-mini-desktop.jpg); } }

.webp .photos__link--2009-2 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-2-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-2-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2009-2 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-2-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-2-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2009-2 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-2-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-2-mini-desktop.webp); } }

.no-webp .photos__link--2009-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-1-mini-mobile.jpg);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-1-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .photos__link--2009-1 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-1-mini-tablet.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-1-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .photos__link--2009-1 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-1-mini-desktop.jpg);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-1-mini-desktop.jpg); } }

.webp .photos__link--2009-1 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-1-mini-mobile.webp);
  background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-1-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .photos__link--2009-1 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-1-mini-tablet.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-1-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .photos__link--2009-1 {
      background-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, rgba(255, 255, 255, 0))), url(../images/illustrations/responsives/2009-1-mini-desktop.webp);
      background-image: linear-gradient(0deg, black 0%, rgba(255, 255, 255, 0) 25%), url(../images/illustrations/responsives/2009-1-mini-desktop.webp); } }

.photos {
  margin-left: 2rem;
  margin-right: 2rem; }
  @media (min-width: 992px) {
    .photos {
      margin-left: 4rem;
      margin-right: 4rem; } }
  @media (min-width: 1200px) {
    .photos {
      margin-left: 5rem;
      margin-right: 5rem; } }
  @media (min-width: 1200px) {
    .photos {
      margin-left: 10rem;
      margin-right: 10rem; } }
  .photos__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    grid-gap: 3rem; }
    @media (min-width: 1200px) {
      .photos__gallery {
        grid-template-columns: repeat(auto-fit, minmax(425px, 1fr)); } }
  .photos__link {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    justify-self: stretch;
    position: relative;
    min-height: 300px;
    background-position: center;
    background-size: cover;
    border-radius: 16px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out; }
    @media (min-width: 1200px) {
      .photos__link {
        min-height: 350px; } }
    .photos__link:hover, .photos__link:focus {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6); }
  .photos__title {
    position: absolute;
    bottom: 2rem;
    left: 3rem;
    color: #fff;
    font-size: 2.5rem; }

.no-webp .speakers__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .speakers__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .speakers__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-desktop.jpg); } }

.webp .speakers__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .speakers__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .speakers__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/speakers-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/speakers-mini-desktop.webp); } }

.speakers {
  margin: 0 2rem; }
  @media (min-width: 768px) {
    .speakers {
      margin: 5rem 0; } }
  .speakers__header {
    background-position: top; }
  .speakers__mainSubtitle p {
    margin: 0; }
  .speakers__mainSubtitle a {
    color: #fff; }
  .speakers__buttonContainer {
    text-align: center;
    margin: 3rem 0; }

.no-webp .orgas__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/team-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/team-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .orgas__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/team-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/team-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .orgas__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/team-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/team-mini-desktop.jpg); } }

.webp .orgas__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/team-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/team-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .orgas__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/team-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/team-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .orgas__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/team-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/team-mini-desktop.webp); } }

.orgas__header {
  background-position: center; }

.orgas__mainSubtitle p {
  margin: 0; }

.orgas__mainSubtitle a {
  color: #fff; }

.orgas__button {
  margin-top: 4rem; }

.orgas-rivierajug {
  width: auto; }

.orgas-contact {
  margin-top: 2em; }

.orgas-photo {
  width: 100%; }

.no-webp .schedule__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/program-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/program-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .schedule__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/program-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/program-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .schedule__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/program-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/program-mini-desktop.jpg); } }

.webp .schedule__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/program-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/program-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .schedule__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/program-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/program-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .schedule__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/program-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/program-mini-desktop.webp); } }

.no-webp .fullSchedule__breakfast {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/croissants-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/croissants-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .fullSchedule__breakfast {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/croissants-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/croissants-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .fullSchedule__breakfast {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/croissants-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/croissants-mini-desktop.jpg); } }

.webp .fullSchedule__breakfast {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/croissants-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/croissants-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .fullSchedule__breakfast {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/croissants-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/croissants-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .fullSchedule__breakfast {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/croissants-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/croissants-mini-desktop.webp); } }

.no-webp .fullSchedule__lunch {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/lunch-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/lunch-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .fullSchedule__lunch {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/lunch-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/lunch-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .fullSchedule__lunch {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/lunch-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/lunch-mini-desktop.jpg); } }

.webp .fullSchedule__lunch {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/lunch-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/lunch-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .fullSchedule__lunch {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/lunch-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/lunch-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .fullSchedule__lunch {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/lunch-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/lunch-mini-desktop.webp); } }

.no-webp .fullSchedule__cofeeBreak {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/cofee_break-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/cofee_break-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .fullSchedule__cofeeBreak {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/cofee_break-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/cofee_break-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .fullSchedule__cofeeBreak {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/cofee_break-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/cofee_break-mini-desktop.jpg); } }

.webp .fullSchedule__cofeeBreak {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/cofee_break-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/cofee_break-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .fullSchedule__cofeeBreak {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/cofee_break-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/cofee_break-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .fullSchedule__cofeeBreak {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/cofee_break-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/cofee_break-mini-desktop.webp); } }

.no-webp .fullSchedule__party {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/guitars-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/guitars-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .fullSchedule__party {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/guitars-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/guitars-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .fullSchedule__party {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/guitars-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/guitars-mini-desktop.jpg); } }

.webp .fullSchedule__party {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/guitars-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/guitars-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .fullSchedule__party {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/guitars-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/guitars-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .fullSchedule__party {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/guitars-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/guitars-mini-desktop.webp); } }

.schedule__swiper {
  margin-bottom: 2rem; }

.schedule__header {
  background-attachment: scroll;
  background-position: 0 75%; }

.schedule__container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .schedule__container {
      margin-top: 2rem; } }
  @media (min-width: 992px) {
    .schedule__container {
      margin-top: 4rem;
      width: 95%; } }
  @media (min-width: 1200px) {
    .schedule__container {
      width: 90%; } }

.schedule__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 1rem 1rem;
  border-bottom: #ddd 0.1rem solid; }
  @media (min-width: 992px) {
    .schedule__days {
      width: 80%;
      margin: 0 auto 1rem;
      font-size: 1.6rem; } }

.schedule__day {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  color: inherit;
  -webkit-transition: color 0.2s;
  transition: color 0.2s; }
  .schedule__day--selected {
    color: #fdba1d;
    padding-bottom: 1rem;
    border-bottom: #fdba1d 0.4rem solid; }
  .schedule__day--desktop {
    display: none; }
    @media (min-width: 992px) {
      .schedule__day--desktop {
        display: block; } }
  .schedule__day--mobile {
    display: block; }
    @media (min-width: 992px) {
      .schedule__day--mobile {
        display: none; } }

.schedule__legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1.4rem;
  margin: 1rem; }
  @media (min-width: 1200px) {
    .schedule__legend {
      margin: 1rem 10rem; } }
  .schedule__legend--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0.6rem 0.8rem 0.6rem 0; }
  .schedule__legend--bullet {
    width: 1em;
    min-width: 1em;
    height: 1em;
    min-height: 1em;
    display: inline-block;
    border-radius: 100%; }
  .schedule__legend--text {
    margin: 0 1rem 0 0.3em; }

.schedule__likeExplanation {
  font-size: 1.6rem;
  margin: 2rem 1rem; }
  @media (min-width: 1200px) {
    .schedule__likeExplanation {
      margin: 2rem 10rem 3rem 10rem; } }

.schedule--desktop {
  display: none; }
  @media (min-width: 992px) {
    .schedule--desktop {
      display: block; } }

.schedule--mobile {
  display: block; }
  @media (min-width: 992px) {
    .schedule--mobile {
      display: none; } }

.tempSchedule {
  margin-top: 3rem; }
  .tempSchedule-intro {
    font-size: 1.25em;
    margin-bottom: 0; }
  .tempSchedule-bloc {
    margin-bottom: 3em; }
  .tempSchedule-day {
    padding-left: 15px;
    padding-right: 15px; }
  .tempSchedule-slot {
    border-bottom: 1px solid #ddd;
    margin-right: 0;
    margin-left: 0;
    font-size: 1.25em; }
  .tempSchedule-time {
    padding-right: 0;
    line-height: 2em; }
  .tempSchedule-title {
    line-height: 2em; }

.fullSchedule {
  width: 100%;
  table-layout: fixed;
  border-spacing: 1rem; }
  @media (min-width: 992px) {
    .fullSchedule {
      margin: -1rem; } }
  .fullSchedule__admin {
    font-size: 1.2rem;
    font-weight: normal; }
  .fullSchedule__col--time {
    width: 20%; }
    @media (min-width: 768px) {
      .fullSchedule__col--time {
        width: 10%; } }
  .fullSchedule__col--2tracks {
    width: 45%; }
  .fullSchedule__col--3tracks {
    width: 30%; }
  .fullSchedule__col--4tracks {
    width: 22.5%; }
  .fullSchedule__col--5tracks {
    width: 18%; }
  .fullSchedule__col--5tracks {
    width: 15%; }
  .fullSchedule__col--7tracks {
    width: 12.8%; }
  .fullSchedule__col--xs {
    width: 90%; }
  .fullSchedule__track {
    text-align: center; }
  .fullSchedule__time {
    background-color: #f8f7f7;
    border-radius: 10px;
    text-align: center;
    font-size: 3rem;
    font-weight: initial;
    color: #9a9a93;
    vertical-align: top;
    padding: 2rem 0.8rem; }
  .fullSchedule-track-title {
    color: #777; }
  .fullSchedule__talk__cell {
    vertical-align: top;
    position: relative; }
  .fullSchedule__talk__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 10px;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    word-break: break-word; }
    .fullSchedule__talk__item--link:hover, .fullSchedule__talk__item--link:focus, .fullSchedule__talk__item--link:active {
      -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6); }
  .fullSchedule__talk__part, .fullSchedule__talk__part1, .fullSchedule__talk__part2 {
    padding: 1rem; }
  .fullSchedule__talk__part1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
    border-bottom: none; }
  .fullSchedule__talk__title {
    display: block;
    font-size: 1.6rem;
    font-weight: 600;
    color: #474747; }
  .fullSchedule__talk__slotTrack {
    margin-top: 2rem;
    font-size: 1.4rem;
    color: #9a9a93; }
  .fullSchedule__talk__slot, .fullSchedule__talk__track {
    margin-top: 0.8rem; }
  .fullSchedule__talk__infos {
    margin-top: 2rem;
    font-size: 1.2rem;
    color: #9a9a93; }
  .fullSchedule__talk__part2 {
    position: relative;
    border-radius: 0 0 10px 10px;
    color: #fff;
    border-width: 1px;
    border-style: solid;
    border-top: none; }
    .fullSchedule__talk__part2--blue {
      background-color: #4b78cb;
      border-color: #4b78cb; }
    .fullSchedule__talk__part2--yellow {
      background-color: #fdba1d;
      border-color: #fdba1d; }
    .fullSchedule__talk__part2--purple {
      background-color: #bf3fa7;
      border-color: #bf3fa7; }
    .fullSchedule__talk__part2--green {
      background-color: #4bac76;
      border-color: #4bac76; }
    .fullSchedule__talk__part2--orange {
      background-color: #f6922e;
      border-color: #f6922e; }
    .fullSchedule__talk__part2--red {
      background-color: #f34e66;
      border-color: #f34e66; }
    .fullSchedule__talk__part2--pink {
      background-color: #e3248b;
      border-color: #e3248b; }
    .fullSchedule__talk__part2--turquoise {
      background-color: #33bab5;
      border-color: #33bab5; }
    .fullSchedule__talk__part2--brown {
      background-color: #dca242;
      border-color: #dca242; }
    .fullSchedule__talk__part2--grey, .fullSchedule__talk__part2--none {
      background-color: #c1c1c1;
      border-color: #c1c1c1; }
  .fullSchedule__talk__theme, .fullSchedule__talk__type, .fullSchedule__talk__level, .fullSchedule__talk__language {
    margin-top: 0.6rem;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left: 2rem; }
  .fullSchedule__talk__theme {
    background-image: url(../images/icons/talk-theme.svg); }
  .fullSchedule__talk__type {
    background-image: url(../images/icons/talk-type.svg); }
  .fullSchedule__talk__level {
    background-image: url(../images/icons/talk-level.svg); }
  .fullSchedule__talk__language {
    background-image: url(../images/icons/talk-lang.svg); }
  .fullSchedule__talk__speakers {
    list-style-type: none;
    padding-left: 0;
    margin: 0 3rem 0 0; }
  .fullSchedule__talk__speaker:not(:first-child) {
    margin-top: 0.8rem; }
  .fullSchedule__talk__speakerPhoto {
    vertical-align: middle;
    display: inline-block;
    width: 30px;
    min-width: 30px;
    height: 30px;
    height: 30px;
    border-radius: 30px;
    background-size: cover; }
  .fullSchedule__talk__speakerName {
    vertical-align: middle;
    font-size: 1.4rem;
    font-weight: 600; }
  .fullSchedule__talk__like {
    position: absolute;
    top: 0;
    right: 0; }
  .fullSchedule__talk__nbLikes {
    font-size: 1.2rem;
    vertical-align: middle; }
  .fullSchedule__talk__likeHeart {
    display: inline-block;
    width: 3rem;
    height: 3rem;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../images/icons/heart.svg); }
    .fullSchedule__talk__likeHeart[data-like='true'] {
      background-image: url(../images/icons/heart-selected.svg); }
  .fullSchedule__breakfast, .fullSchedule__lunch, .fullSchedule__cofeeBreak, .fullSchedule__party {
    text-align: center;
    color: #fff;
    font-size: 2.5rem;
    font-weight: bold;
    border-radius: 10px;
    padding: 4rem 0.8rem;
    background-size: cover; }
    @media (min-width: 768px) {
      .fullSchedule__breakfast, .fullSchedule__lunch, .fullSchedule__cofeeBreak, .fullSchedule__party {
        padding: 10rem 0.8rem; } }
  .fullSchedule__breakfast {
    background-position: 0 45%; }
  .fullSchedule__lunch {
    background-position: 0 75%; }
  .fullSchedule__cofeeBreak {
    background-position: 0 30%; }
  .fullSchedule__party {
    background-position: 0 75%; }

th.fullSchedule-time-title {
  border-top: none;
  border-left: none; }

.talk-theme {
  padding: 0 0.4em;
  border-radius: 4px;
  color: white;
  margin-bottom: 0.5em;
  display: inline-block; }
  .talk-theme-blue {
    background-color: #19b8d5; }
    .talksFilter-options .talk-theme-blue:hover, .talk-theme-blue:focus {
      background-color: #2cc9e6; }
  .talk-theme-yellow {
    background-color: #fdba1d; }
    .talksFilter-options .talk-theme-yellow:hover, .talk-theme-yellow:focus {
      background-color: #fdc950; }
  .talk-theme-green {
    background-color: #4bac76; }
    .talksFilter-options .talk-theme-green:hover, .talk-theme-green:focus {
      background-color: #6bbf90; }
  .talk-theme-purple {
    background-color: #bf3fa7; }
    .talksFilter-options .talk-theme-purple:hover, .talk-theme-purple:focus {
      background-color: #cc65b9; }
  .talk-theme-orange {
    background-color: #f6922e; }
    .talksFilter-options .talk-theme-orange:hover, .talk-theme-orange:focus {
      background-color: #f9b169; }
  .talk-theme-red {
    background-color: #f34e66; }
    .talksFilter-options .talk-theme-red:hover, .talk-theme-red:focus {
      background-color: #f67487; }
  .talk-theme-pink {
    background-color: #e3248b; }
    .talksFilter-options .talk-theme-pink:hover, .talk-theme-pink:focus {
      background-color: #e951a3; }
  .talk-theme-turquoise {
    background-color: #33bab5; }
    .talksFilter-options .talk-theme-turquoise:hover, .talk-theme-turquoise:focus {
      background-color: #49cdc8; }
  .talk-theme-brown {
    background-color: #dca242; }
    .talksFilter-options .talk-theme-brown:hover, .talk-theme-brown:focus {
      background-color: #e2b364; }

.talk-level {
  font-style: italic;
  background-color: #9a9a93;
  padding: 0 0.4em;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0.5em 0.3em; }
  .talksFilter-options .talk-level:hover, .talk-level:focus {
    background-color: #b3b3ad; }

.talk-language {
  border: 1.5px solid #516279;
  color: #516279;
  padding: 0 0.4em;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0.5em 0.3em;
  font-size: 0.9em; }
  .talksFilter-options .talk-language:hover, .talk-language:focus {
    border-color: #8495ac; }

.talk-type {
  font-style: italic;
  background-color: #516279;
  color: #fff;
  padding: 0 0.4em;
  border-radius: 4px;
  display: inline-block;
  margin: 0 0 0.5em 0.3em; }
  .talksFilter-options .talk-type:hover, .talk-type:focus {
    background-color: #6b809c; }

.talkDetails {
  position: relative;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .talkDetails {
      width: 70%; } }
  .talkDetails__header {
    border-radius: 0.5rem 0.5rem 0 0;
    color: #fff;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
    background-color: #fdba1d; }
    .talkDetails__header--title, .talkDetails__header--schedule {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .talkDetails__header--schedule {
      margin-top: 1rem; }
  .talkDetails__micro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .talkDetails__micro:before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../images/icons/microphone-white.svg);
    background-repeat: no-repeat; }
  .talkDetails__speakers, .talkDetails__track {
    margin-left: 1rem;
    padding-left: 1rem;
    text-align: left;
    border-left: #fff 1px solid; }
  .talkDetails__speaker--link {
    text-decoration: none;
    color: #fff;
    -webkit-transition: -webkit-text-decoration 0.3s;
    transition: -webkit-text-decoration 0.3s;
    transition: text-decoration 0.3s;
    transition: text-decoration 0.3s, -webkit-text-decoration 0.3s; }
    .talkDetails__speaker--link:hover {
      color: #fff;
      text-decoration: underline; }
  .talkDetails__body {
    padding: 2% 10%;
    border-radius: 0 0 0.5rem 0.5rem;
    background-color: #f8f7f7;
    font-size: 1.6rem;
    line-height: 1.4em; }
  .talkDetails__metadata {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 1.5em;
    line-height: 2.5em;
    text-align: center; }
    .talkDetails__metadata--item {
      padding: 0.3em 1.5em;
      border-radius: 2em;
      background-color: #ddd;
      border: #9a9a93 solid 1px;
      margin: 0 1%; }
      .talkDetails__metadata--item:first-child {
        margin-left: 0; }
      .talkDetails__metadata--item:last-child {
        margin-right: 0; }
  .talkDetails__slides {
    text-align: center;
    margin-bottom: 1rem; }
  .talkDetails__slidesIcon {
    width: 1.8rem;
    height: 1.8rem;
    fill: currentColor;
    vertical-align: middle;
    margin-right: 0.6rem; }
  .talkDetails__slidesLabel {
    vertical-align: middle; }
  .talkDetails__admin {
    font-size: 1.4rem;
    position: absolute;
    bottom: 1rem;
    right: 1rem; }

@media (min-width: 1200px) {
  .talksFilter {
    margin: 0 10rem; } }

.talksFilter input[type='checkbox'] {
  display: none; }

.talksFilter label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .talksFilter label .talksFilter__item--text {
    cursor: pointer; }

.talksFilter label:before {
  content: '';
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  border: #ddd 1px solid;
  border-radius: 15%;
  margin-right: 1rem;
  cursor: pointer; }

.talksFilter input[type='checkbox']:checked + label:before {
  background-color: #fdba1d; }

.talksFilter:after {
  content: '';
  display: block;
  clear: both; }

.talksFilter__filters {
  overflow: hidden;
  -webkit-transition: height 0.5s;
  transition: height 0.5s; }

.talksFilter__filter {
  margin: 0 0 2rem 2rem; }
  @media (min-width: 992px) {
    .talksFilter__filter {
      margin: 0;
      float: left;
      width: 33%; } }

.talksFilter__title {
  margin: 0.8rem 0;
  font-size: 1.8rem; }

.talksFilter__items {
  font-size: 1.6rem;
  font-weight: 300; }

.talksFilter__item {
  margin: 1em 0; }
  @media (min-width: 992px) {
    .talksFilter__item {
      margin: 1rem 0; } }
  .talksFilter__item--text:before {
    content: '';
    display: block;
    border-bottom: #fff 1px solid;
    border-left: #fff 1px solid;
    width: 0.7em;
    height: 0.3em;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    left: 0.3em;
    top: 0.35em; }

.talksFilter__button--filter {
  text-align: right;
  margin-right: 1rem; }

.talksFilter__button--cancel {
  text-align: center;
  margin-bottom: 0.6rem; }
  .talksFilter__button--cancel:before {
    content: '';
    display: block;
    clear: both; }

.talksFilter-collapse {
  position: relative; }

.talksFilter-buttonCollapse {
  text-transform: uppercase;
  background-color: #f8f7f7;
  padding: 0.4rem 1rem;
  display: block;
  margin-top: 20px;
  text-decoration: none; }
  .talksFilter-buttonCollapse:hover, .talksFilter-buttonCollapse:focus, .talksFilter-buttonCollapse:active {
    text-decoration: none; }
  .talksFilter-buttonCollapse:hover svg,
  .talksFilter-buttonCollapse:focus svg,
  .talksFilter-buttonCollapse:active svg {
    margin-left: 0.2rem;
    margin-right: 0.3rem; }
  .talksFilter-buttonCollapse svg {
    margin-right: 0.5rem;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear; }
  .talksFilter-buttonCollapse[aria-expanded='true'] svg {
    margin-left: 0;
    margin-right: 0.5rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.talksFilter-title {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin-right: 0.5em; }

.talksFilter-options {
  display: inline-block;
  padding: 10px 15px; }

.talksFilter-item {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: 0;
  margin-right: 0; }

.talksFilter.collapse.in .talksFilter-reset {
  display: block; }

.talksFilter-reset {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  background-color: #b3b3ad;
  padding: 0 0.4em;
  margin: 0.5rem;
  border-radius: 4px;
  color: white;
  margin-bottom: 0.5em; }
  .talksFilter-reset:hover, .talksFilter-reset:focus {
    background-color: #9a9a93; }
  .talksFilter-reset--icon {
    margin-right: 0.5rem; }

.talksFilter-options .talksFilter-item {
  cursor: pointer; }
  .talksFilter-options .talksFilter-item[data-filter-theme='hidden'], .talksFilter-options .talksFilter-item[data-filter-level='hidden'], .talksFilter-options .talksFilter-item[data-filter-language='hidden'], .talksFilter-options .talksFilter-item[data-filter-type='hidden'], .talksFilter-options .talksFilter-item[data-filter-theme='hidden'][data-filter-level='hidden'] {
    opacity: 0.2; }

@media (max-width: 767px) {
  .talksFilter-options .talksFilter-item {
    padding: 0.5em; }
  .talksFilter-levels {
    margin-top: 0.5em; } }

.fullSchedule .talksFilter-item[data-filter-theme='hidden'], .fullSchedule .talksFilter-item[data-filter-level='hidden'], .fullSchedule .talksFilter-item[data-filter-language='hidden'], .fullSchedule .talksFilter-item[data-filter-type='hidden'], .fullSchedule .talksFilter-item[data-filter-theme='hidden'][data-filter-level='hidden'] {
  opacity: 0.05;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

.talks .talksFilter-item[data-filter-theme='hidden'], .talks .talksFilter-item[data-filter-level='hidden'], .talks .talksFilter-item[data-filter-language='hidden'], .talks .talksFilter-item[data-filter-type='hidden'], .talks .talksFilter-item[data-filter-theme='hidden'][data-filter-level='hidden'] {
  display: none; }

.judcon {
  padding: 4rem 0 5rem 0; }
  .judcon__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .judcon__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }
  .judcon__mainTitle {
    font-size: 2rem;
    font-weight: 600;
    margin: 0 2rem 2rem 2rem;
    text-align: center; }
    @media (min-width: 768px) {
      .judcon__mainTitle {
        font-size: 2.5rem;
        margin-bottom: 4rem;
        text-align: left; } }
  @media (min-width: 768px) {
    .judcon__logo {
      width: 150px; } }
  .judcon__person {
    margin-top: 0; }
  .judcon__quoteContainer {
    margin: 0 2rem; }
    @media (min-width: 768px) {
      .judcon__quoteContainer {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .judcon__quoteContainer:before, .judcon__quoteContainer:after {
          content: '';
          display: block;
          width: 3rem;
          height: 3rem;
          background-repeat: no-repeat;
          background-size: contain;
          -ms-flex-negative: 0;
          flex-shrink: 0; }
        .judcon__quoteContainer:before {
          background-image: url("../images/icons/quote_left.svg");
          -ms-flex-item-align: start;
          align-self: flex-start;
          margin-right: 1rem; }
        .judcon__quoteContainer:after {
          background-image: url("../images/icons/quote_right.svg");
          -ms-flex-item-align: end;
          align-self: flex-end;
          margin-left: 1rem; } }

.no-webp .subscribe__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/tickets-mini-mobile.jpg);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/tickets-mini-mobile.jpg); }
  @media (min-width: 768px) {
    .no-webp .subscribe__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/tickets-mini-tablet.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/tickets-mini-tablet.jpg); } }
  @media (min-width: 992px) {
    .no-webp .subscribe__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/tickets-mini-desktop.jpg);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/tickets-mini-desktop.jpg); } }

.webp .subscribe__header {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/tickets-mini-mobile.webp);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/tickets-mini-mobile.webp); }
  @media (min-width: 768px) {
    .webp .subscribe__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/tickets-mini-tablet.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/tickets-mini-tablet.webp); } }
  @media (min-width: 992px) {
    .webp .subscribe__header {
      background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0.35))), url(../images/illustrations/responsives/tickets-mini-desktop.webp);
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)), url(../images/illustrations/responsives/tickets-mini-desktop.webp); } }

@media (min-width: 992px) {
  .subscribe__header {
    background-position: 0 30%; } }

@media (min-width: 992px) {
  .passes {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 'deepdiveMain conferenceMain combiMain' 'deepdiveDesc conferenceDesc combiDesc';
    grid-column-gap: 3rem; } }

@media (min-width: 992px) {
  .training {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: 'trainingMain trainingChapter trainingChapter' 'trainingDesc trainingChapter trainingChapter';
    grid-column-gap: 3rem; } }

.training__description {
  grid-area: trainingChapter;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 992px) {
    .training__description {
      margin-left: 0;
      margin-right: 0; } }

.pass__mainContainer {
  position: relative;
  padding: 4rem;
  border-radius: 16px 16px 0 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 992px) {
    .pass__mainContainer {
      margin-left: 0;
      margin-right: 0; } }
  .pass__mainContainer--deepdive {
    grid-area: deepdiveMain;
    background-color: #fdba1d; }
  .pass__mainContainer--conference {
    grid-area: conferenceMain;
    background-color: #fdaf1d; }
  .pass__mainContainer--combi {
    grid-area: combiMain;
    background-color: #eb8815; }
  .pass__mainContainer--training {
    grid-area: trainingMain;
    background-color: #eb8815; }

.pass__name {
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 4rem; }

.pass__pass--deepdive {
  color: #d99f16; }

.pass__pass--conference {
  color: #c68d24; }

.pass__pass--combi, .pass__pass--training {
  color: #c67517; }

.pass__days {
  font-size: 2rem;
  margin-bottom: 2rem; }

.pass__price {
  font-size: 6rem;
  margin-bottom: 2rem; }

.pass__maxPrice {
  font-size: 3rem;
  margin-bottom: 2rem;
  text-decoration: line-through; }

.pass__studentPrice {
  font-size: 2rem;
  margin-bottom: 2rem; }

.pass__buy {
  padding-left: 4rem;
  padding-right: 4rem; }
  .pass__buy--deepdive:hover, .pass__buy--deepdive:focus, .pass__buy--deepdive:active {
    background-color: rgba(217, 159, 22, 0.3); }
  .pass__buy--conference:hover, .pass__buy--conference:focus, .pass__buy--conference:active {
    background-color: rgba(198, 141, 36, 0.3); }
  .pass__buy--training:hover, .pass__buy--training:focus, .pass__buy--training:active, .pass__buy--combi:hover, .pass__buy--combi:focus, .pass__buy--combi:active {
    background-color: rgba(198, 117, 23, 0.3); }
  .pass__buy--soldout {
    visibility: hidden; }

.pass__soldout {
  position: absolute;
  bottom: 2rem;
  left: 0;
  width: 100%; }

.pass__descriptionContainer {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding: 4rem 4rem 3rem 4rem;
  border: 1px solid #ddd;
  border-radius: 0 0 16px 16px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  margin-left: 1rem;
  margin-right: 1rem;
  margin-bottom: 5rem; }
  @media (min-width: 992px) {
    .pass__descriptionContainer {
      margin-left: 0;
      margin-right: 0; } }
  .pass__descriptionContainer--deepdive {
    grid-area: deepdiveDesc; }
    .pass__descriptionContainer--deepdive .pass__descriptionItem:before {
      background-color: #fdba1d; }
  .pass__descriptionContainer--conference {
    grid-area: conferenceDesc; }
    .pass__descriptionContainer--conference .pass__descriptionItem:before {
      background-color: #fdaf1d; }
  .pass__descriptionContainer--combi {
    grid-area: combiDesc; }
    .pass__descriptionContainer--combi .pass__descriptionItem:before {
      background-color: #eb8815; }
  .pass__descriptionContainer--training {
    grid-area: trainingDesc; }
    .pass__descriptionContainer--training .pass__descriptionItem:before {
      background-color: #eb8815; }

.pass__description {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.pass__descriptionItem {
  margin-bottom: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .pass__descriptionItem:before {
    content: '';
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0.3rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0.8rem;
    margin-right: 0.8rem; }

.pass__remainingDays {
  text-align: center;
  color: #9a9a93;
  font-size: 1.4rem;
  margin-top: 3rem; }

.pass__mainContainer--soldout::before, .pass__descriptionContainer--soldout::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5); }
