@charset "UTF-8";



@font-face {
  font-family: hihi;
  src: url(../font/baunk-webfont.woff);
}

body {
  transition: background-color 1s ease-in-out;
  overflow-x: hidden;
  overflow-y:auto;
  
  font-family: hihi;
  background-image: linear-gradient( orangered, rgb(237, 56, 180),orangered, red,rgb(237, 56, 180),orangered, rgb(184, 26, 184), red,rgb(255, 0, 247),orangered,orangered,rgb(237, 56, 180),orangered, orangered,orangered,rgb(237, 56, 180),red,orangered);
}



p {
  font-size: 9em;
  font-family: "baunk-webfont.woff";
}


*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

  }

  .container {
    background-image: linear-gradient(blue,rgb(54, 54, 234),orangered); 
    height: 135vh;
    width: 100wh;
    align-items: center;
    color: white;
    font-size: 20pt;
    letter-spacing: 150pt;
    text-align: center;
    line-height: 130pt;
    position: relative;
    font-weight: bold;
    /* overflow: hidden; */
   }
   
   .nightTheme .container {
     background-image: linear-gradient(black, rgb(20, 20, 88), rgb(61, 61, 238));
   }
  
  .marquee {
    -webkit-touch-callout: none;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    position: relative;
    overflow: hidden;
    --offset: 20vw;
    --item-font-size: 10vw;
    --move-initial: calc(-25% + var(--offset));
    --move-final: calc(-50% + var(--offset));
    color: blue;
    font-family: hihi;
    font-weight: bold;
    font-size: 10pt;
    background-color: rgb(255, 0, 247);
    text-shadow: 1px 1px 20px blue;
  }

  
  .marquee__inner{
    width: fit-content;
    display: flex;
    position: relative;
    transform: translate3d(var(--move-initial),0,0);
    animation: marquee 5s linear infinite;
     /* animation-play-state: paused; */
     animation-play-state: running;
     text-shadow: 1px 1px 20px blue;
    }
  
  .marquee span{
    white-space: nowrap;
    font-size: 2.8vw;
    padding: 0 2vw;
  }
  
  .marquee:hover .marquee__inner{
     animation-play-state: paused;
       opacity: 1;
       transition-duration: 0.4s;
  }
  

  .nightTheme .marquee__inner {
    color: blue;
    font-family: hihi;
    font-weight: bold;
    font-size: 10pt;
    background-color: black;
    animation-play-state: paused;
    text-shadow: 1px 1px 20px blue;
   
  }

  


  @keyframes marquee {
    0% {
    transform: translate3d(var(--move-initial), 0, 0);
    }
  
    100% {
     transform: translate3d(var(--move-final), 0, 0);
    }
  }


  .container4 {
    width: 100vw;
    height: 530vh;
    position: relative;
    background-image: linear-gradient(red, rgb(237, 56, 180),orangered, red,rgb(237, 56, 180),orangered, rgb(184, 26, 184), red,rgb(255, 0, 247),orangered, red, blue);
  }
  
  .nightTheme .container4 {
    width: 100vw;
    height: 530vh;
    background-image: linear-gradient(black, rgb(31, 31, 84) ,blue, rgb(21, 16, 73), black);
  }

  .container5 {
    position: relative;
    width: 100%;
    height: 50vh;
    background-color: blue;

  }

  


  .nightTheme h1, .nightTheme .container5 {
    background-color: black;
  }

 .h1 {
    font-family: hihi;
    color: white;
    position: absolute;
    line-height: 130px;
    /* bottom: 0px; */
    width: 100%;
    text-shadow: 1px 1px 20px white;
} 

.h1 h1 {
  font-size: 6rem;
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  position: absolute;
  top: 0px;
  left: 0px;
}

.h1 h1:nth-child(2) {
  opacity: 0;
}

.nightTheme .h1 h1:nth-child(1) {
  opacity: 0;
}

.nightTheme .h1 h1:nth-child(2) {
  opacity: 1;
}

.nightTheme .h1 {
  color: blue;
  background-color: black;
  text-shadow: 1px 1px 20px blue;
 }


 .container6 {
   position:relative;
   background-image: linear-gradient(orangered, rgb(255, 0, 247), orangered, white, blue);
 }

 .container12 {
  position:relative;
  width: 100%;
  background-image: linear-gradient(white,orangered,rgb(255, 0, 247),orangered, rgb(255, 0, 247), orangered, white, blue) !important;
}
.h2 {
    font-family:hihi;
    font-size: 260px;
    color: white;
    position: relative;
    text-align: center;
    line-height: 350px;
    text-shadow: 1px 1px 20px white;
}

.nightTheme .h2 {
  font-family:hihi;
    font-size: 260px;
    color: white;
    position: relative;
    text-align: center;
    background-color: black;
}


