@charset "UTF-8";
/* CSS Document */

/* /////////////////////////////////////////////////////////////////// */
/* LOADER //////////////////////////////////////////////// */
/* /////////////////////////////////////////////////////////////////// */

.loader {
  position: fixed;
  left: 0vw;
  top: 0vh;
  padding-top: 160px;
  height: 100vh;
  width: 100vw;
  opacity: 1;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e6ebec' fill-opacity='0.41' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
}


.sp {
  width: 27px;
  height: 27px;
  clear: both;
  margin: auto;
}


/* Spinner Wave */
.sp-wave {
  border-radius: 50%;
  position: relative;
  opacity: 1;
}
.sp-wave:before, .sp-wave:after  {
  content:'';
  border: 3px #bfbfbf solid;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  left:0px;
}
.sp-wave:before {
  transform: scale(1,1);
  opacity: 1;
  -webkit-animation: spWaveBe 0.6s infinite linear;
  animation: spWaveBe 0.6s infinite linear;
}
.sp-wave:after {
  transform: scale(0,0);
  opacity: 0;
  -webkit-animation: spWaveAf 0.6s infinite linear;
  animation: spWaveAf 0.6s infinite linear;
}
@-webkit-keyframes spWaveAf {
  from { -webkit-transform: scale(0.5,0.5); opacity: 0; }
  to { -webkit-transform: scale(1,1); opacity: 1; }
}
@keyframes spWaveAf {
  from { transform: scale(0.5,0.5); opacity: 0; }
  to { transform: scale(1,1); opacity: 1; }
}
@-webkit-keyframes spWaveBe {
  from { -webkit-transform: scale(1,1); opacity: 1; }
  to { -webkit-transform: scale(1.5,1.5); opacity: 0; }
}
@keyframes spWaveBe {
  from { -webkit-transform: scale(1,1); opacity: 1; }
  to { -webkit-transform: scale(1.5,1.5); opacity: 0; }
}

