input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #717b7d;
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s; }

html {
  height: 100%;
  overflow: hidden;
  font-size: 13px; }

* {
  box-sizing: border-box; }

body {
  padding: 0;
  margin: 0;
  background: #0b0d19 url("../images/bg.jpg") no-repeat left center;
  -webkit-background-size: cover;
  background-size: cover;
  color: #ffffff;
  font-family: 'Helvetica LT Std','Arial', sans-serif;
  display: flex;
  min-height: 100%;
  height: 100%;
  overflow: auto;
  position: relative; }

#snow {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none; }

#logo {
  width: 45%;
  max-width: 220px;
  min-width: 140px; }
  #logo img {
    width: 100%;
    height: auto; }

.form {
  flex: 1 1 100%;
  display: flex;
  padding: 1rem 0;
  flex-direction: column; }

form {
  width: 95%;
  margin: auto;
  z-index: 1;
  padding: 2rem;
  border-radius: 2rem;
  /*  .input-label {
      color: #929899;
      font-family: Arial, sans-serif;
      font-weight: bold;
      //margin-bottom: 0.3rem;
      //font-weight: bold;
      //font-size: 0.8rem;
    }*/ }
  form > *:not(:last-child) {
    margin-bottom: 2.3rem; }
  form main {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 58rem;
    background: #ffffff;
    padding: 1.6rem 3.9rem 5.5rem;
    margin-top: 4.5rem;
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
    margin-bottom: -3rem !important; }
    form main .field label {
      color: #000103;
      font-family: "Helvetica LT Std", Arial, sans-serif;
      font-weight: 300;
      font-size: 1.4rem;
      line-height: 0.8em; }
    form main .field input {
      font-family: Inter, Arial, sans-serif;
      color: #1d1042;
      height: 46px;
      width: 100%;
      background: transparent;
      border: 0;
      border-bottom: 1px solid #000000;
      font-size: 1.3rem;
      font-weight: normal;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      max-width: 22rem; }
      form main .field input:focus {
        outline: 0;
        border-bottom-color: #d22441; }
  form #field_civ, form #field_nom, form #field_prenom, form #field_telephone, form #field_email, form #field_inscription {
    margin-top: 8px;
    flex: 1 0 100%; }
  form .field label {
    display: block; }
  form .input_select {
    font-family: Inter, Arial, sans-serif;
    color: #1d1042;
    height: 29px;
    width: 100%;
    margin-top: 11px;
    background: transparent;
    border: none;
    border-bottom: 1px solid #000000;
    outline: none;
    font-size: 1.3rem;
    transition: border 0.3s, background-color 9999s ease-in-out 0s;
    cursor: pointer;
    position: relative; }
    form .input_select_focus {
      border-bottom-color: #d22441; }
    form .input_select .option-container {
      margin: 0;
      padding: 0;
      background-color: green;
      display: none;
      position: absolute;
      top: 27px;
      left: 0;
      width: 100%;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      overflow: hidden;
      box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5); }
      form .input_select .option-container .option {
        background-color: transparent;
        color: yellowgreen;
        padding: 0.4rem 0.5rem;
        cursor: pointer;
        list-style: none;
        font-size: 0.9rem;
        transition: 0.3s; }
        form .input_select .option-container .option:hover {
          color: white;
          background: rgba(255, 255, 255, 0.25); }
    form .input_select:after {
      content: '';
      position: absolute;
      width: 7px;
      height: 7px;
      border: 3px solid #000103;
      border-left-color: transparent;
      border-top-color: transparent;
      transform: rotate(45deg) translateY(-50%);
      right: 0.4rem;
      top: 10%;
      transition: 0.3s; }
    form .input_select.active {
      border-bottom: 1px solid #d22441; }
      form .input_select.active:after {
        transform: rotate(-45deg) translateY(-50%);
        top: 26%; }
      form .input_select.active .option-container {
        display: block; }
  form footer {
    padding: 0 3.9rem;
    margin-bottom: 3rem; }
    form footer .btn {
      font-size: 1.5rem;
      min-height: 4.5rem;
      padding-right: 4.687rem;
      padding-left: 4.687rem; }

.image-invit {
  display: none;
  flex: 1 0 20rem;
  width: 100%;
  height: 10rem;
  order: -1;
  -webkit-background-size: contain;
  background-size: contain;
  margin-bottom: 4rem;
  text-align: center; }
  .image-invit img {
    height: 100%;
    width: auto; }

h2 {
  font-family: "Helvetica LT Std", Arial, sans-serif;
  font-weight: 300;
  font-size: 2.3rem;
  color: #76b6c1;
  line-height: 1.33;
  margin: 0; }

h3 {
  font-family: "Helvetica LT Std Cn", Arial, sans-serif;
  font-weight: 900;
  font-size: 4rem;
  color: #ffffff;
  line-height: 1.33;
  margin: 0;
  margin-bottom: 3rem; }

h4 {
  font-weight: normal;
  font-size: 1rem;
  color: #ffffff;
  line-height: 1.33;
  margin: 0; }

.informations {
  font-family: "Helvetica LT Std", Arial, sans-serif;
  font-weight: 300;
  font-size: 1.55rem;
  color: #a2a2a2;
  line-height: 1.23;
  margin-bottom: 2rem;
  max-width: 45rem; }
  .informations b {
    font-family: 'Helvetica LT Std Cn';
    font-weight: 900; }
  .informations p:first-child {
    margin-bottom: 2.3rem; }

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  border-radius: 0.9rem;
  min-height: 3.5rem;
  padding-left: 1.687rem;
  padding-right: 1.687rem;
  font-family: 'Heveletica LT Std', Arial, sans-serif;
  font-weight: 900;
  font-size: 1.1rem;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
  background: #aaaaaa;
  color: #878787; }
  * + .btn {
    margin-left: 1rem; }
  .btn.btn-disabled {
    cursor: default; }
  .btn.btn-primary:not(.btn-disabled) {
    background: #d22441;
    color: #ffffff; }
    .btn.btn-primary:not(.btn-disabled):hover {
      background: #ea0d89;
      box-shadow: 0 0 5px #ea0d89, 0 0 35px #ea0d64, 0 0 70px #ea0d3f;
      color: #ffffff; }
  .btn.btn-secondary:not(.btn-disabled) {
    background: #9766a0;
    color: #ffffff; }
    .btn.btn-secondary:not(.btn-disabled):hover {
      background: #c95fd9;
      box-shadow: 0 0 5px #c95fd9, 0 0 35px #d95fd5, 0 0 70px #d95fc0;
      color: #ffffff; }
  .btn.btn-arrow {
    padding-right: 5rem; }
    .btn.btn-arrow:after {
      content: "";
      position: relative;
      left: 1rem;
      border-bottom: 3px solid #ffffff;
      border-right: 3px solid #ffffff;
      width: 0.75rem;
      height: 0.75rem;
      transform: rotate(-45deg);
      transition: 0.3s; }
    .btn.btn-arrow:hover:after {
      border-bottom-color: #ffffff;
      border-right-color: #ffffff;
      transform: translate(8px) rotate(-45deg); }

#info {
  background: #4c1f31;
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-top: 0.8rem; }
  #info #image {
    flex: 1 1 50%;
    background: url(../images/cadeaux.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%; }
  #info .texte {
    flex: 0 0 55.6%;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 1.12rem;
    line-height: 1.55;
    padding: 1.3rem 2.1rem 1.3rem 1.8rem;
    flex: 0 0 55.2%; }
    #info .texte h4 {
      color: #fbf397;
      margin: 0;
      margin-bottom: 0.6rem;
      font-size: 1.945rem;
      font-weight: 600;
      line-height: 1.2; }

#compteur {
  background: rgba(0, 134, 239, 0.32);
  border: 2px solid rgba(255, 255, 255, 0.32);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.66rem 1.25rem;
  margin: auto;
  font-family: Inter, Arial, sans-serif;
  font-weight: bold;
  font-size: 0.8rem;
  color: blue; }
  #compteur .nb {
    font-size: 2.93em;
    line-height: 1.3;
    margin-top: -0.5rem; }
  #compteur .texte {
    font-size: 0.71em;
    text-align: center; }