.h2 h2 {
  text-align: center;
  transition: opacity 0.2s ease-in-out;
  position: relative;
  top: 0px;
  left: 0px;
}

.h2 h2:nth-child(2) {
  opacity: 0;
}

.nightTheme .h2 h2:nth-child(1) {
  opacity: 0;
}

.nightTheme .h2 h2:nth-child(2) {
  opacity: 1;
}

.nightTheme .h2 {
 font-family:hihi;
   font-size: 260px;
   color: white;
   position: relative;
   text-align: center;
   background-image: linear-gradient(black, rgb(23, 23, 107),blue,rgb(23, 23, 107),black, black);
   text-shadow: 1px 1px 20px white;
}


.texte1 {
  font-family: Arial, Helvetica, sans-serif;
  display: grid;
  grid-template-columns: auto;
}
.texte2 {
  font-family: Arial, Helvetica, sans-serif;
  display: grid;
  grid-template-columns: auto;
}



.letter {
  color: white;
  font-size: 0.5rem;
  letter-spacing: 230pt;
  font-family: Helvetica, sans-serif;
  position: absolute; 
  /* background-color: red; */
  overflow: hidden;
  width: 200px;
  height: 200px;
  transition: all .2s ease-in-out;
}

.letter:hover {
  width: 200px;
  height: 200px;

}


.letter p {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  font-family: Helvetica, sans-serif;

  /* animation: name duration timing-function delay iteration-count direction fill-mode; */
}

.letter img {
  position: absolute;
  z-index: 0;

  top: 0px;
  left: 0px;
  transition: width 0.5s ease-in-out, opacity 0.1s ease-in-out;
  /* transform: translate(-50%, -50%); */
  width: 0vw;
}

.letter img:nth-child(2) {
  opacity: 0;
}
.nightTheme .letter img:nth-child(2) {
  opacity: 1;
}
.nightTheme .letter img:nth-child(3) {
  opacity: 0;
}

.letter.expand img {
  width: 100%;
}

.letter1 {
  top: 1%;
  left: 50%;
  text-shadow: 1px 1px 20px white;
}

.letter2 {
  top: 13%;
  left: 05%;
  text-shadow: 1px 1px 20px white;
}

.letter3 {
  top: 28%;
  left: 20%;
  text-shadow: 1px 1px 20px white;
}

.letter4 {
  top: 23%;
  left: 45%;
  text-shadow: 1px 1px 20px white;
}

.letter5 {
  top: 28%;
  left: 57%;
  text-shadow: 1px 1px 20px white;
}

.letter6 {
  top: 16%;
  left: 85%;
  text-shadow: 1px 1px 20px white;
}

.letter7 {
  top: 33%;
  left: 80%;
  text-shadow: 1px 1px 20px white;
}

.letter8 {
  top: 43%;
  left: 3%;
  text-shadow: 1px 1px 20px white;
}

.letter9 {
  top: 55%;
  left: 30%;
  text-shadow: 1px 1px 20px white;
}

.letter10 {
  top: 43%;
  left: 73%;
  text-shadow: 1px 1px 20px white;
}

.letter11 {
  top: 41%;
  left: 92%;
  text-shadow: 1px 1px 20px white;
}

.letter12 {
  top: 50%;
  left: 50%;
  text-shadow: 1px 1px 20px white;
}

.letter13 {
  top: 55%;
  left: 89%;
  text-shadow: 1px 1px 20px white;
}

.letter14 {
  top: 73%;
  left: 10%;
  text-shadow: 1px 1px 20px white;
}

.letter15 {
  top: 82%;
  left: 26%;
  text-shadow: 1px 1px 20px white;
}

.letter16 {
  top: 68%;
  left: 56%;
  text-shadow: 1px 1px 20px white;
}

.letter17 {
  top: 72%;
  left: 68%;
  text-shadow: 1px 1px 20px white;
}

.letter18 {
  top: 82%;
  left: 90%;
  text-shadow: 1px 1px 20px white;
}
  
  
  
  form {
    margin-top: 2em;
  }
  
  .hide {
    position: absolute;
    left: -10000px;
  }
  
  label {
    display: inline-block;
    background: slategrey;
    margin: 25px;
    position: relative;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    font-size: 1em;
    color: #fff;
    text-align: center;
    text-decoration: none;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  }

  @keyframes switch1 {
    0%{
      transform: translate(-50%) rotate3d(0, 1, 0, 0deg);
    }
    50%{
      transform: translate(-50%) rotate3d(0, 1, 0, 180deg);
    }
    100%{
      transform: translate(-50%) rotate3d(0, 1, 0, 360deg);
    }
}

@keyframes example {
  0%   {background-color: red;}
  25%  {background-color: yellow;}
  50%  {background-color: blue;}
  100% {background-color: green;}
}


