.footer {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.footer__figures {
  position: relative;
  z-index: 10;
  margin-bottom: -80px;
}
.footer__figures-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
@media (max-width: 991px) {
  .footer__figures-container {
    height: auto;
    flex-wrap: wrap;
    gap: 20px;
    padding-bottom: 20px;
  }
}
.footer__figure--logo {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer__figure--logo {
    position: relative;
  }
}
.footer__figure--logo img {
  max-width: 332px;
}
@media (max-width: 580px) {
  .footer__figure--logo img {
    max-width: 152px;
  }
}
.footer__figure img {
  max-height: 370px;
  width: auto;
  display: block;
}
@media (max-width: 1200px) {
  .footer__figure img {
    max-height: 310px;
  }
}
@media (max-width: 991px) {
  .footer__figure img {
    max-height: 222px;
  }
}
@media (max-width: 767px) {
  .footer__figure img {
    max-height: 191px;
  }
}
@media (max-width: 380px) {
  .footer__figure img {
    max-height: 155px;
  }
}
@media (max-width: 991px) {
  .footer__figure--camion {
    display: none;
  }
}
@media (max-width: 580px) {
  .footer__figure--sprays img {
    max-height: 50px;
  }
}
@media (max-width: 580px) {
  .footer__figure--planta img {
    max-height: 136px;
  }
}
.footer__main {
  background-color: #703290;
  color: var(--theme-white);
  padding: 190px 0 54px;
  position: relative;
  z-index: 5;
}
@media (max-width: 991px) {
  .footer__main {
    padding: 100px 0 40px;
  }
}
.footer__col-title {
  margin-bottom: 10px;
  color: var(--theme-white);
  font-family: var(--theme-font);
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0px;
  vertical-align: middle;
}
.footer__newsletter-paragrah {
  color: var(--theme-white);
  font-family: var(--theme-font);
  font-weight: 600;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .footer__newsletter-paragrah {
    margin-bottom: 70px;
  }
}
.footer__newsletter-wrap .wpcf7 input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 2px solid var(--theme-white);
  color: var(--theme-white);
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  font-family: inherit;
}
.footer__newsletter-wrap .wpcf7 input[type="email"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.footer__newsletter-wrap .wpcf7 input[type="email"]:focus,
.footer__newsletter-wrap .wpcf7 input[type="email"]:focus-visible {
  outline: none;
  box-shadow: none;
  background: none;
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #FFF !important;
  background-color: transparent !important;
  transition: background-color 9999s ease-in-out 0s;
}
.footer__newsletter-wrap .wpcf7 .Newsletter-Content {
  max-width: 260px;
}
@media (max-width: 767px) {
  .footer__newsletter-wrap .wpcf7 .Newsletter-Content {
    max-width: 100%;
  }
}
.footer__newsletter-wrap .wpcf7 .Form-News {
  position: relative;
}
.footer__newsletter-wrap .wpcf7 .button-svg {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.footer__newsletter-wrap .wpcf7 input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}
.footer__newsletter-wrap .wpcf7 .wpcf7-spinner {
  display: none;
}
.footer__newsletter-wrap .wpcf7 .wpcf7-not-valid-tip {
  color: var(--verde-norths);
}
.footer__newsletter-wrap .wpcf7 .RGPD .wpcf7-list-item {
  margin-left: 0px;
}
.footer__newsletter-wrap .wpcf7 .RGPD .wpcf7-list-item label {
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer__newsletter-wrap .wpcf7 .RGPD .wpcf7-list-item label .wpcf7-list-item-label {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 10px;
  color: var(--theme-white);
}
.footer__newsletter-wrap .wpcf7 .RGPD .wpcf7-list-item label .wpcf7-list-item-label a {
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 12px;
  color: var(--theme-white);
  text-decoration: underline;
}
.footer__newsletter-wrap .wpcf7 .wpcf7-response-output {
  border-color: var(--verde-norths) !important;
  font-size: 12px;
  color: var(--theme-white);
  font-family: var(--theme-font);
}
@media screen and (max-width: 767px) {
  .footer__nav-list,
  .footer__social-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__nav-list li,
.footer__social-list li {
  margin-bottom: 12px;
}
.footer__nav-list li a,
.footer__social-list li a {
  color: var(--theme-white);
  text-decoration: none;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 129%;
  letter-spacing: -5%;
}
.footer__nav-list li a:hover,
.footer__social-list li a:hover {
  color: var(--theme-primary);
}
@media screen and (max-width: 767px) {
  .footer.__contact-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.footer__contact-item {
  margin-bottom: 12px;
}
.footer__contact-item a {
  color: var(--theme-white);
  text-decoration: none;
  font-family: var(--theme-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 129%;
  letter-spacing: -5%;
  transition: color 0.3s ease;
}
.footer__contact-item a:hover {
  color: var(--theme-primary);
}
.footer__bottom {
  background-color: var(--rosa-norths);
  padding: 5px 0;
  font-size: 14px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .footer__bottom {
    text-align: center;
    padding: 10px 0;
  }
}
.footer__legal-list {
  margin: 0;
  padding: 0;
}
.footer__legal-list .footer__legal-item {
  font-weight: 300;
}
.footer__legal-list .footer__legal-item a {
  color: var(--theme-black);
  font-family: var(--theme-font);
  font-weight: 300;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: -5%;
  text-decoration: none;
  transition: color 0.3s ease;
}
.footer__legal-list .footer__legal-item a:hover {
  color: #703290;
}
.footer__legal-list .footer__legal-item:last-child {
  margin-right: 0;
}
.footer__payments {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
@media (max-width: 991px) {
  .footer__payments {
    justify-content: center;
  }
}
.footer__payment-item {
  align-items: center;
}
.footer__payment-item img {
  width: 70px;
  height: auto;
}