#BoxOverlay {
  background-color: #000 !important; }

#ModalAlert-Box {
  width: auto !important; }
#ModalAlert-BoxContenedor {
  background: #fff;
  color: #000000;
  padding: 2rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem; }
  #ModalAlert-BoxContenedor .line:not(:first-child) {
    margin-top: 0.6rem; }
  #ModalAlert-BoxContenedor:after {
    position: absolute;
    top: 2rem;
    left: 2rem; }
#ModalAlert-Buttons {
  margin-top: 2rem;
  text-align: center; }
  #ModalAlert-Buttons #BoxAlertBtnOk {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    outline: 0;
    border-radius: 0.9rem;
    min-height: 3.5rem;
    padding-left: 1.687rem;
    padding-right: 1.687rem;
    font-family: 'Heveletica LT Std', Arial, sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s;
    background: #aaaaaa;
    color: #878787;
    min-height: 2.65rem;
    box-shadow: none !important; }
    * + #ModalAlert-Buttons #BoxAlertBtnOk {
      margin-left: 1rem; }
    #ModalAlert-Buttons #BoxAlertBtnOk.btn-disabled {
      cursor: default; }
    #ModalAlert-Buttons #BoxAlertBtnOk:not(.btn-disabled) {
      background: #d22441;
      color: #ffffff; }
      #ModalAlert-Buttons #BoxAlertBtnOk:not(.btn-disabled):hover {
        background: #ea0d89;
        box-shadow: 0 0 5px #ea0d89, 0 0 35px #ea0d64, 0 0 70px #ea0d3f; }

