.bloc_retour {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.je_bouton_octogone_mosaique {
  display: flex;
  gap: 15px;
  align-items: center;
}

.je_champdetexte_prenom_position {
  display: flex;
  justify-content: center;
  align-items: center;
}

.je_popup_mots_position_image {
  position: relative;
  text-align: center;
}

.je_popup_mots_position_texte {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.je_popup_mots_texte_conteneur {
  background-color: rgb(200, 192, 192);
  padding: 20px;
  width: 90%;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.je_popup_mots_texte_detail {
  width: 90%;
}

.je_popup_mots_position {
  display: flex;
  flex: 1 1 25%;
  flex-direction: column;
  align-items: center;
}

.je_acceuil_banner {
  width: 100%;
  height: 50%;
  position: relative;
}

.je_bloc_texte {
  width: 70%;
  margin: auto;
}

.je_conteneur_portraits {
  width: 95%;
  display: flex;
  margin: auto;
  margin-bottom: 20px;
}

.je_conteneur_portrait_individuel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.je_conteneur_acceuil_full_width {
  background-color: #f8f7f0;
  width: 100%;
  padding: 40px 0;
}

.je_conteneur_acceuil_full_width_texte {
  width: 40%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.je_conteneur_acceuil_full_width_video {
  background-color: #f8f7f0;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.je_conteneur_thumbnail {
  display: flex;
  justify-content: space-around;
  padding: 20px 0;
  gap: 40px;
}

.je_bloc_texte_image {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: auto;
}

.je_footer {
  background-color: #403e3e;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  align-items: flex-start;
}

.je_footer_left {
  display: flex;
  justify-content: space-evenly;
  width: 70%;
  align-items: center;
}
.je_footer_logo img {
  max-width: 100px;
}
.je_footer_simbolos  {
  display: flex;
}
.je_footer_simbolos img {
  max-height: 40px;
}

.je_footer_right {
  border: 1px solid white;
  border-radius: 20px;
  width: fit-content;
  padding: 15px;
  margin: 0px;
}

.je_info_transports {
  display: flex;
  align-items: center;
}

.je_pictogrammes_popup img {
  max-height: 40px;
}