/*!*************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[12].use[3]!./styles/Home.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Roboto', sans-serif;
  background-color: #f8f9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.container {
  background-color: #ffffff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  width: 90%;
  max-width: 500px;
}

.language_selector {
  text-align: center;

}

a {
  color: blue; /* Couleur initiale du lien */
  text-decoration: none; /* Pas de soulignement par défaut */
  cursor: pointer; /* Changer le curseur en pointeur pour indiquer que c'est cliquable */
  transition: color 0.3s ease, text-decoration 0.3s ease; /* Transition pour une animation douce */
  display: inline-block; /* Rendre le lien cliquable dans la zone de rembourrage */
}

a:active {
  color: darkblue; /* Changer la couleur lorsque l'utilisateur clique */
  text-decoration: underline; /* Ajouter un soulignement lorsque l'utilisateur clique */
}

.selected {
  font-weight: bold; /* Mettre le texte en gras pour indiquer qu'il est sélectionné */
  color: darkblue; /* Changer la couleur lorsqu'il est sélectionné */
}


.logo {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.logo img {
  max-width: 100%;
}

.tutorial-box {
  background-color: #62299a;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.tutorial-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
}

.tutorial-box p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.qr-code-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  width: 100%;
}

.qr-code {
  width: 100%;
  height: 20%;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[7].use[3]!./styles/Footer.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
/* styles/Footer.module.css */

.Footer_footer__yl3k1 {
  position: fixed;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  background-color: #62299a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color :white;
}

.Footer_footer_Storz__FOyQk {
  position: fixed;
  width: 100%;
  padding: 10px;
  bottom: 0;
  left: 0;
  background-color: #073f89;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color :white;
}

.Footer_language-buttons__8FalF {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.Footer_button__O7Cq8 {
  margin-right: 10px;
  padding: 10px 20px;
  font-size: 12px;
  color: white;
  background-color: #ad80d1;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

@media screen and (max-width: 600px) {
  .Footer_footer__yl3k1 {
    flex-direction: column;
    align-items: flex-start;
  }

}

.Footer_txt__N7P2A{
 color : white;
 font-size: 10px;
}


