.ParagraphHome-content {
  width: 100%;
  max-width: calc(var(--site-width) + 2 * var(--site-padding));
  padding-right: 37%;
  padding-left: var(--site-padding); }
  @media (max-width: 767px) {
    .ParagraphHome-content {
      padding-top: 7.7rem;
      padding-bottom: 5rem;
      padding-right: var(--site-padding-mobile);
      padding-left: var(--site-padding-mobile);
      order: -2; } }

.ParagraphHome-title {
  font-weight: 900;
  text-align: left; }
  @media (min-width: 768px) {
    .ParagraphHome-title {
      font-size: 10rem; } }
  @media (max-width: 767px) {
    .ParagraphHome-title {
      font-size: 5rem;
      text-align: center; } }

.ParagraphHome-chapo {
  text-align: left;
  max-width: 63rem;
  font-size: 2rem; }
  @media (max-width: 767px) {
    .ParagraphHome-chapo {
      text-align: center; } }

.ParagraphHome-link {
  text-align: left; }
  @media (max-width: 767px) {
    .ParagraphHome-link {
      text-align: center; } }

@media (max-width: 767px) {
  .ParagraphHome-medias {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .ParagraphHome-medias img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; } }

.NodeHome-secondary-title {
  font-size: 4.4rem;
  font-weight: bold;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .NodeHome-secondary-title {
      font-size: 8rem; } }

.NodeHome-products-surtitle {
  color: var(--secondary-color);
  font-weight: 300;
  transform: translateX(-3rem); }
  @media (max-width: 767px) {
    .NodeHome-products-surtitle {
      transform: none;
      text-align: left; } }

.NodeHome-secondary-focus {
  padding: 0; }
  @media (max-width: 767px) {
    .NodeHome-secondary-focus {
      padding: 7.7rem 0 1.7rem;
      text-align: center; } }

@media (max-width: 767px) {
  .NodeHome-secondary-medias {
    order: 2;
    padding: 4.5rem 0 0; } }

.NodeHome-products-focus .NodeHome-products-products .ProductList-item {
  width: 50%; }
  @media (max-width: 767px) {
    .NodeHome-products-focus .NodeHome-products-products .ProductList-item {
      width: 100%; } }

.NodeHome-products-focus {
  position: relative;
  z-index: 0; }
  .NodeHome-products-focus::before {
    content: '';
    bottom: 0;
    height: 1600%;
    position: absolute;
    left: 50%;
    width: 80vw;
    background: repeating-linear-gradient(90deg, transparent, transparent 15%, white 15.1%, white 25%), linear-gradient(var(--primary-color) 75%, var(--third-color));
    transform-origin: left bottom;
    z-index: -1;
    transform: perspective(3000px) rotateX(65deg) skewX(33deg); }
    @media (max-width: 767px) {
      .NodeHome-products-focus::before {
        display: none; } }

.NodeHome-presentation {
  background: none; }

/*# sourceMappingURL=extend-home.css.map */
