html {
  height: 100%;
}

body {
  padding-top: 75px;
  padding-bottom: 15em;
  font-family: 'Open Sans', sans-serif;
  position: relative;
  min-height: 100vh;
}

@media (max-width: 767px) {
  body {
    padding-bottom: 0;
  }
}
.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: #0090CD;
  font-weight: 300;
}

.button,
.button-active {
  background-image: none;
  border: none;
  border-radius: 0;
  text-decoration: none;
  color: #0090CD;
  background-color: #fff;
  -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  margin: 0.5em;
  width: 11em;
  min-height: 2em;
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: background-color 0.2s;
}
@media (max-width: 767px) {
  .button,
  .button-active {
    font-size: 1.3em;
  }
}
.button:hover, .button:active, .button:focus,
.button-active:hover,
.button-active:active,
.button-active:focus {
  background-color: #ddd;
}
.button.btn-primary,
.button-active.btn-primary {
  background-color: #0090CD;
  color: #fff;
}
.button.btn-primary:hover, .button.btn-primary:active, .button.btn-primary:focus,
.button-active.btn-primary:hover,
.button-active.btn-primary:active,
.button-active.btn-primary:focus {
  background-color: #00709D;
}
.button[disabled], .button[disabled]:hover, .button[disabled]:active, .button[disabled]:focus,
.button-active[disabled],
.button-active[disabled]:hover,
.button-active[disabled]:active,
.button-active[disabled]:focus {
  pointer-events: none;
  cursor: default;
  background-color: #777;
  color: #ddd;
}

.button-small {
  width: 12rem;
}

.button-large {
  width: 14.5em;
}

.button-x-large {
  width: 18em;
}

@media (max-width: 767px) {
  .button-x-large {
    font-size: 1.1em;
  }
}
a {
  color: #0090CD;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #00709D;
}

.rowShadow {
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
}

