a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*,
::after,
::before {
  box-sizing: inherit;
}

img,
video {
  width: 100%;
  vertical-align: middle;
}

.container-landing {
  width: 25%;
  margin: auto;
  margin-top: 50vh;
  transform: translateY(-50%);
}

.sous-landing {
  font-family: "helvetica neue", sans-serif;
  font-weight: 100;
  font-size: 2.5vw;
  text-align: center;
  letter-spacing: 1vw;
  padding-top: 85px;
  margin: auto;
}

html {
  font-family: "helvetica neue", sans-serif;
  font-size: 14px;
  letter-spacing: 0.5px;
  font-weight: 300;
}

main {
  position: relative;
  height: 100%;
}

a {
  text-decoration: none;
  color: black;
  font-weight: 300;
  white-space: nowrap;
}

p {
  letter-spacing: 0.5px;
}

.h3-crea {
  font-size: 4.3vw;
  transform: translateY(35%);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 10vh;
  text-align: center;
}

h4 {
  font-size: 3vw;
  font-weight: 400;
  padding: 0 0 2vw 5vw;
  text-transform: lowercase;
}

header {
  display: flex;
  z-index: 1;
  top: 0;
}

h1 {
  width: 5%;
  margin: 8px auto;
}

.loupe > img {
  width: 16px;
  margin-bottom: 3px;
}

.trigger {
  visibility: collapse;
}

nav {
  margin: auto 9% auto auto;
}

.nav {
  display: flex;
  position: relative;
  white-space: nowrap;
  margin-top: 5px;
}

.nav > li {
  padding-left: 40px;
}

.nav > .gen {
  padding-left: 0;
}

* footer {
  display: flex;
  position: relative;
  justify-content: center;
  padding-bottom: 50px;
  z-index: 2;
  background: white;
  bottom: 0;
  width: 100%;
}
* footer .ligne {
  width: 3%;
  height: 1px;
  background-color: black;
  border: none;
  margin: auto 15px;
}
* .footer-accueil {
  display: flex;
  position: absolute;
  bottom: 0;
  justify-content: center;
  bottom: 20px;
  margin-top: 50px;
  background: none;
  width: 100%;
}
* .footer-accueil .ligne {
  width: 3%;
  height: 1px;
  background-color: black;
  border: none;
  margin: auto 15px;
}

.body-accueil {
  height: 100vh;
}

.accueil {
  display: flex;
}
.accueil .image {
  width: 70%;
  z-index: -1;
}
.accueil .titre {
  margin: 25% 0 auto 3%;
  transform: translateX(-30%);
}
.accueil .titre .corentin {
  font-size: 2.99vw;
  font-weight: 200;
  text-transform: uppercase;
}
.accueil .titre .graph {
  font-size: 5.35vw;
  font-weight: 400;
  text-transform: uppercase;
}
.accueil .titre .web {
  font-size: 3.44vw;
  font-weight: 500;
  text-transform: uppercase;
}
.accueil .titre .trait {
  width: 75%;
  height: 2px;
  background: black;
  margin-top: 40px;
}

.h3-crea {
  font-size: 4.3vw;
  transform: translateY(35%);
  text-transform: uppercase;
  font-weight: 200;
  margin-top: 10vh;
  text-align: center;
}

.premier {
  display: flex;
}
.premier .bleu {
  width: 100%;
  padding-left: 4vw;
}
.premier .rouge {
  width: 100%;
  margin-left: 4vw;
  display: flex;
}
.premier .rouge .descript1 {
  margin: auto 0;
  transform: translateY(100%) translateY(-50%);
}

.deuxieme {
  display: flex;
}
.deuxieme .green {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.deuxieme .green .descript2 {
  display: flex;
  flex-direction: column;
  padding-right: 4vw;
  margin: auto 0;
}
.deuxieme .pink {
  width: 100%;
  padding-right: 4vw;
}

.troisieme {
  display: flex;
}
.troisieme .bleu {
  width: 100%;
  padding-left: 4vw;
}
.troisieme .rouge {
  width: 100%;
  margin-left: 4vw;
  display: flex;
}
.troisieme .rouge .descript1 {
  margin: auto 0;
}

/* ---- button ---- */
.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  border: 1px black solid;
  background: none;
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: gainsboro;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  color: #222;
}

