@charset "UTF-8";
/* 
    Created on : 9 déc. 2016, 14:59:33
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/* 
    Created on : 12 déc. 2016, 10:05:01
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/* 
    Created on : 12 déc. 2016, 11:24:02
    Author     : Philippe Tasch <tasch@sport50.com>
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

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

html {
  font-size: 90%; }
  @media (min-width: 650px) {
    html {
      font-size: 95%; } }
  @media (min-width: 800px) {
    html {
      font-size: 105%; } }

html,
body {
  height: 100%;
  margin: 0;
  padding: 0; }

.page-container {
  min-height: 100%;
  background-color: #fff; }

body {
  font-family: "Open Sans", "Lato", sans-serif; }

.header {
  background-color: #0074b5;
  padding: 1rem 0; }

@media (min-width: 700px) {
  .footer-push {
    padding-bottom: 130px; } }

h1,
h2,
h3 {
  line-height: 1.4; }

a {
  text-decoration: none;
  color: #fff; }

svg,
img {
  max-width: 100%; }

figure {
  margin: 0; }

.max-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 1rem; }
  .max-container--small {
    max-width: 700px;
    margin: auto;
    padding: 0 1rem; }

.error {
  font-size: 0.75rem;
  color: red; }

/* 
    Created on : 1 févr. 2017, 09:04:14
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

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

/* 
    Created on : 20 déc. 2016, 10:15:09
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.header--landing {
  padding-bottom: 3rem;
  margin-bottom: 1.5rem; }
  @media (min-width: 500px) {
    .header--landing {
      background-image: url("../../img/start/transparent-team-mobile.png");
      -webkit-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center bottom; } }
  @media (min-width: 1200px) {
    .header--landing {
      background-position: center center; } }
  @media (min-width: 1350px) {
    .header--landing {
      -webkit-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-position: center top; } }
  @media (min-width: 1600px) {
    .header--landing {
      -webkit-background-size: 70% 70%;
      -o-background-size: 70%;
      background-size: 70%;
      background-position: center top; } }

.change-lang {
  position: absolute;
  top: 50%;
  margin: -1rem 0 0 0;
  width: 2rem;
  height: 2rem; }
  .change-lang:hover {
    background-color: #00a8ea;
    cursor: pointer;
    cursor: hand; }
  .change-lang--is-active {
    background-color: #00a8ea; }
  .change-lang--not-landing {
    position: static;
    margin: 0; }

.current-lang {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -10.5px; }

.change-lang__list {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  min-width: 200px;
  padding: 0.5rem;
  background-color: #00a8ea; }
  .change-lang__list-item {
    margin: 0.5rem 0; }
  .change-lang__list-link {
    display: block; }
  .change-lang__list-icon {
    margin-right: 5px; }

.show-lang {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  transition: all 0.15s ease; }

.flag {
  display: inline-block;
  width: 16px;
  height: 11px;
  background: url("../../img/common/all_flags.png") no-repeat; }

.flag.flag-uk {
  background-position: -32px 0; }

.flag.flag-nl {
  background-position: -16px -11px; }

.flag.flag-de {
  background-position: 0 0; }

.flag.flag-fr {
  background-position: -16px 0; }

.flag.flag-lu {
  background-position: 0 -11px; }

.nav {
  position: relative;
  padding: 0 1rem; }

.close-nav,
.nav-toggle {
  background-color: transparent;
  border: none;
  width: 35px;
  height: 35px;
  margin-left: auto;
  padding: 0;
  display: block;
  position: relative; }
  .close-nav:hover,
  .nav-toggle:hover {
    cursor: pointer;
    cursor: hand; }
  .close-nav__bar,
  .nav-toggle__bar {
    margin: auto;
    width: 100%;
    height: 4px;
    background-color: #fff;
    display: block;
    position: absolute; }
    .close-nav__bar--top,
    .nav-toggle__bar--top {
      top: 5px; }
    .close-nav__bar--middle,
    .nav-toggle__bar--middle {
      top: 15px; }
    .close-nav__bar--bottom,
    .nav-toggle__bar--bottom {
      top: 25px; }
  @media (min-width: 1050px) {
    .close-nav,
    .nav-toggle {
      display: none; } }

.close-nav svg,
.nav-toggle svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }
  .close-nav svg *,
  .nav-toggle svg * {
    stroke: #fff;
    fill: #fff;
    stroke-width: 0px; }

.close-nav svg * {
  fill: none;
  stroke-width: 5px; }

.nav-list {
  position: fixed;
  z-index: 101;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  max-width: 100%;
  opacity: 0;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  padding: 1rem;
  background-color: #0074b5; }
  @media (min-width: 1050px) {
    .nav-list {
      position: static;
      height: auto;
      width: auto;
      opacity: 1;
      background-color: transparent;
      -webkit-transition: none;
      -o-transition: none;
      -moz-transition: none;
      transition: none;
      float: right;
      padding: 0; } }
  .nav-list__item {
    border-bottom: 3px solid #fff; }
    @media (min-width: 1050px) {
      .nav-list__item {
        float: left;
        border: none;
        position: relative; }
        .nav-list__item:last-child {
          font-weight: bold;
          /*				&:after{
					content:"";
					display: block;
					width: 36px;
					height: 4px;
					background-color: #fff;
					
					position: absolute;
					left: 50%;
					bottom: 15%;
					margin-left: -18px;
					
					transition: all 0.15s linear;
				}
				
				&:hover:after{
					width: 46px;
					margin-left: -23px;
				}*/ } }
  .nav-list__link {
    padding: 1rem 1rem;
    display: block;
    text-transform: uppercase;
    font-size: 0.775rem; }

.navigation--is-visible {
  overflow: hidden; }
  .navigation--is-visible .nav-list-mobile-shown {
    overflow-y: scroll; }

.nav-list-mobile-shown {
  right: 0px;
  opacity: 1; }

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

.landing-logo {
  max-width: 250px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 750px) {
    .landing-logo {
      max-width: 320px; } }
  .landing-logo svg {
    width: 100%;
    max-height: 75px; }

