/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
  min-width: 100vw;
}

.loader {
  position: absolute;
  margin: 0 auto;
  width: 100vw;
  height: 100vh;
  background-color: #1F398D;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -ms-flex;
  display: flex;

  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  text-align: center;
  align-items: center;
}

.loader img {
  width: 250px;
}

.logo-etablissement {
  position: absolute;
  top: 2vmin;
  left: 2vmin;
  max-height: 15vh;
  max-width: 40vw;
}

/*# sourceMappingURL=loader.css.map */
