﻿* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

.content-header {
  height: 80px;
  width: 100%;
  top: 0;
  z-index: 100;
  background-color: white;
  position: sticky;
  position: -webkit-sticky;
  padding-left: 20px;
}
@media (min-width: 1024px) {
  .content-header {
    text-align: center;
    height: 100px;
  }
}
@media (min-width: 1550px) {
  .content-header {
    text-align: center;
    height: 125px;
  }
}
.content-header img {
  height: 60px;
  margin-top: 10px;
}
@media (min-width: 1024px) {
  .content-header img {
    height: 90px;
    margin-top: 0;
  }
}
@media (min-width: 1550px) {
  .content-header img {
    height: 110px;
    margin-top: 0;
  }
}
.content-header .language {
  position: absolute;
  right: 10px;
  top: 0;
  display: flex;
  font-size: 22px;
  align-items: center;
  color: #0061a1;
  height: 80px;
}
@media (min-width: 1024px) {
  .content-header .language {
    right: 75px;
    height: 100px;
    font-size: 30px;
  }
}
@media (min-width: 1550px) {
  .content-header .language {
    right: 75px;
    height: 125px;
    font-size: 30px;
  }
}
.content-header .language-item a {
  padding: 0 10px;
  text-decoration: none;
  color: #0061a1;
}
.content-header .language-item a.selected {
  color: #ff2662;
  font-weight: bold;
}

#cta-energy {
  background-color: #ff2662;
  color: white;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
}
#cta-energy-title {
  display: inline;
  font-family: futura-pt, sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 1024px) {
  #cta-energy-title {
    font-size: 28px;
  }
}
#cta-energy-winter {
  display: inline;
  font-family: futura-pt, sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
  margin-right: 20px;
}
#cta-energy-winter b {
  font-family: futura-pt, sans-serif !important;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 18px;
  font-style: italic;
}
@media (min-width: 1024px) {
  #cta-energy-winter b {
    font-size: 28px;
  }
}
@media (min-width: 1024px) {
  #cta-energy-winter {
    font-size: 28px;
  }
}
#cta-energy-subtitle {
  display: inline;
  font-family: futura-pt, sans-serif !important;
}
@media (min-width: 576px) {
  #cta-energy-subtitle {
    margin-right: 20px;
  }
}
#cta-energy-action-wrapper {
  display: block;
}
@media (min-width: 1024px) {
  #cta-energy-action-wrapper {
    display: inline-block;
  }
}
#cta-energy .lg-button {
  margin-top: 10px;
  display: inline-block;
}
@media (min-width: 576px) {
  #cta-energy .lg-button {
    margin-top: 0;
  }
}

.lg-button {
  font-family: futura-pt, sans-serif !important;
  appearance: none;
  background-color: #0039CB;
  color: white !important;
  text-transform: uppercase;
  text-decoration: none;
  border: 3px solid #0039CB;
  font-family: futura-pt-bold, sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 10px;
}
.lg-button i {
  margin-left: 10px;
}
.lg-button.big {
  font-size: 20px;
  padding: 10px 20px;
}
@media (min-width: 1550px) {
  .lg-button.big {
    padding: 15px 30px;
    font-size: 28px;
  }
}
.lg-button.white {
  background-color: white;
  color: #0039CB !important;
  border: 3px solid #0039CB !important;
  padding: 7px;
  box-sizing: border-box;
}
.lg-button.white:hover {
  border: none !important;
  color: white !important;
  padding: 10px;
}
.lg-button.grey {
  background: none;
  color: #707070 !important;
  border: 3px solid #707070 !important;
}
.lg-button.grey:hover {
  background-color: #707070 !important;
  color: white !important;
}
.lg-button.disabled {
  pointer-events: none;
  background-color: #8E8E8E;
  color: rgba(255, 255, 255, 0.3) !important;
}
.lg-button:focus {
  outline: none;
}
.lg-button:hover {
  background-color: #0048ff !important;
  cursor: pointer;
  color: white;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .lg-button {
    padding: 10px 20px;
  }
}
.energy-offer {
  height: 420px !important;
  background-position: center center;
  background-size: cover;
}
.energy-offer .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}
.energy-offer .energy-offer-register {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
}
.energy-offer .energy-offer-mobile {
  width: 320px;
  height: 420px;
  background-size: contain;
  margin: auto;
}
.energy-offer.fr {
  background-image: url("/Content/Images/Offers/Energy/normal/xs-background-fr.png");
}
.energy-offer.fr .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/normal/xs-content-fr.png");
}
.energy-offer.fr .energy-offer-description.de {
  display: none;
}
.energy-offer.de {
  background-image: url("/Content/Images/Offers/Energy/normal/xs-background-de.png");
}
.energy-offer.de .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/normal/xs-content-de.png");
}
.energy-offer.de .energy-offer-description.fr {
  display: none;
}

@media (min-width: 768px) {
  .energy-offer {
    height: 420px !important;
    background-position: center center;
  }
  .energy-offer .energy-offer-register {
    margin: 0;
    position: absolute;
    width: 330px;
    left: 80px;
    top: 280px;
  }
  .energy-offer .energy-offer-mobile {
    display: none;
  }
  .energy-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/normal/sm-fr.png");
  }
  .energy-offer.de {
    background-image: url("/Content/Images/Offers/Energy/normal/sm-de.png");
  }
}
@media (min-width: 992px) {
  .energy-offer {
    height: 700px !important;
  }
  .energy-offer .energy-offer-register {
    width: 510px;
    left: 80px;
    top: 460px;
  }
  .energy-offer .energy-offer-register .lg-button {
    font-size: 28px;
    padding: 10px 30px;
  }
  .energy-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/normal/md-fr.png");
  }
  .energy-offer.de {
    background-image: url("/Content/Images/Offers/Energy/normal/md-de.png");
  }
}
@media (min-width: 1200px) {
  .energy-offer {
    height: 700px !important;
  }
  .energy-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/normal/lg-fr.png");
  }
  .energy-offer.de {
    background-image: url("/Content/Images/Offers/Energy/normal/lg-de.png");
  }
}
.january23-offer {
  height: 420px !important;
  background-position: center center;
  background-size: cover;
}
.january23-offer .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}
.january23-offer .energy-offer-register {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.january23-offer .energy-offer-mobile {
  width: 320px;
  height: 420px;
  background-size: contain;
  margin: auto;
}
.january23-offer.fr {
  background-image: url("/Content/Images/Offers/Energy/january2023/xs-background-FR.png");
}
.january23-offer.fr .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/january2023/xs-content-FR.png");
}
.january23-offer.fr .energy-offer-description.de {
  display: none;
}
.january23-offer.de {
  background-image: url("/Content/Images/Offers/Energy/january2023/xs-background-DE.png");
}
.january23-offer.de .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/january2023/xs-content-DE.png");
}
.january23-offer.de .energy-offer-description.fr {
  display: none;
}

@media (min-width: 768px) {
  .january23-offer {
    height: 420px !important;
    background-position: center center;
  }
  .january23-offer .energy-offer-register {
    position: absolute;
    top: 320px;
    left: 200px;
    text-align: left;
  }
  .january23-offer .energy-offer-mobile {
    display: none;
  }
  .january23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/january2023/sm-FR.png");
  }
  .january23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/january2023/sm-DE.png");
  }
}
@media (min-width: 992px) {
  .january23-offer {
    height: 700px !important;
  }
  .january23-offer .energy-offer-register {
    top: 480px;
    left: 200px;
  }
  .january23-offer .energy-offer-register .lg-button {
    font-size: 28px;
    padding: 10px 30px;
  }
  .january23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/january2023/md-FR.png");
  }
  .january23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/january2023/md-DE.png");
  }
}
@media (min-width: 1200px) {
  .january23-offer {
    height: 700px !important;
  }
  .january23-offer .energy-offer-register {
    top: 500px;
    left: 280px;
  }
  .january23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/january2023/lg-FR.png");
  }
  .january23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/january2023/lg-DE.png");
  }
}
.september23-offer {
  height: 420px !important;
  background-position: center center;
  background-size: cover;
}
.september23-offer .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}
.september23-offer .energy-offer-register {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  text-align: center;
}
.september23-offer .energy-offer-mobile {
  width: 320px;
  height: 420px;
  background-size: contain;
  margin: auto;
}
.september23-offer.fr {
  background-image: url("/Content/Images/Offers/Energy/september2023-2/xs-background-fr.png");
}
.september23-offer.fr .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/september2023-2/xs-content-fr.png");
}
.september23-offer.fr .energy-offer-description.de {
  display: none;
}
.september23-offer.de {
  background-image: url("/Content/Images/Offers/Energy/september2023-2/xs-background-de.png");
}
.september23-offer.de .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/september2023-2/xs-content-de.png");
}
.september23-offer.de .energy-offer-description.fr {
  display: none;
}

@media (min-width: 768px) {
  .september23-offer {
    height: 420px !important;
    background-position: center center;
  }
  .september23-offer .energy-offer-register {
    position: absolute;
    top: 320px;
    left: 200px;
    text-align: left;
  }
  .september23-offer .energy-offer-mobile {
    display: none;
  }
  .september23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/september2023-2/sm-fr.png");
  }
  .september23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/september2023-2/sm-de.png");
  }
}
@media (min-width: 992px) {
  .september23-offer {
    height: 700px !important;
  }
  .september23-offer .energy-offer-register {
    top: 480px;
    left: 200px;
  }
  .september23-offer .energy-offer-register .lg-button {
    font-size: 28px;
    padding: 10px 30px;
  }
  .september23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/september2023-2/md-fr.png");
  }
  .september23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/september2023-2/md-de.png");
  }
}
@media (min-width: 1200px) {
  .september23-offer {
    height: 700px !important;
  }
  .september23-offer .energy-offer-register {
    top: 500px;
    left: 280px;
  }
  .september23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/september2023-2/lg-fr.png");
  }
  .september23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/september2023-2/lg-de.png");
  }
}
.july23-offer {
  height: 420px !important;
  background-position: center center;
  background-size: cover;
}
.july23-offer .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}
.july23-offer .energy-offer-register {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.july23-offer .energy-offer-mobile {
  width: 320px;
  height: 420px;
  background-size: contain;
}
.july23-offer.fr {
  background-image: url("/Content/Images/Offers/Energy/july2023/xs-background-fr.png");
}
.july23-offer.fr .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/july2023/xs-content-fr.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.july23-offer.fr .energy-offer-description.de {
  display: none;
}
.july23-offer.de {
  background-image: url("/Content/Images/Offers/Energy/july2023/xs-background-de.png");
}
.july23-offer.de .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/july2023/xs-content-de.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.july23-offer.de .energy-offer-description.fr {
  display: none;
}

@media (min-width: 768px) {
  .july23-offer {
    height: 420px !important;
    background-position: center center;
  }
  .july23-offer .energy-offer-register {
    position: absolute;
    top: 80px;
  }
  .july23-offer .energy-offer-mobile {
    display: none;
  }
  .july23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/july2023/sm-fr.png");
  }
  .july23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/july2023/sm-de.png");
  }
}
@media (min-width: 992px) {
  .july23-offer {
    height: 700px !important;
  }
  .july23-offer .energy-offer-register {
    top: 140px;
  }
  .july23-offer .energy-offer-register .lg-button {
    font-size: 28px;
    padding: 10px 30px;
  }
  .july23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/july2023/md-fr.png");
  }
  .july23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/july2023/md-de.png");
  }
}
@media (min-width: 1200px) {
  .july23-offer {
    height: 700px !important;
  }
  .july23-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/july2023/lg-fr.png");
  }
  .july23-offer.de {
    background-image: url("/Content/Images/Offers/Energy/july2023/lg-de.png");
  }
}
.base-offer {
  height: 420px !important;
  background-position: center center;
  background-size: cover;
}
.base-offer .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}
.base-offer .energy-offer-register {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.base-offer .energy-offer-mobile {
  width: 320px;
  height: 420px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin: auto;
}
.base-offer.fr {
  background-image: url("/Content/Images/Offers/Energy/energy-xs.jpg");
}
.base-offer.fr .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/energy-xs-fr.png");
}
.base-offer.fr .energy-offer-description.de {
  display: none;
}
.base-offer.de {
  background-image: url("/Content/Images/Offers/Energy/normal/energy-xs.jpg");
}
.base-offer.de .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/energy-xs-de.png");
}
.base-offer.de .energy-offer-description.fr {
  display: none;
}

@media (min-width: 768px) {
  .base-offer {
    height: 420px !important;
    background-position: center center;
  }
  .base-offer .energy-offer-register {
    margin: 0;
    position: absolute;
    width: 330px;
    left: 80px;
    top: 280px;
  }
  .base-offer .energy-offer-mobile {
    display: none;
  }
  .base-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/energy-sm-fr.png");
  }
  .base-offer.de {
    background-image: url("/Content/Images/Offers/Energy/energy-sm-de.png");
  }
}
@media (min-width: 992px) {
  .base-offer {
    height: 700px !important;
  }
  .base-offer .energy-offer-register {
    width: 510px;
    left: 80px;
    top: 460px;
  }
  .base-offer .energy-offer-register .lg-button {
    font-size: 28px;
    padding: 10px 30px;
  }
  .base-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/energy-md-fr.png");
  }
  .base-offer.de {
    background-image: url("/Content/Images/Offers/Energy/energy-md-de.png");
  }
}
@media (min-width: 1200px) {
  .base-offer {
    height: 700px !important;
  }
  .base-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/energy-lg-fr.png");
  }
  .base-offer.de {
    background-image: url("/Content/Images/Offers/Energy/energy-lg-de.png");
  }
}
.godays22-offer {
  height: 420px !important;
  background-position: center center;
  background-size: cover;
}
.godays22-offer .carousel-caption {
  left: 0 !important;
  right: 0 !important;
  padding: 0;
}
.godays22-offer .energy-offer-register {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
}
.godays22-offer .energy-offer-mobile {
  width: 320px;
  height: 420px;
  background-size: contain;
  margin: auto;
}
.godays22-offer.fr {
  background-image: url("/Content/Images/Offers/Energy/godays2022/xs-background-fr.png");
}
.godays22-offer.fr .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/godays2022/xs-content-fr.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.godays22-offer.fr .energy-offer-description.de {
  display: none;
}
.godays22-offer.de {
  background-image: url("/Content/Images/Offers/Energy/godays2022/xs-background-de.png");
}
.godays22-offer.de .energy-offer-mobile {
  background-image: url("/Content/Images/Offers/Energy/godays2022/xs-content-de.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.godays22-offer.de .energy-offer-description.fr {
  display: none;
}

@media (min-width: 768px) {
  .godays22-offer {
    height: 420px !important;
    background-position: center center;
  }
  .godays22-offer .energy-offer-register {
    position: absolute;
    top: 80px;
  }
  .godays22-offer .energy-offer-mobile {
    display: none;
  }
  .godays22-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/godays2022/sm-fr.png");
  }
  .godays22-offer.de {
    background-image: url("/Content/Images/Offers/Energy/godays2022/sm-de.png");
  }
}
@media (min-width: 992px) {
  .godays22-offer {
    height: 700px !important;
  }
  .godays22-offer .energy-offer-register {
    top: 140px;
  }
  .godays22-offer .energy-offer-register .lg-button {
    font-size: 28px;
    padding: 10px 30px;
  }
  .godays22-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/godays2022/md-fr.png");
  }
  .godays22-offer.de {
    background-image: url("/Content/Images/Offers/Energy/godays2022/md-de.png");
  }
}
@media (min-width: 1200px) {
  .godays22-offer {
    height: 700px !important;
  }
  .godays22-offer.fr {
    background-image: url("/Content/Images/Offers/Energy/godays2022/lg-fr.png");
  }
  .godays22-offer.de {
    background-image: url("/Content/Images/Offers/Energy/godays2022/lg-de.png");
  }
}
@media (max-width: 62em) {
  select, textarea, input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color] {
    font-size: 16px;
  }
}
#mobileNavMenu {
  background-color: white;
  padding: 20px;
}
#mobileNavMenu .lg-button {
  margin-bottom: 10px;
  text-align: center;
}

