@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, PARALLAX SLIDER ----------------------------------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 10px;
}

body {
  background-color: rgb(26, 7, 2);
  overscroll-behavior: none;
  /* pour ie et mozilla */
  -ms-overlow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

main {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 5500px;
  height: 100%;
}

.slider-inner {
  position: absolute;
  top: 15%;
  height: 70%;
  width: 100%;
  display: flex;
  /* justify-content: stretch; */
  justify-content: space-evenly;
}

.item {
  position: relative;
  width: 800px;
  height: 100%;
  overflow: hidden;
  /* background-color: aliceblue; */
}

.img {
  position: relative;
  left: -50px;
  width: 1200px;
  height: 100%;
  background-size: cover;
  background-position: center;
  /* filter: grayscale(100%); */
  /* background-image: url("./images/1.jpg"); */
}

/*---------- 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;
}

/*---------- PAGE TITLE -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.TitlePage {
  justify-content: center;
  align-items: center;
  position: fixed;
  margin-left: 115rem;
  margin-top: 2.1rem;
  width: 50rem;
  z-index: 3;
  mix-blend-mode: difference;
  opacity: 0.6;
}

.titrepage {
  font-size: 4rem;
  font-family: "Roboto", sans-serif;
  font-weight: lighter;
  color: rgb(250, 250, 250);
  letter-spacing: 1rem;
  margin-left: 0rem;
  margin-top: 0rem;
  text-transform: uppercase;
  position: fixed;
}

/*---------- LOGO ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.EliseVoet_Logo1 {
  background-image: url("media/EliseVoet_LogoTexteBlanc.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;
  opacity: 0.8;
}
/* @media screen and (max-width: 960px) {
    .EliseVoet_Logo1 {
      opacity: 0;
    }
  } */
.EliseVoet_Logo2 {
  background-image: url("media/EliseVoet_LogoSignatureBlanc.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;
  mix-blend-mode: lighten;
}
/* @media screen and (max-width: 960px) {
    .EliseVoet_Logo2 {
      opacity: 0;
    }
  } */
