/*!********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[11].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[11].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[11].use[5]!./src/app/globals.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* --- 1. RESET CSS --- */
/* --- POLICES TEXTES --- */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&display=swap");
/* 1. Reset des marges et paddings pour tout le monde */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Pour que le padding ne change pas la taille des boites */
}

/* 2. On s'assure que le body prend toute la hauteur */
html,
body {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  /* Évite les zooms bizarres sur mobile */
}

/* 3. On enlève les styles par défaut des éléments problématiques */
ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
  /* Enlève l'espace vide sous les images */
}

button,
input,
textarea {
  font: inherit;
  /* Pour qu'ils utilisent la police du site et pas celle du navigateur */
  border: none;
  background: none;
}

/* 4. On rend le curseur "main" sur les boutons cliquables */
button {
  cursor: pointer;
}

/* --- 2. STYLES DE BASE --- */
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  /* Scroll autorisé sur mobile */
  overflow-x: hidden;
  overflow-y: auto;
  /* Scroll bloqué sur pc */
}
@media (min-width: 1024px) {
  html,
  body {
    overflow: hidden;
  }
}

body {
  background-color: #FAFAFA;
  color: #67777E;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: flex;
  flex-direction: column;
}

/* --- 3. TYPOGRAPHIE --- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1F292E;
  font-weight: 700;
  margin-bottom: 1rem;
}

a {
  color: #006C82;
  text-decoration: none;
  transition: opacity 0.2s ease-in-out;
}
a:hover {
  opacity: 0.8;
  color: rgb(0, 65.6307692308, 79);
}

/* --- 4. ÉLÉMENTS COMMUNS --- */
ul,
ol {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

/* --- 5. UTILITAIRES DE MISE EN PAGE --- */
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

/* --- 6. LIGNE DRAPEAU FR --- */
.fr-flag-line {
  height: 4px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: linear-gradient(to right, #002153 33.33%, #ffffff 33.33%, #ffffff 66.66%, #e1000f 66.66%);
}

.main-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  /* On laisse la page s'étirer selon le contenu */
  min-height: 100vh;
  /* Sur pc on force la hauteur à 100% de l'écran */
}
@media (min-width: 1024px) {
  .main-wrapper {
    height: 100vh;
  }
}

.content-grow {
  flex: 1;
  display: flex;
  flex-direction: column;
}
/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[15].oneOf[7].use[3]!./node_modules/next/dist/build/webpack/loaders/resolve-url-loader/index.js??ruleSet[1].rules[15].oneOf[7].use[4]!./node_modules/next/dist/compiled/sass-loader/cjs.js??ruleSet[1].rules[15].oneOf[7].use[5]!./src/components/layout/footer/footer.module.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.footer_footer__dfLeS {
  width: 100%;
  background-image: url("/assets/forms/footer_form.svg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 85px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 1rem;
  flex-shrink: 0;
}
.footer_footer__dfLeS .footer_text___J6xR {
  color: #ffffff;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
