/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[3].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[3].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[3].use[3]!./blocks/licence-block/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.licence-block {
  width: 100%;
  margin-bottom: 6rem;
}
.licence-block h2 {
  margin-bottom: 1.2rem;
  margin-left: max((100vw - 144rem) / 2 + 12.8rem, 12.8rem);
  position: relative;
}
.licence-block h2 svg {
  position: absolute;
  left: 26.5rem;
  top: -0.5rem;
  z-index: -1;
  width: 9.3rem;
  height: 5rem;
}
.licence-block > p {
  margin-bottom: 3.2rem;
  margin-left: max((100vw - 144rem) / 2 + 12.8rem, 12.8rem);
}
.licence-block .container {
  display: flex;
  max-width: 100%;
}
.licence-block .container > a {
  position: relative;
  height: 63.4rem;
  flex: 1 1 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}
.licence-block .container > a > p {
  color: white;
  text-transform: uppercase;
  max-width: 22rem;
  text-align: center;
}
.licence-block .container > a:not(:last-of-type) {
  margin-right: 0.7rem;
}
.licence-block .container > a:hover {
  flex-grow: 1.5;
}
.licence-block .container > a:hover img {
  filter: grayscale(0%);
}
.licence-block img {
  position: absolute;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0px;
  top: 0rem;
  filter: grayscale(100%);
  transition: filter 0.3s ease-out;
}
.licence-block .image-phone {
  display: none;
}
.licence-block .opacity-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 50%;
  z-index: -1;
}

body:not(:has(#menu-header-menu, #menu-header-menu-en)) .licence-block h2 > svg {
  display: none;
}

@media only screen and (max-width: 900px) {
  .licence-block {
    margin-bottom: 0;
  }
  .licence-block h2 {
    font-size: 2.4rem;
    margin-left: 2.4rem;
  }
  .licence-block h2 svg {
    left: 19.5rem;
    width: 7rem;
    top: -1rem;
  }
  .licence-block p {
    margin-left: 2.4rem;
  }
  .licence-block .container {
    flex-direction: column;
    height: 55.5rem;
  }
  .licence-block .container > a {
    position: relative;
    height: 42.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-out;
  }
  .licence-block .container > a > p {
    font-size: 1.8rem;
    font-weight: 500;
    max-width: none;
  }
  .licence-block .container > a:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 0.5rem;
  }
  .licence-block .container > a:hover {
    flex-grow: 1;
  }
  .licence-block img {
    filter: grayscale(0%);
  }
  .licence-block .image-phone {
    display: block;
  }
  .licence-block .image-desktop {
    display: none;
  }
}

/*# sourceMappingURL=style-licence-block.css.map*/