/*
 * Header
 */
@media only screen and (max-width: 768px) {
  .block-footer__banner div {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 11px;
    margin: 18px 0px;
  }
}
.block-footer {
  padding: 0;
  width: calc(100vw - 280px);
  margin-right: 0;
  margin-left: auto;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .block-footer {
    width: 100%;
  }
}
.block-footer .block-footer__bottom {
  background: #2f3c55;
}
.block-footer__menu_container--mobile_logo {
  width: 148px;
  height: auto;
  margin-top: 23px;
}
.block-footer__menu_container--mobile__payments_image {
  width: 170px;
  height: auto;
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  table.block-footer__menu_container {
    display: none;
  }
}
.block-footer__menu_container--mobile-accordion-content {
  text-align: left;
}
.block-footer__menu_container--mobile {
  background: #2f3c55;
  padding: 0 34px;
  width: 100%;
  box-sizing: border-box;
  text-align: center;
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-footer__menu_container--mobile {
    display: block;
  }
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion .block-footer__menu_container--mobile-accordion-item {
  border-bottom: 1px solid white;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion .block-footer__menu_container--mobile-accordion-item span.block-footer__menu_container--mobile-accordion-title {
  color: #ffffff;
  font-size: 21px;
  font-family: 'Karla';
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion .block-footer__menu_container--mobile-accordion-subcontent {
  margin: 5px 0px;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion .block-footer__menu_container--mobile-accordion-subcontent a {
  color: white;
  font-size: 14px;
  font-family: 'Karla';
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 0.5em 0;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button:hover,
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button:focus {
  cursor: pointer;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button:hover::after,
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button:focus::after {
  cursor: pointer;
  border: 1px solid white;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 11px;
  color: white;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button .icon::before {
  display: block;
  position: absolute;
  content: '▼';
  color: white;
  left: 2px;
  top: 1px;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion button[aria-expanded='true'] + .block-footer__menu_container--mobile-accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.block-footer__menu_container--mobile .block-footer__menu_container--mobile-accordion .block-footer__menu_container--mobile-accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.block-footer__bottom {
  background: #2f3c55;
  padding: 13px 89px;
}
.block-footer__bottom span {
  color: white;
  font-size: 11px;
  font-weight: 100;
}
.block-footer__bottom .block-footer__bottom--ligne {
  width: 100%;
  height: 1px;
  display: block;
  background: white;
}
.block-footer__banner {
  padding: 40px 160px;
  background-color: #F9FAFC;
  width: 100%;
  box-sizing: border-box;
}
.block-footer__banner .block-footer__contenu {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .block-footer__banner .block-footer__contenu span {
    font-size: 16px;
    padding: 8px;
  }
}
@media only screen and (max-width: 768px) {
  .block-footer__banner .block-footer__contenu {
    align-items: baseline;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    text-align: center;
  }
}
.block-footer__banner div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1200px) {
  .block-footer__banner {
    padding: 32px;
  }
}
.block-footer__banner-2 {
  padding: 40px 160px;
  background-image: url('../../img/image_footer.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #c1a48f;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1200px) {
  .block-footer__banner-2 {
    padding: 32px;
  }
}
@media only screen and (max-width: 768px) {
  .block-footer__banner_cell {
    display: block;
    width: 100%;
  }
}
.block-footer__headline {
  color: #ffffff;
  font-family: 'Spectral';
  font-size: 32px;
  line-height: 1.1;
}
@media only screen and (max-width: 768px) {
  .block-footer__headline {
    margin-top: 16px;
  }
}
.block-footer__info {
  margin: 16px 0;
}
.block-footer__info_icon {
  height: 24px !important;
  margin: -8px 8px;
}
@media only screen and (max-width: 768px) {
  .block-footer__info_icon {
    margin-left: 0;
  }
}
.block-footer__info_text {
  color: #ffffff;
  font-size: 20px;
  display: inline;
}
.block-footer__info_text a {
  color: #ffffff;
}
.block-footer__menu_container {
  background-color: #2f3c55;
  min-height: 260px;
  padding: 40px;
  width: 100%;
  box-sizing: border-box;
}
.block-footer__menu_container h3 {
  color: white;
  font-size: 19px;
  font-weight: 600;
}
.block-footer__funelior_logo {
  height: 120px !important;
  width: auto;
}
@media only screen and (max-width: 768px) {
  .block-footer__funelior_logo {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1366px) {
  .block-footer__funelior_logo {
    height: 81px;
  }
}
.block-footer__payments_image {
  height: 50px !important;
  margin-top: 48px;
  position: absolute;
}
@media only screen and (max-width: 1366px) {
  .block-footer__payments_image {
    height: 37px;
  }
}
@media only screen and (max-width: 768px) {
  .block-footer__payments_image {
    display: none;
  }
}
.block-footer__column {
  width: 20%;
}
@media only screen and (max-width: 768px) {
  .block-footer__column {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 16px;
  }
}
.block-footer__column--logo {
  text-align: center;
}
.block-footer__column--menu {
  vertical-align: top;
}
.block-footer__menu {
  list-style-type: none;
}
.block-footer__menu--legals {
  list-style-type: none;
  position: absolute;
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
  .block-footer__menu--legals {
    display: none;
  }
}
.block-footer__menu_item {
  color: #ffffff;
  font-size: 22px;
  margin: 4px 0;
}
.block-footer__menu_item a {
  color: #ffffff;
}
.block-footer__menu_item--legals {
  color: #69779b;
  display: inline;
  font-size: 12px;
}
.block-footer__menu_item--legals a {
  color: #69779b;
}
.block-footer__menu_item--legals:not(:last-child):after {
  display: inline-block;
  margin-left: 4px;
  content: "-";
}
.block-footer__menu_subitem {
  color: #ffffff;
  margin: 8px 0;
  font-size: 14px;
  display: flex;
  column-gap: 4px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .block-footer__menu_subitem {
    justify-content: center;
  }
}
.block-footer__menu_subitem a {
  color: #ffffff;
}
.block-footer__menu_subitem img {
  width: 17px;
}
.block-footer__menu--legals--tablet {
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-footer__menu--legals--tablet {
    display: block;
    margin: 24px 0;
    width: 100%;
  }
}
.block-footer__payments_image--tablet {
  display: none;
}
@media only screen and (max-width: 768px) {
  .block-footer__payments_image--tablet {
    display: block;
    width: 60%;
    margin: auto;
  }
}
@media only screen and (max-width: 576px) {
  .block-footer__payments_image--tablet {
    width: 80%;
  }
}
/*# sourceMappingURL=./block-footer.css.map */