@import url("https://fonts.googleapis.com/css?family=Roboto");
@import url('https://fonts.googleapis.com/css2?family=Miriam+Libre:wght@400;700&display=swap');

.miriam-libre-regular {
    font-family: "Miriam Libre", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .miriam-libre-bold {
    font-family: "Miriam Libre", sans-serif;
    font-weight: 700;
    font-style: normal;
  }  

/*---------- BODY, HTML, HORIZONTAL CONTAINER, HORIZONTAL SCROLL ------------------------------------*/

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
  margin: 0;
  background-color: #c6ddf7;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
html {
  font-size: 10px;
}

/*---------- NAVIGATION MENU -----------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-135deg, #94cbdd, #4972a1);
  /* clip-path: polygon(25% 0, 50% 25%, 25% 50%, 0 25%); */
  /* clip-path: polygon(
    96.5% 1.4%,
    99.3% 1.4%,
    99.3% 0%,
    99.3% 40%,
    91% 48.5%,
    88% 48.5%,
    88% 50%,
    88% 10%
  ); */
  clip-path: polygon(97% 1%, 99.5% 1%, 99.5% 60%, 97% 70%, 90% 70%, 90% 10%);
  border-top-right-radius: 40px;
  transition: all 0.8s ease-in-out;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  z-index: 1;
  mix-blend-mode: luminosity;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape)  {
    .wrapper
{
  clip-path: polygon(95% 1%, 99.5% 1%, 99.5% 40%, 95% 50%, 84% 50%, 84% 10%);
}
}
@media only screen 

  and (orientation: portrait) {
    .wrapper
{
  clip-path: polygon(90% 1%, 99% 1%, 99% 40%, 90% 50%, 70% 50%, 70% 10%);
  border-top-right-radius: 35px;
}
}
#active:checked ~ .wrapper {
  /* clip-path: polygon(25% 0, 50% 25%, 25% 50%, 0 25%); */
  /* clip-path: polygon(
    90.5% 1.4%,
    99.3% 1.4%,
    99.3% 0%,
    99.3% 40%,
    91% 48.5%,
    82% 48.5%,
    82% 50%,
    82% 10%
  ); */
  clip-path: polygon(91% 1%, 99.5% 1%, 99.5% 75%, 91% 85%, 82% 85%, 82% 10%);
  height: 100%;
  width: 100%;
  border-top-right-radius: 40px;
  mix-blend-mode: luminosity;
  transition: 0.8s;
  opacity: 1;
  visibility: visible;
  z-index: 2;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape)  {
    #active:checked ~ .wrapper
{
  clip-path: polygon(88% 1%, 99.5% 1%, 99.5% 40%, 88% 50%, 74% 50%, 74% 10%);
}
}
@media only screen 

  and (orientation: portrait) {
    #active:checked ~ .wrapper
{
  clip-path: polygon(80% 1%, 99% 1%, 99% 40%, 80% 50%, 57% 50%, 57% 10%);
  border-top-right-radius: 35px;
}
}
.menu-btn {
  position: fixed;
  z-index: 3;
  right: 17px;
  top: 17px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 20%;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(-135deg, #94cbdd, #4972a1);
  transition: all 0.3s ease-in-out;
}
#active:checked ~ .menu-btn {
  background: #fff;
  color: black;
}
#active:checked ~ .menu-btn i:before {
  content: "\f00d";
}

.wrapper ul {
  position: absolute;
  top: 25%;
  left: 91%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 4px;
  direction: rtl;
  width: 290px;
  height: 290px;
}
@media only screen 

  and (max-width: 1400px)
  and (orientation: landscape) {
    .wrapper ul {
  left: 87%;
}
}
@media only screen 

  and (orientation: portrait) {
    .wrapper ul {
      left: 79%;
    }
}
input[type="checkbox"] {
  display: none;
}
.Menu-list-item {
  color: transparent;
  cursor: pointer;
  font-size: 27px;
  line-height: 55px;
  transition: all 0.3s ease;
  position: relative;
  width: 250px;
}

.menu-projets {
opacity: 0.8;
}

.menu-projets2 {
opacity: 0.6;
}

.menu-projets3 {
opacity: 0.4;
}

.Mask {
  display: block;
  position: absolute;
  overflow: hidden;
  color: rgb(19, 7, 71);
  top: 0;
  height: 49%;
  transition: all 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
}
.Mask span {
  display: block;
}
.Mask + .Mask {
  top: 48.9%;
}
.Mask + .Mask span {
  transform: translateY(-49%);
}

.Menu-list-item:hover .Mask,
.Menu-list-item:active .Mask {
  color: #fff;
  transform: skewX(12deg) translateX(5px);
}
.Menu-list-item:hover .Mask + .Mask,
.Menu-list-item:active .Mask + .Mask {
  color: black;
  transform: skewX(12deg) translateX(-5px);
}