.flexRow {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
@media (max-width: 767px) {
  .flexRow {
    display: block;
  }
}

.flexCol--grow1 {
  flex: 1 0;
}
.flexCol--grow2 {
  flex: 2 0;
}
.flexCol--grow3 {
  flex: 3 0;
}

.home-title {
  font-size: 2.8em;
  margin-top: 0.5em;
  padding-top: 0;
  margin-bottom: 0.5em;
}
.home-subtitle {
  font-size: 1.1em;
  text-align: center;
}
.home-introduction {
  padding-bottom: 1.5em;
  text-align: left;
}

.page-title {
  color: white;
  height: 3.3em;
  margin: 0;
  padding: 0 1em;
  font-size: 1em;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.page-title-container {
  font-size: 2.8em;
  background-position: top;
  background-image: url("../images/backgrounds/polygon-06s.jpg");
  -moz-box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.3);
}

.page-container {
  margin-top: 3em;
  margin-bottom: 3em;
}
@media (max-width: 767px) {
  .page-container {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .page-container--fullWidth {
    padding-left: 0;
    padding-right: 0;
  }
}

.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-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  max-width: 60%;
  margin: 0 auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .cfp-intro {
    max-width: 90%;
  }
}
.cfp-propose {
  -webkit-align-self: 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-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%;
}

nav a {
  text-decoration: none;
}

.navbar-animated {
  min-height: 50px;
  height: 75px;
  line-height: 75px;
  background: #fff;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-animated .container-fluid {
  background-color: #fff;
}
.navbar-animated-logos {
  margin-left: 0.5em;
}
.navbar-animated-brand {
  padding: 0;
  height: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.navbar-animated-logo {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0;
  margin: 0;
}
.navbar-animated-logo img {
  height: 100%;
}

.nav > li > a {
  padding: 10px 10px;
}

li a.navbar-animated-link {
  -moz-transition: height 0.3s, line-height 0.3s;
  -o-transition: height 0.3s, line-height 0.3s;
  -webkit-transition: height 0.3s, line-height 0.3s;
  transition: height 0.3s, line-height 0.3s;
  height: 75px;
  line-height: 75px;
  padding-top: 0;
  padding-bottom: 0;
}
li a.navbar-animated-link:hover, li a.navbar-animated-link:focus, li a.navbar-animated-link:active {
  border-bottom: 4px solid #0090CD;
}

.navbar-default .navbar-nav > li a.navbar-animated-link {
  color: #777;
}
.navbar-default .navbar-nav > li a.navbar-animated-link:hover, .navbar-default .navbar-nav > li a.navbar-animated-link:focus, .navbar-default .navbar-nav > li a.navbar-animated-link:active {
  color: #333;
}

.navbar-default .navbar-nav > li.active a.navbar-animated-link {
  background-image: none;
  background-color: #fff;
  border-bottom: 4px solid #FDB742;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-default .navbar-nav > li.active a.navbar-animated-link:hover, .navbar-default .navbar-nav > li.active a.navbar-animated-link:focus, .navbar-default .navbar-nav > li.active a.navbar-animated-link:active {
  border-color: #0090CD;
}

li.open a.navbar-animated-link {
  border-bottom: 4px solid #0090CD;
}

.navbar-default .navbar-nav > li.open > a.navbar-animated-link:hover, .navbar-default .navbar-nav > li.open > a.navbar-animated-link:focus, .navbar-default .navbar-nav > li.open > a.navbar-animated-link:active {
  background-image: none;
  background-color: #fff;
}

.dropdown-caret {
  font-size: 1.2em;
  padding-left: 0.2em;
}

ul.dropdown-menu {
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}

ul.dropdown-menu > li > a {
  color: #777;
  padding: 0.8em 1em;
  border-left: 4px solid #fff;
}
ul.dropdown-menu > li > a:hover, ul.dropdown-menu > li > a:focus, ul.dropdown-menu > li > a:active {
  background-image: none;
  background-color: #fff;
  border-color: #0090CD;
  color: #333;
}

ul.dropdown-menu > li.active > a {
  background-color: #fff;
  border-color: #FDB742;
  background-image: none;
  color: #777;
}
ul.dropdown-menu > li.active > a:hover, ul.dropdown-menu > li.active > a:focus, ul.dropdown-menu > li.active > a:active {
  background-image: none;
  background-color: #fff;
  border-color: #0090CD;
  color: #333;
}

.navbar-animated-small {
  height: 50px;
  line-height: 50px;
}
.navbar-animated-small .navbar-rivieradev {
  height: 50px;
  line-height: 50px;
}
.navbar-animated-small li a.navbar-animated-link {
  height: 50px;
  line-height: 50px;
}
.navbar-animated-small .navbar-RedHat {
  font-size: 0.65em;
}

.navbar .label-primary {
  font-size: 100%;
  padding: 0.6em 1em 0.7em 1em;
  background-color: #FDB742;
}

.navbar-rivieradev {
  margin-right: 0.3em;
  height: 75px;
  line-height: 75px;
}
.navbar-RedHat {
  display: -webkit-flex;
  display: flex;
}
.navbar-RedHat img.navbar-RedHat--logo {
  display: inline-block;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  height: 2em;
  margin-right: 0.5em;
  margin-bottom: 0.05em;
}
.navbar-RedHat--featuring {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  -webkit-align-self: flex-end;
  align-self: flex-end;
  margin-bottom: 0.45em;
}

#navbar-RedHat {
  margin-left: 0;
  align-self: flex-end;
}

.navbar-fixed-top .navbar-collapse {
  max-height: 100vh;
  background-color: #fff;
}
.navbar-fixed-top .navbar-collapse.in {
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:active {
  background-color: transparent;
}
.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:active .icon-bar {
  background-color: #0090CD;
}

@media (max-width: 992px) {
  body {
    padding-top: 0;
  }

  .navbar-fixed-top {
    position: inherit;
    margin-bottom: 0;
    background-image: none;
    background-color: #fff;
  }

  .navbar-animated {
    height: 50px;
    line-height: 50px;
  }
  .navbar-animated-brand {
    width: calc(100vw - 80px);
  }

  .navbar-rivieradev {
    height: 50px;
    line-height: 50px;
  }

  li a.navbar-animated-link {
    height: 50px;
    line-height: 50px;
    border-left: 4px solid #fff;
  }
  li a.navbar-animated-link:hover, li a.navbar-animated-link:focus, li a.navbar-animated-link:active {
    border-bottom: none;
    border-color: #0090CD;
  }

  .navbar-default .navbar-nav > li.open > a.navbar-animated-link:hover, .navbar-default .navbar-nav > li.open > a.navbar-animated-link:focus, .navbar-default .navbar-nav > li.open > a.navbar-animated-link:active {
    background-image: none;
    background-color: #fff;
  }

  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav > li.active a.navbar-animated-link {
    background-image: none;
    background-color: #fff;
    border-bottom: none;
    border-left: 4px solid #FDB742;
    color: #333;
  }
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar .navbar-nav .open .dropdown-menu > .active > a:active,
  .navbar-default .navbar-nav > li.active a.navbar-animated-link:hover,
  .navbar-default .navbar-nav > li.active a.navbar-animated-link:focus,
  .navbar-default .navbar-nav > li.active a.navbar-animated-link:active {
    background-image: none;
    background-color: #fff;
    border-color: #0090CD;
    color: #333;
  }

  #navbar-RedHat {
    font-size: 0.6em;
    margin-left: 0;
  }
}
.parallax {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.parallax-home {
  background-image: url("../images/header_parallax_4_flou.jpg");
}
.parallax-home-location {
  background-image: url("../images/location_parallax.jpg");
  height: 250px;
}
.parallax-home-partenaires {
  background-image: url("../images/sponsors_parallax_2.jpg");
  height: 250px;
}
.parallax-page {
  height: auto;
  font-size: 2.8em;
}
.parallax-title {
  text-align: center;
  padding-top: 7em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.parallax-title-title {
  color: white;
  margin-top: 0;
  font-size: 3.5em;
  font-weight: 600;
  text-transform: uppercase;
}
.parallax-title-subtitle {
  color: white;
  font-size: 2em;
  font-weight: inherit;
}

@media (max-width: 767px) {
  .parallax-title {
    padding-top: 1.5em;
  }
}
.registration-buttons {
  margin-top: 3em;
  margin-bottom: 3em;
  text-align: center;
}
.registration-partenaire {
  margin-top: 1em;
}

@media (max-width: 767px) {
  .registration-buttons {
    margin-top: 1em;
    margin-bottom: 1em;
  }
  .registration-button {
    margin: 0.2em;
  }
}
.countdown {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  position: absolute;
  font-size: 4em;
  width: 11.3em;
  height: 3em;
  left: calc(50% - (11.3em / 2));
  bottom: -1em;
  padding: 0.5em 0.5em;
}
.countdown-parent {
  position: relative;
  margin-bottom: 4em;
  padding-bottom: 6em;
}
.countdown-day, .countdown-hour, .countdown-min, .countdown-sec {
  display: inline-block;
  width: 2.2em;
  height: 2.2em;
  text-align: center;
  vertical-align: middle;
  margin-right: 0.5em;
  padding-top: 0.1em;
}
.countdown-day {
  background-color: rgba(0, 144, 205, 0.8);
}
.countdown-hour {
  background-color: rgba(140, 70, 162, 0.8);
}
.countdown-min {
  background-color: rgba(255, 183, 66, 0.8);
}
.countdown-sec {
  background-color: rgba(115, 173, 5, 0.8);
}
.countdown-sec {
  margin-right: 0;
}
.countdown-number, .countdown-desc {
  display: block;
  float: left;
  width: 100%;
  text-align: center;
}
.countdown-desc {
  font-size: 0.27em;
  line-height: 1.8em;
}
.countdown-number {
  font-family: 'Oswald', sans-serif;
}

@media (max-width: 767px) {
  .countdown,
  .countdown-bg {
    font-size: 2em;
  }

  .countdown-parent {
    margin-bottom: 3em;
    padding-bottom: 3em;
  }
}
.presentation {
  background-color: #FDB742;
  color: #fff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .presentation {
    display: block;
  }
}
.presentation-item {
  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 {
  margin: 3rem 0;
}
.days-date {
  color: #0090CD;
  font-size: 1.8rem;
  font-weight: 300;
}
.days-title {
  margin-top: 0;
  text-align: left;
}
.days-title2 {
  color: #0090CD;
  font-weight: 300;
}
.days-item {
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .days-item {
    width: 90%;
  }
}
@media (max-width: 991px) {
  .days-item--first {
    margin-bottom: 5rem;
  }
}

.location {
  position: relative;
}
.location-header {
  background-color: rgba(255, 255, 255, 0.7);
}
.location-subtitle {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.location-map {
  width: 100%;
  height: 400px;
}
.location-adress-container {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.location-address {
  padding: 2em;
}
.location-address-sm {
  position: absolute;
  top: 4em;
  right: 4em;
  width: 25em;
  background-color: #fff;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23), 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23), 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23), 0 3px 6px rgba(0, 0, 0, 0.16);
}
.location-address-xs {
  width: 100%;
}
.location-address-title {
  margin-top: 0;
}
.location-address-title-map {
  font-weight: bold;
}
.location-address-line {
  display: block;
}
.location-details {
  margin-top: 2em;
  text-align: center;
}

.newsletter {
  padding-top: 0.5em;
  margin-bottom: 2em;
}
.newsletter-form {
  margin-top: 2em;
  text-align: center;
}
.newsletter-form-group {
  margin-bottom: 0;
}
.newsletter-icon {
  font-size: 4em;
  vertical-align: middle;
  margin-right: 0.3em;
  color: #FDB742;
}

.newsletter-form .newsletter-mail {
  height: 3em;
  width: 22em;
  max-width: 95%;
  border-radius: 0;
  display: inline-block;
}

.statistics {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  background-color: #0090CD;
  padding: 3rem;
}
.statistics-item {
  position: relative;
  text-align: center;
  font-weight: 300;
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}
@media (max-width: 1199px) {
  .statistics-item {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .statistics-item {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .statistics-item {
    width: 50%;
  }
}
.statistics-item:not(:last-child) {
  margin-bottom: 2em;
}
.statistics-item span {
  font-size: 3em;
  font-weight: 600;
  display: block;
}
.statistics-icon {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 2.5em 2.5em;
  opacity: 0.2;
}
.statistics-icon--days {
  background-image: url(../images/icons/days.svg);
}
.statistics-icon--attendees {
  background-image: url(../images/icons/success.svg);
}
.statistics-icon--tracks {
  background-image: url(../images/icons/layers.svg);
}
.statistics-icon--keynotes {
  background-image: url(../images/icons/microphone.svg);
}
.statistics-icon--conferences {
  background-image: url(../images/icons/speech.svg);
}
.statistics-icon--workshops {
  background-image: url(../images/icons/people-laptop.svg);
}
.statistics-icon--breakfasts {
  background-image: url(../images/icons/snacks-sign.svg);
}
.statistics-icon--buffets {
  background-image: url(../images/icons/cooking.svg);
}
.statistics-icon--party {
  background-image: url(../images/icons/concert.svg);
}
.statistics-text {
  width: calc(100% - 2.5em);
  margin-left: 2.5em;
}

.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;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -10px;
  top: 26px;
  width: 184px;
  background-color: #0090CD;
  color: #fff;
  -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  -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 {
  width: 100%;
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eee;
}
.partenaires-header-subtitle {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 1.5em;
}
.partenaires-title {
  margin: 1.5em auto 0 auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.5em;
  font-weight: 700;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
.partenaires-title-text {
  padding: 0 0.5em;
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.partenaires-title:before, .partenaires-title:after {
  content: '';
  background-color: #777;
  height: 1px;
  flex-grow: 1;
}
.partenaires-title-platinum {
  color: #AC2742;
}
.partenaires-title-silver {
  color: #3363C9;
}
.partenaires-title-gold {
  color: #DD7E00;
}
.partenaires-title-lunches, .partenaires-title-party, .partenaires-title-partner {
  color: #777;
}
.partenaires-level {
  position: relative;
}
.partenaires-level:first-child {
  margin-top: 1.5em;
}
.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;
  border: 1px solid transparent;
  text-decoration: none;
  overflow: hidden;
  transition: all 0.2s;
}
.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-logo:hover, .partenaire-logo:focus, .partenaire-logo:active {
  border-color: #ddd;
}
.partenaire-logo-img {
  max-width: 90%;
  max-height: 80%;
  vertical-align: middle;
  transition: all 0.2s;
}

.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: #0090CD;
  font-size: 1.3em;
  line-height: inherit;
  font-weight: inherit;
}
.partenaireDetails-link {
  margin-bottom: 0.5em;
}
.partenaireDetails-icon {
  color: #FDB742;
  font-size: 1.3em;
}

@media (max-width: 767px) {
  .partenaireDetails-name {
    text-align: center;
    margin-top: 0.5em;
  }
}
.sponsorship {
  background-color: #fff;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  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-flex;
    display: flex;
  }
  .sponsorship-level {
    margin-bottom: 0;
    height: 100%;
  }
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 15em;
  padding-top: 1.5em;
  background-color: #333;
  color: #ddd;
}
.footer a {
  color: #ddd;
  transition: all 0.1s;
}
.footer a:hover, .footer a:focus, .footer a:active {
  color: #fff;
}
.footer-infos {
  padding-left: 2em;
}
.footer-logo {
  font-size: 1.8em;
}
.footer-logo img {
  height: 75px;
}
.footer-contact {
  margin-top: 1.5em;
}
.footer-contact-deco {
  color: #FDB742;
  font-size: 2em;
  vertical-align: middle;
}
.footer-contact-text {
  vertical-align: sub;
}
.footer-title {
  font-size: 1.2em;
  margin-top: 0;
  margin-bottom: 0.2em;
}
.footer-menu {
  list-style-type: none;
  padding-left: 1em;
  font-size: 0.9em;
}
.footer-archives {
  margin-top: 0.5em;
}
.footer-admin {
  margin-top: 1em;
}
.footer-rs {
  margin-top: 0.5em;
}
.footer-rs-item {
  font-size: 2em;
}
.footer-rs-item:hover, .footer-rs-item:focus, .footer-rs-item:active {
  text-decoration: none;
}
.footer-copyright {
  text-align: right;
  font-size: 0.8em;
}

a.footer-rs-item {
  display: inline-block;
  text-align: center;
  width: 1.5em;
  height: 1.5em;
  transition: all 0.3s;
}

a.footer-rs-twitter:hover,
a.footer-rs-twitter:focus,
a.footer-rs-twitter:active {
  color: #1da1f2;
}

a.footer-rs-facebook:hover,
a.footer-rs-facebook:focus,
a.footer-rs-facebook:active {
  color: #3b5998;
}

a.footer-rs-linkedin:hover,
a.footer-rs-linkedin:focus,
a.footer-rs-linkedin:active {
  color: #0077B5;
}

a.footer-rs-instagram:hover,
a.footer-rs-instagram:focus,
a.footer-rs-instagram:active {
  color: #E62F65;
}

@media (max-width: 767px) {
  .footer {
    position: static;
    height: auto;
  }
  .footer-contact {
    margin-top: 1em;
  }
  .footer-infos, .footer-menu, .footer-rs {
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-menu, .footer-rs {
    margin-top: 2em;
  }
  .footer-copyright {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 0.5em;
  }
}
.access {
  margin-bottom: 2em;
}
.access-map {
  text-align: center;
  margin-top: 2em;
  margin-bottom: 2em;
}
.access-map--iFrame {
  width: 100%;
  height: 450px;
  border: 0;
}
.access-icon {
  color: #FDB742;
}
.access-title {
  text-align: left;
  margin-top: 2em;
}

.personsList {
  text-align: center;
  margin-top: 2em;
}

.personSummary {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  margin: 0 30px 30px;
  color: #333;
}
.personSummary-link {
  text-decoration: none;
}
.personSummary-link:hover, .personSummary-link:active, .personSummary-link:focus {
  text-decoration: none;
}
.personSummary-photo {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-size: cover;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.personSummary-desc {
  margin-top: 0.5em;
}
.personSummary-name {
  text-transform: uppercase;
  font-size: 1.1em;
  color: #0090CD;
}
.personSummary-title {
  font-style: italic;
}

.personSummary-link:hover .personSummary-photo, .personSummary-link:active .personSummary-photo, .personSummary-link:focus .personSummary-photo {
  -moz-box-shadow: 0 0 0 5px #0090CD;
  -webkit-box-shadow: 0 0 0 5px #0090CD;
  box-shadow: 0 0 0 5px #0090CD;
}

.personDetails {
  margin-top: 2em;
}
.personDetails:before, .personDetails:after {
  display: block;
  width: 100%;
  height: 5px;
  margin: 2em 0;
  background-color: #0090CD;
}
.personDetails-name-title {
  margin-bottom: 1em;
}
.personDetails-name {
  text-transform: uppercase;
  color: #0090CD;
  font-size: 1.3em;
}
.personDetails-title {
  font-style: italic;
}
.personDetails-photo-img {
  max-width: 100%;
  height: auto;
}
.personDetails-icon {
  color: #FDB742;
  font-size: 1.3em;
}
.personDetails-link {
  margin-bottom: 0.5em;
}

@media (max-width: 767px) {
  .personDetails {
    margin-top: 0;
  }
  .personDetails:before, .personDetails:after {
    height: 0;
  }
  .personDetails-photo {
    text-align: center;
  }
  .personDetails-photo-img {
    max-width: 200px;
  }
  .personDetails-name-title {
    text-align: center;
  }
  .personDetails-biography {
    margin: 2em 0;
  }
}
.speakers {
  text-align: center;
  padding-bottom: 1.5em;
}
.speakers-previous-title {
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1.1em;
}
.speakers-previous-subtitle {
  margin-bottom: 2em;
}
.speakers-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.speakers-item {
  align-self: flex-start;
  flex-basis: 150px;
}

.speaker-talks {
  list-style-type: none;
  padding-left: 0;
  margin-top: 2em;
}

@media (max-width: 767px) {
  .speaker-talks {
    margin-bottom: 2em;
  }
}
.orgas-rivierajug {
  width: auto;
}
.orgas-contact {
  margin-top: 2em;
}
.orgas-photo {
  width: 100%;
}

.schedule-day {
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  color: #fff;
  line-height: 1.5em;
}
.schedule-day-filter {
  padding: .5rem 1rem;
  line-height: 3.5rem;
  cursor: pointer;
  transition: opacity .2s ease-in-out;
}
.schedule-day-filter--hidden {
  opacity: .6;
}
@media (max-width: 767px) and (orientation: landscape) {
  .schedule-day-filterItem {
    display: inline;
  }
}
.schedule-dayAll {
  background-color: #bbb;
}
.schedule-day1 {
  background-color: rgba(0, 144, 205, 0.8);
}
.schedule-day2 {
  background-color: rgba(255, 183, 66, 0.8);
}
.schedule-day3 {
  background-color: rgba(140, 70, 162, 0.8);
}
.schedule-time {
  font-family: 'Oswald', sans-serif;
  font-weight: normal;
}

.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-container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.fullSchedule {
  margin: 2rem 0;
  width: 100%;
  table-layout: fixed;
}
.fullSchedule-day {
  padding-left: 15px;
  padding-right: 15px;
}
.fullSchedule th, .fullSchedule td {
  border: 3px solid #eee;
  padding: 0.5em;
}
.fullSchedule-col-time {
  width: 10%;
}
@media (max-width: 767px) {
  .fullSchedule-col-time {
    width: 20%;
  }
}
.fullSchedule-col-2tracks {
  width: 45%;
}
.fullSchedule-col-3tracks {
  width: 30%;
}
.fullSchedule-col-4tracks {
  width: 22.5%;
}
.fullSchedule-col-XStracks {
  width: 90%;
}
.fullSchedule-time {
  text-align: center;
  font-size: 1.1em;
}
.fullSchedule-time-begin, .fullSchedule-time-end {
  display: block;
}
.fullSchedule-track {
  text-align: center;
}
.fullSchedule-track-title {
  color: #777;
}
.fullSchedule-talk-cell {
  vertical-align: top;
  position: relative;
}
.fullSchedule-talk-title {
  display: block;
  margin-bottom: 0.5em;
  font-weight: 600;
  color: #00709D;
}
.fullSchedule-talk-speakers {
  list-style-type: none;
  padding-left: 0;
}
.fullSchedule-talk-speaker {
  color: #777;
  text-decoration-style: dotted;
  font-style: italic;
}
.fullSchedule-talk-like {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0.5em;
}
.fullSchedule-talk-like svg {
  color: #777;
}
.fullSchedule-talk-like[data-like="true"] svg {
  color: #cc0303;
}
.fullSchedule-breakfast, .fullSchedule-lunch, .fullSchedule-cofeeBreak, .fullSchedule-party {
  background-color: #fefaf1;
  font-style: italic;
}
.fullSchedule-breakfast-title, .fullSchedule-lunch-title, .fullSchedule-cofeeBreak-title, .fullSchedule-party-title {
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2.5em;
  font-weight: normal;
  margin-bottom: 0;
  color: inherit;
  line-height: 2em;
}
.fullSchedule-breakfast-title {
  background-image: url("../images/icons/croissant_2.svg");
}
.fullSchedule-cofeeBreak-title {
  background-image: url("../images/icons/hot-drink.svg");
}
.fullSchedule-lunch-title {
  background-image: url("../images/icons/cutlery.svg");
}
.fullSchedule-party-title {
  background-image: url("../images/icons/pint.svg");
}

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

.like-explanation {
  margin: 1rem auto 3rem;
}

.talk-theme {
  padding: 0 0.4em;
  border-radius: 4px;
  color: white;
  margin-bottom: 0.5em;
  display: inline-block;
}
.talk-theme-blue {
  background-color: #0090CD;
}
.talksFilter-options .talk-theme-blue:hover, .talk-theme-blue:focus {
  background-color: #00a9f1;
}
.talk-theme-yellow {
  background-color: #FDB742;
}
.talksFilter-options .talk-theme-yellow:hover, .talk-theme-yellow:focus {
  background-color: #feca74;
}
.talk-theme-green {
  background-color: #7BA218;
}
.talksFilter-options .talk-theme-green:hover, .talk-theme-green:focus {
  background-color: #9dce1f;
}
.talk-theme-purple {
  background-color: #844990;
}
.talksFilter-options .talk-theme-purple:hover, .talk-theme-purple:focus {
  background-color: #a05eae;
}
.talk-theme-orange {
  background-color: #ff7826;
}
.talksFilter-options .talk-theme-orange:hover, .talk-theme-orange:focus {
  background-color: #ff9e63;
}
.talk-theme-red {
  background-color: #CC0000;
}
.talksFilter-options .talk-theme-red:hover, .talk-theme-red:focus {
  background-color: #f50000;
}
.talk-theme-pink {
  background-color: #fd5ea7;
}
.talksFilter-options .talk-theme-pink:hover, .talk-theme-pink:focus {
  background-color: #fe90c3;
}
.talk-theme-turquoise {
  background-color: #00bacd;
}
.talksFilter-options .talk-theme-turquoise:hover, .talk-theme-turquoise:focus {
  background-color: #00dff6;
}
.talk-theme-brown {
  background-color: #9e4a17;
}
.talksFilter-options .talk-theme-brown:hover, .talk-theme-brown:focus {
  background-color: #c25b1c;
}

.talk-level {
  font-style: italic;
  background-color: #bbb;
  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: #d5d5d5;
}

.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: .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 {
  margin-top: 2em;
}
.talkDetails:before, .talkDetails:after {
  display: block;
  width: 100%;
  height: 5px;
  margin: 2em 0;
  background-color: #0090CD;
}
.talkDetails-all:after {
  height: 0;
}
.talkDetails-title {
  text-transform: uppercase;
  color: #0090CD;
  font-size: 1.3em;
}
.talkDetails-description {
  margin-top: 1em;
  margin-bottom: 2em;
}
.talkDetails-track, .talkDetails-slot-day, .talkDetails-slot-hour, .talkDetails-slides {
  margin-bottom: 0.5em;
}
.talkDetails-speakers {
  margin-top: 2em;
  margin-bottom: 2em;
}
.talkDetails-speaker {
  margin-bottom: 1em;
  display: block;
  text-decoration: none;
}
.talkDetails-speaker-photo {
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-size: cover;
  transition: all 0.5s ease;
}
.talkDetails-speaker-name {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.1em;
  color: #0090CD;
}
.talkDetails-icon {
  color: #FDB742;
  font-size: 1.3em;
  text-align: center;
}
.talkDetails svg.talkDetails-icon {
  width: 1.3em;
}

.talkDetails-speaker:hover, .talkDetails-speaker:focus, .talkDetails-speaker:active {
  text-decoration: none;
}
.talkDetails-speaker:hover .talkDetails-speaker-photo, .talkDetails-speaker:focus .talkDetails-speaker-photo, .talkDetails-speaker:active .talkDetails-speaker-photo {
  -moz-box-shadow: 0 0 0 3px #0090CD;
  -webkit-box-shadow: 0 0 0 3px #0090CD;
  box-shadow: 0 0 0 3px #0090CD;
}

@media (max-width: 767px) {
  .talkDetails-onlyOne {
    margin-top: 0;
  }
  .talkDetails-onlyOne:before, .talkDetails-onlyOne:after {
    height: 0;
  }
}
.talksFilter {
  background-color: #eee;
}
.talksFilter-collapse {
  position: relative;
}
.talksFilter-buttonCollapse {
  text-transform: uppercase;
  background-color: #eee;
  padding: .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: .2rem;
  margin-right: .3rem;
}
.talksFilter-buttonCollapse svg {
  margin-right: .5rem;
  transition: all .2s linear;
}
.talksFilter-buttonCollapse[aria-expanded=true] svg {
  margin-left: 0;
  margin-right: .5rem;
  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 {
  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: #d5d5d5;
  padding: 0 0.4em;
  margin: .5rem;
  border-radius: 4px;
  color: white;
  margin-bottom: 0.5em;
}
.talksFilter-reset:hover, .talksFilter-reset:focus {
  background-color: #bbb;
}
.talksFilter-reset--icon {
  margin-right: .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;
  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-intro {
  font-size: 1.1em;
  line-height: 1.5;
  font-style: italic;
  margin-top: 2em;
  margin-bottom: 3em;
}
.judcon-intro-quote:before, .judcon-intro-quote:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.6;
}
.judcon-intro-quote:before {
  background-image: url("../images/icons/quote_left.svg");
  margin: -30px auto 0 -30px;
}
.judcon-intro-quote:after {
  background-image: url("../images/icons/quote_right.svg");
  margin: -30px -30px 0 auto;
}
.judcon-intro-signature {
  text-align: right;
  font-size: 1.1em;
  font-style: normal;
}

@media (max-width: 767px) {
  .judcon-intro-quote:before,
  .judcon-intro-quote:after {
    display: none;
  }
}
.pass {
  margin: 2rem auto;
  display: flex;
  width: 93rem;
}
@media (max-width: 1200px) {
  .pass {
    width: 71rem;
  }
}
@media (max-width: 767px) {
  .pass {
    flex-direction: column;
    width: 90%;
  }
}
.pass-illustration {
  width: 20rem;
  height: 20rem;
  margin-left: 2rem;
}
@media (max-width: 1200px) {
  .pass-illustration {
    display: none;
  }
}
.pass-mainContainer {
  text-align: center;
  width: 25rem;
  background-color: #0a7db1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  border-radius: .7rem;
  border-right: 2px dashed #fff;
  position: relative;
}
@media (max-width: 767px) {
  .pass-mainContainer {
    width: auto;
    border-right: none;
    border-bottom: 2px dashed #fff;
  }
}
.pass-mainContainer::before, .pass-mainContainer::after {
  content: '';
  width: 2rem;
  height: 2rem;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: -1rem;
}
.pass-mainContainer::before {
  top: -1rem;
}
@media (max-width: 767px) {
  .pass-mainContainer::before {
    top: auto;
    bottom: -1rem;
    left: -1rem;
  }
}
.pass-mainContainer::after {
  bottom: -1rem;
}
.pass-pass {
  font-weight: 300;
  font-size: 1.8rem;
}
.pass-name {
  font-size: 3.2rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #fbc02c;
}
.pass-days {
  font-weight: 300;
  font-size: 1.4rem;
}
.pass-price {
  font-size: 4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fbc02c;
}
.pass-studentPrice {
  font-size: 1.4rem;
}
.pass-descriptionContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 46rem;
  padding: 2rem;
  background-color: #0a7db1;
  color: #fff;
  border-radius: .7rem;
}
@media (max-width: 767px) {
  .pass-descriptionContainer {
    width: auto;
  }
}
.pass-description {
  position: relative;
  list-style-type: none;
  padding-left: 0;
  margin: 0 2rem;
  font-weight: 300;
  font-size: 1.6rem;
}
.pass-descriptionItem {
  margin-left: 2rem;
}
.pass-check {
  position: absolute;
  left: 0;
  height: 2rem;
  width: 2rem;
}
.pass-buy {
  margin: 1rem 0 0 0;
  align-self: center;
}
.pass-saleover {
  text-align: center;
  font-style: italic;
  font-size: 1.6rem;
  font-weight: 300;
  margin-top: 1rem;
}

.photo .photo-album img {
	width: 400px;
}

.photo .photo-year,
.photo .photo-title
 {
    font-weight: bold;
    font-size: 16pt;
    position: absolute;
    padding: 0em 1em;
    width: 100%;
    background: rgba(100, 100, 100, 0.8);
    color: white;
}

.photo .photo-year {
    top: 0em;
}

.photo .photo-title {
    bottom: 0em;
}

.photo {
	display: inline-block;
	min-height: 300px;
	margin: 2em;
}

.photo .photo-container {
    position: relative;
}