*{
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
}



/*Les paramètres de l'en tête*/


header{
  display: flex;
  flex-direction: column;
}

header img{
  width: 200px;
}

/*
nav{
  display: flex;
  flex-direction: column;
  gap:5px;
}
  

nav div{
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}
*/

nav .bandeau{
  padding: 20px 50px;
  display:grid;
  grid-template-columns: 1fr 6fr 1fr;
  background-color: rgb(94, 2, 2);
}

h1{
  color: rgb(228,114,43);
  font-size: 3em;
  font-weight: 700;
  font-family: "Permanent Marker", cursive;
  text-align: center;
}


/* Réglage du menu */

.dropbtn {
  background-color: #853414;
  width: 180px;
  color: rgb(0, 0, 0);
  padding: 16px;
  font-size: 30px;
  border: 5px solid black;
  border-radius: 5px;
  cursor: pointer;
}


.dropdown {
  position: relative;
 
}


.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 20px;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f1f1f1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e0707;
  color: white;
}

/*Le milieu*/


main{
    margin:0;
}

.versClassement{
    font-size: 1.2em;
    font-weight: 800;
    background-color: olive;
    padding: 15px;
    border: 5px solid black;
    border-radius: 3px;
    text-align: center;

}


/*Le bas de page*/

footer{
  padding: 20px 50px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-size: 1.5em;
  font-weight: 700;
  font-family : Arial, Helvetica, sans-serif;
}

.instagram{
    font-size: 13px;
    font-weight: 700;
    display:flex;
    flex-direction: row;
    gap:10px;
    align-items: center;
    padding: 0px 10px;
    justify-content: space-between;
}
.instagram_logo{
    justify-self: right;
}

.espritSportif{
    background-image: linear-gradient(to bottom right, white, rgb(33, 14, 2));
    display: flex;
    flex-direction: row;
    gap:5px;
    padding: 0px 10px;
    font-size: 13px;
    font-weight: 900;
}

.accueil{
    padding : 40px 0px;
    background-color:  rgb(228,114,43);
}

.box{
    border: 5px solid black;
    border-radius: 10px;
    width: 300px;
    height: 100px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}

.partieAdministre{
  background-color: white;
  display: flex;
  flex-direction: column;
  margin:10px 10px;
  border: 15px solid  rgb(24, 10, 1);
  border-radius: 0 0 20px 20px;
}

.partie{
  background-color: white;
  display: flex;
  flex-direction: column;
  margin:10px 200px;
  border: 15px solid  rgb(24, 10, 1);
  border-radius: 0 0 20px 20px;
}

.titrePartie{
  background: rgb(24, 10, 1);
  color:whitesmoke;
  font-size: 2.5em;
  font-weight: 700;
  font-family: "Permanent Marker", cursive;
  text-align: center;
}

.textePartie{
  line-height: 1.5;
  font-weight: 400;
}

.textePartieAdministration{
  text-align: center;
  line-height: 1.5;
  padding: 40px;
  font-weight: 500;
  font-size:15px
}

.titreN2{
    font-size: 1.8rem;
    font-weight: 600;
    text-align: left;
    padding-left:40px;
    color:  rgb(228,114,43);
  
}

.texteGauche{
    text-align: left;
    padding-left : 100px;
   
}

.paragraph{
    padding:2px 0px;
    display: flex;
    flex-direction: column;
    border: 2px solid black;
}


.ecritureResultatNoBorder{
    display: flesx;
    flex-direction: row;
    gap:5px;
}

/*
.match{
    display: grid;
    grid-template-columns: 1fr 4fr 1fr 4fr;
    gap:5pt;
}
*/
.texteDroit{
    text-align: right;
}

.texteGaucheNoPad{
    text-align: left;
}
.selection .texteGaucheNoPad{
    display:none;
}

.selection .texteGaucheNoPad:target {
  display: block;
  border: 2px solid darkorange;
  background-color: beige;
}


.bouton{
    border:2px;
}




.ecritureResultat{
    display: grid;
    grid-template-columns: 1fr 5fr 1fr;
    gap: 5px;
    align-items: center;
    border: 2px solid black;
    padding: 5px;
}

.match{
    display: flex;
    flex-direction: column;
    justify-content: left;
   
}

.categorie{
    color: rgb(18, 18, 178);
    font-weight: 600;
}

.equipe{
    font-weight: 700;
}

.equipeVictoire{
    font-weight: 800;
}

.VS{
    color: rgb(115, 16, 16);
    font-size: 1.7rem;
    font-weight: 800;
}

.score{
    color: rgb(238, 124, 10);
    font-size: 1.6rem;
    font-weight: 700;
}


.scoreVictoire{
    color: rgb(255, 0, 0);
    font-size: 1.7rem;
    font-weight: 800;
}

.statut{
    font-size: 1.1rem;
    padding-right: 40px;
    font-weight: 700;
}

.terrain{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-items: center;
    row-gap: 10px;
    padding: 5px 0px;
}




@media screen and (max-width: 996px) {

*{
    font-size: 12px;
}
 

/*Les paramètres de l'en tête*/

header img{
  width: 70px;
}

nav div{
  gap: 5px;
}

nav .bandeau{
  padding: 7px;
}

h1{
  font-size: 2.2rem;
}




/* Réglage du menu */

.dropbtn {
  width: 60px;
  padding: 4px;
  font-size: 16px;
  border: 3px solid black;
  border-radius: 3px;
}

.dropdown-content {
  min-width: 120px;
  right: 0px;
}

.dropdown-content a {
  color: black;
  padding: 4px 4px;
  font-size: 14px;
}


.versClassement{
    font-size: 15px
    font-weight: 800;
    
    padding: 6px;
    border: 3px solid black;
    border-radius: 2px;

}

/*Les paramètres de du pied de page*/
footer {
    background-color: white;
    padding: 0px;
    padding-top: 5px;
}


.instagram div{
    font-size: 15px;
    font-weight: 900;
}

.espritSportif{
    padding : 5px 0px;
}

.espritSportif_text{
    padding-left: 5px;
}
.espritSportif div,a{
    font-size: 13px;
    font-weight: 900;
}



h1{
    color: rgb(228,114,43);
    font-size: 2.2rem;
    font-weight: 700;
    font-family: "Permanent Marker", cursive;
    
  	/*align-items: center;*/
}

.accueil{
    padding-top: 10px;
    padding-bottom: 40px;
}

.box{
    border: 5px solid black;
    border-radius: 10px;
    width: 300px;
    height: 100px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
}


.partie{
  background-color: white;
  margin:5px 8px;
  border: 4px solid  rgb(24, 10, 1);
  border-radius: 0 0 10px 10px;
}


.titrePartie{
  font-size: 1.6em;
  font-weight: 700;
}


.textePartie{
 /* text-align: center;*/
  line-height: 1;
 /* padding: 10px;*/
}


.texteGauche{
    text-align: left;
    padding-left: 30px;
}


.titreN2{
    font-size: 1.3rem;
    font-weight: 600;
    padding-left:10px;
}
/*
.paragraph{
   
   margin:5px 0px;
    border: 2px solid black;
}
*/
.equipe{
    font-size:13px;
}

.equipeVictoire{
    font-size:14px;
}

.VS{  
    font-size: 12px;
}

.score{
    font-size: 13px;
}


.scoreVictoire{
    font-size: 14px;
}

.statut{
    font-size: 11px;
    padding-right: 5px;
}

.petiteImage{
    width: 30px;
}

.terrain{
     row-gap: 5px;
}

.terrain a {
    font-size:14px ;
    font-weight: 800;
    color:darkolivegreen;
}

}