.footer-bar {
  position:relative;
  z-index:1051;
  width:100%;
}
.footer-bar > .inner {
  position:relative;
  display:flex;
  justify-content:flex-end;
}
.footer-bar > .inner > .background {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#000000;
}
.footer-bar #footer-bar-switch-manager { display:none; }
.footer-bar #footer-bar-switcher {
  position:relative;
  height:40px;
  width:240px;
  max-width:100%;
  padding:12px 20px;
  background:#ffffff;
  cursor:pointer;
  text-align:left;
  border-top:1px solid rgba(0,0,0,0.1);
}
.footer-bar #footer-bar-switcher img {
  float:left;
  height:20px;
  margin:0;
}
.footer-bar #footer-bar-switcher .arrow-top {
  position:absolute;
  top:50%;
  right:20px;
  width:0;
  height:0;
  border-style:solid;
  border-width:0 4.5px 5px 4.5px;
  border-color:transparent transparent #000000 transparent;
  transform:translate(0,-50%);
}
.footer-bar #footer-bar-wrapper {
  position:absolute;
  left:0;
  bottom:40px;
  width:100%;
  max-height:100vh;
  z-index:-1;
  overflow:hidden;
  border-top:1px solid rgba(0,0,0,0.1);
}
.footer-bar #footer-bar-wrapper > .inner > .background {
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  background:#ffffff;
}
.footer-bar #footer-bar-closer {
  position:absolute;
  right:60px;
  top:60px;
}
.footer-bar #footer-bar-closer .icon {
  width:25px;
  height:25px;
  fill:#000000;
}
.footer-bar .list-site {
  position:absolute;
  right:0;
  bottom:0;
  width:240px;
  max-width:100%;
  list-style:none;
}
.footer-bar .item-list-site {
  position:relative;
  background:#ffffff;
  border:1px solid rgba(0,0,0,0.1);
  border-width:1px 0 0 1px;
}
.footer-bar .cta-list-site {
  position:relative;
  display:block;
  padding:12px 20px;
  transition:.3s ease-in-out;
}
.footer-bar .cta-list-site:hover { background:rgba(0,0,0,0.1); }
.footer-bar .cta-list-site img {
  height:20px;
  vertical-align:middle;
  margin:0;
}
.footer-bar .footer-bar-content {
  position:relative;
  display:flex;
  max-height:100vh;
  padding:80px 240px 80px 120px;
  color:#000000;
  overflow-y:scroll;
}
.footer-bar .footer-bar-content .content {
  color:#000000;
  padding:21px 30px 0 0;
  max-width:700px;
}
.footer-bar .footer-bar-content .content a:not(.zoom):not(.link-important):not(.link-file-pdf):not(.button):not(.link-button):not(.link-image):not(.post-link):not(.post-image-link):not(.link-category) {
  color:#000000;
  background-image:linear-gradient(to top,#000000 0px,#000000 0px), linear-gradient(to top,rgba(0,0,0,0.2) 0px,rgba(0,0,0,0.2) 0px);
}
.footer-bar .footer-bar-content .content a:not(.zoom):not(.link-important):not(.link-file-pdf):not(.button):not(.link-button):not(.link-image):not(.post-link):not(.post-image-link):not(.link-category):hover { color:#000000; }
.footer-bar .title-content {
  position:relative;
  max-width:500px;
  font-size:39px;
  line-height:60px;
  margin-right:100px;
}
@media only screen and (max-width: 1400px) {
  .footer-bar .footer-bar-content { padding-left:80px; }
}
@media only screen and (max-width: 1280px) {
  .footer-bar .title-content {
    font-size:28px;
    line-height:50px;
    margin-right:40px;
  }
  .footer-bar .footer-bar-content .content { padding:12px 30px 0 0; }
}
@media only screen and (max-width: 1024px) {
  .footer-bar .footer-bar-content {
    display:block;
    padding:40px 240px 40px 80px;
  }
  .footer-bar .footer-bar-content .content { padding:0; }
  .footer-bar .title-content {
    max-width:100%;
    font-size:33px;
    margin:0 0 30px 0;
  }
  .footer-bar .title-content br { display:none; }
}
@media only screen and (max-width: 690px) {
  .footer-bar .footer-bar-content {
    display:block;
    padding:40px 80px 200px 40px;
  }
  .footer-bar #footer-bar-closer {
    top:40px;
    right:40px;
  }
}
@media only screen and (max-width: 480px) {
  .footer-bar .footer-bar-content {
    display:block;
    padding:60px 40px 200px 40px;
  }
  .footer-bar .footer-bar-content .content {
    padding:0;
    font-size:16px;
  }
  .footer-bar .title-content {
    font-size:28px;
    line-height:40px;
  }
  .footer-bar #footer-bar-closer { top:20px; }
}
.no-js .footer-bar #footer-bar-switch-manager:checked ~ #footer-bar-wrapper { transform:translate(0,0); }
.no-js .footer-bar #footer-bar-wrapper {
  transform:translate(0,100%);
  transition:.3s ease-in-out;
}
