.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto; }

#block-breadcrumb {
  max-width: 1366px;
  margin: 0 auto; }

#Breadcrumb {
  margin: 1rem 3rem;
  color: #000; }
  #Breadcrumb.darkTheme {
    color: #fff; }
  #Breadcrumb li:before {
    color: var(--header-bg-color); }
  #Breadcrumb li {
    opacity: 0.6; }
    #Breadcrumb li:last-child {
      opacity: 1; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto; }

#Header {
  font-size: 1.8rem; }
  #Header .Header-contentWrapper {
    min-height: 8rem;
    justify-content: space-between; }
  @media (min-width: 1180px) {
    #Header .Header-logo {
      margin-right: 2rem;
      flex: 0 1 auto; } }
  @media (max-width: 767px) {
    #Header .Header-logo {
      max-width: inherit; } }
  #Header .Header-logo img {
    display: block; }
    @media (min-width: 1180px) {
      #Header .Header-logo img {
        max-width: 275px;
        width: 100%; } }
    @media (max-width: 767px) {
      #Header .Header-logo img {
        max-width: 25rem; } }
    @media screen and (max-width: 349px) {
      #Header .Header-logo img {
        max-width: 20rem; } }

.Header-burger {
  color: #171407; }
  @media screen and (min-width: 767px) and (max-width: 1179px) {
    .Header-burger {
      display: block; } }

.toolbar-fixed .Header {
  top: 39px; }

.toolbar-tray-open.toolbar-horizontal .Header {
  top: 79px; }

@media (max-width: 1179px) {
  .Header-menus {
    position: fixed;
    overflow: auto;
    background: var(--header-bg-color);
    padding: 20px 20px 5.2rem;
    top: 7.6rem;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in 0s, transform 0.3s ease-in 0s, visibility 0s ease-in 0.3s; }
    .toolbar-fixed .Header-menus, .toolbar-vertical .Header-menus {
      top: calc(7.6rem + 39px); }
    .toolbar-tray-open.toolbar-horizontal .Header-menus {
      top: calc(7.6rem + 79px); }
    .js-nav-opened .Header-menus {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; } }

@media (max-width: 610px) {
  .toolbar-vertical.js-scrolled .Header-menus,
  .toolbar-fixed.js-scrolled .Header-menus,
  .toolbar-tray-open.toolbar-horizontal.js-scrolled .Header-menus {
    top: 7.6rem; } }

@font-face {
  font-family: 'Century Gothic';
  src: url("../../fonts/CenturyGothic.woff2") format("woff2"), url("../../fonts/CenturyGothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Confidential';
  src: url("../../fonts/Confidential.woff2") format("woff2"), url("../../fonts/Confidential.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper-cutty {
  max-width: 1366px;
  margin: 0 auto; }

.site-size-wrapper {
  max-width: 1092px;
  margin-left: auto;
  margin-right: auto; }

.Taxo-gamme .ProductList-products {
  max-width: 1366px;
  margin: 0 auto; }

.NodeProduct .NodeProduct-header {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .NodeProduct .NodeProduct-header-wrapper {
      display: flex;
      position: relative;
      width: 100vw;
      left: 50%;
      margin-left: -50vw;
      max-width: none;
      min-height: 688px; } }

.NodeProduct .NodeProduct-mediaWrapper, .NodeProduct .NodeProduct-headerContent {
  position: relative;
  margin: 0; }
  @media (min-width: 768px) {
    .NodeProduct .NodeProduct-mediaWrapper, .NodeProduct .NodeProduct-headerContent {
      width: 50%; } }

.NodeProduct .NodeProduct-mediaWrapper {
  overflow: hidden; }
  @media (min-width: 768px) {
    .NodeProduct .NodeProduct-mediaWrapper {
      width: calc(50% - 2rem);
      flex: 0 0 calc(50% - 2rem);
      margin-left: 0;
      border-radius: 0; } }
  .NodeProduct .NodeProduct-mediaWrapper img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.NodeProduct .NodeProduct-headerContent {
  padding: 5rem var(--site-padding-mobile) 3rem;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .NodeProduct .NodeProduct-headerContent {
      width: auto;
      flex: 1 1 auto;
      max-width: calc(var(--site-width) / 2 + 6rem);
      margin-right: auto; } }

.NodeProduct .NodeProduct-title {
  font-family: "Century Gothic";
  font-weight: normal;
  color: var(--header-bg-color);
  font-size: 3.5rem;
  text-transform: uppercase; }

.NodeProduct .NodeProduct-subtitle {
  font-weight: normal;
  margin: 3rem 0; }

.NodeProduct .NodeProduct-description {
  font-size: 1.8rem; }
  .NodeProduct .NodeProduct-description .ckeditorContent {
    text-align: left; }

.NodeProduct .NodeProduct-medals-title {
  font-size: 3rem;
  line-height: 3.7rem;
  color: var(--header-bg-color);
  margin-bottom: 1.3rem; }

.NodeProduct .NodeProduct-medals-container {
  display: flex; }
  .NodeProduct .NodeProduct-medals-container > div {
    margin: 0 3rem 1rem 0; }

.NodeProduct .NodeProduct-medals img {
  width: auto;
  height: 8.6rem; }

.NodeProduct .NodeProduct-productsInfosWrapper {
  padding: 5rem 0; }

.btn-click2buy__wrapper .btn a {
  position: relative;
  z-index: 11;
  text-decoration: underline; }
  .btn-click2buy__wrapper .btn a:hover {
    text-decoration: none; }

.Taxo-further_informations-image {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
  background: #FEC800;
  border-radius: 100%;
  margin: 0 auto 2rem; }
  .Taxo-further_informations-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 1.2rem;
    box-sizing: border-box; }

.Taxo-further_informations-title {
  font-size: 3rem;
  color: #FEC800;
  margin-bottom: 1.2rem; }
  @media screen and (min-width: 633px) and (max-width: 1179px) {
    .Taxo-further_informations-title {
      font-size: 2.5rem; } }

.Taxo-further_informations-chapo {
  color: #000; }
  @media screen and (min-width: 633px) and (max-width: 1179px) {
    .Taxo-further_informations-chapo {
      font-size: 1.7rem; } }

@media (max-width: 767px) {
  .ParagraphMoreInfos {
    padding: 0 2rem; } }

.ParagraphMoreInfos .ParagraphMoreInfos-infos .Taxo-further_informations {
  width: 100%;
  box-sizing: border-box; }
  @media (min-width: 768px) {
    .ParagraphMoreInfos .ParagraphMoreInfos-infos .Taxo-further_informations {
      flex: 1 1 100%;
      padding: 0 2rem; } }
  @media (max-width: 767px) {
    .ParagraphMoreInfos .ParagraphMoreInfos-infos .Taxo-further_informations {
      padding: 0 4rem; } }

a:hover .ProductList-item-title, a:focus .ProductList-item-title {
  text-decoration: none; }

.ProductList-item-backgroundColor {
  padding-top: 0;
  border-radius: 0;
  position: absolute;
  bottom: 3.6rem;
  left: 50%;
  width: 23.7rem;
  transform: translateX(-50%) scale3d(1, 1, 1);
  transition: transform .2s ease-in-out 0s;
  height: 31.5rem;
  z-index: -1; }
  .ProductList-item-backgroundColor:after {
    content: "";
    width: 100%;
    height: 98%;
    border: solid 2px #000;
    position: absolute;
    top: 1px;
    left: 0;
    transform: skew(2deg, 357deg); }
  .ProductList-item:hover .ProductList-item-backgroundColor {
    transform: translateX(-50%) scale3d(1, 1, 1) rotate(7deg); }
  @media (max-width: 767px) {
    .ProductList-item-backgroundColor {
      transform: translateX(-50%) scale3d(1, 1, 1); } }

.ProductList-item-medias {
  height: 40rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center; }

.ProductList-item-bottle {
  padding: 1rem 0;
  transition: transform .2s ease-in-out 0s; }
  .ProductList-item:hover .ProductList-item-bottle {
    transform: scale(1.05); }
  @media (max-width: 767px) {
    .ProductList-item-bottle {
      transform: none; } }

.theme-original {
  background: var(--header-bg-color); }
  .theme-original:after {
    border: solid 2px #F0A606; }

.theme-prohibition {
  background: #E8E3D3; }
  .theme-prohibition:after {
    border: solid 2px #171407; }

.theme-12yo {
  background: #171407; }
  .theme-12yo:after {
    border: solid 2px #FEC800; }

.theme-33yo {
  background: #EDCA7E; }
  .theme-33yo:after {
    border: solid 2px #FFFFFF; }

.ProductList-item-bottle img {
  max-height: 44rem; }

.ProductList-item-pictogram img {
  width: 5rem;
  height: 5rem; }

.NodeHome-products-products, .ParagraphProducts-products {
  margin: 0; }
  @media (max-width: 767px) {
    .NodeHome-products-products, .ParagraphProducts-products {
      padding-left: 3rem; } }

.NodeHome-products-focus .NodeHome-products-products .ProductList-item,
.ParagraphProducts-products .ProductList-item {
  width: auto;
  display: flex;
  align-items: self-end; }
  @media (min-width: 768px) {
    .NodeHome-products-focus .NodeHome-products-products .ProductList-item,
    .ParagraphProducts-products .ProductList-item {
      padding: 0 4rem; } }
  @media (max-width: 767px) {
    .NodeHome-products-focus .NodeHome-products-products .ProductList-item,
    .ParagraphProducts-products .ProductList-item {
      padding: 0 1rem; } }
  @media (min-width: 1180px) {
    .NodeHome-products-focus .NodeHome-products-products .ProductList-item,
    .ParagraphProducts-products .ProductList-item {
      width: auto;
      max-width: 25%;
      box-sizing: border-box;
      align-self: flex-start; } }

.ParagraphProducts-products .ProductList-item {
  flex-direction: column;
  max-width: 30rem;
  padding: 0 2rem;
  margin-bottom: 0; }

.ProductList-item-title {
  color: var(--custom-color); }

.ProductList-item-titleWrapper {
  width: 100%; }
  .ProductList-item-titleWrapper h2, .ProductList-item-titleWrapper h3 {
    text-align: center;
    font-family: "Century Gothic";
    font-size: 2.4rem;
    line-height: 3rem;
    text-transform: uppercase;
    margin-top: 1rem; }

.NodeHome-products-products .swiper-button-prev, .NodeHome-products-products .swiper-button-next,
.ParagraphProducts-products .swiper-button-prev,
.ParagraphProducts-products .swiper-button-next {
  display: none; }
  @media (max-width: 1179px) {
    .NodeHome-products-products .swiper-button-prev, .NodeHome-products-products .swiper-button-next,
    .ParagraphProducts-products .swiper-button-prev,
    .ParagraphProducts-products .swiper-button-next {
      display: block; } }

.NodeHome-products-products .swiper-button-prev,
.ParagraphProducts-products .swiper-button-prev {
  left: 1rem; }

.NodeHome-products-products .swiper-button-next,
.ParagraphProducts-products .swiper-button-next {
  right: 1rem; }

@media screen and (min-width: 1340px) {
  .NodeHome-products-products .swiper-wrapper,
  .ParagraphProducts-products .swiper-wrapper {
    justify-content: center; } }

/*------------------------------ color theme ----------------------------------*/
.NodeProduct {
  /*-------------------- ORIGINAL ------------------------*/
  /*-------------------- PROHIBITION ------------------------*/
  /*----------------------- 12 YO ------------------------*/
  /*----------------------- 33 YO ------------------------*/
  /*----------------------- ParagraphCocktail with change theme ------------------------*/ }
  .NodeProduct .NodeProduct-title,
  .NodeProduct .NodeProduct-medals-title,
  .NodeProduct .Taxo-further_informations-title,
  .NodeProduct .SecondaryTitle {
    color: var(--custom-color); }
  .NodeProduct .btn-click2buy__wrapper .btn a {
    background: var(--custom-color); }
  .NodeProduct.theme_12yo .NodeProduct-title,
  .NodeProduct.theme_12yo .NodeProduct-medals-title,
  .NodeProduct.theme_12yo .Taxo-further_informations-title,
  .NodeProduct.theme_12yo .SecondaryTitle {
    color: #FEC800; }
  .NodeProduct.theme_12yo .btn-click2buy__wrapper .btn a {
    background: #FEC800; }
  .NodeProduct.theme_original {
    background: url("../../../../assets/build/img/fond-original.png") top center;
    color: #000; }
    .NodeProduct.theme_original .ParagraphImageText-imageWrapper:before {
      border: solid 2px var(--header-bg-color); }
  .NodeProduct.theme_prohibition {
    background: url("../../../../assets/build/img/fond-prohibition.jpg") top center;
    color: #000; }
    .NodeProduct.theme_prohibition .ParagraphImageText-imageWrapper:before {
      border: solid 2px #171407; }
    .NodeProduct.theme_prohibition .btn-click2buy__wrapper .btn a {
      background: #171407;
      color: #fff; }
    .NodeProduct.theme_prohibition .Taxo-further_informations-image {
      background: #171407; }
  .NodeProduct.theme_12yo {
    background: url("../../../../assets/build/img/fond-12yo.jpg") top center;
    color: #fff; }
    .NodeProduct.theme_12yo .ParagraphImageText-imageWrapper:before {
      border: solid 2px #171407; }
    .NodeProduct.theme_12yo .Taxo-further_informations-chapo {
      color: #fff; }
    .NodeProduct.theme_12yo .Taxo-further_informations-image {
      border: solid 2px #fff; }
  .NodeProduct.theme_33yo {
    background: url("../../../../assets/build/img/fond-33yo.jpg") top center;
    color: #fff; }
    .NodeProduct.theme_33yo .ParagraphImageText-imageWrapper:before {
      border: solid 2px #D9AD4E; }
    .NodeProduct.theme_33yo .Taxo-further_informations-image {
      background: none;
      border: solid 1px var(--custom-color); }
      .NodeProduct.theme_33yo .Taxo-further_informations-image:before {
        content: "";
        border: solid 1px var(--custom-color);
        width: 100%;
        height: 100%;
        position: absolute;
        top: 2px;
        left: 2px;
        border-radius: 100%; }
    .NodeProduct.theme_33yo .Taxo-further_informations-chapo {
      color: #fff; }
  .NodeProduct.theme_prohibition .ParagraphCocktail, .NodeProduct.theme_12yo .ParagraphCocktail, .NodeProduct.theme_33yo .ParagraphCocktail {
    background: none;
    color: #fff; }
    .NodeProduct.theme_prohibition .ParagraphCocktail-title, .NodeProduct.theme_12yo .ParagraphCocktail-title, .NodeProduct.theme_33yo .ParagraphCocktail-title {
      color: var(--custom-color); }
    .NodeProduct.theme_prohibition .ParagraphCocktail .more-container .btn, .NodeProduct.theme_12yo .ParagraphCocktail .more-container .btn, .NodeProduct.theme_33yo .ParagraphCocktail .more-container .btn {
      background: var(--custom-color);
      color: #171407; }
    .NodeProduct.theme_prohibition .ParagraphCocktail .swiper-button-next, .NodeProduct.theme_12yo .ParagraphCocktail .swiper-button-next, .NodeProduct.theme_33yo .ParagraphCocktail .swiper-button-next {
      background: linear-gradient(90deg, transparent 0%, #000 70%); }
      .NodeProduct.theme_prohibition .ParagraphCocktail .swiper-button-next:after, .NodeProduct.theme_12yo .ParagraphCocktail .swiper-button-next:after, .NodeProduct.theme_33yo .ParagraphCocktail .swiper-button-next:after {
        filter: invert(100%); }
    .NodeProduct.theme_prohibition .ParagraphCocktail .swiper-slide-active .TertiaryTitle, .NodeProduct.theme_12yo .ParagraphCocktail .swiper-slide-active .TertiaryTitle, .NodeProduct.theme_33yo .ParagraphCocktail .swiper-slide-active .TertiaryTitle {
      color: var(--custom-color); }
    .NodeProduct.theme_prohibition .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::after, .NodeProduct.theme_12yo .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::after, .NodeProduct.theme_33yo .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::after {
      border: solid 2px var(--custom-color); }
  .NodeProduct.theme_12yo .ParagraphCocktail-title {
    color: #FEC800; }
  .NodeProduct.theme_12yo .ParagraphCocktail .more-container .btn {
    background: #FEC800; }
  .NodeProduct.theme_12yo .ParagraphCocktail .swiper-slide-active .TertiaryTitle {
    color: #FEC800; }
  .NodeProduct.theme_12yo .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::after {
    border: solid 2px #171407; }
  .NodeProduct.theme_prohibition .ParagraphCocktail .swiper-button-next {
    background: linear-gradient(90deg, transparent 0%, #EEEAE5 70%); }
    .NodeProduct.theme_prohibition .ParagraphCocktail .swiper-button-next:after {
      filter: invert(0%); }
  .NodeProduct.theme_prohibition .ParagraphCocktail-chapo {
    color: #000; }
  .NodeProduct.theme_prohibition .ParagraphCocktail .more-container .btn {
    background: #171407;
    color: #fff; }
  .NodeProduct.theme_prohibition .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::before {
    border: solid 2px #86806C; }
  .NodeProduct.theme_prohibition .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::after {
    border: solid 2px #171407; }
  .NodeProduct.theme_33yo .swiper-button-next {
    background: linear-gradient(90deg, transparent 0%, #0c0c0c 70%); }
  .NodeProduct.theme_12yo .ParagraphMoreInfos-infos .swiper-button-next:after,
  .NodeProduct.theme_12yo .ParagraphMoreInfos-infos .swiper-button-prev:after, .NodeProduct.theme_33yo .ParagraphMoreInfos-infos .swiper-button-next:after,
  .NodeProduct.theme_33yo .ParagraphMoreInfos-infos .swiper-button-prev:after {
    filter: invert(100%); }
  .NodeProduct.theme_12yo .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::before, .NodeProduct.theme_33yo .ParagraphCocktail-cocktails .NodeCocktail-paragraph-media::before {
    background: #e3e0d6 url("../../../../assets/build/img/fond-original.png") top center; }

.ProductList-item-pictogram,
.ProductList-item-secondaryPictogram {
  display: none; }

.ProductList-item.swiper-slide {
  border: none; }

.ParagraphProducts-link.more-container {
  margin: 0;
  padding: 2rem; }
  .ParagraphProducts-link.more-container a {
    background: var(--header-bg-color);
    color: #171407; }

@media (min-width: 768px) {
  .ProductList-item:nth-child(3n+2) {
    border: none; } }

/*------------------------ a voir pour plus tard -----------------------*/
.ProductList-item-chapo, .ProductList-item-button, .ProductList-item-click2buy {
  display: none; }

.Taxo-gamme .ProductList-item-button {
  display: block;
  margin-bottom: 3rem; }
  .Taxo-gamme .ProductList-item-button:last-child {
    margin-bottom: 0; }

.NodeHome-presentation {
  background: none; }
  @media (max-width: 767px) {
    .NodeHome-presentation {
      height: calc(100vh - 13rem); } }
  .NodeHome-presentation .btn-down {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3.2rem;
    color: var(--secondary-color);
    text-indent: 0;
    width: auto;
    height: auto;
    z-index: 10;
    background: #17140733 url("../../../img/icon-arrow-down.svg") no-repeat;
    background-position: center -21px;
    background-size: auto 125%;
    border: solid 1px var(--header-bg-color);
    padding: 2.4rem 1.2rem;
    border-radius: 1.2rem;
    cursor: pointer; }

.NodeHome .ParagraphHome {
  padding: 0; }
  .NodeHome .ParagraphHome-content {
    position: absolute; }
  .NodeHome .ParagraphHome-content {
    font-size: 1rem;
    text-indent: -3000rem; }
  .NodeHome .ParagraphHome-medias img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

@media (min-width: 768px) {
  .NodeHome .NodeHome-secondary-focus {
    padding: 10rem 13.7rem 5rem; } }

@media (max-width: 767px) {
  .NodeHome .NodeHome-secondary-focus {
    padding: 10rem 4rem 3rem; } }

.NodeHome .NodeHome-secondary-content {
  width: auto;
  padding-right: 0; }

.NodeHome .NodeHome-secondary-focus {
  display: block; }

.NodeHome .NodeHome-secondary {
  display: flex; }
  @media (min-width: 1180px) {
    .NodeHome .NodeHome-secondary {
      margin-bottom: 5rem; } }
  @media (max-width: 1179px) {
    .NodeHome .NodeHome-secondary {
      flex-direction: column; } }
  .NodeHome .NodeHome-secondary-title {
    position: relative;
    font-family: "Confidential";
    color: #fff;
    flex: 0 0 auto;
    width: 100%; }
    @media (min-width: 1180px) {
      .NodeHome .NodeHome-secondary-title {
        font-size: 6rem;
        line-height: 7.5rem;
        padding-right: 3rem;
        max-width: 30rem; } }
    @media (max-width: 1179px) {
      .NodeHome .NodeHome-secondary-title {
        font-size: 5rem;
        line-height: 6rem;
        text-align: center;
        padding-bottom: 3rem;
        border-bottom: solid 1px #171407;
        margin: 0 auto 3rem; } }
  .NodeHome .NodeHome-secondary-contentTxt {
    position: relative; }
    @media (min-width: 1180px) {
      .NodeHome .NodeHome-secondary-contentTxt {
        border-left: solid 1px #171407; } }
    .NodeHome .NodeHome-secondary-contentTxt-chapo {
      line-height: 3.3rem; }
      @media (min-width: 1180px) {
        .NodeHome .NodeHome-secondary-contentTxt-chapo {
          padding-left: 3rem; } }
    @media (min-width: 1180px) {
      .NodeHome .NodeHome-secondary-contentTxt-button {
        margin: 2rem 0 0 3rem; } }
    @media (max-width: 1179px) {
      .NodeHome .NodeHome-secondary-contentTxt-button {
        margin: 2rem 0; } }
    .NodeHome .NodeHome-secondary-contentTxt-button a {
      font-size: 1.8rem;
      letter-spacing: 2.16px;
      text-decoration: underline;
      text-underline-offset: 0.6rem;
      -webkit-text-decoration-color: #fff;
              text-decoration-color: #fff; }
    @media (min-width: 768px) {
      .NodeHome .NodeHome-secondary-contentTxt:after {
        content: "";
        background: #000;
        position: absolute;
        top: 0;
        left: 0; } }

.NodeHome .NodeHome-secondary-medias {
  width: auto; }
  @media (min-width: 768px) {
    .NodeHome .NodeHome-secondary-medias {
      padding: 3rem 0 5rem; } }
  @media (max-width: 767px) {
    .NodeHome .NodeHome-secondary-medias {
      padding: 5rem 0 0;
      margin: 0 -2rem; } }
  .NodeHome .NodeHome-secondary-medias img {
    margin: 0 auto;
    height: auto;
    max-width: 100%; }

@media (min-width: 768px) {
  .NodeHome .NodeHome-products-focus {
    padding: 5rem 0 10rem; } }

@media (max-width: 767px) {
  .NodeHome .NodeHome-products-focus {
    padding: 15rem 0 10rem; } }

.NodeHome .NodeHome-products-title {
  font-family: "Confidential";
  color: #171407;
  font-size: 5rem;
  line-height: 7.5rem; }

.NodeHome .NodeHome-products-link {
  text-align: center; }
  .NodeHome .NodeHome-products-link .btn {
    background: var(--header-bg-color);
    padding: 1.6rem 1.9rem;
    font-size: 1.8rem;
    color: #171407; }

.ParagraphHome-gif {
  position: absolute;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .ParagraphHome-gif {
      flex-direction: column;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .ParagraphHome-gif .logo-spirit-wrapper {
    width: 28.3rem; }
    @media (max-width: 767px) {
      .ParagraphHome-gif .logo-spirit-wrapper {
        order: 2; } }
    @media (min-width: 768px) {
      .ParagraphHome-gif .logo-spirit-wrapper-inner {
        overflow: hidden;
        width: 0;
        -webkit-animation-name: appear;
                animation-name: appear;
        -webkit-animation-duration: 1.6s;
                animation-duration: 1.6s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        /* or: normal */
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        /* or: backwards, both, none */
        -webkit-animation-delay: 0.7s;
                animation-delay: 0.7s; } }
  .ParagraphHome-gif .logo-spirit {
    position: relative;
    overflow: hidden;
    width: 22.7rem; }
    @media (min-width: 768px) {
      .ParagraphHome-gif .logo-spirit {
        padding-right: 6rem; } }
    @media (max-width: 767px) {
      .ParagraphHome-gif .logo-spirit {
        text-align: center;
        margin: 0 auto;
        padding-top: 3rem; }
        .ParagraphHome-gif .logo-spirit:before {
          content: "";
          background: #fff;
          width: 100%;
          height: 1px;
          position: absolute;
          top: 1rem;
          left: 0; } }
    .ParagraphHome-gif .logo-spirit .txt-spirit {
      font-family: "Confidential";
      color: var(--header-bg-color);
      font-size: 4.1rem;
      line-height: 5rem;
      filter: brightness(0) invert(1); }
    @media (min-width: 768px) {
      .ParagraphHome-gif .logo-spirit:after {
        content: "";
        background: #fff;
        width: 1px;
        height: 100%;
        opacity: 0;
        position: absolute;
        top: 0;
        right: 3rem;
        -webkit-animation-name: line;
                animation-name: line;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        /* or: normal */
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        /* or: backwards, both, none */
        -webkit-animation-delay: 3s;
                animation-delay: 3s; } }
  .ParagraphHome-gif .logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center; }
  .ParagraphHome-gif .logo-ecusson {
    position: absolute;
    z-index: -1; }
    @media (min-width: 768px) {
      .ParagraphHome-gif .logo-ecusson {
        z-index: 0;
        top: 0;
        opacity: 0;
        -webkit-animation-name: fade;
                animation-name: fade;
        -webkit-animation-duration: 1s;
                animation-duration: 1s;
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;
        -webkit-animation-direction: normal;
                animation-direction: normal;
        /* or: normal */
        -webkit-animation-timing-function: ease-out;
                animation-timing-function: ease-out;
        /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
        /* or: backwards, both, none */
        -webkit-animation-delay: 2.5s;
                animation-delay: 2.5s; } }
    .ParagraphHome-gif .logo-ecusson img {
      width: 133px;
      height: 150px; }
  @media (min-width: 768px) {
    .ParagraphHome-gif .logo-ship {
      opacity: 0;
      -webkit-animation-name: slidein;
              animation-name: slidein;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      /* or: normal */
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /* or: backwards, both, none */
      -webkit-animation-delay: 0.5s;
              animation-delay: 0.5s; } }
  .ParagraphHome-gif .logo-ship img {
    width: 133px;
    height: 150px; }
  @media (min-width: 768px) {
    .ParagraphHome-gif .logo-blended {
      margin-top: 0.4rem;
      opacity: 0;
      -webkit-animation-name: fade;
              animation-name: fade;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-iteration-count: 1;
              animation-iteration-count: 1;
      -webkit-animation-direction: normal;
              animation-direction: normal;
      /* or: normal */
      animation-direction: normal;
      /* or: normal */
      -webkit-animation-timing-function: ease-out;
              animation-timing-function: ease-out;
      /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
      -webkit-animation-fill-mode: forwards;
              animation-fill-mode: forwards;
      /* or: backwards, both, none */
      -webkit-animation-delay: 2.5s;
              animation-delay: 2.5s; } }

@media (min-width: 768px) {
  @-webkit-keyframes slidein {
    from {
      opacity: 0;
      transform: translateX(-40rem); }
    to {
      opacity: 1;
      transform: translateX(0rem); } }
  @keyframes slidein {
    from {
      opacity: 0;
      transform: translateX(-40rem); }
    to {
      opacity: 1;
      transform: translateX(0rem); } }
  @-webkit-keyframes appear {
    from {
      opacity: 0;
      width: 0; }
    to {
      opacity: 1;
      width: 100%; } }
  @keyframes appear {
    from {
      opacity: 0;
      width: 0; }
    to {
      opacity: 1;
      width: 100%; } }
  @-webkit-keyframes fade {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes fade {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @-webkit-keyframes line {
    from {
      opacity: 0; }
    to {
      opacity: 1; } }
  @keyframes line {
    from {
      opacity: 0; }
    to {
      opacity: 1; } } }

.ParagraphHome {
  height: 100%; }
  .ParagraphHome-medias, .ParagraphHome-mediaMobile {
    width: 100%;
    height: 100%; }
    .ParagraphHome-medias-media, .ParagraphHome-mediaMobile-media {
      width: 100%;
      height: 100%; }

@media (max-width: 767px) {
  .NodeHome-secondary-media {
    display: none; } }

.NodeHome-secondary-media-mobile {
  position: relative;
  top: 12rem;
  margin-top: -12rem;
  text-align: center; }
  @media (min-width: 768px) {
    .NodeHome-secondary-media-mobile {
      display: none; } }

.ParagraphImageTextWrapper {
  padding-bottom: 0; }

.ParagraphImageText .alignment-left .ParagraphImageText-image,
.ParagraphImageText .alignment-right .ParagraphImageText-image {
  -webkit-clip-path: none;
          clip-path: none; }

.ParagraphImageText .alignment-left:after,
.ParagraphImageText .alignment-right:after {
  display: none; }

.ParagraphImageText .alignment-left img,
.ParagraphImageText .alignment-right img {
  max-height: inherit; }

@media (max-width: 767px) {
  .ParagraphImageText {
    margin: 0 -3rem; } }

.NodeHome-content .ParagraphMedia {
  margin-bottom: 0; }

.NodeHome-content .ParagraphImageText-imageWrapper:before {
  display: none; }

.ParagraphImageTextWrapper {
  background: url("../../../../../assets/build/img/fond-papier.png"); }

.Footer-contentWrapper {
  background: var(--header-bg-color);
  max-width: inherit; }
  @media (min-width: 768px) {
    .Footer-contentWrapper {
      display: flex;
      align-items: center;
      justify-content: space-between;
      padding: 2rem 5rem; } }
  @media (max-width: 767px) {
    .Footer-contentWrapper {
      display: block;
      text-align: center;
      padding: 5rem; } }

.Footer-logo {
  position: relative;
  max-width: inherit;
  transform: none; }
  @media (min-width: 768px) {
    .Footer-logo {
      left: 0; } }
  @media (max-width: 767px) {
    .Footer-logo {
      left: 0; }
      .Footer-logo img {
        margin: 0 auto;
        width: 16.6rem;
        margin-bottom: 4rem; } }

.Footer-menu-navigation .Menu-item {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .Footer-menu-navigation .Menu-item {
      margin-left: 4rem; } }

.Footer-contentWrapper .Footer-menu {
  width: inherit;
  margin-bottom: 0;
  padding-right: 0; }

.Footer-bottom {
  background: #171407;
  color: #fff;
  font-size: 1.4rem;
  padding: 1.7rem 2rem; }
  .Footer-bottom-Mention {
    text-align: center; }

.Footer-menu-navigation nav a, .Footer-menu-navigation nav span {
  font-size: 1.6rem; }
  @media (max-width: 767px) {
    .Footer-menu-navigation nav a, .Footer-menu-navigation nav span {
      display: block;
      padding: 0.4rem 0; } }

@media (max-width: 767px) {
  .Menu-topLevel {
    margin-bottom: 3rem; } }

html {
  font-size: 62.5%; }

body {
  --swiper-theme-color: var(--primary-color);
  --swiper-navigation-size: 2.5rem; }
  @media (max-width: 767px) {
    body.js-nav-opened {
      overflow: hidden; } }

#Page {
  font-weight: normal;
  min-height: 100vh;
  font-family: "Century Gothic";
  font-size: 20px;
  line-height: 30px;
  color: #171407;
  display: flex;
  flex-direction: column; }
  #Page #MainWrapper {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    flex-grow: 1;
    width: 100%;
    overflow-x: hidden; }

.DetailWrapper {
  background: white;
  border-radius: 1rem;
  box-shadow: 0 3px 26px rgba(0, 0, 0, 0.16);
  margin: 0 0 12.6rem;
  position: relative;
  top: 7.6rem; }
  .DetailWrapper::before {
    content: none; }
  .DetailWrapper::after {
    content: none; }

.Paragraph.BackgroundColor-beige {
  background: none; }

.form-text, .form-checkbox, .form-radio, .form-email, .form-textarea, .form-select {
  border-color: #A59483;
  border-radius: 2px;
  background-color: transparent;
  font-family: var(--main-font);
  font-size: 1.8rem;
  font-weight: 300;
  box-shadow: none; }

.form-text, .form-email, .form-textarea {
  -webkit-appearance: none;
  box-shadow: none; }

form input[type="radio"], form input[type="checkbox"] {
  width: 2rem;
  height: 2rem;
  background: none;
  margin: 0 1rem 0 0;
  float: left; }

form .description,
body .Contact-infos {
  color: inherit;
  font-size: 1.4rem;
  opacity: 1;
  font-family: var(--main-font); }

form .js-form-type-checkbox {
  display: block;
  text-align: left;
  font-size: 1.4rem; }
  form .js-form-type-checkbox input[type="checkbox"] {
    float: none; }

form .js-form-type-checkbox .option {
  max-width: none;
  display: inline;
  margin: 0; }

body #tarteaucitronRoot #tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
  padding: 1.1rem 0 !important; }
  @media (max-width: 767px) {
    body #tarteaucitronRoot #tarteaucitronAlertBig span#tarteaucitronDisclaimerAlert {
      padding-top: 0 !important;
      font-size: 1.4rem !important; } }

body #tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: transparent !important;
  color: #fff !important;
  padding-top: 1.8rem;
  padding-bottom: 1.5rem; }
  body #tarteaucitronRoot #tarteaucitronAlertBig:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000e3;
    opacity: 0.95;
    z-index: -1; }
  body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    color: var(--gold-color) !important;
    margin-bottom: 0 !important; }

@media (max-width: 767px) {
  body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper {
    display: flex;
    align-items: center;
    margin: 0 -0.8rem; } }

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button {
  border-radius: 5rem !important;
  background: transparent !important;
  font-family: var(--tertiary-font) !important;
  color: var(--header-bg-color) !important;
  border-color: var(--gold-color) !important;
  margin-bottom: 0;
  font-size: 1.6rem;
  padding: 1.2rem 2rem;
  transition: all 300ms ease-in-out;
  font-weight: bold;
  box-shadow: none !important; }
  body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button:hover {
    color: var(--primary-color) !important;
    background-color: var(--green-color-light) !important;
    border-color: transparent !important; }
  @media (max-width: 767px) {
    body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button {
      margin-bottom: 1.2rem;
      margin: 0 0.4rem;
      line-height: 1.1;
      padding: 1.2rem !important;
      word-break: normal;
      font-size: 1.4rem !important; }
      body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button:last-child {
        margin-bottom: 0; } }
  body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button span {
    display: none; }

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button#tarteaucitronCloseAlert {
  background: var(--primary-color) !important;
  color: #000 !important;
  border-color: var(--primary-color) !important;
  transition: all 300ms ease-in-out; }
  body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAlertBigBtnWrapper button#tarteaucitronCloseAlert:hover {
    color: var(--primary-color) !important;
    background-color: var(--green-color-light) !important;
    border-color: transparent !important; }

#tarteaucitronRoot button#tarteaucitronBack {
  background: var(--green-color) !important; }

div#tarteaucitronServices {
  box-shadow: none !important; }

#MainWrapper {
  position: relative; }

@media (max-width: 767px) {
  #tarteaucitronIcon {
    margin: 0 !important; }
    #tarteaucitronIcon button {
      box-shadow: none !important; } }

em {
  font-weight: inherit; }

.swiper-button-prev::after,
.swiper-button-next::after {
  width: 5.5rem;
  height: 5.5rem; }

@media (max-width: 767px) {
  .swiper-container-wrapper .swiper-button-prev, .swiper-container-wrapper
  .swiper-button-next {
    right: -1rem; } }

.swiper-button-prev::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M2.344 250.3c-3.125 3.125-3.125 8.188 0 11.31l152 152C155.9 415.2 157.9 415.1 160 415.1s4.094-.7813 5.656-2.344c3.125-3.125 3.125-8.188 0-11.31L27.31 263.1H504C508.4 263.1 512 260.4 512 256s-3.594-8-8-8H27.31l138.3-138.3c3.125-3.125 3.125-8.188 0-11.31s-8.188-3.125-11.31 0L2.344 250.3z'/></svg>"); }

.swiper-button-next::after {
  content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path d='M509.7 261.7c3.125-3.125 3.125-8.188 0-11.31l-152-152C356.1 96.78 354.1 95.1 352 95.1s-4.094 .7813-5.656 2.344c-3.125 3.125-3.125 8.188 0 11.31l138.3 138.3H8c-4.406 0-8 3.578-8 8C0 260.4 3.594 263.1 8 263.1h476.7l-138.3 138.3c-3.125 3.125-3.125 8.188 0 11.31s8.188 3.125 11.31 0L509.7 261.7z'/></svg>"); }

@media (max-width: 767px) {
  .swiper-container-wrapper .swiper-button-prev {
    left: -1rem; } }

@media (min-width: 768px) {
  .swiper-container-wrapper .swiper-button-prev {
    left: -4rem; }
  .swiper-container-wrapper .swiper-button-next {
    right: -4rem; } }

/*---------------- modif menu -------------------*/
@media (min-width: 768px) {
  .Header .Menu-topLevel .Menu-belowLevel {
    margin-left: 0; } }

.fond-vague,
.NodeCocktailList {
  background: var(--header-bg-color) url("../../../../assets/build/img/vague.png") top center;
  background-attachment: fixed;
  background-size: cover; }
  @supports (-webkit-touch-callout: none) {
    .fond-vague,
    .NodeCocktailList {
      background-attachment: scroll;
      background-size: auto; } }

.fond-papier {
  background: url("../../../../assets/build/img/papier.png") top center; }

.fond-papier2 {
  background: url("../../../../assets/build/img/fond-papier.png") top center; }

.toggle-content {
  display: none; }

.foreground {
  z-index: 999 !important; }

.NodeEditorial .Paragraph:not(.ParagraphWysiwyg):not(.ParagraphSlide):not(.ParagraphImageTextWrapper):not(.ParagraphCocktail):not(.ParagraphPush):not(.ParagraphPromote) {
  padding-bottom: 10rem; }

.NodeEditorial .ParagraphBackground + .Paragraph:not(.ParagraphBackground) {
  padding-top: 10rem; }

/*# sourceMappingURL=extend-global.css.map */
