@charset "UTF-8";
.pull-left-xs {
  float: left; }

.pull-right-xs {
  float: right; }

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left; }
  .pull-right-sm {
    float: right; } }

@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left; }
  .pull-right-md {
    float: right; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left; }
  .pull-right-lg {
    float: right; } }

@media (min-width: 1200px) {
  .pull-left-xl {
    float: left; }
  .pull-right-xl {
    float: right; } }

@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important; } }

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important; } }

@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important; } }

@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.row.equal-height > [class^="col"] {
  display: flex; }

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-beige.disabled {
    opacity: 0.2; }

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f5f5dc;
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative; }
  .swatch-filter-beige.disabled {
    opacity: 0.2; }

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-black.disabled {
    opacity: 0.2; }

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative; }
  .swatch-filter-black.disabled {
    opacity: 0.2; }

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #27326F;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-blue.disabled {
    opacity: 0.2; }

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #27326F;
  border-radius: 0.69em;
  background-color: #27326F;
  display: block;
  position: relative; }
  .swatch-filter-blue.disabled {
    opacity: 0.2; }

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-brown.disabled {
    opacity: 0.2; }

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #a52a2a;
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative; }
  .swatch-filter-brown.disabled {
    opacity: 0.2; }

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-green.disabled {
    opacity: 0.2; }

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative; }
  .swatch-filter-green.disabled {
    opacity: 0.2; }

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-grey.disabled {
    opacity: 0.2; }

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative; }
  .swatch-filter-grey.disabled {
    opacity: 0.2; }

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-navy.disabled {
    opacity: 0.2; }

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000080;
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative; }
  .swatch-filter-navy.disabled {
    opacity: 0.2; }

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-orange.disabled {
    opacity: 0.2; }

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ffa500;
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative; }
  .swatch-filter-orange.disabled {
    opacity: 0.2; }

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-pink.disabled {
    opacity: 0.2; }

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative; }
  .swatch-filter-pink.disabled {
    opacity: 0.2; }

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-purple.disabled {
    opacity: 0.2; }

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #800080;
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative; }
  .swatch-filter-purple.disabled {
    opacity: 0.2; }

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-red.disabled {
    opacity: 0.2; }

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #f00;
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative; }
  .swatch-filter-red.disabled {
    opacity: 0.2; }

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-white.disabled {
    opacity: 0.2; }

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative; }
  .swatch-filter-white.disabled {
    opacity: 0.2; }

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative; }
  .swatch-circle-yellow.disabled {
    opacity: 0.2; }

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative; }
  .swatch-filter-yellow.disabled {
    opacity: 0.2; }

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em; }
  .swatch-circle-miscellaneous.disabled {
    opacity: 0.2; }
  .swatch-circle-miscellaneous.selected::after {
    transform: rotate(-35deg); }

