@charset "UTF-8";
/**
 * x power y
 */
/**
 * Pseudo random generator between [0,1]
 */
body {
  background: #fff;
  font-family: 'adelle', sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #333;
  margin: 0em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1 {
  margin-bottom: 1em; }

a {
  text-decoration: underline;
  color: inherit; }
  a:hover {
    color: #0276b0; }

img {
  max-width: 100%; }

address {
  margin-bottom: 2em; }

.visually-hidden {
  /*http://developer.yahoo.com/blogs/ydn/posts/2012/10/clip-your-hidden-content-for-better-accessibility/*/
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 640px;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0 1em;
  font-size: 1.1rem;
  line-height: 160%; }

.container--ref {
  position: relative; }

.container--top {
  padding-top: 100px; }

.container--fullwidth {
  max-width: 100%; }

.main-head {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  background-size: cover;
  padding: 0em 0em; }
  .main-head .pace {
    bottom: 0px;
    position: absolute;
    width: 100%; }
    .main-head .pace .pace-progress {
      position: absolute;
      height: 1px; }

.main-head .main-head--fixed {
  position: fixed;
  z-index: 1000;
  right: 0px;
  left: 0px;
  top: 0px; }

.main-head__content {
  position: relative;
  z-index: 80;
  box-sizing: border-box;
  height: 100%;
  padding: 0; }
  .main-head__content .main-logo {
    display: block;
    max-width: 100%;
    margin: 0 auto 1.6em auto; }
  .main-head__content .catchline {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 4em; }

.main-head--blurry {
  background: url("../images/head_blurred_bg.65b3b3fdbd3e.jpg") no-repeat;
  background-size: cover; }
  .main-head--blurry .main-head__content {
    padding: 3em 0; }

.logo-wrapper .logo {
  display: block; }
.logo-wrapper .logo--centered {
  margin: 0 auto; }

.sidebar-container {
  display: none;
  box-sizing: border-box;
  height: 600px; }

.headroom.main-nav li:before {
  border-color: #f8f8f8; }
.headroom.main-nav a {
  color: #f8f8f8; }

.nuage-alert-message {
  position: relative;
  z-index: 300;
  text-align: center; }

.main-content {
  padding-top: 0em;
  padding-bottom: 0em; }

.main-content--blurry {
  padding-top: 3em;
  padding-bottom: 3em;
  background: url("../images/head_blurred_bg.65b3b3fdbd3e.jpg") repeat-y; }

.inner-container {
  width: 100%;
  box-sizing: border-box;
  max-width: 440px;
  margin: 0 auto;
  padding: 0 1em; }

.inner-container--wider {
  max-width: 700px; }

.invitation-form {
  position: relative; }
  .invitation-form .success-wrapper {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: #f8f8f8;
    color: #f5bbb4;
    text-align: center; }

.main-foot {
  padding-top: 3rem;
  padding: 1.5rem 0 2rem 0;
  background: #768fa5;
  color: #f8f8f8;
  overflow: auto; }
  .main-foot .rule {
    color: #f0f0f0; }
  .main-foot p {
    font-size: 0.9em;
    color: #f8f8f8; }
  .main-foot a {
    text-decoration: none; }
  .main-foot .nav {
    margin-top: 1em;
    margin-left: -0.5em; }
    .main-foot .nav li a {
      font-weight: 600;
      padding: 0em 0.5em; }
    .main-foot .nav li + li {
      border-left: 1px solid #f8f8f8; }
  .main-foot .copyright {
    text-align: center; }
  .main-foot .actions {
    text-align: center; }

#footer-map {
  height: 300px;
  margin-bottom: 3em; }

#outer-wrap {
  position: relative;
  overflow: hidden;
  width: 100%; }

#inner-wrap {
  position: relative;
  width: 100%; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .sidebar-container {
    display: block;
    position: absolute;
    width: 30%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    padding: 2em 2em 2em 3.5em; }
  .main-foot {
    padding: 3rem 0 4rem 0; }
    .main-foot .copyright {
      text-align: left;
      float: left; }
    .main-foot .actions {
      text-align: right;
      float: right; } }

@media all and (min-width: 46.8em) {
  .container {
    max-width: 960px;
    padding-left: 100px; }
  .container--fullwidth {
    padding-left: 0px; }
  .main-head {
    height: 600px; }
  .main-head--autoheight {
    height: auto; }
  .main-nav {
    height: 600px; }
    .main-nav .sidebar-container {
      width: 80px;
      padding: 23px;
      transition: width 300ms ease-out, height 300ms ease-out, background-color 300ms ease-out, padding 300ms ease-out; }
      .main-nav .sidebar-container .nav {
        transition: opacity 300ms ease-out;
        opacity: 0;
        pointer-events: none; }
      .main-nav .sidebar-container .nav-logo-wrapper:after {
        width: 15px;
        margin-left: 8px; }
  .nuage-alert-message + .main-head > .main-nav.headroom--top {
    top: 50px; }
  .headroom--top .sidebar-container, .main-nav:hover .sidebar-container {
    width: 300px;
    padding: 2em 2em 2em 3.5em; }
    .headroom--top .sidebar-container .nav, .main-nav:hover .sidebar-container .nav {
      opacity: 1;
      pointer-events: auto; }
    .headroom--top .sidebar-container .nav-logo-wrapper:after, .main-nav:hover .sidebar-container .nav-logo-wrapper:after {
      width: 30px;
      margin-left: 20px; }
  .headroom--not-top {
    height: 100%; }
    .headroom--not-top .sidebar-container {
      height: 100vh;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.8); }
  .inner-container {
    max-width: none;
    padding: 0 2em; }
  .inner-container--narrower {
    padding: 0 6em; }
  .nav-logo-wrapper:after {
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    margin-left: 16px;
    margin-bottom: 2em;
    background: white;
    transition: width 300ms ease-out, margin-left 300ms ease-out; }
  .main-foot .social-list {
    float: right; } }

@media all and (min-width: 73em) {
  .container {
    padding: 0em; } }

h1 {
  font-size: 1.75rem; }

h2 {
  font-size: 1.5rem;
  margin-bottom: 2em; }
  h2 + p {
    margin-top: -2em; }

h3 {
  font-size: 1.3rem; }

a {
  transition: color ease-out 300ms; }

p {
  font-size: 1rem;
  line-height: 1.6rem;
  color: #4b5c68; }

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

@-webkit-keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }

  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); } }

@keyframes floating {
  0% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }

  50% {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }

  100% {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); } }

