.collections-list {
  margin-bottom: 0px; }
  .collections-list .collection-item .img-collection-container {
    width: 100%; }
    .collections-list .collection-item .img-collection-container .img-collection {
      padding-top: 80%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
  .collections-list .collection-item:nth-child(2n) {
    background: #001826; }
    .collections-list .collection-item:nth-child(2n) .info-collection h2 {
      color: #fff; }
    .collections-list .collection-item:nth-child(2n) .info-collection .link-collection a {
      border-bottom: 2px solid #2f4552; }
  .collections-list .collection-item .info-collection {
    padding: 3rem 15px; }
    .collections-list .collection-item .info-collection .p-3 {
      text-transform: uppercase; }
    .collections-list .collection-item .info-collection h2 {
      margin-top: 4rem;
      margin-bottom: 1.5rem; }
    .collections-list .collection-item .info-collection .link-collection {
      margin-top: 2rem; }
      .collections-list .collection-item .info-collection .link-collection a {
        display: inline-block;
        color: #a19044;
        text-transform: uppercase;
        padding-bottom: 10px;
        border-bottom: 2px solid #e8e5e2;
        -webkit-transition: .3s;
        transition: .3s; }
        .collections-list .collection-item .info-collection .link-collection a:hover {
          border-bottom-color: #a19044; }
  @media screen and (min-width: 704px) {
    .collections-list .collection-item {
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      display: flex;
      align-items: center;
      justify-content: center; }
      .collections-list .collection-item:nth-child(2n+1) .img-collection-container {
        order: 2; }
      .collections-list .collection-item .img-collection-container {
        width: 62.5%; }
      .collections-list .collection-item .info-collection {
        -webkit-flex-grow: 1;
        flex-grow: 1; } }

.detail-collection .video {
  position: relative; }
  .detail-collection .video:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #001826;
    z-index: 2;
    opacity: .6;
    top: 0;
    left: 0; }
  .detail-collection .video img {
    width: 100%;
    height: auto; }
  .detail-collection .video .info-video {
    padding: 15px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5; }
    .detail-collection .video .info-video .p-3 {
      text-transform: uppercase; }
    .detail-collection .video .info-video h1 {
      margin-top: 4.5rem;
      margin-bottom: 3rem;
      position: relative;
      color: #fff; }
      .detail-collection .video .info-video h1:before {
        content: '';
        width: 2px;
        height: 3rem;
        display: block;
        background: #a19044;
        position: absolute;
        left: 50%;
        margin-left: -1px;
        top: -3.75rem; }
    .detail-collection .video .info-video .play-video {
      display: inline-block;
      font-family: "FreightSansProSemibold-Regular", Arial;
      color: #fff;
      text-transform: uppercase;
      padding: 10px 30px;
      border: 2px solid #a19044;
      border-radius: 1px;
      cursor: pointer;
      -webkit-transition: .3s;
      transition: .3s; }
      .detail-collection .video .info-video .play-video:hover {
        color: #a19044; }
.detail-collection .pop-up-video {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 50004;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s;
  transition: .3s; }
  .detail-collection .pop-up-video .pop-video {
    position: absolute;
    width: 80%;
    left: 10%;
    top: 50%; }
    .detail-collection .pop-up-video .pop-video .container-iframe {
      position: absolute;
      display: block;
      width: 100%;
      padding-top: 56.25%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }
      .detail-collection .pop-up-video .pop-video .container-iframe iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        left: 0px; }
      .detail-collection .pop-up-video .pop-video .container-iframe .close-iframe {
        position: absolute;
        right: -2rem;
        top: -2rem;
        border: 2px solid #fff;
        border-radius: 50%;
        -webkit-transition: .3s;
        transition: .3s;
        width: 2rem;
        height: 2rem;
        cursor: pointer;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
        .detail-collection .pop-up-video .pop-video .container-iframe .close-iframe:before, .detail-collection .pop-up-video .pop-video .container-iframe .close-iframe:after {
          content: "";
          background: #a19044;
          position: absolute; }
        .detail-collection .pop-up-video .pop-video .container-iframe .close-iframe:before {
          width: 2px;
          height: 1rem;
          top: calc(.5rem - 2px);
          left: 50%;
          margin-left: -1px; }
        .detail-collection .pop-up-video .pop-video .container-iframe .close-iframe:after {
          height: 2px;
          width: 1rem;
          left: calc(.5rem - 2px);
          top: 50%;
          margin-top: -1px; }
        .detail-collection .pop-up-video .pop-video .container-iframe .close-iframe:hover {
          background: #fff; }
  .detail-collection .pop-up-video.active {
    -webkit-transform: scale(1);
    transform: scale(1); }
.detail-collection .bandeau {
  padding: 5rem 15px 4rem 15px; }
  .detail-collection .bandeau h2 {
    margin-top: 0px;
    margin-bottom: .5rem; }
  .detail-collection .bandeau h3 {
    margin: 0px;
    font-style: normal;
    font-weight: normal; }
.detail-collection .img-zoom {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.33), rgba(232, 229, 226, 0.33)); }
  .detail-collection .img-zoom img {
    width: 100%;
    height: auto; }
  .detail-collection .img-zoom .text-zoom {
    padding: 4rem 15px; }
    .detail-collection .img-zoom .text-zoom .link-product {
      margin-top: 2rem; }
      .detail-collection .img-zoom .text-zoom .link-product a {
        display: inline-block;
        font-family: "FreightSansProSemibold-Regular", Arial;
        color: #a19044;
        text-transform: uppercase;
        padding: 10px 30px;
        border: 2px solid #c6c5c0;
        border-radius: 1px;
        -webkit-transition: .3s;
        transition: .3s; }
        .detail-collection .img-zoom .text-zoom .link-product a:hover {
          border-color: #a19044; }
  @media screen and (min-width: 704px) {
    .detail-collection .img-zoom {
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      display: flex;
      align-items: center;
      justify-content: center;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .detail-collection .img-zoom picture {
        width: 50%; }
      .detail-collection .img-zoom .text-zoom {
        width: 50%;
        padding: 0 15px; }
        .detail-collection .img-zoom .text-zoom .container-text-zoom {
          display: inline-block;
          width: 42%; } }
.detail-collection .photo {
  font-size: 0;
  line-height: 0; }
  .detail-collection .photo [class*="photo"] {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .detail-collection .photo .photo-1,
  .detail-collection .photo .photo-4 {
    width: 100%;
    padding-top: 75%;
    display: inline-block; }
    @media screen and (min-width: 1346px) {
      .detail-collection .photo .photo-1,
      .detail-collection .photo .photo-4 {
        width: calc(200% / 3);
        padding-top: 50%; } }
  .detail-collection .photo .photo-2,
  .detail-collection .photo .photo-3 {
    width: 100%;
    padding-top: 150%;
    display: inline-block; }
    @media screen and (min-width: 704px) {
      .detail-collection .photo .photo-2,
      .detail-collection .photo .photo-3 {
        width: 50%;
        padding-top: 75%; } }
    @media screen and (min-width: 1346px) {
      .detail-collection .photo .photo-2,
      .detail-collection .photo .photo-3 {
        width: calc(100% / 3);
        padding-top: 50%; } }
.detail-collection .other-collections {
  background: #001826;
  padding-top: 30px; }
  @media screen and (min-width: 1014px) {
    .detail-collection .other-collections .container {
      display: -webkit-flex;
      -webkit-align-items: center;
      -webkit-justify-content: center;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center; } }
  .detail-collection .other-collections .container .other-collection {
    position: relative;
    display: -webkit-flex;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 1014px) {
      .detail-collection .other-collections .container .other-collection {
        display: block;
        width: 20%; }
        .detail-collection .other-collections .container .other-collection:hover .info-collection {
          opacity: 1; }
        .detail-collection .other-collections .container .other-collection h3 {
          font-size: 1.5rem; } }
    .detail-collection .other-collections .container .other-collection:nth-child(2n) picture {
      order: 2; }
    .detail-collection .other-collections .container .other-collection picture {
      width: 50%;
      height: auto;
      display: block; }
      .detail-collection .other-collections .container .other-collection picture img {
        display: block; }
      @media screen and (min-width: 1014px) {
        .detail-collection .other-collections .container .other-collection picture {
          width: 100%; } }
    .detail-collection .other-collections .container .other-collection .info-collection {
      padding: 2rem 15px;
      background: #001826;
      width: 50%; }
      @media screen and (min-width: 1014px) {
        .detail-collection .other-collections .container .other-collection .info-collection {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0px;
          top: 0px;
          display: -webkit-flex;
          -webkit-justify-content: center;
          display: flex;
          -webkit-flex-direction: column;
          flex-direction: column;
          justify-content: center;
          opacity: 0;
          -webkit-transition: .3s;
          transition: .3s; } }
      .detail-collection .other-collections .container .other-collection .info-collection .p-3 {
        text-transform: uppercase; }
      .detail-collection .other-collections .container .other-collection .info-collection h3 {
        margin-top: 4rem;
        margin-bottom: 1.5rem;
        color: #fff; }
        @media screen and (max-width: 1013px) {
          .detail-collection .other-collections .container .other-collection .info-collection h3 {
            font-size: 1.8rem; } }
      .detail-collection .other-collections .container .other-collection .info-collection .link-collection {
        margin-top: 2rem; }
        .detail-collection .other-collections .container .other-collection .info-collection .link-collection a {
          display: inline-block;
          color: #a19044;
          text-transform: uppercase;
          padding-bottom: 10px;
          border-bottom: 2px solid #2f4552;
          -webkit-transition: .3s;
          transition: .3s; }
          .detail-collection .other-collections .container .other-collection .info-collection .link-collection a:hover {
            border-bottom-color: #a19044; }

.collection-list-product {
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.33), rgba(232, 229, 226, 0.33));
  padding-top: 2rem;
  padding-bottom: 3.5rem; }
  .collection-list-product .container-list-product {
    margin-bottom: 0px;
                   /*
display: -webkit-flex;
-webkit-align-items: top;
-webkit-justify-content: center;
display: flex;
align-items: top;
justify-content: center;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;*/
    font-size: 0;
    line-height: 0;
    text-align: center; }
    @media screen and (min-width: 1346px) {
      .collection-list-product .container-list-product h3 {
        min-height: 4rem;
        display: flex;
        align-items: center;
        justify-content: center; } }
    .collection-list-product .container-list-product > * {
      float: none;
      margin-bottom: 1rem;
      display: inline-block;
      vertical-align: top; }
      .collection-list-product .container-list-product > *:nth-last-child(1), .collection-list-product .container-list-product > *:nth-last-child(2) {
        margin-bottom: 0px; }
      @media screen and (min-width: 704px) {
        .collection-list-product .container-list-product > *:nth-last-child(3) {
          margin-bottom: 0rem; } }
      @media screen and (min-width: 1346px) {
        .collection-list-product .container-list-product > * {
          margin-bottom: 0; } }
    .collection-list-product .container-list-product h3 a {
      color: #001826; }
    .collection-list-product .container-list-product img {
      margin: auto;
      max-width: 100%;
      height: auto;
      display: block; }
    .collection-list-product .container-list-product .content_price .d-flex {
      align-items: center; }
  .collection-list-product .see-collection {
    margin-top: 2.5rem;
    text-align: center; }
    .collection-list-product .see-collection a {
      display: inline-block;
      font-family: "FreightSansProSemibold-Regular", Arial;
      color: #a19044;
      text-transform: uppercase;
      padding: 10px 30px;
      border: 2px solid #c6c5c0;
      border-radius: 1px;
      -webkit-transition: .3s;
      transition: .3s; }
      .collection-list-product .see-collection a:hover {
        border-color: #a19044; }

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