:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
:root {
  --green-100:rgba(177, 212, 212, 1);
  --fontfamilyPfamily: ZillaSlab_regular;
  --fontfamilySfamily:HostGrotesk_regular;
}

@font-face {
  font-family: HostGrotesk_regular;
  src: url("../../../../fonts/host_grotesk/font-files/HostGrotesk-Regular.ttf");
}
@font-face {
  font-family: ZillaSlab_regular;
  src: url("../../../../fonts/zilla_slab/font-files/ZillaSlab-Regular.ttf");
}
.news-letter-form {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  width: 100%;
}

.news-letter-input {
  background-color: #015252;
  color: rgb(139, 191, 191);
  border-radius: 0.5rem;
  padding: 0.75rem;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  height: 48px;
  border: 0px solid transparent;
  outline: none;
}

.news-letter-input:focus,
.news-letter-input:focus-visible,
.news-letter-input:focus-within {
  border: 0px solid transparent;
  background-color: rgba(2, 115, 115, 0.46);
  outline: none;
}

.news-letter-input:hover {
  background-color: rgba(2, 115, 115, 0.46);
}

.news-letter-input:hover::-moz-placeholder {
  color: #358F8F;
}

.news-letter-input:hover::placeholder {
  color: #358F8F;
}

.news-letter-input::-moz-placeholder {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: rgba(77, 231, 237, 0.21);
}

.news-letter-input::placeholder {
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 133%;
  font-weight: 400 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  color: rgba(77, 231, 237, 0.21);
}

.news-letter-button {
  padding: 0.75rem 1rem;
  color: rgb(172, 67, 29);
  border-radius: 0.5rem;
  font-family: "HostGrotesk_regular";
  font-size: 14px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  background-color: rgba(242, 95, 41, 0.15);
  outline: none;
  border: 0px solid transparent;
  pointer-events: none;
  cursor: not-allowed;
  height: 52px;
}

.news-letter-button.active {
  /*  
      example de valeur de color lors de son utilisation :
      $colors: (
          default: #007bff,
          hover: #0056b3,
          focus: #80bdff,
          disabled: #c0c0c0
      );
  */
  gap: 8px;
  display: flex;
  align-items: center;
  padding: 20px 24px;
  height: 52px;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "HostGrotesk_regular";
  font-size: 16px;
  line-height: 100%;
  font-weight: 500 !important;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 0px !important;
  border-radius: 8px;
  text-decoration: none;
  background-color: #f25f29;
  border: none;
  color: #FFFFFF;
  pointer-events: auto !important;
  cursor: auto !important;
}
.news-letter-button.active:hover {
  color: #FFFFFF;
  background-color: #F57F54;
  text-decoration: none;
}
.news-letter-button.active:focus, .news-letter-button.active:focus-within {
  background-color: #DC5625;
  color: #FFFFFF;
  box-shadow: none !important;
  outline: none;
}
.news-letter-button.active:disabled, .news-letter-button.active:disabled:hover {
  background-color: #F4F4F7;
  border: 1.5px solid #F4F4F7;
  color: #C9C9CE !important;
  cursor: not-allowed;
}

@media (max-width: 1279px) {
  .news-letter-form {
    align-items: stretch;
  }
  .news-letter-input {
    width: 100%;
  }
  .news-letter-button {
    width: 50%;
  }
}/*# sourceMappingURL=news-letter.css.map */