@charset "utf-8";
/* CSS Document */
/*--RESET--*/
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;
}
body {
  line-height: 1;
}
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--*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Montserrat, "Cervo Neue", Arial, "sans-serif";
  font-weight: normal;
  color: #333;
  line-height: 2em;
  background: #f1ece8;
  border-bottom: solid 3px #d8c018;
}
h1, h2, h3, h4 {
  font-family: "Made Dillan", "Cervo Neue", Arial, "sans-serif";
  font-weight: 400;
  line-height: 1em;
  margin: 0;
  padding: 0;
  color: #000;
  text-transform: none;
}
h1 {
  font-size: 3em;
  margin: 0 0 20px 0;
  word-break: inherit;
}
h1 > strong {
  color: #f1ece8;
  font-weight: 400;
  -webkit-text-stroke: 2px #d8c018;
  text-stroke: 2px #d8c018;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
@media (min-width: 1000px) {
	h1 {
		font-size: 4em;
	}
}
h2 {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
}
h2:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #333;
  margin: 20px 0 30px 0;
}
h3 {
  font-size: 1.25em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
h4 {
  font-family: "Montserrat", Arial, "sans-serif";
  line-height: 1.5em;
}
b, strong {
  font-weight: bold;
  color: #000;
}
i, em {
  font-style: italic;
}
a, a:active, a:link, a:visited {
  color: inherit;
  background: none;
  text-decoration: none;
  padding: 2px;
  -moz-box-shadow: 0 -4px 0 inset #d8c018;
  -webkit-box-shadow: 0 -4px 0 inset #d8c018;
  box-shadow: 0 -4px 0 inset #d8c018;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all .5s;
  transition-property: box-shadow;
}
a:hover {
  color: #000;
  -moz-box-shadow: 0 -26px 0 inset #d8c018;
  -webkit-box-shadow: 0 -26px 0 inset #d8c018;
  box-shadow: 0 -26px 0 inset #d8c018;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: box-shadow;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
}
.liens {
  display: block;
  width: 90%;
  min-height: 40px;
  margin: 40px auto;
  padding: 0;
  line-height: 1.2em;
  text-align: center;
}
a.CTA, a.CTA:active, a.CTA:link, a.CTA:visited {
  display: block;
  width: fit-content;
  margin: 20px auto 40px auto;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: bold;
  color: #222;
  background: #e5ca19;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2), 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #d8c018;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2), 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #d8c018;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2), 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #d8c018;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: background, box-shadow;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}
a.CTA:hover {
  background: #d8c018;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.lien, a.lien:active, a.lien:link, a.lien:visited {
  float: none;
  display: inline-block;
  margin: 40px auto 20px auto;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: bold;
  color: #222;
  background: #f1ece8;
  border: solid 1px #d8c018;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: background, box-shadow;
  -webkit-transition-property: background, box-shadow;
  transition-property: background, box-shadow;
}
a.lien:hover {
  background: #d8c018;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
a.lien:after, a.lien:active:after, a.lien:link:after, a.lien:visited:after {
  content: "\2192";
  display: inline-block;
  margin-left: 15px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: color, margin;
  -webkit-transition-property: color, margin;
  transition-property: color, margin;
}
a.lien:hover:after {
  margin-left: 10px;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
}
a.lien.retour, a.lien.retour:active, a.lien.retour:link, a.lien.retour:visited {
  float: none;
  margin: 20px auto;
}
a.lien.retour:before, a.lien.retour:active:before, a.lien.retour:link:before, a.lien.retour:visited:before {
  content: "\2190";
  display: inline-block;
  margin-right: 15px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: color, margin;
  -webkit-transition-property: color, margin;
  transition-property: color, margin;
}
a.lien.retour:hover:before {
  margin-right: 10px;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
}
a.lien.retour:after, a.lien.retour:active:after, a.lien.retour:link:after, a.lien.retour:visited:after {
  display: none;
}
a.lien.url, a.lien.url:active, a.lien.url:link, a.lien.url:visited {
  background: none;
  box-shadow: none;
  border: solid 2px #e5ca19;
}
a.lien.url:hover {
  background-color: #e5ca19;
}
#liencentre {
  text-align: center;
  font-size: 1.25em;
}
@media (min-width: 1150px) {
  .liens {
    width: auto;
    margin: 80px auto 40px auto;
    padding: 0 100px;
  }
  a.lien.retour, a.lien.retour:active, a.lien.retour:link, a.lien.retour:visited {
    float: left;
    margin: 20px auto 20px 100px;
  }
  a.lien, a.lien:active, a.lien:link, a.lien:visited {
    float: right;
    margin: 20px auto 20px 40px;
  }
  a#liencentre {
    float: none;
  }
}
p {
  margin: 0 0 15px 0;
  display: block;
}
blockquote {
  max-width: 35%;
  margin: 0 auto;
  padding: 0;
  font-family: "Made Dillan", "Cervo Neue", Arial, "sans-serif";
  font-weight: 400;
  font-size: 22px;
  color: #000;
  text-transform: none;
  text-align: center;
  line-height: 1.5em;
}
blockquote:before, blockquote:after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
  background: #000;
}
blockquote:before {
  margin: 0 auto 40px 0;
}
blockquote:after {
  margin: 40px 0 40px auto;
}
blockquote.right {
  float: right;
}
blockquote.left {
  float: left;
}
@media (min-width: 800px) {
  blockquote {
    font-size: 28px;
  }
}
ul {
  margin: 0 0 20px 0;
  padding: 0;
  list-style: none;
}
li {
  margin: 0 0 10px 30px;
  padding: 0;
}
li:before {
  content: "\2022"; /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #d8c018; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}
@media (min-width: 1000px) {
  li {
    margin: 0 0 10px 30px;
  }
}
@media (min-width: 1600px) {
  li {
    margin: 0 0 10px 50px;
  }
}
/* ---------- HEADER ---------- */
.header {
  padding: 60px 0;
  display: block;
  width: 90%;
  margin: 0 auto;
}
.header > h1, .header > h1 a, .header > h1 a:active, .header > h1 a:link, .header > h1 a:visited {
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 0 20px 0;
  display: inline-block;
  z-index: 10;
  background: none;
  padding: 0;
  color: #222;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  transition: all .5s;
  transition-property: text-shadow;
}
.header > h1 a:hover {
  -moz-text-shadow: 0 1px 1px rgba(241, 236, 232, 0.5), 3px 6px 0 #d8c018;
  -webkit-text-shadow: 0 1px 1px rgba(241, 236, 232, 0.5), 3px 6px 0 #d8c018;
  text-shadow: 0 1px 1px rgba(241, 236, 232, 0.5), 3px 6px 0 #d8c018;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: text-shadow;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}
.menu {
  display: inline-block;
  position: absolute;
  top: 100px;
  right: 25px;
  max-width: 170px;
  list-style-type: none;
}
.menu ul, .menu li {
  list-style-image: none;
  padding: 0;
  margin: 0;
  text-align: right;
}
.menu li {
  display: inline-block;
  margin-left: 20px;
  position: relative;
}
.menu li:before {
  display: none;
}
.menu li > a, .menu li > a:active, .menu li > a:link, .menu li > a:visited {
  margin: 0 5px;
  padding: 0;
  background: none;
  display: block;
  text-align: right;
  line-height: 1em;
  color: #222;
  font-family: "Made Dillan", "Cervo Neue", Arial, "sans-serif";
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: color, text-shadow;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.menu li > a:hover {
  color: #d8c018;
  -moz-text-shadow: 0 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
}
.menu li.active > a, .menu li.active > a:active, .menu li.active > a:link, .menu li.active > a:visited {
  -moz-text-shadow: 0 1px 1px rgba(241, 236, 232, 0.5), 5px 5px 0 #d8c018;
  -webkit-text-shadow: 0 1px 1px rgba(241, 236, 232, 0.5), 5px 5px 0 #d8c018;
  text-shadow: 0 1px 1px rgba(241, 236, 232, 0.5), 5px 5px 0 #d8c018;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: text-shadow;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}
.menu li.active > a:hover {
  -moz-text-shadow: 0 1px 1px #fff;
  -webkit-text-shadow: 0 1px 1px #fff;
  text-shadow: 0 1px 1px #fff;
}
.menu.small {
  display: inline-block;
  position: absolute;
  top: 10px;
  max-width: none;
  list-style-type: none;
  padding-bottom: 5px;
  border-bottom: solid 1px #d9cdc6;
}
.menu.small > ul {
  height: 25px;
}
.menu.small li > a, .menu.small li > a:active, .menu.small li > a:link, .menu.small li > a:visited {
  font-size: inherit;
  padding: 0;
}
.menu > ul > li > ul.children {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  line-height: 1.4em;
  left: 0;
  width: 100%;
  background: rgba(216, 192, 24, .96);
  border-top: solid 1px #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  text-align: center;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  box-shadow: 0 2px 4px rgba(0, 0, 0, .15);
  -webkit-transition: opacity .75s ease, visibility 0s ease .75s;
  -o-transition: opacity .75s ease, visibility 0s ease .75s;
  transition: opacity .75s ease, visibility 0s ease .75s;
}
.menu > ul > li:hover > ul.children {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  color: #fff;
  -webkit-transition: opacity .25s ease, visibility 0s ease;
  -o-transition: opacity .25s ease, visibility 0s ease;
  transition: opacity .25s ease, visibility 0s ease;
}
.menu ul.children > li {
  border-bottom: solid 1px rgba(255, 255, 255, .25);
}
.menu ul.children > li:hover {
  background: #333;
}
.menu ul.children li > a, .menu ul.children li > a:active, .menu ul.children li > a:link, .menu ul.children li > a:visited {
  text-align: center;
  font-size: 18px;
  text-transform: none;
  padding: 14px 6px;
  letter-spacing: 0.025em;
}
.menu ul.children li:hover > a, .menu ul.children li:hover > a:active, .menu ul.children li:hover > a:link, .menu ul.children li:hover > a:visited {
  color: white;
  -moz-text-shadow: solid 1px #222;
  -webkit-text-shadow: solid 1px #222;
  text-shadow: solid 1px #222;
}
@media (min-width: 350px) {
  .menu {
    max-width: 400px;
  }
}
@media (min-width: 700px) {
  .menu {
    max-width: none;
  }
}
@media (min-width: 1030px) {
  .header {
    width: 100%;
    padding: 50px 100px 0 100px;
  }
  .menu {
    display: inline-block;
    position: absolute;
    top: 54px;
    right: 100px;
  }
  .menu ul, .menu li {
    text-align: center;
  }
}
/* ---------- HOME ---------- */
body.home {
  overflow: inherit;
}
.home-wrapper {
  width: 100%;
  padding: 40px 0 0 0;
}
.home-wrapper > h2 {
  font-size: 32px;
  color: #fff;
  padding: 0 0 0 20px;
  display: block;
  position: absolute;
  top: 295px;
  left: 0;
  z-index: 10;
  text-align: left;
}
.home-wrapper > h2 > strong {
  color: #f1ece8;
  -webkit-text-stroke: 2px #d8c018;
  text-stroke: 2px #d8c018;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.home-wrapper > h2:after {
  display: none;
}
.home-wrapper > .couv {
  z-index: 1;
  width: 100%;
}
.home-wrapper > p {
  display: block;
  width: 100%;
  margin: 40px 0 80px 0;
  padding: 0 40px;
  font-family: "Montserrat", "Cervo Neue", Arial, "sans-serif";
  font-size: 16px;
  font-weight: 600;
  line-height: 2em;
}
@media (min-width:450px) {
  .home-wrapper > h2 {
    font-size: 44px;
    top: 315px;
  }
}
@media (min-width:600px) {
  .home-wrapper > h2 {
    font-size: 62px;
    top: 335px;
    padding-left: 30px;
  }
}
@media (min-width:700px) {
  body.home {
    width: 100%;
    overflow: hidden;
  }
  .home-wrapper {
    padding: 40px 100px 0 100px;
  }
  .home-wrapper > h2 {
    color: #000;
    top: 270px;
    left: 100px;
    padding: 0 30px;
  }
  .home-wrapper > h2 > strong {
    -webkit-text-stroke: 1px #d8c018;
    text-stroke: 1px #d8c018;
  }
  .home-wrapper > .couv {
    z-index: 1;
    position: relative;
    left: 437px;
    top: auto;
    width: auto;
  }
  .home-wrapper > p {
    display: block;
    position: absolute;
    top: 440px;
    z-index: 2;
    width: 420px;
    margin: 0;
    padding: 0 0 0 40px;
  }
}
@media (min-width:950px) {
  .home-wrapper > h2 {
    font-size: 90px;
    top: 240px;
  }
}
@media (min-width:1520px) {
  .home-wrapper > h2 {
    top: 300px;
    left: 100px;
    /* The typing effect */
    width: fit-content;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    min-height: 95px;
    padding-right: 10px;
    border-right: 3px solid #d8c018; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto 20px auto; /* Gives that scrolling effect as the typing happens */
    animation: typing 2.5s steps(40, end), blink-caret .75s step-end infinite;
  }
  /* The typing effect */
  @keyframes typing {
    from {
      width: 0
    }
    to {
      width: 100%
    }
  }
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to {
      border-color: transparent
    }
    50% {
      border-color: #d8c018;
    }
  }
}
/*---------- GRID ----------*/
.container {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0 auto 50px auto;
}
.container > h3 {
  position: absolute;
  left: 250px;
  margin-top: -15px;
  font-size: 4em;
  color: #f1ece8;
  font-weight: 400;
  -webkit-text-stroke: 2px #d8c018;
  text-stroke: 2px #d8c018;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.item {
  margin: 0 auto;
  padding: 25px 25px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}
.item h4 {
  position: relative;
  left: 40px;
  bottom: -5px;
  font-family: "Made Dillan", "Cervo Neue", Arial, "sans-serif";
  margin-top: -15px;
  font-size: 2em;
  line-height: 1em;
  color: #000;
  font-weight: 400;
}
.item + .item {
  margin-top: 50px;
}
.item > a, .item > a:active, .item > a:link, .item > a:visited {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 0;
  margin: 0;
  text-align: center;
  display: block;
  font-weight: normal;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: text-shadow;
  -webkit-transition-property: text-shadow;
  transition-property: text-shadow;
}
.item > a > h3 {
  text-transform: none;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 7px;
  -moz-text-shadow: none;
  -webkit-text-shadow: none;
  text-shadow: none;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: color, text-shadow;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.item > a > h3:after {
  content: "\2192";
  display: inline-block;
  margin-left: 10px;
  width: 20px;
  height: 10px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
}
.item:hover > a > h3:after {
  margin-left: 15px;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: margin;
  -webkit-transition-property: margin;
  transition-property: margin;
}
.item > a > img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}
.item > a:hover, .item > a:hover h3 {
  color: #d8c018;
  text-shadow: 3px 6px 0 #fff;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  -moz-transition-property: color, text-shadow;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
@media (min-width:500px) {
  .container {
    width: 500px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  .item {
    max-width: none;
    margin: 0;
  }
  .item + .item {
    margin: 0;
  }
  .is-2x1 {
    grid-column-start: span 2;
  }
  .is-1x2 {
    grid-row-start: span 2;
  }
}
@media (min-width:750px) {
  .container {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width:1000px) {
  .container {
    padding: 0 100px;
    margin: 50px auto;
    grid-gap: 50px 50px;
  }
  .item {
    padding: 25px 50px;
  }
}
@media (min-width:1500px) {
  .container {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bloc-legende > img, .bloc-legende > a > img {
  width: 100%;
}
.bloc-legende > p {
  width: 100%;
  display: block;
}
.bloc-legende > a, .bloc-legende > a:active, .bloc-legende > a:link, .bloc-legende > a:visited {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.bloc-legende .liendetail {}
.bloc-legende .liendetail.kakemono {}
@media (min-width: 750px) {}
/*---------- LISTE PROJETS ----------*/
.liste {
  width: 90vw;
  padding: 25px 50px 0 50px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: space-between;
}
.droite {
  justify-content: right;
}
.gauche {
  justify-content: left;
}
.liste > a img {
  padding: 25px 50px;
  max-width: 60%;
  flex-grow: 1;
  flex-basis: auto;
}
.liste > .txt {
  padding: 25px 50px;
  max-width: 35%;
  flex-grow: 1;
  flex-basis: auto;
}
.liste > a {
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
/*---------- A PROPOS ----------*/
.descriptif-ks {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.descriptif-ks > .txt {
  margin: 0 auto 40px auto;
}
.descriptif-ks blockquote {
  max-width: 48%;
  float: right;
  text-align: right;
  margin: 0 0 40px 40px;
}
.descriptif-ks blockquote:before, .descriptif-ks blockquote:after {
  display: none;
}
@media (max-width: 700px) {
  .descriptif-ks blockquote {
    max-width: 100%;
    display: block;
    float: none;
    text-align: left;
    margin: 0 auto 40px auto;
  }
}
@media (min-width: 1400px) {
  .descriptif-ks {
    width: 66%;
    padding: 60px 120px 0 120px;
  }
}
.a-propos {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: start;
  align-content: space-between;
  padding: 0 40px;
  margin: 0 auto;
}
.equipe {
  width: 100%;
  max-width: none;
  display: block;
  flex-flow: wrap;
  margin: 0 auto;
}
.equipe:last-child {
  margin-top: 40px;
}
.equipe > img {
  display: block;
  width: 100%;
  margin: 0 auto 40px auto;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3), 15px 15px 0 -1px #f1ece8, 15px 15px 0 0 #d8c018;
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3), 15px 15px 0 -1px #f1ece8, 15px 15px 0 0 #d8c018;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .3), 15px 15px 0 -1px #f1ece8, 15px 15px 0 0 #d8c018;
}
.equipe h1, .equipe h2 {
  display: block;
  width: 100%;
  margin: 0;
}
.equipe h1 {
  font-size: 2em;
  margin-bottom: 5px;
}
.equipe h2 {
  font-size: 1em;
}
.equipe h2:after {
  margin: 15px 0 15px 0;
}
.equipe h1, .equipe h2 {
  padding: 0 10px 0 0;
}
.equipe p {
  padding: 0 10px 8px 10px;
  margin: 0;
}
.logoks {
  width: 100%;
  max-width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 100%;
}
@media (min-width: 700px) {
  .a-propos {
    width: 80%;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
  .equipe {
    width: 100%;
    max-width: 45%;
    display: inline-flex;
    flex-flow: row wrap;
    flex-grow: 1;
    margin: 20px auto;
  }
  .equipe:last-child {
    margin-top: 150px;
  }
}
@media (min-width: 1000px) {
  .a-propos {
    width: 66%;
    display: flex;
    flex-flow: row nowrap;
    padding: 0;
  }
  .equipe > img {
    margin: 0 auto 50px auto;
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3), 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, .3), 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .3), 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
  }
  .equipe h1, .equipe h2 {
    padding: 0 15px;
  }
  .equipe p {
    padding: 0 0 7px 30px;
  }
}
/*---------- PROJETS ----------*/
.wrapper {
  width: 100%;
  overflow-x: hidden;
}
.wrapper h1 {
  overflow-wrap: break-word;
}
@media (min-width: 1000px) {
  .wrapper {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    align-content: space-between;
  }
  .wrapper h1 {
    overflow-wrap: normal;
    /* The typing effect */
    width: fit-content;
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    min-height: 60px;
    padding-right: 10px;
    border-right: 3px solid #d8c018; /* The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    animation: typing 2.5s steps(40, end), blink-caret .75s step-end infinite;
  }
  /* The typing effect */
  @keyframes typing {
    from {
      width: 0
    }
    to {
      width: 100%
    }
  }
  /* The typewriter cursor effect */
  @keyframes blink-caret {
    from, to {
      border-color: transparent
    }
    50% {
      border-color: #d8c018;
    }
  }
}
.illustr, .photos {
  width: 100%;
  max-height: 600px;
  overflow: hidden;
  padding: 0;
  margin-bottom: 25px
}
.illustr > img, .photos > img {
  width: 100%;
}
.illustr:hover > img, .photos:hover > img {}
.photos > img {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
}
.photos > img:nth-child(2n+0) {
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin: -75px 0 -50px 40px;
}
.descriptif-liste {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.descriptif-liste > .contenu {
  padding: 20px 0 0 0;
}
.descriptif {
  width: 100%;
  padding: 0 40px;
}
.descriptif > p {
  max-width: 600px;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .illustr, .photos {
    max-width: 45%;
    max-height: none;
    flex-grow: 1;
    padding: 0 0 25px 0;
    flex-basis: auto;
  }
  .descriptif-liste {
    width: 66%;
    display: block;
    margin: 0 auto;
    padding: 60px 120px 0 120px;
  }
  .descriptif-liste > .contenu {
    padding: 20px 0 0 0;
  }
  .descriptif {
    width: 50%;
    flex-grow: 1;
    flex-basis: auto;
    padding: 80px 40px 0 40px;
  }
}
@media (min-width: 1600px) {
  .descriptif {
    padding: 120px 120px 0 120px;
  }
}
.fil { /* fil d'ariane */
  font-size: 11px;
  color: #888;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.fil a, .fil a:active, .fil a:link, .fil a:visited {
  color: #888;
  font-weight: normal;
  text-decoration: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.fil a:hover {
  text-decoration: underline;
}
.navigation {
  display: block;
  height: 30px;
  margin: 0 auto 60px auto;
  font-size: .9em;
}
.navigation > a, .navigation > a:active, .navigation > a:link {
  background: none;
  font-weight: normal;
}
.navigation > a:hover {
  color: #d8c018;
}
.navigation > a.prev {
  float: left;
  display: inline-block;
}
.navigation > a.prev:before {
  content: "←";
  display: inline-block;
  margin: 0 5px 0 0;
}
.navigation > a.next {
  float: right;
  display: inline-block;
}
.navigation > a.next:after {
  content: "\2192";
  display: inline-block;
  margin: 0 0 0 5px;
}
.contenu {
  display: block;
  margin: 20px 0;
  padding: 0;
}
.contenu > blockquote {
  width: 100%;
  max-width: 80%;
  margin: 80px auto 40px auto;
}
.contacter {
  margin: 20px auto 0 auto;
  padding-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.7em;
  max-width: 90%;
  text-align: center;
  border-top: solid 1px #d9cdc6;
}
.contacter > em {
  font-style: normal;
  display: block;
}
.contacter a, .contacter a:active, .contacter a:link, .contacter a:visited {
  font-weight: bold;
}
@media (min-width: 1000px) {
  .contenu {
    padding: 0 100px 0 0;
  }
  .contacter {
    max-width: 80%;
  }
}
.complements, .complementsphoto {
  width: 90vw;
  padding: 50px 0;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: space-between;
}
.complements > .item {
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  margin: 0 auto;
  padding: 0 25px 120px 25px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.5;
}
.complements > img, .complementsphoto > img {
  width: 100%;
  max-width: 31%;
  flex-grow: 1;
  display: inline-flex;
  margin-bottom: 40px;
}
.complements > img:nth-child(2n+0) {
  margin: 0 40px;
}
.complementsphoto > img:nth-child(2n+0) {
  -moz-transform: rotate(-2deg);
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  margin: -75px 20px -50px 20px;
}
.complementsphoto > img:nth-child(1n+0) {
  position: relative;
  top: -60px;
}
.complementsphoto > img:nth-child(3n+0) {
  position: relative;
  top: 60px;
}
.complementsphoto > img {
  -moz-box-shadow: 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #fff;
  -webkit-box-shadow: 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #fff;
  box-shadow: 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #fff;
}
@media (min-width: 600px) {
  .complements, .complementsphoto {
    padding: 50px 100px;
  }
  .complements > .item {
    padding: 0 25px 120px 25px;
  }
}
@media (min-width: 1200px) {
  .complements, .complementsphoto {
    margin: 40px auto 0 auto;
  }
  .complements > .item {
    max-width: 40%;
  }
}
/*---------- complements-sans-ombre ----------*/
.complements-sans-ombre {
  width: 90vw;
  padding: 25px 0;
  margin: 0 auto;
  display: block;
}
.complements-sans-ombre > a {
  padding: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
}
.complements-sans-ombre > img, .complements-sans-ombre > a, .complements-sans-ombre > a > img, .complements-sans-ombre > .bloc-legende {
  width: 100%;
  display: block;
  margin: 40px auto;
  position: relative;
}
.complements-sans-ombre img.avantapres, .complements-sans-ombre img.avantapres {
  margin: 40px auto;
}
.exergueleft, a .exergueleft {
  margin: 40px 0 40px auto;
}
.exergueright, a .exergueright {
  margin: 40px auto 40px 0;
}
.complements-sans-ombre > .legende, .complements-sans-ombre > a > .legende {
  width: 100%;
  display: block;
  margin: 20px auto 80px auto;
}
.complements-sans-ombre > .legende > a, .complements-sans-ombre > .legende > a:active, .complements-sans-ombre > .legende > a:link, .complements-sans-ombre > .legende > a:visited, .complements-sans-ombre > .legende > a:hover, .complements-sans-ombre > .legende > a:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.complements-sans-ombre > .legende > img, .complements-sans-ombre > .legende > a img, .complements-sans-ombre > .legende > a:active img, .complements-sans-ombre > .legende > a:link img, .complements-sans-ombre > .legende > a:visited img, .complements-sans-ombre > .legende > a:hover img, .complements-sans-ombre > .legende > a:focus img {
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.complements-sans-ombre > .legende > p {
  display: block;
  width: 100%;
  padding: 0;
  margin: 10px auto 0 auto;
  text-align: center;
  font-size: .9em;
  line-height: 1.3em;
}
.complements-sans-ombre > .legende > p > a {
  display: inline;
}
.complements-sans-ombre > .legende > p.video {
  width: auto;
  margin: 0 20px;
  font-size: 1em;
  text-align: left;
}
.complements-sans-ombre > blockquote {
  width: 100%;
  max-width: 80%;
  flex-grow: 1;
  margin: 0 auto;
  text-align: left;
}
@media (min-width: 750px) {
  .complements-sans-ombre {
    width: 90vw;
    padding: 25px 0;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    align-content: space-between;
  }
  .complements-sans-ombre > .legende {
    width: 100%;
    max-width: 40%;
    flex-grow: 1;
    flex-flow: row wrap;
    display: inline-flex;
    margin: 20px 0 20px auto;
  }
  .complements-sans-ombre > img, .complements-sans-ombre > a, .complements-sans-ombre > .bloc-legende {
    width: 100%;
    max-width: 37%;
    flex-grow: 1;
    display: inline-flex;
  }
  .complements-sans-ombre a > img {
    width: 100%;
  }
  .complements-sans-ombre img.avantapres, .complements-sans-ombre img.avantapres {
    max-width: 400px;
  }
  .complements-sans-ombre .full, .complements-sans-ombre a .full {
    max-width: 100%;
  }
  .complements-sans-ombre .petite, .complements-sans-ombre a .petite {
    max-width: 33%;
  }
  .complements-sans-ombre .tiers, .complements-sans-ombre a .tiers {
    max-width: 30%;
  }
  .complements-sans-ombre .quart, .complements-sans-ombre a .quart {
    max-width: 22%;
  }
  .complements-sans-ombre .remontegauche, .complements-sans-ombre a .remontegauche {
    margin: 20px auto 20px 40px;
    position: relative;
    top: -70px;
  }
  .complements-sans-ombre .remontedroite, .complements-sans-ombre a .remontedroite {
    margin: 20px 40px 20px auto;
    position: relative;
    top: -100px;
  }
  .complements-sans-ombre .remontecentre, .complements-sans-ombre a .remontecentre {
    margin: 20px auto 20px auto;
    position: relative;
    top: -60px;
  }
  .bordurevide {
    -moz-box-shadow: 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
    -webkit-box-shadow: 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
    box-shadow: 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
  }
  .bordurevide-ombre {
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, .2), 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .2), 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .2), 18px 18px 0 -1px #f1ece8, 18px 18px 0 0 #d8c018;
  }
  .bordurepleine {
    -moz-box-shadow: -14px 14px 0 0 #d9cdc6;
    -webkit-box-shadow: -14px 14px 0 0 #d9cdc6;
    box-shadow: -14px 14px 0 0 #d9cdc6;
  }
  .bordurepleine-ombre {
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, .2), -14px 14px 0 0 #d9cdc6;
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .2), -14px 14px 0 0 #d9cdc6;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .2), -14px 14px 0 0 #d9cdc6;
  }
  .complements-sans-ombre > blockquote {
    width: 100%;
    max-width: 40%;
    flex-grow: 1;
    margin: 0 auto;
    text-align: left;
  }
  .ombre {
    -moz-box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 3px 5px rgba(0, 0, 0, .2);
  }
}
@media (min-width: 1000px) {
  .complements-sans-ombre img.petite remontegauche, .complements-sans-ombre a img.petite remontegauche {
    top: -100px;
  }
  .complements-sans-ombre img.petite remontedroite, .complements-sans-ombre a img.petite remontedroite {
    top: -240px;
  }
  .complements-sans-ombre img.petite remontecentre, .complements-sans-ombre a img.petite remontecentre {
    top: -120px;
  }
  .complements-sans-ombre > blockquote {
    width: 100%;
    max-width: 35%;
    flex-grow: 1;
    margin: 0 auto;
    text-align: left;
  }
}
/*---------- complements-type3 ----------*/
.complements-type3 {
  width: 90vw;
  padding: 25px 50px 0 50px;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  align-content: space-between;
}
.complements-type3 > img {
  width: 100%;
  max-width: 33%;
  flex-grow: 1;
  display: inline-flex;
  margin: 0 0 0 auto;
}
/*---------- FORMULAIRE CONTACT ----------*/
.descriptif-formulaire {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 60px 0 0 0;
}
.formulaire {
  width: 80%;
  display: block;
  margin: 0 auto;
  padding: 0;
}
.centre {
  text-align: center;
  margin: 0 auto;
}
@media (min-width: 1000px) {
  .descriptif-formulaire {
    width: 66%;
    display: block;
    margin: 0 auto;
    padding: 60px 120px 0 120px;
  }
  .descriptif-formulaire > .contenu {
    padding: 20px 0 0 0;
  }
}
@media (min-width: 1200px) {
  .formulaire {
    width: 50%;
    padding: 0 120px;
  }
}
form {
  padding: 0 0 20px 0;
  margin: 0;
}
dt, dd {
  padding: 0;
  margin: 0;
}
.titre {
  margin: 40px auto 0 auto;
}
.sous-question {
  display: block;
  font-weight: normal;
  font-style: italic;
}
form .mel {
  display: none;
}
label {
  text-align: center;
  line-height: 1.3em;
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
}
.titre-s {
  margin: 20px auto 10px auto;
}
.titre-s > label:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 auto 10px auto;
  background: #d9d4d0;
  text-align: center;
  font-weight: bold;
}
.nousconnaitre {
  margin-top: 40px;
}
.nousconnaitre > dt > label:after {
  display: none;
}
.budgetclient {
  margin: 0 auto;
  text-align: center;
}
.budgetclient > label, .budgetclient > select {
  display: block;
  text-align: center;
  margin: 0 auto;
}
.budgetclient > label:after {
  display: none;
}
.budgetclient > select#field-budgetmin {
  margin-right: auto;
}
@media (min-width: 700px) {
  .budgetclient > label, .budgetclient > select {
    display: inline;
    text-align: left;
  }
  .budgetclient > select#field-budgetmin {
    margin-right: 20px;
  }
}
input, textarea, select, button {
  font-family: Montserrat, "Cervo Neue", Arial, "sans-serif";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  border: solid 4px #f1ece8;
  background: #fff;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  -o-border-radius: 200px;
  border-radius: 200px;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  transition-property: border;
}
input:focus, textarea:focus, select:focus {
  outline: none;
  border: solid 4px #d8c018;
  -moz-transition: all .25s;
  -webkit-transition: all .25s;
  transition: all .25s;
  transition-property: border;
}
button:focus {
  outline: none;
}
input#budgetmin, input#budgetmax {
  width: auto;
  min-width: 50%;
  text-align: center;
}
input#budgetmin {
  margin-right: auto;
}
input[type="radio"] {
  width: auto;
  margin-left: 20px;
}
@media (min-width: 700px) {
  input#budgetmin, input#budgetmax {
    min-width: inherit;
    max-width: 30%;
  }
  input#budgetmin {
    margin-right: 20px;
  }
}
button {
  width: 100%;
  display: block;
  background: #e5ca19;
  padding: 20px;
  margin: 40px auto 0 auto;
  border: none;
  cursor: pointer;
  font-family: Montserrat, "Cervo Neue", Arial, "sans-serif";
  font-size: 16px;
  font-weight: bold;
  color: inherit;
  -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2), 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #e5ca19;
  -webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, .2), 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #e5ca19;
  box-shadow: 1px 2px 3px rgba(0, 0, 0, .2), 10px 10px 0 -1px #f1ece8, 10px 10px 0 0 #e5ca19;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all .5s;
  -moz-transition-property: background-color, box-shadow;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
}
button:after {
  content: "→";
  display: inline-block;
  position: relative;
  left: 10px;
  -moz-transition: left .5s;
  -webkit-transition: left .5s;
  transition: left .5s;
}
button:hover {
  background: #d8c018;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:hover:after {
  left: 20px;
  -moz-transition: left .25s;
  -webkit-transition: left .25s;
  transition: left .25s;
}
textarea {
  width: 100%;
  min-height: 65px;
  line-height: 1.5em;
  padding: 15px 25px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -khtml-box-sizing: border-box;
  box-sizing: border-box;
}
textarea#message {
  min-height: 200px;
}
select {
  display: inline;
  text-align: center;
  margin: 0 20px 0 5px;
}
select option {
  text-align: center;
}
.etoile { /*asterisque de champ obligatoire*/
  display: inline;
  color: red;
  margin-left: 5px;
}
@media (min-width: 700px) {
  select {
    max-width: 150px;
  }
  textarea {
    padding: 20px 60px;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    -o-border-radius: 200px;
    border-radius: 200px;
  }
}
/*Messages à afficher dans les formulaires si erreur ou confirmation*/
.msg {
  padding: 1.2em;
  text-align: center;
  color: white;
  font-weight: 600;
  letter-spacing: 1px;
  position: fixed;
  width: 100%;
  top: 0;
  -moz-text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  -webkit-text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  text-shadow: 0 1px 2px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.status-ok {
  background: rgba(0, 128, 0, .9);
}
.status-err {
  background: rgba(184, 26, 26, .9);
}
/*---------- INFOBULLES ----------*/
a span, .logo span, .menu ul li span, .bloc-legende span, .illustr span {
  position: absolute;
  width: 300px;
  left: calc(50% - 150px);
  top: -40px;
  color: #fff;
  line-height: 1.5em;
  text-transform: none;
  background: rgba(0, 0, 0, .9);
  padding: 15px 25px;
  -moz-border-radius: 200px;
  -webkit-border-radius: 200px;
  border-radius: 200px;
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
  -moz-transform: scale(0) rotate(-12deg);
  -webkit-transform: scale(0) rotate(-12deg);
  transform: scale(0) rotate(-12deg);
  -moz-transition: transform .25s;
  -webkit-transition: transform .25s;
  transition: transform .25s;
  opacity: 0;
}
.menu ul li span {
  visibility: hidden;
}
.bloc-legende span, .illustr span {
  font-size: .95em;
  line-height: 1.3em;
  text-align: center;
}
a span:before, .logo span:before, .bloc-legende span:before, .illustr span:before {
  content: '';
  position: absolute;
  bottom: -8px;
  left: 146px;
  width: 0;
  height: 0;
  border-top: 8px solid rgba(0, 0, 0, .9);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
}
.a:hover span, .a:focus span, .a:active span, .logo:hover span, .logo:focus span, .logo:active span, .menu ul li:hover span, .menu ul li:active span, .menu ul li:focus span, .bloc-legende:hover span, .bloc-legende:focus span, .bloc-legende:active span, .illustr:hover span, .illustr:focus span, .illustr:active span {
  -moz-transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}
@media (min-width: 680px) {
  .menu ul li span {
    visibility: visible;
    width: auto;
    width: 200px;
    left: calc(50% - 100px);
    padding: 7px 15px;
    top: 30px;
    z-index: 100;
    font-size: .95em;
    line-height: 1.3em;
    text-align: center;
  }
  .menu ul li span:before {
    content: '';
    position: absolute;
    top: -8px;
    right: 100px;
    width: 0;
    height: 0;
    border-bottom: 8px solid rgba(0, 0, 0, .9);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
  }
}
@media (min-width: 750px) {
  .menu ul li span {
    width: auto;
    width: 220px;
    left: calc(50% - 110px);
    z-index: 100;
  }
  .bloc-legende span, .illustr span {}
}
@media (min-width: 1100px) {
  .bloc-legende span, .illustr span {}
}
@media (min-width: 1400px) {
  .bloc-legende span, .illustr span {}
}
/*---------- VAGUE ----------*/
.vague {
  display: block;
  width: 100%;
  min-height: 50px;
  background: url(../img/wave.svg) bottom center;
  background-size: 152%;
  margin: 100px 0 0 0;
  border: none;
  outline: none;
}
.vague-blanche {
  background-image: url(../img/wave-white.svg);
}
.vague-inversee {
  transform: rotate(180deg);
  margin-top: 0;
  background-size: 300%;
}
@media (min-width: 700px) {
  .vague {
    min-height: 90px;
  }
}
/*---------- FOOTER ----------*/
.footer {
  background: #fff;
  margin: 0;
  padding: 25px 40px 60px 40px;
}
.beige {
  background: #f1ece8;
}
.footer.beige {
  padding-top: 0;
}
.footer > blockquote {
  max-width: 100%;
  margin-top: 25px;
  text-align: left;
  font-size: 20px;
  color: #222;
}
.footer > blockquote:before, .footer > blockquote:after {
  display: none;
}
.footer > blockquote > a, .footer > blockquote > a:active, .footer > blockquote > a:link, .footer > blockquote > a:visited {
  font-weight: 400;
  text-decoration: none;
  display: inline;
  margin-top: 10px;
  padding: 0 4px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  transition: all .5s;
  -moz-transition-property: box-shadow, border-radius;
  -webkit-transition-property: box-shadow, border-radius;
  transition-property: box-shadow, border-radius;
}
.footer > blockquote > a:hover {
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  -moz-transition-duration: .25s;
  -webkit-transition-duration: .25s;
  transition-duration: .25s;
}
.footer > .logoks {
  display: none;
}
.footer > ul {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  align-content: space-between;
  width: 100%;
  margin: 60px auto 0 auto;
  list-style-type: none;
}
.footer > ul > li {
  width: 100%;
  margin: 0 30px 15px 0;
  font-size: .95em;
  line-height: 1.5;
  border-top: solid 1px rgba(0, 0, 0, .1);
  padding-top: 15px;
  text-align: center;
}
.footer > ul > li:last-child {
  border-bottom: solid 1px rgba(255, 255, 255, .25);
  padding: 15px 0;
}
.footer > ul > li:before {
  display: none;
}
.footer > ul > li > a, .footer > ul > li > a:active, .footer > ul > li > a:link, .footer > ul > li > a:visited {
  text-decoration: none;
  box-shadow: none;
  text-shadow: none;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -moz-transition-property: color, text-shadow;
  -webkit-transition-property: color, text-shadow;
  transition-property: color, text-shadow;
}
.footer > ul > li > a:hover {
  color: #d8c018;
}
.footer h3, .footer h4, .footer a {
  background: none;
  color: #000;
  display: block;
  padding: 0;
  margin: 0;
}
.footer p {
  margin-bottom: 20px;
}
.footer > .location { /* villes dans footer */
  display: block;
  margin: 20px auto;
  text-align: center;
  font-size: 12px;
  color: #ffe11c;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.footer > .location a, .footer > .location a:active, .footer > .location a:link, .footer > .location a:visited {
  color: #d9cdc6;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  padding: 0 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  transition: color .25s;
}
.footer > .location a:hover {
  color: #d8c018;
  text-decoration: underline;
}
@media (min-width: 700px) {
  .footer {
    padding: 25px 100px 60px 100px;
  }
  .footer > .logoks {
    display: inline-block;
    float: right;
    margin-left: 20px;
    max-width: 160px;
  }
}
@media (min-width: 840px) {
  .footer > ul {
    flex-flow: row wrap;
  }
}
@media (min-width: 1150px) {
  .footer > ul {
    flex-flow: row nowrap;
  }
  .footer > ul > li {
    margin: 0 10px;
    text-align: left;
  }
  .footer > ul > li:first-child {
    margin-left: 0;
  }
  .footer > ul > li:last-child {
    text-align: right;
    margin-right: 0;
    border-bottom: 0;
  }
}
/*--------PERSONNALISATION FANCYBOX----------*/
iframe {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 720px;
  max-height: 405px;
  border: none;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  max-height: 414px;
  max-width: 720px;
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden !important;
  -moz-box-shadow: 0 0 100px rgba(0, 0, 0, .6);
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, .6);
  box-shadow: 0 0 100px rgba(0, 0, 0, .6);
}