.informations-Product .product-info {
  margin: 0 4.1666vw 10.158vh;
  padding: 3rem;
  background-color: #F4F4F4; }
  @media (max-width: 768.98px) {
    .informations-Product .product-info {
      padding: 1rem;
      margin: 0 1rem 2rem; } }
  .informations-Product .product-info .info-title {
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #27326F;
    font-family: "ITC Avant Garde Gothic Std";
    margin-bottom: 32px;
    display: block; }
  .informations-Product .product-info .tabs-wrapper {
    overflow-x: auto;
    display: flex;
    justify-content: center;
    margin-bottom: 32px; }
    @media (max-width: 768.98px) {
      .informations-Product .product-info .tabs-wrapper {
        width: calc(100% + 16px); } }
    .informations-Product .product-info .tabs-wrapper .tabs {
      display: flex;
      width: 100%; }
      .informations-Product .product-info .tabs-wrapper .tabs .tab {
        flex: 1 1 auto;
        padding: 12px 16px 12px 16px;
        cursor: pointer;
        text-align: center;
        border: 1px solid #C1C1C1;
        font-size: 14px;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        color: #000;
        font-family: "ITC Avant Garde Gothic Std";
        border-left: none;
        max-height: 38px;
        display: flex;
        align-items: center;
        justify-content: center; }
        .informations-Product .product-info .tabs-wrapper .tabs .tab:focus {
          outline: none; }
        .informations-Product .product-info .tabs-wrapper .tabs .tab:first-child {
          border-left: 1px solid #C1C1C1; }
        .informations-Product .product-info .tabs-wrapper .tabs .tab.active {
          border: 2px solid #27326F;
          color: #27326F; }
          .informations-Product .product-info .tabs-wrapper .tabs .tab.active span:before {
            opacity: 1; }
        .informations-Product .product-info .tabs-wrapper .tabs .tab span {
          position: relative;
          padding: 0px 14px;
          display: inline-block; }
          .informations-Product .product-info .tabs-wrapper .tabs .tab span:before {
            content: "";
            position: absolute;
            background: url("../../images/arrow-infoProduct.svg") no-repeat;
            width: 6px;
            height: 10px;
            left: 0px;
            transform: translateY(-50%);
            top: 50%;
            opacity: 0; }
            @media (max-width: 768.98px) {
              .informations-Product .product-info .tabs-wrapper .tabs .tab span:before {
                transform: none;
                top: 3px; } }
  .informations-Product .product-info .tab-content {
    overflow: hidden; }
    @media (max-width: 768.98px) {
      .informations-Product .product-info .tab-content {
        min-height: 100%; } }
    .informations-Product .product-info .tab-content .content-onglet {
      display: none; }
      .informations-Product .product-info .tab-content .content-onglet.active {
        display: block;
        opacity: 0; }
      .informations-Product .product-info .tab-content .content-onglet.fade {
        opacity: 0;
        transition: opacity 0.5s; }
        .informations-Product .product-info .tab-content .content-onglet.fade.in {
          opacity: 1;
          transition: opacity 0.5s; }
      .informations-Product .product-info .tab-content .content-onglet .block-infos {
        display: flex;
        gap: 48px;
        flex-wrap: wrap; }
        @media (max-width: 768.98px) {
          .informations-Product .product-info .tab-content .content-onglet .block-infos {
            gap: 24px; } }
        .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block, .informations-Product .product-info .tab-content .content-onglet .block-infos .image-block {
          flex: 1 0 0;
          align-self: stretch; }
          @media (max-width: 768.98px) {
            .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block, .informations-Product .product-info .tab-content .content-onglet .block-infos .image-block {
              flex: auto; } }
        .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block {
          font-family: "Century Gothic" !important;
          font-weight: 400;
          font-size: 18px;
          line-height: 23.6px; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .row-item {
            padding: 16px 0;
            border-bottom: 2px solid #1d1d1d0d;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .row-item strong {
              font-size: 18px;
              font-weight: 700;
              line-height: 23.6px; }
            .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .row-item span {
              font-size: 18px;
              font-style: normal;
              font-weight: 400;
              line-height: 23.6px; }
            .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .row-item:last-child {
              border-bottom: none; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .strong {
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 23.6px;
            margin-bottom: 8px; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .sperator {
            display: block;
            margin: 24px 0;
            border-top: 1px solid #1D1D1D0D; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .more-link, .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .less-link {
            display: block;
            font-size: 18px;
            font-style: normal;
            font-weight: 700;
            line-height: 23.6px;
            margin-top: 16px;
            font-family: "Century Gothic";
            position: relative;
            color: #000;
            width: -moz-max-content;
            width: max-content; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .more-link:after {
            content: "\F0D7";
            color: #E4032C;
            border: none;
            font-family: 'FontAwesome';
            position: absolute;
            font-size: 15px;
            top: 50%;
            transform: translateY(-50%);
            right: -16px; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .less-link:after {
            content: "\F0D7";
            color: #E4032C;
            border: none;
            font-family: 'FontAwesome';
            position: absolute;
            font-size: 15px;
            top: 0;
            transform: translateY(-50%);
            right: -16px;
            transform: rotate(-180deg); }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .btn-blue {
            min-width: 190px;
            padding: 8px 48px;
            font-size: 16px;
            font-weight: 700;
            line-height: 22px; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .text-block .slide-read-more {
            transition: height 0.4s ease, opacity 0.4s ease;
            overflow: hidden; }
        .informations-Product .product-info .tab-content .content-onglet .block-infos .image-block {
          align-items: start;
          display: flex;
          justify-content: center; }
          .informations-Product .product-info .tab-content .content-onglet .block-infos .image-block img {
            max-width: 100%; }
      .informations-Product .product-info .tab-content .content-onglet .videos {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(2, auto);
        gap: 32px; }
        @media (max-width: 768.98px) {
          .informations-Product .product-info .tab-content .content-onglet .videos {
            display: block;
            margin-top: 16px;
            margin-bottom: 0; }
            .informations-Product .product-info .tab-content .content-onglet .videos .slick-list {
              margin-top: 22px;
              padding: 0 14% 0 0 !important; }
              .informations-Product .product-info .tab-content .content-onglet .videos .slick-list .slick-slide {
                margin-right: 32px; }
            .informations-Product .product-info .tab-content .content-onglet .videos .slick-dots {
              height: 6px;
              top: -20px; }
              .informations-Product .product-info .tab-content .content-onglet .videos .slick-dots li {
                height: 6%;
                margin: 0; }
                .informations-Product .product-info .tab-content .content-onglet .videos .slick-dots li button {
                  height: 6px;
                  padding: 0 5px;
                  display: inline-block; }
                  .informations-Product .product-info .tab-content .content-onglet .videos .slick-dots li button:before {
                    line-height: 6px;
                    height: 6px;
                    font-size: 26px; }
                .informations-Product .product-info .tab-content .content-onglet .videos .slick-dots li.slick-active button:before {
                  color: #E4032C; } }
        .informations-Product .product-info .tab-content .content-onglet .videos .info-videos .image-video {
          position: relative; }
          .informations-Product .product-info .tab-content .content-onglet .videos .info-videos .image-video img {
            width: 100%;
            max-width: 100%;
            height: auto;
            -o-object-fit: contain;
               object-fit: contain; }
          .informations-Product .product-info .tab-content .content-onglet .videos .info-videos .image-video:before {
            position: absolute;
            content: "";
            top: 50%;
            transform: translate(-50%, -50%);
            background: url("../../images/icon-play.svg") no-repeat;
            left: 50%;
            z-index: 99;
            width: 50px;
            height: 50px;
            transition: .3s; }
          .informations-Product .product-info .tab-content .content-onglet .videos .info-videos .image-video:hover:before {
            opacity: 0.5;
            transition: .3s; }
        .informations-Product .product-info .tab-content .content-onglet .videos .info-videos span {
          font-family: "ITC Avant Garde Gothic Std";
          color: #27326F;
          font-size: 14px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          margin-top: 16px;
          display: block; }
          @media (max-width: 768.98px) {
            .informations-Product .product-info .tab-content .content-onglet .videos .info-videos span {
              margin-bottom: 34px; } }
        .informations-Product .product-info .tab-content .content-onglet .videos .info-videos a:hover {
          text-decoration: none; }
      .informations-Product .product-info .tab-content .content-onglet .block-detail .listCustomAttribut {
        display: flex;
        gap: 48px; }
        .informations-Product .product-info .tab-content .content-onglet .block-detail .listCustomAttribut .tec-mobile-attr {
          width: 100%; }
      @media (max-width: 768.98px) {
        .informations-Product .product-info .tab-content .content-onglet#performance .block-infos, .informations-Product .product-info .tab-content .content-onglet#details .block-infos {
          flex-direction: column-reverse;
          gap: 16px; } }

.slot-discover-range {
  padding: 3rem 0 6rem;
  border-top: 2px solid #1D1D1D0D;
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 768.98px) {
    .slot-discover-range {
      padding: 1.5rem 0; } }
  .slot-discover-range p {
    font-family: "Century Gothic" !important;
    font-weight: 400;
    font-size: 18px;
    line-height: 23.6px; }
    .slot-discover-range p a {
      color: #000;
      text-decoration: underline; }
  .slot-discover-range.no-border {
    border: none; }

@media (max-width: 768.98px) {
  .modal-open .modal.show-video-info {
    align-items: end !important; }
    .modal-open .modal.show-video-info .modal-dialog {
      padding: 0;
      margin: 0;
      bottom: 0; } }

.show-video-info .modal-body {
  padding: 32px; }
  @media (max-width: 768.98px) {
    .show-video-info .modal-body {
      padding: 16px; } }
  .show-video-info .modal-body .video-info-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px; }
    .show-video-info .modal-body .video-info-header .title-video {
      text-align: left;
      font-size: 24px;
      font-weight: 700;
      line-height: normal;
      text-transform: uppercase;
      color: #27326F;
      font-family: "ITC Avant Garde Gothic Std";
      margin-bottom: 0px; }
      @media (max-width: 768.98px) {
        .show-video-info .modal-body .video-info-header .title-video {
          font-size: 20px; } }
    .show-video-info .modal-body .video-info-header button {
      border: 0;
      padding: 0;
      background: #fff; }
      .show-video-info .modal-body .video-info-header button:focus {
        outline: none;
        border: none; }
  .show-video-info .modal-body .iframe-video {
    height: 100%;
    display: flex; }
    .show-video-info .modal-body .iframe-video iframe {
      width: 100%; }

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative; }
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    left: 0.295em;
    position: absolute; }
  .product-detail .attributes .swatch-circle.color-value.selected::after {
    background: #fff;
    border-radius: 50%;
    color: #000;
    content: '\F058';
    display: table-caption;
    font-family: 'FontAwesome';
    font-size: 1.625em;
    height: 0.75em;
    left: 0.31em;
    line-height: 0.8em;
    position: absolute;
    top: 0.35em;
    width: 0.8em; }
  .product-detail .attributes .swatch-circle i.fa-times-circle {
    background: #fff;
    border-radius: 50%;
    height: 0.75em;
    line-height: 0.8em;
    width: 0.8em; }

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unselectable {
  cursor: not-allowed; }
  .product-detail [disabled] .swatch-circle.color-value.selected::after,
  .product-detail .swatch-circle.unselectable.color-value.selected::after {
    background-color: #495057; }

.product-detail .tec-detail {
  padding: 48px 12px 0rem 12px;
  margin-bottom: 6rem;
  display: flex;
  justify-content: space-between; }
  .product-detail .tec-detail .second-part-pdp {
    padding-left: 0; }
  @media (min-width: 992px) {
    .product-detail .tec-detail {
      max-width: 1000px;
      margin: 0 auto 6rem; } }
  @media (max-width: 991.98px) {
    .product-detail .tec-detail {
      padding: 0rem 12px 0rem 12px;
      margin-bottom: 32px;
      flex-direction: column;
      padding: 0; }
      .product-detail .tec-detail .second-part-pdp {
        padding: 0 16px; } }
  .product-detail .tec-detail .info-product {
    width: 420px; }
    @media (max-width: 991.98px) {
      .product-detail .tec-detail .info-product {
        min-width: auto;
        width: 100%; } }
    .product-detail .tec-detail .info-product .container-find-store {
      text-align: center; }
      .product-detail .tec-detail .info-product .container-find-store .link-find-store {
        font-size: 16px;
        font-weight: normal;
        text-decoration: underline;
        color: #000; }
    .product-detail .tec-detail .info-product .tec-bar-price {
      margin-bottom: 32px; }
      @media (max-width: 768.98px) {
        .product-detail .tec-detail .info-product .tec-bar-price {
          margin-bottom: 0; } }
      .product-detail .tec-detail .info-product .tec-bar-price .price .tec-price {
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase; }
        @media (max-width: 768.98px) {
          .product-detail .tec-detail .info-product .tec-bar-price .price .tec-price {
            font-size: 14px; } }
      .product-detail .tec-detail .info-product .tec-bar-price .price .strike-through .value {
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
        font-family: "ITC Avant Garde Gothic Std" !important; }
        @media (max-width: 768.98px) {
          .product-detail .tec-detail .info-product .tec-bar-price .price .strike-through .value {
            font-size: 14px; } }
      .product-detail .tec-detail .info-product .tec-bar-price .price .discount-container {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        padding: 5px 4px 5px; }
        @media (max-width: 768.98px) {
          .product-detail .tec-detail .info-product .tec-bar-price .price .discount-container {
            font-size: 14px;
            padding: 3px 4px 2px 2px; } }
        .product-detail .tec-detail .info-product .tec-bar-price .price .discount-container .value {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: normal;
          text-transform: uppercase;
          padding: 0px 4px 0px;
          height: 27px;
          display: inline-flex;
          align-items: center; }
          @media (max-width: 768.98px) {
            .product-detail .tec-detail .info-product .tec-bar-price .price .discount-container .value {
              font-size: 14px;
              padding: 0px 4px 0 4px;
              height: 20px;
              display: flex;
              align-items: center; } }
    .product-detail .tec-detail .info-product .margin-b {
      margin-bottom: 16px; }
  .product-detail .tec-detail .second-part-pdp {
    display: flex;
    justify-content: end; }
  @media (min-width: 769px) {
    .product-detail .tec-detail .first-part-scrolling-pdp {
      padding-left: 0;
      position: sticky;
      top: 0;
      max-height: 600px;
      /* Full height of the viewport */
      box-sizing: border-box; } }

.product-detail .primary-images {
  margin-bottom: 0px;
  padding-right: 24px;
  padding-left: 0;
  position: relative;
  width: 100%; }
  @media (max-width: 991.98px) {
    .product-detail .primary-images {
      margin-bottom: 0px;
      padding: 0px; }
      .product-detail .primary-images .carousel-product .carousel-inner {
        border-left: none;
        border-right: none;
        border-bottom: none; }
      .product-detail .primary-images .carousel-product .carousel-inner {
        height: 375px;
        margin-bottom: 8px;
        width: 100%; }
      .product-detail .primary-images .carousel-product .carousel-indicators {
        position: relative; } }
  .product-detail .primary-images .product-view-carousel {
    display: flex;
    position: relative;
    justify-content: start;
    flex-direction: row-reverse; }
    @media (max-width: 991.98px) {
      .product-detail .primary-images .product-view-carousel {
        flex-direction: column;
        border-bottom: 2px solid #eee; } }
  .product-detail .primary-images .product-view-carousel {
    display: flex;
    position: relative; }
  .product-detail .primary-images .product-view-carousel {
    display: flex;
    position: relative; }
    .product-detail .primary-images .product-view-carousel .tec-badge.badge-exist span {
      padding: 3px 12px; }

@media (max-width: 768.98px) {
  .product-detail .product-name {
    padding: 32px 16px 0px; } }

@media (max-width: 768.98px) {
  .product-detail .price-mobile {
    padding: 8px 16px 24px; }
    .product-detail .price-mobile .tec-bar-price {
      display: flex;
      align-items: center; }
      .product-detail .price-mobile .tec-bar-price span, .product-detail .price-mobile .tec-bar-price .tec-price {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        font-family: "ITC Avant Garde Gothic Std"; }
      .product-detail .price-mobile .tec-bar-price .tec-price {
        margin-right: 10px; }
      .product-detail .price-mobile .tec-bar-price .strike-through {
        margin-right: 4px; }
      .product-detail .price-mobile .tec-bar-price .sales {
        margin-right: 0; }
      .product-detail .price-mobile .tec-bar-price .tec-price.value {
        color: #000; }
      .product-detail .price-mobile .tec-bar-price .discount-container {
        font-size: 14px; }
        .product-detail .price-mobile .tec-bar-price .discount-container span {
          font-size: 14px;
          padding: 2px 8px 2px;
          font-family: "ITC Avant Garde Gothic Std";
          height: 23px;
          line-height: normal;
          display: inline-flex;
          align-items: center; }
    .product-detail .price-mobile .price-with-discount {
      display: flex;
      align-items: center; }
      .product-detail .price-mobile .price-with-discount .discount-container {
        margin-left: 6px; } }

.product-detail .product-tile {
  padding: 10px; }
  @media (max-width: 543.98px) {
    .product-detail .product-tile {
      padding-top: 45px; } }

label.color ~ a:hover {
  text-decoration: none; }

.description-and-detail {
  margin-top: 2em; }
  @media (max-width: 543.98px) {
    .description-and-detail {
      margin-top: 0; }
      .description-and-detail .title {
        font-size: 1.5rem;
        margin-bottom: 0;
        font-family: 'Dosis', sans-serif; }
      .description-and-detail > div:last-child {
        margin-bottom: 1em; } }
  @media (min-width: 544px) {
    .description-and-detail .description {
      margin-bottom: 2em; } }
  @media (max-width: 543.98px) {
    .description-and-detail .content {
      margin-top: 1em; } }
  .description-and-detail hr {
    border: 0; }

.carousel-product {
  text-align: center;
  margin-bottom: 0px; }
  @media (max-width: 768.98px) {
    .carousel-product {
      margin-bottom: 0; } }
  .carousel-product .carousel-inner {
    border: 2px solid #eee;
    position: relative;
    width: 450px;
    height: 600px;
    display: flex;
    align-items: center; }
    .carousel-product .carousel-inner img {
      max-width: 100%;
      -o-object-fit: contain;
         object-fit: contain;
      width: auto; }
    @media (max-width: 991.98px) {
      .carousel-product .carousel-inner .carousel-product-arrows-zoom {
        display: none; } }
  .carousel-product .carousel-indicators {
    top: 100%;
    position: relative;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-right: 8px; }
    @media (max-width: 991.98px) {
      .carousel-product .carousel-indicators {
        flex-direction: row;
        position: absolute;
        bottom: 0;
        top: auto;
        left: 16px;
        margin-right: 0;
        padding-right: 16px;
        gap: 8px;
        overflow-x: scroll; } }
    .carousel-product .carousel-indicators li {
      width: 60px;
      height: auto;
      border: 0;
      margin: 0;
      margin-bottom: 8px;
      border: 2px solid #eee;
      min-width: 60px;
      opacity: 1; }
      @media (max-width: 768.98px) {
        .carousel-product .carousel-indicators li {
          min-width: 60px; } }
      .carousel-product .carousel-indicators li.active, .carousel-product .carousel-indicators li:hover {
        border: 2px solid #27326F; }
      .carousel-product .carousel-indicators li img {
        height: 60px;
        width: 60px;
        -o-object-fit: cover;
           object-fit: cover;
        opacity: 0.5; }
      .carousel-product .carousel-indicators li.active img {
        opacity: 1; }
  .carousel-product .carousel-product-arrows-zoom {
    display: flex;
    gap: 8px;
    position: absolute;
    bottom: 16px;
    right: 16px; }
    .carousel-product .carousel-product-arrows-zoom .carousel-control-next, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev, .carousel-product .carousel-product-arrows-zoom .zoom {
      width: 30px;
      height: 30px;
      position: relative;
      border: 1px solid #27326F;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      opacity: 1;
      cursor: pointer; }
      .carousel-product .carousel-product-arrows-zoom .carousel-control-next .carousel-icon-prev, .carousel-product .carousel-product-arrows-zoom .carousel-control-next .carousel-icon-next, .carousel-product .carousel-product-arrows-zoom .carousel-control-next .icon-zoom, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev .carousel-icon-prev, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev .carousel-icon-next, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev .icon-zoom, .carousel-product .carousel-product-arrows-zoom .zoom .carousel-icon-prev, .carousel-product .carousel-product-arrows-zoom .zoom .carousel-icon-next, .carousel-product .carousel-product-arrows-zoom .zoom .icon-zoom {
        padding: 0;
        background-color: transparent;
        display: block;
        width: 24px;
        height: 24px; }
      .carousel-product .carousel-product-arrows-zoom .carousel-control-next .carousel-icon-prev, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev .carousel-icon-prev, .carousel-product .carousel-product-arrows-zoom .zoom .carousel-icon-prev {
        background: url("../../images/icon-prev.svg") no-repeat; }
      .carousel-product .carousel-product-arrows-zoom .carousel-control-next .carousel-icon-next, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev .carousel-icon-next, .carousel-product .carousel-product-arrows-zoom .zoom .carousel-icon-next {
        background: url("../../images/icon-next.svg") no-repeat; }
      .carousel-product .carousel-product-arrows-zoom .carousel-control-next .icon-zoom, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev .icon-zoom, .carousel-product .carousel-product-arrows-zoom .zoom .icon-zoom {
        background: url("../../images/icon-zoom.svg") no-repeat; }
      .carousel-product .carousel-product-arrows-zoom .carousel-control-next:hover, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev:hover, .carousel-product .carousel-product-arrows-zoom .zoom:hover {
        opacity: 0.5; }
    .carousel-product .carousel-product-arrows-zoom .carousel-control-next.arrow-disabled, .carousel-product .carousel-product-arrows-zoom .carousel-control-prev.arrow-disabled {
      opacity: 0.5;
      pointer-events: none; }

.social-container {
  text-align: center;
  display: flex; }
  .social-container h4 {
    padding-top: 6px;
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
    color: #1D1D1D; }
  .social-container ul {
    margin-left: 6px; }
  .social-container .social-icons {
    text-decoration: none;
    font-size: 29px;
    list-style-type: none;
    padding: 0;
    color: #444; }
    @media (max-width: 991.98px) {
      .social-container .social-icons {
        font-size: 1.5625em; } }
    .social-container .social-icons i,
    .social-container .social-icons a {
      color: #27326f;
      padding-right: 0.2em; }
      .social-container .social-icons i:hover,
      .social-container .social-icons a:hover {
        text-decoration: none; }

.simple-quantity {
  max-width: 260px; }

label.availability {
  padding-right: 0.3125em;
  line-height: 30px;
  font-size: 16px; }

.product-name {
  font-family: "ITC Avant Garde Gothic Std";
  font-weight: bold;
  font-size: 26px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  color: #27326f;
  margin-bottom: 8px; }

.product-desc {
  font-family: "Century Gothic" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23.6px;
  color: #1D1D1D; }
  .product-desc .description-product {
    margin-bottom: 10px;
    display: block; }
  .product-desc .lien-complet {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    cursor: pointer; }
  @media (max-width: 768.98px) {
    .product-desc {
      padding-top: 16px;
      margin-bottom: 32px; } }

.purchase-advices {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal; }
  @media (max-width: 543.98px) {
    .purchase-advices {
      padding: 0 15px; } }
  .purchase-advices p {
    margin-bottom: 0; }

.size-select-label {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 100%;
  line-height: 30px;
  color: #1D1D1D; }

.size-guide {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 95%;
  line-height: 30px;
  color: #1D1D1D; }

.size-text {
  font-family: "ITC Avant Garde Gothic Std";
  font-style: italic;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.04em;
  color: #1D1D1D; }

.availability-text {
  font-family: "Century Gothic" !important;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.04em;
  color: #1D1D1D; }

.size-devider {
  height: 1px;
  width: 43%;
  background-color: #E5E5E5; }

.label-qty {
  font-weight: 600;
  font-size: 16px;
  color: #1D1D1D; }

.size-selector {
  border: 1px solid #E9ECEF;
  text-align: center; }

.size-selector-container {
  position: relative;
  width: 260px;
  border: 1px solid #E5E5E5; }
  .size-selector-container .custom-select {
    border: 0;
    font-size: 16px;
    text-transform: capitalize;
    padding: 12px 10px; }
    .size-selector-container .custom-select:focus {
      background: none; }
  .size-selector-container.b2c-customer {
    border: none;
    display: flex;
    width: 200px;
    gap: 4px; }
    .size-selector-container.b2c-customer select {
      width: 50px;
      height: 40px;
      text-align: center;
      padding: 5px; }
      @media (max-width: 768.98px) {
        .size-selector-container.b2c-customer select {
          width: 70px;
          border: 1px solid #C1C1C1; }
          .size-selector-container.b2c-customer select.btn-qt-disabled {
            background-color: rgba(29, 29, 29, 0.05); } }
    .size-selector-container.b2c-customer .quantity-btn {
      border: 1px solid #C1C1C1;
      background-color: #fff; }
      .size-selector-container.b2c-customer .quantity-btn.btn-qt-disabled {
        background-color: rgba(29, 29, 29, 0.05); }
      .size-selector-container.b2c-customer .quantity-btn:hover {
        border: 2px solid #27326F;
        background-color: #fff; }
      .size-selector-container.b2c-customer .quantity-btn:focus {
        outline: none; }
    .size-selector-container.b2c-customer:after {
      content: none; }
    .size-selector-container.b2c-customer .select2.select2-container {
      border: none !important;
      pointer-events: none; }
      @media (min-width: 544px) {
        .size-selector-container.b2c-customer .select2.select2-container {
          min-width: 50px; } }
      .size-selector-container.b2c-customer .select2.select2-container .select2-selection {
        height: 40px; }
        @media (min-width: 544px) {
          .size-selector-container.b2c-customer .select2.select2-container .select2-selection {
            background: #fff; } }
        .size-selector-container.b2c-customer .select2.select2-container .select2-selection .select2-selection__arrow b {
          display: none; }
    .size-selector-container.b2c-customer .select2.select2-container--open .select2-selection--single .select2-selection__arrow b {
      display: none; }
  .size-selector-container .select2.select2-container {
    min-width: 78px;
    z-index: 9;
    border: 1px solid #C1C1C1; }
    @media (max-width: 991.98px) {
      .size-selector-container .select2.select2-container {
        min-width: 70px; } }
    .size-selector-container .select2.select2-container .select2-selection {
      height: 34px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: none !important;
      width: 100%; }
      @media (max-width: 991.98px) {
        .size-selector-container .select2.select2-container .select2-selection {
          height: 40px;
          border: 1px solid #C1C1C1 !important;
          border-radius: 0; } }
      .size-selector-container .select2.select2-container .select2-selection .select2-selection__rendered {
        line-height: 34px;
        padding: 0;
        font-weight: 700; }
        @media (max-width: 991.98px) {
          .size-selector-container .select2.select2-container .select2-selection .select2-selection__rendered {
            line-height: 40px; } }
      .size-selector-container .select2.select2-container .select2-selection .select2-selection__arrow b {
        margin-left: -21px;
        margin-top: 1px;
        border-color: #E4032C transparent transparent transparent;
        border-width: 6px 5px 0 5px; }
        @media (max-width: 991.98px) {
          .size-selector-container .select2.select2-container .select2-selection .select2-selection__arrow b {
            display: none; } }
    .size-selector-container .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #E4032C transparent;
      border-width: 0 5px 6px 5px; }
      @media (max-width: 991.98px) {
        .size-selector-container .select2.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
          display: none; } }
    .size-selector-container .select2.select2-container.select2-container--disabled .select2-selection__arrow b {
      border-color: #1D1D1DB5 transparent transparent transparent;
      border-width: 6px 5px 0 5px; }
      @media (max-width: 991.98px) {
        .size-selector-container .select2.select2-container.select2-container--disabled .select2-selection__arrow b {
          display: none; } }
  .size-selector-container.b2b-customer {
    width: 78px;
    margin-left: 10px; }

.sizes-container-block .select-size {
  height: 0;
  display: none; }

.sizes-container-block .select-all-size {
  display: inline-flex;
  gap: 10px;
  flex-wrap: wrap;
  width: 428px; }
  @media (max-width: 991.98px) {
    .sizes-container-block .select-all-size {
      min-width: auto;
      width: 100%;
      width: calc(100% + 10px); } }
  .sizes-container-block .select-all-size .sizes-container {
    display: none;
    flex: 1 1 calc(25% - 10px);
    max-width: 97px;
    box-sizing: border-box; }
    .sizes-container-block .select-all-size .sizes-container:nth-child(-n+8) {
      display: flex; }
  @media (max-width: 768.98px) {
    .sizes-container-block .select-all-size .sizes-container {
      display: flex;
      flex: 1 1 calc(33.33% - 10px);
      max-width: calc(33.33% - 10px); }
      .sizes-container-block .select-all-size .sizes-container:nth-child(-n+8) {
        display: flex; } }
  .sizes-container-block .select-all-size.show-all .sizes-container {
    display: flex; }
  .sizes-container-block .select-all-size .size-field {
    position: relative;
    border: 1px solid #C1C1C1;
    height: 40px;
    width: 100%;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .sizes-container-block .select-all-size .size-field.selected {
      border: 2px solid #27326F;
      font-weight: 700;
      color: #27326F; }
    .sizes-container-block .select-all-size .size-field.size-unselectable {
      background-color: #1D1D1D0D;
      color: #1D1D1DB5;
      text-decoration: line-through;
      pointer-events: none; }
    .sizes-container-block .select-all-size .size-field:hover {
      border: 2px solid #27326F; }
  .sizes-container-block .select-all-size .show-more-sizes {
    width: calc(100% - 10px);
    border: 1px solid #27326F;
    color: #27326F;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    padding: 8px 48px; }
    .sizes-container-block .select-all-size .show-more-sizes:hover {
      background-color: #27326F;
      color: #fff; }
    .sizes-container-block .select-all-size .show-more-sizes:focus {
      box-shadow: none; }

.sizes-container-block .size-error-message {
  margin-top: 3px;
  font-weight: 700; }

.color_container .color-all-size {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 428px; }
  @media (max-width: 991.98px) {
    .color_container .color-all-size {
      min-width: auto;
      width: 100%;
      width: calc(100% + 10px); } }
  .color_container .color-all-size .colors-container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #C1C1C1;
    height: 40px;
    width: 40px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .color_container .color-all-size .colors-container.selected {
      border: 2px solid #27326F;
      font-weight: 700;
      color: #27326F; }
    .color_container .color-all-size .colors-container.color-unselectable {
      background-color: rgba(29, 29, 29, 0.05);
      position: relative; }
      .color_container .color-all-size .colors-container.color-unselectable:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom left, #ffffff00 48%, #C1C1C1, #ffffff00 52%); }
      .color_container .color-all-size .colors-container.color-unselectable:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top left, #ffffff00 48%, #C1C1C1, #ffffff00 52%); }
    .color_container .color-all-size .colors-container:hover, .color_container .color-all-size .colors-container:focus {
      border: 2px solid #27326F;
      outline: none; }
    .color_container .color-all-size .colors-container .color-field {
      width: 16px;
      height: 16px; }

.color_container .color-all-size {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 428px; }
  @media (max-width: 991.98px) {
    .color_container .color-all-size {
      min-width: auto;
      width: 100%;
      width: calc(100% + 10px); } }
  .color_container .color-all-size .colors-container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #C1C1C1;
    height: 40px;
    width: 40px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .color_container .color-all-size .colors-container.selected {
      border: 2px solid #27326F;
      font-weight: 700;
      color: #27326F; }
    .color_container .color-all-size .colors-container.color-unselectable {
      background-color: rgba(29, 29, 29, 0.05);
      position: relative; }
      .color_container .color-all-size .colors-container.color-unselectable:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom left, #ffffff00 48%, #C1C1C1, #ffffff00 52%); }
      .color_container .color-all-size .colors-container.color-unselectable:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top left, #ffffff00 48%, #C1C1C1, #ffffff00 52%); }
    .color_container .color-all-size .colors-container:hover, .color_container .color-all-size .colors-container:focus {
      border: 2px solid #27326F;
      outline: none; }
    .color_container .color-all-size .colors-container .color-field {
      width: 16px;
      height: 16px; }

.color_container .color-all-size {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  width: 428px; }
  @media (max-width: 991.98px) {
    .color_container .color-all-size {
      min-width: auto;
      width: 100%;
      width: calc(100% + 10px); } }
  .color_container .color-all-size .colors-container {
    box-sizing: border-box;
    position: relative;
    border: 1px solid #C1C1C1;
    height: 40px;
    width: 40px;
    display: inline-flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px; }
    .color_container .color-all-size .colors-container.selected {
      border: 2px solid #27326F;
      font-weight: 700;
      color: #27326F; }
    .color_container .color-all-size .colors-container.color-unselectable {
      background-color: rgba(29, 29, 29, 0.05);
      position: relative; }
      .color_container .color-all-size .colors-container.color-unselectable:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom left, #ffffff00 48%, #C1C1C1, #ffffff00 52%); }
      .color_container .color-all-size .colors-container.color-unselectable:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to top left, #ffffff00 48%, #C1C1C1, #ffffff00 52%); }
    .color_container .color-all-size .colors-container:hover, .color_container .color-all-size .colors-container:focus {
      border: 2px solid #27326F;
      outline: none; }
    .color_container .color-all-size .colors-container .color-field {
      width: 16px;
      height: 16px; }

.size-selector-container:after {
  content: "\F0D7";
  color: #27326F;
  border: none;
  font-family: 'FontAwesome';
  position: absolute;
  font-size: 15px;
  top: 50%;
  transform: translateY(-50%);
  right: 20px; }

@media (max-width: 543.98px) {
  .variation-container .tec-var-qunt {
    width: 158px;
    height: auto; } }

@media (max-width: 543.98px) {
  .variation-container .b2c-customer .tec-var-qunt {
    width: 100%;
    height: auto; } }

.variation-container .attribute .label-size {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 418px;
  margin-bottom: 8px; }
  @media (max-width: 991.98px) {
    .variation-container .attribute .label-size {
      max-width: 100%; } }
  .variation-container .attribute .label-size label {
    font-family: "ITC Avant Garde Gothic Std";
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 0; }
  .variation-container .attribute .label-size .size-guide {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: underline; }

.variation-container .attribute .quantity label {
  font-family: "ITC Avant Garde Gothic Std";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0; }

.b2b-customer .var-tec, .quantity-block .var-tec {
  padding: 8px 0;
  border-bottom: 3px solid #1D1D1D0D; }
  .b2b-customer .var-tec .size-selector-container, .quantity-block .var-tec .size-selector-container {
    width: auto; }
    .b2b-customer .var-tec .size-selector-container .custom-select, .quantity-block .var-tec .size-selector-container .custom-select {
      font-family: "Century Gothic" !important;
      padding: 8px 16px;
      border: 1px solid #C1C1C1;
      font-size: 14px;
      font-style: normal;
      font-weight: 700;
      line-height: 18px;
      max-height: 300px;
      overflow-y: auto; }
      @media (max-width: 543.98px) {
        .b2b-customer .var-tec .size-selector-container .custom-select, .quantity-block .var-tec .size-selector-container .custom-select {
          height: 40px;
          -moz-text-align-last: center;
               text-align-last: center;
          text-align: center; } }
      .b2b-customer .var-tec .size-selector-container .custom-select.js-b2b-quantity-select, .quantity-block .var-tec .size-selector-container .custom-select.js-b2b-quantity-select {
        width: 78px; }
    .b2b-customer .var-tec .size-selector-container::after, .quantity-block .var-tec .size-selector-container::after {
      color: #EC002B;
      right: 16px; }
    @media (max-width: 991.98px) {
      .b2b-customer .var-tec .size-selector-container .select2.select2-container .select2-selection, .quantity-block .var-tec .size-selector-container .select2.select2-container .select2-selection {
        border: none !important;
        height: 38.5px; } }
    .b2b-customer .var-tec .size-selector-container .select2.select2-container.select2-container--disabled .select2-selection__rendered, .quantity-block .var-tec .size-selector-container .select2.select2-container.select2-container--disabled .select2-selection__rendered {
      text-decoration: line-through; }
    .b2b-customer .var-tec .size-selector-container .select2.select2-container.select2-container--disabled .select2-selection, .quantity-block .var-tec .size-selector-container .select2.select2-container.select2-container--disabled .select2-selection {
      background: #F4F4F4; }
  @media (max-width: 543.98px) {
    .b2b-customer .var-tec .size-selector-container, .quantity-block .var-tec .size-selector-container {
      display: flex;
      align-items: center;
      border: none;
      -moz-column-gap: 4px;
           column-gap: 4px; }
      .b2b-customer .var-tec .size-selector-container::after, .quantity-block .var-tec .size-selector-container::after {
        display: none; }
      .b2b-customer .var-tec .size-selector-container .focused, .quantity-block .var-tec .size-selector-container .focused {
        border: 2px solid #EC002B; } }
  .b2b-customer .var-tec .size-selector-container:has(> .disabled-select)::after, .quantity-block .var-tec .size-selector-container:has(> .disabled-select)::after {
    display: none; }
  .b2b-customer .var-tec .disabled-select, .quantity-block .var-tec .disabled-select {
    background-color: #F4F4F4;
    cursor: not-allowed;
    pointer-events: none;
    z-index: 1; }
  .b2b-customer .var-tec .minus-btn:has(+ .disabled-select),
  .b2b-customer .var-tec .disabled-select + .quantity-btn, .quantity-block .var-tec .minus-btn:has(+ .disabled-select),
  .quantity-block .var-tec .disabled-select + .quantity-btn {
    opacity: 0.7;
    pointer-events: none;
    background-color: #F4F4F4; }
  .b2b-customer .var-tec select.disabled-select ~ .plus-btn, .quantity-block .var-tec select.disabled-select ~ .plus-btn {
    opacity: 0.7;
    pointer-events: none;
    background-color: #F4F4F4; }
  .b2b-customer .var-tec:first-child, .quantity-block .var-tec:first-child {
    padding-top: 0; }

.b2b-customer .tec-var-stock .size-text, .quantity-block .tec-var-stock .size-text {
  color: #000;
  font-family: "Century Gothic" !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 23.6px; }

.b2b-customer .tec-var-stock .availability-text, .quantity-block .tec-var-stock .availability-text {
  font-family: "Century Gothic" !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px; }

.b2b-customer .variation-container .tec-var-qunt, .quantity-block .variation-container .tec-var-qunt {
  width: 100px; }

.b2b-customer .quantity-btn, .quantity-block .quantity-btn {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border: 1px solid #C1C1C1;
  background-color: transparent; }

.b2b-customer .quantity-btn img, .quantity-block .quantity-btn img {
  width: 24px;
  height: 24px; }

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc; }
  .size-selector-container:after {
    right: 22px; }
  .variation-container {
    justify-content: start; } }

@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc; } }

@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: none; } }

@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em; } }

@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    /* 30/16 */
    margin-right: -0.9375em;
    /* 15/16 */
    padding: 0.1875em;
    /* 3/16 */ } }

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em; }

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%; }
  .promotions div.collapsible-xl button.callout {
    padding: 0;
    color: #E4032C;
    font-family: "Century Gothic" !important;
    font-size: 18px;
    font-weight: 700;
    line-height: 23.6px;
    pointer-events: none; }
    .promotions div.collapsible-xl button.callout:hover, .promotions div.collapsible-xl button.callout:focus {
      border: 0;
      outline: none;
      box-shadow: none; }
    @media (max-width: 768.98px) {
      .promotions div.collapsible-xl button.callout {
        font-size: 14px; } }
    .promotions div.collapsible-xl button.callout::after {
      color: #000;
      content: none; }

.product-breadcrumb .breadcrumb {
  background: rgba(244, 244, 244, 0.5);
  position: relative;
  top: 0;
  padding: 0.66rem 4rem;
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0; }
  .product-breadcrumb .breadcrumb .breadcrumb-item {
    padding-left: 30px;
    position: relative; }
    .product-breadcrumb .breadcrumb .breadcrumb-item a {
      font-family: "Century Gothic" !important;
      font-weight: normal;
      font-size: 16px;
      line-height: 20px;
      letter-spacing: 0.01em;
      color: #000;
      text-transform: capitalize; }
    .product-breadcrumb .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
      color: #000;
      content: "\FF1E";
      position: absolute;
      left: 0;
      padding: 0 0.5rem; }
    .product-breadcrumb .breadcrumb .breadcrumb-item:first-child {
      padding-left: 0; }
  @media (max-width: 991.98px) {
    .product-breadcrumb .breadcrumb {
      border-top: 1px solid #ccc; } }

.price {
  font-size: 1.5rem; }

.product-options {
  margin-top: 1.25em; }

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1); }
  .size-chart .size-chart-collapsible.active {
    max-height: 100%;
    transition-timing-function: ease-in-out; }

.color-attribute {
  border: none;
  padding: 0;
  background: none; }

.non-input-label {
  display: block;
  margin-bottom: 0.5rem; }

.attributes .attribute label {
  font-family: "ITC Avant Garde Gothic Std";
  font-size: 14px;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-bottom: 8px; }

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em; }
    .product-grid .col-6 {
      padding-left: 5px;
      padding-right: 5px; } }

/* just a reset of the css */
.listCustomAttribut.container-fluid {
  padding-left: 0; }

.listCustomAttribut .player-tile-image img {
  width: 100%; }

.listCustomAttribut .title {
  font-family: "ITC Avant Garde Gothic Std";
  font-size: 42px;
  text-transform: uppercase;
  color: var(--skin-primary-color-2);
  position: relative;
  z-index: 0;
  padding: 1rem 0;
  font-style: italic;
  text-align: left; }

.listCustomAttribut .main-container {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0;
  justify-content: center;
  align-items: center; }

.listCustomAttribut .table-container {
  display: flex;
  flex-flow: column nowrap;
  background-color: #fff; }

.listCustomAttribut .table-row {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
  margin-bottom: 16px; }

.listCustomAttribut .row-item {
  display: flex;
  flex: 1;
  font-size: 16px;
  line-height: 21px;
  font-weight: normal;
  padding: 8px 15px;
  justify-content: center;
  transition: all 0.15s ease-in-out;
  flex-direction: column; }
  .listCustomAttribut .row-item strong {
    font-weight: 600;
    display: block;
    font-size: 18px;
    line-height: 25px; }

.listCustomAttribut .row-sub-container {
  display: flex;
  flex-flow: column nowrap;
  flex: 1; }

.listCustomAttribut .row-sub-container .row-item {
  padding: 8px 0; }

.listCustomAttribut .table-row:last-child,
.listCustomAttribut .row-sub-container .row-item:last-child {
  border-bottom: 0; }

.listCustomAttribut .table-row:nth-of-type(even) {
  background-color: #F4F4F4; }

.listCustomAttribut .table-row:nth-of-type(odd) {
  background-color: #fff; }

@media (max-width: 768.98px) {
  .listCustomAttribut.row {
    margin: auto;
    padding: 0; }
    .listCustomAttribut.row .title {
      padding: 1rem 15px; }
    .listCustomAttribut.row .tec-mobile-attr {
      padding: 0;
      order: 1; } }

@media (max-width: 543.98px) {
  .listCustomAttribut .image-felx-order {
    order: 2;
    padding: 0; } }

.variation-container .attribute .label-size {
  max-width: 100%; }

.product-detail {
  position: relative; }
  .product-detail .sticky-bar-product {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 99;
    background-color: #fff;
    border-top: 2px solid #1D1D1D0D;
    padding: 16px;
    display: none; }
    .product-detail .sticky-bar-product .block-info-product {
      display: flex;
      align-items: center;
      justify-content: space-between;
      max-width: 1000px;
      margin: auto;
      padding: 0 12px; }
      .product-detail .sticky-bar-product .block-info-product .product-name {
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        text-transform: uppercase;
        color: #27326F;
        margin-bottom: 0; }
      .product-detail .sticky-bar-product .block-info-product .prices {
        display: flex;
        align-items: center; }
        .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay {
          padding-left: 24px;
          border-left: 2px solid #1D1D1D0D;
          margin: 0; }
          .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay .col-sm-12 {
            padding: 0; }
          .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay .add-to-cart {
            margin-bottom: 5px; }
          .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay .add-to-cart, .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay .subscribe-back-in-stock {
            display: flex;
            width: 220px;
            padding: 8px 16px;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            min-width: 220px; }
            .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay .add-to-cart span, .product-detail .sticky-bar-product .block-info-product .prices .cart-and-ipay .subscribe-back-in-stock span {
              font-size: 16px;
              font-style: normal;
              font-weight: 700;
              line-height: 22px; }
        .product-detail .sticky-bar-product .block-info-product .prices .price {
          font-size: initial;
          margin-right: 24px; }
          .product-detail .sticky-bar-product .block-info-product .prices .price .sales .value {
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            font-family: "ITC Avant Garde Gothic Std"; }
          .product-detail .sticky-bar-product .block-info-product .prices .price .strike-through {
            text-decoration: none; }
            .product-detail .sticky-bar-product .block-info-product .prices .price .strike-through .value {
              font-size: 16px;
              font-style: normal;
              font-weight: 500;
              line-height: normal;
              text-decoration: line-through;
              font-family: "ITC Avant Garde Gothic Std"; }
          .product-detail .sticky-bar-product .block-info-product .prices .price .discount-container .value {
            font-size: 14px;
            font-style: normal;
            font-weight: 700;
            line-height: normal;
            text-transform: uppercase;
            font-family: "ITC Avant Garde Gothic Std";
            padding: 2px 5px; }
    .product-detail .sticky-bar-product .subscribe-back-in-stock {
      display: none !important; }
  @media (max-width: 768.98px) {
    .product-detail .second-part-pdp .subscribe-back-in-stock {
      padding: 0;
      margin-top: 5px; } }

.reassurance-block {
  display: flex;
  flex-direction: column;
  border-top: 2px solid #1D1D1D0D;
  gap: 8px;
  padding: 16px 0; }
  .reassurance-block .reassurance-item {
    display: flex;
    align-items: center;
    gap: 8px; }
    .reassurance-block .reassurance-item .reassurance-icon {
      width: 24px;
      height: 24px; }
    .reassurance-block .reassurance-item .reassurance-text {
      margin-bottom: 0;
      font-size: 18px;
      font-family: "Century Gothic" !important;
      font-weight: 400;
      line-height: 23.6px; }
      .reassurance-block .reassurance-item .reassurance-text .reassurance-link {
        text-decoration: underline; }
        @media (max-width: 768.98px) {
          .reassurance-block .reassurance-item .reassurance-text .reassurance-link {
            text-decoration: none; } }

#imageGalleryModal {
  padding: 0 !important; }
  #imageGalleryModal .product-detail .primary-images .carousel-product .carousel-inner {
    width: auto;
    height: auto; }
  #imageGalleryModal .modal-fullscreen {
    padding: 0 !important; }
  #imageGalleryModal .modal-dialog {
    max-width: 100%;
    margin: 0;
    height: 100%; }
  #imageGalleryModal .modal-content {
    height: 100%;
    border: none;
    border-radius: 0;
    overflow: hidden;
    padding: 16px 48px; }
    @media (max-width: 768.98px) {
      #imageGalleryModal .modal-content {
        padding: 16px; } }
    #imageGalleryModal .modal-content .modal-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background-color: #fff;
      padding: 0;
      border: none; }
      #imageGalleryModal .modal-content .modal-header .modal-header-content {
        width: calc(50% + 1rem);
        display: flex;
        justify-content: space-between; }
        #imageGalleryModal .modal-content .modal-header .modal-header-content .close-button {
          background: none;
          border: none;
          color: #000;
          cursor: pointer;
          font-family: "Century Gothic" !important;
          font-size: 16px;
          font-weight: 400;
          line-height: 19.62px;
          text-align: center;
          text-decoration: none;
          display: flex;
          justify-content: center; }
          #imageGalleryModal .modal-content .modal-header .modal-header-content .close-button:focus {
            outline: 0; }
          #imageGalleryModal .modal-content .modal-header .modal-header-content .close-button .icon-close {
            font-size: 30px;
            margin-right: 8px; }
          #imageGalleryModal .modal-content .modal-header .modal-header-content .close-button .link-close- {
            text-decoration: underline; }
        #imageGalleryModal .modal-content .modal-header .modal-header-content .image-counter {
          font-size: 18px;
          font-style: normal;
          font-weight: 700;
          line-height: 23.6px; }
  #imageGalleryModal .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0; }
    #imageGalleryModal .modal-body .carousel-control-prev,
    #imageGalleryModal .modal-body .carousel-control-next {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      z-index: 1052;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      border: 1px solid #27326F;
      background-color: #fff;
      opacity: 1; }
      #imageGalleryModal .modal-body .carousel-control-prev .carousel-icon-prev,
      #imageGalleryModal .modal-body .carousel-control-prev .carousel-icon-next,
      #imageGalleryModal .modal-body .carousel-control-next .carousel-icon-prev,
      #imageGalleryModal .modal-body .carousel-control-next .carousel-icon-next {
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        width: 20px;
        height: 20px; }
    #imageGalleryModal .modal-body .carousel-control-prev {
      left: 15px; }
      #imageGalleryModal .modal-body .carousel-control-prev .carousel-icon-prev {
        background-image: url("../../images/icon-prev.svg"); }
      #imageGalleryModal .modal-body .carousel-control-prev:hover {
        opacity: 1; }
    #imageGalleryModal .modal-body .carousel-control-next {
      right: 15px; }
      #imageGalleryModal .modal-body .carousel-control-next .carousel-icon-next {
        background-image: url("../../images/icon-next.svg"); }
      #imageGalleryModal .modal-body .carousel-control-next:hover {
        opacity: 1; }
  #imageGalleryModal .carousel-product .carousel-inner {
    border: none;
    width: auto;
    height: auto;
    transform: scale(1.1); }

.select2-b2b-quantity {
  z-index: 999999; }
  .select2-b2b-quantity.select2-container--open .select2-dropdown {
    border: 1px solid #fff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results > .select2-results__options {
      max-height: 300px; }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results__option--highlighted[aria-selected] {
      background-color: #F4F4F4;
      color: #000;
      background: url("../../images/check_icon-qt.svg") no-repeat;
      background-position: 5px 4px; }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results__option[aria-selected] {
      text-align: center;
      font-weight: 700;
      max-height: 18px;
      padding: 0;
      margin-bottom: 4px; }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar {
      width: 4px;
      height: 4px; }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar-track {
      background: #f0f0f0; }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
      background: #00000066;
      border-radius: 4px; }
    .select2-b2b-quantity.select2-container--open .select2-dropdown .select2-results__options::-webkit-scrollbar-thumb:hover {
      background: #00000066; }

@media (max-width: 768.98px) {
  #axeptio_main_button {
    opacity: 0.6; } }

/*# sourceMappingURL=detail.css.map*/