@charset "UTF-8";
/*-------------------------------------------------------------------------------------------*/
/* Error page style */
/*-------------------------------------------------------------------------------------------*/

body {
  background-color: #000;
  height: 100vh;
  display: flex;
  justify-content: center;
  
}

.popup {
  border: 1px solid #eaeaea;
  background-color: #0C9CD4 !important;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
  
  margin-top: 2rem;
  width: 300px;
  height: fit-content;
  padding: 2rem 2rem 1rem 2rem;
  
  color: #fff;
  text-align: center;
  font-family:Arial,Verdana,Helvetica,sans-serif;
  font-size: 11px !important;
}

.popup .logo {
  background: url(../img/logo-hep-vaud.svg) no-repeat top left;
  height: 91px;
  display: block;
  margin-bottom: 1rem;
}

.popup h1 {
  color: #000;
	font-size: 26px;
}

.popup p {
	text-align: justify;
  font-size: 14px;
}

.popup a {
  color:rgb(9 139 190/var(--tw-text-opacity));
}
