<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Police_perso';
    src: url('polices/Inter-VariableFont_slnt_wght.ttf');
}

:root {
  --gris_fonce_entete: #424558;
  --beige_fond: #fff8f5;
  /*Les dÃ©gradÃ©s vont du plus foncÃ© au plus clair*/
  --degrade_gris_1: #63637E;
  --degrade_gris_2: #84849D;
  --degrade_gris_3: #A3A3B0;
  --degrade_gris_4: #ECECEE;
}


header
{
	display: flex;
	flex-direction:row;
	justify-content: space-between;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 5px;
	/*margin-bottom: 10px;*/
}

body
{
	background-color: var(--beige_fond);
}

p
{
	color: black;
	text-align: justify;
	padding-left: 10px;
	padding-right: 10px;
}


h1
{
	color: black;
	text-align: center;
}

h2
{
	color: black;
	text-align: center;
}

h3
{
	color: black;
	text-align: center;
}

h4
{
	color: black;
	text-align: center;
}

h5
{
	color: black;
	text-align: center;
}

h6
{
	color: black;
	text-align: center;
}

body
{
	font-family: 'Police_perso';
	margin: 0px;
	padding: 0px;
}

nav
{
	width: 100%;
	background-color: var(--gris_fonce_entete);
}

nav &gt; ul
{
	margin: 0px;
	padding: 0px;
}

nav &gt; ul &gt; li
{
	float:left;
	position: relative;
	font-size: 15px;
}

nav li
{
	list-style-type: none;
}


nav &gt; ul::after
{
	content: "";
	display: block;
	clear: both;
}

nav a
{
	display: inline-block;
	text-decoration: none;
}

nav &gt; ul &gt; li &gt; a
{
	padding: 20px 30px;
	color: #FFF;
}


.submenu
{
	display: none;
}


nav li:hover .submenu
{
	display: inline-block;
	position: absolute;
	top : 100%;
	left: 0px;
	padding: 0px;
	z-index: 100000;
}

.submenu li
{
	border-bottom : 1px solid #CCC;
}

.submenu li a
{
	background-color: #8f8f8f;
	padding: 15px 30px;
	font-size: 13px;
	color: #222538;
	width : 270px;
}

.submenu li a:hover
{
	background-color: var(--gris_fonce_entete);
	color: #FFFFFF;
}

.menu:hover
{
	border-top: 5px solid #8f8f8f;
	background-color: #696969;
}

.titre
{
	font-size: 30px;
	text-align: center;
}

.soustitre
{
	font-size: 25px;
	text-align: center;
}

.titre_intro h4
{
	font-size: 15px;
}


footer
{
	/*display:flex;
	flex-direction:column;*/
	background-color: var(--gris_fonce_entete);
	text-align: center;
	color: white;
	padding: 5px;
}

footer &gt; p
{
	text-align: center;
	color: white;
}

#copyright
{
	font-size: 10px;
	width: 100%;
	padding-top: 20px;
}

#sites_references
{
	display:flex;
	flex-direction: row;
	justify-content: center;
}

.espace_vide
{
	width: 30px;
}

#affiche_challenge
{
	text-align: center;
}

#trophee_challenge
{
	text-align: center;
}

#video_precedente
{
	text-align: center;
}

.infos_pratiques
{
	text-align:center;
}

.infos_pratiques &gt; p
{
	text-align:center;
}

.erreur
{
	color:red;
}

.bouton_connexion
{
     display: flex;
     flex-direction: row;
     justify-content: flex-end;
     width: 98%;
}

.texte_bouton_connexion
{
	margin-right: 20px;
	padding-top: 6px;
}

.bouton_edition_poules
{
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin: 10px;
}

.bouton_edition_poules &gt; a
{
	background-color: var(--gris_fonce_entete);
	padding: 5px;
	color: white;

}

.composition_poules
{
	display: flex;
	justify-content: center;
	margin: 20px;
}


table
{
    border-collapse: collapse;
    border: 3px solid black;
    margin: 0px 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
}

td, th
{
    border: 1px solid black;
    font-size: 15px;
    text-align: center;
    padding: 3px;
}

th
{
	font-size: 20px;
	color: white;
	background-color: var(--gris_fonce_entete);
}


.type_poule_classement
{
	font-size: 20px;
	font-style: italic;
}

.choix_equipe
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px;
	text-align: center;
	font-size: 15px;
}

.choix_equipe &gt; form
{
	margin-top: 5px;
}

.choix_equipe &gt; form &gt; select
{
	font-size: 20px;
	margin-bottom: 5px;
}