#mobileNavMenu a {
  color: #333;
  font-size: 18px;
}

#mobileNavMenu .active a {
  background: rgba(255, 255, 255, 0.3);
}

#mobileNavMenu li ul {
  list-style-type: none;
}

#mobileNavMenu li ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}

#mobileNavMenu ul li #close-btn {
  padding: 12px;
}

#mobileNavMenu .nav > li > a {
  padding: 6px 0;
}

#mobile-services {
  margin-left: 10px;
}

@media (max-width: 62em) {
  #main-header img {
    height: 70px;
    margin: 5px 10px 10px 10px;
  }
}
.main-header {
  position: relative;
  margin-bottom: 1px;
}
.main-header button {
  position: absolute;
  left: 20px;
  top: 10px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.main-header-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}
.main-header-nav-left {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.main-header-nav-right {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.main-header-nav-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-header-nav-center img {
  height: 70px;
}
@media (min-width: 576px) {
  .main-header-nav-center img {
    height: 113px;
    width: 170px;
  }
}
@media (min-width: 1200px) {
  .main-header-nav-center img {
    height: 113px;
    width: 220px;
  }
}
.main-header-nav-item {
  height: 128px;
  padding: 50px 15px;
  color: #999;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: color 0.45s, border-bottom 0.45s;
  text-decoration: none;
}
.main-header-nav-item:hover {
  border-bottom: 2px solid #02447B;
  color: #02447B;
  text-decoration: none;
}
.main-header-nav-item.active {
  background-color: white;
  border-bottom: 2px solid #ff2662;
  color: #ff2662;
}
.main-header-nav .dropdown.open {
  position: static;
}
.main-header-nav .dropdown.open .dropdown-menu {
  display: flex;
  height: 138px;
  justify-content: center;
  align-items: center;
  width: 100%;
  top: calc(100% - 1px);
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #f6f6f6;
}

#main-header .subMenu {
  position: absolute;
  top: 0;
  display: block;
  padding: 25px;
  margin-left: 10px;
}

@media (max-width: 62em) {
  #main-header .nav {
    margin: 0;
  }
}
#main-header .nav > li.dropdown.open {
  position: static;
}

#main-header .nav > li.dropdown.open .dropdown-menu {
  display: table;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background-color: #f6f6f6;
}

#main-header .dropdown-menu > li {
  display: inline-block;
}

#main-header .navbar-nav {
  width: 100%;
  text-align: center;
}

#main-header .navbar-nav > li {
  float: none;
  display: inline-block;
  min-width: 120px;
}

@media (max-width: 75em) {
  #main-header .navbar-nav > li {
    min-width: 100px;
  }
  #main-header nav img {
    width: 170px;
  }
  #main-header .navbar-nav li a.item {
    padding: 0px;
  }
}
#main-header {
  position: relative;
}

#main-header .navbar {
  background-color: white;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 0;
  margin-bottom: 0;
}

#main-header .navbar-nav li a.item {
  padding-top: 50px;
  padding-bottom: 50px;
  color: #999;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-bottom: 2px solid transparent;
  transition: color 0.45s;
  transition: border-bottom 0.45s;
}

#main-header .navbar-nav li a.special-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* Safari 6.1+ (10.0 is the latest version of Safari at this time) */
/*@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    #main-header .navbar-nav li a.special-item.safari_only { 
        top:0px;
    }
}}*/
#main-header .navbar-nav li a:hover {
  border-bottom: 2px solid #02447B;
  color: #02447B;
}

#main-header .navbar-nav li a.no-padding:hover {
  border-bottom: none;
}

#main-header .navbar-nav li.active > a {
  background-color: white;
  border-bottom: 2px solid #ff2662;
  color: #ff2662;
}

#main-header .navbar-nav li.open > a {
  background-color: white;
}

#main-header .navbar-nav li a.no-padding {
  padding: 0;
}

/*Base*/
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Helvetica, sans-serif;
  background-color: #efefef;
}

* {
  box-sizing: content-box;
}

body,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-6,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-6,
.col-xs-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-6,
.col-lg-12,
.select-registration,
i .fa,
.form-control {
  box-sizing: border-box;
}

@font-face {
  font-family: lg-web;
  src: url(lets-go-web.ttf);
}
#main-container *:not(.fa) {
  font-family: "Open Sans", Helvetica, sans-serif;
}

#main-container.container {
  background-color: #FFFFFF;
  padding-right: 10px;
  padding-left: 10px;
}

@media (max-width: 62em) {
  #main-container.container {
    padding-right: 0px;
    padding-left: 0px;
  }
}
h5 {
  font-weight: 600;
}

a:hover, a:visited, a:active, a:focus {
  text-decoration: none;
}

.inset {
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 62em) {
  .inset {
    padding: 20px;
  }
}
@media (max-width: 62em) {
  .inset.full {
    padding: 0;
  }
}
.banner {
  height: 250px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 62em) {
  .banner {
    height: 180px;
  }
}
.banner.height400 {
  height: 410px;
}

@media (max-width: 62em) {
  .banner.height400 {
    height: 220px;
  }
}
.home-banner {
  height: 580px;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

#home-list {
  max-width: 800px;
  margin: auto;
}

#home-list ul {
  list-style-type: none;
}

#home-list ul li {
  text-align: center;
  margin-bottom: 10px;
}

#home-list ul li a {
  color: #02447B;
  font-weight: 600;
  font-size: 18px;
}

.title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 60px;
}

/*FOOTER*/
#footerCarousel {
  margin-top: 100px;
  position: relative;
}

#footerCarousel .slides {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 700px;
}

@media (max-width: 62em) {
  #footerCarousel .slides {
    height: 420px;
  }
}
#footerCarouselOverlay {
  position: absolute;
  top: 0;
  text-transform: uppercase;
  padding: 150px;
  color: white;
}

@media (max-width: 62em) {
  #footerCarouselOverlay {
    padding: 38px;
  }
}
#footerCarouselOverlay div {
  font-family: futura-pt, sans-serif !important;
}

#footerCarouselOverlay .fco-title {
  font-size: 16pt;
}

#footerCarouselOverlay .fco-subtitle {
  font-weight: 800;
  font-style: italic;
  font-size: 28pt;
  line-height: 38px;
  margin-bottom: 50px;
}

@media (max-width: 62em) {
  #footerCarouselOverlay .fco-subtitle {
    font-size: 20pt;
    line-height: 32px;
  }
}
#footerCarouselOverlay .fco-offer {
  display: flex;
  margin-bottom: 20px;
  width: 215px;
  height: 65px;
  align-items: center;
  padding: 5px 20px;
}
#footerCarouselOverlay .fco-offer.de {
  padding: 5px 10px;
  font-size: 14px;
}

#footerCarouselOverlay .fco-recruit {
  display: flex;
  background-color: transparent;
  border: 2px solid white !important;
  width: 215px;
  position: relative;
  height: 65px;
  align-items: center;
  padding: 5px 20px;
}
#footerCarouselOverlay .fco-recruit.de {
  padding: 5px 10px;
  font-size: 14px;
}
#footerCarouselOverlay .fco-recruit:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

footer#mainFooter {
  color: white;
  font-weight: 300;
  background-color: #333;
  padding: 40px 20px 20px 20px;
  margin: 0;
}

@media (max-width: 62em) {
  footer#mainFooter {
    padding: 40px 0 20px 0;
  }
}
footer#mainFooter a {
  color: white;
}

@media (max-width: 62em) {
  footer#mainFooter .col-md-6 {
    text-align: center;
  }
  .mobile-app-link {
    margin-top: 17px !important;
  }
}
footer#mainFooter a:hover {
  text-decoration: none;
}

footer#mainFooter #social {
  font-size: 18px;
}

footer#mainFooter #additionalLink ul {
  list-style-type: none;
  padding: 0;
  text-align: left;
}

@media (max-width: 62em) {
  footer#mainFooter #additionalLink ul {
    text-align: center;
  }
}
footer#mainFooter #additionalLink ul li {
  list-style-type: none;
  margin-bottom: 5px;
}

@media (max-width: 62em) {
  footer#mainFooter #additionalLink ul li {
    display: inline-block;
    margin: 12px;
  }
}
footer#mainFooter #additionalLink a {
  font-weight: bold;
  display: block;
}

footer#mainFooter #social a {
  border: 2px solid white;
  display: inline-block;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 5px;
  box-sizing: border-box;
}

@media (max-width: 62em) {
  footer#mainFooter #social a {
    margin-left: 5px;
    margin-right: 5px;
  }
}
footer#mainFooter #stores {
  margin-bottom: 20px;
}

footer#mainFooter #stores img {
  margin-left: 10px;
  width: 135px;
  height: 40px;
}

@media (max-width: 62em) {
  footer#mainFooter #stores img {
    margin-left: 0;
  }
}
footer#mainFooter #copyright {
  font-size: 10px;
  margin-top: 20px;
  display: inline-block;
}

footer#mainFooter select {
  background-color: #333;
  border: 0;
}

@media (max-width: 62em) {
  footer#mainFooter .text-right {
    text-align: center;
  }
}
@media (max-width: 62em) {
  footer#mainFooter #stores {
    margin-top: 30px;
  }
}
/*Tools*/
.hideme {
  opacity: 0;
}

/*Content*/
.content, .content h2 {
  text-align: center;
}

.content h2 {
  font-size: 37px;
}

.content {
  padding: 40px;
}

@media (max-width: 62em) {
  .content {
    padding-left: 0;
    padding-right: 0;
  }
}
.content.dark {
  background-color: #fbfbfb;
}

.spacer {
  clear: both;
  margin-bottom: 50px;
}

.row {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/*************************/
/*    PAGE SPECIFIC      */
/*************************/
#state {
  background-color: #f6f6f6;
  text-align: center;
}

#state h3 {
  color: #333;
  font-weight: 600;
}

#state span {
  color: #333;
  font-weight: bold;
}

#state li.dropdown.open {
  position: static;
}

#state li.dropdown.open .dropdown-menu {
  display: table;
  width: 100%;
  text-align: center;
  left: 0;
  right: 0;
}

#state .dropdown-menu > li {
  display: table-cell;
}

#state .dropdown-menu {
  right: 0;
  border: 0;
  margin: auto;
  border-radius: 0;
  box-shadow: none;
  background-color: #f6f6f6;
  border-bottom: 1px solid #dfdfdf;
}

#state .dropdown-menu ul {
  list-style: none;
  margin: auto;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ccc;
  max-width: 800px;
}

#state .dropdown-menu ul li {
  display: inline-block;
}

#state .dropdown-menu ul li a {
  color: #333;
  padding: 20px 15px;
  text-align: center;
  display: block;
}

#state .dropdown-menu ul li a h4 {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 5px;
}

#state .dropdown-menu ul li a:hover > h4 {
  color: #ff2662;
  text-decoration: none;
}

#state .dropdown-menu ul li a.selected > h4 {
  color: #ff2662;
}

#state .btn .glyphicon {
  color: #a2a2a2;
}

#state .btn:active {
  box-shadow: none;
}

.gym {
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #f3f3f3;
  height: 230px;
  padding: 0 !important;
  box-sizing: border-box;
}

@media (max-width: 62em) {
  .gym {
    border-bottom: 1px solid #e5e5e5;
    border-right: 0;
    border-top: 0;
    border-left: 0;
  }
}
.gym a.gym-link {
  color: #666;
  font-weight: 200;
  font-size: 15px;
  display: block;
  height: 230px;
  padding: 20px 20px 0 20px;
}

.gym .gym-state {
  font-family: Helvetica, sans-serif;
  position: absolute;
  font-size: 150px;
  font-weight: 700;
  top: 0px;
  right: 5%;
  color: #e6e6e6;
  z-index: 0;
  vertical-align: text-top;
  height: 100px;
  float: right;
}

.gym a.gym-link:hover .gym-state {
  display: none;
}

@media (max-width: 62em) {
  .gym a.gym-link:hover .gym-state {
    display: block;
  }
}
.gym a .gym-content {
  position: absolute;
  z-index: 1;
}

.gym a .gym-content address {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0;
}

@media (max-width: 62em) {
  .gym a.gym-link:hover .gym-upcoming {
    display: inline-block;
  }
}
.gym a .gym-content .gym-upcoming {
  background-color: #ff2662;
  color: white;
  font-weight: 600;
  border-radius: 25px;
  padding: 2px 0px 2px 0px;
  margin-top: 10px;
  display: block;
  text-align: center;
  width: 190px;
}

.no-left-border {
  border-left: 0;
}

.no-right-border {
  border-right: 0;
}

.no-top-border {
  border-top: 0;
}

@media (max-width: 62em) {
  .gym {
    border-left: 0;
    border-right: 0;
  }
}
.gym h2 {
  font-size: 22px;
  font-weight: 700;
  color: #333;
}

.gym a:hover {
  background: #ff2662;
  background: -moz-linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  background: -webkit-linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  background: linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  text-decoration: none;
  color: white;
}

.gym-presub {
  display: block;
  background-color: #ff2662;
  color: white;
  font-weight: 700;
  border-radius: 25px;
  padding: 2px 0px 2px 0px;
  margin-top: 10px;
  text-align: center;
  width: 190px;
}

