@font-face {
  font-family: "Helvetica Neue";
  src: url("/themes/custom/vivelys/assets/css/page/../fonts/helveticaneue/HelveticaNeue_Roman.otf");
}
.pdp--aff-1 {
  position: fixed;
  top: -100vh;
  left: 0;
  width: 100%;
  height: calc(100% - 115px);
  z-index: 4;
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  overflow: scroll;
}
.pdp--aff-1::-webkit-scrollbar {
  display: none;
}
.pdp--aff-1.active {
  top: 115px;
}
.pdp--aff-1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 785px;
  overflow: scroll;
}
.pdp--aff-1 .container .lien_commander {
  width: 100%;
  height: 100px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #000000;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 24px;
  width: 100%;
  background-color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
}
@media (min-width: 769px) {
  .pdp--aff-1 .container .lien_commander:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
}
.pdp--aff-1 .container::-webkit-scrollbar {
  display: none;
}
.pdp--aff-1 .container .first {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pdp--aff-1 .container .first .gm--aff-1 {
  width: 50%;
  height: 0%;
}
.pdp--aff-1 .container .first .gm--aff-1.active {
  height: 50%;
}
.pdp--aff-1 .container .last {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.pdp--aff-1 .container .last .gm--aff-1 {
  width: 100%;
  height: 0%;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.pdp--aff-1 .container .last .gm--aff-1.active {
  height: calc(100% - 80px);
  padding: 48px 56px 40px !important;
}
@media (max-width: 1024px) {
  .pdp--aff-1 .container .last .gm--aff-1.active {
    padding: 48px 80px 56px !important;
  }
}
@media (max-width: 768px) {
  .pdp--aff-1 .container .last .gm--aff-1.active {
    padding: 40px 24px !important;
  }
}
.pdp--aff-1 .container .last .lien {
  width: 100%;
  height: 80px;
}
.pdp--aff-1 .container .last .lien a {
  color: #000000;
  font-family: "Helvetica Neue";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
  padding: 32px;
  width: 100%;
  background-color: #FFFFFF;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  font-weight: 700;
}
@media (min-width: 769px) {
  .pdp--aff-1 .container .last .lien a:hover {
    background-color: #000000;
    color: #FFFFFF;
  }
}

@media (max-width: 1024px) {
  .pdp--aff-1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .pdp--aff-1 .container .lien_commander {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
@media (max-width: 768px) {
  .pdp--aff-1 {
    height: calc(100% - 65px);
  }
  .pdp--aff-1.active {
    top: 65Px;
  }
  .pdp--aff-1 .container .first {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .pdp--aff-1 .container .first .gm--aff-1 {
    width: 100%;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .pdp--aff-1 .container .first .gm--aff-1.active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .pdp--aff-1 .container .last {
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .pdp--aff-1 .container .last .gm--aff-1 {
    width: 100%;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
  }
  .pdp--aff-1 .container .last .gm--aff-1.active {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .pdp--aff-1 .container .last .lien {
    height: 64px;
  }
  .pdp--aff-1 .container .last .lien a {
    padding: 24px;
  }
}
/*# sourceMappingURL=node--pdp--aff-1.css.map */