@-webkit-keyframes bounce-in {
  0% {
    top: 100%; }

  60% {
    top: 45%; }

  100% {
    top: 50%; } }

@keyframes bounce-in {
  0% {
    top: 100%; }

  60% {
    top: 45%; }

  100% {
    top: 50%; } }

@-webkit-keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0; }

  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7; }

  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1; }

  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }

@keyframes pop-upwards {
  0% {
    -webkit-transform: matrix(0.97, 0, 0, 1, 0, 12);
    transform: matrix(0.97, 0, 0, 1, 0, 12);
    opacity: 0; }

  20% {
    -webkit-transform: matrix(0.99, 0, 0, 1, 0, 2);
    transform: matrix(0.99, 0, 0, 1, 0, 2);
    opacity: .7; }

  40% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -1);
    transform: matrix(1, 0, 0, 1, 0, -1);
    opacity: 1; }

  70% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; }

  100% {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
    opacity: 1; } }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }

  10% {
    -webkit-transform: translate(-1px, -2px) rotate(-1deg); }

  20% {
    -webkit-transform: translate(-3px, 0px) rotate(1deg); }

  30% {
    -webkit-transform: translate(0px, 2px) rotate(0deg); }

  40% {
    -webkit-transform: translate(1px, -1px) rotate(1deg); }

  50% {
    -webkit-transform: translate(-1px, 2px) rotate(-1deg); }

  60% {
    -webkit-transform: translate(-3px, 1px) rotate(0deg); }

  70% {
    -webkit-transform: translate(2px, 1px) rotate(-1deg); }

  80% {
    -webkit-transform: translate(-1px, -1px) rotate(1deg); }

  90% {
    -webkit-transform: translate(2px, 1px) rotate(0deg); }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg); } }

