/*------------------------------------------
 *  Reponsive
 * -----------------------------------------*/
/*------------------------------------------
 *  BUTTON
 * -----------------------------------------*/
/*------------------------------------------
 *  Before/After
 * -----------------------------------------*/
.newsletters__item {
  display: flex;
  gap: 56px;
  margin-bottom: 30px;
  background: var(--wp--preset--color--lightgray);
}
.newsletters__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.newsletters__content p {
  font-size: var(--pbt);
  line-height: 150%;
}
.newsletters__checkbox {
  background: var(--wp--preset--color--first);
  padding: 11px;
  border-radius: 24px;
  max-width: 220px;
  color: var(--wp--preset--color--white);
  font-size: var(--psm);
  font-weight: 900;
  text-transform: uppercase;
  justify-content: center;
  display: flex;
  text-align: center;
  gap: 6px;
  align-items: center;
}
.newsletters__checkbox:has(input[type=checkbox]:checked) {
  background: var(--wp--preset--color--second);
}
.newsletters__checkbox label {
  display: flex;
  align-items: center;
  gap: 4px;
}
.newsletters__duration {
  display: flex;
  gap: 6px;
  color: var(--wp--preset--color--first);
  font-size: var(--pmd);
  font-weight: 700;
  align-items: center;
  margin-bottom: 8px;
}
.newsletters__img {
  position: relative;
}
.newsletters__img picture img, .newsletters__img img {
  display: block;
}
.newsletters__name {
  position: absolute;
  color: var(--wp--preset--color--white);
  bottom: 25px;
  left: 37px;
  font-size: var(--h2);
  font-weight: 900;
}
.newsletters__conditions {
  font-size: 11px;
  color: var(--wp--preset--color--second);
  font-style: italic;
  font-weight: 700;
}
.newsletters__email-label {
  font-size: var(--pl);
  font-weight: 700;
  color: var(--wp--preset--color--second);
  margin: 0 !important;
  margin-bottom: 20px !important;
}

#h-etape-1, #h-etape-2 {
  margin: 0;
}

body input[type=checkbox].sib-interesting-lists {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  position: relative;
  border: solid 2px var(--wp--preset--color--white);
}
body input[type=checkbox].sib-interesting-lists::before {
  border: none;
  opacity: 0;
  background-image: url("/wp-content/themes/ikadia-theme-child/assets/icons/check-icon-white.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body input[type=checkbox].sib-interesting-lists:checked {
  background: var(--wp--preset--color--second);
}
body input[type=checkbox].sib-interesting-lists:checked::before {
  opacity: 1;
}

p.sib-email-area {
  margin: 10px 0;
}

.sib-email-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  height: 50px;
  max-width: 450px;
}
.sib-email-wrapper .sib-email-area {
  flex: 1;
  border: none;
  padding: 10px 12px;
  font-size: 14px;
  outline: none;
}
.sib-email-wrapper .sib-default-btn {
  background-color: var(--wp--preset--color--second);
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sib-email-wrapper .sib-default-btn:hover {
  background-color: var(--wp--preset--color--second);
}
.sib-email-wrapper .sib-default-btn img {
  width: 18px;
  height: 18px;
  display: block;
}

#sib_signup_form_2 {
  margin-bottom: 100px;
}

@media (max-width: 1400px) {
  .newsletters__item {
    gap: 20px;
  }
  .newsletters__item .newsletters__img {
    width: calc(50% - 10px);
  }
  .newsletters__item .newsletters__img picture img, .newsletters__item .newsletters__img img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
  .newsletters__item .newsletters__content {
    width: calc(50% - 10px);
  }
}
@media (max-width: 1024px) {
  #sib_signup_form_2 {
    margin-bottom: 50px;
  }
}
@media (max-width: 781px) {
  .newsletters__item {
    flex-direction: column;
    gap: 15px;
  }
  .newsletters__item .newsletters__img {
    width: 100%;
  }
  .newsletters__item .newsletters__content {
    width: 100%;
  }
}/*# sourceMappingURL=newsletters.css.map */