.switch {
  height: 100px;
  width: 100px;
  position: fixed;
  top: 18vh;
  right: 2vw;
  transform: translate(-50%) rotate3d(0, 1, 0.5, 0deg);
  background-color: orangered;
  z-index: 10000;
  -webkit-box-shadow: 0px 0px 20px 20px #ffffff; -moz-box-shadow: 0px 0px 3px 5px #ffffff; box-shadow: 0px 0px 30px #ffffff; 
  animation: switch1 4s linear 0s infinite alternate;
  /* animation: switch1 4s alternate infinite; */
  /* transition: transform 4s ease-in-out; */
  overflow: hidden; 
}

.switch svg {
  width: 100%;
  -webkit-filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
  filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .7));
}

.switch svg rect {
  
  -webkit-box-shadow: 0px 0px 20px 20px #ffffff; -moz-box-shadow: 0px 0px 3px 5px #ffffff; box-shadow: 0px 0px 30px #ffffff; 

}

.nightTheme .switch {
  background-color: blue;
  animation: switch1 10s linear 0s infinite alternate;
  /* transform: translate(-50%) rotate3d(0, 1, 0, 360deg); */
}



.nightTheme {
    background-color: black;
}
/* .colonne{
}
.grande-div{
} */

.element {
    height: 250px;
    width: 250px;
    margin: 0 auto;
    background-color: red;
    animation-name: stretch;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-delay: 0;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-fill-mode: none;
    animation-play-state: running;
}

.texte1 {
  position: relative;
  font-size: 15pt;
  grid-template-columns: auto;
  color: blue;
}

.texte2 {
  position: relative;
  font-size: 15pt;
  grid-template-columns:auto;
  color: blue;
}



.nightTheme .texte1 {
  color: #ffffff;
}


.nightTheme .texte2 {
  color: #ffffff;
}

.nightTheme .element {
    background-color: black;
    animation-name: stretchNight;
    
}

/* .nightTheme .container {

} */
.img2{
  width: 100vw;
  height: 74vh;
  position: absolute;
}

@keyframes stretch {
    0% {
        transform: scale(.3);
        background-color: red;
        border-radius: 100%;
    }
    50% {
        background-color: orange;
    }
    100% {
        transform: scale(1.5);
        background-color: blue;
    }
}

@keyframes stretchNight {
    0% {
        transform: scale(.3);
        background-color: black;
        border-radius: 100%;
    }
    50% {
        background-color: rgb(95, 70, 22);
    }
    100% {
        transform: scale(1.5);
        background-color: rgb(95, 0, 107);
    }
}



.container2 {
  position: relative;
    width: 100%;
    background-image: linear-gradient(rgb(235, 94, 28), rgb(237, 56, 180),red);
    display: flex;
    flex-wrap: wrap;
}

.container2 img {
  position: absolute;
  object-fit: cover;
top: 0;
left: 0;
  width: 100%;
  height: 100%;
}

.carre {
    flex-shrink: 0;
    flex-grow: 0;
    position: relative;
    z-index: 10;
    width: 10%;
    height: 10vh;
    background-color: blue;
    transition: background-color.0s ease-in-out 0.2s;
}

.nightTheme .carre {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  z-index: 10;
  width: 10%;
  height: 10vh;
  background-color: blue;
  transition: background-color .5s ease-in-out 17s;
}


.carre:hover {
    background-color: transparent;
    transition: background-color 0s ease-in-out;
    
}

.nightTheme .container2 {
  background-image: linear-gradient(black,rgb(21, 16, 73), black);
width: 100%;
display: flex;
flex-wrap: wrap;
}




.containerimages {
  height: 700px;
  width: 100%s;
}

.container8 {
  height: 200px;
  width:800px
}


.container9 {
  background-image: linear-gradient(orangered, white);
}

.nightTheme .container9 {
  background-image: linear-gradient(black,blue);
}

.container3 {
  background-image:linear-gradient(white,orangered,red, rgb(237, 56, 180), orangered );
  height: 170vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  
  
}

.circle {
  background-color: aqua;
  height: 500px;
  width: 900px;
  border-radius: 50%;
  animation: switch1 4s linear 0s infinite alternate;
  -webkit-box-shadow: 0px 0px 50px 50px #ffffff; -moz-box-shadow: 0px 0px 6px 10px #ffffff; box-shadow: 0px 0px 60px #ffffff;
}

.nightTheme .container3 {
  background-image:linear-gradient(black,black,rgb(21, 16, 73), blue,black);
}

.nightTheme .circle {
  background-color: deepskyblue;
  animation: switch1 20s linear 0s infinite alternate;
  
}

.movingIMG {
  position: absolute;
  width: 30vw;
  height: 30vw;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  pointer-events: none;
}

