/* Generated by less 2.2.0 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/* CSS Document */
/*import*/
/*rest*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*fin reset*/
/*font*/
@font-face {
  font-family: 'KateCelebration';
  src: url('../font/KateCelebration.woff2') format('woff2'), url('../font/KateCelebration.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'brandon';
  src: url('BrandonGrotesque-Light.woff2') format('woff2'), url('BrandonGrotesque-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}
/*fin font*/
b {
  font-weight: bold;
}
.clr {
  clear: both;
}
html,
body {
  height: 100%;
  width: 100%;
}
.font,
nav {
  font-family: KateCelebration;
}
.menuMobile {
  height: 40px;
  width: 40px;
  background: url(../images/mobile.png) no-repeat center center #f18864;
  display: none;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 1000;
}
nav {
  background: #ffffff;
  text-align: center;
  height: 45px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
nav .closeMenu {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../images/close.gif") no-repeat;
  cursor: pointer;
  display: none;
}
nav li {
  display: inline-block;
  margin: 0 15px;
  font-size: 18px;
  line-height: 45px;
  position: relative;
  cursor: pointer;
}
nav li:after {
  position: absolute;
  height: 30px;
  width: 1px;
  background: #333333;
  right: -20px;
  top: 8px;
  content: "";
}
nav li:last-child:after {
  display: none;
}
nav li:first-child {
  margin: 0 15px 0 0;
}
nav li:last-child {
  margin: 0 0 0 15px;
}
nav li:hover {
  color: #f18864;
  text-decoration: underline;
}
.container {
  width: 1140px;
  margin: 0 auto;
}
.slide {
  background-attachment: fixed;
  padding: 100px 0 40px 0;
  min-height: 100%;
  width: 100%;
  position: relative;
  font-family: 'calibri', sans-serif;
}
.slide .content {
  width: 100%;
  max-width: 690px;
  text-align: center;
  padding: 80px 20px;
  background: #fff;
  position: relative;
  font-family: 'calibri';
  font-size: 18px;
  margin: 0 auto;
}
.slide .content article {
  background: #fff;
}
.slide .content h2 {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
}
.slide .content .title {
  font-size: 28px;
}
.slide .content .cta {
  border: 1px solid #f18864;
  font-family: KateCelebration;
  display: inline-block;
  padding: 10px;
  margin: 20px 0 0 0;
  cursor: pointer;
}
.slide .content .cta a {
  color: #f18864;
}
.slide .content:before {
  box-shadow: 1px 7px 16px 0 rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  content: "";
  width: 90%;
  left: 5%;
  height: 90%;
  z-index: -1;
}
header {
  text-align: center;
}
header .name {
  font-weight: bold;
  display: inline-block;
  text-align: left;
}
header .name span {
  display: block;
  font-size: 40px;
  vertical-align: middle;
}
header .name figure {
  vertical-align: middle;
  margin: 0 10px;
  display: inline-block;
}
.formulaire {
  position: fixed;
  height: 100%;
  width: 40%;
  background: #fff;
  top: 0;
  right: 0;
  z-index: 1001;
  display: none;
  color: #333333;
  font-size: 16px;
}
.formulaire i {
  font-style: italic;
}
.formulaire .close {
  height: 41px;
  width: 41px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url("../images/close.gif") no-repeat;
  z-index: 10;
  cursor: pointer;
}
.formulaire input,
.formulaire select {
  border: 1px solid #f18864;
  border-radius: 0;
  height: 20px;
  padding: 5px;
}
.formulaire select {
  height: 30px;
  width: 50px;
  font-size: 16px;
  background: #fff;
  vertical-align: middle;
  padding: inherit;
  margin: 10px 0 25px 0;
}
.formulaire input {
  width: 60%;
  margin: 10px 0 25px 0;
  display: block;
}
.formulaire .button {
  background: #f18864;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  height: auto;
  font-family: KateCelebration;
  font-size: 30px;
}
.formulaire h2 {
  font-family: KateCelebration;
  font-size: 36px;
  color: #f18864;
  margin: 0 0 20px 0;
}
.formulaire #mc_embed_signup {
  padding: 20px;
  margin: 20px 0 0 0;
}
.formulaire .indicates-required {
  color: #333333;
  text-align: right;
  margin: 0 0 20px 0;
}
.formulaire label {
  padding: 0 0 0 10px;
  font-size: 16px;
  vertical-align: super;
}
.formulaire #mc_embed_signup div.mce_inline_error {
  position: relative;
  visibility: hidden;
}
.formulaire #mc_embed_signup div.mce_inline_error:after {
  position: absolute;
  width: 96%;
  background: #6B0505;
  margin: -15px 0 1em 0;
  visibility: visible;
  left: 0;
  padding: 5px 2%;
}
.formulaire #mce-error-response {
  position: relative;
  visibility: hidden;
  padding: 0 0 30px 0;
}
.formulaire #mce-error-response:after {
  position: absolute;
  width: 96%;
  background: #6B0505;
  font-weight: bold;
  color: #fff;
  top: -10px;
  visibility: visible;
  left: 0;
  padding: 5px 2%;
}
.formulaire #mce-success-response {
  position: fixed;
  height: 100%;
  width: 40%;
  top: 0;
  padding: 40% 0 0 0;
  right: 0;
  background: #fff;
}
.formulaire #mce-success-response:after {
  background: url(../images/success.gif) no-repeat center top #ffffff;
  position: absolute;
  padding: 120px 2% 0 2%;
  width: 96%;
  text-align: center;
  font-family: KateCelebration;
  font-size: 20px;
  color: #f18864;
  left: 0;
}
#lang-NL #mc_embed_signup div.mce_inline_error:after {
  content: "verplichte velden";
}
#lang-NL #mce-success-response:after {
  content: 'Bedankt voor jullie bevestiging, wij kijken uit naar jullie komst.';
}
#lang-NL #mce-error-response:after {
  content: 'Je bent al ingeschreven met dit e-mailadres';
}
#lang-FR #mc_embed_signup div.mce_inline_error:after {
  content: "champs obligatoire";
}
#lang-FR #mce-success-response:after {
  content: 'Merci pour votre confirmation, nous nous réjouissons de vous voir';
}
#lang-FR #mce-error-response:after {
  content: 'Vous êtes déjà inscrit avec cette adresse email';
}
.formulaireOpen {
  display: block;
}
.formulaire:before {
  position: fixed;
  height: 100%;
  width: 60%;
  top: 0;
  left: 0;
  content: "";
  background: rgba(0, 0, 0, 0.5);
}
.date {
  background: #f18864;
  font-size: 36px;
  color: #fff;
  text-align: center;
  position: relative;
  line-height: 54px;
  font-weight: bold;
  margin: 0 0 10px 0;
  display: inline-block;
  padding: 0 50px;
}
.date:before {
  position: absolute;
  content: "";
  height: 54px;
  width: 21px;
  background: url(../images/dateLeft.png);
  left: 0;
}
.date:after {
  position: absolute;
  content: "";
  height: 54px;
  width: 21px;
  background: url(../images/dateRight.png);
  right: 0;
}
.spacer {
  border-bottom: 2px dotted #f18864;
  margin: 10px auto;
  width: 90%;
}
.spacerVert {
  margin: 40px auto;
  width: 1px;
  background: #f18864;
  height: 60px;
}
#slide1 {
  background: url(../images/background2.jpg) no-repeat center center fixed;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 24px;
  text-align: center;
}
#slide1 .content {
  position: absolute;
  margin: -320px auto 0 auto;
  left: 0;
  right: 0;
  top: 50%;
}
#slide1 .content .homeRemarque {
  color: #f18864;
  font-size: 14px;
  text-align: center;
  margin: 20px 0 0 0;
  text-decoration: underline;
  cursor: pointer;
}
#home {
  background: url(../images/background2.jpg) no-repeat center center fixed;
  position: relative;
  padding: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  font-size: 24px;
  text-align: center;
  z-index: inherit;
}
#home .content {
  position: absolute;
  margin: -209px auto 0 auto;
  left: 0;
  right: 0;
  top: 50%;
}
#home .content .title {
  margin: 10px 0;
}
#home .content .cta {
  margin: 40px 20px 0 20px;
}
#slide2,
#slide5 {
  background: #fff;
  min-height: inherit;
}
#slide2 .content,
#slide5 .content {
  color: #a7915d;
}
#slide2 .content figure,
#slide5 .content figure {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  max-width: 250px;
  margin: 0 40px;
  position: relative;
}
#slide2 .content figure:before,
#slide5 .content figure:before {
  background: #a7915d;
  height: 218px;
  width: 100%;
  position: absolute;
  content: '';
  left: 0;
}
#slide2 .content:before,
#slide5 .content:before {
  display: none;
}
#slide2 .spacerVert,
#slide5 .spacerVert {
  background: #a7915d;
}
#slide2 .content {
  width: 80%;
  max-width: inherit;
}
#slide2 .content figure {
  width: 300px;
  max-width: inherit;
}
#slide2 .content figure img {
  position: inherit;
  margin: 16px 0 0 0;
  max-width: 250px;
}
#slide2 .content figure:before {
  background: #a7915d;
  height: 218px;
  width: 100%;
  max-width: 250px;
  position: absolute;
  content: '';
  left: 24px;
}
#slide3 {
  background: #e3eef1;
}
#slide3 .content {
  color: #a7915d;
  background: none;
}
#slide3 .content ul {
  text-align: left;
  margin: 40px 0;
}
#slide3 .content ul li {
  width: 70%;
  display: inline-block;
  vertical-align: top;
}
#slide3 .content ul .intitule {
  width: 24%;
}
#slide3 .content:before {
  display: none;
}
#slide3 .spacerVert {
  background: #a7915d;
}
#slide4 .content {
  color: #a7915d;
  padding: 80px 0 80px 0;
  max-width: inherit;
  width: 60%;
}
#slide4 .content article {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}
#slide4 .content article figure {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  max-width: 130px;
  margin: 40px 20px;
}
#slide4 .content article figure img {
  width: 100%;
  border-radius: 120px;
  min-width: 130px;
}
#slide4 .content b {
  font-size: 20px;
}
#slide4 .content .full {
  width: 100%;
  margin: 50px 0 0 0;
}
#slide4 .content .contactEquipe {
  text-align: left;
  width: 80%;
  margin: 50px auto;
}
#slide4 .content .contactEquipe section {
  margin: 10px 0 30px 7%;
}
#slide4 .content .contactEquipe .picto {
  padding: 0 0 0 30px;
}
#slide4 .content .contactEquipe .email {
  background: url(../images/email.png) no-repeat left center;
}
#slide4 .content .contactEquipe .tel {
  background: url(../images/tel.png) no-repeat left center;
}
#slide4 .content .contactEquipe a {
  color: #a7915d;
}
#slide4 .content:before {
  display: none;
}
#slide4 .spacerVert {
  background: #a7915d;
}
#slide5 {
  background: #e3eef1;
  min-height: inherit;
}
#slide5 .content {
  color: #a7915d;
  padding: 80px 0 0 0;
  max-width: inherit;
  width: 90%;
  background: none;
}
#slide5 .content figure {
  width: 28%;
  max-width: inherit;
  margin: 40px 2%;
  vertical-align: top;
}
#slide5 .content figure div {
  display: block;
  width: 100%;
  font-weight: bold;
  position: absolute;
  top: -40px;
  font-size: 24px;
}
#slide5 .content figure iframe {
  width: 93%;
  height: 220px;
  margin: 16px 0 0 0;
}
#slide5 .content figure figcaption {
  width: 100%;
  display: block;
  margin: 10px 0 0 0;
}
#slide5 .content figure figcaption img {
  display: inline;
  top: inherit;
  left: inherit;
  vertical-align: middle;
  position: inherit;
}
#slide5 .content figure:before {
  z-index: -1;
}
#slide5 .content p {
  padding: 10px;
}
#slide6 {
  min-height: inherit;
}
#slide6 .content {
  width: 60%;
  color: #a7915d;
  max-width: inherit;
}
#slide6 .content figure {
  width: 30%;
  display: inline-block;
  margin: 30px 1%;
}
#slide6 .content figure img {
  width: 100%;
}
#slide6 .content:before {
  display: none;
}
#slide6 .spacerVert {
  background: #a7915d;
}
footer {
  background: #a7915d;
  color: #fff;
  padding: 20px 0;
  font-size: 20px;
}
footer div {
  margin: 0 auto;
  width: 60%;
}
footer div ul {
  margin: 10px;
}
@media (max-width: 1000px) {
  .formulaire {
    width: 90%;
  }
  .formulaire #mce-success-response {
    width: 90%;
  }
  .formulaire:before {
    width: 10%;
  }
  .menuMobile {
    display: block;
  }
  .mainNav {
    display: none;
  }
  .mainNav .closeMenu {
    display: block;
  }
  .mainNavOpen {
    display: block;
  }
  nav {
    position: fixed;
    height: 100%;
    width: 90%;
    background: #fff;
    top: 0;
    right: 0;
    z-index: 1001;
  }
  nav ul {
    margin: 50px 4%;
  }
  nav ul li,
  nav ul li:first-child,
  nav ul li:last-child {
    display: block;
    margin: 15px 0;
    font-size: 28px;
    line-height: inherit;
    text-align: left;
  }
  nav ul li:after {
    display: none;
  }
  nav:before {
    position: fixed;
    height: 100%;
    width: 10%;
    top: 0;
    left: 0;
    content: "";
    background: rgba(0, 0, 0, 0.5);
  }
  #slide2 .content,
  #slide3 .content,
  #slide4 .content,
  #slide5 .content,
  #slide6 .content {
    padding: 0px 20px 80px 20px;
  }
}
@media (max-width: 960px) {
  #slide2 .content figure {
    display: block;
    margin: 0 auto 40px auto;
  }
  #slide2 .content figure:last-child {
    margin: 0 auto;
  }
  #slide4 .content article {
    display: block;
    width: 100%;
  }
  #slide4 .content article {
    margin: 0 0 20px 0;
  }
  #slide5 .content figure {
    display: block;
    width: 100%;
    margin: 80px 0;
  }
  #slide6 .content figure {
    display: block;
    width: 100%;
  }
}
@media (max-width: 770px) {
  header .name {
    text-align: center;
  }
  header .name figure {
    display: block;
  }
  .date {
    font-size: 20px;
  }
  .slide .content {
    width: 94%!important;
    padding: 0 3%!important;
    height: inherit!important;
  }
  .slide .content:before {
    display: none;
  }
  #home,
  #slide1 {
    background: none;
  }
  #home .content,
  #slide1 .content {
    height: 100%;
    padding: 0 2%;
    position: relative;
    height: inherit;
    min-height: inherit;
    margin: 0 auto;
    top: inherit;
  }
  #home {
    margin: 50px 0 0 0;
  }
  #slide6 .content figure {
    margin: 30px 0;
  }
  #slide6 .content:before {
    display: none;
  }
  #slide6 .spacerVert {
    background: #a7915d;
  }
}
@media (max-width: 700px) {
  .formulaire h2 {
    font-size: 28px;
  }
  .formulaire input {
    margin: 10px 0 20px 0;
    width: 70%;
  }
  .formulaire #mc_embed_signup_scroll {
    height: 100%;
    max-height: 500px;
    padding: 0 0 50px 0;
    overflow-y: auto;
  }
}
@media (max-width: 530px) {
  #slide4 .content {
    width: 92%;
    padding: 0px 4% 80px 4%;
  }
  #slide4 .content article {
    display: block;
  }
  #slide4 .content article figure {
    display: block;
    margin: 10px auto;
    width: inherit;
  }
}