button, .button {
  display: inline-block;
  padding: 0.5em 2em;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  outline: none;
  border-radius: 2em;
  border-color: #e9695a;
  color: white;
  background-color: #ef9287;
  font-size: 1em;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  line-height: 1.4rem;
  text-transform: none;
  text-decoration: none;
  text-align: center;
  opacity: 1.0;
  position: relative;
  top: 0px;
  transition: -webkit-transform ease-out 300ms, background-color ease-out 200ms, border-color ease-out 200ms, color ease-out 200ms;
  transition: transform ease-out 300ms, background-color ease-out 200ms, border-color ease-out 200ms, color ease-out 200ms; }
  button:hover, button[disabled], .button:hover, .button[disabled] {
    color: white;
    border-color: #ef9287;
    background-color: #f5bbb4; }
  button:not([disabled]):active, .button:not([disabled]):active {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }

.button--inverted {
  border-color: #f8f8f8;
  color: #f8f8f8;
  background-color: rgba(0, 0, 0, 0.3); }
  .button--inverted:hover, .button--inverted[disabled] {
    color: white;
    border-color: white;
    background-color: rgba(0, 0, 0, 0.4); }

.button--fade {
  background-color: #ccc;
  border-color: #999999; }

.button--blue {
  background-color: #55659a;
  border-color: #313a58; }
  .button--blue:hover {
    background-color: #434f79;
    border-color: #1f2437; }

.button--block {
  display: block; }

.button--fluid {
  width: 100%; }

.button--thin {
  padding: 0.5em 1em; }

.button--small {
  font-size: 1.2rem !important; }

.button--extra-small {
  font-size: 1rem !important; }

.button--facebook {
  background-color: #677aab;
  border-color: #4f6190; }
  .button--facebook:hover, .button--facebook[disabled] {
    background-color: #8897bd;
    border-color: #677aab; }

.button--twitter {
  background-color: #55acee; }

.button-group {
  margin-bottom: 1em; }
  .button-group button + button, .button-group .button + .button {
    margin-top: 1em; }

.button-group--attached {
  margin-bottom: 2em; }

.button-group--detached-top {
  margin-top: 2em; }

.button-group--centered {
  text-align: center; }

p + .button-group {
  margin-top: 3em; }

.button-overimage {
  position: relative;
  margin-bottom: 4em; }
  .button-overimage .button {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 200px;
    height: 44px;
    box-sizing: border-box;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 40px;
    text-align: center;
    margin-left: -100px;
    margin-top: -22px; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .button-group--inline button + button, .button-group--inline .button + .button {
    margin-left: 1em; } }

.title-wrapper {
  margin-bottom: 3em; }
  .title-wrapper:last-child {
    margin-bottom: 0.5em; }

.title-wrapper--inset {
  padding: 0 0em; }

.title {
  color: #4b5c68;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.26em;
  text-transform: uppercase;
  margin-bottom: 1em; }
  .title .title__emphasised {
    font-weight: 700; }
  .title:last-child {
    margin-bottom: 0em; }

.title--uncaps {
  text-transform: none; }

.title--inverted {
  color: #f8f8f8; }

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

.title__icon {
  display: block;
  margin-bottom: 0em;
  line-height: 1em; }

.subtitle {
  display: block;
  margin-top: 0.3em;
  color: #4b5c68;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 0.9em;
  line-height: 1.65em;
  text-transform: normal; }

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

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  h2.title--nuage:before, h2.title--nuage:after {
    display: inline-block;
    content: "";
    width: 46px;
    height: 22px; }
  h2.title--nuage:before {
    background: url("../images/title_cloud_left.2d873c7d996d.png") bottom right;
    margin-right: 0.5em; }
  h2.title--nuage:after {
    background: url("../images/title_cloud_right.2dd93305dde7.png") bottom left;
    margin-left: 0.5em; }
  h3.title--nuage:after {
    display: block;
    content: "";
    width: 46px;
    height: 22px; }
  h3.title--nuage:after {
    background: url("../images/title_cloud_right.2dd93305dde7.png") bottom left;
    margin: 0.5em auto 0 auto; }
  .title-wrapper--inset {
    padding: 0 4em; } }

@media all and (min-width: 54.5em) {
  .title-wrapper--inset {
    padding: 0 8em; } }

.ctrlHolder + .ctrlHolder {
  margin-top: 0.8em; }

label {
  display: inline-block;
  color: #4b5c68;
  font-size: 0.9em;
  font-weight: 500;
  margin-bottom: 0.3em; }
  label.requiredField {
    font-weight: 600; }

.input-text, input[type=text], input[type=password], .textarea {
  box-sizing: border-box;
  padding: 0.5em 1em;
  margin-bottom: 0.5em;
  max-width: 100%;
  border: none;
  font-family: 'Chivo', sans-serif;
  font-weight: 500;
  font-size: 1rem;
  outline: none;
  border-radius: 0em;
  background-color: white;
  color: #79b0c2;
  border: 1px solid rgba(121, 176, 194, 0.5);
  transition: border-color 300ms ease-out; }
  .input-text:focus, input[type=text]:focus, input[type=password]:focus, .textarea:focus {
    border-color: rgba(121, 176, 194, 0.85); }

.input-text--large {
  width: auto; }

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

.input-group {
  margin-bottom: 0.6em; }

.input-group--two-inline .input-text {
  display: inline-block;
  width: 48.8% !important; }
.input-group--two-inline .input-text + .input-text {
  float: right; }

.input-inline .input-text, .input-inline .input-submit {
  display: inline-block;
  box-sizing: content-box;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  border: none; }
.input-inline .input-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-inline .input-submit {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #f5bbb4;
  color: #f8f8f8; }
  .input-inline .input-submit:hover {
    background-color: #ef9287; }

.textarea {
  display: block; }

.select {
  display: block; }

.buttonHolder {
  margin-top: 2em; }

.success-wrapper {
  -webkit-animation: pop-upwards ease-out 400ms;
  animation: pop-upwards ease-out 400ms; }

.error-wrapper {
  -webkit-animation: shake 300ms forwards linear;
  animation: shake 300ms forwards linear; }
  .error-wrapper .field-error:first-child {
    margin-top: 1em; }

.field-error, .errorField {
  display: block;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background: #fbe3e4;
  color: #c00; }

form .select2-container {
  margin-bottom: 0em; }
  form .select2-container .select2-selection--single {
    border-radius: 0;
    border: 1px solid rgba(121, 176, 194, 0.5);
    height: 38px; }
    form .select2-container .select2-selection--single .select2-selection__rendered {
      line-height: 36px;
      font-size: 1rem;
      color: #79b0c2; }
    form .select2-container .select2-selection--single .select2-selection__arrow {
      height: 36px; }

.select2-container + input {
  margin-top: 0.6em; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .input-text--large {
    width: 12em; } }

.sec {
  padding: 3em 0;
  background-color: white; }

.sec--reduced-padding {
  padding: 1em 0; }

.sec--detached {
  margin-bottom: 4em; }

.sec:nth-child(2n+1), .sec--blue {
  background-color: #f2f7f9; }

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

.img-block {
  display: block; }

.img-centered {
  display: block;
  margin: 0 auto; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.facebook-like {
  background-color: #7cb1c3;
  color: #fff !important; }
  .facebook-like:hover {
    background-color: #c2dbe3 !important; }

.slide {
  transition: all .25s ease-in-out; }

.detached-top {
  margin-top: 2em; }

.detached-bottom {
  margin-bottom: 3em; }

.detached-bottom--large {
  margin-bottom: 6em; }

.help-text {
  font-style: italic; }

@media screen and (max-width: 46.8em) {
  .mobile-hidden {
    display: none !important; } }

.alert-message {
  padding: 15px;
  border: 1px solid transparent; }
  .alert-message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
  .alert-message.info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
  .alert-message.warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
  .alert-message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }

.main-nav {
  position: fixed;
  z-index: 120;
  top: 0;
  width: 100%;
  padding: 0.2em 0.8em;
  background-color: rgba(0, 0, 0, 0.3); }
  .main-nav ul {
    display: table;
    margin: 0;
    list-style: none;
    padding-left: 0; }
    .main-nav ul li {
      display: block; }
      .main-nav ul li a {
        text-decoration: none;
        padding: 0.5em 1em;
        transition: background ease-out 300ms, color ease-out 300ms;
        border-radius: 2em; }

.nav-table {
  position: relative; }

.nav {
  list-style: none;
  padding: 0px;
  margin: 0px; }
  .nav > li {
    display: inline-block;
    margin: 0px; }
    .nav > li > a {
      display: block;
      padding: 1.2em 1.2em;
      margin-bottom: 0em;
      line-height: 1.4em;
      font-size: 1rem;
      text-decoration: none;
      text-transform: uppercase;
      transition: background-color 200ms ease-in; }
      .nav > li > a:not(.button):hover {
        background: rgba(255, 255, 255, 0.2);
        color: white; }
    .nav > li > .button {
      margin-top: 1em; }

.nav-table--thin .nav > li > a {
  padding-top: 0.4em;
  padding-bottom: 0.4em; }
.nav-table--thin .nav--logo {
  opacity: 1;
  padding-top: 0.1em; }

.nav--left {
  float: left; }

.nav--logo {
  opacity: 1;
  transition: opacity 0.5s ease-in-out, padding 0.5s ease-in-out;
  position: absolute;
  left: 50%;
  padding-top: 9px;
  margin-left: -162.5px;
  width: 325px;
  line-height: 1rem;
  text-align: center; }
  .nav--logo .logo {
    font-size: 1.5em; }
    .nav--logo .logo a {
      text-decoration: none; }

.nav-btn {
  display: block;
  float: left;
  width: 2.625em;
  height: 2.25em;
  padding: 12px 0 0 0;
  border: 0;
  outline: none;
  background: transparent url("../images/nav-icon-white.704b1a30292c.svg") left center no-repeat;
  background-size: 1.875em 1.5em;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  opacity: 0.7;
  -webkit-tap-highlight-color: transparent; }

.nav-btn--white {
  background-image: url("../images/nav-icon-white.704b1a30292c.svg"); }

.no-svg .nav-btn {
  background-image: url("../images/nav-icon-white.7081e6106334.png"); }
.no-svg .nav-btn--white {
  background-image: url("../images/nav-icon-white.7081e6106334.png"); }

.nav-btn:hover, .nav-btn:focus {
  opacity: 1; }

#nav-mobile {
  display: none;
  overflow: hidden;
  z-index: 200;
  position: absolute;
  top: 0;
  padding-top: 0em;
  width: 100%;
  color: #fff;
  background: #000;
  font-family: "Freight Text Pro", Georgia, sans-serif;
  font-size: 1.1em;
  padding-left: 0em;
  box-sizing: border-box; }
  #nav-mobile:not(:target) {
    z-index: 1;
    height: 0; }
  #nav-mobile .block {
    z-index: 2;
    position: relative;
    padding: 0.75em 1em;
    background: #333333; }
  #nav-mobile .nav-btn {
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin-left: 0em;
    font-size: 1.2em; }
  #nav-mobile ul {
    *zoom: 1;
    display: block;
    margin-top: 0.5em;
    padding-left: 0px;
    padding-top: 2.5em;
    padding-bottom: 2em; }
    #nav-mobile ul:before, #nav-mobile ul:after {
      content: "";
      display: table; }
    #nav-mobile ul:after {
      clear: both; }
  #nav-mobile li {
    display: block;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, 0); }
    #nav-mobile li:last-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0); }
    #nav-mobile li.separator {
      height: 0.6em;
      margin: 1em 0 1em 0;
      background: rgba(255, 255, 255, 0.1); }
    #nav-mobile li.is-active:after {
      z-index: 50;
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: -0.03125em;
      margin-top: -0.625em;
      border-top: 0.625em transparent solid;
      border-bottom: 0.625em transparent solid;
      border-right: 0.625em white solid; }
    #nav-mobile li a {
      display: block;
      color: #ccc;
      font-size: 0.875em;
      line-height: 1.28571em;
      font-weight: bold;
      outline: none;
      padding: 0.85714em 2.14286em;
      border-radius: 2em;
      font-size: 1em;
      font-weight: 300;
      line-height: 1.5em;
      text-decoration: none; }
      #nav-mobile li a:focus, #nav-mobile li a:hover {
        color: #fff;
        background: rgba(255, 255, 255, 0.1); }
    #nav-mobile li.is-active a {
      color: #fff; }

.js-ready #nav-mobile {
  display: none;
  position: fixed;
  z-index: 2000;
  height: 100%;
  width: 100%;
  background: #333333;
  background: rgba(30, 30, 30, 0.98);
  box-shadow: inset -1.5em 0 1.5em -0.75em rgba(0, 0, 0, 0.25); }
  .js-ready #nav-mobile .block {
    height: 100%;
    background: transparent;
    -webkit-animation: pop-upwards 400ms ease-out;
    animation: pop-upwards 400ms ease-out;
    text-align: center; }
    .js-ready #nav-mobile .block ul {
      overflow: scroll;
      height: 100%;
      box-sizing: border-box; }

