@charset "UTF-8";
/* line 1, ../sass/style/elementor-liste-degustation.scss */
.swiper-container-liste-degustation {
  text-align: center;
  margin-top: 25px;
}
/* line 5, ../sass/style/elementor-liste-degustation.scss */
.swiper-container-liste-degustation .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%237534b4b'/%3E%3C/svg%3E");
}
/* line 9, ../sass/style/elementor-liste-degustation.scss */
.swiper-container-liste-degustation .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%237534b4b'/%3E%3C/svg%3E");
}
/* line 12, ../sass/style/elementor-liste-degustation.scss */
.swiper-container-liste-degustation a {
  transition-property: background,color;
  transition-duration: 0.7s;
  display: block;
  text-align: center;
  padding: 50px 30px 50px 30px;
}
/* line 18, ../sass/style/elementor-liste-degustation.scss */
.swiper-container-liste-degustation a:hover {
  background: var(--color-cream);
  transition-property: background,color;
  transition-duration: 0.7s;
}
/* line 23, ../sass/style/elementor-liste-degustation.scss */
.swiper-container-liste-degustation a .carousel-cell-title {
  font-family: 'Trajan', sans-serif;
  font-size: 17.6px;
  display: block;
}

/* line 31, ../sass/style/elementor-liste-degustation.scss */
.list-degustation {
  position: relative;
}
/* line 33, ../sass/style/elementor-liste-degustation.scss */
.list-degustation ul {
  margin: 0 0 35px 0;
  text-align: center;
}
/* line 36, ../sass/style/elementor-liste-degustation.scss */
.list-degustation ul li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}
/* line 40, ../sass/style/elementor-liste-degustation.scss */
.list-degustation ul li a {
  text-transform: uppercase;
  display: block;
  padding: 0 30px;
}
/* line 46, ../sass/style/elementor-liste-degustation.scss */
.list-degustation ul li::before {
  content: "";
  height: 1px;
  width: 8px;
  background: var(--color-grey);
  position: absolute;
  display: block;
  left: -5px;
  top: 11px;
}
/* line 58, ../sass/style/elementor-liste-degustation.scss */
.list-degustation ul li:first-child::before {
  height: 0;
}
/* line 64, ../sass/style/elementor-liste-degustation.scss */
.list-degustation::before {
  content: "";
  width: 50px;
  height: 3px;
  background: var(--color-green);
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -45px;
}

@media (max-width: 768px) {
  /* line 79, ../sass/style/elementor-liste-degustation.scss */
  .list-degustation::before {
    top: -210px;
  }

  /* line 84, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list {
    margin: 15px auto;
    width: auto;
    position: relative;
    box-sizing: border-box;
  }
  /* line 89, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .dropdown:after {
    display: none;
  }

  /* line 93, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list li {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /* line 98, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list li:before {
    display: none !important;
  }

  /* line 101, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list span.dropdown {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 38px;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
    width: 70%;
    margin: auto;
    border-radius: 15px;
    border: 2px solid #78be21;
  }

  /* line 115, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list span.dropdown.is-active {
    border-radius: 3px 3px 0 0;
  }

  /* line 118, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list span.dropdown:hover, .dropdown_list span.dropdown:active {
    background: #f1f1f1;
    -webkit-tap-highlight-color: transparent;
  }

  /* line 122, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list span.dropdown:after {
    float: right;
    margin-top: 0;
    margin-left: 10px;
    width: 15px;
    height: 100%;
    content: "\e817";
    color: inherit;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
  }

  /* line 135, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list span.dropdown.is-active:after {
    content: "";
  }

  /* line 138, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list a:hover {
    text-decoration: none;
    border-bottom: 0;
  }

  /* line 142, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .drop {
    display: block;
    float: left;
    max-height: 0;
    position: absolute;
    background: #fff;
    top: 40px;
    border-radius: 0 0 3px 3px;
    z-index: 10;
    overflow-y: auto;
    opacity: 0;
    transition: max-height 0.3s cubic-bezier(0, 0.6, 0, 1), opacity 0.3s cubic-bezier(0, 0.6, 0, 1);
    width: 70%;
    margin: auto;
    left: 0;
    right: 0;
  }

  /* line 159, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list span.is-active + .drop {
    max-height: 350px;
    border: 1px solid #78be21;
    border-top: 0;
    opacity: 1;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
  }

  /* line 166, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .drop li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    height: auto;
    border-top: 1px dotted #ccc;
  }

  /* line 175, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .drop li:first-child {
    border-top: 0;
  }

  /* line 178, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .drop li a {
    float: none;
    display: block;
    margin: 0;
    padding: 6px 10px 6px 25px;
    height: auto;
    width: auto;
    text-transform: none;
    color: inherit;
    background: #fff;
    text-align: left;
    border-radius: 0;
    border: 0;
  }

  /* line 192, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .drop li a:hover, .dropdown_list .drop li a:active {
    background: #f1f1f1;
  }

  /* line 195, ../sass/style/elementor-liste-degustation.scss */
  .dropdown_list .drop li a:before {
    display: inline-block;
    margin-left: -15px;
    margin-right: 5px;
    width: 10px;
    height: inherit;
    content: "\00BB";
    color: #78be21;
    font-family: 'icons';
    text-align: center;
    font-size: inherit;
    vertical-align: top;
  }
}