.button:active,
.button.is-checked {
  background-color: #6d6d6d;
}

.button.is-checked {
  color: white;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.8);
}

/* ---- button-group ---- */
.button-group:after {
  content: "";
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  text-align: center;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
}

.button-group {
  width: 560px;
  margin: 100px auto 50px auto;
  z-index: 3;
}

.grid {
  display: flex;
  margin: auto;
  width: 780px;
}

.element-item > * {
  margin: 0;
  padding: 0;
}

.element-item .weight {
  font-size: 12px;
}

.element-item:hover .text {
  opacity: 1;
}

.element-item {
  width: 250px;
  height: 250px;
  margin: 5px;
}
.element-item .text {
  font-size: 42px;
  font-weight: bold;
  color: white;
  padding: 10px;
  width: 250px;
  height: 250px;
  background: rgba(0, 0, 0, 0.5);
  margin: auto;
  top: 0;
  opacity: 0;
  display: block;
  position: absolute;
  transition: opacity 0.5s ease-in-out;
}
.element-item .name {
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: normal;
  padding-top: 10px;
}

.top-projet {
  min-height: 92vh;
  overflow: hidden;
  position: relative;
}
.top-projet .image-projet {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -3;
  width: 100vw;
  height: 100vh;
}
.top-projet .arrows-scroll {
  position: absolute;
  z-index: 0;
  width: 40px;
  left: 50%;
  top: 70%;
  animation: arrows-scroll 1.1s ease-in-out infinite;
}

h2 {
  font-size: 6vw;
  margin-top: 5vh;
  text-align: center;
  z-index: 0;
}
h2 .premier-titre {
  font-weight: 200;
  text-transform: uppercase;
}
h2 .deuxieme-titre {
  font-weight: 400;
  text-transform: uppercase;
}
h2 .arrows-scroll {
  width: 40px;
  margin: 300px auto 0 auto;
  animation: arrows-scroll 1.1s ease-in-out infinite;
}

.h2-projet {
  position: fixed;
  z-index: -1;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -100%);
}
.h2-projet .premier-titre {
  font-size: 8vw;
  font-weight: 200;
  text-transform: uppercase;
}
.h2-projet .deuxieme-titre {
  font-size: 8vw;
  font-weight: 400;
  text-transform: uppercase;
}
.h2-projet .sous-titre-projet {
  font-family: "helvetica neue", sans-serif;
  font-size: 30px;
  text-align: center;
  font-style: italic;
  letter-spacing: 0.5px;
  font-weight: 350;
  color: rgba(0, 0, 0, 0.521);
}

@keyframes arrows-scroll {
  0% {
    transform: translate(0);
  }
  100% {
    transform: translateY(10px);
  }
}
.container-degrees {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 0;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-degrees .degrees-text1 {
  display: flex;
  flex-direction: column;
  margin: 200px auto 0 auto;
  width: 550px;
}
.container-degrees .degrees-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
}
.container-degrees .degrees-final {
  display: flex;
  margin: 150px auto 0 auto;
  justify-content: center;
}
.container-degrees .degrees-final img {
  width: 33%;
  box-shadow: 6px 6px 15px gray;
}
.container-degrees .degrees-final .degrees-text2 {
  display: flex;
  flex-direction: column;
  margin: 25% 0 0 100px;
  width: 550px;
}
.container-degrees .degrees-final .degrees-text2 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  margin-top: 20px;
}

.container-monstera {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-monstera .monstera-dessin {
  display: flex;
  margin: 100px auto 0 auto;
}
.container-monstera .monstera-dessin img {
  width: 60%;
  margin: auto;
}
.container-monstera .monstera-text1 {
  display: flex;
  margin: 100px auto 0 auto;
  width: 400px;
  margin-top: 100px;
  justify-content: space-around;
}
.container-monstera .monstera-text1 .texte1 {
  display: flex;
  flex-direction: column;
}
.container-monstera .monstera-text1 .texte1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  justify-content: flex-end;
}
.container-monstera .monstera-text1 img {
  width: 400px;
  margin-top: 75px;
  text-align: center;
}
.container-monstera .monstera-final {
  display: flex;
  margin: 50px auto 0 auto;
  justify-content: center;
}
.container-monstera .monstera-final img {
  width: 33%;
  box-shadow: 6px 6px 15px gray;
}
.container-monstera .monstera-final .monstera-text2 {
  display: flex;
  flex-direction: column;
  margin: 25% 0 0 100px;
  width: 550px;
}
.container-monstera .monstera-final .monstera-text2 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  margin-top: 20px;
}