.gym.upcoming a.gym-link:hover .gym-presub {
  background-color: white;
  color: #ff2662;
}

.gym.upcoming a.gym-link:hover .gym-upcoming {
  background-color: white;
  color: #ff2662;
}

@media (max-width: 62em) {
  .gym a:hover {
    background: none;
    color: inherit;
  }
  .gym.upcoming a.gym-link:hover .gym-upcoming {
    display: block;
  }
}
.gym a:hover h2 {
  color: white;
}

.gym.upcoming a:hover h2 {
  color: inherit;
}

@media (max-width: 62em) {
  .gym a:hover h2 {
    color: inherit;
  }
}
#find-map {
  height: 350px;
}

#index-map {
  height: 500px;
}

#gym-map {
  height: 500px;
}

#gym-desc {
  height: 290px;
  width: 250px;
  background-color: white;
  position: absolute;
  z-index: 10;
  top: 90px;
  left: 50px;
  padding: 20px 50px 20px 20px;
  color: #333;
}

#gym-desc h2 {
  padding: 0;
  margin: 0;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a7a7;
}

#gym-desc h3 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  color: #a7a7a7;
  margin-bottom: 10px;
}

#gym-desc hr {
  border-top: 1px solid #d1d1d1;
}

#map-content {
  position: relative;
}

#gym-desc hr.big-hr {
  width: 30px;
  border-top: 3px solid #a7a7a7;
  margin-left: 0px;
}

#gymCarousel {
  position: relative;
  height: 400px;
}

#gymCarousel iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 62em) {
  #gymCarousel {
    height: 300px;
  }
}
#gymCarousel .carousel-inner .item {
  height: 400px;
  box-sizing: border-box;
}

@media (max-width: 62em) {
  #gymCarousel .carousel-inner .item {
    height: 300px;
  }
}
#gymCarousel .slides .inner-slide {
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 62em) {
  #gymCarousel .slides .inner-slide {
    height: 300px;
  }
}
@media (max-width: 62em) {
  #gymCarousel .carousel-control img {
    margin-top: 120px;
  }
}
#homeCarousel {
  position: relative;
  height: 700px;
}

@media (max-width: 62em) {
  #homeCarousel {
    height: 420px;
  }
}
#homeCarousel .carousel-inner .item {
  height: 700px;
}

@media (max-width: 62em) {
  #homeCarousel .carousel-inner .item {
    height: calc(100vh - 115px);
  }
}
#homeCarousel .slides .inner-slide {
  height: 700px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (max-width: 62em) {
  #homeCarousel .slides .inner-slide {
    height: calc(100vh - 115px);
  }
}
#homeCarousel .carousel-caption {
  /*top:20%;*/
  top: 2%;
  right: 5%;
  left: 5%;
  text-align: center;
}

@media (max-width: 62em) {
  #homeCarousel .carousel-caption {
    /*top:calc(30vh - 85px);*/
    top: 0;
  }
}
#gymCarousel .carousel-caption h1 {
  font-size: 50px;
  font-weight: 600;
  text-shadow: none;
  margin-bottom: 30px;
}

@media (max-width: 62em) {
  #gymCarousel .carousel-caption h1 {
    font-size: 38px;
  }
}
#gymCarousel .carousel-caption h1.supp-padding {
  margin-bottom: 100px;
}

@media (max-width: 62em) {
  #gymCarousel .carousel-caption h1.supp-padding {
    margin-bottom: 90px;
  }
}
#homeCarousel .carousel-caption h3 {
  font-size: 70px;
  font-weight: 200;
  text-shadow: none;
}

#homeCarousel .carousel-caption h1 {
  margin-top: 450px;
}

@media (max-width: 62em) {
  #homeCarousel .carousel-caption h1 {
    margin-top: 200px;
  }
}
#homeCarousel .carousel-caption.summer-offer h1 {
  margin-top: 0;
}

@media (max-width: 62em) {
  #homeCarousel .carousel-caption.summer-offer h1 {
    margin-top: 0;
  }
}
@media (max-width: 62em) {
  #homeCarousel .carousel-caption h3 {
    font-size: 48px;
  }
}
#homeCarousel .carousel-caption h3 b {
  font-weight: 600;
}

#homeCarousel .carousel-caption p {
  font-size: 18px;
  max-width: 600px;
  font-weight: 300;
  text-shadow: none;
  text-transform: uppercase;
  text-align: center;
  margin: auto;
}

#homeCarousel .summer-slider p {
  font-size: 16px;
  max-width: none;
  font-weight: 500;
  text-shadow: none;
  text-transform: unset;
  text-align: center;
  color: black;
  margin: auto;
  padding: 5px;
}

#homeCarousel .summer-slider p.inscription {
  margin-top: 222px;
}

@media (max-width: 62em) {
  #homeCarousel .summer-slider p.inscription {
    margin-top: 50px;
  }
}
#homeCarousel .summer-slider p.carousel-big-text {
  font-size: 56px;
  box-sizing: border-box;
}

#homeCarousel .summer-slider p.carousel-middle-text {
  font-size: 27px;
  margin-top: 0px;
}

@media (max-width: 768px) {
  #homeCarousel .summer-slider p {
    margin-top: 50px;
  }
  #homeCarousel .summer-slider p.carousel-big-text {
    font-size: 34px;
  }
}
#homeCarousel .summer-slider p b {
  font-weight: 700;
}

#homeCarousel .carousel-caption.summer-offer {
  padding-bottom: 0px;
  padding-top: 0px;
}

#homeCarousel .summer-offer-text {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

#homeCarousel .summer-offer-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100;
}

#homeCarousel .carousel-caption.summer-offer h3 {
  font-size: 32px !important;
}

@media (max-width: 768px) {
  #homeCarousel .carousel-caption.summer-offer h3 {
    font-size: 24px !important;
  }
}
#home-services {
  padding: 30px 200px 30px 200px;
  background-color: #333;
  color: white;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#home-links {
  padding: 30px;
  text-align: center;
}

#home-links a {
  font-size: 20px;
  color: #c2c2c2;
  border-top: 2px solid #c2c2c2;
  border-bottom: 2px solid #c2c2c2;
  border-right: 2px solid #c2c2c2;
  width: 50px;
  display: inline-block;
  margin: -2px;
  transition: color 0.45s;
}

#home-links a:hover {
  color: #02447B;
}

@media (max-width: 62em) {
  #home-links a {
    padding: 5px;
    width: 60px;
    font-size: 24px;
  }
}
#home-links li.active > a {
  color: #02447B;
}

#home-links#ul {
  list-style-type: none;
  margin: 0;
}

#home-links li {
  display: inline-block;
}

#home-links a.left {
  border-left: 2px solid #c2c2c2;
  border-radius: 5px 0 0 5px;
}

#home-links a.right {
  border-radius: 0 5px 5px 0;
}

#home-links a:active {
  color: grey;
}

@media (max-width: 62em) {
  #home-services {
    padding: 30px;
    background-color: #333;
    color: white;
    text-align: center;
    text-transform: uppercase;
  }
}
#home-cities {
  text-align: center;
  padding: 30px;
  color: #acacac;
}

#home-cities ul a {
  color: #a7a7a7;
  line-height: 16px;
  text-transform: uppercase;
  transition: color 0.45s;
  font-weight: 600;
  font-size: 14px;
}

#home-cities .lg-subtitle {
  margin-bottom: 20px;
}

#home-cities ul a:hover {
  color: #02447B;
}

#home-cities ul li {
  padding: 0;
}

.carousel-indicators > li {
  margin: 0 2px;
  background-color: none;
  border: 2px solid white;
  width: 16px;
  height: 16px;
}

.carousel-indicators > li.active {
  width: 16px;
  height: 16px;
  background-color: white;
}

.gym-class {
  max-width: 850px;
  margin: auto;
}

.gym-class a:hover {
  text-decoration: none;
}

.gym-class a.class-header {
  display: block;
  width: 100%;
  text-align: left;
  background-color: #f9f9f9;
  padding: 20px;
  border-bottom: 1px solid transparent;
}

@media (max-width: 62em) {
  .gym-class a.class-header {
    padding: 20px 0 20px 0;
  }
}
.gym-class a.class-header.collapsed {
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  transition: background-color 0.5s ease;
  transition: border-bottom 1s ease;
}

.gym-class a.class-header:hover {
  text-decoration: none;
}

.gym-class .schedule {
  color: #333;
  font-size: 18px;
  width: 120px;
  display: inline-block;
}

.gym-class .time {
  margin-left: 20px;
  color: #999;
  font-size: 12px;
  width: 120px;
}

.gym-class .time i {
  margin-right: 7px;
}

.gym-class .class-title {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  margin-left: 0;
}

.gym-class .class-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.gym-class .arrow-svg {
  fill: #f9f9f9;
}

.gym-class .arrow {
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.gym-class .class-content {
  color: white;
  text-align: left;
  padding: 60px;
  z-index: 30;
  position: relative;
}

@media (max-width: 62em) {
  .gym-class .class-content {
    padding: 30px;
  }
}
.gym-class .class-content .lg-button {
  margin-bottom: 0;
}

.gym-class .overlay {
  max-width: 850px;
  z-index: 0;
}

.oneDayTrial {
  background-color: #f8f8f8;
  border-top: 1px solid #ccc;
}

.oneDayTrial h2 small {
  font-weight: 100;
}

.oneDayTrial #sendButton {
  background-color: #ff2662;
  border: 0;
  width: 260px;
  font-weight: 200;
  font-size: 17px;
  height: 50px;
  padding-top: 13px;
}

.oneDayTrial form {
  max-width: 540px;
  margin: auto;
}

.innerMenu {
  background-color: #efefef;
}

.innerMenu ul, .innerMenu li {
  margin: 0;
  padding: 0;
}

.innerMenu ul {
  list-style: none;
  text-align: center;
}

.innerMenu li {
  display: inline-block;
  min-width: 1px;
}

.innerMenu .item {
  padding: 7px 20px 6px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #333;
  display: block;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -ms-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-transform: uppercase;
  letter-spacing: 0px;
}

.innerMenu .item:first-letter {
  text-transform: capitalize;
}

.innerMenu li:hover .item {
  color: #02447B;
}

.innerMenu .selected {
  color: #02447B;
  border: 2px solid #02447B;
  border-radius: 25px;
}

.question-title {
  font-weight: 700;
  font-size: 22px;
  color: #02447B;
  margin-bottom: 20px;
  margin-top: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.question {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px;
}

.question.top-border {
  border-top: 1px solid #e5e5e5;
}

.question .inner {
  border-left: 3px solid #e6e6e6;
  padding-left: 30px;
  padding-right: 50px;
  color: #666;
  margin: 13px;
}

@media (max-width: 62em) {
  .question .inner {
    padding-right: 30px;
    border-left: 0;
    padding-left: 0px;
    margin-left: 0;
  }
}
.question a.question-subtitle {
  font-weight: 600;
  color: #333;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.question a.question-subtitle b {
  border: 1px solid green;
  word-wrap: break-word;
  margin-right: 40px;
  display: inline-block;
}

.question .highlight {
  color: #02447B;
}

.question .col-xs-10, .question .col-xs-2 {
  padding: 0;
}

.question .question-subtitle .gly {
  float: right;
  text-align: right;
  font-style: normal;
}

.question .question-subtitle .gly:after {
  font-family: "Glyphicons Halflings";
  content: "\e260";
  color: grey;
}

.question .question-subtitle.collapsed .gly:after {
  content: "\e259";
}

#one-day-trial {
  width: 650px;
  padding: 20px 50px 50px 50px;
  background-color: white;
  margin: auto auto auto auto;
  text-align: center;
}

#one-day-trial p {
  margin: auto auto 30px auto;
  padding-left: 5px;
  padding-right: 5px;
}

.negative {
  position: relative;
  z-index: 30;
  margin: -130px auto 135px auto;
}

@media (max-width: 62em) {
  .negative {
    position: relative;
    z-index: 30;
    margin: auto;
  }
}
@media (max-width: 62em) {
  #one-day-trial {
    width: auto;
    padding: 10px 10px 10px 10px;
    margin: auto;
  }
}
#one-day-trial h1 {
  font-weight: 700;
  font-size: 28px;
}

#one-day-trial .col-md-6, .contact-form .col-md-6,
#one-day-trial .col-md-10, #one-day-trial .col-md-2,
.contact-form .col-md-10, .contact-form .col-md-2 {
  padding: 5px;
  margin: 0;
  text-align: left;
}

.contact-form .col-md-2 {
  width: 15%;
}

#one-day-trial .col-md-4, .contact-form .col-md-4 {
  padding: 5px;
  margin: 0;
  text-align: left;
}

.contact.contact-form {
  padding: 0;
}

.contact-form .special-col {
  padding: 5px;
}

#one-day-trial form {
  margin-bottom: 30px;
}

/* modification of phone number library */
#one-day-trial form .intl-tel-input {
  width: 100%;
}

.class-kind {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 0px;
}

.class-kind .lg-paragraph {
  color: #333;
}

.class-logo {
  width: 100px;
  height: 100px;
  margin: auto;
  border-radius: 50%;
}

.class-logo img {
  margin-bottom: 20px;
}

.class-logo-inner {
  background-color: white !important;
  border-radius: 50%;
  width: 96px;
  height: 96px;
  position: absolute;
  margin-left: 2px;
  margin-top: 2px;
}

.class-kind h1 {
  text-align: center;
  color: #929497;
  font-weight: 600;
}

.class-kind .col-md-6 {
  padding: 5px;
}

@media (max-width: 62em) {
  .class-kind .col-md-6 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
#amenities {
  padding-top: 40px;
}

#amenities .col-md-4 {
  padding: 5px;
}

#amenities .lg-paragraph {
  margin-bottom: 20px;
}

@media (max-width: 62em) {
  #amenities .col-md-4 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 1px;
    padding-bottom: 1px;
  }
}
#amenities .arrow-svg {
  fill: white;
}

#amenities .collapsed .arrow {
  opacity: 0;
}

#amenities .arrow {
  position: absolute;
  bottom: 0;
  z-index: 30;
  height: 12px;
  left: 0;
  right: 0;
}

#amenities a, #amenities span {
  font-weight: 600;
}

#amenities .inner .row {
  margin-bottom: 20px;
}

#amenities {
  padding-top: 40px;
}

#amenities .class .content {
  padding-top: 110px;
}

#amenities .class .content h2 {
  font-size: 28px;
}