.movingIMG1 {
  animation: animLune 20s ease 0.5s infinite  alternate;
}
.movingIMG2 {
  animation: animSoleil 20s ease 0.5s infinite  alternate;
}
.movingIMG3 {
  animation: animLune2 20s ease 0.5s infinite  alternate;
}


.movingIMG4 {
  animation: animSoleil2 20s ease 0.5s infinite  alternate;
}


.nightTheme .movingIMG1 {
  opacity: 0;
}

.nightTheme .movingIMG2 {
  opacity: 0;
}

.nightTheme .movingIMG3 {
  opacity: 0;
}

.nightTheme .movingIMG4 {
  opacity: 0;
}

@keyframes animLune {
  0% {
    top: 50%;
    left: 50%;
  }
  25% {
    top: 30%;
    left: 20%;
  }
  50% {
    top: 60%;
    left: 70%;
  }
  75% {
    top: 90%;
    left: 80%;
  }
  100% {
    top: 60%;
    left: 100%;
  }
}

@keyframes animSoleil {
  0% {
    top: 50%;
    left: 50%;
  }
  25% {
    top: 40%;
    left: 55%;
  }
  50% {
    top: 60%;
    left: 50%;
  }
  75% {
    top: 40%;
    left: 50%;
  }
  100% {
    top: 55%;
    left: 40%;
  }
}

@keyframes animLune2 {
  0% {
    top: 70%;
    left: 50%;
  }
  25% {
    top: 10%;
    left: 15%;
  }
  50% {
    top: 70%;
    left: 43%;
  }
  75% {
    top: 30%;
    left: 83%;
  }
  100% {
    top: 65%;
    left: 80%;
  }
}

@keyframes animSoleil2 {
  0% {
    top: 40%;
    left: 50%;
  }
  25% {
    top: 80%;
    left: 25%;
  }
  50% {
    top: 20%;
    left: 90%;
  }
  75% {
    top: 80%;
    left: 10%;
  }
  100% {
    top: 15%;
    left: 60%;
  }
}

.movingIMG img {
  width: 100%;
}

.container13 img {
  width: 100vw;
  height: 100vh;
  opacity: 0;
  position: relative;
  
}

.nightTheme .container13 img{
  opacity: 1;
  background-image: linear-gradient(black,black,blue,black)!important;
  /* object-fit:fill; */
  width: 100vw;
  height: 100vh;
}

.container14 {
  opacity: 0;
  position: relative;
  top:0%;
}

.nightTheme .container14{
  opacity: 1;
  background-image: linear-gradient(black,black);

}

.container15 {
  opacity: 0;
  position: relative;
  top:0%;
}

.nightTheme .container15 {
  opacity: 1;
  background-image: linear-gradient(black,blue,black);
  
}

@media (max-width: 1250px) {
  .letter {
    color: white;
    font-size: 0.2rem;
    letter-spacing: 230pt;
    font-family: Helvetica, sans-serif;
    position: absolute; 
    /* background-color: red; */
    overflow: hidden;
    width: 200px;
    height: 200px;
    transition: all .2s ease-in-out;
  }

  .texte1 {
    position: relative;
    font-size: 13pt;
    grid-template-columns: auto;
    color: blue;
  }
  
  .texte2 {
    position: relative;
    font-size: 13pt;
    grid-template-columns:auto;
    color: blue;
  }

  .h1 h1 {
    font-size: 2rem;
    text-align: center;
    transition: opacity 0.2s ease-in-out;
    position: absolute;
    top: 0px;
    left: 0px;
    line-height: 35pt;
  }

  .switch {
    height: 70px;
    width: 70px;
    position: fixed;
    top: 18vh;
    right: 2vw;
    transform: translate(-50%) rotate3d(0, 1, 0.5, 0deg);
    background-color: orangered;
    z-index: 10000;
    -webkit-box-shadow: 0px 0px 20px 20px #ffffff; -moz-box-shadow: 0px 0px 3px 5px #ffffff; box-shadow: 0px 0px 30px #ffffff; 
    animation: switch1 4s linear 0s infinite alternate;
    /* animation: switch1 4s alternate infinite; */
    /* transition: transform 4s ease-in-out; */
    overflow: hidden; 
  }

  .h2 {
    font-family:hihi;
    font-size: 60px;
    color: white;
    position: relative;
    text-align: center;
    line-height: 150px;
    text-shadow: 1px 1px 20px white;
}

.circle {
  background-color: aqua;
  height: 250px;
  width: 450px;
  border-radius: 50%;
  animation: switch1 4s linear 0s infinite alternate;
  -webkit-box-shadow: 0px 0px 50px 50px #ffffff; -moz-box-shadow: 0px 0px 6px 10px #ffffff; box-shadow: 0px 0px 60px #ffffff;
}
  


}