.container-savanah {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-savanah .savanah-picto-croquis {
  display: flex;
  width: 15%;
  margin: 100px auto 0 auto;
  transform: translateX(-200%);
}
.container-savanah .savanah-picto-croquis img {
  margin: 5% 0 5% 100%;
}
.container-savanah .savanah-logo {
  display: flex;
  width: 50%;
  margin: 100px auto 0 auto;
}
.container-savanah .savanah-logo .savanah-picto {
  width: 70%;
  margin-left: 15%;
  margin-top: 50px;
}
.container-savanah .savanah-text1 {
  display: flex;
  width: 540px;
  margin: 100px auto 0 auto;
}
.container-savanah .savanah-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
}
.container-savanah .savanah-final {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto 0 auto;
  width: 76%;
}
.container-savanah .savanah-final img {
  width: 50%;
}
.container-savanah .savanah-visite {
  display: flex;
  width: 76%;
  margin: 100px auto 0 auto;
}

div#quad img {
  margin: 0;
  width: 50%;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

div#quad img:hover {
  cursor: pointer;
  z-index: 4;
}

div#quad img:nth-child(1) {
  transform-origin: top left;
}

div#quad img:nth-child(2) {
  transform-origin: top right;
}

div#quad img:nth-child(3) {
  transform-origin: bottom left;
}

div#quad img:nth-child(4) {
  transform-origin: bottom right;
}

.expanded {
  transform: scale(2);
  z-index: 5;
}

div.full img:not(.expanded) {
  pointer-events: none;
}

.savanah-site {
  display: flex;
  margin: 150px auto 0 auto;
}
.savanah-site .savanah-site-mockup {
  max-width: calc(1280px + 1cm);
  max-height: calc(800px + 1cm);
  overflow: scroll;
  overflow-x: hidden;
  border: 1cm black solid;
  border-radius: 1cm;
  margin: 0 5% 0 5%;
}
.savanah-site .savanah-site-mockup a img {
  bottom: 10px;
  left: 10px;
  width: 3%;
}
.savanah-site .savanah-site-pages {
  display: flex;
  flex-direction: column;
}
.savanah-site .savanah-site-pages a {
  width: 180px;
  height: 250px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 6px 6px 15px gray;
}

.container-jenga {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-jenga .jenga-logo {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin: 100px auto 0 auto;
}
.container-jenga .jenga-logo .jenga-picto {
  width: 20%;
  margin: auto;
  margin-bottom: 20px;
}
.container-jenga .jenga-logo .jenga-picto2 {
  width: 15%;
  margin: auto;
}
.container-jenga .jenga-logo .jenga-picto-croquis {
  display: flex;
  flex-direction: column;
  width: 10%;
}
.container-jenga .jenga-logo .jenga-picto-croquis img {
  margin: 5% 0 5% 100%;
}
.container-jenga .jenga-text1 {
  display: flex;
  margin: 100px auto 0 auto;
  width: 500px;
}
.container-jenga .jenga-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
}
.container-jenga .jenga-final {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto 0 auto;
  width: 76%;
}
.container-jenga .jenga-final img {
  width: 50%;
}

.jenga-packa {
  display: flex;
  width: 60%;
  margin: auto;
}
.jenga-packa div {
  width: 100%;
  margin: 150px 10px 0px 10px;
  box-shadow: 6px 6px 15px gray;
}
.jenga-packa div img {
  width: 100%;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.jenga-packa div:hover img {
  opacity: 0;
}

div#quad img {
  margin: 0;
  width: 50%;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

div#quad img:hover {
  cursor: pointer;
  z-index: 4;
}

div#quad img:nth-child(1) {
  transform-origin: top left;
}

div#quad img:nth-child(2) {
  transform-origin: top right;
}

div#quad img:nth-child(3) {
  transform-origin: bottom left;
}

div#quad img:nth-child(4) {
  transform-origin: bottom right;
}