@media (max-width: 62em) {
  #amenities .class .content {
    padding-top: 60px;
  }
}
.class {
  color: white;
  height: 300px;
  text-align: center;
  display: block;
  background-position: center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

@media (max-width: 62em) {
  .class {
    height: 200px;
  }
}
.class:hover, .class:active, .class:visited, .class:focus {
  color: white;
}

.class .content {
  margin: 5px;
  height: 300px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 80px 30px 30px 30px;
}

@media (max-width: 62em) {
  .class .content {
    padding: 60px 30px 30px 30px;
  }
}
.class .content .lg-button {
  display: none;
}

.class:hover > .hover-overlay {
  opacity: 0.7;
}

.class.no-page:hover > .hover-overlay {
  opacity: 0;
}

.class.no-page {
  cursor: auto !important;
}

.class:hover > .content .lg-button {
  display: inline-block;
}

@media (max-width: 62em) {
  .class:hover > .content .lg-button {
    display: none;
  }
}
.hover-overlay {
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ff2662;
  background: -moz-linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  background: -webkit-linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  background: linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  transition: opacity 0.45s;
}

.class h2 {
  text-transform: uppercase;
  font-size: 42px;
  font-weight: 700;
}

@media (max-width: 62em) {
  .class h2 {
    font-size: 32px;
  }
}
download-button {
  font-size: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}

#infos h1 {
  font-weight: 700;
  color: #333;
  padding-left: 5px;
  padding-right: 5px;
}

#infos address {
  color: #727272;
  font-size: 17px;
  padding-left: 5px;
  padding-right: 5px;
}

#infos .social {
  max-width: 300px;
  margin: auto;
}

#infos .social a {
  color: #c8c8c8;
  font-size: 20px;
}

#infos .row.social a {
  color: #999;
  display: inline-block;
  text-align: center;
  font-size: 18px;
  border-radius: 50%;
}

#infos .row.social .col-xs-3 {
  padding: 0;
}

#infos hr {
  width: 200px;
  border-color: #d1d1d1;
  margin: 20px auto;
}

#infos .schedule li {
  margin: 20px;
  font-size: 16px;
  color: #333;
}

@media (max-width: 62em) {
  #infos .schedule li {
    display: block;
  }
}
#infos .schedule li b {
  color: #727272;
  display: block;
  text-transform: uppercase;
}

@media (max-width: 62em) {
  #infos .info-question a {
    display: block;
  }
}
#services h2 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 40px;
}

#services ul {
  list-style-type: none;
}

#services ul li {
  text-align: left;
  margin-bottom: 7px;
  color: #666666;
  font-weight: 700;
  font-size: 16px;
}

#services ul li i {
  color: #c6c6c6;
  margin-right: 7px;
}

#services .container-fluid {
  max-width: 550px;
}

#services #services-footer {
  color: #6f6f6f;
  margin-top: 20px;
}

#planning.content {
  padding: 0px;
}

#planning h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
}

#planning ul.list-inline li a {
  display: block;
  width: 110px;
  background-color: #e6e6e6;
  color: white;
  padding-bottom: 8px;
  padding-top: 10px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 1px;
  cursor: pointer;
  box-sizing: border-box;
}

@media (max-width: 48em) {
  #planning ul.list-inline li a {
    margin-bottom: 20px;
    width: 36px;
    height: 36px;
    padding-top: 8px;
    font-weight: 700;
  }
}
@media (max-width: 48em) {
  #planning ul.list-inline li {
    padding-left: 1px;
    padding-right: 1px;
  }
}
#planning .list-inline {
  margin-top: 30px;
  margin-bottom: 30px;
}

#planning ul.list-inline li a.selected {
  background: red;
  background: -moz-linear-gradient(45deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(45deg, red 0%, #006698 100%);
  background: linear-gradient(45deg, red 0%, #006698 100%);
}

#planning #week-schedule {
  font-size: 18px;
}

#planning #week-schedule a {
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
}

.pointer {
  cursor: pointer;
}

#amenities {
  text-align: center;
  margin-bottom: 40px;
}

#amenities h1 {
  font-weight: 600;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
}

#amenities h2 {
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 24px;
}

#amenities h3.lg-subtitle {
  margin-bottom: 20px;
}

@media (max-width: 62em) {
  #amenities h3.lg-subtitle {
    font-size: 18px;
  }
}
#amenities hr {
  max-width: 800px;
  border-color: #d1d1d1;
}

#class-info {
  max-width: 800px;
  text-align: center;
  margin: auto;
}

#class-info h1 {
  font-weight: 700;
  text-transform: uppercase;
}

#class-info #calories-time {
  max-width: 300px;
  margin: 30px auto 30px auto !important;
}

@media (max-width: 62em) {
  #class-info p {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.class-indicator {
  background: red;
  background: -moz-linear-gradient(45deg, red 25%, #006698 75%);
  background: -webkit-linear-gradient(45deg, red 25%, #006698 75%);
  background: linear-gradient(45deg, red 25%, #006698 75%);
  font-size: 12px;
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  width: 100px;
  height: 100px;
  margin: auto auto 0px auto !important;
  border-radius: 50%;
}

.class-indicator b {
  font-weight: 600;
  font-size: 32px;
  display: block;
  margin-top: 20px;
  line-height: 40px;
}

#class-info #why-what-who .col-md-4 {
  padding-left: 2px;
  padding-right: 2px;
}

#class-info #why-what-who .why-item {
  padding: 5px 20px 5px 20px;
  background-color: #f8f8f8;
  min-height: 150px;
}

@media (max-width: 62em) {
  #class-info #why-what-who .why-item {
    margin-top: 3px;
    margin-bottom: 3px;
    min-height: 100px;
  }
}
#class-info #why-what-who .why-item h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#class-info #why-what-who {
  margin-top: 30px;
  margin-bottom: 30px;
}

#essentials {
  max-width: 900px;
  margin: auto;
  text-align: center;
}

#essentials .lg-subtitle {
  margin-top: 50px;
  margin-bottom: 50px;
}

#essentials .col-md-4 {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
}

#essentials .col-md-4 h3 {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}

#essentials .class-logo {
  width: 100px;
  position: relative;
}

#essentials .class-logo .class-logo-inner {
  left: 0;
}

@media (max-width: 62em) {
  input::-webkit-input-placeholder, #one-day-trial select.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-size: 16px;
  }
  input::-moz-placeholder, #one-day-trial select.form-control::-moz-placeholder { /* Firefox 19+ */
    font-size: 16px;
  }
  input:-ms-input-placeholder { /* IE 10+ */
    font-size: 16px;
  }
  input:-moz-placeholder { /* Firefox 18- */
    font-size: 16px;
  }
  textarea {
    font-size: 16px !important;
  }
  select {
    font-size: 16px !important;
  }
}
.select-one-day-trial {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 5px;
}

input::-webkit-input-placeholder, #one-day-trial select.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
}

input::-moz-placeholder, #one-day-trial select.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #666;
}

input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}

input:-moz-placeholder { /* Firefox 18- */
  color: #666;
}

input.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  box-shadow: none;
  color: #666;
  padding-left: 20px;
  box-sizing: border-box;
}

input.form-control.disabled {
  background-color: white;
  font-weight: bold;
}

textarea {
  min-height: 200px;
}

textarea.form-control {
  padding-top: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 42px;
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  box-shadow: none;
  color: #666;
  padding-left: 20px;
}

select.form-control {
  background-color: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: #666;
  height: 44px;
}

input.error, select.error, textarea.error, .input-group.date.error {
  border: 1px solid red;
}

.select-lg, .select-registration {
  position: relative;
  background-color: #f8f8f8;
  width: 100%;
  border: 1px solid #f2f2f2;
}

.select-lg select {
  display: inline-block;
  height: 42px;
  background-color: transparent;
  padding-left: 40px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
}

.select-registration select {
  display: inline-block;
  height: 42px;
  background-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 400;
  padding-left: 20px;
}

.select-lg i, .select-registration i {
  position: absolute;
  font-size: 20px;
  pointer-events: none;
}

label.select-registration {
  margin-bottom: 0;
}

.select-lg .fa-map-marker, .select-lg .fa-phone, .select-lg .fa-calendar {
  left: 0;
  padding: 11px;
  color: #d1d1d1;
}

.select-lg .fa-angle-down, .select-registration .fa-angle-down {
  right: 1px;
  top: 1px;
  padding-left: 11px;
  padding-right: 11px;
  padding-top: 11px;
  background-color: #f8f8f8;
  border-left: 1px solid #dbdbdb;
  height: 29px;
}

a.one-day-trial-link {
  text-decoration: underline;
  color: #333;
  padding: 30px;
  display: block;
  font-weight: 500;
}

a.one-day-trial-link:hover {
  color: #006698;
}

.lg-blue-button {
  background: none;
  border: 2px solid #006698;
  padding: 10px 40px 10px 40px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #006698;
  font-weight: 700;
  margin-top: 20px;
}

.lg-blue-button i {
  font-size: 13px;
  margin-left: 10px;
}

#one-day-trial-submit {
  height: 80px;
  margin-top: 30px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lg-subtitle {
  font-weight: 700;
  color: #333;
  font-size: 28px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.lg-paragraph {
  font-weight: 500;
  color: #a7a7a7;
  font-size: 16px;
  margin: 10px auto 10px auto;
  text-align: center;
  max-width: 600px;
}

@media (max-width: 62em) {
  .lg-paragraph {
    margin: 10px 5px 10px 5px;
  }
}
.lg-hero-text {
  color: white;
  font-weight: 300;
  font-size: 42px;
  text-align: center;
  padding-top: 180px;
}

@media (max-width: 62em) {
  .lg-hero-text {
    font-size: 28px;
    padding-top: 70px;
  }
}
.overlay {
  background-color: #000;
  position: absolute;
  width: 100%;
  opacity: 0.35;
  height: 100%;
}

.overlay.colorfull {
  background: red;
  background: -moz-linear-gradient(45deg, red 25%, #006698 75%);
  background: -webkit-linear-gradient(45deg, red 25%, #006698 75%);
  background: linear-gradient(45deg, red 25%, #006698 75%);
  opacity: 0.65;
}

.overlay-content {
  position: absolute;
  width: 100%;
  height: 100%;
}

.benefit-image {
  height: 300px;
  position: relative;
}

@media (max-width: 62em) {
  .benefit-image {
    height: 200px;
  }
}
.benefit-image .image {
  position: absolute;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.additional-top-margin {
  margin-top: 20px !important;
}

#our-benefits .col-md-4 {
  padding-left: 2px;
  padding-right: 2px;
  box-sizing: border-box;
}

@media (max-width: 62em) {
  #our-benefits .col-md-4 {
    padding-left: 0;
    padding-right: 0;
  }
}
#our-benefits .col-md-4 a {
  margin-bottom: 20px;
}

#our-benefits .content {
  text-align: left;
  padding: 0;
  padding-left: 20px;
  padding-right: 20px;
}

#our-benefits .content h3 {
  font-weight: 700;
  font-size: 22px;
}

#our-benefits .content p {
  color: #a7a7a7;
}

#our-benefits .content a {
  font-weight: 600;
}

#our-benefits .content i {
  font-size: 10px;
  margin-left: 3px;
}

.medium-hr {
  max-width: 800px;
}

#where-to {
  max-width: 900px;
  margin: auto;
}

#where-to .lg-subtitle {
  margin-top: 40px;
}

#where-to a {
  font-weight: 700;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

#where-to .row {
  margin-top: 50px;
  margin-bottom: 50px;
}

#where-to .col-md-4, #where-to .col-md-6 {
  text-align: center;
}

#our-difference .col-md-4 {
  padding-left: 100px;
  padding-right: 100px;
  text-align: center;
  padding-bottom: 50px;
}

@media (max-width: 62em) {
  #our-difference .col-md-4 {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#our-difference .class-logo {
  font-size: 72px;
}

#our-difference .class-logo span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 7px;
}

#our-difference .content {
  padding: 0;
  margin-top: 10px;
}

.carousel-control {
  width: 100px;
}

@media (max-width: 62em) {
  .carousel-control {
    width: 50px;
  }
}
.carousel-control img {
  margin-top: 180px;
  font-size: 50px;
}

#one-day-trial .alert {
  max-width: 510px;
}

@media (max-width: 62em) {
  #one-day-trial .alert {
    max-width: none;
    margin: 0 20px 5px 20px;
  }
}
.alert {
  max-width: 590px;
  margin: 0 auto 5px auto;
}

@media (max-width: 62em) {
  .alert {
    max-width: none;
    margin: 0 5px 5px 5px;
  }
}
select.form-control.date-select {
  display: inline;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: auto;
  float: unset;
  background-color: transparent;
  border-left: 1px solid #e9e9e9;
  padding-left: 23px;
  padding-right: 23px;
  text-align: center;
}

select.form-control.date-select.date-day {
  border-left: 0;
}

@media (max-width: 62em) {
  span.form-label {
    font-size: 16px;
  }
}
.input-group.date {
  background-color: #f8f8f8;
  border: 1px solid #f2f2f2;
  border-radius: 1px;
  box-shadow: none;
  color: #666;
  width: 100%;
  padding-left: 0;
  height: 45px;
}

.banner.personal-trainers {
  height: 466px;
  padding-top: 50px;
  padding-left: 120px;
  margin-bottom: 50px;
}

.banner.personal-trainers h1 {
  font-weight: 700;
}

.banner.personal-trainers h2 {
  font-weight: 300;
}

.banner.personal-trainers p {
  max-width: 450px;
  margin-top: 30px;
}

.row.personal-trainers .col-md-3 {
  text-align: center;
}

.row.personal-trainers .col-md-3 h3 {
  color: #006698;
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.row.personal-trainers {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

@media (max-width: 62em) {
  .banner.personal-trainers {
    height: 300px;
    padding-top: 5px;
    padding-left: 20px;
  }
}
@media (max-width: 62em) {
  .banner.personal-trainers h1 {
    font-size: 28px;
  }
}
@media (max-width: 62em) {
  .banner.personal-trainers h2 {
    font-size: 20px;
  }
}
/*For seven column url -> http://stackoverflow.com/questions/21955088/7-equal-columns-in-bootstrap */
@media (min-width: 768px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 100% !important;
    *width: 100% !important;
  }
}
@media (min-width: 992px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.2857142857% !important;
    *width: 14.2857142857% !important;
  }
}
@media (min-width: 1200px) {
  .seven-cols .col-md-1,
  .seven-cols .col-sm-1,
  .seven-cols .col-lg-1 {
    width: 14.2857142857% !important;
    *width: 14.2857142857% !important;
  }
}
#big-calendar #calendar .day-item h3 {
  font-size: 14px;
  line-height: 14px;
  padding: 5px 5px 0px 0px;
}

