
html, body {
  height: 100%;
}

html {
  font-size: 40px;
}

body {
  background-image: linear-gradient(180deg,rgb(98, 0, 255), white);;
  font-family: "Suisse EDU Int'l";
  background-repeat: no-repeat ;
  overflow: hidden;

  }


.menu {
  position: sticky;
  top: 0;
}

.header {
  color: white;
  padding: 1em;

  display: flex;
  justify-content: space-between;
}

.header span,
.header a {
  white-space: nowrap;
}

@media screen and (max-width: 1000px) {
  .header {
    flex-wrap: wrap;
  }

  .header span:nth-child(3) {
    width: 100%;
    text-align: right;
  }
}


.bloc1 {
  background-image: linear-gradient(to right top, white, rgb(98, 0, 255) );;
    margin-left: 375px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
      height: 200px;
      border-radius: 130px;
      color: white;
  }
  
  .bloc1 h1 {
    text-align: center;
  }

  .bloc2 {
    background-image: linear-gradient(to left top, white, rgb(98, 0, 255) );;
      margin-left: 900px;
      top: 50%;
      left: 50%;
      width: 600px;
      height: 200px;
      border-radius: 130px;
      transform: translate(-50%, -50%);
      color: white;
    }
    .bloc2 h1 {
      text-align: center;
    }


    .bloc3 {
      background-image: linear-gradient(to right top, white, rgb(98, 0, 255) );;
        margin-left: 600px;
        width: 600px;
        height: 200px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border-radius: 130px;
        color: white;
      
        
      }

      .bloc3 h1 {
        text-align: center;
 
      }
  
      .bloc1:hover {
        background-image: linear-gradient(to left top, white, rgb(98, 0, 255) );;

      }

      .bloc2:hover {
        background-image: linear-gradient(to right top, white, rgb(98, 0, 255) );;
        

      }

      .bloc3:hover {
        background-image: linear-gradient(to left top, white, rgb(98, 0, 255) );;

      }

      .retour { 
        float: left;
        color: white;
        font-size: 40px;
        margin-left: 40px;
      }

  .batterie {
    fill : white;
    width: 120px;
    top: 0;
    left: 0;
    position: absolute;
    animation-name: batterie;
    animation-duration: 20s;
    animation-direction: unset;
    animation-iteration-count: infinite;
   
  }

  @keyframes batterie {
    0% {
      top: 40%;
      left: 0;
      transform: translate(0, -40%);
    }

    25%  {
      top: 40%;
      left: 100%;
      transform: translate(-100%, -40%);
    }

    50%  {
      top: 100%;
      left: 50%;
      transform: translate(-50%, -100%);
    }

    75% {
      top: 0;
      left: 70%;
      transform: translate(-70%, 0);
    }

    100% {
      top: 40%;
      left: 0;
      transform: translate(0, -40%);
    }
  }
  

  .piano {
    fill: white;
   
    width: 170px;
    top: 60;
    left: 0;
    position: absolute;
    animation-name: piano;
    animation-duration: 20s;
    animation-direction: unset;
    animation-iteration-count: infinite;
   
  } }
  
  @keyframes piano {
    0% {
      top: 40%;
      left: 0;
      transform: translate(0, -40%);
    }

    25%  {
      top: 0;
      left: 100%;
      transform: translate(-100%, 0);
    }

    50%  {
      top: 100%;
      left: 100%;
      transform: translate(-100%, -100%);
    }

    75% {
      top: 100%;
      left: 0;
      transform: translate(0%, -100%);
    }

    100% {
      top: 40%;
      left: 0;
      transform: translate(0, -40%);
    }
  }


  .titre {
    float: center;
    color: white;
    margin-left: 90px;
  }

  .titre2 {
    float: right;
    color: white;
    margin-right: 40px;
  }


  .piano {
    fill : white;
    width: 170px;
    top: 0;
    left: 0;
    position: absolute;
    animation-name: piano;
    animation-duration: 20s;
    animation-direction: unset;
    animation-iteration-count: infinite;
   
  }

  @keyframes piano {
    0% {
      top: 0;
      left: 20%;
      transform: translate(-20%, 0);
    }

    25%  {
      top: 100%;
      left: 50%;
      transform: translate(-50%, -100%);
    }

    50%  {
      top: 0;
      left: 50%;
      transform: translate(-50%, 0);
    }

    75% {
      top: 100%;
      left: 0;
      transform: translate(0%, -100%);
    }

    100% {
      top: 0;
      left: 20%;
      transform: translate(-20%, 0);
    }
  }
  


  .flute {
    fill: white;
    width: 6px;
    top: 0;
    left: 0;
    position: absolute;
    animation-name: flute;
    animation-duration: 20s;
    animation-direction: unset;
    animation-iteration-count: infinite;
   
  }

  @keyframes flute {
    0% {
      top: 0;
      left: 100%;
      transform: translate(-100%, 0);
    }

    25%  {
      top: 100%;
      left: 30%;
      transform: translate(-30%, -100%);
    }

    50%  {
      top: 40%;
      left: 0%;
      transform: translate(0, -40%);
    }

    75% {
      top: 100%;
      left: 40%;
      transform: translate(-40%, -100%);
    }

    100% {
      top: 0;
      left: 100%;
      transform: translate(-100%, 0);
    }
  }



  .guitare {
    fill:white;

    width: 95px;
    top: 0;
    left: 0;
    position: absolute;
    animation-name: guitare;
    animation-duration: 20s;
    animation-direction: unset;
    animation-iteration-count: infinite;
   
  }

  @keyframes guitare {
    0% {
      top: 0;
      left: 40%;
      transform: translate(-40%, 0);
    }

    25%  {
      top: 0;
      left: 80%;
      transform: translate(-80%, 0);
    }

    50%  {
      top: 100%;
      left: 100%;
      transform: translate(-100%, -100%);
    }

    75% {
      top: 30%;
      left: 0;
      transform: translate(0%, -70%);
    }

    100% {
      top: 0;
      left: 40%;
      transform: translate(-40%, 0);
    }
  }






@media all and (max-width: 500px)
{



html {
  font-size: 30px;
}

.retour {
  font-size: 30px;
}




}


