@charset "utf-8";
/* CSS Document */
/* Styles généraux */
/*@font-face {
  font-family: 'Quintessential';
  src: url('../fonts/Quintessential-Regular.ttf') format('ttf'); /* Format WOFF 1.0 */
/*}*/
@import url('https://fonts.googleapis.com/css2?family=Yeseva+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
body {
  font-family: "Yeseva One", serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
}
/*.container {
    max-width: 100%;
    height: auto;
	margin: 0;
}*/
.container {
  width: 100%; /* Prend toute la largeur disponible */
  height: 870px; /* Prend 100% de la hauteur de la fenêtre */
  background-image: url("../im/20240401_145501_0000.png");
  background-size: contain; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
  background-position: top; /* Centre l'image */
  background-repeat: no-repeat;
  margin: 0; /* Supprime les marges */
  padding: 0; /* Supprime les espaces internes */
  display: block;
}
.Ru_01 {
  width: 80%; /* Prend toute la largeur disponible */
  height: 300px; /* Prend 100% de la hauteur de la fenêtre */
  background-image: url("../im/rubrique_01.png");
  background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat;
  margin: 0; /* Supprime les marges */
  padding: 0; /* Supprime les espaces internes */
  display: block;
  border-radius: 16px;
  margin-bottom: 5px;
  margin-left: 10%;
}
.Ru_02 {
  width: 30%; /* Prend toute la largeur disponible */
  height: 180px; /* Prend 100% de la hauteur de la fenêtre */
  background-image: url('../im/Rubrique_02.png');
  background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
  background-position: center center; /* Centre l'image */
  background-repeat: no-repeat;
  margin: 0; /* Supprime les marges */
  padding: 0; /* Supprime les espaces internes */
  display: inline-block;
  border-radius: 16px;
}
.barlow-condensed-regular {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.Ru_02_02 {
  display: inline-block;
  height: 35px;
  width: 60%;
  margin-top: 20%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.5em;
}
.Ru_03_03 {
  display: inline-block;
  height: 35px;
  width: 60%;
  margin-top: 20%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.5em;
}
.Ru_04_04 {
  display: inline-block;
  height: 35px;
  width: 60%;
  margin-top: 20%;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 16px;
  font-size: 24px;
  font-family: "Barlow Condensed", sans-serif;
  line-height: 1.5em;
}
.Ru_03 {
  width: 30%; /* Prend toute la largeur disponible */
  height: 180px; /* Prend 100% de la hauteur de la fenêtre */
  background-image: url('../im/Rubrique_03.png');
  background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat;
  margin: 0; /* Supprime les marges */
  padding: 0; /* Supprime les espaces internes */
  display: inline-block;
  border-radius: 16px;
}
.Ru_04 {
  width: 30%; /* Prend toute la largeur disponible */
  height: 180px; /* Prend 100% de la hauteur de la fenêtre */
  background-image: url('../im/Rubrique_04.png');
  background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat;
  margin: 0; /* Supprime les marges */
  padding: 0; /* Supprime les espaces internes */
  display: inline-block;
  border-radius: 16px;
}
img {
  max-width: 20%;
  height: 20%;
  margin: 0;
  padding: 0;
  margin: 10px;
}
.separation_rubrique {
  width: 100%;
  height: 50px;
  margin: 0; /* Supprime les marges */
  padding: 0; /* Supprime les espaces internes */
  margin-top: 100px;
  margin-bottom: 100px;
  background-image: url("../im/separation_rubrique.png");
  background-size: contain; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
  background-position: center; /* Centre l'image */
  background-repeat: no-repeat;
  display: inline-block;
}
/*Couleur logo connexion/ compte #DFA5B7 */
header {
  background-color: #DFBBDD;
  color: #fff;
  padding: 0px;
  margin: 0px;
  display: inline-block;
  width: 100%;
  height: 25px;
}
h1 {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
nav ul {
  list-style-type: none;
  padding: 0;
}
nav ul li {
  display: inline;
  margin-right: 10px;
}
nav ul li a {
  color: #fff;
  text-decoration: none;
}
.main-content {
  padding: 5px;
  text-align: center;
}
footer {
  /* position: fixed;
    bottom: 0;*/
  background-color: #333; /* Couleur de fond de la div */
  padding: 5px; /* Espacement interne pour le contenu */
  text-align: center; /* Centrage du contenu */
  color: #FFF;
}
.icon_connexion {
  margin: 0px;
  padding: 0px;
  text-align: right;
  display: inline-block;
}
/* Styles spécifiques aux appareils mobiles */
@media screen and (max-width: 600px) {
  header {
    background-color: #DFBBDD; /*r gba(255, 214, 254, 0.6)*/
    color: #fff;
    padding: 5px;
    padding-left: 0px;
    padding-right: 0px;
    margin: 0px;
    display: inline-block;
    width: 100%;
    height: 10px;
  }
  nav ul li {
    display: inline;
    margin-bottom: 5px;
  }
  .container {
    width: 100%; /* Prend toute la largeur disponible */
    height: 420px; /* Prend 100% de la hauteur de la fenêtre */
    background-image: url("../im/20240401_145501_0000.png");
    background-size: contain; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
    background-position: top; /* Centre l'image */
    background-repeat: no-repeat;
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espaces internes */
    display: block;
  }
  img {
    max-width: 90%;
    height: 90%;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0px;
  }
  .icon_connexion {
    text-align: right;
    display: inline-block;
  }
  .Ru_01 {
    width: 80%; /* Prend toute la largeur disponible */
    height: 300px; /* Prend 100% de la hauteur de la fenêtre */
    background-image: url("../im/rubrique_01.png");
    background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat;
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espaces internes */
    display: block;
    border-radius: 16px;
    margin-bottom: 5px;
    margin-left: 10%;
  }
  .Ru_02 {
    width: 30%; /* Prend toute la largeur disponible */
    height: 180px; /* Prend 100% de la hauteur de la fenêtre */
    background-image: url('../im/Rubrique_02.png');
    background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat;
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espaces internes */
    display: inline-block;
    border-radius: 16px;
  }
  .Ru_03 {
    width: 30%; /* Prend toute la largeur disponible */
    height: 180px; /* Prend 100% de la hauteur de la fenêtre */
    background-image: url('../im/Rubrique_03.png');
    background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat;
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espaces internes */
    display: inline-block;
    border-radius: 16px;
  }
  .Ru_04 {
    width: 30%; /* Prend toute la largeur disponible */
    height: 180px; /* Prend 100% de la hauteur de la fenêtre */
    background-image: url('../im/Rubrique_04.png');
    background-size: cover; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat;
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espaces internes */
    display: inline-block;
    border-radius: 16px;
  }
  .separation_rubrique {
    width: 100%;
    height: 50px;
    margin: 0; /* Supprime les marges */
    padding: 0; /* Supprime les espaces internes */
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url("../im/separation_rubrique.png");
    background-size: contain; /* Redimensionne l'image pour qu'elle remplisse le conteneur */
    background-position: center; /* Centre l'image */
    background-repeat: no-repeat;
    display: inline-block;
  }
  .Ru_02_02 {
    display: inline-block;
    height: 20px;
    width: 80%;
    margin-top: 80%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    font-size: 12px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.9em;
  }
  .Ru_03_03 {
    display: inline-block;
    height: 20px;
    width: 80%;
    margin-top: 80%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    font-size: 12px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.9em;
  }
  .Ru_04_04 {
    display: inline-block;
    height: 20px;
    width: 80%;
    margin-top: 80%;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    font-size: 12px;
    font-family: "Barlow Condensed", sans-serif;
    line-height: 1.9em;
  }
	
	
footer {
  position: fixed;
  bottom: 0;
  background-color: #333; /* Couleur de fond de la div */
  padding: 5px; /* Espacement interne pour le contenu */
  text-align: center; /* Centrage du contenu */
  color: #FFF;
  width: 100vw;
}	
}