#big-calendar #calendar .day-item p {
  font-size: 12px;
  padding-bottom: 4px;
}

/*Planning page*/
#planning-service .planning-header {
  margin: 0 auto;
}

#planning-service .planning-header .gym-select {
  width: 80%;
  max-width: 300px;
  margin: 0 auto !important;
  padding-bottom: 30px;
  margin-top: 40px;
}

#planning-service #week-schedule {
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
}

#planning-service #week-schedule a {
  margin-left: 10px;
  margin-right: 10px;
  color: #333;
}

#planning-service.minheight-70vh {
  min-height: 70vh;
}

@media (min-width: 62em) {
  #planning-service .day-item {
    margin-bottom: 20px;
    border: none !important;
  }
  #planning-service .left-border {
    border-right: 1px solid #b9b9b9;
  }
  #planning-service .seven-cols {
    border: 1px solid #b9b9b9;
    margin-bottom: 10px !important;
  }
  #planning-service .spinner {
    margin: 0 auto;
  }
  #planning-service .spinner.margin-top {
    margin-top: 100px;
  }
}
#sitemap {
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 500px;
  margin: 0 auto;
}

#resources .header {
  background: -moz-linear-gradient(45deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(45deg, red 0%, #006698 100%);
  background: linear-gradient(45deg, red 0%, #006698 100%);
  color: #ffffff;
  padding: 15px 10px 35px 10px;
}

#resources .header h1 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}

#resources .header h2 {
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 20px;
  opacity: 0.8;
}

#resources .header .description {
  max-width: 500px;
  margin: 0 auto;
}

#resources .header .description p {
  opacity: 0.8;
}

#resources .list-coach {
  padding-bottom: 40px;
}

#resources .list-coach h3 {
  color: #c2c2c2;
  font-weight: 700;
  font-size: 20px;
  padding-left: 15px;
  transition: color 0.45s;
}

#resources .list-coach .col-md-4.border-bottom {
  border-bottom: 1px solid #dddddd;
}

#resources .list-coach .col-md-4 {
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  height: 315px;
  padding: 0px;
  position: relative;
  cursor: pointer;
}

#resources .list-coach .col-md-4.col-right {
  border-right: 1px solid #dddddd;
}

#resources .list-coach .col-md-4:hover h3 {
  color: #333333;
  transition: color 0.45s;
}

#resources .list-coach .col-md-4 .button-profil {
  opacity: 0;
  transition: opacity 0.45s;
  font-size: 10px;
  box-sizing: border-box;
}

#resources .list-coach .col-md-4:hover .button-profil {
  opacity: 1;
  transition: opacity 0.45s;
}

#resources .list-coach .col-md-4:hover .back-content {
  opacity: 0.4;
  transition: opacity 0.45s;
}

#resources .back-content {
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 1;
  transition: opacity 0.45s;
}

#resources .up-content {
  position: absolute;
  z-index: 100;
  bottom: 0px;
  left: 0px;
  top: 0px;
  right: 0px;
}

#resources .back-content img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  max-width: 100%;
  max-height: 90%;
}

@media (max-width: 62em) {
  #resources .back-content img {
    right: 10px;
  }
}
#resources .button-profil {
  height: 30px;
  min-width: 10px;
  background: -moz-linear-gradient(90deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(90deg, red 0%, #006698 100%);
  background: linear-gradient(90deg, red 0%, #006698 100%);
  margin: 0 auto;
  display: inline-block;
  margin-top: 105px;
  padding: 8px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 15px;
  z-index: 10;
}

#resources .button-profil {
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
}

#resources .back-content .button-profil a {
  text-transform: capitalize;
  color: #ffffff;
}

#resources .no-resources {
  padding-top: 50px;
}

#resources .no-resources h3 {
  margin-bottom: 50px;
}

#resources .no-resources a {
  font-weight: 600;
}

#resource-detail .header {
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}

@media (min-width: 62em) {
  #resource-detail .header {
    min-height: 130px;
  }
}
#resource-detail .header .header-content {
  position: absolute;
  max-width: 880px;
  margin: 0 auto;
  /*position:relative;*/
  height: 100%;
}

#resource-detail .header .header-content .resource-detail-content {
  position: relative;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 10;
}

#resource-detail .header .resource-detail-overlay {
  position: absolute;
  top: 5px;
  right: 0px;
  left: 0px;
  text-align: center;
  font-size: 122px;
  color: #e6e6e6;
  font-weight: 700;
  z-index: 0;
  line-height: 1;
}

@media (max-width: 62em) {
  #resource-detail .header .resource-detail-overlay {
    display: none;
  }
}
#resource-detail .header h1 {
  margin-top: 40px;
  height: 34px;
  font-size: 28px;
  font-weight: 600;
  display: inline-block;
  background: -moz-linear-gradient(90deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(90deg, red 0%, #006698 100%);
  background: linear-gradient(90deg, red 0%, #006698 100%);
  background-clip: content-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 62em) {
  #resource-detail .header h1 {
    margin-top: 20px;
  }
}
#resource-detail .resource-detail-content {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 62em) {
  #resource-detail .resource-detail-content {
    min-height: 180px;
  }
}
#resource-detail .pt-adresse div {
  display: inline-block;
  margin-right: 20px;
}

#resource-detail .pt-adresse a {
  color: #000000;
}

@media (max-width: 75em) {
  #resource-detail .pt-adresse div {
    display: block;
  }
}
#resource-detail .pt-adresse .fa {
  color: #d9d9d9;
}

#resource-detail .header-image {
  background-image: url("/Content/Images/MABEL.png");
  height: 600px;
  position: absolute;
  right: 0px;
  top: 40px;
  background-position: center top;
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: contain;
  padding-right: 80px;
  padding-left: 0px;
}

@media (max-width: 62em) {
  #resource-detail .header-image {
    position: unset;
    padding-right: 0px;
    background-size: contain;
    height: 220px;
    background-position: right 0px bottom;
  }
  #resource-detail .img-overlay {
    display: none;
  }
}
@media (max-width: 75em) {
  #resource-detail .header-image {
    padding-right: 0px;
  }
}
#resource-detail .left-padding {
  padding-left: 30px;
}

@media (min-width: 75em) {
  #resource-detail .left-padding {
    padding-left: 100px;
  }
}
#resource-detail .img-overlay {
  position: absolute;
  bottom: 0px;
  right: 0px;
  left: 0px;
  z-index: 100;
  height: 180px;
  background-color: rgba(255, 255, 255, 0.6);
}

#resource-detail .img-overlay .fa {
  color: #cccccc;
  font-size: 45px;
  position: absolute;
  top: 25px;
  left: 45px;
  z-index: 1;
}

#resource-detail .img-overlay .moto-p {
  color: #cccccc;
  font-size: 165px;
  position: absolute;
  top: 0px;
  left: 40px;
  z-index: 1;
  font-family: helvetica;
  line-height: 1.05;
}

#resource-detail .img-overlay .moto-text {
  position: absolute;
  top: 45px;
  right: 80px;
  left: 70px;
  bottom: 0px;
  z-index: 2;
  font-size: 25px;
  font-weight: 300;
}

#resource-detail .moto-container .moto-text-2 {
  font-size: 25px;
  font-weight: 300;
  padding-top: 20px;
  padding-left: 60px;
  position: relative;
  z-index: 100;
  color: #606060;
}

#resource-detail .moto-container {
  position: relative;
}

#resource-detail .moto-container .moto-p {
  color: #cccccc;
  font-size: 165px;
  position: absolute;
  top: 0px;
  left: 28px;
  z-index: 1;
  font-family: helvetica;
  line-height: 0.75;
}

#resource-detail .pt-content-text {
  min-height: 480px;
}

#resource-detail .pt-content-text div {
  padding-top: 20px;
}

#resource-detail .where-to-find .medium-hr {
  max-width: 950px;
}

#resource-detail .where-to-find a {
  font-weight: 600;
  padding-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}

#resource-detail .where-to-find {
  max-width: 900px;
  margin: 0 auto;
}

#resource-detail .where-to-find .lg-subtitle {
  margin-bottom: 40px;
}

@media (max-width: 62em) {
  #resource-detail #contact-form {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
/* New calendar 2 */
/*For eight column*/
@media (min-width: 768px) {
  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 100% !important;
    *width: 100% !important;
  }
}
@media (min-width: 992px) {
  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12.8% !important;
    *width: 12.8% !important;
  }
}
@media (min-width: 1200px) {
  .eight-cols .col-md-1,
  .eight-cols .col-sm-1,
  .eight-cols .col-lg-1 {
    width: 12.8% !important;
    *width: 12.8% !important;
  }
}
#calendar-2 .hr-gradient {
  margin: 0px;
  margin: 0 0 0 auto;
  width: 89.6%;
  background: -moz-linear-gradient(90deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(90deg, red 0%, #006698 100%);
  background: linear-gradient(90deg, red 0%, #006698 100%);
  height: 1px;
  border: 0;
}

#calendar-2 .day-of-week {
  font-size: 16px;
  color: #666;
  padding-bottom: 20px;
}

#calendar-2 .week-period {
  margin-bottom: 50px;
}

#calendar-2 .cours {
  font-size: 10px;
  /*display:table;*/
  width: 100%;
}

#calendar-2 .cours .period {
  /*display:table-cell;
  float: none;*/
}

#calendar-2 .cours .period .period-content {
  height: 50px;
  /*
  top:calc(50% - 50px/2 );
  right:5px;
  position:absolute;*/
}

#calendar-2 .cours .cours-week {
  padding-right: 5px;
}

#calendar-2 .cours .cours-week:last-child {
  padding-right: 0;
}

#calendar-2 .period {
  padding-left: 0px;
  padding-right: 15px;
  width: 10.4% !important;
  position: relative;
}

#calendar-2 .cours .name-period {
  font-size: 16px;
  text-align: right;
  color: #444;
}

#calendar-2 .cours .schedule-period {
  font-size: 12px;
  text-align: right;
  color: #aaaaaa;
}

#calendar-2 .cours .cours-left {
  height: 60px;
  background-color: #ffffff;
  text-align: left;
  padding: 10px 15px 10px 15px;
  border-left: 1px solid #efefef;
}

#calendar-2 .cours .cours-even .cours-left {
  background-color: #f5f5f5;
}

#calendar-2 .cours .cours-left:hover {
  background: -moz-linear-gradient(45deg, rgb(255, 0, 0) 0%, rgba(0, 102, 152, 0.9) 100%);
  background: -webkit-linear-gradient(45deg, rgb(255, 0, 0) 0%, rgba(0, 102, 152, 0.9) 100%);
  background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgba(0, 102, 152, 0.9) 100%);
  z-index: 50;
  display: inline-block;
  width: auto;
  min-width: 100%;
  min-width: 143px;
  transition: width linear 2s;
}

@media (max-width: 75em) {
  #calendar-2 .cours .cours-left:hover {
    background: -moz-linear-gradient(45deg, rgb(255, 0, 0) 0%, rgba(0, 102, 152, 0.9) 100%);
    background: -webkit-linear-gradient(45deg, rgb(255, 0, 0) 0%, rgba(0, 102, 152, 0.9) 100%);
    background: linear-gradient(45deg, rgb(255, 0, 0) 0%, rgba(0, 102, 152, 0.9) 100%);
    z-index: 50;
    display: inline-block;
    width: auto;
    min-width: 100%;
    min-width: 116px;
    transition: width linear 2s;
  }
}
#calendar-2 .cours .cours-title {
  font-size: 14px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#calendar-2 .cours .cours-left:hover .cours-title {
  color: #ffffff;
}

#calendar-2 .cours .cours-schedule {
  font-size: 12px;
  color: #aaaaaa;
}

#calendar-2 .cours .cours-left:hover .cours-schedule {
  color: #ffffff;
}

#calendar-2 .cours .cours-right {
  height: 50px;
  background-color: #f5f5f5;
  color: #aaaaaa;
  padding: 5px;
}

#calendar-2 .cours .cours-even .cours-right {
  background-color: #ebebeb;
}

#calendar-2 .cours .minutes {
  font-size: 18px;
  font-weight: 300;
}

#calendar-2 .cours .minutes-label {
  margin-top: -8px;
}

#calendar-2 .download-button {
  margin: 0 auto;
  font-size: 12px;
  padding: 8px 15px !important;
}

#calendar-2 .download-container {
  margin-bottom: 30px;
}

.download-button-mini {
  width: 36px;
  height: 36px;
  color: #ffffff;
  border: 1px solid #006698;
  border-radius: 18px;
  color: #006698;
  display: block;
  float: right;
  padding-top: 6px;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Chrome/Safari/Opera */
  -khtml-user-select: none; /* Konqueror */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
   not supported by any browser */
}

.link-not-active {
  pointer-events: none;
  cursor: default;
}

.cursor-default {
  cursor: default;
}

#error404 {
  margin-top: 80px;
}

#error404 .row {
  padding-left: 150px;
}

@media (max-width: 75em) {
  #error404 .row {
    padding-left: 10px;
  }
}
#error404 .error-img {
  padding: 0px;
}

#error404 .in-front {
  z-index: 20;
  display: block;
  position: relative;
}

#error404 .error-img img {
  max-width: 100%;
  margin-top: -152px;
  z-index: 10;
}

@media (max-width: 62em) {
  #error404 .error-img img {
    display: none;
    margin: 0 auto;
    z-index: 0;
    display: block;
    max-height: 250px;
  }
  #error404 {
    text-align: center !important;
    margin-top: 10px;
  }
  #error404 .in-front {
    display: inline;
    position: initial;
  }
  #error404 .lg-subtitle {
    text-align: center !important;
  }
  #error404 .error-text {
    margin-bottom: 10px;
  }
}
#error404 .error-text {
  padding: 0px;
}

#error404 h1 {
  font-size: 105px;
  font-weight: 700;
}

#error404 .lg-subtitle {
  font-weight: 700;
  color: #333333;
  font-size: 23px;
  text-align: left;
  margin-top: 20px;
}

#error404 .error-code {
  margin-bottom: 25px;
  margin-top: 25px;
  font-size: 16px;
}

#error404 a {
  color: #006698;
  font-weight: 600;
}

/* Bons cadeaux */
#voucher .fa-gift {
  left: 0;
  padding: 11px;
  color: #d1d1d1;
}

#voucher .voucher-select {
  width: 80%;
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 30px;
  margin-top: 80px;
}

#voucher .voucher-header {
  margin: 0 auto;
  position: relative;
}

#voucher img.image-left {
  position: absolute;
  top: -60px;
  left: 0px;
  z-index: 10;
}