.beta-button {
  display: inline-block;
  vertical-align: middle;
  width: 4rem; }
  .beta-button * {
    fill: #fff; }

.landing-presentation {
  margin-top: 2rem; }

.presentation__heading, .presentation__text {
  color: #fff; }

.presentation__heading {
  line-height: 1.2;
  margin: 1rem 0 1.2rem 0;
  padding: 0 1rem; }

.presentation__video-max-wrapper {
  max-width: 700px;
  margin: 2rem auto 2rem;
  position: relative; }

.presentation__video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  cursor: pointer; }

.presentation__video-play {
  position: absolute;
  z-index: 1000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-color: #66db3b;
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out, -moz-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, -moz-transform 0.15s ease-out, -o-transform 0.15s ease-out; }
  .presentation__video-play:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }
  .presentation__video-play svg {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 8px;
    margin: auto; }
    .presentation__video-play svg path.lievo-altstroke {
      display: none; }
    .presentation__video-play svg * {
      fill: #fff;
      stroke: #fff; }

.presentation__video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.presentation__iframe {
  width: 100%;
  height: 100%; }

.presentation__text {
  display: none; }
  @media (min-width: 600px) {
    .presentation__text {
      display: block;
      max-width: 600px;
      margin: 1rem auto 1.5rem auto; } }

.landing-header-signup {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -moz-transition: transform 0.2s linear, -moz-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear, -moz-transform 0.2s linear, -o-transform 0.2s linear; }

.landing-header-signup:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

/* quote */
.quote {
  position: relative;
  display: table;
  margin: auto;
  padding: 0 1rem;
  font-weight: 100; }
  .quote:before, .quote:after {
    content: "\"";
    font-weight: bold;
    font-size: 2rem;
    font-style: italic;
    position: absolute; }
  .quote:before {
    top: -webkit-calc(100% - 10px);
    top: -moz-calc(100% - 10px);
    top: calc(100% - 10px);
    left: -10px; }
  .quote:after {
    top: -webkit-calc(0% - 10px);
    top: -moz-calc(0% - 10px);
    top: calc(0% - 10px);
    right: 0; }

.landing-tim {
  text-align: center;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  background-color: #fff; }

.landing-tim__max-container--small {
  margin-top: -1.5rem; }
  @media (min-width: 450px) {
    .landing-tim__max-container--small {
      padding: 0 2rem; } }

.tim__avatar {
  width: 5rem;
  height: 7rem;
  overflow: hidden;
  -webkit-border-radius: 0 0 7rem 7rem;
  border-radius: 0 0 7rem 7rem; }
  @media (min-width: 500px) {
    .tim__avatar {
      width: 6rem;
      height: 9rem;
      -webkit-border-radius: 0 0 8rem 8rem;
      border-radius: 0 0 8rem 8rem; } }
  .tim__avatar svg {
    max-width: 100%;
    max-height: 100%; }

.landing-tim__avatar,
.landing-tim__quote {
  display: inline-block;
  vertical-align: top; }

.landing-tim__avatar {
  margin-top: -2.5rem; }
  @media (min-width: 500px) {
    .landing-tim__avatar {
      margin-top: -4rem;
      margin-right: 1rem; } }

.landing-tim__quote {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: -webkit-calc(100% - 6rem);
  width: -moz-calc(100% - 6rem);
  width: calc(100% - 6rem);
  color: #434b5b;
  font-size: 0.875rem;
  position: relative; }
  @media (min-width: 450px) {
    .landing-tim__quote {
      font-size: 1rem;
      padding: 0.5rem 1rem 0 1rem; } }
  @media (min-width: 500px) {
    .landing-tim__quote {
      width: -webkit-calc(100% - 8rem);
      width: -moz-calc(100% - 8rem);
      width: calc(100% - 8rem);
      font-size: 1.1rem; } }

/* functionality  */
.landing-item-list {
  padding: 0; }

.landing-item-list__item {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 2.5%;
  padding-right: 2.5%;
  padding: 2rem 0;
  border: 2px solid #fff;
  background-color: #f1f4f5;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  .landing-item-list__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .landing-item-list__item:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media (max-width: 669px) {
    .landing-item-list__item:nth-child(2n + 1):nth-last-child(1) {
      margin: auto;
      float: none; } }
  @media (min-width: 670px) {
    .landing-item-list__item {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 33.33333%;
      float: left;
      padding-left: 1.66667%;
      padding-right: 1.66667%; }
      .landing-item-list__item:nth-child(3n + 1) {
        margin-left: 0;
        margin-right: -100%;
        clear: both; }
      .landing-item-list__item:nth-child(3n + 2) {
        margin-left: 33.33333%;
        margin-right: -100%;
        clear: none; }
      .landing-item-list__item:nth-child(3n + 3) {
        margin-left: 66.66667%;
        margin-right: -100%;
        clear: none; }
      .landing-item-list__item:nth-child(3n + 1):nth-last-child(1) {
        margin: auto;
        float: none; }
      .landing-item-list__item:nth-child(3n + 1):nth-last-child(2),
      .landing-item-list__item:nth-child(3n + 1):nth-last-child(2) + article {
        position: relative;
        left: -webkit-calc(33.3333% / 2);
        left: -moz-calc(33.3333% / 2);
        left: calc(33.3333% / 2); } }
  .landing-item-list__item:hover {
    background-color: #e2e8ea;
    cursor: pointer;
    cursor: hand; }

.landing-item-list__svg-container {
  width: 4rem;
  height: 4rem;
  margin: 0 auto 0 auto;
  position: relative; }
  @media (min-width: 600px) {
    .landing-item-list__svg-container {
      width: 5rem;
      height: 5rem; } }
  .landing-item-list__svg-container svg {
    max-width: 100%; }
    .landing-item-list__svg-container svg * {
      fill: none;
      stroke: #434b5b;
      stroke-width: 1px; }

.landing-item-list__heading {
  height: 25px;
  font-size: 0.775rem;
  color: #434b5b;
  text-align: center;
  text-transform: uppercase;
  margin: 0; }

.landing-cta2-container {
  margin-bottom: 1rem;
  padding: 2rem 0;
  text-align: center; }
  @media (min-width: 701px) {
    .landing-cta2-container {
      margin-bottom: 0rem; } }

/* footer styles */
@media (min-width: 700px) {
  .landing-footer {
    text-align: center;
    height: 160px;
    margin-top: -110px;
    padding: 1rem 0 0 0; } }

.footer__infos {
  border-top: 1px solid lightgray;
  text-align: center;
  padding: 1rem 0 1rem 0; }
  @media (min-width: 700px) {
    .footer__infos {
      display: table;
      width: 100%; } }

@media (min-width: 700px) {
  .footer__info {
    width: 33.333%;
    display: table-cell;
    vertical-align: middle; } }

.footer__icon {
  width: 3rem;
  height: 3rem;
  display: block;
  margin: auto; }
  @media (min-width: 700px) {
    .footer__icon {
      display: inline-block;
      vertical-align: middle; } }
  .footer__icon svg * {
    fill: none;
    stroke: lightgray; }

.footer__info-text {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.775rem;
  color: lightgray;
  text-align: left; }

.footer__list-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0.375rem;
  font-size: 0.8125rem; }

.footer__list-link {
  color: lightgray; }

/** OTHER **/
.login-warning-message {
  margin-bottom: 1rem; }

.modal-dialog__inner {
  max-height: 300px !important; }

.landing-clubs {
  margin-top: 1rem; }

.landing-login-title {
  font-weight: 100;
  text-align: center;
  margin: 0;
  padding: 0 2rem; }

.landing-modal-login__club {
  width: 28.57143%;
  float: left;
  margin-bottom: 0.5rem;
  color: #434b5b; }
  .landing-modal-login__club:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0; }
  .landing-modal-login__club:nth-child(3n + 2) {
    margin-left: 35.71429%;
    margin-right: -100%;
    clear: none; }
  .landing-modal-login__club:nth-child(3n + 3) {
    margin-left: 71.42857%;
    margin-right: -100%;
    clear: none; }

.club__img {
  display: block;
  height: 5rem; }

.club__user-status {
  display: block;
  line-height: 1; }

.backto-login,
.forgot-password {
  text-align: center; }
  .backto-login__text,
  .forgot-password__text {
    cursor: pointer; }
    .backto-login__text:hover,
    .forgot-password__text:hover {
      text-decoration: underline; }

.backto-login {
  margin-top: 1rem; }

/* legal disclaimer links issue */
.legal-disclaimer a {
  color: #000;
  text-decoration: underline; }

/* 
    Created on : 15 déc. 2016, 11:18:41
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/* step2 styles */
.step-two-max-header {
  display: table;
  width: 100%; }

.step-two-logo-container {
  margin: auto;
  max-width: 250px; }
  @media (min-width: 550px) {
    .step-two-logo-container {
      width: 290px;
      margin: 0;
      display: table-cell;
      vertical-align: middle; } }

.logo--floated {
  width: 100%; }
  .logo--floated svg {
    max-width: 100%;
    min-height: 50px;
    max-height: 75px; }

.step-two-catch {
  text-align: center;
  color: #fff;
  margin-top: 0.3rem; }
  @media (min-width: 550px) {
    .step-two-catch {
      text-align: right;
      display: table-cell;
      vertical-align: middle;
      padding-left: 2rem; } }

.step-two-quote {
  text-align: center;
  margin: 3rem auto 2rem auto; }

.quote--fixed {
  display: table;
  margin: auto;
  padding: 0 1.5rem; }

/* step2 form specific styles */
.radio-color-label {
  display: inline-block;
  vertical-align: top; }

.radio-color-block {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 5px;
  background-color: #00507c;
  -webkit-transition: -webkit-transform 0.15s ease;
  transition: -webkit-transform 0.15s ease;
  -o-transition: -o-transform 0.15s ease;
  -moz-transition: transform 0.15s ease, -moz-transform 0.15s ease;
  transition: transform 0.15s ease;
  transition: transform 0.15s ease, -webkit-transform 0.15s ease, -moz-transform 0.15s ease, -o-transform 0.15s ease;
  -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7);
  box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7); }
  .radio-color-block:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
    cursor: hand; }

