@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceItReverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scalyPagination {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
/*BOOTSTRAP GRID*/
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*, ::after, ::before {
  box-sizing: inherit;
}

.container, .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto, .col-xxl, .col-xxl-1, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-last {
  -ms-flex-order: 13;
  order: 13;
}

.order-0 {
  -ms-flex-order: 0;
  order: 0;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 1201px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1600px) {
  .col-xxl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xxl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xxl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xxl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xxl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xxl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xxl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xxl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xxl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xxl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xxl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xxl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xxl-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xxl-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xxl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xxl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xxl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xxl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xxl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xxl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xxl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xxl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xxl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xxl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xxl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xxl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important;
}

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
::-moz-selection {
  color: #ffffff;
  background: #bc9350;
}

::selection {
  color: #ffffff;
  background: #bc9350;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

sup {
  vertical-align: super;
  font-size: 0.6rem;
}

html {
  line-height: 1;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 200;
  font-size: 1rem;
  color: #424418;
  max-width: 100%;
  width: 100%;
  overflow-x: hidden;
  position: relative;
  left: 0;
  scrollbar-gutter: stable;
}

body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  position: relative;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

@font-face {
  font-family: "Voor";
  font-style: normal;
  font-weight: normal;
  src: url("../font/VoorReg.woff") format("woff");
}
p, li {
  line-height: 1.2;
}

p strong, p b {
  font-weight: bold;
}

p a {
  text-decoration: underline;
}

li a {
  text-decoration: underline;
}
li strong, li b {
  font-weight: bold;
}

*, :before, :after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  user-select: none;
}

picture {
  width: 100%;
  height: 100%;
  display: block;
  user-select: none;
}

section {
  padding: 3rem 5vw 0 5vw;
}

button {
  cursor: pointer;
  outline: none;
}

body.noHover.can-touch * {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

.center {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spaceBtm {
  margin-bottom: 3rem;
}

.spaceTop {
  margin-top: 3rem;
}

.darkBg {
  background-color: #424418;
  color: #ffffff;
  padding-bottom: 3rem;
}

.btn {
  padding: 1rem 1.5rem 1rem 1.5rem;
  display: inline-block;
  font-size: 0.9rem;
  cursor: pointer;
  position: relative;
  border-radius: 5px;
  font-weight: 300;
  min-width: 300px;
  text-align: center;
  background-color: transparent;
  outline: 0;
  border: none;
  transition: background-color 0.3s;
}
.btn span {
  display: block;
  transition: color 0.3s;
  text-transform: uppercase;
  font-size: 0.7rem;
  letter-spacing: 0.14rem;
  line-height: 1.2;
  position: relative;
  margin-bottom: -2px;
  color: #424418;
}
.btn.lite {
  padding: 0.6rem 1.25rem 0.6rem 1.25rem;
  min-width: 200px;
}
.btn.white {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.white span {
  color: #ffffff;
}
.btn.white .border-static {
  stroke: #ffffff;
}
.btn.white .border-animated {
  stroke: #333510;
}
.btn.white:hover {
  background-color: rgb(62, 64, 25);
}
.btn svg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: visible;
  z-index: 1;
}
.btn svg rect {
  fill: none;
  vector-effect: non-scaling-stroke;
}
.btn .border-static {
  stroke: #424418;
  stroke-width: 1;
  transition: stroke 0.3s;
}
.btn .border-animated {
  stroke: #424418;
  stroke-width: 2;
  stroke-linecap: round;
  opacity: 0;
  transition: opacity 0.2s;
}
.btn:hover {
  background-color: rgb(115, 116, 88);
}
.btn:hover .border-static {
  stroke: rgb(115, 116, 88);
}
.btn:hover .border-animated {
  opacity: 1;
}
.btn:hover span {
  color: #ffffff;
}

.secondaryBtn {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  font-size: 1rem;
  cursor: pointer;
  position: relative;
}
.secondaryBtn svg {
  width: 1rem;
  height: 1rem;
  margin-right: 0.5rem;
}
.secondaryBtn svg path {
  stroke: #424418;
  fill: transparent;
}
.secondaryBtn:hover svg {
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}

.linksRow {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.linksRow .ctaBlock {
  width: 50%;
  align-items: flex-start;
}

.ctaBox p {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.margL-12 {
  margin-left: -12vw;
}

.margL-6 {
  margin-left: -6vw;
}

.margL-7 {
  margin-left: -7vw;
}

.margL-8 {
  margin-left: -8vw;
}

.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(2rem, 3.5vw, 4rem);
  letter-spacing: 0.3rem;
  text-wrap: balance;
}
.title.center {
  text-align: center;
  align-items: center;
}
.title.center p {
  align-items: center;
}
.title em {
  font-size: 70%;
}
.title.cutColor {
  position: relative;
}
.title.cutColor p {
  position: relative;
  z-index: 1;
}
.title.cutColor .titleCloneMask {
  position: absolute;
  inset: 0 auto 0 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 2;
}
.title.cutColor .titleClone {
  position: absolute;
  inset: 0 auto auto 0;
  width: max-content;
  color: #fff;
  pointer-events: none;
  white-space: nowrap;
}
.title.cutColor .titleClone p {
  margin: 0;
  color: inherit;
}

.titleLite {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-weight: 400;
  font-size: clamp(1.2rem, 2.5vw, 2rem);
  text-wrap: balance;
}
.titleLite.center {
  text-align: center;
  align-items: center;
}
.titleLite em {
  font-size: 80%;
}
.titleLite strong {
  font-weight: 400;
}

.block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.block.center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.coverImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.largeVisual {
  position: relative;
  z-index: 2;
  height: 70vh;
}
.largeVisual .largeVisualWrapper {
  height: 100%;
}
.largeVisual picture {
  overflow: hidden;
}
.largeVisual picture img {
  transform: scale(1.1);
}
.largeVisual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.imgShape {
  position: relative;
}
.imgShape .visualWrapper {
  position: relative;
  width: 500px;
  max-width: 90%;
  margin: 0 auto;
}
.imgShape .shape {
  position: absolute;
  width: 500px;
  max-width: 90%;
  height: 90%;
  left: -2rem;
  top: 5%;
  z-index: 1;
}
.imgShape .shape img {
  object-fit: contain;
  object-position: left center;
}
.imgShape picture {
  position: relative;
  z-index: 2;
}
.imgShape picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.imgShapeH {
  position: relative;
}
.imgShapeH .visualWrapper {
  position: relative;
}
.imgShapeH .shape {
  position: absolute;
  width: 700px;
  max-width: 40vw;
  height: 200px;
  right: 5%;
  bottom: -2rem;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.imgShapeH .shape img {
  object-fit: cover;
  object-position: center;
}

.text {
  margin: 1.5rem 0;
  max-width: 100%;
}
.text p {
  width: 750px;
  max-width: 100%;
  margin: 0.75rem 0;
  text-align: justify;
  font-size: 0.9rem;
}
.text ul {
  margin: 1rem 0;
  list-style: disc;
  padding-left: 2rem;
  width: 750px;
  max-width: 100%;
}
.text ul li {
  margin: 0.7rem 0;
  line-height: 1.2;
  font-size: 0.9rem;
}
.text ol {
  margin: 1rem 0;
  list-style: decimal;
  padding-left: 2rem;
  width: 750px;
  max-width: 100%;
}
.text ol li {
  margin: 0.7rem 0;
  line-height: 1.2;
  font-size: 0.9rem;
}
.text em {
  font-style: italic;
  text-decoration: underline;
}
.text.center p {
  text-align: center;
  margin: 0.75rem auto;
}
.text.center ul {
  text-align: center;
  list-style-position: inside;
}
.text.center ul li {
  margin: 1.1rem auto;
}
.text.justify p {
  text-align: justify;
}

.prettyList {
  font-family: "linotype-didot", serif;
  padding-left: 5%;
  list-style: none;
  font-size: 2rem;
}
.prettyList li {
  margin: 0.5rem 0 !important;
  list-style: none;
}

.prettyOl {
  list-style: none;
  font-size: 1.2rem;
  counter-reset: pretty-counter;
  padding-left: 2rem;
}
.prettyOl li {
  margin: 0.5rem 0;
  list-style: none;
  font-weight: bold;
}
.prettyOl li::before {
  content: counter(pretty-counter);
  counter-increment: pretty-counter;
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border-radius: 50%;
  background-color: #bc9350;
  color: #ffffff;
  text-align: center;
  margin-right: 1rem;
}

/* Quote style */
.quote {
  width: 500px;
  max-width: 100%;
}
.quote .quoteContent {
  position: relative;
  font-size: 1.6rem;
  text-wrap: balance;
  font-weight: 500;
}
.quote .quoteContent:before {
  content: "";
  position: absolute;
  top: -74px;
  left: 0;
  height: 64px;
  width: 79px;
  background-image: url("../img/quote.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.quote .signature {
  color: #bc9350;
  margin-top: 0.5rem;
}

/* Basic content */
.basicContent {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.basicContent.reverse .row {
  flex-direction: row-reverse;
}
.basicContent .basicContent_img {
  position: relative;
}
.basicContent .quoteContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  margin-top: 0.75rem;
}

/* Bandeau CTA */
.bandeauCta {
  margin-top: 10rem;
  position: relative;
}

.bandeauCta_content {
  position: absolute;
  z-index: 1;
  top: 10%;
  left: 0;
  color: #ffffff;
  text-align: center;
  width: 100%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  gap: 1rem;
}

.bandeauCta_visual {
  position: relative;
  overflow: hidden;
  height: 400px;
  max-height: 80vh;
  margin-top: -10rem;
  border-radius: 2rem;
  overflow: hidden;
}
.bandeauCta_visual picture {
  width: 100%;
  height: 100%;
}
.bandeauCta_visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}
.bandeauCta_visual:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgb(1, 40, 48) 0%, rgba(1, 40, 48, 0.8) 100%);
}

/* Image transition */
.imgTransition {
  padding: 0;
  margin-top: -15rem;
  position: relative;
  height: 760px;
  overflow: hidden;
}
.imgTransition picture {
  width: 100%;
  height: 100%;
}
.imgTransition picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}
.imgTransition.needDark:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.textTransition {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 17rem calc(5% + 2rem) 3rem calc(5% + 2rem);
}

.youtubeFrame {
  border-radius: 1rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.youtubeFrame iframe {
  border-radius: 1rem;
  max-width: 100%;
}
.youtubeFrame.cmplz-blocked-content-container {
  background-size: cover;
  position: relative;
}
.youtubeFrame .cmplz-blocked-content-notice {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 1rem;
  padding: 1rem;
  color: #000;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
}
.youtubeFrame .cmplz-blocked-content-notice .cmplz-links {
  margin: 0.5rem 0;
}
.youtubeFrame .cmplz-blocked-content-notice .cmplz-links a {
  text-decoration: underline;
}
.youtubeFrame .cmplz-blocked-content-notice button {
  background-color: #000;
  color: #fff;
  border-radius: 1rem;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #000;
  transition: all 0.3s;
}
.youtubeFrame .cmplz-blocked-content-notice button:hover {
  background-color: #000;
  color: #fff;
}

.basicAppear {
  opacity: 0;
}
.basicAppear.-y {
  transform: translate(0, 50px) scale(1);
}
.basicAppear.-y.scaly {
  transform: translate(0, 50px) scale(0.8);
}
.basicAppear.-noOpaq {
  opacity: 1;
}
.basicAppear.-xLeft {
  transform: translate(-200px, 0) scale(1);
}
.basicAppear.-xRight {
  transform: translate(200px, 0) scale(1);
}

.stickyAppear.toAlpha {
  opacity: 0;
}
.stickyAppear.toScaleImg {
  transform: scale(1.2);
}
.stickyAppear.toScale {
  transform: scale(0.7);
}
.stickyAppear.fromBtm {
  transform: translate(0, 50px);
}
.stickyAppear.fromBtm.increase {
  transform: translate(0, 100px);
}
.stickyAppear.fromTop {
  transform: translate(0, -50px);
}
.stickyAppear.fromTop.increase {
  transform: translate(0, -100px);
}
.stickyAppear.fromLeft {
  transform: translate(-50px, 0);
}
.stickyAppear.fromLeft.increase {
  transform: translate(-100px, 0);
}
.stickyAppear.fromRight {
  transform: translate(50px, 0);
}
.stickyAppear.fromRight.increase {
  transform: translate(100px, 0);
}

.shapeAppear .shapeMask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 2;
  transform: scale(1, 1);
}
.shapeAppear.main .shapeMask {
  background-color: #424418;
}
.shapeAppear.mainDark .shapeMask {
  background-color: #333510;
}
.shapeAppear.fromTop .shapeMask {
  transform-origin: 0 100%;
}
.shapeAppear.fromLeft .shapeMask {
  transform-origin: 0 0;
}
.shapeAppear.fromRight .shapeMask {
  transform-origin: 100% 0;
}

.loading::before,
.loading::after {
  content: "";
  position: fixed;
  z-index: 4000;
}

.loading::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #424418;
}

.loading::after {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  opacity: 0.4;
  background: #bc9350;
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
.cursor-follower {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #bc9350;
  opacity: 0;
  z-index: 10000;
  user-select: none;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.cursor-follower svg {
  width: 12px;
  height: 12px;
  stroke: #ffffff;
  stroke-width: 2;
}
.cursor-follower.isActive svg:first-child {
  animation-name: bounceIt;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.cursor-follower.isActive svg:last-child {
  animation-name: bounceItReverse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.cursor-follower.white {
  background-color: #ffffff;
}
.cursor-follower.white svg {
  stroke: #bc9350;
}

/*HEADER*/
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 1rem 5%;
  width: 100%;
  background-color: rgba(66, 68, 24, 0);
  z-index: 12;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.logo {
  width: 160px;
  z-index: 11;
  pointer-events: initial;
}

.header_right {
  color: #ffffff;
  font-weight: bold;
  font-size: 1.1rem;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: linear-gradient(180deg, rgba(51, 53, 16, 0.25), rgba(51, 53, 16, 0.7)), radial-gradient(circle at left, rgba(188, 147, 80, 0.2), transparent 58%), #424418;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 9;
  overscroll-behavior: contain;
}
.header_right .header_right_inner {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 100%;
  min-height: 100vh;
}
.header_right .menuVisuals {
  width: 50%;
  height: 100vh;
  padding: 7rem 5vw 7rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex-shrink: 0;
}
.header_right .menuVisuals .menuVisualMedia {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.header_right .menuVisuals .menuVisualLayer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  will-change: opacity, transform;
}
.header_right .menuVisuals .menuVisualLayer.is-active {
  z-index: 2;
}
.header_right .menuVisuals img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}
.header_right .menuVisuals p {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-weight: 400;
  font-size: clamp(1rem, 2vw, 2rem);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.5rem;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-wrap: balance;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.header_right .menuVisuals p:before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(15deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 40%);
}
.header_right nav {
  width: 50%;
  min-height: 100vh;
  flex-shrink: 0;
}
.header_right .menu {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  padding: 10rem 5vw 5rem 5vw;
}
.header_right .menu > li {
  border-bottom: 2px solid #333510;
  width: 100%;
  cursor: pointer;
}
.header_right .menu > li:last-child {
  border-bottom: none;
}
.header_right .menu > li > a, .header_right .menu > li > span {
  margin-bottom: 0.5rem;
  display: inline-block;
  width: 100%;
}
.header_right .menu > li.is-submenu-open > a, .header_right .menu > li.is-submenu-open > span {
  color: #ffffff;
}
.header_right .menu > li:hover > a, .header_right .menu > li:hover > span {
  color: #ffffff;
}
.header_right .menu a {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1.2rem, 3vw, 2.5rem);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.header_right .menu .proArea {
  position: absolute;
  right: 5vw;
  top: 90vh;
  width: auto;
  border-bottom: none;
}
.header_right .menu .proArea a {
  font-family: "poppins", Helvetica, sans-serif;
  font-size: 0.8rem;
  font-weight: 300;
  text-transform: initial;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  border: 1px solid #bc9350;
  border-radius: 5px;
  margin-bottom: 0;
  line-height: 2;
}
.header_right .sub-menu {
  overflow: hidden;
  height: 0;
  opacity: 0;
  visibility: hidden;
  margin-top: 0;
  pointer-events: none;
  padding-left: 2rem;
}
.header_right .sub-menu li {
  margin: 1rem 0;
}
.header_right .sub-menu li:first-child {
  margin-top: 0;
}
.header_right .sub-menu li:last-child {
  margin-bottom: 1.5rem;
}
.header_right .sub-menu a, .header_right .sub-menu .parentTitle {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-family: "poppins", Helvetica, sans-serif;
  letter-spacing: 0;
  text-transform: initial;
  font-weight: 200;
}
.header_right .sub-menu a:hover, .header_right .sub-menu .parentTitle:hover {
  color: #ffffff;
}

html.menuOpen,
body.menuOpen {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html.menuOpen::-webkit-scrollbar,
body.menuOpen::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.menuOpen .header_right {
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(188, 147, 80, 0.9) rgba(255, 255, 255, 0.08);
}
body.menuOpen .header_right::-webkit-scrollbar {
  width: 10px;
}
body.menuOpen .header_right::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
body.menuOpen .header_right::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(188, 147, 80, 0.55), rgba(188, 147, 80, 0.3));
  border-radius: 999px;
  border: 2px solid rgba(51, 53, 16, 0.55);
}
body.menuOpen .header_right::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(188, 147, 80, 0.75), rgba(188, 147, 80, 0.45));
}

#menuTrigger {
  visibility: hidden;
  position: absolute;
  right: -100000px;
  opacity: 0;
}

.btnMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  width: 37px;
  height: 37px;
  cursor: pointer;
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  right: 3rem;
  top: 1rem;
  pointer-events: initial;
}
.btnMenu span {
  display: block;
  width: calc(100% - 1rem);
  height: 2px;
  background-color: #ffffff;
  margin: 2px 0;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.btnMenu.open span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}
.btnMenu.open span:nth-child(2) {
  opacity: 0;
}
.btnMenu.open span:nth-child(3) {
  transform: rotate(-45deg) translate(4.5px, -4.5px);
}

#langSwitch {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  position: absolute;
  right: 1rem;
  top: 1rem;
  pointer-events: initial;
  color: #ffffff;
  z-index: 10;
}
#langSwitch a, #langSwitch span {
  text-transform: uppercase;
  font-size: 0.9rem;
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
#langSwitch a {
  opacity: 0.6;
}
#langSwitch a:hover {
  opacity: 1;
}
#langSwitch i {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin: 4px 0;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}

body.fixedHeader .btnMenu {
  background-color: #424418;
}
body.lightMode #langSwitch {
  color: #424418;
}
body.lightMode #langSwitch a, body.lightMode #langSwitch span {
  color: #424418;
}
body.lightMode #langSwitch i {
  background-color: #424418;
}
body.lightMode .btnMenu {
  border-color: #424418;
  background-color: #ffffff;
}
body.lightMode .btnMenu span {
  background-color: #424418;
}

