/*
--------------------------------------
Before footer
--------------------------------------
*/

#before-footer {
  position   : relative;
  z-index    : 1;
  background : white;
}

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

section.newsletter {
  background: url(../../../img/bg/newsletter.jpg) no-repeat fixed;
}

.section__title-content.newsletter .section__title-content__inner {
  padding : 5vh 0;
}

section.newsletter .section__title {
  display: flex;
  justify-content: center;
  max-width: 100%;
  padding-bottom: 0;
}

section.newsletter .c-title {
  color: #1a1a1a;
  text-align: center;
  padding: 0 0 1em;
}

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

.block_newsletter form input[type=email] {
  border: 1px solid #c9c9c8;
  margin-right: 1em;
}

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

.conditions__wrapper {
  padding-bottom: 2em;
}

.conditions__wrapper p {
  font-family: var(--second-font);
  color: #050505;
}

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

footer#footer {
  background: #1a1a1a;
}

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

section.footer-container .default-container {
  max-width: 100%;
}

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

.footer-container .footer {
  display   : flex;
  flex-wrap : wrap;
  max-width: 85%;
  margin: auto;
  padding   : 3vh 0 2vh;
}

.footer .footer-items-container {
  display   : flex;
  flex-direction: column;
  justify-content: space-between;
  column-gap: 30px;
  max-width: 100%;
  padding   : 3vh 0 2vh;
}

.footer-logo {
  flex: 0 0 25%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}

.footer-logo a {
  padding-bottom: 2em;
}

.footer-logo img {
  max-height: 200px;
}

.footer-logo p {
  position: relative;
  font-size: calc(12px + (14 - 12) * ((100vw - 320px) / (1920 - 320)));
  color: #fcfcfc;
  max-width: 70%;
  padding-top: 2em;
}

.footer-logo p:after {
  content: '';
  display: block;
  position: absolute;
  width: 35%;
  height: 1px;
  background: #fff;
  opacity: 1;
  top: 0;
}

.footer__links__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 0 0 75%;
}

.c-title.footer-title {
  font-family: var(--second-font);
  font-size: calc(20px + (28 - 20) * ((100vw - 320px) / (1920 - 320)));
  color: var(--primary-color);
  text-transform: uppercase;
}

/*LINKS*/

.links__footer__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.links__footer__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.links__footer__title h3 {
  font-family: var(--second-font);
  font-size: calc(15px + (18 - 15) * ((100vw - 320px) / (1920 - 320)));
  font-weight: 600;
  color: #fcfcfc;
}

.links__footer__list {
  display: none;
}

.links__footer__list.-is--shown {
  display: block;
}

.links__footer__container i {
  color: #fcfcfc;
  margin-right: 1em;
  transition: all 0.3s ease-in-out;
}

.footer__infos {
  display: flex;
  flex-direction: column;
}

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

.links__footer__list.footer__item li a {
  font-size: calc(13px + (15 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #fcfcfc;
  line-height: 2em;
  transition: all 0.3s ease-in-out;
}

.links__footer__list.footer__item li a:hover,
.links__footer__list.footer__item li a:hover i {
  color: var(--link-color-on-hover);
}

/*
--------------------------------------
Copyright
--------------------------------------
*/

.footer-copyright {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: calc(13px + (14 - 13) * ((100vw - 320px) / (1920 - 320)));
  color: #dedede;
  border-top: 1px solid #313131;
  text-align : center;
  max-width: 90%;
  margin: auto;
  padding: 1.5em 0;
}

.footer-copyright .creation {
  display: flex;
  align-items: center;
}

.footer-copyright .creation span {
  position: relative;
  margin: 0 0.5em;
  padding-left: 0.5em;
}

.footer-copyright .creation span:last-of-type:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 2px;
  height: 15px;
  background: #fcfcfc;
  opacity: 1;
}

.footer-copyright .creation a svg path {
  fill: #d1d1d1;
  transition: all 0.3s ease-in-out;
}

.footer-copyright .creation a:hover svg path {
  fill: var(--secondary-color );
}

.links__footer__list p {
  color: white;
}