.choix_club
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 20px;
	text-align: center;
	font-size: 15px;
}

.choix_club &gt; form
{
	margin-top: 5px;
}

.choix_club &gt; form &gt; select
{
	font-size: 20px;
	margin-bottom: 5px;
}

.details_poule
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 20px;
	text-align: center;
}

.classement_poule
{
	text-align: center;
	margin: auto;
}

.classement_poule &gt; form &gt; input
{
	margin-top: 5px;
	font-size: 20px;
}

.equipe_choisie
{
	font-weight: bold;
	text-align: center;
	color: red;
}

.equipe_choisie_titre
{
	font-weight: bold;
	font-size: 25px;
	color:red;
	text-align: center;
	width: 30%;
	margin: auto;
	border: 1px solid black;
}

.bouton_saisie_resultats
{
	text-align: center;
	margin-bottom: 20px;
}

.bouton_saisie_resultats &gt; form &gt; input
{
	font-size: 30px;
}

.organisation_matchs
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}


.club_categorie
{
	text-align: center;
	font-size: 30px;
	border: 1px solid black;
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 50%;
}

.logo_club
{
	text-align:center;
}

.logo_club &gt; form
{
	text-align: center;
}

.bouton_photos_club
{
	text-align:center;
	margin:10px 0px;
}

.bouton_photos_club &gt; form
{
	text-align: center;
}

.galerie
{
	margin: auto;
	text-align: center
}

.galerie &gt; ul
{
	display:flex;
	flex-direction:row;
	justify-content: center;
	flex-wrap: wrap;
}

.galerie &gt; ul &gt; li
{
	list-style-type: none;
	width:33%;
}


          
.galerie &gt; ul &gt; li &gt; a
{
     width:300px;
     margin:1px 1px;
}




.galerie &gt; ul &gt; li &gt; a &gt; img
{
	max-width:300px;
	min-width:150px;
	max-height:450px;
}

.galerie &gt; ul &gt; li &gt; a &gt; img:hover
{
	max-width:400px;
	min-width:200px;
}


          
.tableau_photos
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}

.bouton_acces_phase
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 25px;
	margin-top: 25px;
}

.bouton_acces_phase &gt; a
{
     font-size: 1.6em;
     width: 400px;
     height: 43px;
     padding-top: 14px; /*permet le centrage vertical*/
     text-align: center;
     color: white;
     background: var(--gris_fonce_entete);
     border-radius: 10px;
}

.formulaire_utilisateur
{
	border: 1px solid black;
	text-align: center;
	margin: 10px auto;
	width: 20%;
}
.formulaire_utilisateur &gt; form &gt; label
{
	font-size: 20px;
}



.tableau_utilisateur
{
	border: 1px solid black;
	text-align: center;
	margin: 100px auto;
	width: 60%;
}
.tableau_utilisateur &gt; p
{
	font-size: 20px;
	text-align: center;
}

.tableau_utilisateur &gt; table
{
	margin: auto;
	width: 100%;
}


.utilisateur_connecte
{
	font-weight: bold;
	font-size: 17px;
	color:red;
	text-align: center;
}

.bouton_modification_clubs
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 25px;
	margin-top: 25px;
}

.bouton_modification_clubs &gt; a
{
     font-size: 1.6em;
     width: 400px;
     height: 43px;
     padding-top: 14px; /*permet le centrage vertical*/
     text-align: center;
     color: white;
     background: var(--gris_fonce_entete);
     border-radius: 10px;
}


.formulaire_club
{
	border: 1px solid black;
	text-align: center;
	margin: 10px auto;
	width: 20%;
}
.formulaire_club &gt; form &gt; label
{
	font-size: 20px;
}

.tableau_clubs
{
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 70%;
	margin: auto;
	margin-bottom: 10px;
}


.formulaire_photo
{
	border: 1px solid black;
	text-align: center;
	margin: 10px auto;
	width: 35%;
}
.formulaire_photo &gt; form &gt; label
{
	font-size: 20px;
	font-style: italic;
}

.formulaire_photo &gt; form &gt; p &gt; select
{
	font-size: 17px;
}

.formulaire_photo &gt; form &gt; p &gt; label
{
	font-size: 20px;
}

.formulaire_photo &gt; form &gt; p
{
	text-align: center;
}

.formulaire_photo &gt; form &gt; p &gt; input
{
	font-size: 17px;
}

.formulaire_photos_edition
{
	text-align:center;
	margin:10px 0px;
}

.formulaire_photos_edition &gt; form
{
	text-align: center;
}
.formulaire_photos_edition &gt; form &gt; input
{
	font-size: 20px;
}