@keyframes bounceIt {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes bounceItReverse {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-3px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes scalyPagination {
  0% {
    transform: scale(0.8);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(0.8);
  }
}
/*Swiper common*/
.swiper:not(.swiper-initialized) .tranding-slider-control {
  display: none;
}
.swiper.swiper-initialized {
  padding-bottom: 4rem;
}
.swiper.swiper-initialized.few-slides {
  padding-bottom: 0;
}
.swiper.swiper-initialized.few-slides .swiper-wrapper {
  justify-content: center;
}
.swiper.swiper-initialized.few-slides .tranding-slider-control {
  display: none;
}
.swiper .swiper-slide {
  height: auto;
}

.tranding-slider-control {
  position: absolute;
  bottom: 0;
  height: 3rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tranding-slider-control.white .swiper-button-next svg, .tranding-slider-control.white .swiper-button-prev svg {
  stroke: #ffffff;
}
.tranding-slider-control.white .swiper-pagination-bullet {
  border-color: #ffffff;
}
.tranding-slider-control.white .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.swiper-button-next, .swiper-button-prev {
  position: initial;
  width: 1.5rem;
  height: 1.2rem;
  margin-top: 0;
  margin: 0 0.5rem;
}
.swiper-button-next svg, .swiper-button-prev svg {
  width: 1.5rem;
  height: 1.2rem;
  stroke: #424418;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-pagination {
  position: initial;
  display: flex;
  align-items: center;
}
.swiper-pagination:not(.swiper-pagination-bullets-dynamic) {
  width: auto !important;
}
.swiper-pagination.swiper-pagination-bullets-dynamic {
  display: block;
  transform: translateX(0) !important;
}

.swiper-pagination-bullet {
  width: 1rem;
  height: 1rem;
  opacity: 1;
  background-color: transparent;
  border: 1px solid #424418;
  transform: scale(0.8);
  transition: background-color 0.2s cubic-bezier(0, 0.07, 0.57, 0.99), transform 0.4s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #424418;
  transform: scale(1);
}

.swiperNewsPreview {
  width: 1100px;
  max-width: 100%;
  margin-bottom: 2rem;
  overflow: visible;
}
.swiperNewsPreview .swiperNewsPreview_title {
  width: 320px;
  position: absolute;
  left: -320px;
  top: 20%;
  padding: 1rem;
}
.swiperNewsPreview .swiperNewsPreview_title .title {
  align-items: flex-end;
  text-align: right;
  font-size: 1.2rem;
}
.swiperNewsPreview .swiperNewsPreview_title .title p {
  align-items: flex-end;
}
.swiperNewsPreview .swiperNewsPreview_title .title strong {
  font-size: 1.7rem;
}
.swiperNewsPreview .tranding-slider-control {
  justify-content: flex-end;
}

.swiperMillesimes {
  overflow: visible;
  width: 900px;
  max-width: 100%;
}

.swiperReception.swiper-initialized {
  padding-bottom: 0;
}

.homeHero {
  height: 100vh;
  position: relative;
  padding: 0;
  overflow: hidden;
}

.heroScrollIndic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 2rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
}
.heroScrollIndic div {
  width: 1px;
  height: 1rem;
  transform: scaleY(0);
  transform-origin: 0 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.heroScrollIndic svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

.homeHero_content {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 3rem 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: rgba(51, 53, 16, 0.9);
}
.homeHero_content p {
  position: relative;
  z-index: 1;
  color: #ffffff;
  font-size: clamp(0.9rem, 2vw, 1.2rem);
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.4;
  display: none;
}
.homeHero_content p .splitLine + .splitLine {
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}
.homeHero_content .homeHero_content_logo {
  width: 300px;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
}
.homeHero_content .homeHero_content_logo img {
  width: 100%;
}
.homeHero_content .homeHero_content_parcel {
  position: absolute;
  width: 700px;
  height: auto;
  left: calc(50% - 350px);
  top: auto;
}
.homeHero_content .homeHero_content_parcel img {
  width: 100%;
  object-fit: contain;
}

.homeHero_video {
  width: 100%;
  height: 100%;
}
.homeHero_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.homeHeroScrollIndic {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 2rem;
  position: absolute;
  left: calc(50% - 12px);
  bottom: 1rem;
}
.homeHeroScrollIndic div {
  width: 1px;
  height: 2rem;
  transform: scaleY(0);
  transform-origin: 0 0;
  background-color: rgba(255, 255, 255, 0.7);
}
.homeHeroScrollIndic svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke: rgba(255, 255, 255, 0.7);
  opacity: 0;
}

.homeHistory_content {
  padding: 5rem 1rem 1rem 2.5%;
  position: relative;
  z-index: 2;
}

.homeTerroir_content {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
}

.homeTerroir_visual {
  margin-top: -20vw;
}
.homeTerroir_visual .shape {
  z-index: -1;
}

.homeChais_visual {
  margin-top: -20vw;
}
.homeChais_visual .shape {
  z-index: 1;
}
.homeChais_visual .visualWrapper {
  margin-left: auto;
  margin-right: 0;
}

.homeChais_content {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1rem;
  color: #ffffff;
  position: relative;
  z-index: 2;
}

.homeWine {
  padding-top: 45rem;
  padding-bottom: 30rem;
  margin-top: -40rem;
  position: relative;
}
.homeWine .panelDark {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #333510;
}

.homeWine_bottle {
  margin-top: -15rem;
  position: relative;
  z-index: 2;
}
.homeWine_bottle .homeWine_bottle_wrapper {
  width: 500px;
  margin-left: auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.homeWine_bottle picture {
  width: 230px;
  max-width: 100%;
}

.homeWine_content {
  position: relative;
  z-index: 3;
  margin-left: -5%;
}

.homeVisites .largeVisual {
  margin-top: -25rem;
}

.homeVisites_content {
  margin-top: -4.5rem;
  padding: 0 2rem;
  position: relative;
  z-index: 2;
}
.homeVisites_content .title strong:first-child {
  color: #ffffff;
}
.homeVisites_content .text {
  padding-left: 5%;
}
.homeVisites_content .btn {
  margin-left: 5%;
}

.heroCommon {
  height: 100vh;
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #424418;
}

.heroCommon_visual {
  width: 50%;
  height: 100%;
  position: relative;
}
.heroCommon_visual picture {
  width: 100%;
  height: 100%;
}
.heroCommon_visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.heroCommon_content {
  color: #ffffff;
  width: 50%;
  padding: 2rem;
}
.heroCommon_content .title {
  font-size: clamp(2rem, 3.5vw, 3rem);
}
.heroCommon_content .titleLite {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

.allHistory {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-color: #ffffff;
  padding: 0 5vw;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.allHistory_wrapper {
  position: relative;
  z-index: 2;
  height: 100%;
  width: max-content;
  min-width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 6rem 0 1.5rem 0;
}

.allHistory_backgrounds {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5vw;
  z-index: 1;
  pointer-events: none;
}

.allHistory_backgroundPanel {
  position: absolute;
  top: 0;
  bottom: 0;
  background-color: #424418;
}

.allHistory_item {
  flex: 0 0 min(88vw, 1100px);
  display: grid;
  grid-template-columns: minmax(280px, 520px) minmax(320px, 1fr);
  align-items: start;
  gap: 2rem;
  padding: 0 3rem;
}
.allHistory_item.itemLight {
  color: #ffffff;
}
.allHistory_item.vGrid {
  flex: 0 0 auto;
  width: min(45vw, 540px);
  grid-template-columns: 1fr;
  gap: clamp(1rem, 2vw, 2rem);
}
.allHistory_item.vGrid .allHistory_item_visual {
  width: auto;
  min-height: 320px;
  margin-left: -10vw;
}
.allHistory_item.vGrid .allHistory_item_visual picture, .allHistory_item.vGrid .allHistory_item_visual img {
  width: auto;
}
.allHistory_item.vGrid + .vGrid .allHistory_item_visual {
  margin-left: 0;
}
.allHistory_item.flipIt .allHistory_item_content {
  order: 2;
}
.allHistory_item.flipIt .allHistory_item_visual {
  order: 1;
}
.allHistory_item.startDate .allHistory_item_visual {
  align-self: center;
}

.allHistory_item_date {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1;
  margin-bottom: 1rem;
}

.allHistory_item_content {
  align-self: start;
  height: auto;
}
.allHistory_item_content .titleLite {
  font-size: clamp(1rem, 2.5vw, 1.3rem);
}
.allHistory_item_content .text {
  margin: 0;
}
.allHistory_item_content .text p {
  text-align: justify;
  font-size: 0.9rem;
  width: auto;
}

.allHistory_item_visual {
  width: 100%;
  min-height: 420px;
  align-self: start;
  height: auto;
}
.allHistory_item_visual picture,
.allHistory_item_visual img {
  width: 100%;
  height: 100%;
  display: block;
}

.allHistory_progress {
  position: absolute;
  width: calc(90% - 4rem);
  left: calc(5vw + 2rem);
  top: 2rem;
  z-index: 5;
  pointer-events: none;
}

.allHistory_progress_track {
  position: relative;
  width: 100%;
  height: 2px;
  background-color: rgba(188, 147, 80, 0.15);
  overflow: hidden;
}

.allHistory_progress_bar {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #bc9350;
  transform: scaleX(0);
  transform-origin: left center;
}

.allHistory_progress_dates {
  position: relative;
  width: 100%;
  height: 1rem;
  margin-bottom: 0.35rem;
}

.allHistory_progress_date {
  position: absolute;
  left: var(--date-position, 0%);
  bottom: 0;
  transform: translateX(-50%);
  font-size: clamp(0.75rem, 1vw, 0.95rem);
  white-space: nowrap;
  color: rgba(188, 147, 80, 0.45);
  transition: color 0.3s ease;
}
.allHistory_progress_date.isActive {
  color: #bc9350;
}
.allHistory_progress_date:last-child {
  left: 92%;
}

@media screen and (max-height: 760px) {
  .allHistory_item_visual img {
    max-height: 40vh;
  }
}
@media screen and (max-width: 900px) {
  .proAccessHero {
    height: auto;
  }
  .proAccessHero_visual,
  .proAccessHero_content {
    width: 100%;
  }
  .proAccessHero_visual {
    min-height: 40vh;
    padding: 8rem 2rem 3rem 2rem;
  }
  .proAccessHero_content {
    padding: 3rem 1rem;
  }
  .proLibrary {
    padding-top: 4rem;
  }
  .proLibrary_group_head {
    margin-bottom: 1.5rem;
  }
  .proLibrary_grid {
    grid-template-columns: 1fr;
  }
  .allHistory {
    min-height: auto;
  }
  .allHistory_wrapper {
    padding-inline: 1rem;
  }
  .allHistory_item {
    flex-basis: min(92vw, 720px);
    grid-template-columns: 1fr;
    align-items: flex-start;
  }
  .allHistory_item.vGrid {
    width: min(92vw, 720px);
  }
  .allHistory_item_visual {
    min-height: 320px;
  }
  .allHistory_progress {
    left: 1rem;
    right: 1rem;
  }
  .allHistory_backgrounds {
    left: 1rem;
  }
  .allHistory_progress_dates {
    height: 2.5rem;
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.heroNumbers {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  margin-top: 1rem;
}
.heroNumbers .heroNumber {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.heroNumbers .number {
  font-size: clamp(2rem, 5vw, 3rem);
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
}
.heroNumbers .label {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(0.8rem, 1.5vw, 1rem);
}

.terroirParcels_draw_wrapper {
  position: relative;
  clip-path: circle(0% at 50% 50%);
}

.terroirParcels_content {
  margin-left: -8.333333%;
  margin-top: 10rem;
  position: relative;
  z-index: 2;
}

.terroirGeologie {
  padding-bottom: 25rem;
}

.terroirGeologie_content {
  padding: 0 2rem;
  margin-top: -1rem;
  position: relative;
  z-index: 2;
}

.terroirGeologie_visual {
  margin-top: -20vw;
  position: relative;
  z-index: 2;
}

.terroirVignoble .largeVisual {
  margin-top: -20rem;
}

.terroirVignoble_visual {
  margin-top: -20vw;
}
.terroirVignoble_visual .shape {
  z-index: -1;
}
.terroirVignoble_visual .visualWrapper {
  margin-left: auto;
  margin-right: 0;
}

.terroirVignoble_content {
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
}

.terroirSpec_title {
  height: 400px;
  margin-bottom: 3rem;
  justify-content: center;
}
.terroirSpec_title .title {
  font-size: clamp(1.8rem, 4vw, 2.75rem);
  position: relative;
  z-index: 2;
}
.terroirSpec_title .title em {
  font-size: 50%;
}

.terroirSpec_circle {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: calc(50% - 200px);
}

.terroirSpec_circle_wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  transform: scale(1.5);
}
.terroirSpec_circle_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.terroirSpec_content.block {
  justify-content: flex-start;
}
.terroirSpec_content.blockEnd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  text-align: right;
}
.terroirSpec_content.blockEnd .text {
  align-items: flex-end;
}
.terroirSpec_content.blockEnd .text p {
  text-align: right;
}
.terroirSpec_content p {
  text-wrap: balance;
  width: auto;
  min-height: 52px;
}
.terroirSpec_content p:nth-child(3) {
  min-height: 1px;
}
.terroirSpec_content .text {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: auto;
  flex: 1;
  width: 600px;
  max-width: 100%;
}
.terroirSpec_content .text div {
  width: 100%;
  margin-top: auto;
  border-top: 1px solid rgba(51, 53, 16, 0.7);
}

.secretVendanges .largeVisual {
  margin-top: -20vh;
}

.secretVendanges_visual {
  position: relative;
  z-index: 3;
}
.secretVendanges_visual .visualWrapper {
  margin-left: auto;
  margin-right: 0;
}

.secretVendanges_content {
  position: relative;
  z-index: 4;
  justify-content: flex-end;
  padding-bottom: 20vh;
}

.winemakingWhite {
  padding-top: 0;
  padding-bottom: 25rem;
}

.winemakingWhite_visual {
  margin-top: -10vw;
}
.winemakingWhite_visual .visualWrapper {
  margin-left: auto;
  margin-right: auto;
}
.winemakingWhite_visual .shape {
  right: -2rem;
  left: auto;
  top: 15%;
  text-align: right;
}

.winemakingWhite_content {
  padding: 0 2rem;
}

.winemakingRed .largeVisual {
  margin-top: -20rem;
}

.winemakingRed_visual {
  margin-top: -15vw;
}
.winemakingRed_visual .shape {
  z-index: -1;
}
.winemakingRed_visual .visualWrapper {
  margin-left: auto;
  margin-right: 0;
}

.winemakingRed_content {
  position: relative;
  z-index: 3;
  margin-top: -30vh;
  padding-top: calc(30vh + 2rem);
}

.engagementDetails .row {
  align-items: flex-start;
}

.engagementDetails_visual {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
.engagementDetails_visual picture {
  width: auto;
}
.engagementDetails_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.engagementDetails_content {
  padding-top: 5rem;
}
.engagementDetails_content .titleLite {
  padding-left: 5%;
}
.engagementDetails_content .text {
  padding-left: 5%;
}
.engagementDetails_content .btn {
  margin-left: 5%;
}

.vinsListe .container-fluid {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}
.vinsListe .row {
  gap: 2rem 0;
}

.vinCard {
  width: 33.33%;
  padding: 1rem;
}
.vinCard .vinCard_wrapper {
  width: 350px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.vinCard .vinCard_visual {
  width: 95px;
  height: 370px;
  position: relative;
}
.vinCard .vinCard_visual picture {
  width: auto;
  height: 100%;
  position: relative;
  z-index: 2;
}
.vinCard .vinCard_visual picture img {
  width: auto;
}
.vinCard .vinCard_visual .shape {
  height: calc(100% + 2rem);
  width: 80px;
  position: absolute;
  left: -2rem;
  top: -1rem;
}
.vinCard .vinCard_visual .shape img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.vinCard .vinCard_content {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.vinCard .vinCard_content h3 {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-weight: 400;
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}
.vinCard .vinCard_content > span {
  margin-top: -1rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
}
.vinCard .vinCard_content > span:before {
  content: "";
  width: 15px;
  height: 1px;
  display: block;
  margin-right: 0.5rem;
  background-color: #424418;
}
.vinCard .vinCard_content p {
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
.vinCard .vinCard_content p em {
  text-transform: initial;
}

.heroWine {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  min-height: 100vh;
  background-color: #424418;
}
.heroWine .title {
  font-size: clamp(1.4rem, 3vw, 2.5rem);
}

.heroWine_content {
  width: 60%;
  height: auto;
  background-color: #333510;
  color: #ffffff;
  padding: 10rem calc(5vw + 120px) 3rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.heroWine_content .titleLite {
  font-size: clamp(1.1rem, 1.6vw, 1.5rem);
}

.wineBreadcrumb {
  margin-bottom: 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
.wineBreadcrumb a {
  color: white;
  transition: color 0.3s ease;
}
.wineBreadcrumb a:hover {
  color: #bc9350;
}
.wineBreadcrumb .separator {
  color: rgba(255, 255, 255, 0.7);
}

.wineTextHidden .text {
  margin: 0;
}
.wineTextHidden .quote {
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
  width: 750px;
  max-width: 100%;
  font-size: 0.9rem;
  margin: 0.75rem 0;
  line-height: 1.2;
}
.wineTextHidden em {
  text-decoration: none;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 0.5rem;
  text-align: right;
  margin-left: auto;
}
.wineTextHidden em:before, .wineTextHidden em:after {
  content: "";
  width: 10px;
  height: 1px;
  background-color: rgba(188, 147, 80, 0.7);
  margin: 0 5px;
}

.toggleWineText {
  background-color: transparent;
  outline: 0;
  padding: 0;
  border: none;
  font-style: italic;
  text-decoration: underline;
  color: #ffffff;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.toggleWineText:before {
  content: "";
  width: 15px;
  height: 1px;
  background-color: #ffffff;
}

.wineColorSwitch {
  margin: 0;
  padding: 0.35rem;
  width: fit-content;
  max-width: 100%;
  border-radius: 5px;
  border: 1px solid rgba(188, 147, 80, 0.3);
  background: linear-gradient(180deg, rgba(66, 68, 24, 0.08), rgba(66, 68, 24, 0.02)), rgba(66, 68, 24, 0.28);
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.35rem;
}
.wineColorSwitch button {
  appearance: none;
  border: none;
  outline: 0;
  cursor: pointer;
  min-width: clamp(150px, 15vw, 220px);
  padding: 0.9rem 1rem;
  border-radius: 5px;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.72);
  position: relative;
  overflow: hidden;
  transition: color 0.35s ease, transform 0.35s ease, box-shadow 0.35s ease;
}
.wineColorSwitch button span {
  position: relative;
  z-index: 2;
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
  transition: transform 0.35s ease;
}
.wineColorSwitch button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: rgb(75, 77, 39);
  opacity: 0;
  transform: scale(0.94);
  border: 1px solid rgba(188, 147, 80, 0);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.wineColorSwitch button:hover {
  color: #ffffff;
}
.wineColorSwitch button:hover span {
  transform: translateX(-4px);
}
.wineColorSwitch button.active {
  color: #ffffff;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.35), 0 10px 24px rgba(0, 0, 0, 0.22);
}
.wineColorSwitch button.active::before {
  opacity: 1;
  transform: scale(1);
  border-color: rgba(188, 147, 80, 0.3);
}
@media (max-width: 767px) {
  .wineColorSwitch {
    width: 100%;
  }
  .wineColorSwitch button {
    flex: 1 1 0;
    min-width: 0;
    padding: 0.8rem 1rem;
  }
  .wineColorSwitch button span {
    font-size: 0.72rem;
    letter-spacing: 0.1rem;
  }
}

.textWhite, .textRed {
  max-width: 100%;
}

.heroWine_visual_spec {
  width: calc(40% + 5vw + 80px);
  height: 100%;
  padding: 10rem 5vw 3rem 5vw;
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(320px, 1fr);
  gap: 2rem;
  align-items: center;
  margin-left: calc(-5vw - 80px);
}
.heroWine_visual_spec.hasSwitch {
  position: relative;
  display: flex;
  gap: 0;
  padding: 0;
}

.heroWine_visual_spec_wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: grid;
  grid-template-columns: minmax(120px, 160px) minmax(320px, 1fr);
  gap: 2rem;
  padding: 10rem 5vw 3rem 5vw;
}

.heroWine_bottle {
  position: relative;
}
.heroWine_bottle .shape {
  position: absolute;
  left: -50%;
  top: -1.5rem;
  width: 100%;
  height: calc(100% + 3rem);
}
.heroWine_bottle .shape img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.heroWine_bottle picture {
  position: relative;
  z-index: 2;
}

.heroWine_spec {
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
}

.heroWine_spec_row {
  border-bottom: 2px solid rgba(255, 255, 255, 0.15);
  padding: 0.5rem 0;
  width: 100%;
}
.heroWine_spec_row div:first-child {
  font-weight: 500;
  margin-bottom: 0.3rem;
}
.heroWine_spec_row:last-child {
  border-bottom: none;
}

.datePagination {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.datePagination .millesimeSelectControl {
  display: none;
}
.datePagination button {
  background-color: transparent;
  border: none;
  font-size: clamp(0.9rem, 1vw, 1rem);
  color: rgba(66, 68, 24, 0.7);
  outline: none;
  cursor: pointer;
  padding: 0.3rem 0.5rem;
}
.datePagination button.active {
  color: #424418;
}
.datePagination i {
  margin-top: -2px;
}
.datePagination i:last-child {
  display: none;
}
.datePagination .tranding-slider-control {
  position: initial;
  width: auto;
  height: auto;
}
.datePagination .tranding-slider-control .swiper-pagination .swiper-pagination-bullet {
  color: #424418;
  border-radius: 0;
  border: none;
  background-color: transparent;
  font-size: 1rem;
  opacity: 0.7;
  line-height: 1.4;
  width: auto;
  height: auto;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
}
.datePagination .tranding-slider-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.swiperMillesimesContainer {
  width: 100%;
}

.swiperMillesimes_slide {
  padding: 1rem 2rem;
}
.swiperMillesimes_slide .text {
  margin-top: 3rem;
}
.swiperMillesimes_slide .text strong {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.swiperMillesimes_slide .text p {
  width: 100%;
  text-align: justify;
}
.swiperMillesimes_slide:last-child .swiperMillesimes_date::after {
  content: none;
}
.swiperMillesimes_slide.swiper-slide-active .swiperMillesimes_date p {
  transform: scale(1);
}
.swiperMillesimes_slide.swiper-slide-active .swiperMillesimes_date::before {
  transform: scale(1);
}
.swiperMillesimes_slide.swiper-slide-active + .swiperMillesimes_slide .swiperMillesimes_date p {
  cursor: pointer;
}

.swiperMillesimes_date {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: 3rem;
  position: relative;
  margin-left: -2rem;
}
.swiperMillesimes_date p {
  padding-bottom: 0.5rem;
  transform: scale(0.6);
  transform-origin: 0 50%;
  transition: transform 0.3s ease;
}
.swiperMillesimes_date:after {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: 0;
  width: calc(100% + 2rem);
  height: 2px;
  background-color: #424418;
}
.swiperMillesimes_date:before {
  content: "";
  position: absolute;
  left: 2rem;
  bottom: calc(-0.75rem + 1px);
  width: 1.5rem;
  height: 1.5rem;
  background-color: #424418;
  border-radius: 50%;
  transform: scale(0.6);
  transform-origin: 0 50%;
  transition: transform 0.3s ease;
}

.swiperMillesime_spec {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.swiperMillesime_spec div {
  width: 100%;
  border-bottom: 1px solid rgba(66, 68, 24, 0.15);
  padding: 0.5rem 0;
}
.swiperMillesime_spec div strong {
  display: block;
  margin-bottom: 0.3rem;
  font-weight: 400;
  text-transform: uppercase;
}

.visiteListe .row {
  gap: 3rem 5vw;
}

.visiteCard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  width: 400px;
}
.visiteCard .btn {
  margin-top: auto;
}

.visiteCard_visual {
  width: 100%;
  height: 20vw;
  position: relative;
  margin-bottom: 1rem;
}
.visiteCard_visual .shape {
  position: absolute;
  width: 130px;
  height: calc(100% + 2rem);
  top: -1rem;
  left: -3vw;
  z-index: -1;
}
.visiteCard_visual .shape img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.visiteCard_visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.visiteCard_content {
  width: 100%;
  font-size: 0.9rem;
  gap: 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  flex: 1;
}
.visiteCard_content .titleLite {
  font-size: clamp(1.2rem, 3vw, 1.5rem);
}
.visiteCard_content .text {
  color: #424418;
  border-top: 1px solid #424418;
  border-bottom: 1px solid #424418;
  margin: 0;
}

.visiteCard_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin: 0;
  width: 100%;
}
.visiteCard_row strong {
  font-weight: 500;
  display: inline-block;
  white-space: preserve nowrap;
}
.visiteCard_row p {
  text-align: right;
}

.visiteCard_more > p {
  margin: 0.25rem 0;
}

.receptionListe .row.reverse {
  flex-direction: row-reverse;
}
.receptionListe .row:not(:last-child) {
  margin-bottom: 3rem;
}

.receptionListe_content {
  padding: 2rem 5vw;
}
.receptionListe_content .titleLite {
  margin-left: -2rem;
}

.receptionListe_spec {
  border-top: 1px solid #bc9350;
  border-bottom: 1px solid #bc9350;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  width: 100%;
}

.receptionListe_spec_row {
  margin: 0.5rem 0;
  width: 100%;
  gap: 0.3rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.receptionListe_spec_row p {
  text-wrap: balance;
}
.receptionListe_spec_row p:first-child {
  font-weight: 500;
  display: inline-block;
  white-space: preserve nowrap;
}
.receptionListe_spec_row p:last-child {
  text-align: right;
  font-size: 0.9rem;
}

.receptionListe_equipement {
  color: #bc9350;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.heroContact {
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  height: auto;
  min-height: 100vh;
  background-color: #424418;
}
.heroContact .title {
  font-size: clamp(2rem, 5vw, 3rem);
}
.heroContact .wpcf7 .wpcf7-form .wpcf7-response-output {
  position: fixed;
  top: 10vh;
}

.heroContact_visual {
  width: 40%;
  height: auto;
  position: relative;
}
.heroContact_visual picture {
  width: 100%;
  height: 100%;
}
.heroContact_visual picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.contactInfos {
  position: absolute;
  width: 500px;
  max-width: 100%;
  height: 340px;
  top: calc(50% - 170px);
  right: -5vw;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.contactInfos .titleLite {
  font-size: clamp(1.3rem, 3vw, 1.6rem);
  margin-bottom: 1rem;
}
.contactInfos .shape {
  position: absolute;
  width: 120px;
  height: calc(100% + 4rem);
  top: -2rem;
  right: -2rem;
  z-index: -1;
}
.contactInfos .shape img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}

.contactInfos_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  color: #ffffff;
  background-color: #333510;
  padding: 2rem;
}

.contactSocials, .adresse, .mailTel {
  padding-left: 2rem;
}

.adresse strong {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(0.9rem, 1.8vw, 1.1rem);
}

.mailTel {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}
.mailTel a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
}
.mailTel a:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-size: contain;
  background-repeat: no-repeat;
}
.mailTel a:first-child:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1tYWlscy1pY29uIGx1Y2lkZS1tYWlscyI+PHBhdGggZD0iTTE3IDE5YTIgMiAwIDAgMS0yIDJINGEyIDIgMCAwIDEtMi0ydi04YTIgMiAwIDAgMSAxLTEuNzMyIi8+PHBhdGggZD0ibTIyIDUuNS02LjQxOSA0LjE3OWEyIDIgMCAwIDEtMi4xNjIgMEw3IDUuNSIvPjxyZWN0IHg9IjciIHk9IjMiIHdpZHRoPSIxNSIgaGVpZ2h0PSIxMiIgcng9IjIiLz48L3N2Zz4=");
}
.mailTel a:last-child:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1waG9uZS1pY29uIGx1Y2lkZS1waG9uZSI+PHBhdGggZD0iTTEzLjgzMiAxNi41NjhhMSAxIDAgMCAwIDEuMjEzLS4zMDNsLjM1NS0uNDY1QTIgMiAwIDAgMSAxNyAxNWgzYTIgMiAwIDAgMSAyIDJ2M2EyIDIgMCAwIDEtMiAyQTE4IDE4IDAgMCAxIDIgNGEyIDIgMCAwIDEgMi0yaDNhMiAyIDAgMCAxIDIgMnYzYTIgMiAwIDAgMS0uOCAxLjZsLS40NjguMzUxYTEgMSAwIDAgMC0uMjkyIDEuMjMzIDE0IDE0IDAgMCAwIDYuMzkyIDYuMzg0Ii8+PC9zdmc+");
}

.contactSocials {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  margin-top: 0.5rem;
}
.contactSocials a {
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  overflow: hidden;
}
.contactSocials a svg {
  fill: #ffffff;
}

.heroContact_content {
  color: #ffffff;
  width: 60%;
  padding: 10rem 5vw 2rem 10vw;
  display: flex;
  align-items: flex-start;
}
.heroContact_content .titleLite {
  margin: 0 0.75rem;
  font-family: "poppins", Helvetica, sans-serif;
  font-size: clamp(0.9rem, 1.5vw, 1.1rem);
  letter-spacing: 0.16rem;
  font-weight: 300;
}
.heroContact_content .wpcf7 {
  margin: 0 auto;
}

.heroNews {
  padding: 14rem 5vw 12rem 5vw;
  background-color: #424418;
  position: relative;
  color: #ffffff;
}
.heroNews .col-12 {
  position: relative;
  z-index: 1;
}
.heroNews:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape-terroir-gold-full.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.2;
}

.newsPreview {
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.newsPreview:before {
  content: "";
  position: absolute;
  top: 20%;
  left: 0;
  width: 100%;
  height: calc(80% + 2rem);
  background-color: #424418;
}
.newsPreview .secondaryBtn svg path {
  stroke: #ffffff;
}

.postList {
  margin-top: -13rem;
  position: relative;
}

.postList_row {
  gap: 2rem;
}
.postList_row .postBlock {
  width: calc(33.333% - 2rem);
}

.postBlock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  padding: 1rem;
  height: 100%;
}
.postBlock .postBlock_img {
  border-radius: 5px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.postBlock .postBlock_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
}
.postBlock .postBlock_content {
  padding: 1rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}
.postBlock .postBlock_content .text {
  margin: 0;
  font-size: 0.9rem;
}
.postBlock .postBlockTitle {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.4rem);
}

/*SINGLE POST*/
.singleIntro {
  padding: 12rem 10% 3rem 10%;
  background-color: #424418;
  position: relative;
  color: #ffffff;
}
.singleIntro .singleBreadCrumb {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 1rem;
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
.singleIntro .singleBreadCrumb .singleBreadCrumbSeparator {
  margin: 0 0.25rem;
  color: rgba(255, 255, 255, 0.7);
}
.singleIntro .singleBreadCrumb a {
  color: white;
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.singleIntro .singleBreadCrumb a:hover {
  color: #bc9350;
}
.singleIntro .titleLite {
  position: relative;
  z-index: 1;
}
.singleIntro:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape-terroir-gold-full.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.2;
}

.singleContent {
  padding: 0;
  margin: 0 auto;
  max-width: 100%;
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 10%;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 2rem;
}
.singleContent .content {
  width: 900px;
  max-width: calc(100% - 420px);
}
.singleContent .postThumbnail {
  margin-bottom: 2rem;
}
.singleContent .postThumbnail img {
  border-radius: 5px;
}
.singleContent h1 {
  margin: 2rem 0;
  font-size: 2rem;
  font-weight: bold;
}
.singleContent h2 {
  margin: 1.8rem 0;
  font-weight: bolder !important;
  font-size: 2rem;
}
.singleContent h2 span {
  font-weight: bolder !important;
}
.singleContent h3 {
  margin: 1.5rem 0;
  font-weight: bolder !important;
  font-size: 1.4rem;
}
.singleContent h3 span {
  font-weight: bolder !important;
}
.singleContent h4 {
  margin: 1rem 0;
  font-weight: bolder !important;
  font-size: 1.1rem;
}
.singleContent h4 span {
  font-weight: bolder !important;
}
.singleContent p {
  margin: 0.75rem 0;
}
.singleContent strong {
  font-weight: bold;
}
.singleContent ul {
  margin: 0.75rem 0;
  padding-left: 1rem;
  list-style: disc;
}
.singleContent ul li {
  margin: 0.75rem 0;
}
.singleContent ol {
  margin: 0.75rem 0;
  padding-left: 1rem;
  list-style-type: decimal;
}
.singleContent ol li {
  margin: 0.75rem 0;
}
.singleContent .wp-block-image img {
  border-radius: 2rem;
}
.singleContent .wp-block-media-text figure {
  border-radius: 2rem;
  overflow: hidden;
}
.singleContent .wp-block-gallery figure {
  padding: 0.3rem;
}
.singleContent .wp-block-gallery figure img {
  border-radius: 1rem;
}
.singleContent figure.is-style-rounded img {
  border-radius: 2rem;
}
.singleContent .wp-block-button {
  display: inline-block;
  font-size: 1rem;
  margin: 1rem 0;
  text-align: center;
  min-width: 240px;
  line-height: 1.1;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  outline: none;
  border: none;
  background: transparent;
  padding: 0;
  overflow: hidden;
}
.singleContent .wp-block-button .wp-block-button__link.wp-element-button {
  padding: 0.7rem 2.5rem;
  display: block;
  position: relative;
  background-color: transparent;
  z-index: 1;
  font-size: 1rem;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.singleContent .wp-block-button .wp-block-button__link.wp-element-button:after {
  content: "";
  background-color: #bc9350;
  position: absolute;
  width: calc(100% - 2rem);
  height: 100%;
  left: 1rem;
  top: 0;
  overflow: hidden;
  z-index: -1;
  transform: skewX(20deg);
  border-radius: 0 1rem;
  transition: background-color 0.3s ease-in-out;
}
.singleContent .wp-block-button .wp-block-button__link.wp-element-button:hover {
  color: #424418;
}
.singleContent .wp-block-button .wp-block-button__link.wp-element-button:hover:after {
  background-color: #ffffff;
}
.singleContent table.has-fixed-layout {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.singleContent table.has-fixed-layout td, .singleContent table.has-fixed-layout th {
  padding: 10px;
  vertical-align: top;
}
.singleContent .tableWrapper {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.singleContent .tableWrapper table {
  min-width: 600px;
}
.singleContent .wp-block-embed {
  margin: 1rem 0;
}
.singleContent .wp-block-embed iframe {
  border-radius: 2rem;
  overflow: hidden;
}

.postPanel {
  width: 380px;
  z-index: 2;
}
.postPanel .stickyPanel {
  display: flex;
  flex-direction: column;
}

.contactPanel {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.contactPanel p {
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.contactPanel:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #424418;
}

.usefulLinksPanel {
  display: flex;
  flex-direction: column;
}
.usefulLinksPanel p {
  display: inline-block;
  font-size: 1.1rem;
  margin-bottom: 0.5rem;
  margin-top: 0;
  font-weight: bold;
}
.usefulLinksPanel .singleSocials {
  margin-bottom: 1rem;
}
.usefulLinksPanel .singleSocials a {
  width: 2.1rem;
  height: 2.1rem;
  margin: 0 0.25rem;
  border-radius: 5px;
  overflow: hidden;
}
.usefulLinksPanel .singleSocials a svg {
  width: 100%;
  height: 100%;
}
.usefulLinksPanel .singleSocials a svg path {
  fill: #424418;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.usefulLinksPanel > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}

.quickAccess {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 2rem;
  border-radius: 2rem;
  background-color: #bc9350;
}
.quickAccess p {
  display: inline-block;
  font-size: 1.3rem;
  margin-top: 0;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  font-weight: bold;
}
.quickAccess ul {
  list-style: none;
  padding-left: 0;
}
.quickAccess li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.quickAccess li:hover .quickAccessIcon {
  animation-name: bounceIt;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-fill-mode: both;
}
.quickAccess .quickAccessIcon {
  width: 1rem;
  height: 1rem;
  min-width: 1rem;
  margin-top: 3px;
  margin-right: 0.5rem;
  transform: translateX(0);
  transition: transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtYXJyb3ctcmlnaHQtaWNvbiBsdWNpZGUtY2lyY2xlLWFycm93LXJpZ2h0Ij48Y2lyY2xlIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPjxwYXRoIGQ9Im0xMiAxNiA0LTQtNC00Ii8+PHBhdGggZD0iTTggMTJoOCIvPjwvc3ZnPg==");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.quickAccess a {
  margin: 0.25rem 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-decoration: none;
}
.quickAccess a br {
  display: none;
}

.endBlog {
  overflow: hidden;
  padding-left: 10%;
  padding-right: 10%;
}
.endBlog .col-12 {
  padding-left: 0;
  padding-right: 0;
}
.endBlog .swiperNewsPreview {
  margin-left: 0;
}

footer {
  width: 90%;
  margin: 4rem auto 0 auto;
  background-color: #424418;
  color: #ffffff;
  padding: 3rem;
  position: relative;
}
footer .row {
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
}
footer .col-auto {
  max-width: 100%;
}
footer .shape {
  position: absolute;
  width: 700px;
  max-width: 40vw;
  height: 160px;
  top: -2rem;
  right: 5%;
  z-index: -1;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
}
footer .shape img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
}

.logoFooter {
  width: 160px;
}
.logoFooter img {
  width: 100%;
}

.alcoolMsg {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-weight: 400;
  text-align: center;
}

.mentionsContainer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
  color: #ffffff;
  text-align: center;
}
.mentionsContainer > p, .mentionsContainer > span, .mentionsContainer > a {
  margin: 0.25rem 0.5rem;
  font-size: 0.9rem;
}
.mentionsContainer > span {
  cursor: pointer;
}

.footerLinks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  gap: 1rem;
}
.footerLinks a {
  font-weight: 400;
}

.socialLinks {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.socialLinks a {
  width: 2rem;
  height: 2rem;
  border-radius: 5px;
  overflow: hidden;
}
.socialLinks a svg {
  fill: #ffffff;
}

.proAccessHero {
  min-height: 100vh;
}
.proAccessHero--open {
  min-height: 1px;
  height: auto;
}
.proAccessHero--open .proAccessHero_content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 0;
  position: relative;
}
.proAccessHero--open .proAccessHero_content .title, .proAccessHero--open .proAccessHero_content .text {
  position: relative;
  z-index: 1;
}
.proAccessHero--open .proAccessHero_content .text p {
  text-align: left;
  width: 100%;
}
.proAccessHero--open .proAccessHero_content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/shape-terroir-gold-full.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  opacity: 0.2;
}

.proAccessHero_visual {
  background: linear-gradient(180deg, rgba(51, 53, 16, 0.25), rgba(51, 53, 16, 0.7)), radial-gradient(circle at center, rgba(188, 147, 80, 0.2), transparent 58%), #424418;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.proAccessHero_brand {
  width: min(280px, 60%);
}
.proAccessHero_brand img {
  width: 100%;
  object-fit: contain;
}

.proAccessHero_content {
  width: 50%;
  padding: 10rem 5vw 3rem 5vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}
.proAccessHero_content .title {
  margin-bottom: 0;
}
.proAccessHero_content .titleLite {
  margin: 0;
}
.proAccessHero_content .text {
  margin: 0;
  max-width: 100%;
}
.proAccessHero_content .text p {
  width: 36rem;
}

.proAccessHero_links {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.proAccessHero_links a {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.7);
}
.proAccessHero_links a:hover {
  color: #bc9350;
}

.proAccessForm {
  width: min(100%, 34rem);
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.85rem;
}
.proAccessForm .btn {
  min-width: 0;
  width: 100%;
}

.proAccessForm_intro {
  font-family: "linotype-didot", serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  line-height: 1.2;
  font-weight: 700;
  font-size: clamp(1rem, 2vw, 1.2rem);
}

.proAccessForm_text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.proAccessForm_label {
  display: block;
  width: 100%;
}

.proAccessForm_input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  padding: 1rem 1.2rem;
  outline: 0;
  transition: border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.proAccessForm_input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.proAccessForm_input:focus {
  border-color: #bc9350;
  background-color: rgba(255, 255, 255, 0.12);
}

.proAccessForm_error {
  color: #fa9c45;
}

.proLibrary_group {
  width: 100%;
  border-top: 1px solid rgba(66, 68, 24, 0.15);
  padding: 1.5rem 0;
}
.proLibrary_group + .proLibrary_group {
  margin-top: 0;
}

.proLibrary_toggle {
  width: 100%;
  padding: 0;
  border: none;
  background-color: transparent;
  color: #424418;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
  text-align: left;
}
.proLibrary_toggle .titleLite {
  margin: 0;
  font-family: "poppins", Helvetica, sans-serif;
  text-transform: initial;
  font-weight: 500;
  font-size: clamp(1rem, 1.5vw, 1.4rem);
  letter-spacing: 0px;
}

.proLibrary_toggle_icon {
  width: 1.2rem;
  height: 1.2rem;
  position: relative;
  flex-shrink: 0;
}
.proLibrary_toggle_icon:before, .proLibrary_toggle_icon:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #424418;
  transform: translate(-50%, -50%);
  transition: transform 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.proLibrary_toggle_icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.proLibrary_group.isOpen .proLibrary_toggle_icon:after {
  opacity: 0;
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}

.proLibrary_panel {
  overflow: hidden;
}

html.js .proLibrary_panel {
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.proLibrary_panel_inner {
  padding-top: 2rem;
}

.proLibrary_panel_actions {
  margin-bottom: 2rem;
}

#pro-library-panel-press-42 .proLibrary_grid, #pro-library-panel-press-1081 .proLibrary_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 500px));
}

.proLibrary_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 1.5rem;
}

.proLibrary_card {
  border: 1px solid rgba(66, 68, 24, 0.12);
  background-color: #f6f6f6;
  padding: 1.5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}
.proLibrary_card .btn {
  min-width: 0;
  width: 100%;
}

.proLibrary_card--photo {
  padding: 0;
  overflow: hidden;
  background-color: #333510;
  border: none;
  position: relative;
}

.proLibrary_card_media {
  height: 100%;
  display: block;
}
.proLibrary_card_media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  vertical-align: middle;
  transition: transform 0.45s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.proLibrary_card_actions {
  position: absolute;
  inset: auto 1rem 1rem 1rem;
  z-index: 2;
}
.proLibrary_card_actions .btn {
  width: auto;
  min-width: 0;
  background-color: rgba(51, 53, 16, 0.92);
  opacity: 0;
}

.proLibrary_card--photo:hover .proLibrary_card_media img {
  transform: scale(1.05);
}
.proLibrary_card--photo:hover .proLibrary_card_actions .btn {
  opacity: 1;
}

body.noHover.can-touch .proLibrary_card--photo .proLibrary_card_actions .btn {
  opacity: 1;
}

.proLibrary_card_label {
  font-size: clamp(0.9rem, 1.4vw, 1rem);
}

.proLibrary_note {
  border-top: 1px solid rgba(66, 68, 24, 0.12);
  padding-top: 1.5rem;
}

.proWineLibrary {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  gap: 1.5rem;
}

.proWineLibrary_year {
  border: 1px solid rgba(66, 68, 24, 0.12);
  background-color: #f6f6f6;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.proWineLibrary_year_text {
  margin-bottom: 1rem;
  margin: 0;
}
.proWineLibrary_year_text p {
  width: 100%;
  margin: 0;
}

.proWineLibrary_files {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.75rem;
  width: 100%;
}

.proWineLibrary_file {
  border-top: 1px solid rgba(66, 68, 24, 0.1);
  padding-top: 0.75rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem 1rem;
  transition: transform 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), padding-left 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.proWineLibrary_file:first-child {
  border-top: none;
  padding-top: 0;
}
.proWineLibrary_file:hover {
  transform: translateX(0.25rem);
  border-color: rgba(188, 147, 80, 0.45);
}
.proWineLibrary_file:hover .proWineLibrary_file_title {
  color: #bc9350;
}

.proWineLibrary_file_title {
  font-size: 0.95rem;
  line-height: 1.2;
  transition: color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}

.proWineLibrary_year_actions {
  width: 100%;
  margin-top: 0.75rem;
}
.proWineLibrary_year_actions .btn {
  width: 100%;
}

@media screen and (max-width: 480px) {
  #pro-library-panel-press-42 .proLibrary_grid, #pro-library-panel-press-1081 .proLibrary_grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
  .proWineLibrary {
    grid-template-columns: 1fr;
  }
  .proWineLibrary_file {
    flex-direction: column;
    align-items: flex-start;
    border: 1px solid #424418 !important;
    background-color: transparent !important;
    border-radius: 5px;
    padding: 0.5rem 1rem !important;
  }
  .proWineLibrary_file .secondaryBtn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 0.14rem;
    line-height: 1.2;
  }
  .proWineLibrary_file .secondaryBtn:before {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM0MjQ0MTgiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLXJpZ2h0LWljb24gbHVjaWRlLWNoZXZyb24tcmlnaHQiPjxwYXRoIGQ9Im05IDE4IDYtNi02LTYiLz48L3N2Zz4=");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0.5rem;
    margin-top: -3px;
  }
}
.modalForm {
  position: fixed;
  z-index: -100;
  user-select: none;
  pointer-events: none;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100vw;
  height: 100vh;
  padding: 1rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-color: rgba(51, 53, 16, 0.95);
  color: #ffffff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: rgba(188, 147, 80, 0.9) rgba(255, 255, 255, 0.08);
}
.modalForm::-webkit-scrollbar {
  width: 10px;
}
.modalForm::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 999px;
}
.modalForm::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(188, 147, 80, 0.55), rgba(188, 147, 80, 0.3));
  border-radius: 999px;
  border: 2px solid rgba(51, 53, 16, 0.55);
}
.modalForm::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(188, 147, 80, 0.75), rgba(188, 147, 80, 0.45));
}
.modalForm .closeModal {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 1rem;
  border-radius: 5px;
  border: 1px solid #ffffff;
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.modalForm .closeModal svg {
  fill: #ffffff;
}
.modalForm .modalContainer {
  background-color: #424418;
  padding: 4rem;
  border-radius: 5px;
  box-shadow: 0px 0px 100px 0px rgba(0, 0, 0, 0.5);
  width: 760px;
  max-width: 100%;
  position: relative;
  opacity: 0;
  transform: translate(0, 4rem);
}
.modalForm .modalContainer .text p {
  margin: 0.5rem 0;
  font-size: 0.8rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  text-wrap: balance;
}
.modalForm .wpcf7 .legend {
  text-align: center;
  width: 100%;
  margin: 0.5rem 0;
}
.modalForm .wpcf7 .wpcf7-radio,
.modalForm .wpcf7 .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.modalForm .wpcf7 .wpcf7-radio *:before,
.modalForm .wpcf7 .wpcf7-radio *:after,
.modalForm .wpcf7 .wpcf7-checkbox *:before,
.modalForm .wpcf7 .wpcf7-checkbox *:after {
  box-sizing: inherit;
}
.modalForm .wpcf7 .wpcf7-radio .wpcf7-list-item,
.modalForm .wpcf7 .wpcf7-checkbox .wpcf7-list-item {
  margin-left: 0;
  display: flex;
}
.modalForm .wpcf7 .wpcf7-radio .wpcf7-list-item > label,
.modalForm .wpcf7 .wpcf7-checkbox .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0.25rem;
}

