@charset "UTF-8";
@font-face {
  font-family: "Champagne and Limousines";
  src: url(./assets/fonts/Champagne\ &\ Limousines.ttf);
}
@font-face {
  font-family: "Ambar Pearl";
  src: url(./assets/fonts/Ambar\ Pearl.ttf);
}
/*--------*/
/* Mixins */
/*--------*/
/*-----------------------------*/
/*     Bootstrap overrides     */
/*-----------------------------*/
@media (max-width: 767px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  .col {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/*-----------------*/
/*     General     */
/*-----------------*/
html {
  overflow-x: hidden;
  font-size: 20px;
}
html.modal-active {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  html.menu-opened {
    position: relative;
    overflow: hidden;
  }
}

body {
  font-family: "Lato", Arial, Helvetica, sans-serif;
  background: #598691;
  position: relative;
}

main section:last-child {
  padding-bottom: 270px;
}
@media (max-width: 991px) {
  main section:last-child {
    padding-bottom: 210px;
  }
}

section {
  position: relative;
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
section.blurred-bg .background-overlay {
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  section {
    padding: 60px 0;
  }
}

ul {
  position: relative;
  padding: 0;
  margin-bottom: 0;
  list-style-type: none;
}
ul li {
  position: relative;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  ul li {
    font-size: 14px;
  }
}
ul li:last-child {
  margin-bottom: 0;
}
ul.bullet-list {
  padding-left: 5px;
}
ul.bullet-list li {
  padding-left: 15px;
}
ul.bullet-list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}

dl {
  position: relative;
  font-size: 18px;
}
@media (max-width: 767px) {
  dl {
    font-size: 14px;
  }
}
dl dt,
dl dd {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  padding: 5px 0;
}
dl dt {
  font-weight: 300;
  border-right: 1px solid #fff;
  transition-delay: 200ms !important;
}
dl dd {
  font-weight: 300;
  text-align: right;
  margin-bottom: 0;
  transition-delay: 400ms !important;
}

a i {
  color: #444;
}
a:hover i {
  color: #598691;
}

label {
  width: 100%;
  font-size: 14px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
}

input {
  width: 100%;
  border: 1px solid #C0C0C0;
  outline: none;
  font-size: 14px;
  font-family: "Lato", Arial, Helvetica, sans-serif;
  line-height: 1;
  padding: 10px;
}
input:focus {
  border: 1px solid #598691;
}

/*-----------------*/
/*   Typography    */
/*-----------------*/
h1, h2, h3, h4, h5, h6, p {
  position: relative;
  color: #444;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Champagne and Limousines", Arial, Helvetica, sans-serif;
  font-weight: 700;
}

h1, h2, h3 {
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  h1, h2, h3 {
    margin-bottom: 15px;
  }
}

h1, h2, h3, h4 {
  line-height: 1;
}

h5, h6 {
  line-height: 1.2;
}

h1 {
  font-size: 42px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}

h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}

h3 {
  font-size: 32px;
}
@media (max-width: 991px) {
  h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 991px) {
  h4 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}

h5 {
  font-size: 20px;
}
@media (max-width: 991px) {
  h5 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

h6 {
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  h6 {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 12px;
  }
}

p {
  font-size: 18px;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
p.large {
  font-size: 22px;
  line-height: 2;
  font-weight: 300;
  color: #000;
}
@media (max-width: 991px) {
  p.large {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  p.large {
    font-size: 14px;
  }
}
p a {
  color: #598691;
  text-decoration: underline;
}
p:hover a {
  text-decoration: underline;
}

.light {
  color: #FFF !important;
}
.light * {
  color: inherit !important;
}

.pale {
  color: #888;
}
.pale * {
  color: inherit !important;
}

.special {
  font-family: "Ambar Pearl", Arial, Helvetica, sans-serif;
}

/*------------------------*/
/*    Custom Components   */
/*------------------------*/
.button {
  padding: 9px 11px;
  border: 1px solid #598691;
  margin-top: 30px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background: #598691;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 200ms ease-in-out;
  -moz-transition: all 200ms ease-in-out;
  -ms-transition: all 200ms ease-in-out;
  -o-transition: all 200ms ease-in-out;
}
@media (max-width: 767px) {
  .button {
    font-size: 12px;
    margin-top: 15px;
  }
}
.button:hover {
  transform: translate(1px, -1px);
  -webkit-transform: translate(1px, -1px);
  -moz-transform: translate(1px, -1px);
  -ms-transform: translate(1px, -1px);
  -o-transform: translate(1px, -1px);
  box-shadow: -1px 1px 5px 0px rgba(0, 0, 0, 0.5);
}

.fadein-item {
  transform: translateY(150px);
  -webkit-transform: translateY(150px);
  -moz-transform: translateY(150px);
  -ms-transform: translateY(150px);
  -o-transform: translateY(150px);
  transition: 1000ms cubic-bezier(0.5, 0, 0.5, 1);
  -webkit-transition: 1000ms cubic-bezier(0.5, 0, 0.5, 1);
  -moz-transition: 1000ms cubic-bezier(0.5, 0, 0.5, 1);
  -ms-transition: 1000ms cubic-bezier(0.5, 0, 0.5, 1);
  -o-transition: 1000ms cubic-bezier(0.5, 0, 0.5, 1);
  opacity: 0;
}
.fadein-item.animated {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  opacity: 1;
}

@media (max-width: 991px) {
  .parallax-item {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
  }
}

/*------------------------*/
/*     Custom Sections    */
/*------------------------*/
.wrapper {
  width: 1020px;
  padding: 0 10px;
  margin: 0 auto;
}

header {
  position: absolute;
  top: 0;
  z-index: 9998;
  width: 100%;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  header {
    width: 50px;
    right: 0;
  }
}
header .header-content-inner {
  height: 40px;
}
header .menu-trigger {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  top: 0;
  padding: 10px 5px;
  cursor: pointer;
}
header .menu-trigger span {
  position: absolute;
  width: 30px;
  height: 4px;
  background: #fff;
  left: 5px;
  transform-origin: left;
  transition: all 300ms ease-in-out;
}
header .menu-trigger span:nth-child(1) {
  top: 10px;
}
header .menu-trigger span:nth-child(2) {
  top: calc(50% - 2px);
}
header .menu-trigger span:nth-child(3) {
  bottom: 10px;
}
header .menu-trigger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 7px;
}
header .menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  bottom: 8px;
}
header nav {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
}
@media (max-width: 991px) {
  header nav {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    justify-content: flex-start;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    padding: 40px 10px 60px;
    background: #598691;
    position: fixed;
    right: -320px;
    top: 0;
    width: 320px;
    height: calc(100vh + 40px);
    transition: all 300ms ease-in-out;
  }
}
@media (max-width: 991px) {
  header nav > div {
    width: 100%;
  }
}
header nav > div a {
  display: block;
  position: relative;
  padding: 10px;
  text-decoration: none;
  font-size: 18px;
  line-height: 1;
  color: #fff;
}
@media (max-width: 991px) {
  header nav > div a {
    text-align: center;
  }
}
header nav > div a:hover {
  color: #fff;
}
@media (min-width: 992px) {
  header nav > div a:hover {
    text-decoration: underline;
  }
}
header nav > div a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  height: calc(100% - 20px);
  width: 1px;
  background: #fff;
}
@media (max-width: 991px) {
  header nav > div a:after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: 0;
  }
}
header nav > div:last-child a:after {
  display: none;
}
header.sticky-header {
  position: fixed;
  transition: transform 350ms ease-in-out;
  -webkit-transition: transform 350ms ease-in-out;
  -moz-transition: transform 350ms ease-in-out;
  -ms-transition: transform 350ms ease-in-out;
  -o-transition: transform 350ms ease-in-out;
  transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  background: rgba(89, 134, 145, 0.66);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}
