@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Poppins';
  src: url("../../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Montserrat';
  src: url("../../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

.ParagraphHome-mediaMobile {
  display: none; }
  @media (max-width: 767px) {
    .ParagraphHome-mediaMobile {
      display: block; } }

@media (max-width: 767px) {
  .ParagraphHome-mediaDesktop {
    display: none; } }

.NodeHome-presentation {
  position: relative;
  width: 100vw;
  left: 50%;
  margin-left: -50vw; }

.NodeHome {
  background: url("../../../img/brick.png");
  background-repeat: round; }
  .NodeHome-presentation {
    position: relative;
    z-index: 0;
    background-color: var(--header-bg-color);
    overflow: initial; }
    .NodeHome-presentation-title {
      font-size: 0;
      width: 1px;
      height: 1px;
      display: inline-block;
      overflow: hidden;
      position: absolute;
      border: 0;
      padding: 0;
      margin: 0;
      clip: rect(1px, 1px, 1px, 1px); }
    .NodeHome-presentation-mainImage {
      margin: 0;
      padding: 0;
      width: 100%;
      height: calc(100vh - 8.6rem);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .NodeHome-presentation-mainImage {
          display: none; } }
    .NodeHome-presentation-mainImageMobile {
      display: none;
      margin: 0;
      padding: 0;
      width: 100%;
      height: calc(100vh - 8.6rem);
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media (max-width: 767px) {
        .NodeHome-presentation-mainImageMobile {
          display: block; } }
    .NodeHome-presentation:after {
      content: '';
      position: absolute;
      display: block;
      background-image: url("../../../img/tear-top@2x.png");
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      top: calc(100% - 60px);
      min-height: 100px;
      z-index: 1; }
    .NodeHome-presentation .btn-down {
      position: absolute;
      left: 50%;
      bottom: 1rem;
      margin-left: -2rem;
      z-index: 10;
      -webkit-animation: arrowBounce 1s 1s ease-in infinite alternate forwards;
              animation: arrowBounce 1s 1s ease-in infinite alternate forwards; }
  .NodeHome-homepage {
    position: relative;
    overflow: hidden; }
    .NodeHome-homepage.swiper-slide {
      height: auto; }
  .NodeHome-secondary-focus {
    padding: 16rem 0;
    text-align: center;
    align-items: center;
    display: flex;
    position: relative;
    z-index: 0; }
    @media (max-width: 767px) {
      .NodeHome-secondary-focus {
        flex-wrap: wrap;
        padding: 8rem 0 16rem; } }
  .NodeHome-secondary-content {
    width: 50%;
    position: relative;
    z-index: 2;
    padding-right: 1rem; }
    @media (max-width: 767px) {
      .NodeHome-secondary-content {
        width: 100%;
        padding-right: 0; } }
  .NodeHome-secondary-medias {
    width: 50%; }
    @media (max-width: 767px) {
      .NodeHome-secondary-medias {
        width: 100%;
        padding: 0 0 5rem 0;
        order: -1; } }
  .NodeHome-secondary-media img {
    display: block; }
  .NodeHome-secondary-pictogram {
    position: absolute;
    left: -8rem;
    bottom: 0;
    max-width: 28rem; }
    .NodeHome-secondary-pictogram img {
      vertical-align: bottom; }
  .NodeHome-secondary-background {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    height: 100%;
    z-index: -1;
    background-repeat: repeat; }
    .NodeHome-secondary-background img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      max-width: none; }
  .NodeHome-secondary-title {
    color: var(--secondary-color);
    font-family: var(--secondary-font);
    font-weight: 500;
    font-size: 19rem;
    line-height: 1.1;
    margin-bottom: 2rem;
    word-break: normal; }
    @media (max-width: 1179px) {
      .NodeHome-secondary-title {
        font-size: 8rem; } }
  .NodeHome-secondary-chapo {
    margin-bottom: 3rem; }
  .NodeHome-products-focus {
    padding: 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center; }
  .NodeHome-products-surtitle {
    font-weight: 500;
    color: #41345D;
    text-align: center; }
  @media (max-width: 767px) {
    .NodeHome-products-title {
      border-image-source: url("../../../svg/glitch-img.svg");
      border-image-width: 100px;
      border-image-slice: 34 34 fill;
      padding: 0.5rem 5rem;
      color: #fff; } }
  .NodeHome-products-products {
    margin: 5rem -4rem 0 -4rem; }
    @media (max-width: 767px) {
      .NodeHome-products-products {
        margin: 0 calc(-1 * var(--site-padding-mobile)); } }
    .NodeHome-products-focus .NodeHome-products-products .ProductList-item {
      width: 50%;
      border: none;
      margin-bottom: 5rem;
      background-color: var(--product-custom-bg);
      color: var(--product-custom-textColor); }
      @media (max-width: 767px) {
        .NodeHome-products-focus .NodeHome-products-products .ProductList-item {
          width: 100%; } }
    .NodeHome-products-products .swiper-button-next,
    .NodeHome-products-products .swiper-button-prev {
      top: 33%; }
  .NodeHome-products-link a {
    padding: 1.7rem 3rem;
    transition: box-shadow 0.2s ease-out;
    border: 2px solid #B1272D;
    color: #B1272D; }
    .NodeHome-products-link a:hover, .NodeHome-products-link a:focus {
      transition: box-shadow 0.2s ease-in;
      box-shadow: inset 0 0 8px #B1272D80, 0 0 8px #B1272D80; }

.ParagraphHome {
  min-height: calc(100vh - 8.6rem);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 0 10rem;
  margin: 0 auto; }
  .toolbar-horizontal .ParagraphHome {
    min-height: calc(100vh - 8.6rem - 39px); }
  .toolbar-horizontal.toolbar-tray-open .ParagraphHome {
    min-height: calc(100vh - 8.6rem - 79px); }
  @media (max-width: 767px) {
    .ParagraphHome {
      padding: 0 0 9rem;
      justify-content: flex-start; } }
  .ParagraphHome-background {
    position: absolute;
    top: 3rem;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: repeat; }
    .ParagraphHome-background img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (max-width: 767px) {
        .ParagraphHome-background img {
          top: 3.6rem; } }
  @media (max-width: 767px) {
    .ParagraphHome-medias {
      order: -1; } }
  .ParagraphHome-content {
    max-width: 100rem;
    margin: 0 auto 0 calc((100vw - 120rem) / 2);
    position: static;
    display: inline-block;
    z-index: 2; }
    .ParagraphHome-content h1 {
      text-align: center; }
    @media (max-width: 767px) {
      .ParagraphHome-content {
        margin: 0 auto;
        padding: 0; }
        .ParagraphHome-content h1 {
          margin-top: 3.5rem;
          max-width: 100%; } }
  .ParagraphHome-mediaDesktop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .ParagraphHome-mediaDesktop img, .ParagraphHome-mediaDesktop video, .ParagraphHome-mediaDesktop iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: unset; }
    .ParagraphHome-mediaDesktop img {
      -o-object-fit: unset;
         object-fit: unset; }
  .ParagraphHome-mediaMobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1; }
    .ParagraphHome-mediaMobile img {
      position: absolute;
      bottom: 0;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      transform: translate(-50%, 0); }
  .ParagraphHome-link {
    text-align: center;
    margin-top: 3rem; }
  .ParagraphHome-surtitle, .ParagraphHome-chapo, .ParagraphHome-title {
    display: inline-block;
    line-height: 1.2; }
  .ParagraphHome-surtitle {
    font-weight: 700;
    color: #ffffff;
    padding: 1.5rem 15rem 0.5rem; }
    .ParagraphHome-surtitle img {
      width: 42rem; }
    @media (max-width: 767px) {
      .ParagraphHome-surtitle {
        border-image-source: url("../../../svg/glitch-img.svg");
        max-width: 100%;
        padding: 0.8rem 8rem 0.8rem 6rem;
        text-align: center; }
        .ParagraphHome-surtitle img {
          width: 20rem; } }
  .ParagraphHome-title {
    border-image-source: url("../../../svg/glitch-yellow.svg");
    font-size: 6rem;
    color: #000000;
    font-weight: 700;
    text-transform: uppercase;
    transform: rotate(-5deg);
    margin-top: -1.5rem; }
    @media (max-width: 767px) {
      .ParagraphHome-title {
        font-size: 4rem;
        max-width: 100%;
        line-height: 1;
        padding: 0 4rem; } }
  .ParagraphHome-chapo {
    font-weight: 900;
    font-family: 'Poppins', sans-serif;
    position: absolute;
    left: 3rem;
    bottom: 2.5rem; }
    @media (max-width: 767px) {
      .ParagraphHome-chapo {
        font: normal normal bold 14px/21px 'Poppins'; } }

.SocialFrontpageBlock {
  position: fixed;
  right: 3px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10; }
  @media (max-width: 767px) {
    .SocialFrontpageBlock {
      display: none; } }
  .SocialFrontpageBlock-links {
    display: flex;
    flex-direction: column;
    font-size: 2.6rem; }
    .SocialFrontpageBlock-links a {
      border-radius: 50%;
      background-color: #000;
      width: 50px;
      height: 50px;
      text-align: center;
      margin-bottom: 1.5rem; }
      .SocialFrontpageBlock-links a i {
        color: #CC2B32;
        line-height: 2;
        vertical-align: middle; }

@-webkit-keyframes arrowBounce {
  0% {
    transform: none; }
  100% {
    transform: translate3d(0, -2rem, 0); } }

@keyframes arrowBounce {
  0% {
    transform: none; }
  100% {
    transform: translate3d(0, -2rem, 0); } }

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