.section-newsletter {
  position: relative;
  overflow-x: clip;
}
.section-newsletter::before {
  content: "";
  position: absolute;
  top: 55%;
  left: -100px;
  width: 790px;
  height: 303px;
  background: url('../images/route_gauche.svg') no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateY(-50%);
}
.section-newsletter::after {
  content: "";
  position: absolute;
  top: 40%;
  right: -125px;
  width: 720px;
  height: 325px;
  background: url('../images/route_droite.svg') no-repeat;
  background-size: contain;
  z-index: -1;
  transform: translateY(-50%);
}
.section-newsletter .bloc-inner {
  background-color: #2F9F43;
  color: #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  padding: 50px 80px 37px;
}
.section-newsletter .bloc-inner .icon-cloche {
  border-radius: 50%;
  background-color: #D8E5D1;
  padding: 15px;
  font-size: 4rem;
  margin-bottom: 20px;
  color: #00462D;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.section-newsletter .bloc-inner h2 {
  font-family: 'Cera PRO', sans-serif;
  font-size: 2.6rem;
  font-weight: 900;
}
.section-newsletter .bloc-inner form {
  display: flex;
  flex-direction: row;
  gap: 13px;
}
.section-newsletter .bloc-inner form input[type="email"] {
  border-radius: 14px;
  border: none;
  outline: 0;
  -webkit-appearance: none;
  background-image: none;
  -webkit-transition: 400ms;
  -moz-transition: 400ms;
  -ms-transition: 400ms;
  -o-transition: 400ms;
  transition: 400ms;
  width: 100%;
  font-weight: 200;
  padding: 14px 35px 12px;
  line-height: 1;
}
.section-newsletter .bloc-inner form span.wpcf7-checkbox {
  display: block;
  margin-bottom: 10px;
}
.section-newsletter .bloc-inner form .toggle input + span::before {
  top: 0;
}
.section-newsletter .bloc-inner form .toggle input + span::after {
  top: 2px;
}
.section-newsletter .bloc-inner form .toggle span.wpcf7-list-item {
  margin: 0;
}
.section-newsletter .bloc-inner form .wpcf7-list-item-label {
  color: #ffffff;
}
.section-newsletter .bloc-inner form input[type="checkbox"] {
  margin-right: 10px;
}
.section-newsletter .bloc-inner form .uacf7-form-wrapper-container {
  display: flex;
  flex-direction: column;
}
.section-newsletter .bloc-inner form input[type="submit"] {
  outline: 0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  max-width: 130px;
  padding: 12px 30px;
  border: 1px solid;
  color: #ffffff;
  background-color: #00462D;
  border-color: #00462D;
  margin: 10px auto;
  border-radius: 14px;
}
.section-newsletter .bloc-inner form input[type="submit"]:hover {
  color: #00462D;
  background-color: #D8E5D1;
}
.section-newsletter .bloc-inner form form > p {
  margin-bottom: 0;
  line-height: 1rem;
}
.section-newsletter .bloc-inner form .wpcf7-form-control-wrap {
  margin: 10px 0;
  display: block;
}
.section-newsletter ::placeholder {
  color: #AAA;
}
@media screen and (max-width: 900px) {
  .section-newsletter::before {
    display: none;
  }
  .section-newsletter::after {
    display: none;
  }
  .section-newsletter .bloc-inner {
    padding: 50px 20px 20px;
  }
  .section-newsletter .bloc-inner .icon-cloche {
    font-size: 3rem;
    padding: 10px;
    top: -20px;
  }
  .section-newsletter .bloc-inner h2 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .section-newsletter .bloc-inner form {
    flex-direction: column;
  }
}
