/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/product-cover/style.scss ***!
  \********************************************************************************************************************************************************************************************************************************************************/
.product-cover {
  display: flex;
  margin-left: max(7rem, (100vw - 144rem) / 2 + 7rem);
  margin-right: max(12.8rem, (100vw - 144rem) / 2 + 12.8rem);
  margin-bottom: 3.1rem;
}
.product-cover .image-container {
  width: 49.4rem;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  margin-top: 3rem;
}
.product-cover .image-container .iframe-container {
  width: 60rem;
  height: 46.5rem;
  display: flex;
  flex-direction: column;
}
.product-cover .image-container .iframe-container > iframe {
  margin: auto;
  width: 100%;
  aspect-ratio: 16/9;
}
.product-cover .image-container .iframe-container.no-display {
  display: none;
}
.product-cover .image-container > img {
  width: 49.4rem;
  height: 46.5rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-cover .image-container > img:hover {
  cursor: pointer;
}
.product-cover .image-container .gallery-container {
  display: flex;
  align-items: center;
  width: calc(100% - 7.4rem);
  overflow: hidden;
}
.product-cover .image-container .gallery-container > svg {
  flex-shrink: 0;
  min-width: 6.3rem;
  min-height: 6.3rem;
  max-width: 6.3rem;
  max-height: 6.3rem;
  margin-left: 1.2rem;
  padding: 1rem;
}
.product-cover .image-container .gallery-container > svg.selected {
  border: 2px solid #EB6109;
}
.product-cover .image-container .gallery-container > svg:hover {
  cursor: pointer;
}
.product-cover .image-container .gallery-container img {
  min-width: 6.3rem;
  min-height: 6.3rem;
  max-width: 6.3rem;
  max-height: 6.3rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-cover .image-container .gallery-container img:not(:first-of-type) {
  margin-left: 1.2rem;
}
.product-cover .image-container .gallery-container img:hover {
  cursor: pointer;
}
.product-cover .image-container .gallery-container img.selected {
  border: 2px solid #EB6109;
}
.product-cover .image-container .gallery-scroll-container {
  display: flex;
  align-items: center;
  margin-top: 2.7rem;
}
.product-cover .image-container .gallery-scroll-container .arrow-left {
  flex-shrink: 0;
  margin-right: 1.6rem;
}
.product-cover .image-container .gallery-scroll-container .arrow-right {
  flex-shrink: 0;
  margin-left: 1.6rem;
}
.product-cover .image-container .gallery-scroll-container .arrow-left:not(.hidden):hover, .product-cover .image-container .gallery-scroll-container .arrow-right:not(.hidden):hover {
  cursor: pointer;
}
.product-cover .image-container .gallery-scroll-container .arrow-left.hidden, .product-cover .image-container .gallery-scroll-container .arrow-right.hidden {
  fill: #E0E1E1;
}
.product-cover .text-container {
  display: flex;
  flex-direction: column;
  margin-left: 14rem;
  margin-top: 5.7rem;
}
.product-cover .text-container .picto {
  display: block;
  margin-bottom: 1.1rem;
  width: 65rem;
}
.product-cover .text-container .picto p {
  border-radius: 0.5rem;
  background: #FEF3EB;
  color: #EB6109;
  margin-right: 1rem;
  display: inline-block;
  align-items: center;
  padding: 0.5rem 1.2rem;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 1rem;
}
.product-cover .text-container .picto p svg {
  margin-right: 1.2rem;
}
.product-cover .text-container h1 {
  margin-bottom: 1.2rem;
  font-size: 3.8rem;
}
.product-cover .text-container > p {
  font-size: 2.5rem;
  margin-bottom: 3.2rem;
}
.product-cover .text-container .description {
  max-width: 50.7rem;
  margin-bottom: 1.2rem;
}
.product-cover .text-container .buttons {
  display: flex;
}
.product-cover .text-container .buttons a {
  width: 50%;
  text-align: center;
  flex-shrink: 0;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.product-cover .text-container .buttons a:first-of-type {
  margin-right: 1.2rem;
}
.product-cover .text-container .buttons a.no-stock {
  color: #979B9B;
  border-color: #979B9B;
}
.product-cover .text-container .buttons a.no-stock:hover {
  background-color: white;
  cursor: default;
}
.product-cover .text-container .buttons a.no-stock:focus {
  background-color: white;
}
.product-cover .text-container .buttons .nostock-text {
  font-size: 1.4rem;
  margin-left: 1.4rem;
  width: 28.4rem;
}
.product-cover .text-container .buttons .valid-text {
  color: green;
}
.product-cover .text-container .buttons form {
  width: 100%;
}
.product-cover .text-container .buttons form > div {
  display: flex;
  width: 100%;
}
.product-cover .text-container .buttons form input:first-of-type {
  border: 1px solid rgb(248, 248, 248);
  height: 100%;
  background-color: rgb(248, 248, 248);
  padding: 0 1rem;
  height: 4.2rem;
  margin-right: 1rem;
}
.product-cover .text-container .buttons form input:first-of-type::-moz-placeholder {
  color: black;
  opacity: 1;
}
.product-cover .text-container .buttons form input:first-of-type:-ms-input-placeholder {
  color: black;
  opacity: 1;
}
.product-cover .text-container .buttons form input:first-of-type::placeholder {
  color: black;
  opacity: 1;
}
.product-cover .text-container .buttons form .invalid-text {
  display: none;
  font-size: 1.3rem;
  color: red;
  margin-top: 0.3rem;
}
.product-cover .text-container .buttons form.invalid .invalid-text {
  display: block;
}
.product-cover .dispho {
  display: none;
}
.product-cover .zoom-modal {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 2000;
  background-color: #E0E1E1;
  display: flex;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none;
}
.product-cover .zoom-modal.open {
  visibility: visible;
  opacity: 1;
}
.product-cover .zoom-modal img {
  height: 100%;
  z-index: 1;
  cursor: move;
  touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.product-cover .zoom-modal .zoom-icons {
  position: fixed;
  right: 5rem;
  top: 3rem;
  display: flex;
  flex-direction: column;
  background-color: white;
  padding: 1rem;
  border-radius: 2.5rem;
  z-index: 2;
}
.product-cover .zoom-modal .zoom-icons svg {
  width: 3.5rem;
  height: 3.5rem;
}
.product-cover .zoom-modal .zoom-icons svg:not(:last-of-type) {
  margin-bottom: 1rem;
}
.product-cover .zoom-modal .zoom-icons svg:hover {
  cursor: pointer;
  fill: #EB6109;
}

@media only screen and (max-width: 900px) {
  .product-cover {
    flex-direction: column;
    margin: 1rem 2.4rem 3.4rem 2.4rem;
  }
  .product-cover .image-container {
    margin-top: 0;
    width: 100%;
    height: 58.8rem;
  }
  .product-cover .image-container .iframe-container {
    width: 100%;
    height: 100%;
  }
  .product-cover .image-container > img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .product-cover .image-container .gallery-container {
    margin-top: 1.2rem;
  }
  .product-cover .text-container {
    margin: 0;
    margin-top: 2.4rem;
  }
  .product-cover .text-container h1 {
    font-size: 2.4rem;
  }
  .product-cover .text-container .picto {
    display: block;
    margin-bottom: 0;
    max-width: 100%;
  }
  .product-cover .text-container .picto > p {
    display: inline-block;
    margin-bottom: 1rem;
  }
  .product-cover .text-container .hipho {
    display: none;
  }
  .product-cover .text-container .buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    flex-direction: column;
    width: 100%;
    background-color: #F8F8F8;
    z-index: 10;
    padding: 1rem;
    align-items: center;
  }
  .product-cover .text-container .buttons a {
    width: calc(100vw - 4.8rem);
  }
  .product-cover .text-container .buttons a:first-of-type {
    margin-bottom: 1rem;
    margin-right: 0;
  }
  .product-cover .text-container .buttons form {
    margin: 0 2.4rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  .product-cover .text-container .buttons form input:first-of-type {
    height: 4.2rem;
    background-color: #dfdfdf;
    border: 1px solid #dfdfdf;
    margin-right: 1rem;
  }
  .product-cover .text-container .buttons form input {
    width: 100%;
  }
  .product-cover .text-container > p {
    font-size: 2.5rem;
    margin-top: 1.2rem;
    margin-bottom: 0;
  }
  .product-cover .text-container .description {
    margin-bottom: 0;
  }
  .product-cover .dispho {
    display: block;
  }
  .product-cover .zoom-modal {
    display: none;
  }
  .product-arianne {
    margin: 2.4rem;
    padding: 1.5rem 0;
    border-bottom: 1px solid lightgrey;
    border-top: 1px solid lightgrey;
  }
  .product-arianne.news-margin {
    margin-bottom: 5rem;
  }
}

/*# sourceMappingURL=style-product-cover.css.map*/