.expanded {
  transform: scale(2);
  z-index: 5;
}

div.full img:not(.expanded) {
  pointer-events: none;
}

.jenga-site {
  display: flex;
  margin: 250px auto 0 auto;
}
.jenga-site .jenga-text2 {
  margin: auto;
  margin-right: 100px;
  margin-top: 15%;
  width: 340px;
}
.jenga-site .jenga-text2 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: right;
}
.jenga-site .jenga-site-mockup {
  max-width: calc(350px - 1cm);
  max-height: calc(550px + 1cm);
  overflow: scroll;
  overflow-x: hidden;
  border-top: 1.3cm black solid;
  border-bottom: 2cm black solid;
  border-right: 5px black solid;
  border-left: 5px black solid;
  border-radius: 1cm 1cm 1cm 1cm;
  margin: 0 5% 0 5%;
}
.jenga-site .jenga-site-pages {
  display: flex;
  flex-direction: column;
}
.jenga-site .jenga-site-pages a {
  width: 90px;
  height: 125px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 6px 6px 15px #b4b4b4;
}

.jenga-pub {
  display: flex;
  margin: 250px auto 250px auto;
}
.jenga-pub .jenga-text3 {
  margin: auto;
  margin-left: 200px;
  margin-top: 15%;
  width: 300px;
}
.jenga-pub .jenga-text3 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: left;
}

.resp {
  display: none;
}

#Slider {
  margin: 0 auto;
  width: 570px;
  max-width: 100%;
  text-align: center;
}

#Slider input[type=Radio] {
  display: none;
}

#Slider label {
  cursor: pointer;
  text-decoration: none;
}

#Slides {
  padding: 10px;
  position: relative;
  z-index: 1;
}

#Overflow {
  width: 100%;
  overflow: hidden;
}

#Slide1:checked ~ #Slides .Inner {
  margin-left: 0;
}

#Slide2:checked ~ #Slides .Inner {
  margin-left: -100%;
}

#Slides .Inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 600%;
  line-height: 0;
}

#Slides .Slide {
  width: calc(100%/6);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  opacity: 1;
}

#Controls {
  margin: -340px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 5;
  position: relative;
}

#Controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 30px;
  height: 30px;
  opacity: 0.4;
}

#Controls label:hover {
  opacity: 1;
}

#Slide1:checked ~ #Controls label:nth-child(2),
#Slide2:checked ~ #Controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float: right;
  margin: 0 -100px 0 0;
  display: block;
}

#Slide1:checked ~ #Controls label:nth-last-child(2),
#Slide2:checked ~ #Controls label:nth-last-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float: left;
  margin: 0 0 0 -100px;
  display: block;
}

.container-festival {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-festival .festival-text1 {
  display: flex;
  flex-direction: column;
  margin: 200px auto 0 auto;
  width: 600px;
}
.container-festival .festival-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: center;
}
.container-festival .festival-final {
  display: flex;
  flex-direction: column;
  margin: 100px auto 0 auto;
}
.container-festival .festival-final p {
  margin: auto;
  margin-top: 50px;
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: center;
}

.container-hockney {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-hockney .hockney-text1 {
  display: flex;
  margin: 100px auto 0 auto;
  width: 600px;
}
.container-hockney .hockney-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: center;
}
.container-hockney .hockney-text2 {
  display: flex;
  margin: 250px auto 0 auto;
  width: 600px;
}
.container-hockney .hockney-text2 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: center;
}

#slider {
  margin: 0 auto;
  width: 720px;
  max-width: 100%;
  height: 450px;
  text-align: center;
}

#slider input[type=radio] {
  display: none;
}

#slider label {
  cursor: pointer;
  text-decoration: none;
}

#slides {
  padding: 10px;
  position: relative;
  z-index: 1;
}

#overflow {
  width: 100%;
  overflow: hidden;
  transform: translatey(15%);
  border: rgba(201, 201, 201, 0.589) solid 0.2px;
}

#slide2:checked ~ #slides .inner {
  margin-left: -100%;
}

#slide3:checked ~ #slides .inner {
  margin-left: -200%;
}

#slide4:checked ~ #slides .inner {
  margin-left: -300%;
}

#slide5:checked ~ #slides .inner {
  margin-left: -400%;
}

