#newsletter {
  padding-top: 0 !important;
}

/* new design */
.newsletter-com-un-lundi {
  padding: 50px 0;
}
.newsletter-com-un-lundi .new-wrapper {
  border-radius: 20px;
  background-image: url('../../asset/bg/newsletter-bg.png');
  background-repeat: repeat;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 40px 60px 40px 150px;
  overflow: hidden;
  position: relative;
}
.newsletter-com-un-lundi .new-wrapper:after {
  content: "";
  width: 177px;
  height: 118px;
  position: absolute;
  right: -28px;
  bottom: -34px;
  background-image: url("../../asset/images/ns-bottom-r.svg");
}
.newsletter-com-un-lundi .title p {
  font-family: 'Bagel Fat One';
  font-style: normal;
  font-weight: 400;
  font-size: 74px;
  line-height: 61px;
  color: #262166;
  margin-bottom: 20px;
  display: block;
  position: relative;
}
.newsletter-com-un-lundi .title p:before {
  content: "";
  width: 223px;
  height: 143px;
  position: absolute;
  left: -250px;
  top: 30px;
  background-image: url("../../asset/images/ns-left.svg");
}
.newsletter-com-un-lundi .title p:after {
  content: "";
  width: 209px;
  height: 122px;
  position: absolute;
  right: -80px;
  top: -55px;
  background-image: url("../../asset/images/ns-top.svg");
}
.newsletter-com-un-lundi .left > p {
  font-family: 'New Garet';
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: -0.02em;
  color: var(--text);
  max-width: 540px;
}

.newsletter-com-un-lundi .mauticform-page-wrapper {
  position: relative;
}
.newsletter-com-un-lundi .mauticform_wrapper .mauticform-innerform {
  background-color: transparent;
  border: none;
}
.newsletter-com-un-lundi #mauticform_newsletter_email {
  padding: 0;
  margin-bottom: 5px;
}
.newsletter-com-un-lundi #mauticform_newsletter_email label {
  display: none;
}
.newsletter-com-un-lundi #mauticform_newsletter_email input[type=email] {
  padding: 22px 30px;
  border: 1px solid #CCC;
  box-shadow: 0px 0px 0px 2px #A6A2D7;
  border-radius: 50px;
}
.newsletter-com-un-lundi #mauticform_newsletter_conditions_generales {
  margin-bottom: 0;
}
.newsletter-com-un-lundi #mauticform_newsletter_conditions_generales label {
  font-family: 'New Garet';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #2A2843;
}
.newsletter-com-un-lundi #mauticform_newsletter_submit button {
  margin-bottom: 0;
  position: absolute;
  top: 5px;
  right: 4px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  gap: 10px;
  border-radius: 200px;
  font-family: 'New Garet';
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 29px;
  letter-spacing: -0.03em;
  transition: .15s ease;
  background:var(--myrtille200);
  border: 1px solid var(--myrtille100);
  color: var(--white);
}

@media screen and (max-width: 1024px) {
  .newsletter-com-un-lundi {
    padding: 50px 20px;
  }
  .newsletter-com-un-lundi .new-wrapper {
    padding: 30px;
    flex-direction: column;
  }
  .newsletter-com-un-lundi .mauticform_wrapper .mauticform-innerform {
    padding: 20px 0;
  }
  .newsletter-com-un-lundi .mauticform_wrapper .mauticform-page-wrapper {
    margin: 0;
  }
  .newsletter-com-un-lundi .title p:before {
    left: -250px;
    top: 30px;
  }
  .newsletter-com-un-lundi .title p:after {
    right: -80px;
    top: -55px;
  }
  .newsletter-com-un-lundi .title p {
    font-size: 34px;
    line-height: 31px;
  }
  .newsletter-com-un-lundi .left > p {
    font-size: 16px;
    line-height: 27px;
    letter-spacing: -0.02em;
    max-width: 100%;
  }
  .newsletter-com-un-lundi #mauticform_newsletter_email input[type=email] {
    padding: 14px 30px;
    font-size: 14px;
  }
  .newsletter-com-un-lundi #mauticform_newsletter_submit button {
    position: relative;
    top: 0;
    right: 0;
    padding: 15px 30px;
    gap: 10px;
    font-size: 20px;
    line-height: 29px;
  }
  #mauticform_newsletter_submit {
    width: 100% !important;
    padding: 0;
    margin-top: 15px;
    margin-bottom: 0;
  }
}