.popup-overlay {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(13, 8, 18, 0.58);
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -ms-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  pointer-events: auto;
  padding: 1rem 0;
  display: flex;
  overflow: auto; }
  .popup-overlay.hide {
    opacity: 0;
    pointer-events: none; }
    .popup-overlay.hide .popup {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0); }

.popup {
  width: 95%;
  max-width: 30rem;
  overflow: auto;
  border-radius: 1rem;
  padding: 2.8125rem;
  background: #fff;
  color: #252222;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: auto; }
  .popup .content {
    position: relative; }
  .popup .close_popup {
    position: absolute;
    right: -1rem;
    top: -1rem;
    width: 20px;
    height: 20px;
    transform: rotate(0deg);
    transition: 0.3s;
    cursor: pointer; }
    .popup .close_popup::before, .popup .close_popup::after {
      content: "";
      display: block;
      position: absolute;
      width: 3px;
      height: 100%;
      background: #000;
      transform-origin: 50% 50%;
      top: 50%;
      left: 50%;
      transition: 0.3s; }
    .popup .close_popup::before {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .popup .close_popup::after {
      transform: translate(-50%, -50%) rotate(45deg); }
    .popup .close_popup:hover {
      transform: rotate(180deg); }
      .popup .close_popup:hover::before, .popup .close_popup:hover::after {
        background: #d22441; }

#erreur_inscription .popup,
#succes_inscription .popup {
  display: flex;
  max-width: 24rem; }
#erreur_inscription .content,
#succes_inscription .content {
  text-align: center;
  width: 100%; }
#erreur_inscription h2,
#succes_inscription h2 {
  font-family: Inter, Arial, sans-serif;
  font-weight: 800;
  font-size: 4.59rem;
  color: #d01242;
  margin: 0;
  line-height: 0.8;
  letter-spacing: -0.04em; }
#erreur_inscription h3,
#succes_inscription h3 {
  font-weight: bold;
  font-size: 1.175rem;
  color: #d01242;
  margin-top: 1rem;
  margin-bottom: 1.875rem; }

#facebook {
  transition: 0.3s; }
  #facebook path {
    transition: 0.3s;
    fill: #ffffff; }
  #facebook:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
    #facebook:hover path {
      fill: #ea0d89; }

@media screen and (max-width: 420px) {
  #info {
    flex-direction: column; }

  form main {
    padding: 2rem 2rem 5.5rem; }
    form main .field input {
      max-width: 100%; }

  br {
    display: none; } }