.radio-color {
  display: none; }

/* jquery ui overrides for autocomplete */
.ui-autocomplete {
  position: absolute;
  border: 1px solid lightgray;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden; }
  .ui-autocomplete .ui-state-active {
    background-color: #0074b5;
    color: #fff; }
  .ui-autocomplete .ui-menu-item-wrapper {
    padding: 0.5rem; }
    .ui-autocomplete .ui-menu-item-wrapper:hover {
      background-color: #0074b5;
      color: #fff; }

/*
 * Color picker (Step 2)
*/
.color-picker-primary,
.color-picker-secondary {
  z-index: 20; }

#color-picker-primary,
#color-picker-secondary {
  display: none;
  max-width: 25rem;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.25rem 0.625rem;
  vertical-align: middle; }
  #color-picker-primary.show,
  #color-picker-secondary.show {
    display: inline-block; }
  #color-picker-primary .container,
  #color-picker-secondary .container {
    text-align: center; }
  #color-picker-primary .color-to-pick,
  #color-picker-secondary .color-to-pick {
    position: relative;
    width: 2.5rem;
    height: 2.5rem;
    border: 2px solid #fff;
    display: inline-block;
    margin: 0.625rem;
    cursor: pointer; }
    @media (max-width: 460px) {
      #color-picker-primary .color-to-pick,
      #color-picker-secondary .color-to-pick {
        margin: 0.375rem; } }
    #color-picker-primary .color-to-pick:hover,
    #color-picker-secondary .color-to-pick:hover {
      -webkit-box-shadow: 1px 1px 5px #fff;
      box-shadow: 1px 1px 5px #fff; }
    #color-picker-primary .color-to-pick.selected:after,
    #color-picker-secondary .color-to-pick.selected:after {
      content: " ";
      position: absolute;
      top: 0.1875rem;
      left: 0.1875rem;
      width: 1.875rem;
      height: 1.875rem;
      background: url("/img/common/checked.png") no-repeat center;
      -webkit-background-size: 1.625rem 1.625rem;
      -o-background-size: 1.625rem;
      background-size: 1.625rem; }
    #color-picker-primary .color-to-pick[data-hex-code="#FFFFFF"].selected:after, #color-picker-primary .color-to-pick[data-hex-code="#ffffff"].selected:after, #color-picker-primary .color-to-pick[data-hex-code=""].selected:after,
    #color-picker-secondary .color-to-pick[data-hex-code="#FFFFFF"].selected:after,
    #color-picker-secondary .color-to-pick[data-hex-code="#ffffff"].selected:after,
    #color-picker-secondary .color-to-pick[data-hex-code=""].selected:after {
      content: " ";
      position: absolute;
      top: 0.1875rem;
      left: 0.1875rem;
      width: 1.875rem;
      height: 1.875rem;
      background: url("/img/common/checked-black.png") no-repeat center;
      -webkit-background-size: 1.625rem 1.625rem;
      -o-background-size: 1.625rem;
      background-size: 1.625rem; }

/* 
    Created on : 20 déc. 2016, 10:31:48
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.header--dashboard {
  position: relative; }

.max-container.max-container--dashboard {
  padding: 0 1rem; }

.header-icon-wrapper {
  width: 3rem;
  height: 3rem; }

.header__current-apps {
  float: left;
  line-height: 3rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 0.875rem;
  margin: 0; }
  .header__current-apps a {
    text-decoration: none;
    color: #fff; }

.header__home-link {
  display: block;
  height: 100%;
  position: relative;
  /*	svg{
		width: 85%;
		height: 85%;
		top:0;
		right:0;
		bottom:0;
		left:0;
		margin: auto;
	}
	
	&:before{
		content:"";
		position: absolute;
		top: 50%;
		left: 50%;
		border-radius: 50%;
		border: 2px solid #fff;
		width: 4rem;
		height: 4rem;
		margin: -2rem 0 0 -2rem;
	}*/ }

