/********************
	Part - before-footer
********************/

.before-footer {
  background: var(--color-primary);
}

.section__title-content.newsletter .section__title-content__inner {
  max-width: 100%;
  padding: 5vh 0;
}

.before-footer .newsletter .section__title {
  flex-direction: column-reverse;
  justify-content: flex-end;
  line-height: 2em;
}

.before-footer .newsletter .c-title {
  color: #fff;
  padding: 0 .5em .5em 0;
}

.before-footer .newsletter .c-title__subtitle {
  color: #fff;
}

.block_newsletter form .input__wrapper {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.block_newsletter .custom-checkbox input[type=checkbox] + span {
  border: 2px solid #fff;
}

.block_newsletter .custom-checkbox span {
  color: #fff;
}

.block_newsletter .psgdpr_consent_message {
  margin-top: 0.5em;
  margin-bottom: 0;
}

.block_newsletter .psgdpr_consent_message span {
  font-size: 12px;
}

/********************
Newsletter - contact
********************/

.newsletter-contact-inner {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 90%;
  margin: auto;
  align-items: center;
}

.before-footer-contact-container .footer-contact-link-container {
  display: flex;
  justify-content: center;
  padding-top: 1em;
}

.before-footer-contact-container .footer-contact-link-container a {
  display: inline-flex;
}

.before-footer-contact-container .c-title__subtitle {
  color: #fff;
  line-height: 1;
}

/********************
Trust Pilot
********************/

.trust-pilot-container {
  background: #F5F5F7;
  padding: 1em 0;
}

/********************
	Part - main-footer
********************/

.footer-container {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.footer-container .footer {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 25px;
  max-width: 95%;
  padding: calc(20px + (40 - 20) * ((100vw - 320px) / (1920 - 320))) 0;
  margin: auto;
}

* + .footer-container .footer {
  border-top: 1px solid #ACACAC;
}

.footer-info-container {
  max-width: 90%;
}

.footer-container .footer .footer-info-text {
  font-family: var(--typo-primary );
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #000;
  line-height: 2.4em;
  padding-top: 1.5em;
}

.links .collapse {
  display: inherit
}

.footer .c-title {
  padding-bottom: 2em;
  padding-left: 0 !important;
}

.footer-links-list li:not(:last-of-type) {
  padding-bottom: 1em;
}

.footer-links-list li a {
  font-size: calc(14px + (15 - 14) * ((100vw - 320px) / (1920 - 320)));
  color: #000;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
}

.footer-links-list li a:hover {
  color: var(--link-color-on-hover);
}

.block-contact-title, .blockcms-title, .myaccount-title, .myaccount-title a {
  font-weight: 700;
  font-size: 1rem
}

.footer-contact-content {
  display: flex;
  flex-direction: column;
  line-height: 2.4em;
}

.footer-contact-content li {
  line-height: 2.4em;
}

.footer-rs-content {
  padding-top: 1em;
}

.footer-rs-content a {
  color: #000;
  transition: all 0.35s ease-in-out;
}

.footer-rs-content a:hover {
  color: var(--color-primary);
}

/********************
	Part - account-list
********************/

#block_myaccount_infos .myaccount-title a {
  color: var(--color-black-default)
}

.account-list a {
  color: var(--color-grey-font-default)
}

.account-list a:hover {
  color: #2fb5d2
}

/********************
	Part - copyright
********************/

.footer-copyright {
  background: #F5F5F7;
  padding: calc(5px + (15 - 5) * ((100vw - 320px) / (1920 - 320))) 0;
}

.footer-copyright-inner {
  max-width: 75%;
  margin: auto;
}

.footer-copyright-inner > * {
  font-size: 14px;
  color: #B5B5B5;
}

.footer-copyright-inner a {
  transition: all 0.35s ease-in-out;
}

/*
--------------------------------------
Footer custom
--------------------------------------
*/

.footer--primary-container {
  max-width: 73%;
  margin: auto;
}

footer#footer .elementor-icon-list-item a span {
  transition: all 0.35s ease-in-out;
}

footer#footer .elementor-icon-list-item a:hover span {
  color: var(--color-primary);
}

.footer-info-links .elementor-icon-list-item {
  line-height: 2em;
}

#footer #_desktop_language_selector {
  padding-top: 1em;
}