#slide6:checked ~ #slides .inner {
  margin-left: -500%;
}

#slides .inner {
  transition: margin-left 800ms cubic-bezier(0.77, 0, 0.175, 1);
  width: 600%;
  line-height: 0;
}

#slides .slide {
  width: calc(100%/6);
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #fff;
  opacity: 1;
}

#controls {
  margin: -180px 0 0 0;
  width: 100%;
  height: 50px;
  z-index: 5;
  position: relative;
}

#controls label {
  transition: opacity 0.2s ease-out;
  display: none;
  width: 30px;
  height: 30px;
  opacity: 0.4;
}

#controls label:hover {
  opacity: 1;
}

#slide1:checked ~ #controls label:nth-child(2),
#slide2:checked ~ #controls label:nth-child(3),
#slide3:checked ~ #controls label:nth-child(4),
#slide4:checked ~ #controls label:nth-child(5),
#slide5:checked ~ #controls label:nth-child(6),
#slide6:checked ~ #controls label:nth-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130884.svg) no-repeat;
  float: right;
  margin: 0 -100px 0 0;
  display: block;
}

#slide1:checked ~ #controls label:nth-last-child(2),
#slide2:checked ~ #controls label:nth-last-child(3),
#slide3:checked ~ #controls label:nth-last-child(4),
#slide4:checked ~ #controls label:nth-last-child(5),
#slide5:checked ~ #controls label:nth-last-child(6),
#slide6:checked ~ #controls label:nth-last-child(1) {
  background: url(https://image.flaticon.com/icons/svg/130/130882.svg) no-repeat;
  float: left;
  margin: 0 0 0 -100px;
  display: block;
}

.hockney-figcaption {
  transform: translateY(600%);
}
.hockney-figcaption p {
  font-size: 13px;
}

.hockney-site {
  display: flex;
  margin: 150px auto 0 auto;
}
.hockney-site .hockney-site-mockup {
  width: calc(1280px + 1cm);
  height: calc(800px + 1cm);
  overflow-x: scroll;
  border: 1cm black solid;
  border-radius: 1cm;
  margin: 0 5% 0 5%;
}
.hockney-site .hockney-site-mockup img {
  bottom: 10px;
  left: 10px;
  width: auto;
  height: 100%;
}

.container-leaf {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-leaf .leaf-logo {
  display: flex;
  width: 50%;
  margin: 100px auto 0 auto;
}
.container-leaf .leaf-logo .leaf-picto {
  width: 70%;
  margin-left: 15%;
}
.container-leaf .leaf-logo .leaf-picto-croquis {
  display: flex;
  flex-direction: column;
  width: 10%;
}
.container-leaf .leaf-logo .leaf-picto-croquis img {
  margin: 5% 0 5% 100%;
}
.container-leaf .leaf-logo .leaf-picto {
  display: flex;
}
.container-leaf .leaf-text1 {
  display: flex;
  margin: 100px auto 0 auto;
  width: 600px;
}
.container-leaf .leaf-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
}

.leaf-site {
  display: flex;
  margin: 150px auto 0 auto;
}
.leaf-site .leaf-site-mockup {
  max-width: calc(1281px + 1cm);
  max-height: calc(707px + 1cm);
  overflow: scroll;
  overflow-x: hidden;
  border: 1cm black solid;
  border-radius: 1cm;
  margin: 0 5% 0 5%;
}
.leaf-site .leaf-site-mockup a img {
  bottom: 10px;
  left: 10px;
  width: 3%;
}