#voucher img.image-right {
  position: absolute;
  top: -40px;
  right: 0px;
  z-index: 10;
}

@media (max-width: 62em) {
  #voucher img.image-left {
    display: none;
  }
  #voucher img.image-right {
    display: none;
  }
}
#voucher .description {
  max-width: 610px;
  margin: 0 auto;
  font-size: 13pt;
  z-index: 20;
  color: #b3b3b3;
}

#voucher .typeform-widget {
  width: 100%;
  height: 700px;
  margin: 0 auto;
  margin-top: 400px;
  margin-bottom: 20px;
  z-index: 20;
  position: relative;
}

#voucher .banner {
  margin: auto;
  max-width: 100%;
  display: block;
  height: auto;
}

#voucher h1 {
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 300;
  color: #333;
}

#voucher hr {
  width: 40%;
  border-top-color: #DDDDDD;
}

#voucher .conditions {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
  z-index: 20;
  color: #b3b3b3;
  font-style: italic;
  font-size: 13px;
}

#voucher .lg-button {
  margin-bottom: 40px;
  display: none;
}

#voucher .voucher-offer {
  font-size: 26pt;
  color: #BBBBBB;
  display: none;
}

#voucher .voucher-price {
  font-size: 67pt;
  font-weight: 300;
  color: #333333;
  display: none;
}

@media (max-width: 62em) {
  #voucher .voucher-price {
    font-size: 44pt;
  }
}
#voucher-dropdown {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #D3D3D3;
  font-size: 13pt;
  color: #333;
  padding: 20px 30px;
  border-radius: 50px;
  margin-top: 50px;
}

#voucher-dropdown option {
  position: relative;
  top: -20px;
}

/*Top information for christmass*/
#top-screen-info {
  width: 100%;
  background-color: red;
  color: white;
  font-size: 10pt;
  min-height: 50px;
}

#top-screen-info .gift-icon {
  position: absolute;
  z-index: 10;
}

#top-screen-info .gift-text {
  width: 100%;
  padding-left: 50px;
  padding-top: 15px;
}

#top-screen-info p {
  display: inline-block;
  vertical-align: sub;
  float: left;
}

#top-screen-info img {
  padding-top: 5px;
  display: inline-block;
  float: left;
}

@media (max-width: 40em) {
  #top-screen-info .gift-icon {
    display: none;
  }
  #top-screen-info .gift-text {
    padding-left: 0px;
  }
  #top-screen-info a.bold {
    display: block;
    margin-left: 0px !important;
    margin-top: 4px;
  }
}
#voucher-100, #voucher-200, #voucher-500,
#voucher-740, #voucher-1190 {
  display: none;
}

#top-screen-info a.bold {
  font-weight: 600;
  text-decoration: none;
  color: white;
  font-size: 10pt;
  margin-left: 10px;
}

#top-screen-info .popup-cross {
  width: 20px;
  float: right;
}

#top-screen-info .popup-cross-container {
  position: absolute;
  top: 0px;
  right: 0px;
  padding-right: 10px;
  padding-top: 10px;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#top-screen-info .container {
  padding-right: 40px !important;
}

#popupTypeForm {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  display: none;
}

#popupTypeForm .close-button {
  position: absolute;
  top: 20px;
  right: 40px;
  z-index: 300;
  color: black;
  text-align: center;
  cursor: pointer;
}

#popupTypeForm .typeform-widget {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* QSport */
@media (max-width: 62em) {
  body.modal-open {
    overflow: hidden;
    position: fixed;
  }
}
.modal-fullscreen {
  background: white;
  text-align: center;
  font-family: Arial Rounded MT Bold, Helvetica Rounded, Arial, sans-serif;
}

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

#qsport-modal hr {
  background-color: #e5e5e5;
}

#qsport-header {
  padding-top: 4px;
  padding-left: 8px;
  height: 100px;
  top: 0;
  position: fixed;
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  background-color: white;
  z-index: 100;
}

@media (max-width: 62em) {
  #qsport-header {
    height: 70px;
  }
}
#qsport-header img {
  height: 80px;
  z-index: -10;
}

@media (max-width: 62em) {
  #qsport-header img {
    height: 60px;
  }
}
#qsport-content {
  text-align: left;
  padding-top: 200px;
  padding-bottom: 200px;
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 62em) {
  #qsport-content {
    padding-top: 70px;
    padding-bottom: 60px;
  }
}
@media (max-width: 62em) {
  #qsport-footer .container {
    text-align: center !important;
  }
}
#qsport-footer {
  background-color: #f7f7f7;
  font-size: 24px;
  font-weight: 600;
  position: fixed;
  height: 100px;
  bottom: 0;
  width: 100%;
  padding-top: 35px;
  z-index: 100;
}

@media (max-width: 62em) {
  #qsport-footer {
    font-size: 14px;
    padding-top: 20px;
    height: 60px;
  }
}
#qsport-footer a {
  color: #bfc0c2;
}

#qsport-footer .container {
  text-align: left;
}

#qsport-offer {
  color: #bfc0c2;
  font-weight: 600;
  padding-bottom: 50px;
  border-bottom: 1px solid #e5e5e5;
  z-index: 10;
}

@media (max-width: 62em) {
  #qsport-offer {
    padding-top: 20px;
    border-bottom: 0;
    font-size: 12px;
    padding-bottom: 20px;
  }
}
#qsport-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  opacity: 0.5;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+80,000000+100&0+0,0+80,0.1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 80%, rgba(0, 0, 0, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#1a000000",GradientType=0 ); /* IE6-9 */
}

#qsport-offer img {
  margin-top: 10px;
}

@media (max-width: 62em) {
  #qsport-offer #qsport-logo {
    height: 60px;
    margin-bottom: 0px;
  }
}
#qsport-timeleft {
  background-color: #434343;
  color: white;
  width: 180px;
  font-weight: 600;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
  margin: 25px 0 0 0;
}

@media (max-width: 62em) {
  #qsport-timeleft {
    margin-top: 10px;
    font-size: 20px;
    width: 120px;
  }
}
#qsport-link {
  background-color: #009ee6;
  color: white !important;
  border-radius: 50px;
  padding: 15px 40px 15px 40px;
  margin-left: 40px;
}

@media (max-width: 62em) {
  #qsport-link {
    margin-left: 20px;
    padding: 10px 30px 10px 30px;
  }
}
#qsport-price {
  margin-top: 50px;
  color: #009ee6;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}

@media (max-width: 62em) {
  #qsport-prices {
    text-align: center;
    border-top: 1px solid #e5e5e5;
    margin-top: 0px;
  }
}
@media (max-width: 62em) {
  #qsport-price {
    font-size: 28px;
    margin-top: 10px;
  }
}
#qsport-price .big {
  font-size: 150px;
}

@media (max-width: 62em) {
  #qsport-price .big {
    font-size: 48px;
    font-weight: 700;
  }
}
#qsport-month {
  color: #bfc0c2;
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
}

@media (max-width: 62em) {
  #qsport-month {
    font-size: 28px;
  }
}
#qsport-conditions {
  color: #bfc0c2;
  font-weight: 600;
  font-size: 12px;
  margin-top: 20px;
}

#qsport-link:visited, #qsport-link:hover, #qsport-link:focus, #qsport-link:active {
  color: white;
}

#qsport-image {
  position: relative;
}

@media (max-width: 62em) {
  #qsport-image {
    overflow: visible;
  }
}
#qsport-image img {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 62em) {
  #qsport-image img {
    height: 192px;
  }
}
#partners {
  padding-bottom: 100px;
}

#partners .lg-subtitle {
  font-size: 28px !important;
}

#partners .lg-paragraph {
  margin: auto auto 50px auto;
}

.partner {
  float: none;
  margin: auto;
  max-width: 330px;
  color: #535353;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  padding: 200px 0 1px 0;
}

@media (max-width: 62em) {
  .partner {
    max-width: unset;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.partner .partner-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 140px;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 62em) {
  .partner .partner-background {
    border-radius: 0;
  }
}
.partner .partner-logo {
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 75px;
  z-index: 10;
  position: absolute;
  top: 50px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
}

.partner h3 {
  text-transform: uppercase;
  font-weight: 700;
  color: #535353;
  font-size: 12pt;
  margin-bottom: 0;
  letter-spacing: 1px;
}

.partner .partner-description {
  font-style: italic;
  font-size: 12pt;
  margin-bottom: 20px;
}

.partner h4 {
  font-size: 12pt;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

.partner .partner-info {
  font-size: 12pt;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: 1px;
}

.summer {
  text-align: center;
  margin-top: 30px;
}

@media (max-width: 62em) {
  .summer.inset {
    padding: 0 !important;
  }
}
.summer h3 {
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 15px;
  color: #515151;
  margin-top: 5px;
}

.summer .summer-subtitle {
  font-size: 18px;
  color: #a9a9a9;
}

.summer .gray {
  background-color: #f8f8f8;
}

.summer .col-md-6 {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  border-radius: 30px;
}

@media (max-width: 62em) {
  .summer .col-md-6 {
    border-radius: 0;
  }
}
.summer h2 {
  color: #009ee3;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
}

.summer h2 .price {
  font-size: 72px;
}

.summer .summer-warning {
  color: #009ee3;
  font-style: italic;
  margin-bottom: 30px;
}

.summer hr {
  max-width: 470px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.summer-desc {
  max-width: 550px;
  margin: auto;
  text-align: center;
}

.summer-desc p {
  margin-bottom: 50px;
}

.summer-desc i {
  font-size: 10px;
}

.summer .summer-item {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
}

.summer .summer-item.not {
  color: #cdcccd;
  text-decoration: line-through;
}

.summer .summer-item i {
  color: #cdcccd;
  font-size: 20px;
}

.summer-social {
  text-align: center;
  margin-bottom: 100px;
}

.summer-social #fb-logo {
  margin-bottom: 30px;
}

.summer-social #fb-share-logo {
  margin-top: 30px;
}

/*.summer-slider {
    background-color: #a9dee1;
}*/
.summer-slider {
  background-color: #fff;
}

.summer-slider h3 {
  margin-top: 0;
  color: #009ee3;
  font-size: 36px !important;
  font-weight: 700 !important;
}

.summer-slider h1 {
  margin-top: 0;
  color: white;
  font-size: 60px !important;
  font-weight: 700 !important;
  text-shadow: none;
}

@media (max-width: 62em) {
  .summer-slider h3 {
    font-size: 24px !important;
  }
  .summer-slider h1 {
    font-size: 28px !important;
  }
}
.summer-slider .bottom-div {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.summer-slider .lg-button {
  height: 70px;
  font-size: 22px;
  font-weight: 700;
  padding-top: 17px !important;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
}

.summer-slider .lg-button i {
  font-size: 17px;
  font-weight: 300;
}

.summer-club {
  background-color: #b2e5e6;
  height: 165px;
  position: relative;
}

.summer-club .inset {
  max-width: 300px;
  margin: auto;
  text-align: center;
  padding: 0;
}

.summer-club h1, .summer-club h2, .summer-club h3 {
  margin-top: 0;
  margin-bottom: 0;
}

.summer-club h2 {
  font-size: 15px;
  font-weight: 700;
  padding-top: 30px;
  color: #009ee3;
}

.summer-club h1 {
  font-size: 30px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
}

@media (max-width: 62em) {
  .summer-club h1 {
    font-size: 24px;
  }
}
.summer-club h3 {
  font-size: 22px;
  font-weight: 700;
  color: #009ee3;
}

.summer-club h2 .price {
  font-size: 32px;
}

.summer-club img {
  width: 100%;
}

.summer-club a {
  margin-top: 20px;
}

.summer-premium {
  margin-top: 50px;
  height: 450px;
  background-image: url("/Content/Images/summer-premium.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

@media (max-width: 62em) {
  .summer-premium {
    background-size: cover;
  }
  .summer-desc, .summer-premium, .summer-social, .summer .col-md-6 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .summer-premium h1 {
    font-size: 22px;
  }
  .summer-desc h2 {
    font-size: 22px;
  }
  .summer-social h2 {
    font-size: 22px;
  }
  .summer .price {
    font-size: 48px !important;
  }
}
.summer-premium .content {
  max-width: 500px;
  margin: auto;
}

.summer-premium h5 {
  margin-top: 50px;
  font-size: 16px;
}

.summer-hr {
  max-width: 550px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.payment-layout {
  margin-top: 306px;
  width: 500px;
  text-align: left;
  margin-left: 20%;
  border: 1px solid #e3e3e3;
  background-color: white;
  margin-bottom: 50px;
}

@media (max-width: 90em) {
  .payment-layout {
    margin-left: 20px;
  }
}
@media (max-width: 62em) {
  .payment-layout {
    width: inherit;
    margin-top: 10px;
    margin-left: 0;
    margin-right: 0;
    border: 0;
  }
}
.payment-layout-item {
  padding: 20px;
}

@media (max-width: 62em) {
  .payment-layout-item {
    padding: 15px;
  }
}
.payment-layout h2 {
  font-size: 24px;
  font-weight: bold;
}

@media (max-width: 62em) {
  .payment-layout h2 {
    font-size: 20px;
  }
}
.payment-layout h2.disabled {
  border-top: 1px solid #e3e3e3;
  padding: 20px;
  margin: 0;
  color: #adadad;
}

@media (max-width: 62em) {
  .payment-layout h2.disabled {
    padding: 15px;
  }
}
.payment-layout h2 i {
  font-size: 16px;
}

.payment-layout h2 i.fa-check-circle {
  color: #57e26a;
}

.payment-layout h2 i.fa-times-circle {
  color: #ff6073;
}

.payment-layout h3 {
  margin-top: 30px;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 62em) {
  .payment-layout h3 {
    font-size: 16px;
  }
}
.payment-layout p {
  color: #939393;
  margin-bottom: 20px;
}

.payment-button {
  background-color: #f8f8f8;
  display: block;
  text-align: center;
  color: white;
  font-weight: bold;
  height: 50px;
  padding-top: 14px;
  border: 1px solid #f2f2f2;
  color: #666;
}

.payment-button:hover {
  background-color: #57e26a;
  color: white;
  border: 0;
}

.payment-button.left {
  margin-right: 5px;
}

.payment-button.right {
  margin-left: 5px;
}

@media (max-width: 62em) {
  .payment-button.left {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .payment-button.right {
    margin-left: 0px;
  }
}
.payment-layout .row .col-md-6 {
  padding: 0;
}

.info-box {
  background-color: #4f4f4f;
  color: white;
  border-radius: 100px;
  padding: 15px 20px;
  margin: 30px 10px;
  font-size: 14px;
  display: inline-block;
}

.info-box i {
  margin-right: 10px;
  font-size: 18px;
}

@media (max-width: 62em) {
  #buy {
    margin-top: 30px;
  }
}
@media (max-width: 62em) {
  .info-box {
    border-radius: 5px;
  }
  .info-box i {
    display: block;
    margin-bottom: 10px;
    font-size: 32px;
  }
}
.banner-summer h2 {
  color: #009ee3;
  text-align: center;
  padding-top: 50px;
  margin-top: 0px;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 5px;
}

.banner-summer h1 {
  color: white;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  margin-top: 15px;
  margin-bottom: 5px;
}

.banner-summer p {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  font-weight: 600;
}

.banner-summer-bold {
  font-weight: 700;
}

.banner-summer-italic {
  font-style: italic;
}

.info-box-blue {
  background-color: #009ee3;
  color: white;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  max-width: 590px;
  margin: 0 auto;
  margin-bottom: 0px;
  margin-top: 30px;
}

@media (max-width: 62em) {
  .info-box-blue {
    border-radius: 5px;
  }
}
.info-box-blue p {
  margin-bottom: 0px;
}

@media (max-width: 62em) {
  .banner-summer h2 {
    font-size: 15px;
    margin-bottom: 0;
    padding-top: 10px;
  }
  .banner-summer h1 {
    font-size: 24px;
    margin-top: 7px;
  }
}
@media (max-width: 768px) {
  .info-box-blue {
    width: 90%;
  }
}
#header {
  height: 128px;
  background-color: white;
  width: 100%;
  border-bottom: 3px solid #D1D1D1;
  top: 0;
  text-align: center;
  z-index: 100;
  padding-top: 5px;
  position: fixed;
}

@media (max-width: 62em) {
  #header {
    height: 68px;
  }
}
#brand-logo {
  height: 114px;
}

@media (max-width: 62em) {
  #brand-logo {
    height: 54px;
  }
}
.spin {
  margin: 20px auto 20px auto;
  background-image: url("/Content/Images/cog.png");
  width: 200px;
  height: 200px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 4000ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 4000ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animatiouration: 4000ms;
  -ms-animation-dn-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  animation-name: spin;
  animation-duration: 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.rentree {
  text-align: left;
  margin-top: 30px;
}

.rentree.inset {
  max-width: 900px;
  margin: auto;
}

@media (max-width: 62em) {
  .rentree.inset {
    padding: 0 !important;
  }
}
.rentree .col-md-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.rentree .rentree-border {
  border: 3px solid #cdcdcd;
  padding-left: 40px;
  padding-right: 10px;
  border-radius: 50px;
}

@media (max-width: 992px) {
  .rentree .rentree-border {
    max-width: 400px;
    margin: 30px auto 30px auto;
    border-radius: 0;
  }
}
.rentree .rentree-border.unique {
  margin: auto;
  width: 350px;
}

@media (max-width: 992px) {
  .rentree .rentree-border.unique {
    width: 400px;
  }
}
.rentree-subtitle {
  font-size: 26px;
  margin-top: 20px;
}

.rentree h3 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
}

.rentree h2 {
  font-size: 36px;
  font-weight: bold;
  margin-top: 30px;
}

.rentree h2 .rentree-warning {
  font-size: 12px;
  font-weight: normal;
}

.rentree-price .col-xs-4, .rentree-price .col-xs-6 {
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  font-weight: bold;
}

.rentree-price .col-xs-6 {
  padding-left: 10px;
}

.rentree-price {
  margin-bottom: 20px;
}

.rentree-fee {
  background-color: #57e26a;
  padding-left: 5px;
  padding-right: 5px;
  border-radius: 10px;
  color: white;
}

.rentree-item {
  margin-bottom: 20px;
}

.rentree-item i {
  color: #009ee3;
  margin-right: 10px;
}

.rentree-item.xmas i {
  color: red;
}

.rentree-item .col-xs-1, .rentree-item .col-xs-11 {
  padding: 0;
}

.rentree-item .gray, .rentree-item .gray i {
  color: #d6d6d6;
}

.rentree-item .col-md-11 {
  padding-right: 20px;
}

.rentree-special {
  width: 310px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

#basket {
  position: fixed;
  top: 200px;
  right: 50px;
  width: 500px;
  font-size: 18px;
  color: #333;
  z-index: 100;
  -webkit-transition: height 0.1s linear;
  -moz-transition: height 0.1s linear;
  -ms-transition: height 0.1s linear;
  -o-transition: height 0.1s linear;
  transition: height 0.1s linear;
}

#basket p {
  margin-left: 40px;
}