@media screen and (max-width: 679px) {
  html {
    font-size: 11px; }

  h2 {
    font-size: 1.84rem; }

  h3 {
    font-size: 3.2rem; }

  .informations {
    font-size: 1.5rem; }

  form {
    padding: 1rem; }

  form main .field label {
    font-size: 1.5rem; }

  form main .field input {
    font-size: 1.5rem;
    max-width: 100%; }

  form footer {
    text-align: center; } }
@media screen and (min-width: 680px) {
  html {
    font-size: 13px; }

  body {
    background-position: 15% 0%; }

  form #field_civ {
    flex: 0 0 120px; }
  form #field_nom, form #field_prenom {
    flex: 1 1 calc(50% - 85px); }
  form #field_telephone, form #field_email {
    flex: 1 1 calc(50% - 65px); }
  form #field_inscription {
    flex: 0 0 128px; }

  main {
    justify-content: space-between; }
    #complement {
      align-items: stretch; }
    main .field label {
      font-size: 0.85rem; }

  #complement {
    justify-content: flex-start; }

  #compteur {
    margin: 0; } }
@media screen and (min-width: 780px) {
  .popup {
    width: 95%;
    border-radius: 1rem;
    color: #252222;
    padding: 2.8125rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

  /*#menu {
    .popup {
      background: url(../images/bg-deco.png) no-repeat right bottom, url(../images/bg-menu.jpg) no-repeat right center;
      -webkit-background-size: cover;
      background-size: cover;
      max-width: 60rem;
    }

    .content {
      width: auto;
      margin-left: auto;
      margin-right: 0;
      padding-left: 2.8125rem;
      padding-right: 2.8125rem;
    }

    h2 {
      margin-left: -2rem;
      font-size: 8.60rem;
    }

    h3 {
      font-size: 1.12rem;
    }
    .plat {
      font-size: 1.58rem;
    }
    .prix {

    }
  }*/
  form {
    padding: 1rem 0; } }
@media screen and (min-width: 860px) {
  body {
    background-position: 50% 50%;
    -webkit-background-size: cover;
    background-size: cover;
    justify-content: center;
    position: relative; }

  .form {
    gap: 3.875rem;
    margin: 0;
    flex: 0 1 95%;
    max-width: 1682px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-direction: row;
    /* debug */ }

  form {
    width: auto;
    flex: 1 1 95%;
    margin: auto;
    min-width: 650px; }

  .image-invit {
    display: block;
    order: 1;
    flex: 1 1 50%;
    height: auto;
    margin-bottom: 0;
    background: none; }
    .image-invit img {
      width: 100%;
      height: auto; }
    .image-invit:after {
      content: "";
      position: absolute;
      background: red;
      width: 50%; }

  /*h2 {
    @if variable_exists(h2-sz) {
      font-size: $h2-sz;
    }
  }

  h3 {
    @if variable_exists(h3-sz) {
      font-size: $h3-sz;
    }
  }

  h4 {
    @if variable_exists(h4-sz) {
      font-size: $h4-sz;
    }
  }

  .informations {
    @if variable_exists(texte-sz) {
      font-size: $texte-sz;
    }
  }*/ }
@media screen and (min-width: 860px) and (max-width: 999px) {
  .informations {
    color: #d6d6dc;
    text-shadow: 0 2px 6px #000000; } }
@media screen and (min-width: 1200px) {
  html {
    font-size: 13px; }

  form {
    width: 90%;
    flex: 1 1 90%;
    min-width: 650px;
    background: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    padding: 1rem 2rem; } }
@media screen and (min-width: 1400px) {
  html {
    font-size: 14px; }

  form {
    min-width: 700px; } }
@media screen and (min-width: 1600px) {
  html {
    font-size: 15px; }

  form {
    min-width: 750px; } }
@media screen and (min-height: 980px) {
  html {
    font-size: 16px; } }
@media screen and (min-height: 1060px) {
  form > *:not(:last-child) {
    margin-bottom: 1.78rem; } }
#glow_cyan {
  position: fixed;
  top: 8.4%;
  left: 72.2%;
  box-shadow: 0 0 4px 3px white, 0 0 60px 30px rgba(255, 66, 111, 0.5), 0 0 80px 80px rgba(255, 0, 0, 0.5); }

/*# sourceMappingURL=style.css.map */