.container-palais {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-palais .palais-text1 {
  display: flex;
  margin: 100px auto 0 auto;
  width: 600px;
}
.container-palais .palais-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: left;
}
.container-palais .palais-text1 p img {
  width: 10%;
  margin: 10px 0px 0px 10px;
}
.container-palais .palais-text1 p a {
  font-family: "helvetica neue", sans-serif;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 650;
}
.container-palais .palais-site {
  display: flex;
  margin: 150px auto 0 auto;
}
.container-palais .palais-site .palais-site-mockup {
  max-width: calc(1281px + 1cm);
  max-height: calc(707px + 1cm);
  overflow: scroll;
  overflow-x: hidden;
  border: 1cm black solid;
  border-radius: 1cm;
  margin: 0 5% 0 5%;
}
.container-palais .palais-site .palais-site-mockup a img {
  bottom: 10px;
  left: 10px;
  width: 3%;
}
.container-palais .palais-site-pages {
  display: flex;
  flex-direction: column;
}
.container-palais .palais-site-pages a {
  width: 180px;
  height: 112px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 6px 6px 15px gray;
}
.container-palais .palais-site-pages .palais-figcaption {
  transform: translateY(-10px);
}
.container-palais .palais-site-pages .palais-figcaption p {
  font-size: 10px;
}
.container-palais .palais-site-pages2 {
  display: flex;
  flex-direction: column;
}
.container-palais .palais-site-pages2 a {
  width: 180px;
  height: 112px;
  overflow: hidden;
  margin: 20px;
  margin-left: 40px;
  box-shadow: 6px 6px 15px gray;
}
.container-palais .palais-site-pages2 .palais-figcaption {
  transform: translateY(-10px);
}
.container-palais .palais-site-pages2 .palais-figcaption p {
  font-size: 10px;
}

.container-mentions {
  width: 50%;
  margin: 150px auto 150px auto;
}
.container-mentions p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 300;
  text-align: left;
}
.container-mentions p span {
  font-weight: 400;
}
.container-mentions h3 {
  font-size: 16px;
  font-weight: 400;
}

.container-clubkids {
  display: flex;
  flex-direction: column;
  background: white;
  width: 100%;
  padding-bottom: 100px;
  z-index: 1;
  animation: arrows-scroll 1.1s ease-in-out;
}
.container-clubkids .clubkids-logo {
  display: flex;
  width: 50%;
  margin: 100px auto 0 auto;
}
.container-clubkids .clubkids-logo .clubkids-picto {
  width: 70%;
  margin-left: 15%;
}
.container-clubkids .clubkids-logo .clubkids-picto-croquis {
  display: flex;
  flex-direction: column;
  width: 10%;
}
.container-clubkids .clubkids-logo .clubkids-picto-croquis img {
  margin: 5% 0 5% 100%;
}
.container-clubkids .clubkids-text1 {
  display: flex;
  margin: 100px auto 0 auto;
}
.container-clubkids .clubkids-text1 p {
  font-family: "helvetica neue", sans-serif;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 350;
  text-align: center;
}
.container-clubkids .clubkids-final {
  display: flex;
  flex-wrap: wrap;
  margin: 150px auto 0 auto;
  width: 76%;
}
.container-clubkids .clubkids-final img {
  width: 50%;
}

div#quad img {
  margin: 0;
  width: 50%;
  height: auto;
  transition: 1s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

div#quad img:hover {
  cursor: pointer;
  z-index: 4;
}

div#quad img:nth-child(1) {
  transform-origin: top left;
}

div#quad img:nth-child(2) {
  transform-origin: top right;
}

div#quad img:nth-child(3) {
  transform-origin: bottom left;
}

div#quad img:nth-child(4) {
  transform-origin: bottom right;
}

.expanded {
  transform: scale(2);
  z-index: 5;
}

div.full img:not(.expanded) {
  pointer-events: none;
}

.clubkids-site {
  display: flex;
  margin: 150px auto 0 auto;
}
.clubkids-site .clubkids-site-mockup {
  max-width: calc(1280px + 1cm);
  max-height: calc(800px + 1cm);
  overflow: scroll;
  overflow-x: hidden;
  border: 1cm black solid;
  border-radius: 1cm;
  margin: 0 5% 0 5%;
}
.clubkids-site .clubkids-site-mockup a img {
  bottom: 10px;
  left: 10px;
  width: 3%;
}
.clubkids-site .clubkids-site-pages {
  display: flex;
  flex-direction: column;
}
.clubkids-site .clubkids-site-pages a {
  width: 180px;
  height: 250px;
  overflow: hidden;
  margin: 20px;
  box-shadow: 6px 6px 15px gray;
}

.trigger {
  visibility: visible !important;
}

/* Burger */
/* dessin du burger */
.trigger,
.burger {
  position: absolute;
  top: 25px;
  left: 20px;
}

.trigger {
  z-index: 3;
  cursor: pointer;
  width: 33px;
  height: 22px;
  opacity: 0;
}