.progress {
  width: 100%;
  height: 3px;
  position: absolute;
  top: 264px;
  left: 50%;
  border-radius: 3px;
  background: rgba(0,0,0,0);
  transform: translate(-50%, -50%);
  overflow: hidden;
}
.progress:after {
  content: '';
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background: #bfbfbf;
  animation: load 15s linear;
}
@-moz-keyframes load {
  0% {
    width: 0;
  }
  5% {
    width: 5%;
  }
  10% {
    width: 10%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  25% {
    width: 25%;
  }
  30% {
    width: 30%;
  }
  35% {
    width: 35%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 45%;
  }
  50% {
    width: 50%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 60%;
  }
  65% {
    width: 65%;
  }
  70% {
    width: 70%;
  }
  75% {
    width: 75%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 85%;
  }
  90% {
    width: 90%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes load {
  0% {
    width: 0;
  }
  5% {
    width: 5%;
  }
  10% {
    width: 10%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  25% {
    width: 25%;
  }
  30% {
    width: 30%;
  }
  35% {
    width: 35%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 45%;
  }
  50% {
    width: 50%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 60%;
  }
  65% {
    width: 65%;
  }
  70% {
    width: 70%;
  }
  75% {
    width: 75%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 85%;
  }
  90% {
    width: 90%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes load {
  0% {
    width: 0;
  }
  5% {
    width: 5%;
  }
  10% {
    width: 10%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  25% {
    width: 25%;
  }
  30% {
    width: 30%;
  }
  35% {
    width: 35%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 45%;
  }
  50% {
    width: 50%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 60%;
  }
  65% {
    width: 65%;
  }
  70% {
    width: 70%;
  }
  75% {
    width: 75%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 85%;
  }
  90% {
    width: 90%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}
@keyframes load {
  0% {
    width: 0;
  }
  5% {
    width: 5%;
  }
  10% {
    width: 10%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  25% {
    width: 25%;
  }
  30% {
    width: 30%;
  }
  35% {
    width: 35%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 45%;
  }
  50% {
    width: 50%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 60%;
  }
  65% {
    width: 65%;
  }
  70% {
    width: 70%;
  }
  75% {
    width: 75%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 85%;
  }
  90% {
    width: 90%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}

/* BODY /////////////////////////////////////////////////////////////////// */
body {
  background-color:rgba(0,0,0,1);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e6ebec' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  font: 1.7em "Fira Sans", Georgia, Arial, sans-serif;
  scroll-behavior: smooth;
}

/* HEADER /////////////////////////////////////////////////////////////////// */

header {
  position:fixed;
  top: 0px;
  left: 0px;
  width:100vw;
  color: rgba(255,255,255,0.9);
  list-style: none;
}

header-bas {
  position:fixed;
  bottom: 0px;
  left: 0px;
  width:100vw;
  color: rgba(255,255,255,0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  list-style: none;
}

scroll-container {
  display: block;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  text-align: center;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
}
scroll-page {
  display: flex;
  scroll-snap-align: center;
  justify-content: center;
  height: 100vh;
}

@supports (scroll-snap-type: y mandatory) {
  scroll-container {
    display: block;
    margin: 0 auto;
    width: 100vw;
    height: 100vh;
    text-align: center;
    overflow-y: scroll;
   scroll-snap-type: y mandatory;
    scroll-behavior: smooth;
  }
  scroll-page {
    display: flex;
    scroll-snap-align: center;
    justify-content: center;
    height: 100vh;
  }
}

#avatar {
  position: fixed;
  width: 30px;
  height: 30px;
  top: 35px;
  left: calc(1vw + 18px);  
  text-align: left;
  transition: .25s;
}

#mail {
  position: fixed;
  width: 22px;
  height: 22px;
  bottom: 20px;
  right: calc(1vw + 22px);
  text-align: left;
  transition: .25s;
}

#photo {
  position: fixed;
  width: 22px;
  height: 22px;
  bottom: 20px;
  left: calc(1vw + 22px);
  text-align: right;
  transition: .25s;
}

.scroll-downs {
  position: fixed;
  bottom: 32px;
  left: calc(50vw - 17px);
  width :1px;
  height: 20px;
}
.mousey {
  width: 1px;
  padding-top: 4px;
  padding-bottom: 12px;
  padding-left: 7px;
  padding-right: 8px;
  height: 10px;
  border: 2px solid #fff;
  border-radius: 20px;
  opacity: 0.95;
  box-sizing: content-box;
}
.scroller {
  width: 2px;
  height: 8px;
  border-radius: 25%;
  background-color: #fff;
  animation: scroll ease 2s infinite;
}

@keyframes scroll {
  0% { transform: translateY(0); background-color: #fff; height: 8px;}
  30% { transform: translateY(8px); background-color: #91E600; height: 4px;}
}

scroll-page[class|="page"]{
  font-size: 5em;
  font-weight: 500;
  color: rgba(255,255,255,0.9);
}

.fleche-haut {
  height: 11px;
  width: 20px;
  background-color: rgba(255,255,255,0);
  background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 11' style='enable-background:new 0 0 20 11;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23FFFFFF;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E %3Cpolyline class='st0' points='1,10 10,1 19,10 '/%3E %3C/svg%3E");  transition: 0.2s;
  cursor: pointer;
  }

.fleche-haut:hover {
  background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 11' style='enable-background:new 0 0 20 11;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2391E600;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E %3Cpolyline class='st0' points='1,10 10,1 19,10 '/%3E %3C/svg%3E");
}

.ligneseparation-bas {
  position: relative; 
  height: 11px;
  width: 100%;
  bottom: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  list-style: none;
  z-index: 99;
}

@media screen and (max-width: 479px) {
.ligneseparation-bas {
  left: -7px;   

  }
}

.arrow-button {
  cursor: pointer;
  width: 21.5px;
  height: 21.5px;
  position: relative;
  border: none;
  background: none;
  list-style: none;
}

.arrow-button:hover span:nth-child(1n+0) {
  background: #91e600;
  height: 2px; 
}

.arrow-button:hover {
  width: 21px;
}

/* MENU + HAMBURGER /////////////////////////////////////////////////////////////////// */

.menu-wrap {
  background-color:rgba(255,255,255,1);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e6ebec' fill-opacity='0.41' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  position: fixed;
  top: 0;
  right: -280px;
  height: 100%;
  width: 280px;
  list-style: none;
  text-align: left;
  font-size: 0.45em;
  font-weight: 400;
  overflow: auto;
  transition: .25s;
  z-index: 10;
}
.menu {
  list-style: none;
}
.menu-show {
  right: 0px;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.7);
}
.menu-sidebar {
  margin: 20px 0 80px 0;
  position: relative;
  top: 20px;
}
.menu-sidebar li {
  padding: 10px 10px 0;
}
.menu-sidebar li > a {
  color: rgba(0,0,0,0.95);
  font-size: 1em;
  position: relative;
}
.menu-sidebar li > a::after {
  content: "";
  display: block;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  top: 90%;
  width: 100%;
  left: 50%;
  transform: translate(-50%);
  background-image: linear-gradient(to right, transparent 50.3%, #91e600 50.3%);
  transition: background-position .2s .1s ease-out;
  background-size: 200% auto;
}
.menu-sidebar li > a:hover::after {
  background-position: -100% 0;
}
.menu-sidebar .menu-item-has-children {
  position: relative;
}
.menu-sidebar .menu-item-has-children .sub-menu {
  display: none;
}

span[class|="sidebar-menu-arrow"]::after {
  position: relative;
}
span[class|="sidebar-menu-arrow"]:hover span:nth-child(1n+0) {
  background: #91e600;
  height: 2px; 
}

.sub-menu {
  position: relative;
  top: -10px;
  padding: 5px;
  list-style: none;
  font-size: 1em;
  font-weight: 300;
}
.sub-menu small{
  position: relative;
  list-style: none;
  font-size: 0.8em;
  font-weight: 300;
}

.menu-wrap h1{
  font-family: 'Alfa Slab One', cursive;
  position: relative;
  left: -35px;
  line-height: 0;
  list-style: none;
  font-size: 6em;
  font-weight: 700;
  color: rgba(195,195,195,0.5);
  mix-blend-mode: multiply;
}

.menu-sidebar .menu-item-has-children h2{
  position: relative;
  list-style: none;
  top: -4.5em;
  margin-bottom: -4em;
  line-height: 1em;
  font-size: 1.3em;
  font-weight: 500;
}

.menu-sidebar .menu-item-has-children h2:hover{
  color: rgba(145,230,0,1);
  transition: 0.25s;
}

/*Hamburger Button*/
.toggle-button {
  position: fixed;
  width: 22px;
  height: 20px;
  top: 40px;
  right: calc(1vw + 22px);
  transition: .25s;
  z-index: 15;
}
.toggle-button:hover {
  cursor: pointer;
}

.toggle-button:hover :nth-child(1n+0) {
  border-color: #91e600;
}

.toggle-button:hover .menu-bar-middle {
  background-color: #91e600;
}

.toggle-button .menu-bar {
  position: absolute;
  width: 80%;
  transition: .5s;
}
.toggle-button .menu-bar-top {
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 2px;
  border-bottom: none;
  top: 0;
}
.toggle-button .menu-bar-middle {
  height: 2px;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  border-radius: 2px;
  margin-top: 3.5px;
  margin-bottom: 3.5px;
  top: 4px;
}
.toggle-button .menu-bar-bottom {
  border: 2px solid rgba(255,255,255,0.9);
  border-radius: 2px;
  border-top: none;
  top: 15px;
}
.button-open {
  right: calc(1vw + 22px);
}
.button-open .menu-bar-top {
  border-color: rgba(0,0,0,0.95);
  transform: rotate(45deg) translate(5.5px, 5.5px);
  transition: .5s;
}
.button-open .menu-bar-middle {
  background-color: rgba(0,0,0,0.95);
  transform: translate(-230px);
  transition: .1s ease-in;
  opacity: 0;
}
.button-open .menu-bar-bottom {
  border-color: rgba(0,0,0,0.95);
  transform: rotate(-45deg) translate(5px, -5px);
  transition: .5s;
}

/*Mail Button*/
.mail-button {
  position: fixed;
  width: 22px;
  height: 22px;
  bottom: 20px;
  right: calc(1vw + 22px);
  list-style: none;
  text-align: left;
  transition: .25s;
  background-color: rgba(255,255,255,0);
  background-image:url("../images/mail.svg");
  cursor: pointer;
  z-index: 99999;
}

.mail-button:hover {
  cursor: pointer;
  background-image:url("../images/mail-vert.svg");
}
.mail-button.clicked {
  cursor: pointer;
}

.mail-button-open {
  width: 14px;
  height: 14px;
  bottom: 24px;
  right: calc(1vw + 26px);
  text-align: center;
  background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 14 14' style='enable-background:new 0 0 14 14;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E %3Cpolyline class='st0' points='1,13 7,7 13,13 '/%3E %3Cpolyline class='st0' points='1,1 7,7 13,1 '/%3E %3C/svg%3E");
}
.mail-button-open:hover {
  background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2391E600;stroke-width:2.5;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E %3Cpolyline class='st0' points='1,19 10,10 19,19 '/%3E %3Cpolyline class='st0' points='1,1 10,10 19,1 '/%3E %3C/svg%3E");
}

.mail-button-close {
  position: inherit;
  width: 22px;
  height: 22px;
  top: 20px;
  left: 20px;
  background-color: rgba(255,255,255,0);
  background-image:url("data:image/svg+xml,%3Csvg version='1.1' id='Calque_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 20 20' style='enable-background:new 0 0 20 20;' xml:space='preserve'%3E %3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%2391E600;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:10;%7D %3C/style%3E %3Cpolyline class='st0' points='1,19 10,10 19,19 '/%3E %3Cpolyline class='st0' points='1,1 10,10 19,1 '/%3E %3C/svg%3E");
  cursor: pointer;
}

.menu-mail-wrap {
  color: rgba(0,0,0,0.95);
  background-color:rgba(255,255,255,1);
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23e6ebec' fill-opacity='0.41' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
  position: fixed;
  top: 0;
  right: -280px;
  height: 100%;
  width: 280px;
  list-style: none;
  text-align: left;
  font-size: 0.45em;
  font-weight: 400;
  overflow: auto;
  transition: .25s;
  z-index: 10;
}
.menu-mail {
  width: 200px;
  list-style: none;
}
.menu-mail-show {
  right: 0px;
  box-shadow: 3px 3px 20px rgba(0,0,0,0.7);
}
.menu-mail-sidebar {
  margin: 20px 0 80px 0;
  position: relative;
  top: 7.5vh;
}

/* FORMULAIRE /////////////////////////////////////////////////////////////////// */

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #aca49c;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #bbb5af;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #aca49c;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #bbb5af;
}

input::placeholder, textarea::placeholder {
  color: #aca49c;
}

input:focus::placeholder, textarea::focus:placeholder {
  color: #bbb5af;
}

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #aca49c;
}

input:focus::-ms-placeholder, textarea:focus::-ms-placeholder {
  color: #bbb5af;
}

/* on hover placeholder */

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
  color: #e2dedb;
}

input:hover:focus::-webkit-input-placeholder, textarea:hover:focus::-webkit-input-placeholder {
  color: #cbc6c1;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
  color: #e2dedb;
}

input:hover:focus::-moz-placeholder, textarea:hover:focus::-moz-placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
}

input:hover:focus::placeholder, textarea:hover:focus::placeholder {
  color: #cbc6c1;
}

input:hover::placeholder, textarea:hover::placeholder {
  color: #e2dedb;
}

input:hover:focus::-ms-placeholder, textarea:hover::focus:-ms-placeholder {
  color: #cbc6c1;
}

.form-group {
  position: relative;
  width: 84%;
  margin: 0px 0px 0px 0px;
}

.form-control {
  width: 100%;
  position: relative;
  margin: 0px 0px 0px 0px;
}


input {
  height: 5vh;
  padding: 0px 15px 0px 15px;
  
  background: transparent;
  outline: none;
  color: #726659;
  
  border: solid 1px #b3aca7;
  border-bottom: none;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

input:hover {
  background: #b3aca7;
  color: #e2dedb;
}

textarea {
  height: 50vh;
  min-height: 100px;
  padding: 15px;
  
  background: transparent;
  outline: none;
  
  color: #726659;
  
  border: solid 1px #b3aca7;
  
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

textarea:hover {
  background: #b3aca7;
  color: #e2dedb;
}

#submit {  
  width: 200px;
  padding: 0;
  margin: 0px 0px 0px 0px;
  
  background: #99938f;
  color: #f2eeeb;
  
  outline:none;
  cursor: pointer;
  
  border: solid 1px #b3aca7;
  border-top: none;
}

#submit:hover {
  background: #807a77;
  color: #faf6f3;
}

/* FLECHE ANIMEE /////////////////////////////////////////////////////////////////// */

button[class|="arrow-button"]{
  cursor: pointer;
  width: 21.5px;
  height: 21.5px;
  position: relative;
  top: -1.5px;
  margin: 0;
  border: none;
  background: none;
  position: relative;
}

button[class|="arrow-button"]{
  width: 21px;
}

.line-a{
  display: inline-block;
  width: 13px;
  height: 1.5px;
  background: rgba(0,0,0,0.95); 
  border-radius: 1.5px;
  position: absolute;
  left: 0;
  top: 6.5px;  
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

.line-b {
  display: inline-block;
  width: 13px;
  height: 1.5px;
  background: rgba(0,0,0,0.95);
  border-radius: 1.5px;
  position: absolute;
  left: 8.5px;
  top: 6.5px;
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transition: background 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out;
  -o-transition: background 0.2s ease-in-out;
  -ms-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

/* Fleches */

button[class|="arrow-button"].down .line-a{
  position: absolute;
  top: 5px;
  animation-name: turnAdown;
  -webkit-animation-name: turnAdown;
  animation-duration: .2s;  
  -webkit-animation-duration: .2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out; 
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
}

button[class|="arrow-button"].down .line-b {
  position: absolute;
  top: 5px;
  animation-name: turnBdown;
  -webkit-animation-name: turnBdown;
  animation-duration: .2s;  
  -webkit-animation-duration: .2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;   
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}


button[class|="arrow-button"].up .line-a{   
  position: absolute;
  top: 6.5px;
  animation-name: turnAup;
  -webkit-animation-name: turnAup;
  animation-duration: .2s;  
  -webkit-animation-duration: .2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out; 
  transform: rotate3d(0, 0, 1, -45deg);
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
}


button[class|="arrow-button"].up .line-b {
  position: absolute;
  top: 6.5px;
  animation-name: turnBup;
  -webkit-animation-name: turnBup;
  animation-duration: .2s;  
  -webkit-animation-duration: .2s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-timing-function: ease-in-out; 
  -webkit-animation-timing-function: ease-in-out;
  transform: rotate3d(0, 0, 1, 45deg);
  -webkit-transform: rotate3d(0, 0, 1, 45deg);  
}

/* Turn A down */
@keyframes turnAdown {
  0% {    
    transform: rotate3d(0, 0, 1, -45deg); 
    top: 5px;
  }
  50%{
    width: 13px;
  }   
  100% {    
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6.5px;
  } 
}

@-webkit-keyframes turnAdown {
  0% {    
    -webkit-transform: rotate3d(0, 0, 1, -45deg); 
    top: 5px;
  }
  50%{
    width: 13px;
  }   
  100% {    
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    top: 6.5px;
  }   
}

/* Turn B down */
@keyframes turnBdown {
  0% {    
    transform: rotate3d(0, 0, 1, 45deg);  
    top: 5px;    
  }
  50%{
    width: 13px;
  }   
  100% {    
    transform: rotate3d(0, 0, 1, -45deg);
    top: 6.5px;
  }   
}

@-webkit-keyframes turnBdown {
  0% {    
    -webkit-transform: rotate3d(0, 0, 1, 45deg);  
    top: 5px;    
  }
  50%{
    width: 13px;
  }   
  100% {    
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    top: 6.5px;
  }   
}


/* turnAup */
@keyframes turnAup {
  0% {    
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6.5px;  
  }
  50%{
    width: 13px;
  }   
  100% {    
    transform: rotate3d(0, 0, 1, -45deg); 
    top: 5px;
  }   
}

@-webkit-keyframes turnAup {
  0% {    
    transform: rotate3d(0, 0, 1, 45deg);
    top: 6.5px;  
  }
  50%{
    width: 13px;
  }   
  100% {    
    transform: rotate3d(0, 0, 1, -45deg); 
    top: 5px;
  }   
}

/* turnBup */
@keyframes turnBup {
  0% {    
    transform: rotate3d(0, 0, 1, -45deg); 
    top: 6.5px;  
  }
  50%{
    width: 13px;
  }   
  100% {    
    transform: rotate3d(0, 0, 1, 45deg);  
    top: 5px;
  }   
}

@-webkit-keyframes turnBup {
  0% {    
    -webkit-transform: rotate3d(0, 0, 1, -45deg); 
    top: 6.5px;  
  }
  50%{
    width: 13px;
  }   
  100% {    
    -webkit-transform: rotate3d(0, 0, 1, 45deg);  
    top: 5px;
  }   
}

/* CONTENU SCROLL-PAGE/////////////////////////////////////////////////////////////////// */

.grille-scroll-page {
  position: relative;
  top: 90px;
  width: 100vw;
  display: grid;
  grid-template-columns: 1fr 3fr;
  align-items: top;
  justify-content: left;
}

.grille-scroll-page :first-child {
  align-self: top;
}

.bloc-pages {
  position: relative;
  width: 100%;
  top: 90px;
}

@media screen and (max-height: 550px) {
.bloc-pages{
  top: 60px;
  }
}

@media screen and (max-width: 820px) {
.bloc-pages{
  top: 60px;
  }
}

.numeros {
  font-family: 'Alfa Slab One', cursive;
  position: absolute;
  right: 70vw;
  top: -20vw;
  font-size: 50vw;
  font-weight: 700;
  color: rgba(145,230,0,1);
  mix-blend-mode: color-dodge;
  text-align: right;
  opacity: 0.5;
}

.titres {
  position: absolute;
  width: 83%;
  left: 17vw;
  top: 0vw;
  font-size: 6vw;
  line-height: 90%;
  font-weight: 700;
  color: rgba(255,255,255,0.9);
  text-align: left;
}

.titres-01 {
  font-size: 6vw;
  line-height: 90%;
  font-weight: 400;
}

/* FOOTER /////////////////////////////////////////////////////////////////// */

#footer{
  width: 100%;
  height: 40px;
  font-size: 0.4em;
  font-weight: 200;
  text-align: center;
  vertical-align: middle;
  color: rgba(255,255,255,0.9);
}

/* WRAPPER /////////////////////////////////////////////////////////////////// */

.wrapper {
  display: grid;
  grid-gap: 10px;
  width: 90%;
  margin-top: 10px;
  margin-left: -10px;
  align-items: top;
  transition: 0.3s;
}  
@media screen and (min-width: 0px) {
.wrapper {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}
@media screen and (min-width: 479px) {
.wrapper {
    grid-template-columns: 1fr 1fr;
    grid-gap: 5px;
  }
} 
@media screen and (min-width: 820px) {
  .wrapper {
    grid-template-columns: 1fr 1fr 1fr;
}
}
@media screen and (min-width: 1279px) {
  .wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
}

div[class|="icon"]{
  height: 45px;
  width: 45px;
  background-size: 45px 45px;
  background-repeat: no-repeat;
  margin: 10px -10px -10px 10px;
  opacity: 0.9;
}

.icon {
  height: 45px;
  width: 45px;
  background-image:url("../images/icon-test.svg");
  background-size: 45px 45px;
  background-repeat: no-repeat;
  margin: 10px -10px -10px 10px;
  opacity: 0.9;
}

@media screen and (min-width: 0px) and (max-width: 550px) {
.wrapper div[class|="icon"]{
  height: 20px;
  width: 20px;
  background-size: 20px 20px;    
  margin: 5px 0 5px 10px;   
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
.wrapper div[class|="icon"]{
  height: 30px;
  width: 30px;
  background-size: 30px 30px;    
  margin: 5px 0 5px 10px;   
  }
}

@media screen and (min-height: 0px) and (max-height: 479px) {
.wrapper div[class|="icon"]{
  height: 20px;
  width: 20px;
  background-size: 20px 20px;    
  margin: 5px 0 5px 10px;   
  }
}

@media screen and (min-height: 479px) and (max-height: 550px) and (min-width: 767px) {
.wrapper div[class|="icon"]{
  height: 30px;
  width: 30px;
  background-size: 30px 30px;    
  margin: 5px 0 5px 10px;   
  }
}


.bloc div[class|="icon"]{
    padding: 10px 0 10px 10px;
}

.icon-frise01 {
  background-image:url("../images/icon-frise01.svg");
}
.bloc:hover div[class|="icon"]{
  opacity: 1;
}  

.bloc:hover .icon-frise01{
  background-image:url("../images/icon-frise01-hover.svg");
}

.icon-pdf {
  background-image:url("../images/icon-pdf.svg");
}

.bloc:hover .icon-pdf{
  background-image:url("../images/icon-pdf-hover.svg");
}

.icon-analysemethodo {
  background-image:url("../images/icon-analysemethodo.svg");
}

.bloc:hover .icon-analysemethodo{
  background-image:url("../images/icon-analysemethodo-hover.svg");
}

.icon-images {
  background-image:url("../images/icon-images.svg");
}

.bloc:hover .icon-images{
  background-image:url("../images/icon-images-hover.svg");
}

.icon-liens {
  background-image:url("../images/icon-liens.svg");
}

.bloc:hover .icon-liens{
  background-image:url("../images/icon-liens-hover.svg");
}

.icon-revindus {
  background-image:url("../images/icon-pdf.svg");
}

.bloc:hover .icon-revindus{
  background-image:url("../images/icon-revindus.svg");
}

.icon-avtgardes {
  background-image:url("../images/icon-pdf.svg");  
}

.bloc:hover .icon-avtgardes{
  background-image:url("../images/icon-avtgardes.svg");
}

.icon-modernisme {
  background-image:url("../images/icon-pdf.svg");  
}

.bloc:hover .icon-modernisme{
  background-image:url("../images/icon-modernisme.svg");
}

.icon-eclectisme {
  background-image:url("../images/icon-pdf.svg");  
}

.bloc:hover .icon-eclectisme{
  background-image:url("../images/icon-eclectisme.svg");
}

.icon-individ {
  background-image:url("../images/icon-pdf.svg");
}

.bloc:hover .icon-individ{
  background-image:url("../images/icon-individ.svg");
}

.icon-propagande {  
  background-image:url("../images/icon-pdf.svg");
}

.bloc:hover .icon-propagande{
  background-image:url("../images/icon-propagande.svg");
}

.icon-analysehdg {
  background-image:url("../images/icon-analysehdg.svg");
}

.bloc:hover .icon-analysehdg{
  background-image:url("../images/icon-analysehdg-hover.svg");
}

.icon-analysehda {
  background-image:url("../images/icon-analysehda.svg");
}

.bloc:hover .icon-analysehda{
  background-image:url("../images/icon-analysehda-hover.svg");
}

.icon-analysecompa {
  background-image:url("../images/icon-analysecompa.svg");
}

.bloc:hover .icon-analysecompa{
  background-image:url("../images/icon-analysecompa-hover.svg");
}

.icon-investig1 {
  background-image:url("../images/icon-investig1.svg");
}

.bloc:hover .icon-investig1{
  background-image:url("../images/icon-investig1-hover.svg");
}

.icon-investig2 {
  background-image:url("../images/icon-investig2.svg");
}

.bloc:hover .icon-investig2{
  background-image:url("../images/icon-investig2-hover.svg");
}

.icon-experim {
  background-image:url("../images/icon-experim.svg");
}

.bloc:hover .icon-experim{
  background-image:url("../images/icon-experim-hover.svg");
}

.icon-realgraph {
  background-image:url("../images/icon-realgraph.svg");
}

.bloc:hover .icon-realgraph{
  background-image:url("../images/icon-realgraph-hover.svg");
}

.icon-realinfo {
  background-image:url("../images/icon-realinfo.svg");
}

.bloc:hover .icon-realinfo{
  background-image:url("../images/icon-realinfo-hover.svg");
}

.icon-argu {
  background-image:url("../images/icon-argu.svg");
}

.bloc:hover .icon-argu{
  background-image:url("../images/icon-argu-hover.svg");
}

.icon-oral {
  background-image:url("../images/icon-oral.svg");
}

.bloc:hover .icon-oral{
  background-image:url("../images/icon-oral-hover.svg");
}

.icon-youtube {
  background-image:url("../images/icon-youtube.svg");
}

.bloc:hover .icon-youtube{
  background-image:url("../images/icon-youtube-hover.svg");
}

.icon-youtube-ai {
  background-image:url("../images/icon-youtube-ai.svg");
}

.bloc:hover .icon-youtube-ai{
  background-image:url("../images/icon-youtube-ai-hover.svg");
}

.icon-youtube-ps {
  background-image:url("../images/icon-youtube-ps.svg");
}

.bloc:hover .icon-youtube-ps{
  background-image:url("../images/icon-youtube-ps-hover.svg");
}

.icon-youtube-indd {
  background-image:url("../images/icon-youtube-indd.svg");
}

.bloc:hover .icon-youtube-indd{
  background-image:url("../images/icon-youtube-indd-hover.svg");
}

.icon-youtube-ae {
  background-image:url("../images/icon-youtube-ae.svg");
}

.bloc:hover .icon-youtube-ae{
  background-image:url("../images/icon-youtube-ae-hover.svg");
}

.icon-youtube-html {
  background-image:url("../images/icon-youtube-html.svg");
}

.bloc:hover .icon-youtube-html{
  background-image:url("../images/icon-youtube-html-hover.svg");
}

.icon-youtube-css {
  background-image:url("../images/icon-youtube-css.svg");
}

.bloc:hover .icon-youtube-css{
  background-image:url("../images/icon-youtube-css-hover.svg");
}

.icon-youtube-js {
  background-image:url("../images/icon-youtube-js.svg");
}

.bloc:hover .icon-youtube-js{
  background-image:url("../images/icon-youtube-js-hover.svg");
}

.icon-codepen {
  background-image:url("../images/icon-codepen.svg");
}

.bloc:hover .icon-codepen{
  background-image:url("../images/icon-codepen-hover.svg");
}

.icon-persp {
  background-image:url("../images/icon-persp.svg");
}

.bloc:hover .icon-persp{
  background-image:url("../images/icon-persp-hover.svg");
}

.icon-rendering {
  background-image:url("../images/icon-rendering.svg");
}

.bloc:hover .icon-rendering{
  background-image:url("../images/icon-rendering-hover.svg");
}

.icon-sketchnoting {
  background-image:url("../images/icon-sketchnoting.svg");
}

.bloc:hover .icon-sketchnoting{
  background-image:url("../images/icon-sketchnoting-hover.svg");
}

.icon-ombres {
  background-image:url("../images/icon-ombres.svg");
}

.bloc:hover .icon-ombres{
  background-image:url("../images/icon-ombres-hover.svg");
}

.icon-persos {
  background-image:url("../images/icon-persos.svg");
}

.bloc:hover .icon-persos{
  background-image:url("../images/icon-persos-hover.svg");
}

.icon-sculpture {
  background-image:url("../images/icon-sculpture.svg");
}

.bloc:hover .icon-sculpture{
  background-image:url("../images/icon-sculpture-hover.svg");
}

.icon-dessinnumerique {
  background-image:url("../images/icon-dessinnumerique.svg");
}

.bloc:hover .icon-dessinnumerique{
  background-image:url("../images/icon-dessinnumerique-hover.svg");
}

.icon-gravure {
  background-image:url("../images/icon-gravure.svg");
}

.bloc:hover .icon-gravure{
  background-image:url("../images/icon-gravure-hover.svg");
}

.icon-techimpression {
  background-image:url("../images/icon-techimpression.svg");
}

.bloc:hover .icon-techimpression{
  background-image:url("../images/icon-techimpression-hover.svg");
}

.icon-hda {
  background-image:url("../images/icon-hda.svg");
}

.bloc:hover .icon-hda{
  background-image:url("../images/icon-hda-hover.svg");
}

.icon-hdaffiche {
  background-image:url("../images/icon-hdaffiche.svg");
}

.bloc:hover .icon-hdaffiche{
  background-image:url("../images/icon-hdaffiche-hover.svg");
}

.icon-hdtypo {
  background-image:url("../images/icon-hdtypo.svg");
}

.bloc:hover .icon-hdtypo{
  background-image:url("../images/icon-hdtypo-hover.svg");
}

.icon-hdlogo {
  background-image:url("../images/icon-hdlogo.svg");
}

.bloc:hover .icon-hdlogo{
  background-image:url("../images/icon-hdlogo-hover.svg");
}

.icon-hdpdt {
  background-image:url("../images/icon-hdpdt.svg");
}

.bloc:hover .icon-hdpdt{
  background-image:url("../images/icon-hdpdt-hover.svg");
}

.icon-hdarchi {
  background-image:url("../images/icon-hdarchi.svg");
}

.bloc:hover .icon-hdarchi{
  background-image:url("../images/icon-hdarchi-hover.svg");
}

.icon-parcoursup {
  background-image:url("../images/icon-parcoursup.svg");
}

.bloc:hover .icon-parcoursup{
  background-image:url("../images/icon-parcoursup-hover.svg");
}

.icon-onisep {
  background-image:url("../images/icon-onisep.svg");
}

.bloc:hover .icon-onisep{
  background-image:url("../images/icon-onisep-hover.svg");
}

.icon-detaa {
  background-image:url("../images/icon-detaa.svg");
}

.bloc:hover .icon-detaa{
  background-image:url("../images/icon-detaa-hover.svg");
}

.icongutenberg {
  height: 30px;
  width: 155px;
  background-image:url("../images/icon-gutenberg.svg");
  background-size: 155px 30px;
  background-repeat: no-repeat;
  margin-top: -3px;
  margin-bottom: -15px;
}

@media screen and (min-width: 0px) and (max-width: 550px) {
.wrapper .icongutenberg{
  background-size: 113px 22px;
  margin-top: -7px;
  margin-left: -10px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px)  {
.wrapper .icongutenberg{
  margin-top: -7px;
  margin-left: -10px;
  }
}

@media screen and (min-height: 0px) and (max-height: 479px) {
.wrapper .icongutenberg{
  background-size: 113px 22px;
  margin-top: -7px;
  margin-left: -10px;   
  }
}

@media screen and (min-height: 479px) and (max-height: 550px) and (min-width: 767px) {
.wrapper .icongutenberg{
  margin-top: -7px;
  margin-left: -10px;   
  }
}

.bloc .icongutenberg {
    padding: 10px 0 10px 10px;
}

.icon-home {
  background-image:url("../images/icon-home.svg");
}

.bloc:hover .icon-home{
  background-image:url("../images/icon-home-hover.svg");
}

.icon-synopsis {
  background-image:url("../images/icon-synopsis.svg");
}

.bloc:hover .icon-synopsis{
  background-image:url("../images/icon-synopsis-hover.svg");
}

.icon-blog {
  background-image:url("../images/icon-blog.svg");
}

.bloc:hover .icon-blog{
  background-image:url("../images/icon-blog-hover.svg");
}


.content {
  text-align: justify;
  text-justify: inter-character;
  font-size: 11px;
  line-height: 1.05em;
  font-weight: 200;
  color: rgba(255,255,255,0.9);
}
.bloc:hover .content .soustitres-01{
  color: rgba(145,230,0,1);
}

.bloc:hover .content{
  color: rgba(255,255,255,1);
}

div[class|="soustitres"]{
  font-size: 18px;
  font-weight: 500;
  line-height: 1em;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
  color: rgba(145,230,0,0.9);
}  

@media screen and (min-width: 0px) and (max-width: 550px) {
.wrapper .content div[class|="soustitres"]{
    font-size: 11px;
    margin-top: -6px;
    margin-left: -10px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
.wrapper .content div[class|="soustitres"]{
    font-size: 14px;
    margin-top: -6px;
    margin-left: -10px;
  }
}

@media screen and (min-height: 0px) and (max-height: 479px) {
.wrapper .content div[class|="soustitres"]{
    font-size: 11px;
    margin-top: -6px;
    margin-left: -10px;   
  }
}

@media screen and (min-height: 479px) and (max-height: 550px) and (min-width: 767px) {
.wrapper .content div[class|="soustitres"]{
    font-size: 14px;
    margin-top: -6px;
    margin-left: -10px;   
  }
}

.bloc:hover .soustitres-01{
  color: rgba(145,230,0,1);
}

.bloc:hover .soustitres-02{
  color: rgba(212,20,90,1);
}

.bloc:hover .soustitres-03{
  color: rgba(0,171,226,1);
}

.bloc:hover .soustitres-04{
  color: rgba(0,146,69,1);
}

.bloc:hover .soustitres-05{
  color: rgba(190,108,180,1);
}

.bloc:hover .soustitres-06{
  color: rgba(255,127,0,1);
}

.bloc:hover .soustitres-07{
  color: rgba(157,157,157,1);
}

.h9{
  position: relative;
  top: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 1em;
  text-align: left;
  margin-top: -5px;
  margin-bottom: 5px;
}

@media screen and (min-width: 0px) and (max-width: 550px) {
.wrapper .h9{
    font-size: 9px;
    margin-left: -10px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
.wrapper .h9{
    font-size: 12px;
    margin-left: -10px;
  }
}

@media screen and (min-height: 0px) and (max-height: 479px) {
.wrapper .h9{
    font-size: 9px;
    margin-left: -10px;   
  }
}

@media screen and (min-height: 479px) and (max-height: 550px) and (min-width: 767px) {
.wrapper .h9{
    font-size: 12px;
    margin-left: -10px;  
  }
}

.text {
  margin: 0;
  -webkit-hyphens: manual;
  -ms-hyphens: manual;
  hyphens: manual;
}

@media screen and (max-width: 920px) {
.wrapper .text{
    visibility: collapse;
  }
}

@media screen and (max-height: 550px) {
.wrapper .text{
    visibility: collapse;
  }
}

.bloc {
    display: flex;
    align-items: flex-start;
    background-color: rgba(255,255,255,0);
    border-radius: 10px;
    transition: 0.3s;
    box-sizing: content-box;
}

.bloc:hover {
    background-color: rgba(255,255,255,0.15);
    cursor: pointer;
}

@media screen and (min-width: 0px) and (max-width: 550px) {
.wrapper .bloc{
    max-height: 30px;
  }
}

@media screen and (min-width: 550px) and (max-width: 767px) {
.wrapper .bloc{
    max-height: 40px;
  }
}

@media screen and (min-width: 767px) and (max-width: 920px) {
.wrapper .bloc{
    max-height: 65px;
  }
}

@media screen and (min-height: 0px) and (max-height: 479px) {
.wrapper .bloc{
    max-height: 30px;   
  }
}

@media screen and (min-height: 479px) and (max-height: 550px) and (min-width: 767px) {
.wrapper .bloc{
    max-height: 40px;  
  }
}

.bloc .content {
    flex: 1;
    padding: 10px;
}

.bloc .icon {
    padding: 10px 0 10px 10px;
}