.js-nav #nav-mobile {
  left: 0%;
  display: block; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .main-nav {
    position: fixed;
    top: 0;
    width: 100%;
    padding: 0.2em 0.8em;
    background-color: rgba(0, 0, 0, 0.3); }
    .main-nav .sidebar-container {
      display: none; } }

@media screen and (min-width: 46.8em) {
  .main-nav {
    display: block;
    position: fixed;
    top: 0;
    width: auto;
    padding-top: 2em;
    background-color: transparent; }
    .main-nav .sidebar-container {
      display: block; }
  .nav-btn {
    display: none; } }

.feature-wrapper {
  overflow: auto;
  clear: both;
  margin-bottom: 3em; }

.feature {
  width: 100%;
  float: none;
  text-align: left;
  margin-top: 2em; }

.feature:nth-child(n+2) {
  margin-top: 3em; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .feature:nth-child(odd) {
    float: left;
    text-align: left; }
  .feature:nth-child(even) {
    float: right;
    text-align: right; }
  .feature:nth-child(n+2) {
    margin-top: 10em; }
  .feature:nth-child(n+3) {
    margin-top: 6em; } }

@media all and (min-width: 54.5em) {
  .feature {
    width: 50%; } }

.bloc {
  background: #f8f8f8;
  padding: 1em 1.5em 2em 1.5em;
  margin-bottom: 2em; }

.bloc--cover {
  background-size: cover;
  background-position: 0% 50%; }

.bloc--translucent {
  background: transparent; }

.bloc--nopadding {
  padding: 0em; }

.bloc--additional-top-spacing {
  padding-top: 6em; }

.bloc-group {
  margin-bottom: 3em; }
  .bloc-group .bloc {
    margin-bottom: 0em; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .bloc {
    padding: 2em 2em 3em 2em;
    margin-bottom: 2em; } }

@media all and (min-width: 54.5em) {
  .bloc {
    padding: 3em 3em 4em 3em;
    margin-bottom: 3em; } }

.twitter-ribbon {
  width: 100%; }

.twitter-logo {
  display: block;
  float: left;
  width: 50px;
  height: 50px;
  background: url("../images/social_twitter.65e0dc14c3fb.png") center center no-repeat;
  margin-right: 1em; }

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .twitter-logo {
    background-image: url("../images/social_twitter@2x.ed7352e18cda.png");
    background-size: 40px 40px; } }

.twitter-quote {
  padding-left: 20px;
  color: #96a9ba;
  font-weight: 600;
  font-style: italic;
  font-size: 1rem; }
  .twitter-quote:before, .twitter-quote:after {
    display: inline-block; }
  .twitter-quote::before {
    content: "“";
    padding-right: 0.2em; }
  .twitter-quote::after {
    content: "”";
    padding-left: 0.2em; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .twitter-ribbon {
    width: 100%;
    margin: 0 auto; } }

@media all and (min-width: 54.5em) {
  .twitter-ribbon {
    width: 100%; } }

.concept-bloc {
  position: relative;
  overflow: auto;
  margin-bottom: 4em; }

.concept-bloc__side {
  box-sizing: border-box;
  width: 100%;
  max-height: 500px;
  float: left;
  overflow: hidden;
  text-align: center; }
  .concept-bloc__side .concept-bloc__title:before, .concept-bloc__side .concept-bloc__title:after {
    display: block;
    content: "";
    width: 46px;
    height: 22px;
    margin: 0 auto;
    font-weight: 600; }
  .concept-bloc__side .concept-bloc__title:after {
    background: url("../images/title_cloud_left.2d873c7d996d.png") center center;
    margin-top: 1em;
    display: none; }
  .concept-bloc__side .concept-bloc__title:before {
    background: url("../images/title_cloud_right.2dd93305dde7.png") center center;
    margin-bottom: 1em; }
  .concept-bloc__side .concept-bloc__side__content {
    padding-top: 2em;
    padding-bottom: 2em; }

