html[lang='fr'] .easter-form, html[lang='en'] .easter-form {
  display: none !important; }

html[lang='fr'] .easter-egg__wrap, html[lang='en'] .easter-egg__wrap {
  display: none !important; }

.easter-form {
  overflow: auto;
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  transition: visibility 0.3s linear, opacity 0.3s linear;
  visibility: hidden;
  opacity: 0;
  background: url("../img/line_horizontal_white.svg"), url("../img/line_vertical_white.svg"), linear-gradient(to bottom, white 30vw, #191919 30vw);
  background-repeat: repeat, repeat;
  background-size: 10vw;
  background-color: black;
  background-position-x: 0.02px; }
  @media screen and (max-width: 880px) {
    .easter-form {
      background: url("../img/line_horizontal_white.svg"), url("../img/line_vertical_white.svg"), linear-gradient(to bottom, white 30vw, #191919 30vw);
      background-repeat: repeat, repeat;
      background-size: 10vw;
      background-color: black;
      background-position-x: 0.02px; } }
  @media screen and (max-width: 600px) {
    .easter-form {
      background: url("../img/line_horizontal_white.svg"), url("../img/line_vertical_white.svg"), linear-gradient(to bottom, white 60vw, #191919 60vw);
      background-repeat: repeat, repeat;
      background-size: 10vw;
      background-color: black;
      background-position-x: 0.02px; } }
  @media screen and (min-width: 1200px) {
    .easter-form {
      background: url("../img/line_horizontal_white.svg"), url("../img/line_vertical_white.svg"), linear-gradient(to bottom, white 20vw, #191919 20vw);
      background-repeat: repeat, repeat;
      background-size: 10vw;
      background-color: black;
      background-position-x: 0.02px; } }
  .easter-form.easter-form--visible {
    visibility: visible;
    opacity: 0.97; }
  .easter-form .logo {
    z-index: 2;
    height: 11.09589vw;
    width: 11.09589vw;
    position: absolute;
    top: 2vw;
    left: 4.38356vw;
    border-radius: 100%;
    background-color: white;
    display: block;
    transition: 0.5s; }
    @media screen and (max-width: 600px) {
      .easter-form .logo {
        width: 70px;
        height: 70px;
        top: 4px;
        left: 20px; } }
  .easter-form .easter-form__close {
    position: absolute;
    top: 48px;
    right: 53px;
    width: 50px;
    height: 50px;
    background-color: #191919;
    border-radius: 50%;
    box-sizing: border-box;
    outline: none;
    border: none;
    padding: 0;
    background-image: url("../img/close.png");
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat; }
    .easter-form .easter-form__close:hover {
      cursor: pointer; }
    @media screen and (max-width: 600px) {
      .easter-form .easter-form__close {
        top: 16px;
        right: 20px; } }
  .easter-form .easter-form__wrap {
    border: 1px solid #9b9a9b;
    width: 60vw;
    min-height: 70vw;
    margin: 0 auto;
    margin-top: 10vw;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .easter-form .easter-form__wrap {
        min-height: 40vw; }
        .easter-form .easter-form__wrap .easter-form__form {
          min-height: 30vw; }
        .easter-form .easter-form__wrap .wpcf7 {
          height: 30vw !important; }
        .easter-form .easter-form__wrap .top-wrap {
          padding-left: 0;
          padding-right: 0;
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
          .easter-form .easter-form__wrap .top-wrap .input-box {
            width: 50%; } }
    @media screen and (max-width: 600px) {
      .easter-form .easter-form__wrap {
        width: 100vw;
        margin-top: 30vw; } }
    .easter-form .easter-form__wrap .easter-form__tag {
      position: absolute;
      top: -45px;
      width: 230px;
      height: 45px;
      background-color: #191919;
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 0 20px 0 16px; }
      .easter-form .easter-form__wrap .easter-form__tag .easter-tag__text {
        color: #ffffff;
        font-family: 'omnes';
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.93px;
        text-transform: uppercase; }
      .easter-form .easter-form__wrap .easter-form__tag .easter-tag__circle {
        display: block;
        width: 10px;
        height: 10px;
        background-image: url(../img/circle.svg);
        background-repeat: no-repeat;
        background-position: center; }
    .easter-form .easter-form__wrap .easter-form__header {
      text-align: center;
      min-height: 20vw;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end;
      padding-bottom: 35px; }
      @media screen and (max-width: 880px) {
        .easter-form .easter-form__wrap .easter-form__header {
          padding: 5px;
          height: 20vw; } }
      @media screen and (max-width: 600px) {
        .easter-form .easter-form__wrap .easter-form__header {
          padding: 5px;
          height: 30vw;
          background-color: #fff; } }
      @media screen and (min-width: 1200px) {
        .easter-form .easter-form__wrap .easter-form__header {
          padding: 5px;
          min-height: 10vw;
          height: 10vw; } }
      .easter-form .easter-form__wrap .easter-form__header span {
        color: #191919;
        font-family: 'omnes';
        font-size: 21px;
        font-weight: 600;
        line-height: 37px;
        display: inline-block;
        background-color: white;
        z-index: 1; }
        @media screen and (max-width: 880px) {
          .easter-form .easter-form__wrap .easter-form__header span {
            font-size: 15px; } }
        @media screen and (max-width: 600px) {
          .easter-form .easter-form__wrap .easter-form__header span {
            line-height: initial; } }
      .easter-form .easter-form__wrap .easter-form__header h2 {
        color: #191919;
        font-family: 'omnes';
        font-size: 53px;
        font-weight: 700;
        line-height: 50px;
        text-transform: uppercase;
        z-index: 1; }
        @media screen and (max-width: 880px) {
          .easter-form .easter-form__wrap .easter-form__header h2 {
            font-size: 30px; } }
    .easter-form .easter-form__wrap .easter-form__image {
      width: 177px;
      height: 231px;
      position: absolute;
      top: -100px;
      z-index: 0;
      right: 0; }
      @media screen and (min-width: 1200px) {
        .easter-form .easter-form__wrap .easter-form__image {
          width: 140px;
          height: auto;
          right: 0; } }
      @media screen and (max-width: 600px) {
        .easter-form .easter-form__wrap .easter-form__image {
          width: 100px;
          z-index: -1; } }
    .easter-form .easter-form__wrap .easter-form__hint {
      position: absolute;
      bottom: 17px;
      left: 17px;
      opacity: 0.5;
      color: #ffffff;
      font-family: 'omnes';
      font-size: 14px;
      font-weight: 600;
      line-height: 17px; }
  .easter-form .easter-form__form {
    min-height: 50vw; }
    @media screen and (max-width: 990px) {
      .easter-form .easter-form__form {
        min-height: 60vw; }
        .easter-form .easter-form__form .wpcf7 {
          height: 60vw !important; } }
    @media screen and (max-width: 600px) {
      .easter-form .easter-form__form .wpcf7 {
        height: 100vw !important; } }
    .easter-form .easter-form__form .wpcf7 {
      height: 50vw; }
    .easter-form .easter-form__form .wpcf7-form {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      height: 100%; }
    .easter-form .easter-form__form .input-box {
      height: auto;
      position: relative;
      margin-bottom: 5vw; }
      .easter-form .easter-form__form .input-box:last-child {
        margin-bottom: 0; }
        .easter-form .easter-form__form .input-box:last-child .standard-title {
          line-height: inherit; }
      .easter-form .easter-form__form .input-box .standard-title {
        position: absolute;
        top: -3.0137vw;
        height: 3.0137vw;
        left: 0;
        background-color: #ffffff;
        color: #191919;
        line-height: 3.08219vw;
        padding-left: 1.36986vw;
        padding-right: 1.36986vw;
        font-size: 0.9589vw; }
      .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap {
        border: 1px solid black;
        box-sizing: border-box;
        width: 100%;
        height: 5vw;
        display: block; }
        .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap.message {
          height: 20vw; }
        .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap textarea,
        .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap input {
          width: 100%;
          height: 100%;
          padding: 1.36986vw;
          font-size: 1.23288vw;
          font-weight: 400;
          letter-spacing: 0.64px;
          line-height: 1.43836vw;
          border: 1px solid #ffffff;
          background: transparent;
          color: white; }
        .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap textarea {
          resize: none; }
        .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap .nice-select {
          width: 100%;
          height: 100%;
          color: #191919;
          font-size: 1.23288vw;
          font-weight: 400;
          letter-spacing: 0.64px;
          line-height: 1.43836vw;
          display: flex; }
          .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap .nice-select .current {
            margin: auto 0; }
    .easter-form .easter-form__form .top-wrap {
      padding: 3.0137vw 10vw 0; }
      @media screen and (max-width: 600px) {
        .easter-form .easter-form__form .top-wrap {
          padding: 0; } }
    .easter-form .easter-form__form .bottom-wrap {
      padding: 0 10vw; }
      @media screen and (max-width: 600px) {
        .easter-form .easter-form__form .bottom-wrap {
          padding: 0; } }
    .easter-form .easter-form__form .btn-wrap {
      padding: 0 10vw; }
      @media screen and (max-width: 600px) {
        .easter-form .easter-form__form .btn-wrap {
          padding: 0; } }
      .easter-form .easter-form__form .btn-wrap .block-btn {
        margin-top: 0;
        margin-right: 0;
        padding: 0;
        box-sizing: content-box; }
        @media screen and (max-width: 880px) {
          .easter-form .easter-form__form .btn-wrap .block-btn {
            width: 30vw; } }
        @media screen and (max-width: 500px) {
          .easter-form .easter-form__form .btn-wrap .block-btn {
            min-height: 10vw;
            width: 50vw; } }
    @media screen and (max-width: 600px) {
      .easter-form .easter-form__form .input-box {
        height: auto;
        position: relative;
        margin-bottom: 5vw; }
        .easter-form .easter-form__form .input-box:last-child {
          margin-bottom: 0; }
          .easter-form .easter-form__form .input-box:last-child .standard-title {
            line-height: inherit; }
        .easter-form .easter-form__form .input-box .standard-title {
          position: absolute;
          top: -44px;
          height: 44px;
          left: 0;
          background-color: #ffffff;
          color: #191919;
          line-height: 45px;
          padding-left: 20px;
          padding-right: 20px;
          font-size: 14px; }
        .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap {
          border: 1px solid black;
          box-sizing: border-box;
          width: 100%;
          height: 5vw;
          display: block; }
          .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap.message {
            height: 20vw; }
          .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap textarea,
          .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap input {
            width: 100%;
            height: 100%;
            padding: 20px;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.64px;
            line-height: 21px;
            border: 1px solid #ffffff;
            background: transparent;
            color: white; }
          .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap textarea {
            resize: none; }
          .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap .nice-select {
            width: 100%;
            height: 100%;
            color: #191919;
            font-size: 18px;
            font-weight: 400;
            letter-spacing: 0.64px;
            line-height: 21px;
            display: flex; }
            .easter-form .easter-form__form .input-box .wpcf7-form-control-wrap .nice-select .current {
              margin: auto 0; }
      .easter-form .easter-form__form .top-wrap {
        padding: 44px 10vw 0; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    .easter-form .easter-form__form .top-wrap {
      padding: 0; } }
    @media screen and (max-width: 600px) {
      .easter-form .easter-form__form .bottom-wrap {
        padding: 0 10vw; } }
  @media screen and (max-width: 600px) and (max-width: 600px) {
    .easter-form .easter-form__form .bottom-wrap {
      padding: 0; } }
    @media screen and (max-width: 600px) {
      .easter-form .easter-form__form .circle-btn {
        width: 25px;
        height: 25px; } }
  .easter-form .easter-form__winner {
    padding: 0 10vw;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: block;
    color: #ffffff;
    font-family: 'omnes';
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.93px;
    line-height: 17px; }
  .easter-form .block-btn {
    align-items: center; }
  .easter-form .input-box .standard-title {
    min-width: 20vw;
    width: auto;
    max-width: 30vw; }
    @media screen and (max-width: 992px) {
      .easter-form .input-box .standard-title {
        width: 50vw; } }
    @media screen and (max-width: 600px) {
      .easter-form .input-box .standard-title {
        height: 10vw;
        top: -10vw;
        width: 70vw;
        max-width: unset; } }
  @media screen and (max-width: 600px) {
    .easter-form .main-title {
      height: 25vw !important; }
    .easter-form .top-wrap {
      flex-direction: column;
      width: 100vw; }
      .easter-form .top-wrap .right,
      .easter-form .top-wrap .left {
        width: 100vw; }
    .easter-form .bottom-wrap {
      width: 100vw; }
    .easter-form .input-box {
      margin-top: 10vw !important;
      margin-bottom: 0 !important; }
      .easter-form .input-box .standard-title {
        height: 10vw !important;
        top: -10vw !important; }
      .easter-form .input-box:not(:first-child) {
        margin-top: 10vw !important; }
      .easter-form .input-box .wpcf7-form-control-wrap {
        height: 10vw !important; }
        .easter-form .input-box .wpcf7-form-control-wrap input {
          height: 10vw !important;
          padding: 0 20px !important; }
    .easter-form .btn-wrap {
      height: 10vw !important; }
    .easter-form .wpcf7-form-control-wrap.message {
      height: 50vw !important; }
    .easter-form .wpcf7-textarea {
      height: 100% !important; } }

body .easter-egg__wrap.easter-egg__wrap--game {
  display: none; }
  @media (max-width: 992px) {
    body .easter-egg__wrap.easter-egg__wrap--game {
      display: block; } }

body .easter-egg__wrap.easter-egg__wrap--footer-link {
  display: none; }
  @media (max-width: 992px) {
    body .easter-egg__wrap.easter-egg__wrap--footer-link {
      display: flex; } }

@media (max-width: 992px) {
  body .easter-egg__wrap.easter-egg__wrap--footer {
    display: none; } }

.easter-egg__wrap {
  position: absolute;
  width: 10vw;
  height: 10vw;
  z-index: 1;
  bottom: 0;
  background-color: transparent;
  overflow: hidden;
  align-items: center;
  justify-content: center; }
  @media (max-width: 992px) {
    .easter-egg__wrap {
      width: 25vw !important;
      height: 25vw !important; } }
  .easter-egg__wrap.easter-egg__wrap--header {
    top: 0;
    right: 10vw; }
    @media (max-width: 992px) {
      .easter-egg__wrap.easter-egg__wrap--header {
        right: 0; } }
  .easter-egg__wrap.easter-egg__wrap--city {
    right: -10vw; }
    @media (max-width: 992px) {
      .easter-egg__wrap.easter-egg__wrap--city {
        display: none; } }
  .easter-egg__wrap.easter-egg__wrap--footer {
    right: 10vw; }
    @media (max-width: 992px) {
      .easter-egg__wrap.easter-egg__wrap--footer {
        right: 0;
        bottom: -25vw; } }
  @media (max-width: 992px) {
    .easter-egg__wrap.easter-egg__wrap--footer-link {
      right: -2vw;
      bottom: -25vw; } }
  .easter-egg__wrap.easter-egg__wrap--game {
    left: -25vw; }
    @media (max-width: 992px) {
      .easter-egg__wrap.easter-egg__wrap--game {
        right: 0;
        display: block; } }
  .easter-egg__wrap:hover .easter-egg.easter-egg--top {
    top: -65%; }
  .easter-egg__wrap:hover .easter-egg.easter-egg--left {
    transform: rotate(33deg);
    left: -33%; }
  .easter-egg__wrap:hover .easter-egg.easter-egg--bottom {
    bottom: -53%; }
  .easter-egg__wrap:hover .easter-egg.easter-egg--right {
    right: -25%; }
  .easter-egg__wrap .easter-egg {
    background-image: url(../img/easter_egg.svg);
    width: 50%;
    height: 50%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    transition: all 0.3s ease; }
    .easter-egg__wrap .easter-egg:hover {
      cursor: pointer;
      animation-duration: 0.5s;
      animation-iteration-count: infinite; }
    .easter-egg__wrap .easter-egg.easter-egg--top {
      width: 80%;
      height: 80%;
      top: -74%; }
      .easter-egg__wrap .easter-egg.easter-egg--top:hover {
        animation-name: shake2; }
    .easter-egg__wrap .easter-egg.easter-egg--left {
      left: -41%;
      top: 30%;
      width: 50%;
      height: 50%;
      transform: rotate(45deg); }
      .easter-egg__wrap .easter-egg.easter-egg--left:hover {
        animation-name: shake; }
    .easter-egg__wrap .easter-egg.easter-egg--right {
      right: -38%;
      top: 30%;
      width: 50%;
      height: 50%; }
      .easter-egg__wrap .easter-egg.easter-egg--right:hover {
        animation-name: shake2; }
    .easter-egg__wrap .easter-egg.easter-egg--bottom {
      width: 80%;
      height: 80%;
      bottom: -71%; }
      .easter-egg__wrap .easter-egg.easter-egg--bottom:hover {
        animation-name: shake2; }

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(33deg); }
  10% {
    transform: translate(-1px, -2px) rotate(32deg); }
  20% {
    transform: translate(-3px, 0px) rotate(34deg); }
  30% {
    transform: translate(3px, 2px) rotate(33deg); }
  40% {
    transform: translate(1px, -1px) rotate(34deg); }
  50% {
    transform: translate(-1px, 2px) rotate(32deg); }
  60% {
    transform: translate(-3px, 1px) rotate(33deg); }
  70% {
    transform: translate(3px, 1px) rotate(32deg); }
  80% {
    transform: translate(-1px, -1px) rotate(34deg); }
  90% {
    transform: translate(1px, 2px) rotate(33deg); }
  100% {
    transform: translate(1px, -2px) rotate(34deg); } }

@keyframes shake2 {
  0% {
    transform: translate(1px, 1px) rotate(0deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg); }
  20% {
    transform: translate(-3px, 0px) rotate(1deg); }
  30% {
    transform: translate(3px, 2px) rotate(0deg); }
  40% {
    transform: translate(1px, -1px) rotate(1deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg); }
  60% {
    transform: translate(-3px, 1px) rotate(0deg); }
  70% {
    transform: translate(3px, 1px) rotate(-1deg); }
  80% {
    transform: translate(-1px, -1px) rotate(1deg); }
  90% {
    transform: translate(1px, 2px) rotate(0deg); }
  100% {
    transform: translate(1px, -2px) rotate(1deg); } }

@keyframes shake3 {
  0% {
    transform: translate(1px, 1px) rotate(-33deg); }
  10% {
    transform: translate(-1px, -2px) rotate(-34deg); }
  20% {
    transform: translate(-3px, 0px) rotate(-32deg); }
  30% {
    transform: translate(3px, 2px) rotate(-33deg); }
  40% {
    transform: translate(1px, -1px) rotate(-32deg); }
  50% {
    transform: translate(-1px, 2px) rotate(-34deg); }
  60% {
    transform: translate(-3px, 1px) rotate(-33deg); }
  70% {
    transform: translate(3px, 1px) rotate(-34deg); }
  80% {
    transform: translate(-1px, -1px) rotate(-32deg); }
  90% {
    transform: translate(1px, 2px) rotate(-33deg); }
  100% {
    transform: translate(1px, -2px) rotate(-32deg); } }
