* {
  font-family: Poppins, serif
}

html,
body {
  height: 100%;
  margin: 0;
  background-image: url(../images/fond_saas.jpg);
  background-size: cover;
  overflow: auto;
}

body {
  margin: 0;
  padding: 0
}

.form-shadow {
  padding: 20px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12)
}

h1 {
  font-size: 1.3em;
  color: #646464
}

h2 {
  font-size: 1.1em;
  font-weight: 300;
  color: #8f8f8f
}

nav {
  display: -webkit-box !important;
  height: 68px;
  padding-top: 8px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
  background-image: none !important;
  background-color: #2b4b8e !important;
  color: white;
  border: none;
  border-radius: 0
}

nav img {
  max-height: 48px;
  height: 48px
}

nav .title {
  padding-left: 20px;
  font-size: 2em
}

.text-header {
  padding-bottom: 15px
}

.text-footer {
  padding-top: 35px
}

.err {
  font-size: 1.5em;
  padding: 40px;
  margin-bottom: 25px;
  border-radius: 20px;
  color: rgb(118, 37, 0);
  border: 1px beige solid;
  background-color: #ececec;

  width: fit-content;
  margin: 0 auto;
}

section {
  max-width: 80%;
  margin: 0 auto;
  padding: 3vw
}

section .ok-message {
  font-size: 2em;
  font-weight: 400;
  text-align: center;
  color: cornflowerblue
}