footer {
  overflow: hidden;
  padding-top: calc(150px + 12vw);
}
body.page-template-pagemodel1 footer {
  margin-top: 0;
  padding-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.page-template-pagemodel1 #footer {
  z-index: 11;
}
body.page-template-pagemodel1 #footer.clicked {
  z-index: 0;
}
body.page-template-pagemodel1 .footerlastdiv {
  background-color: transparent;
  padding-bottom: var(--space-xsmall);
}
body.page-template-pagemodel1 .footerseparator {
  margin: 0;
}
.footerbgdiv {
  height: 429px;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 102%;
  min-width: calc(240px + 65vw);
}
.footerbg {
  height: auto;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.footerdiv {
  background-color: var(--color-primary);
  z-index: 2;
}
.footerlogo {
  width: 30%;
  margin-right: 10%;
  max-height: 300px;
}
.footerinfos {
  width: 60%;
  max-width: 500px;
  margin-right: auto;
}
.footerinfos .subtitle {
  max-width: 370px;
}
.footerseparator {
  background-color: var(--color-white);
  height: 1px;
  width: 100%;
  margin: var(--space-normal) 0 0 0;
  opacity: 0.6;
}
.footerlastdiv {
  padding-bottom: var(--space-small);
}
.footerlastdiv .footerlink {
  margin-right: var(--space-xsmall);
  margin-top: var(--space-xsmall);
}
.footerlastdiv .footerlink:last-of-type {
  margin-right: 0;
}
.footernetworks {
  margin-left: auto;
  margin-top: var(--space-xsmall);
}
.footernetworks a {
  height: 26px;
  width: 26px;
  margin-right: calc(var(--space-xsmall) + 3px);
}
.footernetworks a:last-of-type {
  margin-right: 0;
}
.footernetworks a img {
  filter: invert(1);
}
@media screen and (max-width: 991px) {
  .footerbgdiv {
    height: 220px;
  }
}
@media screen and (max-width: 767px) {
  .footerlogo {
    margin-right: unset;
    width: 50%;
    max-height: 220px;
    margin-bottom: 30px;
  }
  .footerdiv {
    justify-content: start;
  }
  .footerinfos {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .footernetworks {
    display: none;
  }
}
