*{
  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;
}


/*Le milieu*/


main{
  margin:0;
}


.accueil{
  padding : 40px 0px;
  background-color:  rgb(228,114,43);
}

.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;
  padding: 2rem;
}


/*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;
}

.ABientot{
  padding: 10%;
  font-size: 2rem;
  font-weight: 900;
  text-align: center;
}

@counter-style crown {
  system: cyclic;
  symbols: "\1F3C0";
  suffix: " ";
}

ul {
  list-style: crown;
}

/*

a {
  text-decoration: none;
}

em {
  color: #a5b4fc;
  font-style: normal;
}

h2 {
  color: #f9f8ff;
}

p,
li {
  font-size: 1.1em;
  color: #f9f8ff;
}

.cta {
  display: inline-block;
  background: linear-gradient(#8e86b5, #acaeed);
  color: white;
  border-radius: 50px;
  padding: 20px 30px;
}

a:hover {
  text-decoration: underline;
}

.cta:hover {
  background: linear-gradient(#696484, #8788ba);
  text-decoration: none;
}

.lien-icone {
  margin-left: 30px;
}

.lien-icone:hover {
  opacity: 0.5;
}
*/


@media screen and (max-width: 996px) {

*{
  font-size: 14px;
}
 


/*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;
}




/*Les paramètres de du pied de page*/

footer {
  padding: 5px 0px 0px 0px;
  font-size: 12px;
  font-weight: 700;
}

.instagram div{
  font-size: 11px;
}

.espritSportif{
  padding : 5px 0px;
}

.espritSportif_text{
  padding-left: 5px;
}
.espritSportif div,a{
  font-size: 12px;
  font-weight: 700;
}


.instagram_logo{
  width: 30px;
}



.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;
}
*/

/*
section {
  padding: 50px 20px 50px 20px;
}

 */
.partie{
  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;*/
}



}