#basket-container {
  background-color: #FAFAFA;
  border: 1px solid #F2F2F2;
  padding: 40px 40px;
  margin-bottom: 30px;
}

@media (max-width: 62em) {
  #basket {
    background-color: white;
  }
  #basket, #basket.centered-basket {
    height: 50px;
    left: 0 !important;
    right: 0 !important;
    bottom: 0px;
    top: inherit !important;
    width: inherit;
    border-radius: 0;
    padding: 0px 5px 0 5px;
  }
  #basket-container {
    background-color: #FAFAFA;
    border: 1px solid #F2F2F2;
    padding: 10px;
    margin-bottom: 0;
  }
  #basket.openned {
    height: 170px;
  }
  #basket p {
    display: none;
  }
  #basket-container {
    height: 170px;
  }
  #basket #article {
    margin-top: 10px !important;
    font-size: 12px;
    display: block;
  }
  #basket #mobile-club {
    font-size: 12px;
    margin-top: 10px;
  }
  #basket #article .price {
    text-align: right;
  }
}
#basket .icon .circle {
  background-color: #57e26a;
  font-size: 15px;
  height: 32px;
  width: 32px;
  padding-left: 7px;
  padding-top: 6px;
  display: inline-block;
  margin-right: 5px;
  border-radius: 16px;
}

#basket .icon {
  font-size: 12px;
}

#basket .mobile-price {
  font-size: 14px;
}

#basket .mobile-price h2 {
  margin: 0;
  color: #006698;
  opacity: 0.6;
  font-size: 12px;
}

#basket .icon .circle i {
  color: white;
}

#basket.centered-basket {
  top: 308px;
  left: calc(20% + 530px);
  right: inherit;
}

@media (max-width: 90em) {
  #basket.centered-basket {
    left: 530px;
  }
  #basket {
    width: 450px;
  }
}
#basket .col-md-4, #basket .col-md-8 {
  padding: 0;
}

#basket h2 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
}

#basket .price {
  font-weight: 700;
}

#basket #total {
  margin-top: 30px;
  color: #006698;
  font-weight: 700;
}

#basket .description {
  opacity: 0.8;
}

#basket #article {
  margin-top: 30px;
}

.rentree-home-top {
  background-color: #57e26a;
  color: black;
  text-shadow: none;
  font-weight: bold;
  font-size: 25px;
  padding: 20px 10px;
}

.rentree-2018-home-top {
  background: red;
  background: -moz-linear-gradient(45deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(45deg, red 0%, #006698 100%);
  background: linear-gradient(45deg, red 0%, #006698 100%);
  color: white;
  text-shadow: none;
  font-weight: 400;
  font-size: 25px;
  padding: 20px 10px;
}

.rentree-2019-home-top {
  background: red;
  color: white;
  text-shadow: none;
  font-weight: 400;
  font-size: 25px;
  padding: 20px 10px;
}

.summer-home-top {
  background: #51BECE;
  color: white;
  text-shadow: none;
  font-weight: 400;
  font-size: 25px;
  padding: 20px 10px;
}

.rentree-home-top.tiny, .rentree-2018-home-top.tiny, .rentree-2019-home-top.tiny, .summer-home-top {
  font-size: 16px;
  padding: 10px 20px;
  text-align: center;
}

@media (max-width: 62em) {
  .rentree-home-top, .rentree-2018-home-top, .summer-home-top {
    font-size: 20px;
    padding: 30px 10px;
  }
}
.rentree-home-top .white, .rentree-2018-home-top .white, .summer-home-top .white {
  color: white;
  font-weight: bold;
}

/*Rentree */
#homeCarousel .carousel-caption.rentree-offer {
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding-top: 0 !important;
}

#homeCarousel .carousel-caption.rentree-offer h1 {
  margin-top: 180px;
  margin-bottom: 0;
  font-size: 120px !important;
  text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.5);
}

#homeCarousel .carousel-caption.rentree-offer h2 {
  margin-top: 0;
  font-size: 41px !important;
  font-weight: bold;
  text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}

@media (max-width: 90em) {
  #homeCarousel .carousel-caption.rentree-offer h1 {
    margin-top: 180px;
    font-size: 90px !important;
  }
  #homeCarousel .carousel-caption.rentree-offer h2 {
    margin-top: 0;
    font-size: 24px !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 62em) {
  #homeCarousel .carousel-caption.rentree-offer h1 {
    margin-top: 20px;
    font-size: 44px !important;
  }
  #homeCarousel .carousel-caption.rentree-offer h2 {
    margin-top: 0;
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
#homeCarousel .carousel-caption.rentree-offer p {
  color: white;
}

#homeCarousel .carousel-caption .rentree-button {
  color: white;
  background-color: #57e26a;
  padding: 20px 35px;
  min-width: 100px;
  display: inline-block;
  border-radius: 100px;
  font-weight: bold;
  text-shadow: none;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

#homeCarousel .carousel-caption .rentree-button.white {
  color: #333333;
  background-color: #ffffff;
}

@media (max-width: 62em) {
  #homeCarousel .carousel-caption .rentree-button {
    padding: 15px 25px;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#homeCarousel .carousel-caption.rentree-offer .rentree-button i {
  font-size: 16px;
  margin-left: 10px;
}

#homeCarousel .carousel-caption.rentree-offer #rentree-condition {
  font-style: italic;
  font-weight: normal;
  font-size: 12px;
}

/*January*/
#homeCarousel .carousel-caption.january-offer {
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding-top: 0 !important;
}

#homeCarousel .carousel-caption.january-offer h1 {
  margin-top: 180px;
  margin-bottom: 0;
  margin-left: 100px;
  margin-right: 100px;
  font-size: 60px !important;
  text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}

#homeCarousel .carousel-caption.january-offer h2 {
  padding-top: 5px;
  font-size: 38px !important;
  font-weight: bold;
  text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
}

@media (max-width: 90em) {
  #homeCarousel .carousel-caption.january-offer h1 {
    margin-top: 180px;
    font-size: 50px !important;
  }
  #homeCarousel .carousel-caption.january-offer h2 {
    margin-top: 0;
    font-size: 18px !important;
    margin-bottom: 50px;
  }
}
@media (max-width: 62em) {
  #homeCarousel .carousel-caption.january-offer h1 {
    margin-top: 180px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 24px !important;
  }
  #homeCarousel .carousel-caption.january-offer h2 {
    margin-top: 20px;
    font-size: 16px !important;
    margin-bottom: 30px;
  }
}
#homeCarousel .carousel-caption.january-offer p {
  color: white;
}

#homeCarousel .carousel-caption.january-offer #rentree-condition {
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  margin-top: 30px;
}

#homeCarousel .carousel-caption .january-button {
  color: white;
  background: linear-gradient(45deg, red 0%, #006698 100%);
  padding: 20px 35px;
  min-width: 100px;
  display: inline-block;
  border-radius: 100px;
  font-weight: bold;
  text-shadow: none;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.banner-rentree {
  text-align: center;
  color: white;
}

@media (max-width: 62em) {
  .banner-rentree {
    height: 260px;
  }
}
.banner-rentree h1 {
  margin-top: 90px;
  margin-bottom: 0;
  font-weight: bold;
  font-size: 100px;
  text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.5);
}

.banner-rentree h2 {
  margin-top: 0;
  font-size: 28px;
  font-weight: bold;
  text-shadow: 3px 1px 7px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .banner-rentree h1 {
    margin-top: 10px;
    font-size: 44px;
  }
  .banner-rentree h2 {
    margin-top: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.banner-rentree p {
  font-size: 18px;
  margin-bottom: 35px;
}

@media (max-width: 992px) {
  .banner-rentree p {
    margin-bottom: 20px;
  }
}
@media (max-width: 62em) {
  .banner-rentree p {
    font-size: 16px;
  }
}
.banner-rentree #rentree-condition {
  font-size: 13px;
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}

.rentree-btn-gray {
  background-color: #cdcdcd;
  color: white;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 50px;
  font-weight: bold;
  margin-right: 30px;
  margin-bottom: 30px;
}

.inscription-total {
  font-size: 16px;
}

.inscription-total.bottom {
  margin-bottom: 30px;
}

.inscription-subtitle {
  font-size: 16px;
  font-weight: 600;
}

.inscription-subtitle.bottom {
  margin-bottom: 30px;
}

.inscription-subtitle .price-highlight {
  font-size: 35px;
  line-height: 20px;
}

.inscription-subtitle .rentree-fee {
  font-size: 12px;
}

.banner-inscription {
  height: 250px !important;
  margin-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}

@media (max-width: 62em) {
  .banner-inscription {
    height: 250px;
  }
}
.error-message {
  background-color: #ff6073;
  color: white;
  padding: 10px 30px;
  margin-top: 10px;
  font-weight: bold;
}

.error-message i {
  font-size: 20px;
  margin-right: 10px;
}

.PremiumTooltip:hover > .lg-tooltip {
  display: block;
}

.lg-tooltip {
  position: absolute;
  margin-left: 0px;
  background-color: white;
  z-index: 100;
  padding: 15px 30px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  margin-top: 0px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  font-size: 15px;
  color: #aeaeae;
  width: 350px;
  display: none;
}

.lg-tooltip a {
  text-decoration: underline;
  color: #aeaeae;
}

.lg-tooltip h4 {
  color: #000;
  font-size: 16px;
}

.lg-tooltip h4 i {
  color: #d6d6d6;
  margin-right: 5px;
}

.intl-tel-input .country-list {
  z-index: 200 !important;
}

video#bgvid {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: 100%;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background: url("/Content/Images/PosterLGRentree.png") no-repeat;
  background-size: auto auto;
  background-size: cover;
  max-height: 700px;
}

.mask-dark {
  background-color: rgba(0, 0, 0, 0.2);
  height: 100%;
}

.mask-color {
  background: red;
  background: -moz-linear-gradient(45deg, red 0%, #006698 100%);
  background: -webkit-linear-gradient(45deg, red 0%, #006698 100%);
  background: linear-gradient(45deg, red 0%, #006698 100%);
  height: 100%;
  opacity: 0.4;
}

/*For dropdown with flag on footer (layout)*/
#mainFooter .dropdown-menu {
  min-width: 80px;
  color: dimgrey;
}

#mainFooter .dropdown-menu a {
  color: black;
}

#mainFooter .dropdown {
  padding-left: 3px;
  cursor: pointer;
}

