@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Poppins';
  src: url('../../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  /* Use 100 for thin */
  font-style: normal;
}
body {
  font-family: 'Poppins', sans-serif;
  display: flex;
  background-color: #EAEFF5;
  justify-content: center;
  color: #163069;
  text-align: center;
}
h1 {
  text-align: center;
  font-size: 16px;
}
a {
  text-decoration: none;
  color: #163069;
}
.block-link {
  background-color: #f7f8fc;
  display: inline-block;
  border-radius: 15px;
  height: 65px;
  width: 65px;
}
.block-link.big {
  width: 100%;
  max-width: 500px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.block-link.big .div-logo {
  width: 33%;
  text-align: center;
}
.block-link.big .div-logo img {
  height: 45px;
  border-radius: 15px;
}
.block-link.big .div-nom {
  width: 66%;
  text-align: left;
}
.block-link .div-logo {
  height: 100%;
  align-content: center;
}
.block-link .div-logo img {
  height: 25px;
}
.logo-monabee {
  height: 75px;
}
.props {
  position: absolute;
  z-index: -1;
  display: none;
}
/*# sourceMappingURL=index.css.map */