.activation_filtre
{
	text-align: center;
	font-style: italic;
	font-size: 10px;
}

td.action_tableau
{
	background-color: var(--degrade_gris_1);
}

.composition_poules table tr
{
	background-color: var(--degrade_gris_4);
}


.classement_poule td
{
	background-color: var(--degrade_gris_4);
}

.organisation_matchs td
{
	background-color: var(--degrade_gris_4);
}


td.colonne_classement
{
	background-color: var(--degrade_gris_1);
	color: white;
}

td.colonne_equipe
{
	background-color: var(--degrade_gris_1);
	color: white;
}

td.colonne_nb_categories
{
	background-color: var(--degrade_gris_4);
}

td.colonne_points
{
	background-color: var(--degrade_gris_3);
}

p.legende
{
	font-size: 10px;
}

td.colonne_terrain
{
	background-color: var(--degrade_gris_3);
}

td.colonne_horaire
{
	background-color: var(--degrade_gris_3);
}

.organisation_matchs td
{
	border-left: none;
	border-right: none;
}

.organisation_matchs th
{
	border-left: none;
	border-right: none;
}

.club_details_equipe
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.classements_generaux
{
	text-align: center;
	display: flex;
	flex-direction: column;
	margin: 25px auto;
}

.classement_general_challenge
{
	text-align: center;
	margin: auto;
}

.classement_general_categorie
{
	text-align: center;
	margin: auto;
}

.nom_categorie_classement_general
{
	text-align: center;
	font-size: 30px;
	border: 1px solid black;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	width: 50%;
}

.classements_generaux_categorie
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}


.bouton_fichier_stats
{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 25px;
	margin-top: 25px;
}

.bouton_fichier_stats &gt; a
{
     font-size: 1.3em;
     width: 400px;
     height: 43px;
     padding-top: 14px; /*permet le centrage vertical*/
     text-align: center;
     color: white;
     background: var(--gris_fonce_entete);
     border-radius: 10px;
}






























/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*Design pour les tÃ©lÃ©phones*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/
/*--------------------------*/





@media all and (max-device-width: 480px)
{
    nav
    {
        width: auto;
        text-align: left;
    }
    
    nav ul
    {
        flex-direction: column;
        font-size: 30px;
    }

    nav li
    {
        padding-left: 4px;
    }

    .menu a
    {
    	font-size: 30px;
    }

    .submenu li a
    {
    	font-size: 25px;
    }

    nav a
    {
        font-size: 1.2em;
    }
    
    nav a:hover
    {
        border-bottom: 0;
    }

    body
    {
    	font-size: 20px;
    }

    p
    {
    	font-size: 20px;
    }

    h1
    {
    	font-size: 40px;
    }

    h2
    {
    	font-size: 35px;
    }

    h3
    {
    	font-size: 25px;
    }


    .titre
    {
    	font-size: 45px;
    }

    .soustitre
    {
    	font-size: 35px;
    }

    td, th
    {
    	font-size: 25px;
    }

    form
    {
    	font-size: 25px;
    }

    .choix_equipe &gt; form &gt; select
	{
		font-size: 25px;
	}

	.choix_equipe &gt; form &gt; input
	{
		font-size: 20px;
	}

	.choix_club &gt; form &gt; select
	{
		font-size: 25px;
	}

	.choix_club &gt; form &gt; input
	{
		font-size: 20px;
	}

	td &gt; form &gt; input
	{
		font-size: 20px;
	}

	.details_poule
	{
		flex-direction: column;
	}

	.equipe_choisie
	{
		font-size: 30px;
	}

	footer &gt; p
	{
		font-size: 25px;
	}

	#copyright
	{
		font-size: 15px;
	}

	.formulaire_photo
	{
		/*border: 1px solid black;
		text-align: center;
		margin: 10px auto;*/
		width: 50%;
	}
	.formulaire_photo &gt; form &gt; label
	{
		font-size: 25px;
	}

	.formulaire_photo &gt; form &gt; p &gt; select
	{
		font-size: 25px;
	}

	.formulaire_photo &gt; form &gt; p &gt; label
	{
		font-size: 25px;
	}

	.formulaire_photo &gt; form &gt; p
	{
		text-align: center;
	}

	.tableau_utilisateur
	{
		width: 95%;
	}

	.tableau_utilisateur tr td
	{
		font-size: 17px;
	}

	.club_details_equipe
	{
		flex-direction: column;
		justify-content: space-around;
	}


}

</pre></body></html>