@media (max-width: 991px) {
  header.sticky-header.active nav {
    right: 0;
  }
}
@media (max-width: 991px) {
  header.active nav {
    right: 0;
  }
}
header.past-hero.sticky-header {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.content-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #444;
  opacity: 0;
  z-index: 9990;
  transition: all 300ms ease-in-out;
  pointer-events: none;
}
.content-overlay.active {
  opacity: 0.6;
  pointer-events: initial;
}

footer {
  position: relative;
  background-color: #598691;
}
footer * {
  color: #fff;
}
footer *:hover {
  color: #fff;
}
@media (max-width: 767px) {
  footer {
    padding: 80px;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 40px 0;
    text-align: center;
  }
  footer .col {
    margin-bottom: 10px;
  }
}

.loading-screen {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
}
.loading-screen.loading-done {
  transition: opacity 1000ms ease-out;
  -webkit-transition: opacity 1000ms ease-out;
  -moz-transition: opacity 1000ms ease-out;
  -ms-transition: opacity 1000ms ease-out;
  -o-transition: opacity 1000ms ease-out;
  opacity: 0;
  pointer-events: none;
}
.loading-screen .spinner {
  width: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.loading-screen .spinner img {
  width: 400px;
  -webkit-animation: pulse 1000ms 0s infinite linear;
  animation: pulse 1000ms 0s infinite linear;
}
@media (max-width: 991px) {
  .loading-screen .spinner img {
    width: 250px;
  }
}
@-webkit-keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.hero-section {
  position: relative;
  height: 100vh;
  padding: 120px 0;
  overflow: hidden;
}
@media (max-width: 991px) {
  .hero-section {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 30px 0;
  }
}
.hero-section .hero-logo {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  pointer-events: none;
  transition: 100ms ease-in-out;
  -webkit-transition: 100ms ease-in-out;
  -moz-transition: 100ms ease-in-out;
  -ms-transition: 100ms ease-in-out;
  -o-transition: 100ms ease-in-out;
}
@media (max-width: 991px) {
  .hero-section .hero-logo {
    position: fixed;
    width: 250px;
  }
}
.hero-section .hero-logo img {
  max-width: 100%;
  max-height: 100%;
}
.hero-section .hero-background {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 991px) {
  .hero-section .hero-background {
    position: fixed;
  }
}
.hero-section .hero-background .hero-image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: blur(4px);
  -webkit-filter: blur(4px);
  max-width: 100%;
  max-height: 100%;
}
.hero-section section {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .hero-section h4,
.hero-section .button-wrapper {
    text-align: center;
  }
}