.logo--dashboard {
  height: 2rem;
  float: left;
  position: relative;
  top: 0.5rem; }
  @media (min-width: 550px) {
    .logo--dashboard {
      height: 3rem;
      top: auto; } }
  .logo--dashboard svg {
    max-width: 180px;
    max-height: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
    @media (min-width: 550px) {
      .logo--dashboard svg {
        max-width: 200px; } }
  .logo--dashboard .beta-button {
    width: 2rem;
    height: auto;
    position: absolute;
    right: 0;
    bottom: -0.3rem; }
    @media (min-width: 550px) {
      .logo--dashboard .beta-button {
        width: 2.5rem; } }

.dashboard-menu-trigger-wrapper {
  z-index: 400;
  float: left;
  text-align: center;
  margin: 0 0 0 0.7rem;
  position: relative;
  width: 3rem;
  height: 3rem; }

.dashboard-menu-trigger {
  width: 3rem;
  height: 3rem;
  position: absolute;
  bottom: 0.3rem;
  left: 0;
  background-color: transparent;
  padding: 0; }
  .dashboard-menu-trigger svg * {
    stroke: #fff !important; }

.liv-container.livicon-evo-holder {
  display: block !important; }

.dashboard-menu-trigger__text {
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  font-size: 0.8rem; }

.dashboard-menu-wrapper {
  background-color: #0074b5;
  position: absolute;
  z-index: 100;
  left: 0;
  right: 0;
  top: 100%;
  width: 100%;
  display: none; }
  .dashboard-menu-wrapper svg * {
    fill: none;
    stroke: #fff; }

svg.svg.dashboard-menu__no-liv * {
  fill: #fff; }

.max-container.dashboard-menu {
  padding: 1rem;
  color: #fff; }

@media (min-width: 800px) {
  .dashboard-menu__column {
    float: left;
    width: 33.3333%;
    padding: 0 1rem; }
    .dashboard-menu__column + .dashboard-menu__column {
      border-left: 1px solid #fff; } }

.dashboard-menu__column:last-of-type .dashboard-menu__section:last-of-type {
  border-bottom: 0px; }

.dashboard-menu__section {
  padding: 1rem 0;
  border-bottom: 1px solid #fff;
  text-transform: uppercase; }
  .dashboard-menu__section--disabled {
    opacity: 0.6; }
  @media (min-width: 800px) {
    .dashboard-menu__section {
      border-bottom: 0px solid #fff; }
      .dashboard-menu__section:first-of-type {
        border-bottom: 1px solid #fff; } }

.dashboard-menu__item--disabled {
  opacity: 0.6; }

.dashboard-menu__heading {
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  position: relative;
  padding: 0 2.5rem;
  margin: 0; }
  @media (min-width: 550px) {
    .dashboard-menu__heading {
      font-size: 0.9rem; } }
  @media (min-width: 650px) {
    .dashboard-menu__heading {
      font-size: 1rem; } }

.dashboard-menu__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1.5rem;
  height: 1.5rem; }
  .dashboard-menu__icon--heading {
    width: 2rem;
    height: 2rem; }

.dashboard-menu__toggle-sub-menu {
  background-color: transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 2rem;
  height: 2rem;
  padding: 0; }
  @media (min-width: 800px) {
    .dashboard-menu__toggle-sub-menu {
      display: none; } }

.dashboard-menu__section-item-container {
  display: none;
  padding: 1rem 1rem 0 1rem; }
  @media (min-width: 800px) {
    .dashboard-menu__section-item-container {
      display: block !important;
      /* I know, I know. It's disgusting. I'll change it later. Maybe. */ } }

.dashboard-menu__section-items {
  position: relative;
  padding: 0.7rem 0rem 0.7rem 2.5rem;
  font-size: 0.85rem; }
  @media (min-width: 550px) {
    .dashboard-menu__section-items {
      font-size: 0.8rem; } }
  @media (min-width: 650px) {
    .dashboard-menu__section-items {
      font-size: 0.85rem; } }

.dashboard-menu__close {
  clear: both;
  display: block;
  padding: 0;
  width: 100%;
  background-color: transparent;
  margin-top: 1.5rem; }
  .dashboard-menu__close svg {
    width: 3rem;
    height: 3rem; }

.user-account {
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  cursor: pointer; }
  @media (min-width: 450px) {
    .user-account {
      float: right;
      width: auto;
      height: auto; } }

.user-account__name {
  display: none; }
  @media (min-width: 450px) {
    .user-account__name {
      display: inline-block;
      vertical-align: middle;
      margin-right: 0.7rem;
      color: #fff; } }

.user-account__pic {
  display: inline-block;
  vertical-align: middle;
  width: 3rem;
  height: 3rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden; }
  .user-account__pic img,
  .user-account__pic svg {
    max-width: 100%;
    max-height: 100%; }

.dashboard__breadrumbs {
  height: 3rem; }

.dashboard {
  padding: 0;
  position: relative; }

.dashboard__activation-wrapper {
  padding: 1rem 4rem 1rem 1rem;
  border: 1px solid #fff;
  border-left-width: 2px;
  border-right-width: 2px;
  position: relative;
  background-color: #f1f4f5; }

.dashboard__activation-wrapper .dashboard__activation-switch {
  position: absolute;
  top: 50%;
  right: 1.5rem;
  margin-top: -8.5px; }

.dashboard__tile {
  text-align: center;
  background-color: #f1f4f5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  float: left;
  padding-left: 5%;
  padding-right: 5%;
  padding: 0;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid #fff;
  height: 215px;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear; }
  .dashboard__tile:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both; }
  .dashboard__tile:nth-child(2n + 2) {
    margin-left: 50%;
    margin-right: -100%;
    clear: none; }
  @media (min-width: 800px) {
    .dashboard__tile {
      height: auto; } }
  .dashboard__tile:hover {
    background-color: #e2e8ea;
    cursor: pointer;
    cursor: hand; }
  .dashboard__tile-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.5rem 1rem; }
  .dashboard__tile-icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto 0 auto;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 0.3rem;
    position: relative; }
    @media (min-width: 550px) {
      .dashboard__tile-icon {
        width: 6rem;
        height: 6rem; } }
    @media (min-width: 1000px) {
      .dashboard__tile-icon {
        width: 7rem;
        height: 7rem; } }
  .dashboard__tile-heading {
    text-transform: uppercase;
    font-size: 0.7rem;
    color: #434b5b;
    margin: 0.5rem 0; }
    @media (min-width: 650px) {
      .dashboard__tile-heading {
        font-size: 0.8rem; } }
    @media (min-width: 850px) {
      .dashboard__tile-heading {
        font-size: 0.875rem; } }

.dashboard__tile--disabled {
  cursor: default;
  position: absolute;
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0; }
  .dashboard__tile--disabled::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
    opacity: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #000;
    z-index: 10; }
  .dashboard__tile--disabled:hover::before {
    opacity: 0.5; }
  .dashboard__tile--disabled:hover svg * {
    stroke: #fff; }

.lock-svg svg {
  position: absolute;
  z-index: 10;
  width: 4rem;
  height: 4rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: transparent;
  z-index: 20; }
  .lock-svg svg * {
    fill: none;
    stroke: #fff;
    stroke-width: 1px; }

.dashboard__locked-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 5rem;
  height: 5rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0.3rem;
  background-color: #000;
  opacity: 0.7; }
  @media (min-width: 550px) {
    .dashboard__locked-wrapper {
      width: 6rem;
      height: 6rem; } }
  @media (min-width: 1000px) {
    .dashboard__locked-wrapper {
      width: 7rem;
      height: 7rem; } }

.dashboard__tile--locked {
  position: relative; }

.dashboard__lock {
  position: absolute;
  z-index: 10;
  top: 1rem;
  right: 1rem;
  width: 3.5rem;
  height: 3.5rem; }

.dashboard__function-svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  height: 60%; }
  .dashboard__function-svg svg * {
    fill: none;
    stroke: #434b5b; }

.dashboard__no-liv svg * {
  fill: #434b5b;
  stroke: #434b5b; }

.dashboard__notifications {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  z-index: 10;
  bottom: 0.5rem;
  right: 0.5rem;
  color: #fff;
  background: red;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.2);
  padding: 0;
  font-size: 0.775rem;
  line-height: 1.2rem;
  text-align: center;
  display: none;
  letter-spacing: -1px; }
  .dashboard__notifications--tim {
    bottom: 0rem;
    right: 1rem; }
  .dashboard__notifications--header {
    top: 100%;
    margin-top: -1.3rem;
    bottom: auto;
    left: 95%;
    margin-left: -0.8rem; }
  .dashboard__notifications--not-null {
    display: block; }
  .dashboard__notifications--module-tim {
    bottom: 0;
    right: 0; }

.dashboard__tim-container {
  width: 6rem;
  height: 8rem;
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  left: 0;
  bottom: auto;
  margin: auto; }
  @media (min-width: 550px) {
    .dashboard__tim-container {
      width: 7rem;
      height: 10rem;
      -webkit-border-radius: 0 0 8rem 8rem;
      border-radius: 0 0 8rem 8rem; } }
  .dashboard__tim-container:hover {
    cursor: pointer;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .dashboard__tim-container--2 {
    bottom: -webkit-calc(-100% + 2rem);
    bottom: -moz-calc(-100% + 2rem);
    bottom: calc(-100% + 2rem); }
  .dashboard__tim-container--4 {
    bottom: 3rem; }
  .dashboard__tim-container--6 {
    bottom: -webkit-calc(33.33% + 2rem);
    bottom: -moz-calc(33.33% + 2rem);
    bottom: calc(33.33% + 2rem); }
  .dashboard__tim-container--8 {
    bottom: -webkit-calc(50% + 2rem);
    bottom: -moz-calc(50% + 2rem);
    bottom: calc(50% + 2rem); }
  .dashboard__tim-container--10 {
    bottom: -webkit-calc(61% + 2rem);
    bottom: -moz-calc(61% + 2rem);
    bottom: calc(61% + 2rem); }
  .dashboard__tim-container--12 {
    bottom: -webkit-calc(66% + 2rem);
    bottom: -moz-calc(66% + 2rem);
    bottom: calc(66% + 2rem); }

.dashboard__tim {
  width: 6rem;
  height: 8rem;
  -webkit-border-radius: 0 0 6rem 6rem;
  border-radius: 0 0 6rem 6rem;
  padding: 2rem 0 0 0;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  overflow: hidden; }
  @media (min-width: 550px) {
    .dashboard__tim {
      width: 7rem;
      height: 10rem;
      -webkit-border-radius: 0 0 8rem 8rem;
      border-radius: 0 0 8rem 8rem;
      padding: -webkit-calc(2rem + 1rem) 0 0 0;
      padding: -moz-calc(2rem + 1rem) 0 0 0;
      padding: calc(2rem + 1rem) 0 0 0; } }
  .dashboard__tim svg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 130%;
    max-height: 130%; }

.dashboard__tim-link {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative; }

.completion-percentage {
  width: 95%;
  height: 95%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.completion-percentage .circular-gauge text::-moz-selection,
.completion-percentage .circular-gauge text tspan::-moz-selection {
  background: transparent;
  color: white; }

.completion-percentage .circular-gauge text::selection,
.completion-percentage .circular-gauge text tspan::selection {
  background: transparent;
  color: white; }

.completion-percentage .circular-gauge text::-moz-selection,
.completion-percentage .circular-gauge text tspan::-moz-selection {
  background: transparent;
  color: white; }

.circular-gauge {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform linear 0.5s;
  transition: -webkit-transform linear 0.5s;
  -o-transition: -o-transform linear 0.5s;
  -moz-transition: transform linear 0.5s, -moz-transform linear 0.5s;
  transition: transform linear 0.5s;
  transition: transform linear 0.5s, -webkit-transform linear 0.5s, -moz-transform linear 0.5s, -o-transform linear 0.5s;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.circle {
  stroke-width: 3px; }

.top-circle,
.bottom-circle {
  stroke-dasharray: 345.5px;
  stroke-dashoffset: 0;
  fill: transparent; }

.top-circle {
  stroke: #66db3b;
  stroke-dashoffset: 345.5px;
  stroke-width: 4px;
  -webkit-transition: stroke-dashoffset 1.3s ease-out;
  -o-transition: stroke-dashoffset 1.3s ease-out;
  -moz-transition: stroke-dashoffset 1.3s ease-out;
  transition: stroke-dashoffset 1.3s ease-out; }

.is-ie .top-circle,
.is-edge .top-circle {
  -webkit-transition: none;
  -o-transition: none;
  -moz-transition: none;
  transition: none; }

.bottom-circle {
  stroke: #cbf3bc; }

/* tout chaud père 100 âges */
/*.completion-percentage[data-completion-percentage="100"] .percentage {
  font-size: 1.875rem;
}

.completion-percentage[data-completion-percentage="100"] .percentage tspan:last-child {
  font-size: 1.625rem;
}*/
/* 
    Created on : 1 févr. 2017, 14:48:28
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.feature-block--video {
  text-align: center; }

.feature-video-container {
  margin-bottom: 2rem;
  padding: 0; }

.video-wrapper {
  position: relative;
  height: 0;
  padding-bottom: 56.25%; }

.video {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000; }

.feature {
  max-width: 600px;
  border-bottom: 3px solid lightgray;
  padding: 0 0 2rem 0; }
  .feature h2 {
    font-weight: 800; }
  .feature + .t-center {
    margin-top: 2rem; }

.feature-info__diagram {
  max-width: 80%;
  display: block;
  margin: 1rem auto 0 auto; }

.feature:not(:first-of-type) {
  padding: 2rem 0 1rem 0; }

.feature-img {
  float: left;
  width: 2.5rem;
  margin-right: 0.5rem; }
  @media (min-width: 400px) {
    .feature-img {
      width: 4rem; } }
  @media (min-width: 600px) {
    .feature-img {
      width: 5rem;
      margin-right: 0.8rem; } }
  @media (min-width: 750px) {
    .feature-img {
      width: 6rem;
      margin-right: 1.1rem; } }
  @media (min-width: 900px) {
    .feature-img {
      width: 6.5rem;
      margin-right: 1.4rem; } }

.feature:not(.feature--teamoo) .feature-img svg * {
  fill: none;
  stroke: #434b5b; }

.feature__description {
  overflow: hidden;
  padding-bottom: 0.5rem; }

.feature__title {
  margin: 0;
  font-weight: normal;
  color: #0074b5;
  font-size: 1.3rem; }

.feature__text {
  margin: 0.2rem 0 0 0;
  font-weight: 200; }

.feature__additional-info {
  display: none; }
  @media (min-width: 450px) {
    .feature__additional-info {
      padding-left: 2rem; } }
  @media (min-width: 550px) {
    .feature__additional-info {
      padding-left: 2.5rem; } }
  .feature__additional-info--shown {
    display: block; }

.feature__deploy-info {
  display: block;
  width: 100%;
  border: none;
  background-color: #fff;
  text-align: center;
  margin: 1rem 0 0 0; }

.feature-info__title {
  margin-bottom: 0;
  position: relative;
  color: #434b5b;
  font-size: 1.1rem;
  font-weight: normal; }

.feature-info__text {
  margin-top: 0;
  font-weight: 200; }

.feature-info-icon {
  display: inline-block;
  vertical-align: bottom;
  width: 1.5rem;
  height: 1.5rem;
  margin-right: 0.3rem; }
  @media (min-width: 450px) {
    .feature-info-icon {
      position: absolute;
      top: 50%;
      right: 100%;
      width: 1.7rem;
      height: 1.7rem;
      margin: -0.85rem 0.2rem 0 0; } }
  @media (min-width: 550px) {
    .feature-info-icon {
      position: absolute;
      top: 50%;
      right: 100%;
      width: 2.2rem;
      height: 2.2rem;
      margin: -1.1rem 0.3rem 0 0; } }
  .feature-info-icon svg * {
    fill: none;
    stroke: #66db3b;
    stroke-width: 5px; }

.feature-info__arrow {
  display: block;
  width: 2rem;
  height: 2rem;
  margin: auto; }
  .feature-info__arrow svg {
    max-width: 100%; }
    .feature-info__arrow svg * {
      stroke: #434b5b; }

.feature-info__arrow--up {
  display: none; }

/* block specific classes */
.feature__additional-info--shown,
.im-teamoo,
.club-member-management,
.plan-schedule,
.sponsors {
  font-weight: 200; }

/* 
    Created on : 1 févr. 2017, 11:29:31
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.clients-sub-heading {
  text-align: center;
  margin: 4rem 0; }
  .clients-sub-heading span {
    display: block; }
  .clients-sub-heading span:first-of-type {
    font-weight: normal; }

.client-sign-up {
  padding: 3rem 0;
  text-align: center; }

.client {
  max-width: 700px;
  margin: auto;
  position: relative;
  border-top: 1px solid lightgray;
  text-align: center; }
  @media (min-width: 700px) {
    .client {
      padding: 1rem 0 1rem 13rem;
      min-height: 13rem;
      text-align: left; } }
  @media (min-width: 700px) {
    .client--right {
      padding: 1rem 13rem 1rem 0; } }

.client:first-of-type {
  border-bottom: 1px solid lightgray; }

.client__name,
.client__team {
  text-transform: uppercase;
  font-size: 0.775rem;
  font-weight: 100; }

.client__img {
  width: 8rem; }
  @media (min-width: 700px) {
    .client__img {
      width: 12rem;
      position: absolute;
      left: 0;
      bottom: 0; } }
  @media (min-width: 700px) {
    .client__img--right {
      left: auto;
      right: 0; } }

@media (min-width: 700px) {
  .client__quote--right {
    text-align: right; } }

/* 
    Created on : 31 janv. 2017, 17:08:06
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.pricing-section {
  margin-bottom: 4rem; }

.section-heading {
  color: #0074b5; }

.package__container {
  padding-top: 2rem;
  position: relative; }
  @media (min-width: 950px) {
    .package__container {
      padding-top: 6rem; } }
  .package__container:hover .package__column {
    will-change: transform; }

.package__column {
  background-color: #fff;
  padding: 15px;
  max-width: 450px;
  margin: 0 auto 15px auto;
  border: 3px solid lightgray;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out;
  text-align: left;
  /* avoid blur when scaling */
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
  font-smoothing: antialiased !important; }
  @media (min-width: 950px) {
    .package__column {
      max-width: auto;
      width: 32%;
      margin: 0 0 15px 2%;
      float: left; }
      .package__column:nth-of-type(3n +1) {
        margin-left: 0; } }
  .package__column.is-selected-package {
    border: 3px solid #71bf44; }
  @media (min-width: 950px) {
    .package__column:hover {
      -webkit-transform: translateZ(0) scale(1.05);
      -moz-transform: translateZ(0) scale(1.05);
      transform: translateZ(0) scale(1.05); } }

.package__column--pro.is-selected-package {
  border: 3px solid #dcab00; }

.package-tooltip {
  border: 1px solid #284b75;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  line-height: 1.5;
  padding: 15px; }

.package__column--has-most-popular {
  position: relative; }

.package__most-popular {
  position: relative;
  padding: 15px;
  margin: 0 0 25px 0;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #71bf44;
  border: 2 px solid #71bf44; }
  @media (min-width: 950px) {
    .package__most-popular {
      position: absolute;
      left: -2px;
      right: -2px;
      bottom: -webkit-calc(100% + 20px);
      bottom: -moz-calc(100% + 20px);
      bottom: calc(100% + 20px);
      margin: 0; } }
  .package__most-popular:hover {
    cursor: auto; }
  .package__most-popular:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    /* not half the margin as usual because there are borders on EACH side of the shape */
    width: 0px;
    height: 0px;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 10px solid #71bf44; }

.package__header {
  text-align: center;
  display: table;
  border-collapse: collapse;
  width: 100%; }

.package__heading-wrapper {
  width: 100%;
  display: table-row;
  height: 100px; }

.package__vertical-align {
  display: table-cell;
  vertical-align: middle; }

.package__heading {
  text-transform: uppercase;
  font-size: 1.5rem;
  color: #284b75;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 10px solid #e2e5eb;
  padding-bottom: 10px; }
  .package__column--plus .package__heading {
    border-bottom-color: #71bf44; }
  .package__column--pro .package__heading {
    border-bottom-color: #dcab00; }
  .package__heading + p {
    font-size: 0.8em;
    margin-top: 20px; }

.package__price-text {
  font-weight: 200;
  font-size: 1em;
  letter-spacing: 1px;
  margin-bottom: 10px; }

.package__price {
  display: block;
  position: relative; }

.package__price-tag {
  display: block;
  position: relative;
  font-weight: bold;
  font-size: 1em;
  margin: 10px 0 5px 0;
  color: #284b75; }

.strike-through:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -2px;
  margin: auto;
  height: 4px;
  width: 40px;
  background-color: #284b75;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.strike-through.free:after {
  content: none; }

.package__new-price-tag {
  display: inline-block;
  font-weight: bold;
  position: relative;
  font-size: 1.3em; }

.contain-currency {
  display: inline-block;
  position: relative; }

.price__floored,
.price__options {
  display: inline-block;
  vertical-align: middle; }

.price__floored {
  font-size: 3em; }

.price__currency {
  position: absolute;
  right: 105%;
  top: 10%;
  font-size: 1.5em;
  font-weight: normal; }
  .contain-currency .price__currency {
    font-size: 1em;
    top: 0%; }

.price__options span {
  display: block;
  text-align: left; }

.package__explanation {
  background-color: #fff;
  padding: 15px;
  margin-top: 15px;
  clear: both; }
  .package__explanation span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px; }

.explanation__star {
  font-size: 3em;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  -o-transform: translateY(10%);
  transform: translateY(10%); }

.package__price-frequency {
  text-transform: lowercase;
  font-weight: normal;
  font-size: 0.7em; }
  .package__price-frequency.free:after {
    content: ""; }

.package__id {
  padding: 15px 0;
  height: 100px; }

@media (min-width: 900px) {
  .package__item-adjust {
    height: 65px;
    display: table-cell;
    vertical-align: middle; }
    .package__item-adjust--small {
      height: 45px;
      display: table-cell;
      vertical-align: middle; } }

.package__button {
  padding: 12px;
  margin: 0 0 16px 0;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #71bf44;
  color: #fff;
  border: none;
  -webkit-border-radius: 10px;
  border-radius: 10px; }
  .package__button:hover {
    cursor: pointer; }
  .is-selected-package .package__button {
    background-color: #fff;
    color: #71bf44; }
    .is-selected-package .package__button:hover {
      cursor: default; }

.package__column input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label {
  color: red; }

.package__row {
  padding: 10px 10px;
  overflow: hidden; }
  .package__row:nth-of-type(odd) {
    background-color: #f2f5f6; }
  .package__row:nth-of-type(even) {
    background-color: #f7fafb; }
  .package__row-title {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    position: relative;
    padding-right: 40px; }
  .package__row .tooltip_cs {
    margin-left: 5px; }

.contain-tooltip {
  position: relative;
  display: inline-block; }

.package__row:not(.package__row-title) {
  padding-left: 1.5rem;
  font-size: 14px;
  width: 100%; }
  @media (min-width: 900px) {
    .package__row:not(.package__row-title) {
      display: table; } }

.no-advantage {
  padding-right: 10px; }

.package__type-info {
  padding: 0.2rem;
  position: absolute;
  left: 100%;
  margin-left: 5px;
  top: -4px;
  text-transform: uppercase;
  color: #fff;
  background-color: #71bf44;
  font-size: 0.7rem; }
  .package__column--pro .package__type-info {
    background-color: #dcab00; }

.sub-row {
  width: 70%;
  float: left; }

.sub-row + .sub-row {
  width: 30%;
  text-align: right;
  font-weight: bold; }

.package__asterisk-box {
  padding: 15px;
  color: #fff;
  background-color: #284b75;
  margin-top: 15px;
  font-weight: bold;
  display: block; }
  @media (min-width: 1150px) {
    .package__asterisk-box {
      display: none; } }

.package__asterisk-box-outside {
  padding: 15px;
  color: #fff;
  background-color: #284b75;
  margin-top: 15px;
  font-weight: bold;
  position: absolute;
  top: -50px;
  right: 0%;
  width: auto;
  display: none; }
  @media (min-width: 1150px) {
    .package__asterisk-box-outside {
      display: block; } }

@media (min-width: 1150px) {
  .package__column--has-most-popular .package__asterisk-box {
    display: none; } }

.g, a.g, .g a {
  color: #a0b0b5; }

.tooltip_cs,
a.tooltip_cs {
  text-decoration: none;
  position: relative;
  border-bottom: 1px #9b9b9b dotted;
  cursor: pointer; }

.pricing-asterisk {
  display: inline-block;
  vertical-align: text-top;
  font-size: 17px; }

.pricing-apply-for {
  color: #fff;
  margin: 4rem 0;
  font-size: 110%; }

.pricing-country {
  text-transform: capitalize; }

/* Pricing */
.pricing__tooltip {
  max-width: 300px;
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.85);
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

/* Federation styles */
.package--federation {
  border: 3px solid lightgray;
  padding: 1rem;
  display: table;
  width: 100%; }

@media (min-width: 600px) {
  .federation__contact,
  .federation__members {
    display: table-cell;
    vertical-align: middle;
    padding: 1rem 0; } }

.federation__contact {
  text-align: center;
  margin: 0 0 2rem 0; }
  @media (min-width: 600px) {
    .federation__contact {
      width: 37%;
      padding-right: 1rem;
      margin: 0;
      border-right: 3px solid lightgray; } }
  .federation__contact-text {
    margin-top: 0; }

@media (min-width: 600px) {
  .federation__members {
    width: 63%;
    padding-left: 1rem; } }

.federation__members-logos a {
  display: inline-block;
  vertical-align: middle; }
  .federation__members-logos a:not(:last-of-type) {
    margin-right: 4%;
    margin-bottom: 10px; }

.federation__members-logos img {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: -o-transform 0.3s;
  -moz-transition: transform 0.3s, -moz-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s; }
  .federation__members-logos img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05); }

#flam {
  width: 150px; }

#flh {
  width: 100px; }

#flg {
  width: 80px; }

#feradion-marche-populaire {
  width: 100px; }

#flhg {
  width: 100px; }

/* 
    Created on : 1 févr. 2017, 09:38:51
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.team-picture__description {
  max-width: 800px;
  margin: 1.5rem auto 3.5rem auto;
  font-weight: 100; }

.about-us__team-member {
  position: relative; }
  @media (min-width: 600px) {
    .about-us__team-member {
      padding: 1.5rem 0 0 0; } }
  @media (min-width: 600px) {
    .about-us__team-member--pic-right {
      padding: 1.5rem 11rem 0 0; } }
  @media (min-width: 800px) {
    .about-us__team-member--pic-right {
      padding: 1.5rem 15rem 0 0; } }
  @media (min-width: 1000px) {
    .about-us__team-member--pic-right {
      padding: 1.5rem 21rem 0 0; } }

@media (min-width: 600px) {
  .team-member__presentation {
    padding: 1.5rem 0; } }

.team-member__img {
  display: block;
  max-width: 10rem;
  margin: auto; }
  @media (min-width: 600px) {
    .team-member__img {
      float: left;
      margin-right: 1rem; } }
  @media (min-width: 800px) {
    .team-member__img {
      width: 20rem;
      max-width: 100%; } }
  @media (min-width: 600px) {
    .team-member__img--pic-right {
      position: absolute;
      top: auto;
      right: 0;
      bottom: 0;
      left: auto;
      margin-right: 0; } }

.team-member__title {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #0074b5; }

.team-member__description {
  font-weight: 100; }

.team-picture {
  margin-top: 4rem;
  text-align: center; }

/* 
    Created on : 31 janv. 2017, 20:23:48
    Author     : Philippe Tasch <tasch@sport50.com>
*/
.contact-form-container {
  max-width: 800px;
  margin: auto; }

.form-field--contact {
  max-width: 400px; }

.contact__description {
  font-size: 1.2rem;
  padding-bottom: 2rem;
  border-bottom: 2px solid lightgray; }

.error-captcha {
  display: inline-block;
  border: 5px solid red; }

/* 
    Created on : 15 déc. 2016, 11:20:38
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/* 
    Created on : 12 déc. 2016, 14:58:49
    Author     : Philippe Tasch <tasch@sport50.com>
*/
button {
  border: none;
  cursor: pointer;
  cursor: hand; }

.confirmation-button {
  display: inline-block;
  vertical-align: middle;
  background-color: #66db3b;
  color: #003854;
  padding: 0.7rem;
  text-transform: uppercase;
  font-size: 0.775rem;
  font-weight: bold; }

.is-animated--bounce {
  -webkit-animation: bounce 1s linear;
  -moz-animation: bounce 1s linear;
  -o-animation: bounce 1s linear;
  animation: bounce 1s linear; }

@-webkit-keyframes bounce {
  25% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.15);
    transform: scale(1.15); } }

@-moz-keyframes bounce {
  25% {
    -moz-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    -moz-transform: scale(1);
    transform: scale(1); }
  75% {
    -moz-transform: scale(1.15);
    transform: scale(1.15); } }

@-o-keyframes bounce {
  25% {
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    -o-transform: scale(1.15);
    transform: scale(1.15); } }

@keyframes bounce {
  25% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); }
  50% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15); } }

div[class*="landing-modal"] .ui-dialog-buttonset {
  text-align: center; }

/*.is-animated--fadeIn{
	animation: fadeIn 0.7s linear forwards;
}

@keyframes fadeIn{
	0%{ opacity: 0}
	100%{ opacity: 1}
}*/
/* 
    Created on : 15 déc. 2016, 11:19:15
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/* landing-page modal styles */
div[class*='landing-modal-'] {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.45);
  z-index: 1000; }

.ui-dialog {
  max-width: 310px !important;
  max-height: 470px !important;
  margin: auto !important; }
  @media (min-height: 520px) {
    .ui-dialog {
      max-height: 100% !important; } }
  @media (min-width: 350px) {
    .ui-dialog {
      max-width: 100% !important; } }

.modalDialog {
  max-height: 328px !important; }
  @media (min-height: 600px) {
    .modalDialog {
      max-height: 500px !important; } }

.landing-modal__inner {
  padding: 1rem; }

/* goddamn fucking handicapped modal piece of shit styles for login */
.landing-modal-login,
.landing-modal-forgotPw {
  position: absolute !important; }

.modalDialog {
  display: none;
  overflow: auto;
  padding: 0 1.5rem 1.5rem 1.5rem; }

.close-modal {
  width: 3rem;
  height: 3rem;
  margin: 0rem 0rem 0rem auto;
  border: none;
  background-color: transparent;
  display: block; }
  .close-modal svg * {
    stroke: #434b5b; }

.landing-modal__icon-container {
  width: 6rem;
  height: 6rem;
  margin: auto; }

.landing-modal__heading {
  text-align: center;
  text-transform: uppercase;
  color: #434b5b;
  margin: 0 0 0.3rem 0; }

.landing-modal__list {
  padding-left: 3rem; }
  .landing-modal__list h3 {
    position: relative;
    text-align: left;
    color: #434b5b;
    margin-bottom: 0.3rem;
    font-size: 1.1rem; }
    .landing-modal__list h3:before {
      position: absolute;
      right: 100%;
      top: 50%;
      margin: -1rem 10px 0 0;
      display: block;
      content: "";
      width: 2rem;
      height: 2rem;
      background: url(/img/cms/icons/svg/checkmark_circular_start.svg) no-repeat;
      ackground-size: 32px; }

.landing-modal__list-item {
  font-weight: 100;
  font-size: 0.875rem; }

.landing-modal__list-item:last-of-type {
  margin-bottom: 1.5rem; }

.landing-modal__subheading {
  color: #434b5b;
  margin-bottom: 0.3rem;
  position: relative; }

.landing-modal__list-icon {
  position: absolute;
  top: 50%;
  right: 100%;
  margin: -1rem 10px 0 0;
  width: 2rem;
  height: 2rem; }
  .landing-modal__list-icon svg * {
    fill: none;
    stroke: #66db3b;
    stroke-width: 5px; }

.landing-modal__text {
  font-size: 0.875rem;
  margin: 0;
  font-weight: 100; }

.blur-overlay {
  -webkit-filter: blur(5px);
  filter: blur(5px); }

.blur-overlay {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

/* overlays to be used depending on browser support for blur filter */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background-color: #000; }

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5; }

/* jquery-ui style overrides */
.ui-dialog-titlebar {
  padding: 1rem 0 0 0; }
  @media (min-height: 600px) {
    .ui-dialog-titlebar {
      padding: 1rem; } }

.ui-dialog-buttonset {
  text-align: right;
  padding: 1rem; }
  .ui-dialog-buttonset button {
    border: none; }

.ui-dialog-title {
  display: none; }

/* 
    Created on : 15 déc. 2016, 14:14:02
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/* form styles */
.form__container {
  margin-bottom: 1.5rem; }
  .form__container:last-of-type {
    margin-bottom: 0; }
  .form__container--confirm {
    text-align: center; }

.form__content-wrapper {
  max-width: 400px;
  margin: auto; }

.form__label,
.form__input {
  display: block; }

.form__label {
  margin-bottom: 0.2rem; }

.form__input {
  margin: 0;
  padding: 0.5rem;
  width: 100%;
  max-width: 100%; }

.color-picker-primary, color-picker-seconday {
  z-index: 20; }

.form-error {
  margin: 0 0 0.5rem 0; }

/* 
    Created on : 17 mars 2017, 14:32:17
    Author     : Philippe Tasch <tasch@sport50.com>
*/
/*first time tim*/
.tim--first-container {
  max-width: 37.5rem;
  position: absolute;
  z-index: 201;
  top: 0rem;
  left: 0rem;
  right: 0rem;
  margin: auto;
  width: 100%; }

.tim-radius--fake {
  -webkit-border-radius: 0 0 7rem 7rem;
  border-radius: 0 0 7rem 7rem;
  width: 5rem;
  margin: auto;
  overflow: hidden;
  padding-top: 3rem;
  position: relative; }
  @media (min-width: 550px) {
    .tim-radius--fake {
      width: 7rem; } }

.tim-not-landing--first {
  position: fixed;
  z-index: 10;
  left: 1rem;
  bottom: 0rem;
  width: 4rem;
  padding-top: 3rem;
  text-align: center;
  cursor: pointer; }
  @media (min-width: 550px) {
    .tim-not-landing--first {
      width: 5rem; } }

.tim__avatar--first {
  width: 100%;
  height: 5rem;
  background-color: #fff;
  margin: auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -moz-transition: transform 0.3s ease, -moz-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -moz-transform 0.3s ease, -o-transform 0.3s ease;
  position: relative; }
  @media (min-width: 550px) {
    .tim__avatar--first {
      width: 100%;
      height: 7rem; } }
  .tim__avatar--first svg {
    height: 130%;
    max-height: 130%;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }

.tim__avatar-not-landing--first {
  height: 4rem;
  background-color: transparent; }
  @media (min-width: 550px) {
    .tim__avatar-not-landing--first {
      width: 100%;
      height: 5rem;
      background-color: #fff; } }

.tim-close--first {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0;
  background: transparent;
  margin-left: auto; }
  .tim-close--first svg * {
    fill: none;
    stroke: #ccc;
    stroke-width: 5px; }

.tim--first-infos {
  border: 0.5rem solid #0074b5;
  background-color: #fff;
  position: relative;
  padding: 1rem 0;
  -webkit-box-shadow: 0px 0px 6px 2px #000;
  box-shadow: 0px 0px 6px 2px #000; }

.tim--triangle-top:before {
  content: "";
  border: 10px solid transparent;
  border-bottom: 20px solid #0074b5;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 100%;
  margin-bottom: 0.5rem; }
  @media (min-width: 550px) {
    .tim--triangle-top:before {
      border: 16px solid transparent;
      border-bottom: 26px solid #0074b5;
      margin-left: -16px; } }

@media (min-width: 550px) {
  .tim--triangle-left:before {
    content: "";
    border: 15px solid transparent;
    border-right: 25px solid #0074b5;
    position: absolute;
    z-index: 10;
    right: 100%;
    margin-left: -10px;
    bottom: 0rem;
    margin-bottom: 0.5rem; } }

.tim__title--first {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 100;
  text-align: center;
  margin-top: 0;
  font-size: 1.5rem;
  line-height: 1.2;
  letter-spacing: -1px; }
  @media (min-width: 550px) {
    .tim__title--first {
      font-size: 1.7rem; } }

.tim__overflow--first {
  overflow: auto;
  max-height: 400px;
  padding: 0 1rem; }
  @media (min-height: 650px) {
    .tim__overflow--first {
      max-height: 400px; } }

.tim-container-not-landing--first {
  position: fixed;
  top: auto;
  left: 1rem;
  bottom: 1rem;
  right: 1rem; }
  @media (min-width: 550px) {
    .tim-container-not-landing--first {
      left: 7rem;
      right: auto; } }

/* styles for the header when not landing page */
.header--not-landing {
  position: relative;
  padding: 0 0 1rem 0; }
  @media (min-width: 1430px) {
    .header--not-landing {
      padding: 1rem 0; } }

.max-container--not-landing {
  position: relative;
  margin-top: 1rem; }
  @media (min-width: 1430px) {
    .max-container--not-landing {
      margin-top: 0rem; } }

@media (min-width: 1430px) {
  .max-container--language {
    height: 0;
    position: relative; } }

.language-bar {
  background-color: #005d91; }
  .language-bar .change-lang {
    position: relative;
    margin: 0;
    z-index: 100; }
    @media (min-width: 1430px) {
      .language-bar .change-lang {
        position: absolute;
        top: 0.55rem;
        right: 100%; } }

.sport50-logo--not-landing {
  position: absolute;
  left: 1rem;
  top: 50%;
  height: 2.5rem;
  margin-top: -1.25rem; }
  .sport50-logo--not-landing svg {
    height: 100%; }

/* goddamn fucking IE fix  */
.lievo-svg-wrapper {
  overflow: hidden; }

.more-details {
  display: block;
  color: #434b5b; }

/* copyright */
.copyright {
  font-size: 0.75rem;
  text-align: center;
  color: #7a7a7a;
  margin-bottom: 1.25rem; }
  .copyright a {
    color: #7a7a7a;
    text-decoration: underline; }
    .copyright a:hover {
      text-decoration: none; }

.footer__info address {
  font-style: normal; }

.footer__list {
  text-align: center; }

.terms-privacy {
  display: inline-block;
  font-size: 0.6875rem;
  vertical-align: middle; }
  .terms-privacy a {
    color: inherit;
    text-decoration: underline; }
    .terms-privacy a:hover {
      text-decoration: none; }
  .terms-privacy [type="checkbox"] {
    vertical-align: sub; }

/* Club name already exists */
#input-wrapper {
  z-index: 9;
  width: 100%;
  padding: 3.125rem 3.125rem 1.5625rem;
  margin-bottom: 3.875rem;
  background: rgba(0, 0, 0, 0.6); }
  #input-wrapper.is-sticky {
    left: 0;
    right: 0;
    width: auto !important;
    padding: 1.25rem 1.25rem 0;
    background: rgba(0, 0, 0, 0.8);
    -webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    -moz-transition: padding 0.3s linear;
    transition: padding 0.3s linear; }
  .product-specific #input-wrapper {
    margin-bottom: 1.5rem; }

#main-wrapper button.slogan {
  color: #ea5b5b;
  margin-top: 100px;
  font-size: 2.5em; }
  #main-wrapper button.slogan a:hover {
    cursor: pointer; }

#main-wrapper p.sloganDescr {
  color: #00507c;
  font-size: 1.2em;
  line-height: 1.5em;
  margin-bottom: 30px; }

#main-wrapper div.visitButton {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 50px; }

#main-wrapper .leftColumn {
  text-align: left; }
  @media (min-width: 768px) {
    #main-wrapper .leftColumn {
      float: left;
      width: 47%;
      margin-left: 0;
      margin-right: 6%; } }
  #main-wrapper .leftColumn p {
    margin-bottom: 10px; }
    #main-wrapper .leftColumn p span {
      color: #00507c; }
  #main-wrapper .leftColumn .listTitle {
    margin-bottom: 5px; }
  #main-wrapper .leftColumn ul {
    margin-left: 10px; }
    #main-wrapper .leftColumn ul li a {
      text-align: right;
      color: #434b5b; }
    #main-wrapper .leftColumn ul li a:last-child {
      margin-right: 10px; }

