:root {
  --orange: #fb8500;
  --fond: #fffcf8;
  --froid: #3385d3;
  --orange-clair: #fdf0e2;
  --white: white;
  --bleu: #006191;
  --bleu-moyen: #219ebc;
  --gris: #c4c4c4;
  --chaud: #c00000;
  --black: black;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.w-layout-blockcontainer {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
}
.body-1{
  background: no-repeat url("../img/Intro.svg");
  background-color: #004E67;
  width: 100%;
  height: 100%;
}
.app {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 9999;
}
.body-2 {
  color: #00a9fd;
  background-color: #F9F3E9;
  border-radius: 15px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
}
.titre {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 2px none var(--orange);
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  width: 98vw;
  height: 2.5vh;
  margin-top: 0;
  margin-left: 10px;
  margin-right: auto;
  display: flex;
}





/* Fin page les données */

.pageintro {
  cursor: pointer;
  height: 98vh;
  display: block;
  position: absolute;
}
.avertissementaffichage {
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991px) {
  .importexport {
    width: 12vw;
  }

  .navbar, .containerconsultdonnees {
    display: none;
  }

  .container-18 {
    width: 100vw;
    height: 100vh;
  }

  .heading-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
    position: static;
  }

  .heading-15 {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }
  .avertissementaffichage {
    position: fixed; /* Reste collé à l'écran */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #e4eff5;
    display: flex;
    flex-direction: column;
    z-index: 9999; /* Passe au-dessus de tout */
    overflow: hidden;
  }
  
  .avertissementaffichage img {
    width: 50%;
    max-height: 100vh;
    margin: auto;
  }
  .navbartexte {
    background-color: var(--bleu);
    -webkit-text-stroke-color: var(--bleu);
    justify-content: center;
    align-items: center;
    width: 100vw;
    margin-top: 0;
    margin-left: 0;
    display: flex;
  }

  .paragraph-2 {
    display: none;
  }
  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .image-74 {
    display: none;
  }

  .paragraph-2 {
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 2rem;
    line-height: 3rem;
    display: block;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }
}