.burger {
  z-index: 2;
}

.burger > div {
  width: 33px;
  height: 4px;
  background: black;
  margin-bottom: 5px;
  transition: transform 0.25s ease-out, opacity 0.5s ease-in-out;
}

.burger > :last-child {
  margin-bottom: 0;
}

/* animation du burger et nav */
.trigger:checked + .burger {
  transform: rotate(-90deg);
}

.trigger:checked ~ nav {
  transform: translateX(0);
}

.trigger:checked,
.trigger:checked + .burger {
  position: fixed;
}

nav {
  z-index: 1;
  background: white;
  opacity: 0.9;
  height: 100vh;
  /* 100% du viewport (ecran d'affichage) */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  transform: translateY(-100%);
  transition: transform 0.5s ease-in-out;
  box-sizing: border-box;
  padding-left: 0px;
  align-items: baseline;
}

.nav > li {
  width: 170px;
  text-align: left;
  margin: 25px 0 0 0;
  text-align: center;
}

.nav > li > a {
  font-family: "Open Sans", sans-serif;
  font-size: 3vh;
  color: black;
  text-decoration: none;
  transition: none;
}

.nav {
  display: flex;
  flex-direction: column;
  margin: auto;
}

.nav > li {
  padding-left: 0px;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22scss/_reset.scss%22,%22scss/style.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAiFI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;EAWI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;EAEI;;;AAGJ;AAAA;AAAA;AAAA;EAII;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;;;AAGJ;AAAA;AAAA;EAGI;;;AAGJ;AAAA;EAEI;EACA;;;ACjIJ;EAEI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAiBI;EACI;EACA;EACA;EACA;;;AAIJ;EAEI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAGJ;EAEI;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;;;AAUJ;EACI;EAGA;EAIA;;;AAWA;EAEI;EACA;;;AAQhB;EACI;EACA;;;AAGJ;EACI;;;AAIJ;EACI;;;AAIJ;EACI;EACA;EACA;EACA;;;AAIJ;EACI;;;AAIJ;EACI;;;AAUJ;EACI;EACA;EACA;EAGA;EACA;EACA;EAGA;EACA;;AACA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;;;AAaR;EACI;;;AAKJ;EACI;;AAMA;EACI;EACA;;AAEJ;EACI;EAEA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;;;AAiCZ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI;EACA;;AAIJ;EACI;EACA;EACA;;AACA;EAGI;EACA;;;AAQZ;EACI;;AAEA;EACI;EACA;EACA;;AAKA;EACI;EACA;EACA;EACA;;AAIR;EACI;EACA;;;AAMR;EACI;;AAEA;EACI;EACA;;AAIJ;EACI;EACA;EACA;;AACA;EAGI;;;AAgBZ;AAEA;EACI;EACA;EACA;EACA;EACA;EAGA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;;;AAIF;AAEF;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;;;AAGJ;EAEI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EAII;;;AAGJ;EACI;;;AAGJ;EACI;EACA;EACA;;AAIA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAWR;EACI;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;EACA;EACA;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;;;AAMR;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;;AAEJ;EAGI;EACA;EAGA;;;AAKR;EACI;EACA;EACA;EACA;EACA;;AAKA;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAMJ;EACI;IACA;;EAEA;IACA;;;AAUR;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAKR;EACI;EAEA;EAEA;;AAEA;EACI;EAEA;;AAIJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAahB;EACI;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGA;EACI;EAEA;;AAEA;EACI;EACA;;AAKR;EAEI;EAGA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAIA;EACI;EACA;EACA;EACA;EAIA;;AAIR;EACI;EACA;EAGA;;AAIR;EACI;EAEA;EAEA;;AAEA;EACI;EAEA;;AAIJ;EAEI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAYd;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGA;EACI;EAEA;EACA;EACA;;AAEA;EACI;;AAIR;EACI;EAEA;EACA;;AAEA;EACI;EACA;EACA;;AAUJ;EAEI;EAEA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAWR;EACI;EACA;EACA;EACA;;AAGA;EACI;;AAMR;EACI;EACA;EACA;;;AAUR;EACI;EAAW;EACX;EAAc;EACd;EACA;EACA;;;AAEJ;EACI;EAAiB;;;AAIrB;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAAY;EAAqB;;;AACjC;EAA8B;;;AAQ9B;EACI;EACA;;AAEI;EAGI;EACA;EACA;EACA;EACA;EACA;EACA;;AAOA;EAEI;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;;;AAalB;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;;AAGJ;EACI;EAEA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAUR;EAEI;EAEA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAQL;EACC;EACA;EACA;EACA;;AAGA;EACI;;;AAaR;EACA;EACA;EACA;;AAEI;EACI;EACA;EACA;;AACA;EACA;EACA;EACA;;;AAKR;EACI;;;AAQR;EACI;EAAW;EACX;EAAc;EACd;EACA;EACA;;;AAEJ;EACI;EAAiB;;;AAIrB;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAAY;EAAqB;;;AACjC;EAA8B;;;AAQ9B;EACI;EACA;;AAGA;EAII;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAKR;EAGI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAmBA;EACI;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;;;AAKhB;EACI;EACA;;AAOA;EAII;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAQZ;EACI;;;AAIJ;EACI;EACA;EACA;EAEA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;;;AAIJ;EAAmC;;;AACnC;EAAmC;;;AAOnC;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;;;AAEJ;AAAA;EAEI;EACA;EACA;EACA;;;AAUJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAYZ;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AAEI;EAEI;EAEA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAGR;EAEI;EAEA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;;AAUV;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;EACI;EACA;;;AAEJ;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAGJ;EAAmC;;;AACnC;EAAmC;;;AACnC;EAAmC;;;AACnC;EAAmC;;;AACnC;EAAmC;;;AAGnC;EACI;EAEA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA;EACA;;;AAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;EAMI;EACA;EACA;EACA;;;AAGJ;EACI;;AAEA;EACI;;;AAQV;EACI;EACA;;AAEI;EAGI;EACA;EACA;EACA;EACA;EACA;;AAGA;EAEI;EACA;EACA;EACA;;;AAcpB;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGA;EACI;EAEA;EACA;;AAEA;EACI;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAKR;EACI;;AAKR;EAEI;EAEA;EACA;;AAEA;EACI;EACA;EACA;EACA;;;AA0BR;EACI;EACA;;AAEI;EACI;EACA;EAGA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;EACA;;;AAalB;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGI;EAEI;EAEA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;;AAEJ;EACI;EACA;EACA;EACA;;AAWhB;EACI;EAEA;;AAEI;EAGI;EACA;EACA;EACA;EACA;EACA;EACA;;AAOA;EAEI;EACA;EACA;;AAQR;EACI;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;;AAGJ;EACI;;AACA;EACI;;AAIZ;EACI;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;EACA;;AAGJ;EACI;;AACA;EACI;;;AAapB;EACQ;EAGA;;AAGA;EACI;EACA;EACA;EACA;EACA;;AAMA;EACI;;AAGR;EACI;EACA;;;AAUd;EACE;EACA;EACA;EAEA;EACA;EACA;EACA;;AAGA;EACI;EAEA;EACA;;AAEA;EACI;EACA;;AAIJ;EACI;EACA;EACA;;AAEA;EACI;;AAUR;EAEI;EAEA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAUR;EACI;EACA;EACA;EACA;;AAGA;EACI;;;AAcZ;EACI;EAAW;EACX;EAAc;EACd;EACA;EACA;;;AAEJ;EACI;EAAiB;;;AAIrB;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAA4B;;;AAC5B;EAAY;EAAqB;;;AACjC;EAA8B;;;AAQ9B;EACI;EACA;;AAEI;EAGI;EACA;EACA;EACA;EACA;EACA;EACA;;AAOA;EAEI;EACA;EACA;;AAIR;EACI;EACA;;AAEA;EACI;EACA;EACA;EAEA;EACA;;;AA8BZ;EACI;;;AAKJ;AAEI;AAGJ;AAAA;EAEI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAEJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAIA;AAGJ;EACI;;;AAGJ;EACI;;;AAGJ;AAAA;EAEI;;;AAGJ;EACI;EACA;EACA;EACA;AAAe;EACf;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EAEA;EACA;;;AAQJ;EAEI;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;;;AAIJ;EACI;EACA;EACA;;;AAIJ;EACY%22,%22file%22:%22style.css%22%7D */