#main-wrapper .rightColumn {
  text-align: left; }
  @media (min-width: 768px) {
    #main-wrapper .rightColumn {
      float: left;
      width: 47%; } }
  #main-wrapper .rightColumn p {
    margin-bottom: 10px; }
    #main-wrapper .rightColumn p span {
      color: #00507c; }
  #main-wrapper .rightColumn form p {
    text-align: center; }
    #main-wrapper .rightColumn form p span.contactLabel {
      color: #00507c; }
    #main-wrapper .rightColumn form p button {
      line-height: 1.5em;
      font-size: 24px;
      height: auto;
      padding-top: 5px;
      padding-bottom: 5px; }
      @media (max-width: 767px) {
        #main-wrapper .rightColumn form p button {
          font-size: 1.125em; } }
      @media (max-width: 480px) {
        #main-wrapper .rightColumn form p button {
          font-size: 0.75em; } }

#main-wrapper .clr {
  clear: both; }

.visitSiteButton {
  display: block;
  clear: both;
  margin: 0 auto;
  line-height: 1.5em;
  font-size: 24px;
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px; }
  @media (max-width: 767px) {
    .visitSiteButton {
      font-size: 1.125em; } }
  @media (max-width: 480px) {
    .visitSiteButton {
      font-size: 0.75em; } }
  .visitSiteButton + hr {
    margin-top: 1.875em;
    border-color: #00a8ea; }

.newSitebutton {
  font-size: 0.875em !important; }

/* change colors for links in terms and conditions */
.privacy-policy a,
.terms-and-conditions a,
.policyAndTerms a {
  color: #7a7a7a;
  text-decoration: underline; }

/* Remove outline from Colorpicker Interface */
.color-picker-primary, .color-picker-secondary {
  outline: none; }

.boxRed {
  border: 1px solid #d20000;
  background-color: #ffcebf;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 12px;
  margin-bottom: 16px;
  text-align: center; }

.underlined {
  text-decoration: underline; }

.landing-modal__wrong-login, .landing-modal__no-club {
  margin-top: 1rem; }

.clubsReturnContainer {
  text-align: right; }

.clubsReturnButton {
  background-color: #E2E5EB;
  color: #003854;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.775rem;
  padding: 0.7rem;
  vertical-align: middle; }
  .clubsReturnButton svg {
    width: 20px;
    vertical-align: text-bottom; }

.hideButton, .none {
  display: none; }
