
body{
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  width: 100%;
  height:100%;
  color: white;
  font-size: 1.1vw;
  font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  background-color: #030303;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='80' height='105' viewBox='0 0 80 105'%3E%3Cg fill-rule='evenodd'%3E%3Cg id='death-star' fill='%23757279' fill-opacity='0.13'%3E%3Cpath d='M20 10a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm15 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zM20 75a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zm30-65a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V10zm0 65a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V75zM35 10a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zM5 45a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10zm60 35a5 5 0 0 1 10 0v50a5 5 0 0 1-10 0V45zm0-35a5 5 0 0 1 10 0v20a5 5 0 0 1-10 0V10z' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#barre{
  width: 100%;
  display: flex;
  gap: 1%;
  justify-content: center;
  margin-top: 5%;
}
.cat{
  cursor: pointer;
  transition: color 0.5s ease;
}
.cat:hover{
  color: #DA6416;
}
#records_container{
  position: relative;
  width: 100%;
  height:100%;
  padding-left: 5%;
  padding-top: 5%;
}
#last_new_sep{
  background-color: #DA6416;
  width: 11%;
  height:2px;
  margin-top: 1%;
}
#titre_rec{
  margin-top: 0.8%!important;
}
#records{
  position: relative;
  width: 100%;
  height:100%;
}
#record_text{
  text-align: justify;
  width: 60%;
  height:fit-content;
  margin-top: 1%;
}
.rec{
  width: 40%;
  margin-left: 5%;
  text-align: left;
  margin-top: 15%;
  overflow: hidden;
}
.loca{
  margin-top: 2%;
}
.chrono{
  margin-top: 1%;
}
.name{
  transform: translateX(-100%);
  transition: transform 0.5s ease;
  overflow: hidden;
}
.discipline{
  transform: translateY(-200%);
  transition: transform 0.5s ease;
  display: inline-block;
}

.svg_bio{
  position:absolute;
}
#barre1{
  fill:rgba(73, 73, 73, 0.084);
}
#barre2{
  fill:rgba(41, 41, 41, 0.024);
}
#barre3{
  fill:rgba(0, 0, 0, 0.22);
}
#barre4{
  fill:rgba(0, 0, 0, 0.308);
}
#barre5{
  fill:rgba(174, 172, 172, 0.062);
}






.gradient-text {
  font-weight: bold;
  background-image: linear-gradient(-200deg, #DA6416, #459c90, #DA6416, #459c90, #DA6416, #459c90);
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 200% 100%; /* Taille du dégradé pour pouvoir le déplacer */
  animation: gradientMove 3s linear infinite;
}

@keyframes gradientMove {
  0% {
    background-position: 100% 100%; /* Commence à gauche */
  }
  100% {
      background-position: -100% -100%; /* Se déplace à droite */
  }
}


#masthead{
  position:relative;
  width: 100%;
  height:100%;
  padding-bottom: 5%;
  background-color: white;
  margin-top: 3%;
}
.delimite{
  width: 90%;
  margin-left: 5%;
  display: none;
  margin-top: 20%;
}



#scroll{
  width: 80%;
  margin-left: 10%;
  overflow: hidden;
  margin-top: 2%;
  padding-bottom: 10%;
}
#scroller{
  width: 400%;
  height:100%;
  transition: transform 0.5s ease;
  display: flex;
}
.scrolling_sec{
  width: 25%;
  height:100%;
  padding-top: 1%;
  padding-left: 5%;
}












@media (max-width: 768px) {

  #last_new_sep{
    width:44%;
    margin-top: 1%;
  }
  #record_text{
    width: 95%;
  }
  .rec{
    width: 100%;
    margin-top: 20%;
    margin-left: 5%;
  }
  .rec:not(:first-child){
    margin-top: 20%;
  }
  #records_container{
    margin-top: 5%;
  }
  #records{
    padding-bottom: 10%;
  }
  .delimite{
    display: block;
    background-color: rgba(255, 166, 0, 0.29);
    height:1.5px;
    border: none;
  }
}


@media (orientation: landscape) and (max-width: 768px) {
  .delimite{
    margin-top: 5%!important;
  }
  .rec{
    margin-top: 5%!important;
  }
  .name{
    transform: translateY(0)!important;
  }
  .discipline{
    transform: translateX(0)!important;
  }
  #records{
    padding-bottom: 5%!important;
  }
}

@media (max-width: 665px) {
  .scrolling_sec{
    padding-left: 0;
  }
  .delimite{
    display: none;
  }

}



