.shadow {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.high-shadow {
  -webkit-box-shadow: 6px 6px 20px 0px rgba(50, 50, 93, 0.08);
  -moz-box-shadow: 6px 6px 20px 0px rgba(50, 50, 93, 0.08);
  box-shadow: 6px 6px 20px 0px rgba(50, 50, 93, 0.08);
}
.gradient-background {
  background: linear-gradient(-45deg, #38b7cd 20%, #57c4a4);
  color: #fff;
}
.rounded {
  border-radius: 3px;
}
strong,
b {
  font-weight: 600;
}
@font-face {
  font-family: DraftB;
  font-weight: 600;
  font-style: italic;
  src: url('/static/fonts/DraftB/DraftB-SemiBoldIta.woff') format('woff');
}
@font-face {
  font-family: DraftB;
  font-weight: 400;
  font-style: italic;
  src: url('/static/fonts/DraftB/DraftB-SemiBoldIta.woff') format('woff');
}
@font-face {
  font-family: fontello;
  src: url('/static/fonts/Fontello/fontello.eot?0000');
  src: url('/static/fonts/Fontello/fontello.eot?0000#iefix') format('embedded-opentype'), url('/static/fonts/Fontello/fontello.woff2?0000') format('woff2'), url('/static/fonts/Fontello/fontello.woff?0000') format('woff'), url('/static/fonts/Fontello/fontello.ttf?0000') format('truetype'), url('/static/fonts/Fontello/fontello.svg?0000#fontello') format('svg');
  font-weight: 400;
  line-height: 1.3em;
}
@font-face {
  font-family: DraftB;
  font-weight: 600;
  src: url('/static/fonts/DraftB/DraftB-SemiBold.woff') format('woff');
}
@font-face {
  font-family: DraftB;
  font-weight: 400;
  src: url('/static/fonts/DraftB/DraftB-SemiBold.woff') format('woff');
}
@font-face {
  font-family: DraftC;
  font-weight: 400;
  src: url('/static/fonts/DraftC/DraftC-Regular.woff') format('woff');
}
@font-face {
  font-family: DraftC;
  font-weight: 400;
  font-style: italic;
  src: url('/static/fonts/DraftC/DraftC-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: DraftC;
  font-weight: 500;
  src: url('/static/fonts/DraftC/DraftC-Medium.woff') format('woff');
}
@font-face {
  font-family: DraftC;
  font-weight: 500;
  font-style: italic;
  src: url('/static/fonts/DraftC/DraftC-MediumItalic.woff') format('woff');
}
@font-face {
  font-family: DraftC;
  font-weight: 600;
  src: url('/static/fonts/DraftC/DraftC-SemiBold.woff') format('woff');
}
@font-face {
  font-family: DraftC;
  font-weight: 400;
  src: url('/static/fonts/DraftC/DraftC-Regular.woff') format('woff');
}
@font-face {
  font-family: AronVFVF;
  font-weight: 700;
  src: url('/static/fonts/AronVFVF/AronVFVF.woff2') format('woff2');
}
@font-face {
  font-family: LTSaeada;
  font-weight: 400;
  src: url('/static/fonts/LTSaeada/LTSaeada-Regular.woff') format('woff');
}
@font-face {
  font-family: LTSaeada;
  font-weight: 400;
  font-style: italic;
  src: url('/static/fonts/LTSaeada/LTSaeada-RegularItalic.woff') format('woff');
}
@font-face {
  font-family: LTSaeada;
  font-weight: 500;
  src: url('/static/fonts/LTSaeada/LTSaeada-Medium.woff') format('woff');
}
@font-face {
  font-family: LTSaeada;
  font-weight: 600;
  src: url('/static/fonts/LTSaeada/LTSaeada-SemiBold.woff') format('woff');
}
@font-face {
  font-family: LTSaeada;
  font-weight: 400;
  src: url('/static/fonts/LTSaeada/LTSaeada-Regular.woff') format('woff');
}
* {
  font-family: LTSaeada, Arial, sans-serif;
  box-sizing: border-box;
}
html {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  line-height: 24px;
  color: #2e414b;
  margin: 0;
}
svg {
  vertical-align: middle;
}
small {
  font-size: 0.8rem;
  line-height: 1rem;
}
#wrapper {
  overflow: visible;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #d5ff4f;
  font-weight: 500;
  cursor: pointer;
  font-family: inherit;
}
a:hover {
  opacity: 0.8;
}
footer a,
footer a:hover,
footer a:active,
footer a:focus {
  color: white;
}
ul {
  list-style: none;
  padding-left: 0;
}
p + h1 {
  margin-top: -5px;
  margin-bottom: 20px;
}
p + h2 {
  margin-top: -5px;
  margin-bottom: 20px;
}
h1 {
  font-size: 2.5em !important;
  line-height: 1.2em;
  font-weight: 700;
  margin: 20px 0 20px 0;
  font-family: 'AronVFVF';
}
h1 + p.subtitle {
  margin-top: -10px;
  margin-bottom: 40px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  h1 {
    font-size: 28px;
  }
}
h2,
.title,
.title:focus,
.title:active {
  font-family: 'LTSaeada';
  font-size: 2.5em;
  line-height: 1.1em;
  font-weight: 600;
}
h2 + p.subtitle,
.title + p.subtitle,
.title:focus + p.subtitle,
.title:active + p.subtitle {
  margin-top: 15px;
  margin-bottom: 40px;
}
h2 {
  margin: 0 0 10px;
}
h3,
.subtitle {
  font-family: 'LTSaeada';
  font-size: 1.6em;
  line-height: 1.3em;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  h3,
  .subtitle {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 576px) {
  h3,
  .subtitle {
    font-size: 1.3em;
  }
}
h3,
.subtitle-strong {
  font-family: 'LTSaeada';
  font-weight: 600;
}
h4,
h5,
h6 {
  font-family: 'LTSaeada';
}
section {
  margin: 5em 0;
  padding: 5em 0;
}
p {
  margin: 10px 0;
}
.first-container {
  padding-top: 50px;
}
.title-group {
  margin-bottom: 1em;
}
.text-green {
  color: #5b5ff5;
}
.text-pink {
  color: #d5ff4f;
}
.text-blue {
  color: #376efa;
}
.title-blue {
  color: #376efa;
}
.text-yellow {
  color: #fffc41;
}
.text-bold {
  font-weight: 500;
}
.grey-background {
  background-color: #f6f6f7;
}
.padding-right {
  padding-right: 4em;
}
.padding-bottom {
  padding-bottom: 4em;
}
@media only screen and (max-width: 992px) {
  .padding-md {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  .padding-sm {
    padding: 0;
  }
}
nav.navbar-default {
  background-color: transparent;
  padding: 10px 0;
  border: none;
}
.top-buffer {
  margin-top: 30px;
}
.card {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.book-link {
  font-weight: 500;
  background-color: #fffc41;
  padding: 0 10px;
}
.grey-bg {
  background-color: #f6f9fc;
}
.tilted {
  position: relative;
}
.tilted::before {
  content: url(https://d7jv2xie7mz00.cloudfront.net/img/ico/tilt.png);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translate(-26px, -10px);
}
.table-responsive {
  overflow: visible;
}
.marged {
  margin-top: 30px;
  margin-bottom: 30px;
}
.head-icon {
  margin-right: 25px;
}
.presse img {
  margin: 0 10px;
  opacity: 0.2;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
}
.presse img:hover {
  opacity: 1;
}
footer .social-networks img {
  border-radius: 50%;
  border: 1px solid white;
  padding: 5px;
}
footer li {
  padding: 2px 0;
}
.left-dep {
  margin-left: -150px;
}
@media only screen and (max-width: 768px) {
  .left-dep {
    margin-left: 0;
  }
}
.reviews-cont {
  border-bottom: 1px solid black;
}
.stars {
  display: inline-block;
  margin-right: 10px;
  white-space: nowrap;
}
.stars > * {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+Cjxzdmcgd2lkdGg9IjE5cHgiIGhlaWdodD0iMTlweCIgdmlld0JveD0iMCAwIDE5IDE5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggc3Ryb2tlPSJub25lIiBmaWxsPSIjRkY0MTI4IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy44LDcuNEwxMi41LDYuNkMxMi4zLDYuNSAxMi4xLDYuNCAxMiw2LjJMOS43LDEuMUM5LjYsMSA5LjQsMSA5LjMsMS4xTDcsNi4yQzYuOSw2LjQgNi43LDYuNSA2LjUsNi42TDEuMiw3LjRDMSw3LjQgMC45LDcuNSAxLjEsNy43TDQuOSwxMS42QzUuMSwxMS43IDUuMSwxMiA1LjEsMTIuMkw0LjIsMTcuOEM0LjIsMTggNC4zLDE4LjEgNC40LDE4TDkuMiwxNS4zQzkuNCwxNS4yIDkuNiwxNS4yIDkuOCwxNS4zTDE0LjYsMThDMTQuNywxOC4xIDE0LjgsMTggMTQuOCwxNy44TDEzLjksMTIuMkMxMy45LDEyIDEzLjksMTEuNyAxNC4xLDExLjZMMTcuOSw3LjdDMTguMSw3LjUgMTgsNy40IDE3LjgsNy40WiIvPjwvc3ZnPg==);
  height: 0.7em;
  width: 0.7em;
  background-size: 0.7em;
  zoom: 1;
  margin: 0 2px;
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
}
/* animations */
.SlideUp-appear {
  transform: translateY(50px);
  position: absolute;
  width: 100%;
  opacity: 0;
}
.SlideUp-appear.SlideUp-appear-active {
  opacity: 1;
  transform: translateY(0);
  position: absolute;
  transition: all 0.4s linear;
}
.SlideUp-enter {
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: translateY(50px);
}
.SlideUp-enter.SlideUp-enter-active {
  opacity: 1;
  transform: translateY(0);
  position: absolute;
  transition: all 0.2s linear;
}
.SlideUp-leave {
  opacity: 1;
  transform: translateY(0);
}
.SlideUp-leave.SlideUp-leave-active {
  opacity: 0;
  position: absolute;
  width: 100%;
  transform: translateY(50px);
  transition: all 0.2s linear;
}
.fadeIn {
  -webkit-animation: fadein 0.5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 0.5s;
  /* Firefox < 16 */
  -ms-animation: fadein 0.5s;
  /* Internet Explorer */
  -o-animation: fadein 0.5s;
  /* Opera < 12.1 */
  animation: fadein 0.5s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
hr {
  height: 1px;
  margin: 1rem 0;
  padding: 0;
  color: #d2d5d9;
  background-color: #d2d5d9;
  border: 0;
}
#lighthouse {
  z-index: 1000;
}
#lighthouse > * {
  z-index: 1000 !important;
}
#axeptio_overlay {
  z-index: 1000;
}
#axeptio_overlay > * {
  z-index: 1000 !important;
}
.frow,
.frowb {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.frowe > * {
  flex: 1;
}
.frowb {
  justify-content: space-between;
}
.frowa {
  justify-content: space-around;
}
.frow-start {
  align-items: flex-start;
}
.spaced > *:not(:first-child) {
  margin-left: 20px;
}
.spaced > *:not(:last-child) {
  margin-right: 20px;
}
@media only screen and (max-width: 576px) {
  .frow-xs {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .frow-sm {
    display: block;
  }
}
@media only screen and (max-width: 992px) {
  .frow-md {
    display: block;
  }
}
@media only screen and (max-width: 1200px) {
  .frow-lg {
    display: block;
  }
}
.main-container-band .form-group {
  padding: 0 10px;
}
.main-container-band .form-group:first-child {
  padding-left: 0;
}
.main-container-band .form-group:last-child {
  padding-right: 0;
}
@media only screen and (max-width: 992px) {
  .main-container-band .form-group {
    padding: 0;
  }
}
.autocomplete {
  position: relative;
}
.autocomplete ul {
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  padding: 12px;
  position: absolute;
  z-index: 999;
  background-color: white;
  left: 0;
  right: 0;
  top: 13px;
}
.react-autosuggest__container,
.Select {
  position: relative;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-container--open,
.Select-menu-outer {
  display: block;
  position: absolute;
  top: 28px;
  left: 0;
  width: 100%;
  background-color: #fff;
  font-weight: 300;
  font-size: 16px;
  border-radius: 2px;
  z-index: 2;
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
}
.react-autosuggest__suggestions-list,
.Select-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion,
.Select-option {
  cursor: pointer;
  padding: 10px 20px;
}
.react-autosuggest__suggestion--highlighted,
.Select-option.is-focused {
  background-color: #ddd;
}
.Select-option.is-selected {
  background-color: #376efa;
  color: white;
}
.Select-option.is-disabled {
  color: #d7d7d7;
}
.react-datepicker__day:not(.react-datepicker__day--disabled):not(.react-datepicker__day--selected):hover {
  background-color: #376efa;
  color: white;
  opacity: 0.2;
}
.Select-input {
  display: none !important;
}
.Select-menu {
  max-height: 198px;
  overflow-y: auto;
}
.Select-control {
  cursor: pointer;
  position: relative;
}
.Select-arrow-zone {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  vertical-align: middle;
  width: 25px;
  padding-right: 5px;
}
.Select-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
  height: 0;
  width: 0;
  position: relative;
  display: inline-block;
}
.decathlon-band {
  margin: 60px 0;
  text-align: center;
}
input,
input:active,
input:focus {
  color: #2e414b;
}
input,
input:focus,
input:active,
.Select {
  padding-left: 10px;
}
textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #d7d7d7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
textarea.form-control {
  padding: 5px;
}
label {
  font-size: 1.3em;
  padding-right: 10px;
}
.input-group {
  display: flex;
  padding-bottom: 5px;
  margin-top: 10px;
  margin-bottom: 5px;
}
.input-group textarea {
  margin-bottom: -10px;
}
.input-group label + * {
  flex: 1;
}
.input-group input {
  width: 100%;
  box-sizing: border-box;
}
.input-group > label {
  font-weight: 500;
  white-space: nowrap;
}
.disc {
  font-family: 'LTSaeada';
  font-weight: 600;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d7d7d7;
  color: white;
}
.disc.active {
  background-color: #d5ff4f;
}
.disc.white {
  background-color: #ffffff;
  color: #376efa;
}
.threedphone {
  position: relative;
  margin-left: -130px;
  padding-right: 200px;
}
.threedphone .target,
.threedphone .cargo {
  position: absolute;
  animation: float 4s ease-in-out infinite;
}
.threedphone .phone {
  width: 100%;
  height: 100%;
}
.threedphone .target {
  left: 30%;
  top: 2%;
  height: 23%;
}
.threedphone .cargo {
  left: 37%;
  bottom: 28%;
  height: 18%;
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-10px);
  }
  100% {
    transform: translatey(0px);
  }
}
.tarifs-bike {
  position: relative;
  text-align: left;
}
.tarifs-bike > img {
  width: 100%;
}
.tarifs-bike .dot-container {
  position: absolute;
  transform: translateX(-50%) translateY(-50%);
}
.tarifs-bike .dot {
  border-radius: 50%;
  height: 55px;
  width: 55px;
  border-width: 2px;
  border-style: solid;
  padding: 7px;
  background-clip: content-box;
  cursor: pointer;
}
.tarifs-bike .dot-blue {
  right: 5%;
  top: 36%;
}
.tarifs-bike .dot-blue .dot {
  background-color: #376efa;
  border-color: #376efa;
}
.tarifs-bike .dot-yellow {
  left: 20%;
  top: 63%;
}
.tarifs-bike .dot-yellow .dot {
  background-color: #fffc41;
  border-color: #fffc41;
}
.tarifs-bike .dot-pink {
  right: 8%;
  top: 10%;
}
.tarifs-bike .dot-pink .dot {
  background-color: #d5ff4f;
  border-color: #d5ff4f;
}
.tarifs-bike .dot-green {
  left: 52%;
  top: 20%;
}
.tarifs-bike .dot-green .dot {
  background-color: #5b5ff5;
  border-color: #5b5ff5;
}
.tarifs-bike .details {
  color: white;
  padding: 10px;
  width: 250px;
  margin-top: 60px;
  margin-left: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
  border-radius: 3px;
}
.tarifs-bike .details ul {
  list-style-type: none;
  padding: 0;
}
.tarifs-bike .details .frow {
  justify-content: space-between;
}
.tarifs-bike .details-blue {
  background-color: #376efa;
}
.tarifs-bike .details-blue .triangle {
  border-bottom: 10px solid #376efa;
}
.tarifs-bike .details-pink {
  background-color: #d5ff4f;
}
.tarifs-bike .details-pink .triangle {
  border-bottom: 10px solid #d5ff4f;
}
.tarifs-bike .details-green {
  background-color: #5b5ff5;
}
.tarifs-bike .details-green .triangle {
  border-bottom: 10px solid #5b5ff5;
}
.tarifs-bike .details-yellow {
  background-color: #fffc41;
  color: black;
}
.tarifs-bike .details-yellow .triangle {
  border-bottom: 10px solid #fffc41;
}
.tarifs-bike .triangle {
  position: absolute;
  top: -9px;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.breadcrumbs {
  font-size: 0.9em;
}
.breadcrumbs > div {
  background-color: #f6f6f7;
  text-align: center;
  padding: 2px 0;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  border-radius: 22px;
  border: 3px solid white;
}
.breadcrumbs :nth-child(1) {
  z-index: 3;
  margin-right: -10px;
}
.breadcrumbs :nth-child(2) {
  z-index: 2;
  margin: 0 -10px;
}
.breadcrumbs :nth-child(3) {
  z-index: 1;
  margin-left: -10px;
}
.breadcrumbs .active {
  font-weight: 500;
  background-color: #fffc41;
}
.bllt-ttl {
  height: 35px;
  width: 35px;
  line-height: 38px;
  font-weight: 700;
  font-size: 2em;
  vertical-align: baseline;
  margin-right: 5px;
  display: inline-block;
  text-align: center;
}
.bllt-h {
  display: inline-block;
}
.secondary-disc {
  background-color: #5b5ff5;
  color: #fff;
  border-radius: 50%;
}
.react-datepicker {
  height: 300px;
}
.react-datepicker__input-container {
  display: block;
}
.react-datepicker {
  font-size: 0.8rem;
  background-color: #fff;
  color: #000;
  border: 1px solid #d7d7d7;
  border-radius: 4px;
  display: inline-block;
  position: relative;
}
.react-datepicker__day-name {
  font-weight: 500;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  display: inline-block;
  width: 1.7em;
  line-height: 1.7em;
  margin: 0.166em;
}
.react-datepicker__header {
  text-align: center;
  padding-top: 8px;
}
.react-datepicker__current-month {
  padding-bottom: 15px;
  padding-top: 5px;
}
.react-datepicker__day-names,
.react-datepicker__week {
  white-space: nowrap;
}
.react-datepicker__day-names {
  border-top: 1px solid #d7d7d7;
}
.react-datepicker__month {
  margin: 0.4rem;
  text-align: center;
}
.react-datepicker__day-name,
.react-datepicker__day,
.react-datepicker__time-name {
  color: #2e414b;
  display: inline-block;
  width: 2.3rem;
  line-height: 2.3rem;
  text-align: center;
  margin: 0.1rem;
}
.react-datepicker__day {
  cursor: pointer;
}
.react-datepicker__navigation {
  background: none;
  line-height: 1.7rem;
  text-align: center;
  cursor: pointer;
  position: absolute;
  top: 15px;
  border: 0.45rem solid transparent !important;
  padding: 0 !important;
  z-index: 1;
  height: 10px;
  width: 10px;
  text-indent: -999em;
  overflow: hidden;
}
.react-datepicker__navigation--next {
  right: 10px;
  border-left-color: #d5ff4f !important;
}
.react-datepicker__navigation--previous {
  left: 10px;
  border-right-color: #d5ff4f !important;
}
.react-datepicker__triangle {
  position: absolute;
  left: 50px;
}
.react-datepicker__day {
  border-radius: 4px;
}
.react-datepicker__day.react-datepicker__day--selected {
  background-color: #376efa;
  color: white;
  border-radius: 4px;
}
.react-datepicker__day.react-datepicker__day--disabled {
  color: #d7d7d7;
  cursor: default;
}
.react-datepicker__day--outside-month {
  color: #f6f6f7;
}
.react-datepicker__navigation {
  outline: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  box-shadow: none !important;
}
.pro .header {
  margin: 0 0 200px;
  padding: 150px 0 0;
  background: linear-gradient(-45deg, #38b7cd 20%, #57c4a4);
  color: #fff;
}
.pro .header .container {
  position: relative;
}
.pro .vals > * {
  text-align: center;
}
.pro .vals > * p {
  padding: 50px 20px 0;
}
.pro .bngv {
  background: linear-gradient(-45deg, #38b7cd 20%, #57c4a4);
  color: #fff;
  margin-top: 200px;
}
.pro .bngv ul {
  padding-left: 40px;
  list-style-image: url(https://d7jv2xie7mz00.cloudfront.net/img/ico/o_white.png);
  margin-top: -100px;
}
.pro .bngv li {
  padding: 50px 0;
}
.apply .main-card {
  padding: 50px;
}
.apply .main-card .main-list li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.apply .main-card .main-list li .ico {
  padding-right: 50px;
  margin: 50px 0;
}
.apply .main-card .sec-list {
  padding-left: 110px;
}
.apply .main-card .sec-list ul {
  list-style-image: url(https://d7jv2xie7mz00.cloudfront.net/img/ico/apply/o_yellow.png);
  font-family: 'LTSaeada';
  font-size: 1.6em;
  line-height: 1.3em;
  margin-top: 0;
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .apply .main-card .sec-list ul {
    font-size: 1.4em;
  }
}
@media only screen and (max-width: 576px) {
  .apply .main-card .sec-list ul {
    font-size: 1.3em;
  }
}
.apply .main-card .sec-list li {
  padding-left: 40px;
}
table.table-hl-cf tr > td {
  padding: 15px 0;
}
.table-hl-cf tr > td:nth-child(3) {
  background-color: #fffc41;
  border: none;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-box-shadow: 1px 1px 1px #ccc;
  -moz-box-shadow: 1px 1px 1px #ccc;
  box-shadow: 1px 1px 1px #ccc;
}
.table-hl-cf thead tr:first-child > td:nth-child(3) {
  border-top: 1px solid #ccc;
}
.table-hl-cf tbody tr:last-child > td:nth-child(3) {
  border-bottom: 1px solid #ccc;
}
header {
  /*
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-color: transparent;*/
  position: relative;
  z-index: 998;
  box-shadow: 0px -1px 11px 0px rgba(0, 0, 0, 0.1);
  background-color: white;
  border-bottom: 3px solid #5e5d5d;
}
header.header-white .navbar-default .navbar-nav > li > a {
  color: #fff;
}
header.header-white .navbar-default .navbar-nav > li > a .book-link {
  background-color: transparent;
}
header nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
header nav ul {
  display: flex;
  flex-direction: row;
}
header nav ul li a {
  font-weight: 500;
  color: #2e414b;
}
header nav ul li.active a {
  font-weight: 500;
  color: #376efa;
}
header nav ul li:not(:last-child) {
  margin-right: 15px;
}
header nav ul li:not(:first-child) {
  margin-left: 15px;
}
@media only screen and (max-width: 768px) {
  header nav ul {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 53px;
    background-color: white;
  }
  header nav ul.open {
    display: block;
  }
  header nav ul li {
    padding: 0 20px;
  }
  header nav ul li:not(:last-child) {
    margin-right: 0;
  }
  header nav ul li:not(:first-child) {
    margin-left: 0;
  }
}
.burger {
  width: 30px;
  height: 30px;
  position: relative;
  display: none;
  margin: 12px 0 2px 0;
}
@media only screen and (max-width: 992px) {
  .burger {
    display: block;
  }
}
.burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #313534;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger span:nth-child(1) {
  top: 0;
}
.burger span:nth-child(2),
.burger span:nth-child(3) {
  top: 10px;
}
.burger span:nth-child(4) {
  top: 20px;
  width: 20px;
}
.burger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.burger.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.burger.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.burger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.navbar-right.open {
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.03);
  background-color: white;
}
nav ul.open a {
  display: flex;
  padding: 10px 0;
}
.container {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 20px;
}
.full-container {
  margin: 0 20px;
}
.half-container {
  max-width: 625px;
  margin: 0 auto;
  padding: 0 20px;
}


/*# sourceMappingURL=main-bundle-2a90f212.min.js.map*/