@import url("https://fonts.googleapis.com/css2?family=Space+Mono&display=swap");
body.blur:before {
  content: "";
  position: fixed;
  z-index: 99999;
  inset: 0;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}

.identite-popin {
  position: absolute;
  z-index: 999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 30px rgba(0, 81, 121, 0.2);
  background: white;
  border-radius: 30px;
  font-family: "normalidad-wide", sans-serif !important;
  font-size: 16px;
  line-height: 1.5;
  color: #005179;
  padding: 60px;
  width: 100%;
  text-align: center;
  max-width: 600px;
}
.identite-popin p {
  margin: 0 0 20px;
  font-family: "normalidad-wide", sans-serif !important;
  color: #005179;
}
.identite-popin p:last-child {
  margin: 0;
}
.identite-popin .fermer {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #005179;
  text-transform: uppercase;
  font-family: "Space Mono", sans-serif;
  font-size: 13px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}
.identite-popin .fermer:hover {
  color: #e83a38;
}
.identite-popin .fermer i {
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  margin: 0 0 0 5px;
  position: relative;
  top: -2px;
}
.identite-popin .logo {
  margin: 30px 0 30px;
}
.identite-popin .logo img {
  width: 100%;
  height: auto;
}
.identite-popin .pitch {
  line-height: 1;
  text-transform: uppercase;
  margin: 0 0 45px;
}
.identite-popin .pitch p {
  margin: 0 0 30px;
}
.identite-popin .pitch p span {
  font-family: "Space Mono", sans-serif;
  font-size: 36px;
  display: block;
}
.identite-popin .pitch strong {
  font-size: 60px;
  font-weight: 700;
  text-transform: none;
}
.identite-popin .pitch a {
  background: #005179;
  color: white;
  font-size: 16px;
  display: inline-block;
  padding: 15px 20px;
  text-transform: none;
  font-weight: 300;
  border-radius: 30px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.identite-popin .pitch a:hover {
  background: #e83a38;
}

.relance {
  text-align: center;
  color: black;
  font-size: 14px;
}
.relance img {
  width: 120px;
  margin: 0 auto;
}/*# sourceMappingURL=popin.css.map */