h1 {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family: 'Sue Ellen Francisco', sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Sue Ellen Francisco', sans-serif;
  font-size: 42px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
}

p {
  margin-bottom: 10px;
  color: #777;
  font-size: 18px;
  line-height: 25px;
}

.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#111), to(transparent)), url('../images/hero-background.jpg');
  background-image: linear-gradient(0deg, #111, transparent), url('../images/hero-background.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.image {
  width: 100%;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.menu-link {
  margin-right: 20px;
  margin-left: 20px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 1px;
}

.menu-link.w--current {
  color: #31c5ff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 25px;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

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

.body {
  font-family: Lato, sans-serif;
}

.about {
  padding: 85px 5%;
}

.under-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.services {
  padding: 85px 5%;
  background-image: url('../images/wood-background.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: fixed;
}

.commentaires {
  padding: 85px 5%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 28, 99, 0.8)), to(rgba(6, 28, 99, 0.8))), url('../images/background-testimonials.jpg');
  background-image: linear-gradient(180deg, rgba(6, 28, 99, 0.8), rgba(6, 28, 99, 0.8)), url('../images/background-testimonials.jpg');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.realisations {
  padding: 75px 5% 65px;
  background-image: url('../images/background-slate.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.contact {
  padding: 75px 5%;
}

.hero-text {
  max-width: 450px;
  text-align: center;
}

.hero-calendar {
  display: block;
  width: 35%;
  height: auto;
  margin-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 5px;
  background-color: #fff;
  padding:15px;
}

.hero-title {
  margin-bottom: 0px;
  color: #fff;
}

.hero-paragraph {
  color: #fff;
  font-size: 24px;
  line-height: 32px;
}

.hero-separator {
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.center-separator {
  display: block;
  margin: 20px auto;
}

.about-text {
  max-width: 775px;
  text-align: center;
}

.inline-title {
  font-family: 'Sue Ellen Francisco', sans-serif;
  color: #31c5ff;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.inline-title.grey {
  color: #333;
  font-weight: 400;
}

.about-photo {
  width: 300px;
  height: 300px;
  margin-left: 50px;
  border-radius: 500px;
  background-color: #c7c7c7;
  background-image: url('../images/photo-mariemichele.jpg');
  background-position: 50% 0%;
  background-size: cover;
}

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

.button {
  padding: 20px 40px;
  border-radius: 5px;
  background-color: #31c5ff;
  font-size: 19px;
  text-transform: uppercase;
}

.services-row {
  margin-top: 35px;
  margin-bottom: 35px;
}

.services-photo {
  display: inline-block;
  width: 250px;
  height: 250px;
  border-radius: 500px;
  background-color: #cacaca;
}

.services-photo.mariage {
  background-image: url('../images/photo-mariage.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.services-photo.froidchaud {
  background-image: url('../images/photo-buffet.jpg');
  background-position: 0% 50%;
  background-size: cover;
}

.services-photo.tapas {
  background-image: url('../images/photo-tapas.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

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

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

.slider {
  background-color: transparent;
}

.white-title {
  color: #fff;
}

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

.realisations-gallery {
  width: 100%;
}

.realisations-item {
  width: 100%;
  height: 100%;
  background-image: url('../images/photo-06.jpg'), linear-gradient(135deg, silver, #727272);
  background-position: 0px 0px, 0px 0px;
  background-size: cover, auto;
}

.lightbox-link {
  width: 33.33%;
  height: 400px;
  float: left;
}
.lightbox-link:hover {
  opacity:0.8;
}

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

.slides {
  padding-top: 55px;
  padding-right: 200px;
  padding-left: 200px;
  text-align: center;
}

.slides-text {
  overflow: hidden;
  max-height: 100px;
  color: #fff;
  font-size: 21px;
  line-height: 31px;
  font-weight: 300;
}

.commentaires-auteur {
  margin-top: 25px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
}

.contact-titles {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Sue Ellen Francisco', sans-serif;
  font-size: 32px;
  line-height: 40px;
  font-weight: 400;
  text-transform: uppercase;
}

.contact-left {
  text-align: left;
}

.contact-coordonnees {
  margin-bottom: 50px;
  color: #31c5ff;
  font-size: 21px;
  line-height: 30px;
}

.contact-right {
  text-align: left;
}

.contact-copyright {
  margin-top: 15px;
  color: #b9b9b9;
}

.social-icons {
  margin-bottom: 50px;
}

.link-block {
  margin-right: 15px;
}

.button-2 {
  padding: 10px 25px;
  border-radius: 5px;
  background-color: #31c5ff;
  font-size: 18px;
  line-height: 25px;
}

.image-2 {
  display: block;
}

.section {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #f0f0f0;
  text-align: center;
}

.footer-link {
  color: #b9b3b3;
  font-size: 13px;
  text-decoration: none;
}

.mobile-logo-header {
  display: none;
}

@media (max-width: 991px) {
  .hero {
    height: 900px;
  }
  .image {
    margin-top: -5px;
  }
  .nav-menu {
    padding-top: 0px;
    background-color: #494949;
  }
  .under-menu {
    display: block;
  }
  .commentaires {
    padding-right: 2%;
    padding-left: 2%;
  }
  .realisations {
    padding-bottom: 25px;
  }
  .hero-text {
    max-width: 100%;
    padding-right: 43px;
    padding-left: 43px;
  }
  .hero-calendar {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .about-photo {
    border-radius: 10px;
  }
  .services-photo {
    width: 200px;
    height: 200px;
  }
  .lightbox-link {
    height: 300px;
  }
  .slides {
    padding-top: 40px;
    padding-right: 65px;
    padding-left: 65px;
  }
  .slides-text {
    max-height: 150px;
  }
  .mobile-logo-header {
    display: block;
    width: 250px;
    padding-top: 15px;
    padding-right: 29px;
    padding-left: 40px;
  }
  .menu-button {
    margin: 25px;
    background-color: #fff;
  }
  .menu-button.w--open {
    background-color: #31c5ff;
  }
  .logo-desktop {
    display: none;
  }
}

@media (max-width: 767px) {
  .image {
    margin-top: -10px;
  }
  .nav-menu {
    box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.64);
  }
  .about {
    padding-right: 2%;
    padding-left: 2%;
  }
  .about-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about-text {
    max-width: 100%;
  }
  .about-photo {
    width: 300px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 500px;
  }
  .lightbox-link {
    width: 33.33%;
    height: 200px;
  }
  .slides {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .slides-text {
    overflow: visible;
    max-height: 700px;
  }
  .contact-left {
    margin-bottom: 45px;
  }
  .slide-nav {
    position: relative;
  }
}

@media (max-width: 479px) {
  .image {
    margin-top: -15px;
  }
  .commentaires {
    height: auto;
  }
  .hero-text {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero-calendar {
    margin-bottom: 40px;
  }
  .hero-title {
    font-size: 39px;
    line-height: 55px;
  }
  .hero-paragraph {
    font-size: 19px;
    line-height: 26px;
  }
  .slider {
    height: auto;
  }
  .lightbox-link {
    width: 100%;
  }
  .slides {
    padding-right: 20px;
    padding-left: 20px;
  }
  .mobile-logo-header {
    width: 200px;
  }
  .right-arrow {
    display: none;
  }
  .left-arrow {
    display: none;
  }
  .mask {
    height: auto;
  }
}

