﻿.carousel {
    background: #F7F5F5;
}
.carousel-cell {
    width: 25%;
    min-height: 321px;
    margin-right: 10px;
}
.carousel-cell-image {
    display: block;
    max-height: 100%;
    margin: 0 auto;
    max-width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
}
    /* fade in lazy loaded image */
    .carousel-cell-image.flickity-lazyloaded,
    .carousel-cell-image.flickity-lazyerror {
        opacity: 1;
    }
@media (max-width: 1024px) {
    .carousel-cell {
        width: 50%;
        margin-right: 10px;
    }
    .fijm-content-v-padding {
        padding: 3rem 0;
    }
}
@media (max-width: 767px) {
    .carousel-cell {
        width: 100%;
        height: 321px;
        margin-right: 10px;
    }

    .fijm-content-v-padding {
        padding: 9.5rem 0;
    }
    .flickity-prev-next-button.previous {
        display: none;
    }

    .flickity-prev-next-button.next {
        display: none;
    }
}



.faq-drawer__content-wrapper {
    font-size: 1.25em;
    line-height: 1.4em;
    max-height: 0px;
    overflow: hidden;
    transition: 0.25s ease-in-out;
}

.menu_title {
    font-size: 1em;
    font-weight: 700;
    padding: 8px 0 8px 0;
}

.faq-drawer__title {
    cursor: pointer;
    display: block;
    font-size: 1em;
    font-weight: 700;
    position: relative;
    margin-bottom: 3px;
    transition: all 0.25s ease-out;
}

    /*.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: left;
  height: 10px;
  left: 2px;
  position: relative;
  right: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}*/

    /* OPTIONAL HOVER STATE */
    .faq-drawer__title:hover {
        color: #4E4B52;
    }

.faq-drawer__trigger:checked + .faq-drawer__title + .faq-drawer__content-wrapper {
    max-height: 900px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
    transform: rotate(-45deg);
    transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
    display: none;
}

.loading-slider span {
    background-color: #8054B6 !important;
}
/*JAZZESTPARTOUT*/

