/* Sticky footer
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 55px;
  height: 100%;
  padding-bottom: 6vh;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6vh; /* Set the fixed height of the footer here */
  line-height: 6vh; /* Vertically center the text there */
  background-color: #f5f5f5;
}


/* Image de l'accueil
-------------------------------------------------- */
.jumbotron {
  min-height: 100%;
  border-radius: 0;
  background-image: url("../img/background.jpg");
  background-position: center;
  background-size: cover;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
}

#home {
  height: 100%;
}

/* Personalisation formulaire balises
-------------------------------------------------- */
.form-balise {
  padding: 1rem;
  border: solid #f7f7f9;
}

/* Personalisation page d'accueil
-------------------------------------------------- */
.logo-mobile {
  max-width:100px;
}

.card {
  background-color: rgba(255, 255, 255, 0.7);
  border: 2px solid rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
  max-width: 450px;
}

.jumbotron > h1 {
  font-weight: bold;
  font-size: 12vh;
  color: #343A40FF;
  text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

.lead {
  font-weight: bold;
  font-style: italic;
  font-size: 4vh;
  color: #343A40FF;
  text-shadow: -0.5px 0 white, 0 0.5px white, 0.5px 0 white, 0 -0.5px white;
  margin-bottom: 5vh;
}

.btn-group {
  margin-left: 16px;
}

/* Personalisation page d'aide
-------------------------------------------------- */
#aide {
  width: 100%;
  height: 50vh;
}

#text_aide {
  margin-top: 20px;
}

#icon_pdf {
  margin-bottom: 0px;
}