@charset "UTF-8";
.heroSection {
  position: relative;
  direction: rtl;
  /* Si le navigateur ne supporte pas la vidéo, on montre l'image selon la largeur */ }
  .heroSection picture {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .heroSection video {
    width: 100%; }
    @media (max-width: 767px) {
      .heroSection video {
        width: auto;
        height: 95vh;
        margin-right: -5px; } }
  .heroSection .fallback-mobile,
  .heroSection .fallback-desktop {
    display: none;
    width: 100%;
    height: auto; }
  @media (max-width: 767px) {
    .heroSection .fallback-mobile {
      display: block; } }
  @media (min-width: 768px) {
    .heroSection .fallback-desktop {
      display: block; } }
  .heroSection__content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .heroSection__content .heroSection__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .heroSection__content .heroSection__links {
      margin-top: -40px; }
      @media (max-width: 768px) {
        .heroSection__content .heroSection__links {
          margin-top: 10px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .heroSection__content .heroSection__links ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        direction: rtl; }
        @media (max-width: 768px) {
          .heroSection__content .heroSection__links ul {
            padding: 0; } }
        .heroSection__content .heroSection__links ul li {
          list-style: none; }
          .heroSection__content .heroSection__links ul li a {
            text-decoration: none;
            color: white;
            font-family: "South-Thin";
            font-size: 19px; }
    .heroSection__content .heroSection__title {
      position: absolute;
      width: 100%;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media (max-width: 1250px) {
        .heroSection__content .heroSection__title {
          -webkit-transform: none;
                  transform: none; } }
      @media (max-width: 768px) {
        .heroSection__content .heroSection__title {
          top: auto;
          bottom: 80px;
          margin-right: 10px;
          width: 95%; } }
      .heroSection__content .heroSection__title h1 {
        text-align: start;
        font-family: "South-Thin";
        font-size: 48px;
        color: #ffffff;
        border-right: 1px solid #ffffff;
        margin-right: 100px;
        padding: 20px 30px 20px 0; }
        @media (max-width: 768px) {
          .heroSection__content .heroSection__title h1 {
            margin-right: 0;
            margin: auto; }
            .heroSection__content .heroSection__title h1 span {
              font-size: 35px; } }

.aboutUs {
  padding: 70px 0 50px;
  margin: auto; }
  @media (min-width: 1400px) {
    .aboutUs {
      max-width: 1350px; } }
  @media (max-width: 768px) {
    .aboutUs {
      padding-left: 0;
      padding-right: 0; } }
  .aboutUs__title {
    color: #444444;
    font-family: "Catamaran-semiBold";
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px; }
    .aboutUs__title::before, .aboutUs__title::after {
      content: "";
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 3px;
      background-color: #909090; }
      @media (min-width: 768px) {
        .aboutUs__title::before, .aboutUs__title::after {
          height: 1px; } }
  .aboutUs__body {
    color: #444444;
    direction: rtl;
    font-family: "South-Thin";
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    padding: 0 40px; }
    @media (min-width: 768px) {
      .aboutUs__body {
        max-width: 720px;
        margin: 0 auto;
        padding: 0; } }

.section_products_swiper {
  margin-bottom: 70px; }
  @media (min-width: 1400px) {
    .section_products_swiper {
      max-width: 1350px; } }
  .section_products_swiper .title {
    color: #444444;
    font-family: "Catamaran-semiBold";
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    text-align: center;
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 15px; }
    .section_products_swiper .title::before, .section_products_swiper .title::after {
      content: "";
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 3px;
      background-color: #909090; }
      @media (min-width: 768px) {
        .section_products_swiper .title::before, .section_products_swiper .title::after {
          height: 1px; } }
  .section_products_swiper .swiper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .section_products_swiper .swiper .swiper-wrapper {
      gap: 20px; }
      @media (max-width: 768px) {
        .section_products_swiper .swiper .swiper-wrapper {
          gap: 0; } }
      .section_products_swiper .swiper .swiper-wrapper .swiper-slide {
        margin-right: 0 !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media (max-width: 768px) {
          .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-next .product__image, .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-prev .product__image {
            -webkit-transform: scale(1.2);
                    transform: scale(1.2); }
          .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-next {
            -webkit-transform: translateX(-50%);
                    transform: translateX(-50%); } }
  @media (max-width: 768px) and (max-width: 500px) {
    .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-next {
      -webkit-transform: translateX(-46%);
              transform: translateX(-46%); } }
        @media (max-width: 768px) {
          .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-prev {
            -webkit-transform: translateX(50%);
                    transform: translateX(50%); } }
  @media (max-width: 768px) and (max-width: 500px) {
    .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active).swiper-slide-prev {
      -webkit-transform: translateX(46%);
              transform: translateX(46%); } }
        @media (max-width: 768px) {
          .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .carousel__tile {
            opacity: 0.6; }
            .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .carousel__tile .product__info,
            .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active) .carousel__tile .product__longDescription {
              display: none; }
          .section_products_swiper .swiper .swiper-wrapper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-prev):not(.swiper-slide-next) {
            visibility: hidden; }
          .section_products_swiper .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .product__image {
            -webkit-transform: scale(1.5);
                    transform: scale(1.5);
            margin-bottom: 25px; } }
    .section_products_swiper .swiper .swiper-button-prev {
      left: 0;
      background: none; }
      @media (max-width: 768px) {
        .section_products_swiper .swiper .swiper-button-prev {
          left: 20%; } }
  @media (max-width: 768px) and (max-width: 500px) {
    .section_products_swiper .swiper .swiper-button-prev {
      left: 15%; } }
    .section_products_swiper .swiper .swiper-button-next {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      right: 0;
      background: none; }
      @media (max-width: 768px) {
        .section_products_swiper .swiper .swiper-button-next {
          right: 20%; } }
  @media (max-width: 768px) and (max-width: 500px) {
    .section_products_swiper .swiper .swiper-button-next {
      right: 15%; } }
    .section_products_swiper .swiper .swiper-button-prev, .section_products_swiper .swiper .swiper-button-next {
      background: none; }
      @media (max-width: 768px) {
        .section_products_swiper .swiper .swiper-button-prev, .section_products_swiper .swiper .swiper-button-next {
          top: 47%; } }
      .section_products_swiper .swiper .swiper-button-prev img, .section_products_swiper .swiper .swiper-button-next img {
        height: 100%; }

.carousel__tile {
  width: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (max-width: 1200px) and (min-width: 768px) {
    .carousel__tile {
      width: 200px; } }
  @media (max-width: 768px) {
    .carousel__tile {
      margin-top: 65px; } }
  .carousel__tile .product__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    padding-bottom: 20px; }
  .carousel__tile .product__info {
    border-top: 1px solid #909090;
    border-bottom: 1px solid #909090;
    padding: 10px 0;
    width: 100%; }
    @media (max-width: 768px) {
      .carousel__tile .product__info {
        margin-top: 40px; } }
  .carousel__tile .product__name {
    font-size: 16px;
    color: #444444;
    font-family: "South-Regular";
    margin-bottom: 10px;
    text-align: center; }
  .carousel__tile .product__shortDescription {
    font-size: 14px;
    color: #444444;
    font-family: "South-Thin";
    margin-bottom: 5px;
    width: 100%;
    text-align: center; }
  .carousel__tile .product__longDescription {
    direction: rtl;
    margin-top: 15px;
    font-size: 14px;
    color: #444444;
    font-family: "South-Thin";
    margin-bottom: 0;
    text-align: start; }
    @media (max-width: 768px) {
      .carousel__tile .product__longDescription {
        text-align: center; } }

.varietyOfWines {
  margin-top: 100px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  position: relative;
  margin-bottom: -200px;
  gap: 60px; }
  @media (max-width: 991px) {
    .varietyOfWines {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      gap: 0;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: -170px; } }
  .varietyOfWines__title {
    color: #444444;
    font-family: "Catamaran-semiBold";
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    padding-top: 75px; }
    @media (max-width: 991px) {
      .varietyOfWines__title {
        margin-left: 25%; } }
    .varietyOfWines__title h2 {
      padding: 30px 30px 30px 0;
      border-right: 1px solid #909090; }

#footer {
  background-color: #faf5f1;
  padding: 70px 20px; }
  @media (max-width: 768px) {
    #footer {
      padding-top: 120px; } }

.footer__img {
  width: 80%;
  height: auto; }
  @media (min-width: 768px) {
    .footer__img {
      width: 30%; } }
  .footer__img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
    @media (min-width: 768px) {
      .footer__img-wrapper {
        margin-bottom: 0; } }

@media (min-width: 768px) {
  .footer__body {
    margin-top: -180px; } }

.footer__body > p > img {
  width: 200px;
  height: auto; }

.footer__body > p:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  color: #898989;
  font-family: "South-Regular";
  direction: rtl; }
  @media (min-width: 768px) {
    .footer__body > p:last-of-type {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 30px; } }
  .footer__body > p:last-of-type a {
    text-decoration: none;
    color: #1d1d1b !important;
    font-family: "South-Regular"; }

.footer__body hr {
  max-width: 25rem; }
  @media (min-width: 768px) {
    .footer__body hr ~ ul:last-of-type {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 30px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }

.footer__body > ul > li {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 20px;
  font-family: "South-Regular";
  color: #444444; }
  .footer__body > ul > li img {
    width: 35px;
    height: auto;
    margin-left: 20px; }
  .footer__body > ul > li strong {
    font-family: "South-Bold"; }
  .footer__body > ul > li a {
    text-decoration: none;
    color: #444444 !important;
    font-family: "South-Regular"; }
