/********************
	Part - before-footer
********************/
.before-footer {
  background : white;
}

/********************
	Part - newsletter
********************/
.section__title-content.newsletter .section__title-content__inner {
  padding : 3vh 0;
}

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

.block_newsletter .conditions__wrapper {
  text-align : center;
}

@media (max-width : 767px) {
  .block_newsletter {
    padding-bottom : .625rem;
    border-bottom  : 1px solid #f6f6f6
  }

  .block_newsletter form .input__wrapper {
    max-width : 100%;
  }
}

/********************
	Part - main-footer
********************/
.footer-container {
  overflow   : hidden;
  margin     : 0;
  padding    : 0;
  background : var(--color-blue-default);
  color      : white;
}

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

.footer-container .footer {
  display : flex;
  padding : 3vh 0 2vh;
  row-gap : 50px;
}


.links .collapse {
  display : inherit
}

.footer-container li {
  margin-bottom : .3125rem
}

.footer-container li a {
  color     : #ffffff;
  cursor    : pointer;
  font-size : .875rem
}

.footer-container 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
}

/********************
	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
}

.r-social {
  color          : white;
  font-size      : 20px;
  letter-spacing : 1.2px;
  text-transform : uppercase;
  display        : flex;
  align-items    : center;
}

.r-social a {
  display         : flex;
  align-items     : center;
  justify-content : center;
  height          : 40px;
  width           : 40px;
  border          : 1px solid #ffffff;
  border-radius   : 50%;
  margin-left     : 10px;
}

.c-link-list__inner {
  color : #ffffff;

}

/*********************
	Part - after footer
*********************/

.after-footer-container {
  display        : flex;
  flex-direction : column;
  align-items    : center;
  padding        : 1em 0;
}

.after-footer-container .after-footer-mention {
  font-size      : 14px;
  color          : var(--color-grey-font-default);
  text-transform : uppercase;
  margin-bottom  : 2em;
}

.after-footer-img-container {
  background-color : var(--color-white-default);
  color            : var(--color-black-default);
  border           : solid var(--color-black-default) 3px;
  display          : flex;
  align-items      : center;
  padding          : 15px;
  min-height       : 60px;
}

.after-footer-img-container img {
  width                  : 100px;
  height                 : 70px;
  padding-bottom         : 10px;
  margin-right           : 15px;
  border                 : solid var(--color-black-default) 1px;
  image-rendering        : -moz-crisp-edges;
  image-rendering        : -o-crisp-edges;
  image-rendering        : -webkit-optimize-contrast;
  image-rendering        : crisp-edges;
  -ms-interpolation-mode : nearest-neighbor;
}

/********************
	Part - copyright
********************/
.footer-copyright {
  display         : flex;
  justify-content : space-between;
}
