* {
    box-sizing: border-box;  
}

body {
    font-family:Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 300;
    margin:0;
    padding:0px;
}

.entete {
    width:100%;
    height: auto;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
}

.module {
    width: 100%;
    height:80px;
    margin-bottom:5px;
}

input {
    width:100%;
    border-radius: 12px;
    font-size: 20px;
    padding:10px;
    border: 1px solid rgb(148, 145, 145);
}

input:focus{
    outline-color: rgb(120, 184, 247);
    border:1px solid transparent;
}


.header {
    width: 100%;
    background-color:#0060AC;
    color:white;
    border-radius: 12px;
    display:flex;
    flex-direction:row;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    align-items: center;
    margin-bottom:5px;
}

.concurrent {
    width: 100%;
    border-radius: 12px;
    display:flex;
    flex-direction:row;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    align-items: center;
    margin-bottom:3px;
    background-color: #dce7f3;
}

.concurrent:nth-child(2n+1){background-color: #f2f2f2}

.position {
    width: 15%;
    padding:10px;
}

.identite {
    width: 45%;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: left;
}
.pilote {
    width:60%;
    padding:10px;
}

.moto {
    width:40%;
    padding:10px;
}

.resultat {
    width: 40%;
    display:flex;
    flex-direction:row;
    align-items: center;
    justify-content: left;
}

.tours {
    width:20%;
    padding:10px;
}

.ecart {
    width:40%;
    padding:10px;
}

.temps {
    width:40%;
    padding:10px;
}

@media (max-width: 1024px) {

.entete {
    font-size:21px;
    height:auto;
    display: inline-block;
}

.module {
    width: 100%;
    height:70px;
    margin-bottom:5px;
}

.header {
    font-size: 18px;
}

.concurrent {
    font-size: 18px;
}

}


@media (max-width: 768px) {

input::placeholder {
    font-size:16px;
}
.header {
    font-size: 16px;
}

.concurrent {
    font-size: 16px;
}

}
/* @media (max-width: 660px) { */

@media (max-width: 619px) {

.entete {
    font-size:22px;
    height:auto;
    display: inline-block;
}

input::placeholder {
    font-size:14px;
}

.header {
    font-size: 15px;
    margin-bottom:2px;
    padding:5px 0px;
}

.concurrent {
    font-size: 15px;
    margin-bottom:2px;
    padding:5px 0px;
}

.position {
    width: 22%;
    padding:10px;
}

.identite {
    width: 48%;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: left;
}

.pilote {
    width: 100%;
    padding:2px;
}

.moto {
    font-size: 13px;
    width: 100%;
    padding:2px;
}

.resultat {
    width: 30%;
    display:flex;
    flex-direction:column;
    align-items: center;
    justify-content: left;
}

.tours {
    width:100%;
    padding:1px;
}

.ecart {
    width:100%;
    padding:1px;
}

.temps {
    width:100%;
    padding:1px;
}

}

.pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .pagination button {
    padding: 5px 10px;
    margin: 0 5px;
    cursor: pointer;
    outline: 1px solid #494a4f;
    border-radius: 1px;
    border: none;
  }
  
  .hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  
  .pagination button.active {
    background-color: #007bff;
    color: white;
  }
  
  .current-page-btn {
    background-color:#0060AC;
    color: white; /* Pour le texte */
  }


  
  .pages-info {
    margin: 0 10px; /* Pour espacer un peu le texte des boutons */
  }

  button {
    user-select: none;
  }



