* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: sans-serif;
}
html, body {
  width: 100vw;
  height: 100vh;
}
body {
  background-color: #efe9e9;
  display: flex;
  justify-content: center;
  flex-flow: column nowrap;
}
.body-hint {
  margin: 20px auto;
  padding: 10px;
  width: min(820px, 94vw);
  font-weight: 100;
}
.body-hint::before {
  content: '*';
}
main {
  width: 100vw;
  display: flex;
  align-items: center;
  flex-flow: column nowrap;
}
.exemple-acess {
  text-decoration: none;
  text-underline-offset: 4px;
  color: #1a38e2;
}
.exemple-acess:hover, .back-btn:hover {
  color: #152ba4;
  text-decoration: underline;
}
.exemple-acess p::after {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-left: .3rem;
  transform: translatey(.2rem);
  background-image: url(../images/link-icon.png);
  background-size: cover;
}
.back-btn {
  text-decoration: none;
  text-underline-offset: 4px;
  color: #1a38e2;
  margin: 0 auto;
  font-size: 1.2rem;
  transform: translatey(-10vh);
}
.back-btn p::before {
  display: inline-block;
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  margin-right: .3rem;
  transform: translatey(.2rem);
  background-image: url(../images/back-icon.png);
  background-size: cover;
}

.popup-title {
  width: fit-content;
  margin: 6px;
  font-size: 1.2rem;
  text-align: center;
}
.popup-button {
  height: fit-content;
  margin: 0 100%;
  padding: 22px;
}
#popup1 {
	z-index: 30;
	margin-right: 7em;
}

#popup2 {
	padding: 3em;
}

#popup3 {
	z-index: 25;
	padding-right: 6em;
	padding-top: 69px;
}

#popup4 {
	z-index: 35;
	margin-right: 4em;
}

#popup5 {
	margin-right: 5em;
    margin-top: 1em;
    padding: 11px;
    z-index: 40;
}
.disclaimer {
    display: none;
}