


html {
  width: 100%;
  cursor: url(../images/cursor.png)70 70, auto;
}
.containerwavelenght {
  height: 100%;
  width: 100%;
  display: flex;
}

.containerwavelenghttwo {
  height: 100%;
  width: 100%;
  display: flex;
}

.containerwavelenghtthree {
  height: 100%;
  width: 100%;
  display: flex;
}
.columnchaqueligne {
  width: 100%;
  margin: 0;
  height: 15vh;
  overflow: hidden;
  display: flex;
  background-color: black;
}


.appareiliphone{
  display: none;
}




.columnchaquelignetwo {
  width: 100%;
  margin: 0;
  height: 15vh;
  overflow: hidden;
  display: flex;
  background-color: black;
}
.columnchaquelignethree {
  width: 100%;
  margin: 0;
  height: 15vh;
  overflow: hidden;
  display: flex;
  background-color: black;
}

.topwavelenghthaut,
.bottomwaveleghtbas {
  height: 100%;
  width: 50%;

}
.topwavelenghthauttwo,
.bottomwaveleghtbastwo {
  height: 100%;
  width: 50%;

}

.topwavelenghthautthree,
.bottomwaveleghtbasthree {
  height: 100%;
  width: 50%;

}
.topwavelenghthaut {
  background-color: blue;
  transform: translate(-50%, -100%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  animation: top 2s infinite ease-in-out alternate;
}

.topwavelenghthauttwo {
  background-color: blue;
  transform: translate(-50%, -100%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  animation: top 1s infinite ease-in-out alternate;
}

.topwavelenghthautthree {
  background-color: blue;
  transform: translate(-50%, -100%);
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  animation: top 0.5s infinite ease-in-out alternate;
}
.bottomwaveleghtbas {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: blue;
  transform: translate(50%, 30px);
  animation: bottom 2s infinite ease-in-out alternate;
}

.bottomwaveleghtbastwo {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: blue;
  transform: translate(50%, 30px);
  animation: bottom 1s infinite ease-in-out alternate;
}

.bottomwaveleghtbasthree {
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  background-color: blue;
  transform: translate(50%, 30px);
  animation: bottom 0.5s infinite ease-in-out alternate;
}

@keyframes bottom{
  to {
    transform: translate(50%, 100%);
  }
}

@keyframes top {
  to {
    transform: translate(-50%, -30px);
  }
}

.columnchaqueligne:nth-child(1) .bottomwaveleghtbas {
}

.columnchaqueligne:nth-child(1) .bottomwaveleghtbas {
  animation-delay: 1s;
}

.columnchaqueligne:nth-child(2) .bottomwaveleghtbas {
  animation-delay: 1.1s;
}
.columnchaqueligne:nth-child(3) .bottomwaveleghtbas {
  animation-delay: 1.2s;
}
.columnchaqueligne:nth-child(4) .bottomwaveleghtbas {
  animation-delay: 1.3s;
}
.columnchaqueligne:nth-child(5) .bottomwaveleghtbas {
  animation-delay: 1.4s;
}
.columnchaqueligne:nth-child(6) .bottomwaveleghtbas {
  animation-delay: 1.5s;
}
.columnchaqueligne:nth-child(7) .bottomwaveleghtbas {
  animation-delay: 1.6s;
}
.columnchaqueligne:nth-child(8) .bottomwaveleghtbas {
  animation-delay: 1.7s;
}
.columnchaqueligne:nth-child(9) .bottomwaveleghtbas {
  animation-delay: 1.8s;
}
.columnchaqueligne:nth-child(10) .bottomwaveleghtbas {
  animation-delay: 1.9s;
}
.columnchaqueligne:nth-child(11) .bottomwaveleghtbas {
  animation-delay: 2s;
}
.columnchaqueligne:nth-child(12) .bottomwaveleghtbas {
  animation-delay: 2.1s;
}
.columnchaqueligne:nth-child(13) .bottomwaveleghtbas {
  animation-delay: 2.2s;
}
.columnchaqueligne:nth-child(14) .bottomwaveleghtbas {
  animation-delay: 2.3s;
}
.columnchaqueligne:nth-child(15) .bottomwaveleghtbas {
  animation-delay: 2.4s;
}
.columnchaqueligne:nth-child(16) .bottomwaveleghtbas {
  animation-delay: 2.5s;
}
.columnchaqueligne:nth-child(17) .bottomwaveleghtbas {
  animation-delay: 2.6s;
}
.columnchaqueligne:nth-child(18) .bottomwaveleghtbas {
  animation-delay: 2.7s;
}
.columnchaqueligne:nth-child(19) .bottomwaveleghtbas {
  animation-delay: 2.8s;
}





.columnchaqueligne:nth-child(1) .topwavelenghthaut {
  animation-delay: 1s;
}
.columnchaqueligne:nth-child(2) .topwavelenghthaut {
  animation-delay: 1.1s;
}
.columnchaqueligne:nth-child(3) .topwavelenghthaut {
  animation-delay: 1.2s;
}
.columnchaqueligne:nth-child(4) .topwavelenghthaut {
  animation-delay: 1.3s;
}
.columnchaqueligne:nth-child(5) .topwavelenghthaut {
  animation-delay: 1.4s;
}
.columnchaqueligne:nth-child(6) .topwavelenghthaut {
  animation-delay: 1.5s;
}
.columnchaqueligne:nth-child(7) .topwavelenghthaut {
  animation-delay: 1.6s;
}
.columnchaqueligne:nth-child(8) .topwavelenghthaut {
  animation-delay: 1.7s;
}
.columnchaqueligne:nth-child(9) .topwavelenghthaut {
  animation-delay: 1.8s;
}
.columnchaqueligne:nth-child(10) .topwavelenghthaut {
  animation-delay: 1.9s;
}
.columnchaqueligne:nth-child(11) .topwavelenghthaut {
  animation-delay: 2s;
}
.columnchaqueligne:nth-child(12) .topwavelenghthaut {
  animation-delay: 2.1s;
}
.columnchaqueligne:nth-child(13) .topwavelenghthaut {
  animation-delay: 2.2s;
}
.columnchaqueligne:nth-child(14) .topwavelenghthaut {
  animation-delay: 2.3s;
}
.columnchaqueligne:nth-child(15) .topwavelenghthaut {
  animation-delay: 2.4s;
}
.columnchaqueligne:nth-child(16) .topwavelenghthaut {
  animation-delay: 2.5s;
}
.columnchaqueligne:nth-child(17) .topwavelenghthaut {
  animation-delay: 2.6s;
}
.columnchaqueligne:nth-child(18) .topwavelenghthaut {
  animation-delay: 2.7s;
}
.columnchaqueligne:nth-child(19) .topwavelenghthaut {
  animation-delay: 2.8s;
}




.columnchaquelignetwo:nth-child(1) .bottomwaveleghtbastwo {
}

.columnchaquelignetwo:nth-child(1) .bottomwaveleghtbastwo {
  animation-delay: 1s;
}

.columnchaquelignetwo:nth-child(2) .bottomwaveleghtbastwo {
  animation-delay: 1.1s;
}
.columnchaquelignetwo:nth-child(3) .bottomwaveleghtbastwo {
  animation-delay: 1.2s;
}
.columnchaquelignetwo:nth-child(4) .bottomwaveleghtbastwo {
  animation-delay: 1.3s;
}
.columnchaquelignetwo:nth-child(5) .bottomwaveleghtbastwo {
  animation-delay: 1.4s;
}
.columnchaquelignetwo:nth-child(6) .bottomwaveleghtbastwo {
  animation-delay: 1.5s;
}
.columnchaquelignetwo:nth-child(7) .bottomwaveleghtbastwo {
  animation-delay: 1.6s;
}
.columnchaquelignetwo:nth-child(8) .bottomwaveleghtbastwo {
  animation-delay: 1.7s;
}
.columnchaquelignetwo:nth-child(9) .bottomwaveleghtbastwo {
  animation-delay: 1.8s;
}
.columnchaquelignetwo:nth-child(10) .bottomwaveleghtbastwo {
  animation-delay: 1.9s;
}
.columnchaquelignetwo:nth-child(11) .bottomwaveleghtbastwo {
  animation-delay: 2s;
}
.columnchaquelignetwo:nth-child(12) .bottomwaveleghtbastwo {
  animation-delay: 2.1s;
}
.columnchaquelignetwo:nth-child(13) .bottomwaveleghtbastwo {
  animation-delay: 2.2s;
}
.columnchaquelignetwo:nth-child(14) .bottomwaveleghtbastwo {
  animation-delay: 2.3s;
}
.columnchaquelignetwo:nth-child(15) .bottomwaveleghtbastwo {
  animation-delay: 2.4s;
}
.columnchaquelignetwo:nth-child(16) .bottomwaveleghtbastwo {
  animation-delay: 2.5s;
}
.columnchaquelignetwo:nth-child(17) .bottomwaveleghtbastwo {
  animation-delay: 2.6s;
}
.columnchaquelignetwo:nth-child(18) .bottomwaveleghtbastwo {
  animation-delay: 2.7s;
}
.columnchaquelignetwo:nth-child(19) .bottomwaveleghtbastwo {
  animation-delay: 2.8s;
}


.columnchaquelignetwo:nth-child(1) .topwavelenghthauttwo {
  animation-delay: 1s;
}
.columnchaquelignetwo:nth-child(2) .topwavelenghthauttwo {
  animation-delay: 1.1s;
}
.columnchaquelignetwo:nth-child(3) .topwavelenghthauttwo {
  animation-delay: 1.2s;
}
.columnchaquelignetwo:nth-child(4) .topwavelenghthauttwo {
  animation-delay: 1.3s;
}
.columnchaquelignetwo:nth-child(5) .topwavelenghthauttwo {
  animation-delay: 1.4s;
}
.columnchaquelignetwo:nth-child(6) .topwavelenghthauttwo {
  animation-delay: 1.5s;
}
.columnchaquelignetwo:nth-child(7) .topwavelenghthauttwo {
  animation-delay: 1.6s;
}
.columnchaquelignetwo:nth-child(8) .topwavelenghthauttwo {
  animation-delay: 1.7s;
}
.columnchaquelignetwo:nth-child(9) .topwavelenghthauttwo {
  animation-delay: 1.8s;
}
.columnchaquelignetwo:nth-child(10) .topwavelenghthauttwo {
  animation-delay: 1.9s;
}
.columnchaquelignetwo:nth-child(11) .topwavelenghthauttwo {
  animation-delay: 2s;
}
.columnchaquelignetwo:nth-child(12) .topwavelenghthauttwo {
  animation-delay: 2.1s;
}
.columnchaquelignetwo:nth-child(13) .topwavelenghthauttwo {
  animation-delay: 2.2s;
}
.columnchaquelignetwo:nth-child(14) .topwavelenghthauttwo {
  animation-delay: 2.3s;
}
.columnchaquelignetwo:nth-child(15) .topwavelenghthauttwo {
  animation-delay: 2.4s;
}
.columnchaquelignetwo:nth-child(16) .topwavelenghthauttwo {
  animation-delay: 2.5s;
}
.columnchaquelignetwo:nth-child(17) .topwavelenghthauttwo {
  animation-delay: 2.6s;
}
.columnchaquelignetwo:nth-child(18) .topwavelenghthauttwo {
  animation-delay: 2.7s;
}
.columnchaquelignetwo:nth-child(19) .topwavelenghthauttwo {
  animation-delay: 2.8s;
}



.columnchaquelignethree:nth-child(1) .bottomwaveleghtbasthree {
}

.columnchaquelignethree:nth-child(1) .bottomwaveleghtbasthree {
  animation-delay: 1s;
}

.columnchaquelignethree:nth-child(2) .bottomwaveleghtbasthree {
  animation-delay: 1.1s;
}
.columnchaquelignethree:nth-child(3) .bottomwaveleghtbasthree {
  animation-delay: 1.2s;
}
.columnchaquelignethree:nth-child(4) .bottomwaveleghtbasthree {
  animation-delay: 1.3s;
}
.columnchaquelignethree:nth-child(5) .bottomwaveleghtbasthree {
  animation-delay: 1.4s;
}
.columnchaquelignethree:nth-child(6) .bottomwaveleghtbasthree {
  animation-delay: 1.5s;
}
.columnchaquelignethree:nth-child(7) .bottomwaveleghtbasthree {
  animation-delay: 1.6s;
}
.columnchaquelignethree:nth-child(8) .bottomwaveleghtbasthree {
  animation-delay: 1.7s;
}
.columnchaquelignethree:nth-child(9) .bottomwaveleghtbasthree {
  animation-delay: 1.8s;
}
.columnchaquelignethree:nth-child(10) .bottomwaveleghtbasthree {
  animation-delay: 1.9s;
}
.columnchaquelignethree:nth-child(11) .bottomwaveleghtbasthree {
  animation-delay: 2s;
}
.columnchaquelignethree:nth-child(12) .bottomwaveleghtbasthree {
  animation-delay: 2.1s;
}
.columnchaquelignethree:nth-child(13) .bottomwaveleghtbasthree {
  animation-delay: 2.2s;
}
.columnchaquelignethree:nth-child(14) .bottomwaveleghtbasthree {
  animation-delay: 2.3s;
}
.columnchaquelignethree:nth-child(15) .bottomwaveleghtbasthree {
  animation-delay: 2.4s;
}
.columnchaquelignethree:nth-child(16) .bottomwaveleghtbasthree {
  animation-delay: 2.5s;
}
.columnchaquelignethree:nth-child(17) .bottomwaveleghtbasthree {
  animation-delay: 2.6s;
}
.columnchaquelignethree:nth-child(18) .bottomwaveleghtbasthree {
  animation-delay: 2.7s;
}
.columnchaquelignethree:nth-child(19) .bottomwaveleghtbasthree {
  animation-delay: 2.8s;
}





.columnchaquelignethree:nth-child(1) .topwavelenghthautthree {
  animation-delay: 1s;
}
.columnchaquelignethree:nth-child(2) .topwavelenghthautthree {
  animation-delay: 1.1s;
}
.columnchaquelignethree:nth-child(3) .topwavelenghthautthree {
  animation-delay: 1.2s;
}
.columnchaquelignethree:nth-child(4) .topwavelenghthautthree {
  animation-delay: 1.3s;
}
.columnchaquelignethree:nth-child(5) .topwavelenghthautthree {
  animation-delay: 1.4s;
}
.columnchaquelignethree:nth-child(6) .topwavelenghthautthree {
  animation-delay: 1.5s;
}
.columnchaquelignethree:nth-child(7) .topwavelenghthautthree {
  animation-delay: 1.6s;
}
.columnchaquelignethree:nth-child(8) .topwavelenghthautthree {
  animation-delay: 1.7s;
}
.columnchaquelignethree:nth-child(9) .topwavelenghthautthree {
  animation-delay: 1.8s;
}
.columnchaquelignethree:nth-child(10) .topwavelenghthautthree {
  animation-delay: 1.9s;
}
.columnchaquelignethree:nth-child(11) .topwavelenghthautthree {
  animation-delay: 2s;
}
.columnchaquelignethree:nth-child(12) .topwavelenghthautthree {
  animation-delay: 2.1s;
}
.columnchaquelignethree:nth-child(13) .topwavelenghthautthree {
  animation-delay: 2.2s;
}
.columnchaquelignethree:nth-child(14) .topwavelenghthautthree {
  animation-delay: 2.3s;
}
.columnchaquelignethree:nth-child(15) .topwavelenghthautthree {
  animation-delay: 2.4s;
}
.columnchaquelignethree:nth-child(16) .topwavelenghthautthree {
  animation-delay: 2.5s;
}
.columnchaquelignethree:nth-child(17) .topwavelenghthautthree {
  animation-delay: 2.6s;
}
.columnchaquelignethree:nth-child(18) .topwavelenghthautthree {
  animation-delay: 2.7s;
}
.columnchaquelignethree:nth-child(19) .topwavelenghthautthree {
  animation-delay: 2.8s;
}



body{
  background-color: black;

}


/*SECTION*/

section {
width: 100%;
height: 100vh;
display: block;
font-size: 5vw;
position: relative;
box-sizing: border-box; 
padding-left: 2%;
padding-top: 1%;
padding-bottom: 1%;
overflow: hidden;
padding-right: 2%;
border-bottom: 1px solid black !important;


}
.titredetransitionone{
  color: blue;
font-family: obvia, sans-serif;  
  font-size: 3vw;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 1%;
    transition: all 1s ease;
    opacity: 0.5;

}
.titredetransitionone:hover{
  opacity: 1;
}

.titredetransitiontwo{
  color: blue;
font-family: obvia, sans-serif;  
  font-size: 3vw;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 1%;
  transition: all 1s ease;
  opacity: 0.5;

}
.titredetransitiontwo:hover{
opacity: 1;
}

.titredetransitionthree{
  color: blue;
  font-family: obvia, sans-serif;  
  font-size: 3vw;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 1%;
  transition: all 1s ease;
  opacity: 0.5;
}
.titredetransitionthree:hover{
  opacity: 1;
}
/*SECTION ONE */
.section-one {
/*  background-color: black;
*/  color: blue;
  font-family: ocr-a-std, monospace;
}

.section-one .center {
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;

}

.section-one .center .text {
  text-align: center;
  color: blue;
}

.section-one .center .text .petit {
  font-size: 2rem;
  transition: all 1s ease;  
  opacity: 0.5;

}
.section-one .center .text .petit:hover {
 opacity: 1;
}

.containerforme{
  height: 300px;
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;

}

.square{
  height: 94%;
  width: 94%;
  background: blue;
  position: absolute;
  top: 50%;
  left: 50%;
   border-radius:50%;  z-index: 5000;

}

.black{ 
  background: black;  
  animation: rotate 10s infinite linear; 
}

@keyframes rotate{
  0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }  
}
/*CENTER*/

/*SECTION TWO */
.section-two {
/*  background-color: black;
*/  top:0px;
}
.section-two .container {

}
/*SECTION THREE */
.section-three {
/*  background-color: black;
*/  color: blue;
  font-family: ocr-a-std, monospace;
  top:0px;

}

.section-three .center {
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  justify-content: center;
  align-items: center;


}

.section-three .center .text {
  text-align: center;
}


/*SECTION FOUR */
.section-four {
/*  background-color: black;
*/  color: blue;
  font-family: ocr-a-std, monospace;
    top:0px;

}

.section-four  .container {
  display: inline-block;
  width: 100%;
  height: 14.2857142857%;

}

.section-four .center {
  height: 100%;
  width: 100%;
  display: flex;
  vertical-align: middle;
  align-items: center;
  box-sizing: border-box;
}

a{
  text-decoration: none;
}

.animationfrequenceone{
background-color: black;
height: 15vh;
width: 100%;
}

.animationfrequencetwo{
background-color: orange;
height: 15vh;
width: 100%;
}

.animationfrequencethree{
background-color: orange;
height: 15vh;
width: 100%;
}

/*OREILLE SECTION 2
*/.appareilone{
  display: inline-block;
  width:250px;
/*    width:14.3%;
*/
  height: 100%;
  padding-right: 1.25%;
}
.appareilamettre{
  pointer-events: none;
  width: 350px;
  height: 350px;
  border-width:6px;
  border-style:solid;
  border-color:blue;
  right: 20px;
  bottom:8%;
    position: absolute;
border-radius: 10%;
}

.draggable {
  position: absolute;
}

@media screen and (max-width: 1000px) {

  section {
  font-size: 2.8rem;
  }
  .titredetransitionone{
    font-size: 2.2rem;
    opacity: 1;
    color: blue;

  }
  .titredetransitiontwo{
    font-size: 2.2rem;
    opacity: 1;
    color: blue;

  }
  .titredetransitionthree{
    font-size: 2.2rem;
    opacity: 1;
    color: blue;
  }
 
.appareilone{
  display: inline-block;
  width:200px;
  height: 100%;
  padding-right: 1.25%;
}
.appareilamettre{
  pointer-events: none;
  width: 300px;
  height: 300px;
  border-width:6px;
  border-style:solid;
  border-color:blue;
  right: 20px;
  bottom:12%;
  position: absolute;
  border-radius: 10%;
}
.section-one .center .text .petit {
  font-size: 1.8rem;
  color: blue;
  opacity: 1;

  
}

}

@media screen and (max-width: 800px) {
  section{opacity: 1;}

.titredetransitionone{
  opacity: 1;

}
/*.titredetransitionone:hover{
  opacity: 1;
}*/

.titredetransitiontwo{
  opacity: 1;
  right: 4%;
  bottom: 4%;

}
/*.titredetransitiontwo:hover{
opacity: 1;
}*/

.titredetransitionthree{
  opacity: 1;
  right: 4%;
  bottom: 4%;

}
/*.titredetransitionthree:hover{
  opacity: 1;
}*/

.section-one .center .text .petit {
  opacity: 1;

}

.appareilone{display: none;
 visibility: hidden;}

.appareiliphone{
    position: absolute;
    transition: height 1s ease-in-out;
    display: inline-block;
    top: 0;
    left: 0;

    
/*    width:14.3%;
*/
  height: 100%;

}

.moveappareiliphone{
  left: 600px;
  bottom:200px;
  padding-right: 1.25%;

}

}



@media screen and (max-width: 600px) {

  section {
  font-size: 2.3rem;
  }
  .titredetransitionone{
    font-size: 1.7rem;
    opacity: 1;
  }
  .titredetransitiontwo{
    font-size: 1.7rem;
    opacity: 1;
  }
  .titredetransitionthree{
    font-size: 1.7rem;
    opacity: 1;
  }
 
.appareilone{
  display: inline-block;
  width:200px;
/*    width:14.3%;
*/
  height: 100%;
  padding-right: 1.25%;
}
.appareilamettre{
  pointer-events: none;
  width: 300px;
  height: 300px;
  border-width:6px;
  border-style:solid;
  border-color:blue;
  right: 20px;
  bottom:9%;
  position: absolute;
  border-radius: 10%;
}

.section-one .center .text .petit {
  font-size: 1.5rem;
  opacity: 1;
}

}




@media screen and (max-width: 450px) {

.titredetransitionone{
  color: blue;
  font-family: obvia, sans-serif;  
  font-size: 3vw;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 1%;
  opacity: 1; 
}
.titredetransitiontwo{
  color: blue;
font-family: obvia, sans-serif;  
  font-size: 3vw;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 1%;
  opacity: 1;
}

.titredetransitionthree{
  color: blue;
  font-family: obvia, sans-serif;  
  font-size: 3vw;
  display: block;
  position: absolute;
  right: 20px;
  bottom: 1%;
  opacity: 1;
}

.section-one .center .text .petit {
  font-size: 1.4rem;
  opacity: 1;
}

}

@media screen and (max-width: 400px) {

  section {
  font-size: 2rem;

  }
  .titredetransitionone{
    font-size: 1.5rem;
    opacity: 1;
  }
  .titredetransitiontwo{
    font-size: 1.5rem;
    opacity: 1;
  }
  .titredetransitionthree{
    font-size: 1.5rem;
    opacity: 1;
  }
 
.appareilone{
  display: inline-block;
  width:200px;
  height: 100%;
  padding-right: 1.25%;
}
.appareilamettre{
  pointer-events: none;
  width: 300px;
  height: 300px;
  border-width:6px;
  border-style:solid;
  border-color:blue;
  right: 20px;
  bottom:10%;
  position: absolute;
  border-radius: 10%;
}

.section-one .center .text .petit {
  font-size: 1.2rem;
  opacity: 1;
}
}

.moveToBox{
    
}

