#my-footer .input-container {
  display: flex;
  align-items: center;
  width: 378px;
  height: 47px;
  border: 1px solid transparent;
  padding: 6px 15px;
  position: relative;
}
#my-footer .input-container input {
  width: calc(100% - 47px);
  /* Subtracting the width of the icon button */
  height: 100%;
  padding: 6px 15px;
  border: none;
  outline: none;
}
#my-footer .input-container button {
  width: 47px;
  height: 47px;
  border: none;
  background: transparent;
  position: absolute;
  right: 0;
  cursor: pointer;
  opacity: 0;
}
#my-footer .input-container button img {
  width: 100%;
  height: auto;
}
#my-footer .footer {
  background-color: black;
}
#my-footer .footer-bloc {
  padding-top: 5%;
  padding-bottom: 30px;
  color: white;
}
#my-footer .emntion-legal {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.5px;
  color: white;
  padding-top: 5px;
}
#my-footer .footer .footer-column {
  margin-bottom: 20px;
}
#my-footer .footer .footer-column h5 {
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 20.68px;
  color: white;
  margin-bottom: 30px;
}
#my-footer .footer .footer-column h1 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 44px;
  text-align: left;
}
#my-footer .footer .footer-column .newsletter {
  width: 100%;
}
#my-footer .footer .footer-column p,
#my-footer .footer .footer-column a {
  font-family: Montserrat, sans-serif;
  color: white;
  font-size: 16px;
  font-weight: 300;
  line-height: 22.4px;
  letter-spacing: 0.02em;
  opacity: 0.9;
  text-decoration: none;
}
#my-footer .footer-logo {
  height: 180px;
  width: auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 576.98px) {
  #my-footer .footer-logo {
    height: 100px;
  }
}
#my-footer .footer .footer-column a {
  display: block;
  margin-bottom: 22px;
  text-decoration: none;
}
#my-footer .footer .footer-column a:hover {
  color: #C58602;
  text-decoration: none;
}
#my-footer .mentions-legale-div {
  padding: 10px;
}
#my-footer .footer-column h3 {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
}
#my-footer .newsletter-btn {
  width: Hug 117px px;
  height: Hug 48px px;
  padding: 14px 18px 14px 18px;
  gap: 0px;
  opacity: 0px;
  border: none;
  color: white;
  background-color: #C58602;
  margin-top: 3px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
  line-height: 19.5px;
  text-align: center;
  border-radius: 0px;
}
#my-footer .newsletter-btn:hover {
  color: white;
  opacity: 0.6;
}
#my-footer .custom-input {
  width: 100%;
  padding: 6px 14px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  border: 2px solid #4F4F4F;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
}
#my-footer .input-field {
  width: calc(100% - 40px);
  height: 100%;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  outline: none;
  background-color: black;
  color: white;
}
#my-footer .input-button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
}
#my-footer .input-icon {
  width: 24px;
  height: 24px;
}
@media (min-width: 576px) {
  #my-footer .footer .footer-column {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #my-footer .footer .footer-column {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=footerstyle.css.map */