.concept-bloc__side--pink {
  background-color: #f5bbb4; }

.concept-bloc__side__content {
  box-sizing: border-box;
  padding: 1em 1em; }

.concept-bloc__title {
  color: #4b5c68; }

.concept-bloc__picto {
  display: block;
  height: 150px; }

.concept-bloc__chrono {
  position: absolute;
  background: url("../images/chrono.3f149ae5e06c.png") center center;
  width: 216px;
  height: 260px;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -108px;
  z-index: 20;
  pointer-events: none;
  transition: opacity 300ms ease-out; }

.concept-bloc__chrono__price {
  position: absolute;
  top: 136px;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #cfd3d6; }

.concept-bloc__chrono--translucent {
  opacity: 0.5; }

.concept-bloc--with-chrono .concept-bloc__side--left .concept-bloc__side__content {
  padding-top: 3em;
  padding-bottom: 170px; }
.concept-bloc--with-chrono .concept-bloc__side--right .concept-bloc__side__content {
  padding-top: 170px;
  padding-bottom: 3em; }
.concept-bloc--with-chrono .concept-bloc__side--right .concept-bloc__side__over img {
  position: absolute;
  bottom: 0;
  left: 0; }
.concept-bloc--with-chrono .concept-bloc__side__content--inset {
  padding-left: 2em;
  padding-right: 2em; }

.concept-bloc__side--left {
  background: #7cb1c3; }

.concept-bloc__side--right {
  background: #f5bbb4; }

.concept-detail-wrapper {
  margin-bottom: 0em; }
  .concept-detail-wrapper .concept-detail {
    display: inline-block;
    width: 49%;
    margin-bottom: 1em; }

.concept-detail-wrapper--two .concept-detail {
  width: 100%; }

.concept-bloc--four {
  font-size: 0.6em; }

.concept-detail-wrapper--stacked {
  margin-bottom: 2em; }

.concept-detail {
  box-sizing: border-box;
  padding: 0 0.5em;
  text-align: center;
  font-weight: 400;
  line-height: 1.4rem; }

.concept-detail--stacked {
  margin-bottom: 2em; }

.concept-detail--narrow {
  padding: 0 4em; }

.concept-detail__label {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: 600;
  color: #4b5c68; }

.concept-detail__desc:before {
  display: block;
  content: "";
  width: 46px;
  height: 22px;
  margin: 0 auto;
  background: url("../images/title_cloud_left.2d873c7d996d.png") center center;
  margin-bottom: 0.5em; }
.concept-detail__desc .concept-detail__label:before {
  display: none; }

.concept-detail__picto {
  display: block;
  min-height: 120px;
  margin-bottom: 0.5em;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 120px; }

.concept-detail__picto--books {
  background-image: url("../images/pictos/picto_books.c8b426437f1b.png"); }

.concept-detail__picto--wifi {
  background-image: url("../images/pictos/picto_wifi.f8e69401133e.png"); }

.concept-detail__picto--battery {
  background-image: url("../images/pictos/picto_battery.79e687807f9a.png"); }

.concept-detail__picto--pingpong {
  background-image: url("../images/pictos/picto_pingpong.69e57afaab2f.png"); }

.concept-detail__picto--cellphone {
  background-image: url("../images/pictos/picto_cellphone.b9a22cd30659.png"); }

.concept-detail__picto--servers {
  background-image: url("../images/pictos/picto_servers.ede2a7916345.png"); }

.concept-detail__picto--printer {
  background-image: url("../images/pictos/picto_printer.1d42f6a98280.png"); }

.concept-detail__picto--couture {
  background-image: url("../images/pictos/picto_couture.3aae06d0c378.png"); }

.concept-detail__picto--food {
  background-image: url("../images/pictos/picto_food.af4237767329.png"); }

.concept-detail__picto--desk {
  background-image: url("../images/pictos/picto_desk.8b4b1240ff87.png"); }

.concept-detail__picto--sofa {
  background-image: url("../images/pictos/picto_sofa.9a00d353f2a6.png"); }

.concept-detail__picto--community {
  background-image: url("../images/pictos/picto_community.ad725f2088b6.png"); }

.concept-detail__picto--music {
  background-image: url("../images/pictos/picto_music.7bae5b5f2ce4.png"); }

.concept-detail__picto--concierge {
  background-image: url("../images/pictos/picto_concierge.4b868accc885.png"); }

.concept-bloc__side--overlay {
  position: relative; }
  .concept-bloc__side--overlay .concept-bloc__side__over-wrapper {
    position: relative; }
    .concept-bloc__side--overlay .concept-bloc__side__over-wrapper .concept-bloc__side__over {
      padding-top: 1em; }
  .concept-bloc__side--overlay .concept-bloc__side__over, .concept-bloc__side--overlay .concept-bloc__side__under {
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }
  .concept-bloc__side--overlay .concept-bloc__side__over {
    position: absolute;
    z-index: 10;
    opacity: 0;
    transition: opacity ease-out 300ms; }
  .concept-bloc__side--overlay .concept-bloc__side__under {
    position: relative;
    z-index: 5;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: background-color ease-out 300ms, -webkit-transform ease-out 300ms, opacity ease-out 300ms;
    transition: background-color ease-out 300ms, transform ease-out 300ms, opacity ease-out 300ms; }
  .concept-bloc__side--overlay:hover .concept-bloc__side__under {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .concept-bloc__side--overlay:hover .concept-bloc__side__over {
    opacity: 1; }
  .concept-bloc__side--overlay .concept-bloc__side__target {
    position: absolute;
    top: 0;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
    transition: background-color ease-out 300ms, -webkit-transform ease-out 300ms, opacity ease-out 300ms;
    transition: background-color ease-out 300ms, transform ease-out 300ms, opacity ease-out 300ms; }
  .concept-bloc__side--overlay.concept-bloc__side--targeted .concept-bloc__side__under {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .concept-bloc__side--overlay.concept-bloc__side--targeted .concept-bloc__side__target {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

.concept-circular-wrapper .concept-detail {
  padding: 0 1em;
  width: 100%; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .concept-bloc--four .concept-bloc__side {
    width: 50%; } }

@media all and (min-width: 46.8em) {
  .concept-bloc--two .concept-bloc__side {
    width: 100%; }
  .concept-bloc--four {
    font-size: 1em; }
    .concept-bloc--four .concept-bloc__side {
      width: 50%; }
  .concept-bloc--with-chrono .concept-bloc__side--left .concept-bloc__side__content, .concept-bloc--with-chrono .concept-bloc__side--right .concept-bloc__side__content {
    padding-top: 130px;
    padding-bottom: 80px; }
  .concept-bloc--with-chrono .concept-bloc__side--left .concept-bloc__side__content--inset {
    padding-left: 3em;
    padding-right: 8em; }
  .concept-bloc--with-chrono .concept-bloc__side--right .concept-bloc__side__content--inset {
    padding-left: 8em;
    padding-right: 3em; }
  .concept-detail-wrapper .concept-detail {
    width: 49.5%; }
  .concept-detail-wrapper--two .concept-detail {
    width: 49.5%; }
  .concept-bloc--two.concept-bloc--with-chrono .concept-bloc__side {
    width: 50%; }
  .concept-circular-wrapper .concept-detail-wrapper--two .concept-detail {
    width: 49.5%; }
  .concept-circular-wrapper .concept-detail-wrapper--three .concept-detail {
    width: 100%; } }

@media all and (min-width: 54.5em) {
  .concept-bloc--two .concept-bloc__side {
    width: 49.5%; }
  .concept-bloc--four .concept-bloc__side {
    width: 24.5%; }
  .concept-detail-wrapper .concept-detail {
    width: 24.5%; }
  .concept-detail-wrapper--two .concept-detail {
    width: 49.5%; }
  .concept-circular-wrapper .concept-detail-wrapper--two .concept-detail {
    width: 49.5%; }
  .concept-circular-wrapper .concept-detail-wrapper--three .concept-detail {
    width: 32.5%; } }

.pricing-wrapper .pricing-table {
  width: 100%; }
.pricing-wrapper .pricing-feature {
  width: 100%; }

.pricing-feature {
  box-sizing: border-box;
  position: relative;
  background: #f8f8f8;
  color: #768fa5; }
  .pricing-feature .concept-bloc {
    margin-bottom: 0em; }
  .pricing-feature .concept-bloc__side__content {
    padding: 1em 1em; }

.pricing-table {
  position: relative;
  box-sizing: border-box;
  background: url("../images/pricing_bg.52f9fe1edaf6.jpg") no-repeat center center;
  background-size: cover;
  padding: 3em 1.5em;
  text-align: center; }

.pricing-table__price {
  display: inline-block;
  width: 135px;
  height: 135px;
  margin-left: 10px;
  margin-bottom: 10px;
  text-align: center;
  font-size: 1em;
  font-weight: 500; }
  .pricing-table__price:last-child {
    margin-right: 0em; }
  .pricing-table__price .value {
    display: block;
    padding-top: 40px;
    font-size: 1.4em; }
  .pricing-table__price .period {
    font-size: 1em;
    text-transform: uppercase; }
  .pricing-table__price .description {
    display: none; }

.pricing-table__price:nth-child(n+1), .pricing-table__price:nth-child(n+1) .description {
  background: #f8f8f8;
  color: #768fa5; }

.pricing-table__price:nth-child(2n+2), .pricing-table__price:nth-child(2n+2) .description {
  background: #768fa5;
  color: white; }

.pricing-table__price:nth-child(3n+3), .pricing-table__price:nth-child(3n+3) .description {
  background: #79b0c2;
  color: white; }

.pricing-table__price:nth-child(4n+4), .pricing-table__price:nth-child(4n+4) .description {
  background: #f5bbb4;
  color: white; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .pricing-wrapper .pricing-table {
    width: 100%; }
  .pricing-wrapper .pricing-feature {
    width: 100%; } }

@media all and (min-width: 46.8em) {
  .pricing-wrapper {
    display: table; }
    .pricing-wrapper .pricing-table {
      display: table-cell;
      padding: 3em 1em;
      width: 60%;
      vertical-align: middle; }
    .pricing-wrapper .pricing-row {
      width: 300px;
      margin: 0 auto; }
    .pricing-wrapper .pricing-feature {
      display: table-cell;
      width: 40%;
      height: 100%;
      vertical-align: top; } }

@media all and (min-width: 54.5em) {
  .pricing-wrapper .pricing-table {
    padding: 6em 3em;
    width: 75%; }
  .pricing-wrapper .pricing-feature {
    width: 25%; }
  .pricing-table__price {
    cursor: pointer; }
    .pricing-table__price .square {
      display: inline-block;
      width: 100%;
      height: 100%;
      transition: -webkit-transform 300ms ease-out;
      transition: transform 300ms ease-out; }
    .pricing-table__price .description {
      display: block;
      position: absolute;
      bottom: 30px;
      left: 6em;
      right: 6em;
      padding: 0.8em 1em;
      opacity: 0;
      transition: -webkit-transform 500ms ease-out, opacity 300ms ease-out;
      transition: transform 500ms ease-out, opacity 300ms ease-out;
      -webkit-transform: translate3d(0, 10px, 0);
      transform: translate3d(0, 10px, 0); }
    .pricing-table__price:hover .square {
      -webkit-transform: scale3d(1.2, 1.2, 1);
      transform: scale3d(1.2, 1.2, 1); }
    .pricing-table__price:hover .description {
      opacity: 1;
      -webkit-transform: translate3d(0, 0px, 0);
      transform: translate3d(0, 0px, 0); } }

@media all and (min-width: 73em) {
  .pricing-wrapper .pricing-row {
    width: 100%;
    margin: 0 auto; } }

.vacancy-meter {
  margin-top: 0em; }

.vacancy-meter__cell {
  vertical-align: middle;
  padding: 0 2em;
  margin-bottom: 2em;
  text-align: center; }

.vacancy-counter {
  color: #4b5c68; }

.vacancy-counter__image {
  width: 800px; }

.vacancy-counter__number {
  display: block;
  font-size: 2rem;
  line-height: 1.4em;
  margin-bottom: 0.4rem;
  padding-bottom: 0.4rem; }

.vacancy-counter__label {
  text-transform: uppercase; }

.vacancy-book {
  color: #4b5c68;
  text-transform: uppercase; }
  .vacancy-book .button {
    margin-top: 1em; }

/* Mobile-first styles FTW */
@media all and (min-width: 46.8em) {
  .vacancy-meter {
    display: table; }
  .vacancy-meter__cell {
    display: table-cell;
    margin-bottom: 0em; }
  .vacancy-meter__cell + .vacancy-meter__cell {
    border-left: 2px solid #4b5c68; } }

.event-mosaic {
  width: 100%;
  margin-top: 4em;
  overflow: auto;
  padding-bottom: 1em;
  text-align: center; }

.event-cell {
  display: block;
  box-sizing: border-box;
  margin: 0em;
  margin-bottom: 2em;
  margin-right: 0em;
  margin-left: 0em;
  margin-left: calc((100% - 300px)/2); }

.event-cell__infos {
  height: 100px; }

.event {
  display: block;
  max-width: 300px;
  background-color: #79b0c2;
  color: white;
  text-decoration: none;
  transition: background-color 300ms ease-out, -webkit-transform 300ms ease-out;
  transition: background-color 300ms ease-out, transform 300ms ease-out; }
  .event:hover {
    background-color: #569bb2;
    color: white;
    -webkit-transform: scale3d(1.02, 1.02, 1);
    transform: scale3d(1.02, 1.02, 1); }

.event__image img {
  display: block;
  max-width: 100%; }

.event__metadata {
  display: table;
  border-bottom: 1px solid white; }

.event__data {
  display: table-cell;
  width: 100%;
  padding: 1em 1.5em;
  text-align: center;
  font-size: 1em;
  font-weight: 600;
  text-align: center; }

.event__data + .event__data {
  border-left: 1px solid white; }

.event__infos {
  display: table; }

.event__info-piece {
  display: table-cell;
  vertical-align: top;
  padding: 1em 1.5em;
  text-align: center; }

.event__info-piece + .event__info-piece {
  border-left: 1px solid white; }

.event__platform {
  width: 90px;
  padding: 5px; }

/* Mobile-first styles FTW */
@media all and (min-width: 46.8em) {
  .event-cell {
    float: left;
    margin-right: 1.5em;
    margin-right: calc((100% - 2*300px)/(2 - 1));
    margin-left: 0em;
    width: 300px; }
    .event-cell:nth-child(2n+2) {
      margin-right: 0em; } }

@media all and (min-width: 73em) {
  .event-cell {
    width: 300px; }
    .event-cell, .event-cell:nth-child(2n+2) {
      margin-right: 1.5em;
      margin-right: calc((100% - 3*300px)/(3 - 1)); }
    .event-cell:nth-child(3n+3) {
      margin-right: 0em; } }

.contact-table {
  width: 100%;
  padding: 2em 0;
  margin-top: 3em;
  background: url("../images/contact_bg.dec40c695efc.jpg");
  background-size: cover; }

.contact-cell {
  vertical-align: middle;
  text-align: center;
  padding: 1em 2em;
  color: white; }

.contact-cell + .contact-cell {
  border-left: 1px solid white; }

.contact-brand {
  display: block;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 3px solid white; }

/* Mobile-first styles FTW */
@media all and (min-width: 46.8em) {
  .contact-table {
    display: table; }
  .contact-cell {
    display: table-cell;
    margin-bottom: 0em; } }

.owl-carousel {
  overflow: hidden; }
  .owl-carousel, .owl-carousel .owl-stage-outer, .owl-carousel .owl-stage, .owl-carousel .owl-item {
    height: 100%; }
  .owl-carousel .owl-stage-outer {
    overflow: visible; }

.owl-item .container {
  padding-top: 3em;
  padding-bottom: 3em; }

.carousel-item {
  height: 100%;
  background-size: cover; }
  .carousel-item .title {
    font-size: 1.8em; }
  .carousel-item, .carousel-item p {
    color: white;
    font-size: 1.2em; }

.carousel-item__overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  text-align: center; }

.carousel-item--relative {
  position: relative; }

.carousel-item__chair-loc-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.carousel-item__chair-loc {
  position: absolute;
  padding: 0.3em 0.5em;
  height: 30px;
  line-height: 30px;
  border-radius: 2em;
  background: #ccc;
  color: #000;
  text-align: center;
  cursor: pointer; }
  .carousel-item__chair-loc:hover {
    background: #ddd; }
  .carousel-item__chair-loc:active {
    background: #fff; }

.news-carousel {
  width: 100%; }
  .news-carousel .owl-dots .owl-dot span {
    background-color: #4b5c68 !important;
    opacity: 0.4; }
  .news-carousel .owl-dots .owl-dot.active span {
    background-color: #4b5c68 !important;
    opacity: 1.0; }

.news-item .title {
  color: white;
  font-size: 1em; }
.news-item, .news-item p {
  color: white;
  font-size: 1em; }

.owl-carousel--detached-bottom {
  margin-bottom: 2em; }

#room-carousel .owl-controls {
  background: #7cb1c3; }

.owl-theme .owl-controls {
  position: relative;
  padding: 0.5em 0;
  z-index: 100;
  margin-top: 0px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline; }
  .owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0px 7px;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    transition: opacity 200ms ease, background-color 300ms ease-out;
    border-radius: 30px; }
  .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background-color: white; }

/* Mobile-first styles FTW */
@media all and (min-width: 24em) {
  .owl-item .container {
    padding-top: 4em;
    padding-bottom: 4em; } }

@media all and (min-width: 46.8em) {
  .owl-item .container {
    padding-left: 320px; }
  .news-carousel {
    width: 400px; } }

@media all and (min-width: 54.5em) {
  .owl-item .container {
    padding-top: 6em;
    padding-bottom: 6em; } }

.table-me .container {
  position: relative;
  z-index: 20; }
.table-me canvas {
  z-index: 10; }

.gm-style-iw {
  color: #4b5c68; }
  .gm-style-iw a {
    color: #7cb1c3; }
  .gm-style-iw .route-link {
    font-weight: bold;
    font-size: 1.3em;
    text-align: center;
    display: block;
    margin-top: 1em; }

.spliter {
  position: relative;
  display: block;
  width: 100%;
  margin: 1em 0;
  text-align: center;
  color: #768fa5; }
  .spliter:before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    height: 1px;
    width: 100%;
    background: #768fa5; }

.spliter__word {
  position: relative;
  padding: 0 0.5em;
  text-transform: uppercase;
  font-size: 0.75em; }

.panel {
  margin: 1em 0;
  padding: 3.5em 0 3em 0;
  background: #f2f7f9; }
  .panel .spliter__word {
    background: #f2f7f9; }

.panel--thin {
  padding: 2em 0em; }
  .panel--thin .panel__container--large {
    padding: 0 1.8em; }

.panel--detached-top {
  margin-top: 3em; }

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

.panel__container--narrow {
  width: 300px;
  margin: 0 auto; }
  .panel__container--narrow .input-text, .panel__container--narrow .textarea {
    width: 100%; }
  .panel__container--narrow .button {
    box-sizing: border-box;
    width: 100%; }

.panel__container--large {
  box-sizing: border-box;
  width: 100%;
  padding: 0 3em; }
  .panel__container--large label {
    display: block; }
  .panel__container--large .input-text, .panel__container--large .textarea {
    width: 100%; }

.panel-wrapper {
  width: 100%;
  margin-top: 1em 0; }
  .panel-wrapper .panel {
    margin: 0;
    width: 100%; }

.panel--blue {
  background-color: #79b0c2; }

.panel__cols {
  overflow: auto;
  padding-bottom: 0.5em; }

.panel__cols--two .panel__col {
  width: 100%; }
.panel__cols--two .panel__col + .panel__col {
  margin-top: 2em; }

.account-head .main-head__content {
  padding-top: 4em;
  padding-bottom: 0em; }

.account-head__sec-wrapper {
  position: relative;
  width: 100%; }

.account-head__sec {
  float: left;
  height: 100%;
  padding: 0 1em 1.5em 1em;
  color: white; }

.account-head__sec--centered {
  text-align: center; }

.account-head__sec + .account-head__sec {
  border-bottom: 2px solid white; }

.account-head__sec--thin {
  width: 50%; }

.account-head__sec--medium {
  width: 100%; }

.profil-action {
  display: block;
  width: 60px;
  margin-left: 4px; }

.profil-pic-wrapper {
  display: block; }

.profil-pic-wrapper--centered {
  margin: 0 auto;
  width: 150px; }

.profil-pic {
  display: inline-block;
  width: 150px;
  height: 150px;
  border-radius: 75px;
  margin-bottom: 1em;
  background: #ccc; }

.profil-pic--button-wrapper {
  display: table;
  margin: 0 auto 1em auto; }

.profil-pic__button {
  display: table-cell;
  vertical-align: middle;
  padding: 0.5em; }

.profil-welcome {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 2em; }

.app-action {
  display: inline-block;
  background: #f2f7f9;
  border: 2px solid #768fa5;
  border-radius: 1em;
  padding: 0.8em;
  margin-right: 1em;
  margin-bottom: 1em; }
  .app-action:hover {
    border-color: #79b0c2; }

.active-user__head {
  background: #f2f7f9;
  text-align: center; }

.active-user__head__name {
  color: #768fa5; }

.active-user__head__job {
  color: #79b0c2; }

.active-user__head__position {
  color: #f5bbb4; }

/* Mobile-first styles FTW */
@media all and (min-width: 54.5em) {
  .account-head__sec-wrapper {
    display: table; }
  .account-head__sec {
    float: none;
    display: table-cell;
    vertical-align: top; }
  .account-head__sec + .account-head__sec {
    border-bottom: none;
    border-left: 2px solid white; }
  .account-head__sec--thin {
    width: 25%; }
  .account-head__sec--medium {
    width: 50%;
    padding-left: 2em;
    padding-right: 2em; }
  .panel-wrapper {
    display: table; }
    .panel-wrapper .panel {
      width: 50%;
      display: table-cell; } }

.profile-head .profil-pic-wrapper {
  float: left; }
.profile-head .content-wrapper {
  text-align: left;
  padding-left: 200px;
  min-height: 150px; }
.profile-head .title-wrapper, .profile-head .title {
  margin-bottom: 0em; }

.news-wrapper .panel {
  padding-bottom: 1em; }

.nuage-switch-label {
  display: block;
  margin-bottom: 0.2em; }

.music-prog p {
  color: white; }

.music {
  float: left;
  border-right: 2px solid white;
  padding-right: 2em;
  margin-right: 2em;
  margin-bottom: 1.5em;
  width: 50%;
  box-sizing: border-box; }

.music__cover {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 0.5em auto; }

.music__artist {
  display: block;
  font-weight: bold;
  text-align: center; }

.music__song {
  display: block;
  text-align: center; }

.music-actions {
  float: left;
  width: 40%; }

/* Mobile-first styles FTW */
@media all and (min-width: 46.8em) {
  .profile-head {
    display: table;
    width: 100%;
    height: 200px; }
    .profile-head .panel-cell {
      display: table-cell;
      vertical-align: top;
      height: 100%; }
    .profile-head .panel-cell--left {
      padding-right: 1em; }
    .profile-head .panel {
      height: 100%;
      margin-top: 0em;
      margin-bottom: 0em; }
  .panel__cols--two .panel__col {
    width: 50%;
    float: left; }
  .panel__cols--two .panel__col + .panel__col {
    margin-top: 0em; } }

.app-container {
  background: white;
  padding: 2em 3em;
  margin-top: 2em; }

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

.app-content + .app-content {
  margin-top: 2em; }

.title--app {
  margin-top: 0em; }

.textarea--app {
  display: block;
  width: 300px;
  height: 80px;
  margin: 0 auto 1em auto;
  padding: 1em;
  background: #f2f7f9;
  border: none; }
  .textarea--app:focus {
    outline: none; }

.item-list {
  margin-top: 2em; }

.item {
  position: relative;
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-left: 1em;
  margin-bottom: 1em;
  background: #ccc;
  border-radius: 150px;
  cursor: pointer; }
  .item:hover .item__table {
    opacity: 1.0;
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0); }

.item__image {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 150px; }

.item__table {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  height: 150px;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 150px;
  opacity: 0;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  transition: opacity ease-out 300ms, -webkit-transform ease-out 300ms;
  transition: opacity ease-out 300ms, transform ease-out 300ms; }

.item__label {
  display: block;
  color: white; }
  .item__label:after {
    display: block;
    content: "";
    height: 2px;
    width: 10px;
    margin: 0.2em auto;
    background: white; }

.item__price {
  color: white; }

.review-list {
  margin-bottom: 4em; }

.review-item blockquote {
  color: #4b5c68;
  font-style: italic;
  padding: 0;
  margin: 0; }
  .review-item blockquote:before, .review-item blockquote:after {
    display: inline-block;
    font-size: 1.4em;
    font-weight: bold; }
  .review-item blockquote::before {
    content: "“";
    padding-right: 0.2em; }
  .review-item blockquote::after {
    content: "”";
    padding-left: 0.2em; }
.review-item cite {
  color: #4b5c68;
  font-weight: bold;
  font-style: normal;
  display: inline-block;
  margin-top: 1em; }

.review-item + .review-item {
  margin-top: 2em; }

/* Mobile-first styles FTW */
@media all and (min-width: 46.8em) {
  .review-list {
    display: table;
    width: 100%; }
  .review-item {
    text-align: center;
    display: table-cell;
    padding: 0 1em; }
  .review-item + .review-item {
    border-left: 2px solid #4b5c68; } }

.partner-list {
  margin-bottom: 4em; }

.partner-item + .partner-item {
  margin-top: 2em; }

/* Mobile-first styles FTW */
@media all and (min-width: 46.8em) {
  .partner-list {
    display: table;
    width: 100%; }
  .partner-item {
    text-align: center;
    display: table-cell;
    padding: 0 1em; } }