#mainFooter .flag-icon {
  margin-left: 10px;
}

#footerPowered {
  margin: 20px 0 20px 0px;
}

#footerPowered p {
  font-weight: bold;
  font-size: 14px;
}

#footerPowered a {
  color: #02447B;
}

#footerPowered a:hover {
  text-decoration: underline;
}

#powered-by {
  text-align: center;
  position: fixed;
  height: 30px;
  font-size: 12px;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 200;
  background-color: #fff;
}

#powered-by a {
  color: #02447B;
  text-decoration: none;
}

.summer2018 .title {
  font-weight: 800 !important;
  font-size: 100px !important;
  margin-top: 50px !important;
}

.summer2018 .subtitle {
  color: #333333 !important;
  margin-top: 20px !important;
  font-weight: 700 !important;
}

.summer2018 .extended {
  color: #333333 !important;
  font-size: 27px !important;
  font-weight: 700 !important;
  margin-top: 10px !important;
}

.summer2018 i {
  text-decoration: underline;
  font-style: normal;
}

@media (max-width: 62em) {
  .summer2018 .title {
    font-size: 40px !important;
    margin-top: 20px !important;
  }
  .summer2018 .subtitle {
    font-size: 28px !important;
  }
  .summer2018 .extended {
    font-size: 18px !important;
  }
  .summer2018 img {
    height: 32px !important;
  }
  .summer2018 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.summer-sell-title {
  color: white;
  font-weight: 800;
  text-align: center;
  padding-top: 70px;
}

.summer-sell-subtitle {
  color: #333;
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
}

.summer-sell-conditions {
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding-top: 30px;
}

.rentree-sell-title {
  color: white;
  font-weight: 800;
  text-align: center;
  padding-top: 70px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
}

.rentree-sell-subtitle {
  color: white;
  font-weight: 800;
  text-align: center;
  font-size: 24px;
  padding-top: 10px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
}

.rentree-sell-conditions {
  color: white;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  padding-top: 30px;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.75);
}

@media (max-width: 62em) {
  .summer-sell-title {
    font-size: 18px;
    padding-top: 40px;
  }
  .summer-sell-conditions {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
  }
  .rentree-sell-title {
    font-size: 18px;
    padding-top: 40px;
  }
  .rentree-sell-conditions {
    font-size: 12px;
    text-align: center;
    font-weight: 600;
    padding-top: 10px;
  }
}
#memberAreaLink {
  text-align: right;
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: #E0E0E0;
}

#memberAreaLink a {
  font-weight: 700;
  color: #3e3e3e;
  font-size: 12px;
  margin-right: 65px;
}

#memberAreaLink a:hover {
  color: #02447B;
}

#memberAreaLink a img {
  opacity: 0.3;
  margin-right: 5px;
}

#memberAreaLink a:hover img {
  opacity: 0.3;
}

.sync-module {
  height: 100px;
  background-color: #BEC3C7;
  opacity: 0.3;
  color: white;
  border-radius: 5px;
  padding: 10px;
  margin: 10px;
  position: relative;
}

.sync-module .detail {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #fff;
  color: #3598DB;
  border: none;
}

.sync-module.Connected {
  opacity: 1;
}

.sync-module.Waiting {
  background-color: #7E8C8D;
}

.sync-module.Running {
  background-color: #3598DB;
}

.sync-module.Finished {
  background-color: #1BBC9B;
}

.sync-module.Error {
  background-color: #E84C3D;
}

.sync-module.Skipped {
  opacity: 0.5;
}

.sync-module .progress-bar {
  height: 20px;
  width: 100%;
  background-color: #fff;
  padding: 2px;
}

.sync-module .progress-bar-content {
  height: 20px;
  min-width: 10px;
  background-color: #3598DB;
}

.gym-alert {
  background-color: #ff2662;
  color: white;
  border-radius: 10px;
  font-weight: 600;
  padding: 20px;
  margin: 20px;
}

.exeptional-schedule-lgf {
  background: linear-gradient(45deg, #ff2662 0%, #02447B 100%);
  padding: 20px 0;
  text-align: center;
  color: white;
  font-weight: 700;
}

.exeptional-schedule-lgf p {
  padding: 0 20px;
}

.exeptional-schedule-lgf .schedule li {
  color: white !important;
}

.exeptional-schedule-lgf .schedule li b {
  color: white !important;
}

#home-blog .lg-paragraph {
  margin-bottom: 20px;
}

#home-blog .col-md-3, #home-blog .col-md-4, #home-blog .col-md-5 {
  padding: 0;
}

#home-blog a.blog-link {
  margin-bottom: 20px;
  background-color: #02447B;
  padding: 20px;
  color: white;
  font-weight: 600;
  font-size: 18px;
  height: 200px;
  display: block;
}

#home-blog a:hover {
  opacity: 0.8;
}

#home-blog a.margin-right {
  margin-right: 20px;
}

@media (max-width: 62em) {
  #home-blog a.margin-right {
    margin-right: 0;
  }
}
#home-blog a ul {
  list-style-type: none;
  padding: 0;
}

#home-blog a ul li {
  margin: 0;
  background-color: black;
  display: inline-block;
  padding: 5px 10px 5px 10px;
  text-transform: uppercase;
  font-size: 10px;
  border-radius: 15px;
}

#home-blog a ul li.recettes {
  background-color: #aed581;
}

#home-blog a ul li.fitness {
  background-color: #ff7043;
}

#home-blog a ul li.nutrition {
  background-color: #8bc34a;
}

#home-blog a ul li.sante {
  background-color: #4dd0e1;
}

#home-blog a ul li.lifestyle {
  background-color: #ec407a;
}

#home-blog a ul li.news {
  background-color: #29b6f6;
}

#home-blog a ul li.mouvements {
  background-color: #ff8a65;
}

#home-instagram a.instagram-post {
  display: block;
  min-height: 260px;
  background-position: center center;
  background-size: cover;
}

#home-instagram a.instagram-post:hover {
  opacity: 0.8;
}

#home-instagram {
  margin-bottom: 50px;
}

@media (max-width: 62em) {
  #home-instagram .col-md-3 {
    padding: 0;
  }
}
.carousel-indicators {
  bottom: 5px !important;
}

@media (max-width: 62em) {
  .carousel-indicators {
    bottom: -5px !important;
  }
}
.recaptcha {
  display: inline-block;
  margin-top: 5px;
}

.senior-p {
  margin-left: 50px !important;
  margin-right: 50px !important;
  color: #a7a7a7;
  text-align: justify;
  font-size: 15px;
  padding: 0 !important;
}

@media (max-width: 62em) {
  .senior-p {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
.senior-subtitle {
  margin-left: 50px !important;
  margin-right: 50px !important;
  color: #a7a7a7;
  font-weight: bold;
  text-align: left;
  font-size: 15px;
}

@media (max-width: 62em) {
  .senior-subtitle {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
}
#senior-60 {
  width: 100%;
  height: 350px;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 62em) {
  #senior-60 {
    height: 120px;
  }
}
#senior-header {
  width: 100%;
  height: 300px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media (max-width: 62em) {
  #senior-header {
    height: 180px;
    margin-top: 10px;
    margin-bottom: 50px;
  }
}
#senior-vid {
  width: 100%;
  height: 350px;
  margin-top: 50px;
  margin-bottom: 50px;
}

@media (max-width: 62em) {
  #senior-vid {
    height: 200px;
  }
}
#corona-virus {
  background: -webkit-linear-gradient(-45deg, #003763 0%, #306793 100%);
  color: white;
  position: relative;
  font-size: 20px;
  font-style: italic;
  font-weight: 300;
  padding: 20px 0;
  font-family: futura-pt, sans-serif !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#corona-virus b {
  font-size: 32px;
  font-weight: 800;
  font-style: italic !important;
  font-family: futura-pt, sans-serif !important;
  margin-right: 10px;
}
#corona-virus a {
  font-family: futura-pt, sans-serif !important;
  margin-left: 10px;
  color: white;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 62em) {
  #corona-virus {
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    flex-wrap: wrap;
    text-align: center;
  }
  #corona-virus b {
    font-size: 20px;
  }
}
#corona-alert {
  background: -webkit-linear-gradient(0deg, #1e2124 0%, #3a3d40 100%);
  color: white;
  position: relative;
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  padding: 10px 20px;
  font-family: futura-pt, sans-serif !important;
  text-align: center;
}
#corona-alert b {
  font-size: 32px;
  font-weight: 800;
  font-style: italic !important;
  font-family: futura-pt, sans-serif !important;
  margin-right: 10px;
  display: block;
  text-wrap: none;
}
#corona-alert a {
  font-family: futura-pt, sans-serif !important;
  margin-left: 10px;
  color: white;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 62em) {
  #corona-alert {
    height: auto;
    padding: 10px 20px;
    font-size: 18px;
    flex-wrap: wrap;
    text-align: center;
  }
  #corona-alert b {
    font-size: 20px;
  }
}
.corona-offer {
  left: 10% !important;
  right: 10% !important;
}

.corona-offer h1 {
  margin-top: 100px !important;
  font-size: 30px !important;
  text-shadow: 1px 1px 2px #333;
}

.corona-offer h2 {
  font-size: 18px;
  text-shadow: none !important;
}

.corona-offer h3 {
  font-size: 13px !important;
  font-style: italic !important;
  color: white !important;
}

.corona-button {
  background-color: white;
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
  padding-right: 1em;
  padding-left: 1em;
  color: black;
  border-radius: 5px;
  font-size: 16px;
  margin-top: 20px;
  text-shadow: none;
}

#arena-fitness {
  background-color: red !important;
  color: white !important;
  text-align: center;
  padding: 20px;
}

#arena-fitness h3 {
  font-weight: 800;
  font-size: 18px;
  margin-top: 0;
}

#arena-fitness p {
  max-width: 650px;
  margin: auto auto 10px auto;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.7);
}

#arena-fitness p b {
  font-weight: 900;
  color: black;
}

#arena-fitness a {
  color: black;
  font-weight: 800;
  text-decoration: underline;
}

#register-submit {
  margin-top: 50px;
}

.daypass {
  max-width: 900px;
  margin: auto;
  color: #00447B;
  font-family: "Open Sans";
  font-size: 14px;
  padding: 20px;
}
.daypass-banner {
  color: white;
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  height: 300px;
  background-position: top center;
}
@media (min-width: 1024px) {
  .daypass-banner {
    height: 710px;
    padding: 50px 100px;
  }
}
.daypass-banner-title {
  font-size: 40px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  position: relative;
  height: 55px;
}
@media (min-width: 576px) {
  .daypass-banner-title {
    font-size: 60px;
    height: 80px;
  }
}
.daypass-banner-title-1 {
  font-family: futura-pt, sans-serif !important;
  position: absolute;
}
.daypass-banner-title-2 {
  font-family: futura-pt, sans-serif !important;
  -webkit-text-stroke: 2px white;
  color: transparent;
  position: absolute;
  top: 5px;
  left: 5px;
}
.daypass-banner-subtitle {
  font-size: 16px;
  width: 100%;
}
@media (min-width: 576px) {
  .daypass-banner-subtitle {
    font-size: 20px;
    width: 400px;
  }
}
.daypass h2 {
  font-family: futura-pt, sans-serif !important;
  font-size: 32px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin-bottom: 20px;
}
.daypass p {
  margin-bottom: 25px;
}
.daypass-advice {
  background-color: #F3F3F3;
  border-radius: 12px;
  padding: 10px;
}
@media (min-width: 576px) {
  .daypass-advice {
    padding: 10px 50px 40px 20px;
  }
}
.daypass-advice-title {
  color: #333;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 20px;
}
.daypass-advice-item {
  margin-left: 10px;
  margin-bottom: 15px;
  display: flex;
  gap: 12px;
}
@media (min-width: 576px) {
  .daypass-advice-item {
    margin-left: 100px;
  }
}
.daypass-advice-item img {
  width: 28px;
  height: 25px;
}

.odt-part {
  padding: 100px 0;
  text-align: center;
  color: white;
  margin-top: 100px;
  background: -webkit-linear-gradient(0deg, #3a3d40 0%, #1e2124 100%);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.odt-part h2 {
  font-family: futura-pt, sans-serif !important;
  font-size: 20px;
  text-transform: uppercase;
  font-style: italic;
  font-weight: 800;
  margin: 0 auto 20px auto;
  max-width: 900px;
}
@media (min-width: 576px) {
  .odt-part h2 {
    font-size: 32px;
  }
}
.odt-part p {
  margin: 0 auto 45px auto;
  max-width: 650px;
}
.odt-part form {
  border: 5px solid;
  border-image-slice: 1;
  border-width: 5px;
  border-image-source: linear-gradient(to bottom right, #ed3b4b, #02447b);
  max-width: 900px;
  margin: 10px;
  padding: 20px;
}
@media (min-width: 576px) {
  .odt-part form {
    padding: 50px;
  }
}
.odt-part form h2, .odt-part form p {
  max-width: 650px;
}
.odt-part form input {
  display: block;
  height: 50px;
  width: 100%;
  margin-top: 15px;
  background: none;
  border: none;
  appearance: none;
  font-size: 20px;
  color: white;
  padding: 5px 0;
  border-radius: 0;
  font-family: futura-pt, sans-serif;
}
@media (min-width: 370px) {
  .odt-part form input {
    padding: 5px 10px;
  }
}
.odt-part form input:focus {
  outline: none;
}
.odt-part form select {
  display: block;
  height: 50px;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 50px;
  background: none;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  font-size: 20px;
  color: white;
  padding: 5px 0;
  font-family: futura-pt, sans-serif;
}
@media (min-width: 370px) {
  .odt-part form select {
    padding: 5px 10px;
  }
}
.odt-part form select option, .odt-part form select optgroup {
  color: #333;
  font-size: 20px;
}
.odt-part form select:focus {
  outline: none;
}
.odt-part-input {
  position: relative;
}
.odt-part-input .intl-tel-input {
  margin-top: 15px;
  display: block;
}
.odt-part-input .intl-tel-input li {
  color: #333;
}
.odt-part-input:after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #ed3b4b, #02447b);
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
}
@media (min-width: 1550px) {
  .odt-part-input:after {
    max-width: 500px;
  }
}
.odt-part-warning {
  text-align: left;
  margin: 0 !important;
}
.odt-part-form {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  gap: 50px;
}
@media (min-width: 576px) {
  .odt-part-form {
    grid-template-columns: 1fr 1fr;
  }
}