.content-section {
  position: relative;
  background: #FFF;
}

.background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.66);
}
.background-overlay.main-color {
  background: rgba(89, 134, 145, 0.66);
}

.placeholder-image {
  min-height: 300px;
  background: #0A3633;
}

.has-separator {
  position: relative;
  padding-bottom: 20px;
}
.has-separator .separator {
  content: "";
  display: block;
  width: 300px;
  height: 4px;
  background: linear-gradient(90deg, #598691, rgba(89, 134, 145, 0));
  margin-top: 15px;
}
.has-separator h5 {
  position: relative;
  padding-left: 24px;
  font-weight: 100;
  text-transform: uppercase;
}
.has-separator h5:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #598691;
}
.has-separator p {
  font-weight: normal;
}
.has-separator ul {
  list-style-type: disc;
  list-style-position: inside;
}
.has-separator ul li {
  font-weight: normal;
  font-size: 18px;
}
@media (max-width: 767px) {
  .has-separator ul li {
    font-size: 14px;
  }
}

.boxed {
  background: rgba(89, 134, 145, 0.66);
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 991px) {
  .boxed {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#tarif {
  background: #598691;
}

#a-propos,
#horaires {
  background-attachment: fixed;
}

#map {
  padding: 0;
}
#map iframe {
  margin-top: -150px;
}
@media (max-width: 767px) {
  #map iframe {
    margin-top: -180px;
  }
}

#contact-info .logo-container {
  display: flex;
  display: -webkit-flex;
}
@media (max-width: 767px) {
  #contact-info .logo-container {
    order: -1;
  }
}
#contact-info .logo-container .logo {
  height: 120px;
  margin-left: auto;
}
@media (max-width: 767px) {
  #contact-info .logo-container .logo {
    margin-right: auto;
  }
}/*# sourceMappingURL=style.css.map */