

@font-face { 
  font-family: './fonts/SuisseEDUIntl'; 
  src: url('SuisseEDUIntl.eot') format('embedded-truetype'); 
  font-weight: normal; 
  font-style: normal; 
}

html {
  font-size: 30px;
}

body {
  background-color:rgb(98, 0, 255);
  font-family: "Suisse EDU Int'l";
  background-repeat: no-repeat ;
 
  }


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

.liste {
  display: flex;
  justify-content: space-between;
}

.liste li {
  border: solid 2px black;
}

.contenu {
  width: 60%;
  margin: auto;
}

.titre {
  font-family: 'SuisseEDUIntl'
  SuisseEDUIntl.woff
  SuisseEDUIntl.ttf
  SuisseEDUIntl.svg
  SuisseEDUIntl.otf
  SuisseEDUIntl.eot
  SuisseEDU.otf;
  font-size: 3rem;
  position: static;
  top: 1.2rem;
}





     .titre {
       float: left;
       color: white;
       font-size: 40px;
       margin-left: 40px;
       margin-top: 20px;
       margin-bottom: 20px;
     }

      .retour { 
        float: right;
        color: white;
        font-size: 40px;
        margin-right: 40px;
        margin-top: 20px;
      }
  
  

     .body {
       margin-left: 40px;
     }

    .texte {
      margin-left: 40px;
   margin-right: 500px;
      color: white;
  

    }


    .consulter {
      background-color:white;
          margin-left: 750px;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
            height: 30px;
            border-radius: 130px;
            color: rgb(98, 0, 255);
            padding: 2px;
            font-size: 20px;
            padding-top:20px;
            padding-bottom: 15px;
            padding-left: 20px;
            padding-right: 20px;
            text-align: center;
            position: absolute;
            animation-name: piano;
            animation-duration: 30s;
            animation-direction: unset;
            animation-iteration-count: infinite;
           
          }
        
          @keyframes piano {
            0% {
              top: 0;
              left: 0;
              transform: translate(0, 0);
            }
        
            25%  {
              top: 100%;
              left: 0%;
           padding-top: 80px;
           padding-bottom: 80px;
           margin-left: 340px;
           padding-left: 140px;
           padding-right: 140px;
           text-align: center;
           font-size: 30px;
          
              transform: translate(0, -100%);
            }
        
            50% {
              top: 0;
              left: 0;

              transform: translate(0, 0);
            }

        
            75% {
              top: 100%;
              left: 0;
              padding-top: 80px;
              padding-bottom: 80px;
              padding-left: 140px;
              padding-right: 140px;
              text-align: center;
              font-size: 30px;
              transform: translate(0%, -100%);
            }
        
            100% {
              top: 0;
              left: 0;
              transform: translate(0, 0);
            }
          }

/*
.consulter {
  animation-name: anim;
  animation-duration: 40s;
  animation-direction: linear;
  

}


        @keyframes anim {
          0% {
             margin-bottom: 0px;
          }

          35% {
           margin-top: 0px;
          }

          75% {
            margin-bottom: 0px;
          }

          100% {
            margin-top: 0px;
          }
       

*/















@media all and (max-width: 1200px)
{
   .texte {
      margin-left: 40px;
   margin-right: 300px;
      color: white;
  

    }


.consulter {
  visibility: hidden;
}

  }







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

.titre {
  font-size: 30px;
}

.retour {
  font-size: 30px;
}


     .texte {
        margin-left: 40px;
     margin-right: 90px;
        color: white;
        font-size: 25px;
    
  
      }
  
  
  .consulter {
    visibility: hidden;
  }
  
    }
  
  












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


            .titre {
              float: left;
              color: white;
              font-size: 30px;
              margin-left: 40px;
          
            }
       
             .retour { 
               float: right;
               color: white;
               font-size: 30px;
               margin-right: 40px;
             }
         
         
       
            .body {
              margin-left: 40px;
              font-size: 20px;
            }
       
           .texte {
             margin-left: 40px;
            margin-right: 100px;
             color: white;
             font-size: 20px;
       
           }
       
       
           .consulter {
             background-color:white;
                 margin-left: 100px;
                 top: 50%;
                 left: 50%;
                 transform: translate(-50%, -50%);
                 width: 180px;
                   height: 30px;
                   border-radius: 130px;
                   color: rgb(98, 0, 255);
                   padding: 2px;
                   font-size: 20px;
                   padding-top:30px;
                   padding-bottom: 5px;
                   padding-left: 20px;
                   padding-right: 20px;
                   text-align: center;
                   position: absolute;
                   animation-name: piano;
                   animation-duration: 15s;
                   animation-direction: unset;
                   animation-iteration-count: infinite;
                   visibility: hidden;
                  
                 }
               
                 @keyframes piano {
                   0% {
                     top: 0;
                     left: 0;
                     transform: translate(0, 0);
                   }
               
                   25%  {
                     top: 100%;
                     left: 0%;
                    
                     transform: translate(0, -100%);
                   }
               
                   50% {
                     top: 0;
                     left: 0;
                     transform: translate(0, 0);
                   }
       
               
                   75% {
                     top: 100%;
                     left: 0;
                     transform: translate(0%, -100%);
                   }
               
                   100% {
                     top: 0;
                     left: 0;
                     transform: translate(0, 0);
                   }
                 }
                }




















