@charset "UTF-8";

#footer {
  display: block !important;
  width: 100%;
}

.siteBas-footer {
  position: relative;
  max-width: 76.25rem;
  margin: 0 auto;
  padding: 0 1.25rem;
  background-color: white;
  margin-top: 3.75rem;
}

.siteBas-footer .siteBas-footer-top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: white;
  z-index: 1;
}

.siteBas-footer .siteBas-footer-top::after {
  content: "";
  display: block;
  background-color: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -1;
}

.siteBas-footer .siteBas-footer-top .footer-top-service {
  margin-right: 2.5rem;
  margin-bottom: 1.375rem;
  margin-top: 1.375rem;
  max-width: 11.25rem;
}

.siteBas-footer .siteBas-footer-top .footer-top-service.avantages {
  padding-top: 0.5rem;
}

.siteBas-footer .siteBas-footer-top .footer-top-service:last-child {
  margin-right: 0;
}

.siteBas-footer .siteBas-footer-top .footer-top-service span {
  display: block;
  text-align: center;
  margin-bottom: 0.625rem;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-top .footer-top-service small {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375rem;
  color: #2D2A29;
  display: block;
  text-align: center;
}

.siteBas-footer .siteBas-footer-top .footer-top-service span,
.siteBas-footer .siteBas-footer-top .footer-top-service a {
  text-decoration: none;
  color: #2D2A29;
}

.siteBas-footer .siteBas-footer-top .footer-top-service span:hover,
.siteBas-footer .siteBas-footer-top .footer-top-service a:hover {
  text-decoration: underline;
}

.siteBas-footer .siteBas-footer-bottom {
  background-color: #f5f5f500;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding-top: 0;
}

.siteBas-footer .siteBas-footer-bottom::before {
  content: "";
  display: block;
  background: #F5F5F5;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  z-index: 0;
  top: 0;
}

.siteBas-footer .siteBas-footer-bottom section {
  position: relative;
  z-index: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter {
  width: calc(50% - 20px);
  max-width: 36.875rem;
  margin-bottom: 2.1875rem;
  margin-right: 2.5rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter strong {
  font-weight: bold;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-error {
  color: red;
  font-size: 0.75rem;
  margin-top: 0.1875rem;
  display: inline-block;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form-title {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.625rem;
  color: #2D2A29;
  margin-bottom: 1.5625rem;
  display: block;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #2D2A29;
  color: #2D2A29;
  font-size: 1rem;
  line-height: 1.375rem;
  padding: 0.625rem 0;
  max-width: 27.8125rem;
  width: calc(100% - 140px);
  height: auto;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 1.875rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input::-webkit-input-placeholder {
  color: #2D2A29;
  opacity: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input::-moz-placeholder {
  color: #2D2A29;
  opacity: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input:-ms-input-placeholder {
  color: #2D2A29;
  opacity: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input::-ms-input-placeholder {
  color: #2D2A29;
  opacity: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input::placeholder {
  color: #2D2A29;
  opacity: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-button {
  cursor: pointer;
  border: 1px solid #2D2A29;
  padding: 0.625rem 0.9375rem;
  color: #2D2A29;
  border-radius: 5px;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-button:hover {
  background-color: #2D2A29;
  color: #fff;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-input {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .zone-newsletter-cb {
  margin: 0.625rem 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .zone-newsletter-cb input {
  border: 1px solid #2D2A29;
  width: 1rem;
  height: 1rem;
  background-color: transparent;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .zone-newsletter-cb input::after {
  margin-top: -13px;
  margin-left: 10px;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .zone-newsletter-cb label {
  font-size: 0.75rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .zone-newsletter-cb label a {
  font-size: 0.75rem;
  color: #2D2A29;
  text-decoration: none;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .zone-newsletter-cb label a:hover {
  text-decoration: underline;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-error,
.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-button {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-button {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  margin-top: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion {
  width: calc(50% - 20px);
  max-width: 36.875rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.875rem;
  /* Widget*/
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot #tp-widget-rating {
  font-size: 0.875rem !important;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot #tp-widget-wrapper {
  width: 320px !important;
  text-align: left !important;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot #tp-widget-logo {
  display: none !important;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-numbers {
  font-size: 0.875rem;
  display: block;
  width: 315px;
  text-align: left;
  margin-bottom: 11px;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-numbers span,
.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-numbers a {
  color: #2D2A29;
  text-decoration: none;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-stars span,
.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-stars a {
  text-decoration: none;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-stars .trustpilot-stars {
  max-height: 2.0625rem;
  width: auto;
  display: inline-block;
  margin-right: 0.6875rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-stars .trustpilot-logo {
  max-height: 2.0625rem;
  width: auto;
}

.siteBas-footer .siteBas-footer-bottom .footer-social {
  max-width: 10.625rem;
  margin-right: 2.5rem;
  width: 16%;
}

.siteBas-footer .siteBas-footer-bottom .footer-social div {
  margin-bottom: 2.1875rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-social span.encoded-url {
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-social img {
  width: 100%;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #2D2A29;
  font-weight: bold;
  display: block;
  margin-bottom: 0.9375rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li {
  margin-right: 1.25rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span,
.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a {
  font-size: 0;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
  width: 1.875rem;
  height: 1.875rem;
  display: block;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span.facebook,
.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a.facebook {
  background-image: url(facebook.svg);
  width: 1.125rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span.instagram,
.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a.instagram {
  background-image: url(instagram.svg);
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span.pinterest,
.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a.pinterest {
  background-image: url(pinterest.svg);
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span.youtube,
.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a.youtube {
  background-image: url(youtube.svg);
  width: 2.0625rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li:last-child {
  margin-right: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard,
.siteBas-footer .siteBas-footer-bottom .section-links {
  max-width: 10.625rem;
  width: calc(16.6666666667% - 40px);
  margin-right: 2.5rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard .title,
.siteBas-footer .siteBas-footer-bottom .section-links .title {
  font-size: 0.875rem;
  line-height: 1.375rem;
  color: #2D2A29;
  margin-bottom: 0.6875rem;
  font-weight: bold;
  display: block;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard ul li,
.siteBas-footer .siteBas-footer-bottom .section-links ul li {
  margin-bottom: 0.6875rem;
  line-height: 0.9375rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard ul li span,
.siteBas-footer .siteBas-footer-bottom .footer-giftcard ul li a,
.siteBas-footer .siteBas-footer-bottom .section-links ul li span,
.siteBas-footer .siteBas-footer-bottom .section-links ul li a {
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #2D2A29;
  text-decoration: none;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard ul li span:hover,
.siteBas-footer .siteBas-footer-bottom .footer-giftcard ul li a:hover,
.siteBas-footer .siteBas-footer-bottom .section-links ul li span:hover,
.siteBas-footer .siteBas-footer-bottom .section-links ul li a:hover {
  text-decoration: underline;
}

.siteBas-footer .siteBas-footer-bottom .footer-contact .timetable,
.siteBas-footer .siteBas-footer-bottom .footer-contact .phone {
  display: block;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  color: #2D2A29;
  margin-bottom: 0.6875rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-contact #idzfonline {
  margin-top: 1.25rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-contact #idzfonline a {
  font-size: 0.75rem;
  padding: 0.5rem 0.6875rem;
  border: 1px solid #2D2A29;
  color: #2D2A29;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  max-width: 9.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-contact #idzfonline a:hover {
  background-color: #2D2A29;
  color: #fff;
}

.siteBas-footer .siteBas-footer-bottom .footer-contact .footer-section-min-size,
.siteBas-footer .siteBas-footer-bottom .footer-giftcard .footer-section-min-size {
  min-height: 5rem;
  position: relative;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard {
  margin-right: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard:hover img {
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard img {
  max-width: 10.625rem;
  max-height: 4.625rem;
  display: block;
  width: 100%;
  -webkit-transform: translateY(13px);
  transform: translateY(13px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  z-index: 1;
  position: absolute;
  bottom: 0.5rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard .shadow-giftcard::before {
  content: "";
  position: absolute;
  -webkit-box-shadow: 5px 11px 6px rgba(0, 0, 0, 0.4392156863);
  box-shadow: 5px 11px 6px rgba(0, 0, 0, 0.4392156863);
  height: 5px;
  width: 95%;
  bottom: 0.75rem;
  z-index: 3;
  background: none;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard .shadow-giftcard::after {
  content: "";
  position: absolute;
  height: 11px;
  width: 103%;
  bottom: -0.5rem;
  z-index: 2;
  background: #F5F5F5;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard .button-giftcard {
  font-size: 0.75rem;
  padding: 0.5rem 0.6875rem;
  border: 1px solid #2D2A29;
  color: #2D2A29;
  border-radius: 5px;
  display: block;
  text-decoration: none;
  max-width: 9.5625rem;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-top: 1.25rem;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-giftcard .button-giftcard:hover {
  background-color: #2D2A29;
  color: #fff;
}

.siteBas-footer .siteBas-footer-bottom .footer-payment {
  width: calc(50% - 20px);
  margin-right: 2.5rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-payment ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.siteBas-footer .siteBas-footer-bottom .footer-payment ul li {
  width: 2.8125rem;
  margin-right: 0.75rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-payment ul li:last-of-type {
  margin-right: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-payment ul li img {
  width: 100%;
}

.siteBas-footer .siteBas-footer-bottom .footer-international {
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector {
  display: inline-block;
  position: relative;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 0.4375rem 1.5625rem 0.4375rem 0.625rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector:hover ul {
  display: block;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector ul {
  display: none;
  background: #FFFFFF;
  bottom: 100%;
  border: 0.0625rem solid #DDDDDD;
  border-bottom: 0;
  list-style-type: none;
  margin: 0;
  padding: 0 0.5625rem;
  position: absolute;
  left: -1px;
  width: 79%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector ul li {
  margin: 0.3125rem 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag {
  display: inline-block;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag span,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #656667;
  cursor: pointer;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag span:hover,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag a:hover {
  text-decoration: underline;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag a::before {
  content: "";
  width: 1.5rem;
  height: 1.125rem;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0px 0;
  display: inline-block;
  margin-right: 5px;
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.be span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.be a::before {
  background-image: url("be.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.ch span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.ch a::before {
  background-image: url("ch.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.de span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.de a::before {
  background-image: url("de.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.es span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.es a::before {
  background-image: url("es.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.eu span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.eu a::before {
  background-image: url("eu.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.fr span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.fr a::before {
  background-image: url("fr.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.gb span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.gb a::before {
  background-image: url("gb.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.pt span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.pt a::before {
  background-image: url("pt.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.nl span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.nl a::before {
  background-image: url("nl.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.at span::before,
.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .flag.at a::before {
  background-image: url("at.png");
}

.siteBas-footer .siteBas-footer-bottom .footer-international .countries-selector .current {
  display: block;
  font-size: 0.875rem;
  margin: 0;
  white-space: nowrap;
  width: 1.5rem;
  height: 1.125rem;
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions {
  position: relative;
  background-color: #2D2A29;
  color: #fff;
  width: 100%;
  margin: 0 0 0 0;
  padding: 0.625rem 0;
  max-width: initial;
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions .title {
  display: none;
}

@media only screen and (min-width: 48.0625rem) {
  .siteBas-footer .siteBas-footer-bottom .footer-conditions::before {
    content: "";
    display: block;
    background: #2D2A29;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: 0;
    top: 0;
  }
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions ul li {
  color: #fff;
  margin-right: 0.625rem;
  margin-bottom: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions ul li:last-child {
  margin-right: 0;
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions ul li span,
.siteBas-footer .siteBas-footer-bottom .footer-conditions ul li a {
  color: #fff;
  font-size: 0.6875rem;
  line-height: 0.875rem;
  text-decoration: none;
  text-align: center;
  display: block;
}

.siteBas-footer .siteBas-footer-bottom .footer-conditions ul li span:hover,
.siteBas-footer .siteBas-footer-bottom .footer-conditions ul li a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 61.25rem) {

  .siteBas-footer .siteBas-footer-bottom .footer-international,
  .siteBas-footer .siteBas-footer-bottom .footer-payment,
  .siteBas-footer .siteBas-footer-bottom .footer-opinion,
  .siteBas-footer .siteBas-footer-bottom .footer-conditions,
  .siteBas-footer .siteBas-footer-bottom .footer-contact,
  .siteBas-footer .siteBas-footer-bottom .footer-help,
  .siteBas-footer .siteBas-footer-bottom .footer-services,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet,
  .siteBas-footer .siteBas-footer-bottom .footer-giftcard,
  .siteBas-footer .siteBas-footer-bottom .footer-social,
  .siteBas-footer .siteBas-footer-bottom .footer-newsletter {
    margin: 0 auto;
    width: 60%;
    max-width: none;
    margin-bottom: 2.1875rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions {
    width: 100%;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact,
  .siteBas-footer .siteBas-footer-bottom .footer-help,
  .siteBas-footer .siteBas-footer-bottom .footer-services,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet {
    width: 50%;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact .title,
  .siteBas-footer .siteBas-footer-bottom .footer-contact .list-links,
  .siteBas-footer .siteBas-footer-bottom .footer-help .title,
  .siteBas-footer .siteBas-footer-bottom .footer-help .list-links,
  .siteBas-footer .siteBas-footer-bottom .footer-services .title,
  .siteBas-footer .siteBas-footer-bottom .footer-services .list-links,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet .title,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet .list-links {
    max-width: 12.5rem;
    margin: 0 auto;
    text-align: left;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact .title,
  .siteBas-footer .siteBas-footer-bottom .footer-help .title,
  .siteBas-footer .siteBas-footer-bottom .footer-services .title,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet .title {
    margin-bottom: 1.25rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter input.newsletter-input {
    min-width: 16.25rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .title {
    font-size: 0.875rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb ul li,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li {
    margin-right: 1.5625rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb ul li span,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb ul li a,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a {
    cursor: pointer;
    background-size: contain;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb ul li span.youtube,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb ul li a.youtube,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li span.youtube,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork ul li a.youtube {
    width: 2.625rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb {
    margin-bottom: 0;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb img {
    max-width: 12.625rem;
  }

  .siteBas-footer .siteBas-footer-bottom #idzfonline a {
    margin-left: 0;
    max-width: 13.25rem;
    height: 2.875rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.9375rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-bottom: 2.625rem;
    /*.shadow-giftcard {
        display: none;
    }*/
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard img {
    max-width: 20rem;
    max-height: initial;
    height: auto;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard .button-giftcard {
    margin-left: 0;
    max-width: 13.25rem;
    height: 2.875rem;
    line-height: 2rem;
    text-align: center;
    font-size: 0.9375rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard .shadow-giftcard::before {
    -webkit-box-shadow: 11px 11px 6px rgba(0, 0, 0, 0.4392156863);
    box-shadow: 11px 11px 6px rgba(0, 0, 0, 0.4392156863);
    max-width: 19rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard .shadow-giftcard::after {
    content: "";
    position: absolute;
    height: 11px;
    width: 103%;
    bottom: -0.5rem;
    z-index: 2;
    background: #F5F5F5;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions,
  .siteBas-footer .siteBas-footer-bottom .footer-contact,
  .siteBas-footer .siteBas-footer-bottom .footer-help,
  .siteBas-footer .siteBas-footer-bottom .footer-services,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-opinion {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-payment {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-international {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-international,
  .siteBas-footer .siteBas-footer-bottom .footer-payment {
    margin: 0 auto 2.625rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact .footer-section-min-size {
    height: unset;
    position: initial;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard .footer-section-min-size {
    height: 9.375rem;
  }
}

@media only screen and (max-width: 56.8125rem) {

  .siteBas-footer .siteBas-footer-bottom .footer-international,
  .siteBas-footer .siteBas-footer-bottom .footer-payment,
  .siteBas-footer .siteBas-footer-bottom .footer-opinion,
  .siteBas-footer .siteBas-footer-bottom .footer-giftcard,
  .siteBas-footer .siteBas-footer-bottom .footer-social,
  .siteBas-footer .siteBas-footer-bottom .footer-newsletter {
    width: 80%;
  }
}

@media only screen and (max-width: 67.5rem) {
  .siteBas-footer .siteBas-footer-top {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 48.75rem) {
  .siteBas-footer .siteBas-footer-top .footer-top-service {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
  }

  .siteBas-footer .siteBas-footer-top .footer-top-service:nth-child(3) {
    margin-right: 0;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-international,
  .siteBas-footer .siteBas-footer-bottom .footer-payment,
  .siteBas-footer .siteBas-footer-bottom .footer-opinion,
  .siteBas-footer .siteBas-footer-bottom .footer-conditions,
  .siteBas-footer .siteBas-footer-bottom .footer-contact,
  .siteBas-footer .siteBas-footer-bottom .footer-help,
  .siteBas-footer .siteBas-footer-bottom .footer-services,
  .siteBas-footer .siteBas-footer-bottom .footer-vertbaudet,
  .siteBas-footer .siteBas-footer-bottom .footer-giftcard,
  .siteBas-footer .siteBas-footer-bottom .footer-newsletter {
    width: 100%;
    margin-bottom: 2.1875rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form {
    max-width: 20rem;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form .newsletter-input {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form .zone-newsletter-cb {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form .newsletter-error,
  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form .newsletter-button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form .newsletter-button {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form-title {
    font-size: 1.25rem;
    line-height: 1.375rem;
    margin-bottom: 0.625rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .footer-newsletter-form-title strong {
    display: block;
    margin-bottom: 0.4375rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-newsletter .newsletter-button {
    margin-top: 1.25rem;
    display: block;
    max-width: 8rem;
    height: 3.125rem;
    line-height: 1.875rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social {
    margin-bottom: 1.25rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork {
    max-width: 20rem;
    margin: 0 auto 1.25rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-revb span,
  .siteBas-footer .siteBas-footer-bottom .footer-social .footer-socialnetwork span {
    cursor: pointer;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard {
    max-width: 20rem;
    margin: 0 auto 2.625rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions {
    background: none;
    color: #2D2A29;
    margin-bottom: 0;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions::before {
    display: none;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions .title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: #2D2A29;
    margin-bottom: 0.6875rem;
    font-weight: bold;
    display: block;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions ul li {
    margin-bottom: 0.6875rem;
    line-height: 0.9375rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions ul li span,
  .siteBas-footer .siteBas-footer-bottom .footer-conditions ul li a {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #2D2A29;
    text-decoration: none;
    cursor: pointer;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-conditions ul li span:hover,
  .siteBas-footer .siteBas-footer-bottom .footer-conditions ul li a:hover {
    text-decoration: underline;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact,
  .siteBas-footer .siteBas-footer-bottom .section-links {
    text-align: left;
    margin-bottom: 0.625rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact .list-links,
  .siteBas-footer .siteBas-footer-bottom .footer-contact .title,
  .siteBas-footer .siteBas-footer-bottom .section-links .list-links,
  .siteBas-footer .siteBas-footer-bottom .section-links .title {
    display: block;
    margin: 0 auto 0.6875rem;
    max-width: 20rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact .title,
  .siteBas-footer .siteBas-footer-bottom .section-links .title {
    position: relative;
    cursor: pointer;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-contact .list-links,
  .siteBas-footer .siteBas-footer-bottom .section-links .list-links {
    opacity: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0ms 400ms, opacity 400ms 0ms;
    transition: height 0ms 400ms, opacity 400ms 0ms;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot .trustpilot-numbers {
    text-align: center;
  }

  .siteBas-footer .siteBas-footer-bottom .section-open .list-links {
    opacity: 1;
    height: auto;
    -webkit-transition: height 0ms 0ms, opacity 600ms 0ms;
    transition: height 0ms 0ms, opacity 600ms 0ms;
  }
}

@media only screen and (max-width: 42.5rem) {
  .siteBas-footer .siteBas-footer-top {
    max-width: 22.5rem;
    margin: 0 auto;
  }

  .siteBas-footer .siteBas-footer-top .footer-top-service {
    width: 50%;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    margin-right: 0;
  }

  .siteBas-footer .siteBas-footer-top .footer-top-service small {
    font-size: 0.875rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-social {
    width: 100%;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-opinion,
  .siteBas-footer .siteBas-footer-bottom .footer-international,
  .siteBas-footer .siteBas-footer-bottom .footer-payment {
    margin-bottom: 1.25rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-opinion .footer-opinion-trustpilot {
    padding-top: 1.5625rem;
  }

  .siteBas-footer .siteBas-footer-bottom .footer-giftcard .button-giftcard {
    margin: auto;
    margin-top: 1.25rem;
  }
}


/* Zenloop checkout survey */
.footer_survey {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
  background: rgb(242, 241, 240);
}

.footer_survey details[open] summary {
  list-style-type: disclosure-open;
}

.footer_survey details summary {
  list-style-type: disclosure-closed;
  cursor: pointer;
  color: white;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  padding: 10px 0;
  background: #7dbc8e;
}

.footer_survey details summary+* {
  display: block;
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  border: 2px solid #7dbc8e;
  border-top: none;
}

.footer_survey:focus-visible,
.footer_survey details:focus-visible,
.footer_survey details summary:focus-visible,
.footer_survey details zenloop-embedded-survey:focus-visible {
  outline: none !important;
}

@media only screen and (max-width: 768px) {
  .whole_footer__lvl3 {
    padding-top: 15px !important;
    padding-bottom: 75px !important;
  }
}