.Menu-list-item::before {
  content: "";
  display: block;
  position: absolute;
  top: 49%;
  left: -10%;
  right: -10%;
  height: 4px;
  border-radius: 4px;
  margin-top: -2px;
  background: black;
  transform: scale(0);
  transition: transform 0.8s cubic-bezier(0.16, 1.08, 0.38, 0.98);
  z-index: 1;
}

.Menu-list-item:hover::before,
.Menu-list-item:active::before {
  transform: scale(1);
}

#menu-link {
  text-decoration: none;
}

/*---------- LOGO ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.EliseVoet_Logo1 {
  background-image: url("media/EliseVoet_LogoTexte.png");
  background-size: cover;
  width: 172.8px;
  height: 98.1px;
  top: 0px;
  margin-top: -10px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 3;
  mix-blend-mode: overlay;
}
@media only screen 

  and (orientation: portrait) {
    .EliseVoet_Logo1 {
      visibility: hidden;
    }
}
.EliseVoet_Logo2 {
  background-image: url("media/EliseVoet_LogoSignature.png");
  background-size: cover;
  width: 180px;
  height: 110.25px;
  top: 0px;
  margin-top: -20px;
  margin-left: 31px;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 4;
}
@media only screen 

  and (orientation: portrait)  {
    .EliseVoet_Logo2 {
      visibility: hidden;
    }
}

/*---------- BACKGROUND VIDEO -----------------------------------------------------------------------*/

.banner {
  width: 80%;
  height: 80%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: #c6ddf7 5rem;
}
.banner video {
  position: absolute;
  top: 10%;
  left: 10%;
  object-fit: cover;
  width: 80%;
  height: 80%;
  justify-content: center;
  align-items: center;
  text-align: center;
}
/* @media screen and (max-width: 960px) {
  .banner video {
    object-fit: cover;
    width: 25%;
    height: 100%;
  }
} */

/*----------- CONTAINER ------------------------------------------------------------------------------*/

.container {
  width: 100vh;
  height: 100vw;
  transform: rotate(-90deg) translateX(-100vh);
  transform-origin: top left;
  overflow-x: hidden;

  /* pour ie et mozilla */
  -ms-overlow-style: none;
  scrollbar-width: none;
  z-index: 1;
  overflow: hidden;
}
.blocHorizontal {
  display: flex;
  flex-direction: row;
  width: 100vw;
  height: 100vh;
  transform: rotate(90deg) translateY(-100vh);
  transform-origin: top left;
}
/* @media screen and (max-width: 960px) {
  .blocHorizontal {
    display: flex;
    flex-direction: row;
    width: 400vw;
    overflow-x: hidden;
    height: 100vh;
    transform: rotate(90deg) translateY(-100vh);
    transform-origin: top left;
  }
} */
::-webkit-scrollbar {
  display: none;
}

/*----------- CONTENT ------------------------------------------------------------------------------*/

.slide {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.one {
  animation: one 6s 1;
}

@keyframes one {
  0% {
    opacity: 0;
  }
}

.memo {
  position: absolute;
  z-index: 5;
  top: 25%;
  height: auto;
  width: 25%;
  min-width: 400px;
  background-color: white;
  justify-content: center;
  align-items: center;
  border-radius: 2%;
  opacity: 0.45;
  animation: memo 12s 1;
  text-decoration: none;
    font-size: 1.5rem;
    font-family: "Roboto", sans-serif;
    font-size: large;
    color: black;
    letter-spacing: 4%;
    text-justify: newspaper;
    line-height: 4vh;
}

@media only screen 
and (max-device-height: 640px) 
  and (orientation: portrait)  {
    .memo {
      background-color: rgb(184, 10, 10);
      top: 5%;
      left: 20%;
    }
}

@keyframes memo {
  0% {
    opacity: 0;
  }
}

.memo2 {
  position: absolute;
  z-index: 5;
  top: 25%;
  height: auto;
  width: 25%;
  min-width: 400px;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  border-radius: 2%;
  opacity: 0.45;
  animation: memo2 12s 1;
  text-decoration: none;
  font-size: large;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    color: black;
    letter-spacing: 4%;
    text-justify: newspaper;
    line-height: 4vh;
}

@keyframes memo2 {
  0% {
    opacity: 0;
  }
}

.directions {
  font-size: 2rem;
  padding: 8%;
  text-align: left;
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  opacity: 1;
  margin-top: 1rem;
  text-decoration: none;
}

#link {
    color: #3f41f5;
    text-decoration: none;
    font-style: italic;
    font-weight: 400;
    transition: 0.4s;
  }
  
  #link:hover {
    color: #701be3;
    font-style: italic;
    font-weight: 500;
    transition: 0.4s;
  }