@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 ----------------------------------------------------------------------------------------------------*/

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

body 
{
  background-color: #0e0929;
    font-family: "Roboto", sans-serif;
}

html 
{
    font-size: 10px;
}

.horizontal-container
{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    scroll-behavior: smooth;
    scroll-snap-type: inline;
    -ms-overlow-style: none;
    scrollbar-width: none;
}

::-webkit-scrollbar 
{
    display: none;
}

.horizontal-container container-content /*DIFFERENT*/
{
    min-width: 100%;
    height: auto;
    height: 100vh;
}

.horizontal-container section {
    min-width: 100%;
    display: flex;
    align-items: center;
    height: 100vh;
    scroll-behavior: smooth;
    scroll-snap-type: inline;
  }

  @media (max-width: 991px) {
    .horizontal-container {
      position: absolute;
      display: flex;
      flex-direction: column;
      height: auto;
      transform: none !important;
    }
  }

/*---------- 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;
right: 9%;
margin-top: 2.1rem;
width: 50rem;
z-index: 3;
text-align: center;
display: inline-block;
}

.titrepage {
font-size: 4rem;
font-family: "Roboto", sans-serif;
font-weight: 100;
color: #aac1f4;
letter-spacing: 1rem;
text-transform: uppercase;
justify-content: center;
align-items: center;
position: fixed;
opacity: 0.7;
}

@media only screen 
and (orientation: portrait)  {
  .titrepage {
      font-size: 2.5rem;
      letter-spacing: 0.7rem;
      right: 35%;
    justify-content: right;
  align-items: flex-end;
  text-align: right;
    }
}

@media only screen 
and (min-device-width: 769px) 
and (max-device-width: 1024px) 
and (-webkit-min-device-pixel-ratio: 1) {
  .titrepage {
      font-size: 2rem;
      letter-spacing: 0.7rem;
    }
}

@media (max-device-width: 769px) 
{
  .TitlePage {
    display: none;
    opacity: 0;
  }
}
@media only screen 

and (max-width: 700px)
and (orientation: portrait) {
  .TitlePage {
    justify-content: right;
  align-items: flex-end;
  text-align: right;
  }
}
@media only screen 

and (max-width: 700px)
and (orientation: portrait) {
  .titrepage {
    right: 35%;
    justify-content: right;
  align-items: flex-end;
  text-align: right;
  }
}
@media only screen 

and (max-width: 600px)
and (orientation: portrait) {
  .titrepage {
font-size: 2rem;
      letter-spacing: 0.7rem;
      font-weight: 400;
}
}

  /*---------- 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.5;
  }
  @media only screen 
  
    and (orientation: portrait) {
      .EliseVoet_Logo1 {
        visibility: hidden;
      }
  }
  .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 only screen 
  
    and (orientation: portrait)  {
      .EliseVoet_Logo2 {
        visibility: hidden;
      }
  }
  
/*---------- FIRST GRID ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.first-grid
{
    float:left;
    position: relative;
    margin-left: 3.5vw;
    margin-top: 7vh;
    width: 200vw;
    height: 86vh;
    /* background-color: rgb(74, 67, 180); */
}


.wrapper1 {
    /*width: 301.39px;*/
    width: 256.18px;
    /*height: 821px;*/
    height: 697.85px;
    left: 192px;
    top: 0px;
    display: inline-block;
    position: absolute;
    transition: all 0.8s ease;
}
.wrapper1 :hover {
    cursor: pointer;
}

.wrapper2 {
    /*width: 340.17px;*/
    width: 289.14px;
    /* height: 626.06px; */
    height: 532.15px;
    display: inline-block;
    position: absolute;
    left: 480px;
    top: 175px;
    transition: all 0.8s ease;
}
.wrapper2 :hover {
    cursor: pointer;
}

.wrapper3 {
    /* width: 369.66px; */
    width: 314.21px;
    /* height: 523.44px; */
    height: 444.92px;
    display: inline-block;
    position: absolute;
    left: 800px;
    top: 50px;
    z-index: 1;
}
.wrapper3 :hover {
    cursor: pointer;
}

.wrapper4 {
    /* width: 437.53px; */
    width: 371.90px;
    /* height: 735px; */
    height: 624.75px;
    display: inline-block;
    position: absolute;
    left: 1024px;
    top: 100px;
}
.wrapper4 :hover {
    cursor: pointer;
}

.wrapper5 {
    /* width: 330.43px; */
    width: 280.86px;
    /* height: 668px; */
    height: 567.8px;
    left: 1426px;
    top: 10px;
    display: inline-block;
    position: absolute;
}
.wrapper5 :hover {
    cursor: pointer;
}

.wrapper6 {
    /* width: 404.30px; */
    width: 343.65px;
    /* height: 731px; */
    height: 621.35px;
    display: inline-block;
    position: absolute;
    left: 1737px;
    top: 55px;
}
.wrapper6 :hover {
    cursor: pointer;
}

