@font-face {
  font-family: 'AirsideSans';
  src: url('AirsideSans-Regular.ttf') format('truetype');
}

body{
	background-image: url(5637751.jpg);
	background-attachment: fixed;
	background-size: 100%;
	color: white;
	font-size: 20px;
	font-family: 'AirsideSans', sans-serif;
}

#form1{
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 35px;
}

input[type="radio"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(ballon-foot-dessin-png-7.png);
    background-size: contain; /* Adapter la taille de l'image au label */
    background-repeat: no-repeat; /* Empêcher la répétition de l'image */
    border-radius: 50%;
    width: 25px;
    height: 25px;
    
    transition: 0.2s all linear;
    margin-right: 5px;
    
    position: relative;
}

input[type="radio"]:checked {
    border: 6px solid black;
}

input[type="submit"] {
    background: none;
    border: 2px dashed white;
    border-radius: 10px;
    color: white;
    font-size: 30px;
    font-family: 'AirsideSans', sans-serif;
    padding: 5px;
}
input[type="text"] {
    border: 3px solid #fffae8;
    border-radius: 5px;
    font-size: 25px;
    color: white;
    background:none;
}
select {
	border: 3px solid #fffae8;
    border-radius: 5px;
    font-family: 'AirsideSans', sans-serif;
    background: none;
    margin-top: 20px;
    padding: 8px;
    font-size: 25px;
    color: white;
}

#form2{
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    margin-top: 120px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 30px;
    color:white;
    font-size: 25px;
    margin-left:500px;
    margin-right:500px;
}
#form3 input[type="submit"] {
    background: none;
    border: 2px dashed white;
    border-radius: 10px;
    margin-top: 40px;
    padding-left: 8px;
    color: white;
    font-size: 30px;
    font-family: 'AirsideSans', sans-serif;
}
#form3{
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    margin-top: 120px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 30px;
    color:white;
    font-size: 25px;
    margin-left:500px;
    margin-right:500px;
}
#afficher{
    display:flex;
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 120px;
    padding-top: 15px;
    padding-bottom: 30px;
    margin-left:500px;
    margin-right:500px;
}
#form4 select{
    margin-right: 10px;
}
#tableau{
    color:white;
    font-size: 25px;
    margin-top: 25px;
    border-collapse: collapse;
    margin-bottom: 20px;
}


/* Style de bordure pour toutes les cellules de la table */
td, th {
    border: 1px solid white; 
    padding: 8px;
}

/* Style de bordure pour la première ligne de la table (en-têtes) */
tr:first-child {
    border-top: 2px solid white; 
}

/* Style de bordure pour la dernière ligne de la table */
tr:last-child {
    border-bottom: 2px solid white; 
}

#accueil{
    display: flex;
    justify-content: center;
    margin-top: 170px;
    
}
#section_joueur p{
    text-decoration: none;
    text-align: center;
    color: white;
	font-size: 25px;
	font-family: 'AirsideSans', sans-serif;
}
#section_joueur{
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin: 20px;
}
#section_match p{
    text-decoration: none;
    text-align: center;
    color: white;
	font-size: 25px;
	font-family: 'AirsideSans', sans-serif;
}
#section_match{
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 50px;
    margin: 20px;
}
#form_connexion{
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    display: flex;
    margin-top: 120px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 30px;
    color:white;
    font-size: 25px;
    margin-left:500px;
    margin-right:500px;
}
#page{
    display: flex;
    position:fixed;
    bottom: 10px;
    right: 10px;
    background: rgb(0, 0, 0, 0.7);
    border-radius: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 20px;
}
#page p{
    text-decoration: none;
    text-align: center;
    color: white;
	font-size: 25px;
	font-family: 'AirsideSans', sans-serif;
}