html.modalFormIsOpen,
body.modalFormIsOpen {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
html.modalFormIsOpen::-webkit-scrollbar,
body.modalFormIsOpen::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

body.modalFormIsOpen .modalForm {
  -webkit-user-select: initial;
  -moz-user-select: initial;
  user-select: initial;
  pointer-events: initial;
  z-index: 20;
}

body.drag-over {
  position: relative;
}
body.drag-over .applyForm .wpcf7-form [data-name=cv] {
  z-index: 1000;
  color: #ffffff;
  animation: scaleBox 1.5s infinite alternate;
}
body.drag-over .applyForm .wpcf7-form .codedropz-upload-handler {
  border-color: #ffffff;
}
body.drag-over .applyForm .wpcf7-form .codedropz-upload-inner h3 {
  color: #ffffff;
}
@keyframes scaleBox {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}
body.drag-over::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(52, 54, 62, 0.85);
  pointer-events: none;
  z-index: 999;
}

.wpcf7 {
  max-width: 100%;
  width: 900px;
  margin: 2rem auto;
}

.wpcf7-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  margin: 1rem auto;
}
.wpcf7-form .legend {
  width: 100%;
  font-weight: bold;
  margin: 0.75rem;
  text-align: center;
}
.wpcf7-form .legend em {
  font-size: 0.7rem;
  font-style: italic;
}
.wpcf7-form label > p, .wpcf7-form .selectizeEl > p {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  width: auto;
  text-wrap: balance;
  margin-bottom: 0.35rem;
}
.wpcf7-form label {
  width: calc(50% - 1.5rem);
  margin: 0.75rem;
  position: relative;
}
.wpcf7-form label .wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form label input, .wpcf7-form label textarea {
  width: 100%;
  background-color: transparent;
  border: none;
  padding: 1rem;
  border: 1px solid #ffffff;
  color: #ffffff;
  resize: none;
  display: block;
  border-radius: 5px;
  font-size: 16px;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
}
.wpcf7-form label input::placeholder, .wpcf7-form label textarea::placeholder {
  color: #ffffff;
  opacity: 0.6;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-size: 16px;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
}
.wpcf7-form label input:focus, .wpcf7-form label input:hover, .wpcf7-form label textarea:focus, .wpcf7-form label textarea:hover {
  outline: none;
}
.wpcf7-form label input:focus::placeholder, .wpcf7-form label input:focus::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label input:hover::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:focus::placeholder, .wpcf7-form label textarea:hover::placeholder, .wpcf7-form label textarea:hover::placeholder {
  opacity: 1;
}
.wpcf7-form label input:focus + i, .wpcf7-form label input:hover + i, .wpcf7-form label textarea:focus + i, .wpcf7-form label textarea:hover + i {
  opacity: 1;
}
.wpcf7-form label input:-webkit-autofill, .wpcf7-form label textarea:-webkit-autofill {
  appearance: none;
  background-color: transparent !important;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  -webkit-box-shadow: 0 0 0px 1000px #424418 inset !important;
}
.wpcf7-form label input:focus::-webkit-contacts-auto-fill-button, .wpcf7-form label textarea:focus::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.wpcf7-form label input:not(:placeholder-shown) + i, .wpcf7-form label textarea:not(:placeholder-shown) + i {
  opacity: 1;
}
.wpcf7-form label input.wpcf7-not-valid, .wpcf7-form label textarea.wpcf7-not-valid {
  padding: 0.5rem 1rem 1.5rem 1rem;
}
.wpcf7-form label input.wpcf7-not-valid + i svg path, .wpcf7-form label textarea.wpcf7-not-valid + i svg path {
  fill: #fa9c45;
}
.wpcf7-form label.big {
  width: 100%;
}
.wpcf7-form label.big i {
  top: 1rem;
}
.wpcf7-form i {
  position: absolute;
  right: 1rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form i svg path {
  fill: #ffffff;
  transition: fill 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form label.adresse {
  width: calc(45% - 1.5rem);
}
.wpcf7-form label.ville {
  width: calc(30% - 1.5rem);
}
.wpcf7-form label.cp {
  width: calc(25% - 1.5rem);
}
.wpcf7-form .selectizeEl {
  margin: 0.75rem;
  width: calc(50% - 1.5rem);
}
.wpcf7-form .selectizeEl.fullWidth {
  width: 100%;
}
.wpcf7-form .selectizeEl .wpcf7-form-control-wrap {
  height: 58.4px;
  display: block;
  width: 100%;
}
.wpcf7-form .selectize-control {
  height: 100%;
  width: 100%;
}
.wpcf7-form .selectize-control.single .selectize-input, .wpcf7-form .selectize-control.multi .selectize-input {
  background-color: transparent;
  background-image: none;
  padding: 1rem 1rem 0.9rem 1rem;
  box-shadow: none;
  border-color: #ffffff;
  border-width: 1px;
}
.wpcf7-form .selectize-control.single .selectize-input.input-active, .wpcf7-form .selectize-control.multi .selectize-input.input-active {
  display: flex;
}
.wpcf7-form .selectize-control.single .selectize-input.dropdown-active::before, .wpcf7-form .selectize-control.multi .selectize-input.dropdown-active::before {
  content: none;
}
.wpcf7-form .selectize-control.single .selectize-input.dropdown-active:after, .wpcf7-form .selectize-control.multi .selectize-input.dropdown-active:after {
  border-color: transparent transparent #ffffff transparent;
}
.wpcf7-form .selectize-control.single .selectize-input:after, .wpcf7-form .selectize-control.multi .selectize-input:after {
  border-color: #ffffff transparent transparent transparent;
}
.wpcf7-form .selectize-control.multi .selectize-input [data-value] {
  background-color: #bc9350;
  border-radius: 5px;
  background-image: none;
  border: none;
  text-shadow: none;
}
.wpcf7-form .selectize-control.multi .selectize-input > div {
  margin: 0 3px 0 0;
  padding: 2px 10px;
}
.wpcf7-form .selectize-control.multi.plugin-remove_button .item .remove {
  border-left-color: #ffffff;
}
.wpcf7-form .selectize-control.wpcf7-not-valid .selectize-input {
  padding-top: 0.5rem;
  padding-bottom: 1.5rem;
}
.wpcf7-form .selectize-input {
  height: 100%;
  box-shadow: none;
  border: 1px solid #ffffff;
  border-radius: 5px;
  padding: 8px 1rem;
  display: flex;
  align-items: center;
  font-family: "poppins", Helvetica, sans-serif;
}
.wpcf7-form .selectize-input input {
  border-radius: 0;
  max-width: 100%;
  color: #ffffff;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
  font-size: 16px;
}
.wpcf7-form .selectize-input input::-moz-placeholder {
  color: #ffffff;
  opacity: 0.8;
  -moz-transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
}
.wpcf7-form .selectize-input input::placeholder {
  color: #ffffff;
  opacity: 0.8;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
}
.wpcf7-form .selectize-input .item {
  color: #ffffff;
  font-size: 16px;
  font-family: "poppins", Helvetica, sans-serif;
  font-weight: 300;
}
.wpcf7-form .selectize-dropdown {
  box-shadow: 0 1px 20px -15px rgba(153, 197, 85, 0.2);
  border: none;
  background-color: #333510;
  color: #ffffff;
  border-radius: 5px;
  overflow: hidden;
}
.wpcf7-form .selectize-dropdown.animate {
  overflow-y: hidden;
}
.wpcf7-form .selectize-dropdown.animate .selectize-dropdown-content {
  overflow-y: hidden;
}
.wpcf7-form .selectize-dropdown .option {
  cursor: pointer;
  padding: 7.5px 1rem 5px 1rem;
  background-color: #ffffff;
  color: #424418;
}
.wpcf7-form .selectize-dropdown .option:hover {
  background-color: rgba(188, 147, 80, 0.5);
  color: #ffffff;
}
.wpcf7-form .selectize-dropdown .option.selected {
  background-color: #bc9350;
  color: #ffffff;
}
.wpcf7-form .selectize-dropdown .option.active:not(.selected) {
  background-color: rgba(188, 147, 80, 0.5);
  color: #ffffff;
}
.wpcf7-form .selectize-dropdown-content {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.45) rgba(255, 255, 255, 0.1);
}
.wpcf7-form .selectize-dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.wpcf7-form .selectize-dropdown-content::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 999px;
}
.wpcf7-form .selectize-dropdown-content::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.55), rgba(255, 255, 255, 0.3));
  border-radius: 999px;
  border: 2px solid rgba(1, 40, 48, 0.35);
}
.wpcf7-form .selectize-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0.45));
}
.wpcf7-form .wpcf7-radio,
.wpcf7-form .wpcf7-checkbox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
  display: inline-block;
  margin: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox], .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio],
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox],
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio] {
  visibility: hidden;
  position: absolute;
  left: -100000px;
  opacity: 0;
  z-index: -10000;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label:hover:after, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:not(:checked) + .wpcf7-list-item-label:hover:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:not(:checked) + .wpcf7-list-item-label:hover:after {
  transform: scale(1);
  opacity: 1;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label {
  background-color: #ffffff;
  color: #ffffff;
  padding-left: 2rem;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label:before, .wpcf7-form .wpcf7-radio .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=checkbox]:checked + .wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item [type=radio]:checked + .wpcf7-list-item-label:before {
  opacity: 1;
  transform: scale(1);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label {
  padding: 0.4rem 1rem;
  border-radius: 2rem;
  background-color: #fff;
  color: #424418;
  user-select: none;
  cursor: pointer;
  position: relative;
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: 5px center;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:before,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% - 10px);
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUtY2hlY2stYmlnLWljb24gbHVjaWRlLWNpcmNsZS1jaGVjay1iaWciPjxwYXRoIGQ9Ik0yMS44MDEgMTBBMTAgMTAgMCAxIDEgMTcgMy4zMzUiLz48cGF0aCBkPSJtOSAxMSAzIDNMMjIgNCIvPjwvc3ZnPg==");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0.5);
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item .wpcf7-list-item-label:after,
.wpcf7-form .wpcf7-checkbox .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: -4px;
  top: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border: 1px solid #ffffff;
  border-radius: 2rem;
  opacity: 0;
  transform: scale(0.95);
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .wpcf7-radio .wpcf7-checkbox + .wpcf7-not-valid-tip,
.wpcf7-form .wpcf7-checkbox .wpcf7-checkbox + .wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-form [data-name=cv] {
  width: 100%;
  margin: 0.75rem;
}
.wpcf7-form .codedropz-upload-handler {
  border-radius: 2rem;
  border: 2px solid #424418;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-form .codedropz-upload-inner {
  display: flex;
  align-items: center;
}
.wpcf7-form .codedropz-upload-inner h3 {
  font-size: 0.9rem;
  font-weight: 500;
  color: #424418;
  line-height: 1rem;
}
.wpcf7-form .codedropz-upload-inner span {
  display: inline-block;
  margin: 0 0.5rem;
}
.wpcf7-form .codedropz-upload-inner .cd-upload-btn {
  padding: 0.5rem 1rem;
  background-color: #bc9350;
  color: #424418;
  border-radius: 1rem;
  display: inline-block;
  transition: all 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7-form .codedropz-upload-inner .cd-upload-btn:hover {
  background-color: #424418;
  color: #ffffff;
}
.wpcf7-form .dnd-upload-counter {
  right: 15px;
  bottom: 5px;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .name {
  color: #424418;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .name em {
  color: #424418;
  font-weight: 400;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details span.has-error {
  color: #fa9c45;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar {
  margin: 0.25rem 0;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
  background-color: #6a6d25;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .dnd-icon-remove {
  color: #424418;
}
.wpcf7-form .dnd-upload-status .dnd-upload-details .remove-file span:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNjN2UiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaXJjbGUteC1pY29uIGx1Y2lkZS1jaXJjbGUteCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48cGF0aCBkPSJtMTUgOS02IDYiLz48cGF0aCBkPSJtOSA5IDYgNiIvPjwvc3ZnPg==");
}
.wpcf7-form .dnd-upload-status .dnd-upload-image {
  border-color: #424418;
}
.wpcf7-form .dnd-upload-status .dnd-upload-image span.file {
  height: 21px;
  width: 21px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiMwMDNjN2UiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1maWxlLWljb24gbHVjaWRlLWZpbGUiPjxwYXRoIGQ9Ik02IDIyYTIgMiAwIDAgMS0yLTJWNGEyIDIgMCAwIDEgMi0yaDhhMi40IDIuNCAwIDAgMSAxLjcwNC43MDZsMy41ODggMy41ODhBMi40IDIuNCAwIDAgMSAyMCA4djEyYTIgMiAwIDAgMS0yIDJ6Ii8+PHBhdGggZD0iTTE0IDJ2NWExIDEgMCAwIDAgMSAxaDUiLz48L3N2Zz4=");
}
.wpcf7-form .endForm {
  width: calc(100% - 1.5rem);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wpcf7-form .submitContainer {
  margin-top: 1rem;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
}
.wpcf7-form .formBtn span {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 0.75rem 1.5rem 0.6rem 1.5rem;
  display: inline-block;
  font-size: 0.9rem;
  color: #ffffff;
  cursor: pointer;
  position: relative;
  text-transform: uppercase;
  background-color: #333510;
  border-radius: 5px;
  font-weight: 400;
}
.wpcf7-form .formBtn.rgpdOk:hover span {
  background-color: #6a6d25;
}
.wpcf7-form input[type=submit] {
  visibility: hidden;
  position: absolute;
  right: auto;
  opacity: 0;
  width: 0;
  height: 0;
  z-index: -1000;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-not-valid-tip {
  color: #fa9c45;
  font-size: 0.8rem;
  position: absolute;
  bottom: 6px;
  left: 1.2rem;
  transition: opacity 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
  z-index: 1;
}
.wpcf7-form .wpcf7-spinner {
  position: absolute;
  right: calc(50% - 15.5px);
  top: calc(50% - 15.5px);
  margin: 0;
  width: 31px;
  height: 31px;
  background-color: transparent;
  opacity: 1;
  user-select: none;
  pointer-events: none;
}
.wpcf7-form .wpcf7-spinner:after, .wpcf7-form .wpcf7-spinner:before {
  content: "";
  box-sizing: border-box;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transform-origin: 50% 50%;
  animation: animloader 2s linear infinite;
}
.wpcf7-form .wpcf7-spinner:after:after, .wpcf7-form .wpcf7-spinner:before:after {
  animation-delay: 1s;
}
@keyframes animloader {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

/*Acceptance*/
[data-name=rgpd-consent] {
  padding: 0.1rem 0.25rem 0.1rem 0;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0);
  width: 540px;
  max-width: 100%;
  text-align: center;
}

.wpcf7-acceptance {
  display: inline-block;
}
.wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  width: auto;
}
.wpcf7-acceptance .wpcf7-list-item > label {
  cursor: pointer;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
  padding: 6px 8px;
  border-radius: 6px;
  overflow: hidden;
  transition: all 0.2s ease;
  display: inline-block;
  width: 34px;
  min-width: 34px;
  margin: 0;
  visibility: visible;
  opacity: 1;
  transform: none;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:not(:last-child) {
  margin-right: 6px;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover {
  background: rgba(0, 0, 0, 0.2);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx:hover span:first-child {
  border-color: #ffffff;
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span {
  float: left;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  transform: scale(1);
  border: 1px solid #ffffff;
  transition: all 0.2s ease;
  box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #424418;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}
.wpcf7-acceptance .wpcf7-list-item > label .cbx span:last-child {
  padding-left: 8px;
  line-height: 18px;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx {
  position: absolute;
  visibility: hidden;
  width: 0;
  padding: 0;
  margin: 0;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child {
  animation: wave-4 0.4s ease;
  background-color: #424418;
  border-color: #ffffff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inp-cbx:checked + .wpcf7-list-item-label .cbx span:first-child svg {
  stroke-dashoffset: 0;
  stroke: #ffffff;
}
.wpcf7-acceptance .wpcf7-list-item > label .inline-svg {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.wpcf7-acceptance .checkbox__text {
  font-size: 0.8rem;
  font-style: italic;
  font-weight: 300;
  text-align: left;
  display: inline-block;
  width: auto;
  text-wrap: balance;
}
.wpcf7-acceptance .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.wpcf7-acceptance + .wpcf7-not-valid-tip {
  position: initial;
  padding: 2px 2px 2px 5px;
  text-align: center;
}

@keyframes wave-4 {
  50% {
    transform: scale(0.9);
  }
}
body.cf7msg-open:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(51, 53, 16, 0.9);
  pointer-events: none;
  z-index: 90;
}
body.cf7msg-open.modalFormIsOpen .modalForm {
  z-index: 100;
}
body.cf7msg-open.modalFormIsOpen .modalForm .modalContainer:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(5px);
  background-color: rgba(51, 53, 16, 0.9);
  pointer-events: none;
  z-index: 90;
}

.wpcf7 .wpcf7-form {
  position: relative;
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  margin: 1rem auto;
  padding: 3rem 1rem 1rem 1rem;
  border: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  font-size: 1.1rem;
  text-wrap: balance;
  line-height: 1.2;
  width: 600px;
  height: auto;
  max-width: 90%;
  max-height: 100%;
  top: 0;
  left: 50%;
  z-index: 100;
  background-color: #424418;
  border-radius: 1rem;
  color: #fff;
  box-shadow: 0px 0px 50px -40px #000;
  opacity: 0;
  transform: translate(-50%, 50px);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 5px;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99), border-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  transform-origin: center;
  transition: background-color 0.3s cubic-bezier(0, 0.07, 0.57, 0.99);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.wpcf7 .wpcf7-form .wpcf7-response-output .wpcf7-response-close:hover {
  background-color: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}
.wpcf7 .wpcf7-form .wpcf7-response-output p {
  font-size: 0.9rem;
  margin: 0.5rem 0;
}
.wpcf7 .wpcf7-form .wpcf7-response-output strong {
  font-size: 1.2rem;
  font-weight: 300;
}
.wpcf7 .wpcf7-form .wpcf7-response-output a {
  font-size: 0.9rem;
  text-decoration: underline;
}
.wpcf7 .wpcf7-form .wpcf7-response-output:before {
  content: "";
  width: 9rem;
  height: 5rem;
  margin-bottom: 1rem;
  background: url("../img/logo-blanc.svg");
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.validating .wpcf7-response-output {
  display: none;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output {
  color: #fff;
  background-color: #424418;
}
.wpcf7 .wpcf7-form.invalid .wpcf7-response-output:before {
  background: url("../img/logo-blanc.svg"), #424418;
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: center;
}
.wpcf7 .wpcf7-form.sent .wpcf7-response-output:before, .wpcf7 .wpcf7-form.resetting .wpcf7-response-output:before {
  background: url("../img/logo-blanc.svg"), #424418;
  background-size: 7rem;
  background-repeat: no-repeat;
  background-position: center;
}

body.page-mentions #langSwitch {
  color: #424418;
}
body.page-mentions #langSwitch a, body.page-mentions #langSwitch span {
  color: #424418;
}
body.page-mentions #langSwitch i {
  background-color: #424418;
}
body.page-mentions .btnMenu {
  border-color: #424418;
  background-color: #ffffff;
}
body.page-mentions .btnMenu span {
  background-color: #424418;
}
body.page-mentions.menuOpen #langSwitch {
  color: #ffffff;
}
body.page-mentions.menuOpen #langSwitch a, body.page-mentions.menuOpen #langSwitch span {
  color: #ffffff;
}
body.page-mentions.menuOpen #langSwitch i {
  background-color: #ffffff;
}
body.page-mentions.menuOpen .btnMenu {
  border-color: #ffffff;
  background-color: #424418;
}
body.page-mentions.menuOpen .btnMenu span {
  background-color: #ffffff;
}
body.page-mentions #cmplz-document {
  max-width: 100%;
  width: 1200px;
}

#cmplz-manage-consent .cmplz-manage-consent {
  display: none;
}

.mentions {
  padding-top: 10rem;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
}
.mentions .titleLite {
  margin-bottom: 2rem;
}
.mentions > div {
  width: 1200px;
  max-width: 100%;
  margin: 3rem auto 0 auto;
}
.mentions p {
  margin: 0.75rem 0;
}
.mentions a {
  text-decoration: underline;
  word-wrap: break-word;
}
.mentions h2 {
  font-size: 1.5rem;
  font-weight: 500;
  margin: 1rem 0;
}
.mentions h3 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 1rem 0;
}
.mentions h4 {
  font-size: 1.1rem;
  font-weight: 500;
  margin: 1rem 0;
}
.mentions ul, .mentions ol {
  margin: 1rem 0;
  list-style: disc;
  padding-left: 2rem;
}
.mentions ul li, .mentions ol li {
  margin: 0.75rem 0;
}
.mentions ul li a, .mentions ol li a {
  text-decoration: underline;
  word-wrap: break-word;
}

.error404Page {
  min-height: 70vh;
  padding: 10rem 5vw 5rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  background-color: #f6f6f6;
  color: #424418;
  text-align: center;
}

.error404Page_inner {
  width: min(680px, 100%);
}

.error404Page_code {
  margin-bottom: 1rem;
  color: #bc9350;
  font-family: "poppins", Helvetica, sans-serif;
  font-size: 0.75rem;
  font-weight: 400;
  letter-spacing: 0.14rem;
  text-transform: uppercase;
}

.error404Page h1 {
  margin-bottom: 1.5rem;
  font-family: "linotype-didot", serif;
  font-size: clamp(3rem, 8vw, 7rem);
  font-weight: 400;
  line-height: 0.95;
}

.error404Page_text {
  max-width: 520px;
  margin: 0 auto 2rem;
  font-size: clamp(1rem, 2vw, 1.15rem);
  line-height: 1.7;
}

.error404Page_link {
  display: inline-block;
  padding: 0.9rem 1.5rem;
  border: 1px solid #424418;
  border-radius: 5px;
  font-size: 0.75rem;
  letter-spacing: 0.12rem;
  text-transform: uppercase;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
}
.error404Page_link:hover {
  background-color: #424418;
  border-color: #424418;
  color: #ffffff;
}

@media (max-width: 1599px) {
  .homeWine .row {
    justify-content: center;
  }
  .homeWine_bottle .homeWine_bottle_wrapper {
    width: 15vw;
    padding-right: 1rem;
  }
  .homeWine_content {
    margin-left: 0;
  }
  .wineColorSwitch button {
    padding: 0.6rem 0.9rem;
  }
  .wineColorSwitch button span {
    letter-spacing: 0.04rem;
  }
  .visiteListe .row {
    gap: 4rem 2rem;
  }
  .visiteCard {
    width: calc(33.33% - 2rem);
  }
  .visiteCard_visual {
    height: 300px;
  }
  .visiteCard_visual .shape {
    left: -1rem;
  }
  .logoFooter {
    order: 1;
  }
  .footerLinks {
    order: 2;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
  }
  .socialLinks a {
    width: 1.6rem;
    height: 1.6rem;
  }
  .footerText {
    order: 3;
    width: 100%;
    margin-top: 2rem;
  }
  .alcoolMsg {
    font-size: 0.9rem;
  }
  .mentionsContainer > p, .mentionsContainer > span, .mentionsContainer > a {
    font-size: 0.8rem;
  }
}
@media (max-width: 1400px) {
  .header_right .menu {
    padding: 10rem 1rem 2rem 5vw;
  }
  .header_right .menu a {
    font-size: clamp(1.1rem, 2.5vw, 2rem);
  }
  .header_right .sub-menu a, .header_right .sub-menu .parentTitle {
    font-size: clamp(0.9rem, 1.5vw, 1.2rem);
  }
  .header_right .menuVisuals {
    padding: 7rem 5vw 7rem 1rem;
  }
  .header_right .menuVisuals p {
    font-size: clamp(0.9rem, 1.3vw, 1.2rem);
    padding: 1rem;
    text-wrap: balance;
  }
  .header_right .menuVisuals p br {
    display: none;
  }
  .largeVisual {
    height: 60vh;
  }
  .terroirSpec_title {
    height: 340px;
  }
  .terroirSpec_title .title {
    font-size: clamp(1.4rem, 3vw, 2.2rem);
  }
  .terroirSpec_circle {
    width: 340px;
    height: 340px;
    left: calc(50% - 170px);
  }
  .allHistory_progress {
    left: 5vw;
  }
  .vinsListe .row {
    justify-content: center;
  }
  .vinCard {
    width: 360px;
  }
  .vinCard .vinCard_wrapper {
    width: 100%;
  }
  .vinCard .vinCard_visual {
    width: 75px;
    height: 300px;
  }
  .vinCard .vinCard_content h3 {
    font-size: clamp(1.1rem, 1.5vw, 1.3rem);
  }
  .heroWine {
    height: auto;
    min-height: 1px;
  }
  .heroWine_content {
    width: 65%;
    justify-content: flex-start;
    padding: 10rem calc(5vw + 90px) 3rem 5vw;
  }
  .heroWine_content .text {
    margin: 0.5rem 0;
  }
  .heroWine_content .toggleWineText {
    margin-bottom: 1.5rem;
  }
  .heroWine_visual_spec {
    width: calc(35% + 5vw + 60px);
    grid-template-columns: minmax(120px, 120px) minmax(260px, 1fr);
    margin-left: calc(-5vw - 60px);
  }
  .heroWine_spec_row div:last-child p {
    font-size: clamp(0.85rem, 1vw, 0.9rem);
  }
  .heroWine_visual_spec_wrapper {
    grid-template-columns: minmax(120px, 120px) minmax(260px, 1fr);
  }
  .postBlock .postBlock_img {
    height: 250px;
  }
  .postList_row {
    gap: 0;
  }
  .postList_row .postBlock {
    width: 33.333%;
  }
}
@media (max-width: 1200px) {
  .imgShape .shape {
    left: -1rem;
  }
  .imgShape .visualWrapper {
    height: 100%;
  }
  .heroCommon_visual {
    width: 40%;
  }
  .heroCommon_content {
    width: 60%;
  }
  .homeWine_bottle .homeWine_bottle_wrapper {
    width: 20vw;
  }
  .homeVisites_content {
    margin-top: 1rem;
  }
  .homeVisites_content .title strong:first-child {
    color: #424418;
  }
  .terroirParcels_draw {
    position: absolute;
    width: 50vw;
  }
  .terroirParcels_content {
    margin-left: auto;
    width: 100%;
  }
  .terroirParcels_content .title {
    margin-left: 30vw;
  }
  .terroirParcels_content .titleLite {
    margin-left: 35vw;
  }
  .terroirParcels_content .text {
    margin-top: 5vw;
  }
  .terroirParcels_content .text p {
    margin-left: auto;
    margin-right: auto;
  }
  .terroirGeologie_content {
    padding-right: 0;
  }
  .secretVendanges_content .title.margL-12 {
    margin-left: 0;
  }
  .winemakingWhite_visual .shape {
    right: -.winemakingWhite_visual .shape rem;
    left: auto;
  }
  .winemakingRed_content .title.margL-8 {
    margin-left: 0;
  }
  .engagementDetails_content .title.margL-8 {
    margin-left: 0;
  }
  .engagementDetails_content .titleLite {
    padding-left: 0;
  }
  .engagementDetails_content .text {
    padding-left: 0;
  }
  .engagementDetails_content .btn {
    margin-left: 0;
  }
  .heroWine .title {
    font-size: clamp(1.3rem, 2vw, 1.8rem);
  }
  .heroWine .titleLite {
    font-size: clamp(1rem, 1.2vw, 1.2rem);
  }
  .wineBreadcrumb {
    font-size: 0.8rem;
  }
  .heroWine_content {
    padding: 10rem 2rem 2rem 5vw;
    width: 60%;
  }
  .heroWine_content .text p {
    font-size: 0.8rem;
  }
  .heroWine_visual_spec {
    width: 40%;
    grid-template-columns: minmax(80px, 80px) minmax(220px, 1fr);
    margin-left: 0;
    gap: 1rem;
    padding: 10rem 5vw 3rem 1rem;
  }
  .heroWine_spec {
    gap: 0;
  }
  .heroWine_spec_row div:first-child p {
    font-size: clamp(0.85rem, 1vw, 0.9rem);
  }
  .heroWine_spec_row div:last-child p {
    font-size: clamp(0.8rem, 1vw, 0.85rem);
  }
  .heroWine_visual_spec_wrapper {
    grid-template-columns: minmax(80px, 80px) minmax(220px, 1fr);
    padding: 10rem 5vw 3rem 1rem;
    gap: 1rem;
  }
  .heroWine_bottle .shape {
    display: none;
  }
  .swiperMillesimes {
    width: 760px;
  }
  .visiteCard {
    width: calc(50% - 2rem);
  }
  .swiperReception {
    width: 700px;
    max-width: 100%;
    margin: 0;
  }
  .receptionListe_content {
    padding: 1rem;
  }
  .receptionListe_content .titleLite {
    margin-left: 0;
  }
  .contactInfos {
    height: auto;
    top: 10rem;
  }
  .contactInfos .titleLite {
    font-size: 1.1rem;
  }
  .contactInfos a {
    font-size: 0.8rem;
  }
  .adresse {
    font-size: 0.8rem;
    padding-left: 0;
  }
  .adresse strong {
    font-size: 0.9rem;
  }
  .mailTel {
    padding-left: 0;
  }
  .contactSocials {
    padding-left: 0;
  }
  .heroContact_content {
    padding: 8rem 5vw 2rem 10vw;
  }
  .heroContact_content .wpcf7-form label {
    width: 100%;
  }
  .heroNews {
    padding: 10rem 5vw 8rem 5vw;
  }
  .postList {
    margin-top: -10rem;
  }
  .singleContent .content {
    width: 100%;
    max-width: 100%;
  }
  .postPanel {
    width: 100%;
  }
  .postPanel .stickyPanel {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .contactPanel:before {
    content: none;
  }
  .contactPanel p {
    margin-top: 0;
  }
}
@media (max-width: 1024px) {
  .title {
    font-size: clamp(1.6rem, 4vw, 3rem);
  }
  .heroCommon_content .title {
    font-size: clamp(1.6rem, 4vw, 3rem);
  }
  .heroNumbers .number {
    font-size: clamp(1.3rem, 3.5vw, 2.5rem);
  }
}
@media (max-width: 1023px) {
  .logo {
    width: 120px;
  }
  .heroCommon {
    height: auto;
    align-items: stretch;
    min-height: 400px;
  }
  .heroCommon .heroScrollIndic {
    display: none;
  }
  .heroCommon_content {
    padding: 8rem calc(5vw + 1rem) 2rem calc(5vw + 1rem);
    z-index: 1;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-wrap: nowrap;
    background: linear-gradient(180deg, rgba(51, 53, 16, 0.25), rgba(51, 53, 16, 0.7)), radial-gradient(circle at left, rgba(188, 147, 80, 0.2), transparent 58%), rgba(66, 68, 24, 0.4);
  }
  .heroCommon_content .text {
    margin: 0.5rem 0;
  }
  .heroCommon_visual {
    height: 100%;
    width: 100%;
    position: absolute;
  }
  .allHistory {
    height: auto;
    padding: 0 calc(5vw + 1rem);
  }
  .allHistory_wrapper {
    height: auto;
    width: 100%;
    min-width: 1px;
    flex-wrap: wrap;
    padding: 0;
  }
  .allHistory_item {
    flex: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 2rem;
    padding: 0;
    margin: 2rem 0;
  }
  .allHistory_item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .allHistory_item.vGrid {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .allHistory_item.vGrid .allHistory_item_visual {
    width: calc(50% - 1rem);
    margin-left: 0;
  }
  .allHistory_item.flipIt .allHistory_item_visual, .allHistory_item.flipIt .allHistory_item_content {
    order: inherit;
  }
  .allHistory_item_content {
    width: calc(50% - 1rem);
    align-self: center;
  }
  .allHistory_item_content .titleLite {
    font-size: clamp(1rem, 2vw, 1.2rem);
  }
  .allHistory_item_date {
    font-size: clamp(1.2rem, 2vw, 1.6rem);
    margin-bottom: 0.3rem;
  }
  .allHistory_item_visual {
    width: calc(50% - 1rem);
    min-height: 1px;
    align-self: stretch !important;
    height: auto;
  }
  .allHistory_item_visual img {
    max-height: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    -o-object-fit: cover;
    -o-object-position: center;
    vertical-align: middle;
  }
  .heroWine_content {
    padding: 8rem calc(5vw + 1rem) 2rem calc(5vw + 1rem);
    width: 100%;
  }
  .heroWine_visual_spec {
    width: 100%;
    grid-template-columns: minmax(110px, 110px) minmax(300px, 1fr);
    gap: 2rem;
    padding: 2rem calc(5vw + 1rem);
  }
  .heroWine_visual_spec_wrapper {
    position: initial;
    grid-template-columns: minmax(110px, 110px) minmax(300px, 1fr);
    padding: 2rem 5vw;
    gap: 2rem;
  }
  .postList_row .postBlock {
    width: 50%;
  }
  .proAccessHero_visual {
    display: none;
  }
}
@media (max-width: 991px) {
  .engagementDetails_content {
    padding-top: 1rem;
  }
  .engagementDetails_content .titleLite {
    font-size: 1rem;
  }
  .millesimes .col-12.spaceBtm {
    margin-bottom: 1.5rem;
  }
  .swiperMillesimes {
    width: 640px;
  }
  .swiperMillesimes_slide {
    padding: 1rem;
  }
  .swiperMillesimes_date {
    font-size: 2rem;
    margin-left: -1.2rem;
  }
  .swiperMillesimes_date:before {
    left: 1.2rem;
  }
  .swiperMillesimes_date:after {
    left: 1.2rem;
    width: calc(100% + 1.2rem);
  }
  .contactInfos {
    right: -1rem;
  }
  .contactInfos .shape {
    right: -1rem;
  }
  .heroContact_content {
    padding: 8rem 5vw 2rem 3rem;
  }
  .postBlock .postBlock_content {
    padding: 1rem 0;
  }
  .heroCommon.proAccessHero {
    min-height: 1px;
  }
  .mentions {
    padding-top: 8rem;
  }
}
@media (max-width: 820px) {
  .header_right .menu a {
    font-size: 1.6rem;
  }
  .header_right .sub-menu li:first-child {
    margin-top: 0.5rem;
  }
  .header_right .sub-menu li {
    margin: 0.5rem 0;
  }
  .header_right .sub-menu a {
    font-size: 1.1rem;
  }
  .modalForm .modalContainer {
    padding: 4rem 2rem;
  }
  .vinCard .vinCard_wrapper {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 1rem;
  }
  .vinCard .vinCard_visual {
    width: 60px;
    min-width: 60px;
    height: auto;
  }
  .vinCard picture {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .vinCard .vinCard_content {
    margin-top: 0;
    justify-content: center;
    height: auto;
  }
  .vinCard .vinCard_content > p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .text {
    margin: 0.75rem 0;
  }
  .largeVisual {
    height: 400px;
  }
  .secretVendanges_visual, .winemakingWhite_visual {
    height: 360px;
  }
  .imgShape .visualWrapper {
    width: 100%;
    max-width: 100%;
  }
  .terroirGeologie_visual, .terroirVignoble_visual {
    display: none;
  }
  #langSwitch {
    user-select: none;
    pointer-events: none;
    right: 4.5rem;
    top: 1.75rem;
    opacity: 0;
    visibility: hidden;
    flex-direction: row;
    align-items: stretch;
  }
  #langSwitch i {
    width: 1px;
    height: auto;
    margin: 0 6px;
    margin-top: -3px;
  }
  #langSwitch span, #langSwitch a {
    font-size: 1rem;
  }
  body.menuOpen #langSwitch {
    pointer-events: initial;
  }
  .btnMenu {
    right: 1rem;
  }
  .modalForm .closeModal {
    width: 40px;
    height: 40px;
    padding: 0.5rem;
  }
  .modalForm .modalContainer {
    padding: 4rem 1.5rem;
  }
  .modalForm .wpcf7-form label, .modalForm .wpcf7-form .selectizeEl {
    width: 100%;
  }
  .homeHistory_visual {
    order: 2;
    margin-top: 2rem;
    height: 400px;
  }
  .homeHistory_content {
    padding: 0 1rem;
    order: 1;
  }
  .homeHistory_content .title.margL-12 {
    margin-left: 0;
  }
  .homeHistory_content .title .titleCloneMask {
    display: none !important;
  }
  .mobilOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 90%);
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(2px);
  }
  .homeTerroir .row, .homeChais .row {
    position: relative;
  }
  .homeTerroir .largeVisual, .homeChais .largeVisual {
    position: relative;
  }
  .homeTerroir .shape, .homeChais .shape {
    display: none;
  }
  .homeTerroir .mobilBlockVisual, .homeChais .mobilBlockVisual {
    overflow: hidden;
    height: 400px;
  }
  .homeTerroir .mobilBlockVisual .visualWrapper, .homeTerroir .mobilBlockVisual .largeVisualWrapper, .homeChais .mobilBlockVisual .visualWrapper, .homeChais .mobilBlockVisual .largeVisualWrapper {
    overflow: hidden;
    position: relative;
  }
  .homeTerroir .mobilBlockVisual picture, .homeChais .mobilBlockVisual picture {
    transform: translate(0, 0) scale(1.1);
  }
  .homeTerroir .mobilBlockVisual picture.stickyAppear, .homeChais .mobilBlockVisual picture.stickyAppear {
    transform: translate(0, 0) scale(1.1);
  }
  .homeTerroir .mobilBlockContent, .homeChais .mobilBlockContent {
    padding-top: 0;
    margin-bottom: 0;
    z-index: 3;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 2.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
  }
  .homeTerroir .mobilBlockContent .titleLite, .homeChais .mobilBlockContent .titleLite {
    color: #ffffff;
    font-size: clamp(1rem, 2vw, 1.5rem);
  }
  .homeTerroir .mobilBlockContent .btn, .homeChais .mobilBlockContent .btn {
    color: #ffffff;
    border-color: #ffffff;
  }
  .homeTerroir .mobilBlockContent .btn span, .homeChais .mobilBlockContent .btn span {
    color: #ffffff;
  }
  .homeTerroir .mobilBlockContent .btn .border-static, .homeChais .mobilBlockContent .btn .border-static {
    stroke: #ffffff;
  }
  .homeTerroir .mobilBlockContent .btn .border-animated, .homeChais .mobilBlockContent .btn .border-animated {
    stroke: #333510;
  }
  .homeTerroir .mobilBlockContent .btn:hover, .homeChais .mobilBlockContent .btn:hover {
    background-color: rgb(62, 64, 25);
  }
  .homeTerroir .largeVisual {
    display: none;
  }
  .homeTerroir_visual {
    margin-top: 0;
    height: 400px;
  }
  .homeChais_visual {
    display: none;
  }
  .homeWine {
    padding-top: 3rem;
    padding-bottom: 10rem;
    margin-top: 3rem;
  }
  .homeWine .row {
    padding-bottom: 45px;
    position: relative;
  }
  .homeWine .panelDark {
    width: 100%;
  }
  .homeWine_bottle {
    margin-top: 0;
    width: 100px;
    flex: 0 0 100px;
  }
  .homeWine_bottle.stickyAppear.toScale {
    transform: translate(0, 0) scale(1);
  }
  .homeWine_bottle .homeWine_bottle_wrapper {
    width: 100%;
    padding-right: 0;
  }
  .homeWine_content {
    width: calc(100% - 130px);
    flex: 0 0 calc(100% - 130px);
    position: initial;
  }
  .homeWine_content .btn {
    position: absolute;
    bottom: 0;
    width: calc(100% - 5vw - 2rem);
    left: calc(2.5vw + 1rem);
  }
  .homeVisites .largeVisual {
    margin-top: -10rem;
  }
  .homeVisites_content {
    margin-top: 2rem;
    padding: 0 1rem;
  }
  .homeVisites_content .title.basicAppear.-xRight {
    transform: translate(0, 20px);
  }
  .homeVisites_content .text {
    padding-left: 0;
  }
  .homeVisites_content .btn {
    margin-left: 0;
  }
  .allHistory_item {
    align-items: flex-start;
    gap: 1rem;
    margin: 1rem 0;
  }
  .allHistory_item:nth-child(even) {
    flex-direction: row;
  }
  .allHistory_item.vGrid .allHistory_item_visual {
    width: 100%;
  }
  .allHistory_item_content {
    width: 100%;
  }
  .allHistory_item_visual {
    width: 100%;
    align-self: flex-start !important;
    height: 300px;
    min-height: 1px !important;
  }
  .allHistory_item_visual img {
    object-fit: cover;
    width: 100% !important;
  }
  .allHistory_item_visual img.noCover {
    object-fit: contain;
    width: auto !important;
  }
  .terroirParcels {
    position: relative;
    z-index: 1;
    padding-bottom: 0;
  }
  .terroirParcels_draw {
    position: absolute;
    opacity: 0.6;
    width: 90%;
    top: 1rem;
  }
  .terroirParcels_draw .terroirParcels_draw_wrapper {
    clip-path: circle(0% at 0% 0%);
  }
  .terroirParcels_content {
    transform: translate(0, -10rem);
  }
  .terroirParcels_content .title {
    margin-left: 0;
  }
  .terroirParcels_content .title.stickyAppear.fromLeft {
    transform: translate(0, -40px);
  }
  .terroirParcels_content .titleLite {
    margin-left: 0;
  }
  .terroirGeologie {
    padding-bottom: 20rem;
  }
  .terroirGeologie_content {
    padding: 0 1rem;
    margin-top: 2rem;
  }
  .terroirVignoble_content {
    padding-top: 2rem;
    display: block;
  }
  .terroirSpec .col-12.spaceTop {
    margin-top: 1rem;
  }
  .terroirSpec_title {
    height: auto;
    align-items: flex-start;
    margin-bottom: 1.5rem;
  }
  .terroirSpec_title .title {
    align-items: flex-start;
    text-align: left;
  }
  .terroirSpec_circle {
    display: none;
  }
  .terroirSpec_content.blockEnd {
    align-items: flex-start;
    text-align: left;
  }
  .terroirSpec_content.blockEnd .text {
    align-items: flex-start;
  }
  .terroirSpec_content.blockEnd .text p {
    text-align: left;
  }
  .terroirSpec_content .titleLite.basicAppear.-xRight, .terroirSpec_content .titleLite.basicAppear.-xLeft {
    transform: translate(0, 20px);
  }
  .terroirSpec_content .text p, .terroirSpec_content .text div {
    min-height: 1px;
  }
  .terroirSpec_content .text p.basicAppear.-xLeft, .terroirSpec_content .text p.basicAppear.-xRight, .terroirSpec_content .text div.basicAppear.-xLeft, .terroirSpec_content .text div.basicAppear.-xRight {
    transform: translate(0, 20px);
  }
  .terroirSpec_content .text div {
    border: none;
  }
  .secretVendanges .largeVisual {
    margin-top: 0;
  }
  .secretVendanges_visual .shape.stickyAppear.fromRight {
    transform: translate(50px, 0) scale(0.6);
  }
  .secretVendanges_content {
    margin-top: 2rem;
    padding-bottom: 1rem;
  }
  .secretVendanges_content .title.stickyAppear.fromLeft {
    transform: translate(0, -20px);
  }
  .winemakingWhite {
    padding-bottom: 3rem;
  }
  .winemakingWhite_visual {
    margin-top: 0;
  }
  .winemakingWhite_visual .shape.stickyAppear.fromRight {
    transform: translate(50px, 0) scale(0.6);
  }
  .winemakingWhite_content {
    margin-top: 0;
    padding-bottom: 1rem;
    padding: 0 1rem;
  }
  .winemakingWhite_content .title.stickyAppear.fromRight {
    transform: translate(0, -20px);
  }
  .winemakingRed .largeVisual {
    order: 2;
    margin-top: 0;
  }
  .winemakingRed_content {
    order: 1;
    padding-bottom: 2rem;
    padding-top: 0;
    margin-top: 0;
  }
  .winemakingRed_content .title.basicAppear {
    transform: translate(0, -20px);
  }
  .winemakingRed_content .title.stickyAppear.fromRight {
    transform: translate(0, 20px);
  }
  .winemakingRed_visual {
    display: none;
  }
  .engagementDetails_content {
    order: 1;
    padding-top: 0;
  }
  .engagementDetails_content .titleCloneMask {
    display: none !important;
  }
  .engagementDetails_visual {
    order: 2;
    height: 400px;
    margin-top: 2rem;
  }
  .engagementDetails_visual picture {
    width: 100%;
  }
  .engagementDetails_visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .wineBreadcrumb {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
  }
  .wineBreadcrumb .separator {
    display: none;
  }
  .wineBreadcrumb span {
    padding-left: 1.3rem;
    position: relative;
  }
  .wineBreadcrumb span:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jb3JuZXItZG93bi1yaWdodC1pY29uIGx1Y2lkZS1jb3JuZXItZG93bi1yaWdodCI+PHBhdGggZD0ibTE1IDEwIDUgNS01IDUiLz48cGF0aCBkPSJNNCA0djdhNCA0IDAgMCAwIDQgNGgxMiIvPjwvc3ZnPg==");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .swiperMillesimes {
    overflow: hidden;
  }
  .datePagination {
    margin-top: 1rem;
    width: 100%;
  }
  .datePagination .millesimeSelectControl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 320px;
    gap: 0.4rem;
  }
  .datePagination .millesimeSelectLabel {
    color: #424418;
    line-height: 1.4;
  }
  .datePagination .millesimeDropdown {
    position: relative;
    width: 100%;
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_toggle {
    border-radius: 5px 5px 0 0;
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_toggle svg {
    transform: rotate(180deg);
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_list {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(188, 147, 80, 0.9) rgba(255, 255, 255, 0.08);
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_list::-webkit-scrollbar {
    width: 10px;
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_list::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_list::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, rgba(188, 147, 80, 0.55), rgba(188, 147, 80, 0.3));
    border-radius: 999px;
    border: 2px solid rgba(51, 53, 16, 0.55);
  }
  .datePagination .millesimeDropdown.is-open .millesimeDropdown_list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, rgba(188, 147, 80, 0.75), rgba(188, 147, 80, 0.45));
  }
  .datePagination .millesimeDropdown_toggle, .datePagination .millesimeDropdown_option {
    width: 100%;
    border: none;
    outline: none;
    color: #424418;
    font-family: "poppins", Helvetica, sans-serif;
    font-size: 1rem;
    text-align: left;
    cursor: pointer;
  }
  .datePagination .millesimeDropdown_toggle {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    border: 1px solid #424418;
    border-radius: 5px;
    background-color: #ffffff;
    padding: 0.65rem 0.75rem;
  }
  .datePagination .millesimeDropdown_toggle svg {
    flex: 0 0 auto;
    transition: transform 0.25s ease-in-out;
  }
  .datePagination .millesimeDropdown_list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: 210px;
    overflow-y: auto;
    border: 1px solid #424418;
    border-top: none;
    border-radius: 0 0 5px 5px;
    background-color: #ffffff;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.4rem);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  }
  .datePagination .millesimeDropdown_option {
    display: block;
    background-color: #ffffff;
    padding: 0.65rem 0.75rem;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  }
  .datePagination .millesimeDropdown_option.active, .datePagination .millesimeDropdown_option:hover, .datePagination .millesimeDropdown_option:focus-visible {
    background-color: #424418;
    color: #ffffff;
  }
  .datePagination .tranding-slider-control {
    display: none;
  }
  .swiperMillesimes_slide {
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
  }
  .swiperMillesimes_slide .text {
    margin-top: 0;
    margin-bottom: 0;
  }
  .swiperMillesimes_date {
    display: none;
  }
  .visiteCard {
    width: 100%;
    padding: 0 1rem;
  }
  .heroContact {
    min-height: 1px;
  }
  .heroContact_visual {
    width: 100%;
    height: 100%;
  }
  .heroContact_visual picture {
    position: absolute;
  }
  .contactInfos {
    width: 100%;
    position: relative;
    top: 0;
    right: 0;
    padding: 8rem calc(5vw + 1rem) 2rem calc(5vw + 1rem);
    background: linear-gradient(180deg, rgba(51, 53, 16, 0.25), rgba(51, 53, 16, 0.7)), radial-gradient(circle at left, rgba(188, 147, 80, 0.2), transparent 58%), rgba(66, 68, 24, 0.4);
  }
  .contactInfos .shape {
    display: none;
  }
  .contactInfos_wrapper {
    background-color: transparent;
    padding: 0;
  }
  .heroContact_content {
    width: 100%;
    padding: 1rem 5vw 3rem 5vw;
  }
  .heroNews {
    padding: 8rem 5vw 6rem 5vw;
  }
  .postList {
    margin-top: -8rem;
  }
  .singleIntro .singleBreadCrumb {
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    gap: 0.3rem;
  }
  .singleIntro .singleBreadCrumb .singleBreadCrumbSeparator {
    display: none;
  }
  .singleIntro .singleBreadCrumb span {
    padding-left: 1.3rem;
    position: relative;
  }
  .singleIntro .singleBreadCrumb span:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jb3JuZXItZG93bi1yaWdodC1pY29uIGx1Y2lkZS1jb3JuZXItZG93bi1yaWdodCI+PHBhdGggZD0ibTE1IDEwIDUgNS01IDUiLz48cGF0aCBkPSJNNCA0djdhNCA0IDAgMCAwIDQgNGgxMiIvPjwvc3ZnPg==");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .singleIntro {
    padding: 8rem calc(5vw + 0.5rem) 2rem calc(5vw + 0.5rem);
  }
  .singleContent {
    padding: 2rem calc(5vw + 0.5rem);
  }
  footer {
    margin: 3rem auto 0 auto;
    padding: 2rem;
  }
  footer .shape {
    max-width: 90%;
  }
  .logoFooter {
    width: 100%;
  }
  .logoFooter a {
    width: 160px;
    display: block;
    margin: 0 auto;
  }
  .footerLinks {
    margin-top: 1rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 580px) {
  .largeVisual {
    height: 300px;
  }
  .secretVendanges_visual, .winemakingWhite_visual {
    height: 290px;
  }
  .header_right .header_right_inner {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
  }
  .header_right nav {
    width: 100%;
    height: auto;
    order: 2;
    min-height: 1px;
  }
  .header_right .menu {
    padding: 8rem 5vw 3rem 5vw;
    min-height: 1px;
  }
  .header_right .menu .proArea {
    position: initial;
  }
  .header_right .menu > li.children > a, .header_right .menu > li.children > span {
    position: relative;
  }
  .header_right .menu > li.children > a:after, .header_right .menu > li.children > span:after {
    content: "";
    width: 1rem;
    height: 1rem;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGV2cm9uLWRvd24taWNvbiBsdWNpZGUtY2hldnJvbi1kb3duIj48cGF0aCBkPSJtNiA5IDYgNiA2LTYiLz48L3N2Zz4=");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    opacity: 0.7;
  }
  .header_right .menu > li.children.is-submenu-open > a:after, .header_right .menu > li.children.is-submenu-open > span:after {
    transform: translateY(-50%) rotate(180deg);
    opacity: 1;
  }
  .header_right .menu .sub-menu li {
    margin: 1rem 0;
  }
  .header_right .menu .sub-menu li a {
    width: 100%;
  }
  .header_right .menuVisuals {
    display: none;
  }
  .homeWine_bottle {
    width: 80px;
    flex: 0 0 80px;
    padding: 0.3rem;
  }
  .homeWine_content {
    width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
  }
  .homeHero_content .homeHero_content_logo {
    width: 240px;
    max-width: 90%;
  }
  .heroCommon_content {
    background: linear-gradient(180deg, rgba(51, 53, 16, 0.25), rgba(51, 53, 16, 0.7)), radial-gradient(circle at left, rgba(188, 147, 80, 0.2), transparent 58%), rgba(66, 68, 24, 0.7);
  }
  .heroCommon_content .title {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  }
  .heroCommon_content .titleLite {
    font-size: clamp(1rem, 1.8vw, 1.3rem);
  }
  .heroCommon_content .text {
    margin: 0.5rem 0;
  }
  .allHistory_item_visual {
    height: 240px;
  }
  .terroirGeologie {
    padding-bottom: 10rem;
  }
  .terroirVignoble .largeVisual {
    margin-top: -10rem;
  }
  .vinsListe .row {
    gap: 1rem 0;
  }
  .heroWine_visual_spec {
    grid-template-columns: minmax(70px, 70px) minmax(200px, 1fr);
    gap: 1rem;
  }
  .visiteCard_visual {
    height: 280px;
  }
  .visiteCard_row {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .visiteCard_row p:first-child {
    white-space: initial;
  }
  .visiteCard_row p:last-child {
    text-align: left;
  }
  .receptionListe_spec_row {
    gap: 0.5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .receptionListe_spec_row p:first-child {
    white-space: initial;
  }
  .receptionListe_spec_row p:last-child {
    text-align: left;
  }
  .postList_row .postBlock {
    width: 100%;
  }
  .mentions {
    padding-top: 6rem;
  }
}
@media (max-width: 420px) {
  .largeVisual {
    height: 260px;
  }
  .secretVendanges_visual, .winemakingWhite_visual {
    height: 240px;
  }
  .header_right .menu a {
    font-size: 1.3rem;
  }
  .header_right .menu .proArea {
    width: 100%;
  }
  .header_right .menu .proArea a {
    text-align: center;
  }
  .header_right .sub-menu {
    padding-left: 0;
  }
  .header_right .sub-menu a {
    font-size: 1rem;
  }
  .header_right .menuVisuals {
    height: 300px;
  }
  .btn {
    min-width: 220px;
    width: 100%;
  }
  .visiteCard_visual {
    height: 240px;
  }
  .modalForm {
    padding: 0;
  }
}
@media (max-width: 380px) {
  .modalForm .modalContainer {
    padding: 4rem 1rem;
  }
}/*# sourceMappingURL=screen.css.map */