.wrapper7 {
    /* width: 425.52px; */
    width: 361.69px;
    /* height: 509px; */
    height: 432.65px;
    display: inline-block;
    position: absolute;
    left: 2109px;
    top: 300px;
    z-index: 1;
}
.wrapper7 :hover {
    cursor: pointer;
}

.wrapper8 {
    /* width: 757.22px; */
    width: 643.63px;
    /* height: 561.55px; */
    height: 477.31px;
    display: inline-block;
    position: absolute;
    left: 2311px;
    top: 120px;
}
.wrapper8 :hover {
    cursor: pointer;
}


/*---------- TEXTE ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.text-bloc-anhydran {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 200px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-anhydran {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 25px;
  margin-left: -40px;
  margin-top: -88px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper1:hover .title-anhydran{
  color:#2ea091;
  opacity: 1;
  transition: all 0.8s ease;
}
.text-anhydran {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 30px;
  font-weight: 200;
  color: white;
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 200px;
}
.wrapper1:hover .text-anhydran{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-phonemes2 {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 70px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-phonemes2 {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 250px;
  margin-left: 60px;
  margin-top: 0px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
  width: 250px;
}
.wrapper2:hover .title-phonemes2{
  color:#110074;
  opacity: 1;
  transition: all 0.8s ease;
  font-weight: bold;
}
.text-phonemes2 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 5px;
  font-weight: 200;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 250px;
  text-align: end;
}
.wrapper2:hover .text-phonemes2{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-phonemes1 {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 100px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-phonemes1 {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 250px;
  margin-left: -40px;
  margin-top: -88px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper3:hover .title-phonemes1{
  color:#54a2d6;
  opacity: 1;
  transition: all 0.8s ease;
}
.text-phonemes1 {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 30px;
  font-weight: 200;
  color: white;
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 230px;
}
.wrapper3:hover .text-phonemes1{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-transmutation {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 420px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-transmutation {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-top: 20px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper4:hover .title-transmutation{
  color:#2b5a58;
  opacity: 1;
  transition: all 0.8s ease;
  font-weight: bold;
}
.text-transmutation {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 70px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 200px;
}
.wrapper4:hover .text-transmutation{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-flots {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 40px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-flots {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
  margin-left: 160px;
  margin-top: 0px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper5:hover .title-flots{
  color:#c7a277;
  opacity: 1;
  transition: all 0.8s ease;
  font-weight: bold;
}
.text-flots {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 20px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 200px;
  /* text-align: end; */
}
.wrapper5:hover .text-flots{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-transcendance {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 470px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-transcendance {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-top: 20px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper6:hover .title-transcendance{
  color:#3487ad;
  opacity: 1;
  transition: all 0.8s ease;
  font-weight: bold;
}
.text-transcendance {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 50px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 200px;
  /* text-align: end; */
}
.wrapper6:hover .text-transcendance{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-tina {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 45px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-tina {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
  margin-left: 200px;
  margin-top: 0px;
  font-weight: normal;
  color: white;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper7:hover .title-tina{
  color:#6255d6;
  opacity: 1;
  transition: all 0.8s ease;
  font-weight: bold;
  letter-spacing: 0.4rem;
}
.text-tina {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 120px;
  font-weight: normal;
  color: rgb(255, 255, 255);
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 200px;
  text-align: end;
}
.wrapper7:hover .text-tina{
opacity: 1;
transition: all 0.8s ease;
}

.text-bloc-eveil {
  /* background-color: #282452; */
  width: 260px;
  padding: 5%;
  margin-bottom: 0;
  margin-top: 0px;
  margin-left: 0;
  border-radius: 25px;
  align-items: center;
  justify-content: center;
  position: absolute;
}
.title-eveil {
  font-family: "Roboto", sans-serif;
  font-size: 2.3rem;
  margin-bottom: 20px;
  margin-left: 400px;
  margin-top: 0px;
  font-weight: normal;
  color: white;
  letter-spacing: 0.2rem;
  opacity: 0.7;
  letter-spacing: 0.4rem;
  text-transform: uppercase;
  transition: all 0.8s ease;
}
.wrapper8:hover .title-eveil{
  color:#6aad9f;
  opacity: 1;
  transition: all 0.8s ease;
  font-weight: normal;
}
.text-eveil {
  font-family: "Roboto", sans-serif;
  font-size: 1.6rem;
  margin-left: 0px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  letter-spacing: 0.1rem;
  opacity: 0;
  margin-bottom: 6px;
  transition: all 0.8s ease;
  width: 200px;
}
.wrapper8:hover .text-eveil{
opacity: 1;
transition: all 0.8s ease;
}
 
.italic {
  font-style: italic;
}

#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;
}
