body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;

}

:root {
    --dark-green: #9cc675;
    --dark-yellow: #e89a3d;
    --extra-light-brown: #fdf0d7;
    --light-brown: #ecd5ab;
    --dark-brown: #915b40;
    --light-yellow: #f8e3a8;
    --light-red: #f3ac99;
    --light-teal: #a6c8cc;
    --light-gray: #ddd5d6;
    --theme-color2: #e89a3d;
}


.site-logo {
    width: 218.33px !important;
    margin-right: 50px;
}

.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-theme {
    background: var(--theme-color1);
    color: #212121;
}

.c-container {
    margin: auto;
    width: 93%;
    position: relative;
    z-index: 1;
}

.btn-outline-white {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    background-image: none;
    border-width: 2px;
    border-color: #fff;
    font-weight: 500;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.btn {
    border-radius: 5px;
    font-weight: normal;
    font-size: 15px;
    letter-spacing: 0.02em;
    line-height: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    padding: 14px 30px;
    cursor: pointer;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: var(--text-dark);
}

/* common css up */

.testimonial p {
    font-size: 28px;
    letter-spacing: 0.02em;
    line-height: 35px;
}

.testimonial .name {
    font-weight: bold;
    font-size: 18px;
    letter-spacing: 0.04em;
    line-height: 35px;
    text-align: center;
}

.testimonial .designation {
    font-size: 14px;
    letter-spacing: 0.04em;
    text-align: left;
    color: #fff;
    opacity: 0.65;
}

.unt {
    margin-bottom: 20px;
    margin-top: 60px;
}

.hero-text {
    font-size: 30px;
    letter-spacing: 0.02em;
    color: #fff;
}

.gallery-thumbs {
    height: 100%;
}

.gallery-thumbs .swiper-wrapper {
    align-items: center;
}

.gallery-thumbs .swiper-slide {
    background-position: center;
    background-size: cover;
    position: relative;
    align-content: center;
    border-radius: 2rem;
}

.gallery-thumbs .swiper-slide img {
    filter: contrast(0.5) blur(1px);
    width: 100%;
    border-radius: 10px;
}

.gallery-thumbs .swiper-slide-active img {
    filter: contrast(1) blur(0px) !important;
}

.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.flex-row .flex-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.gallery-thumbs .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


.testimonial-section .quote {
    width: 95%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 100px;
    padding-right: 100px;
    text-align: center;
}

.swiper-container.testimonial {
    height: 100vh;
}

.testimonial-section .user-saying {
    background: #f5d208;
    width: 60%;
    color: #fff;
    height: 100%;
}

.testi-user-img {
    width: 50%;
}

.testimonial-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    height: 100%;
}

.testimonial-section .quote p {
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    font-style: italic;
    margin: 0;
}

.quote-icon {
    width: 42px;
    display: block;
    margin-bottom: 30px;
    text-align: center;
    margin: 37px auto;
}

.swiper-pagination-bullet {
    width: 28px !important;
    height: 28px !important;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}


@media only screen and (max-width: 768px) {

    .testimonial .name {
        text-align: left;
    }

    .quote-icon {
        display: none;
    }

    .testimonial-section .quote {
        padding-left: 23px;
        padding-right: 0px;
        text-align: left;
    }

    .swiper-pagination-bullet {
        display: none;
    }

    .testimonial-section .quote p {
        font-size: 13px;
        font-weight: 300;
        line-height: 16px;
        font-style: italic;
        margin: 0;
    }

    .swiper-container-vertical > .swiper-pagination-bullets {
        display: none;
    }

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: none;
    }

    .swiper-container-3d {
        perspective: 1200px;
        align-content: center;
    }

    .testi-user-img {
        width: 50%;
        height: 361px;
    }

    .testimonial-section .user-saying {
        width: 60%;
        height: 361px;
        align-content: center;
    }

}


/*** MENU BOX ***/


h2.title-menu-box {
    color: #9b9b9b;
    text-align: center;
    text-transform: uppercase;
    width: max-content;
    margin: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media only screen and (max-width: 768px) {
    h2.title-menu-box {
        text-align: center;
        transform: translate(-5px, 64px);
        text-transform: uppercase;
        width: max-content;
        margin: auto;
        font-size: 252%;
    }

    .container-gourmandise {
        padding: 2rem 1rem !important;
    }

    .content {
        width: calc((100% / 1) - var(--gap)) !important;
        margin-bottom: 2rem;
    }

    .category_container {
        display: block !important;
    }
}


/*** GOURMANDISE **/


.container-gourmandise {
    overflow: clip;
    position: relative;

    display: flex;
    justify-content: center;
    align-items: center;

    padding: 2rem 5rem;

    width: 100%;
    height: 100%;
    background-image: var(--bg-color);
}

.category_container {
    --gap: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: calc(var(--gap) * 2);
    width: 100%;
    height: 100%;
}

.content {
    --active: 0;
    cursor: pointer;
    overflow: clip;
    position: relative;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 1.5rem;
    padding: 4.5rem 1rem 0.5rem 1rem;
    width: calc((100% / 2) - var(--gap));
    height: 22rem;
    border-radius: 1rem;
    transition: width 0.5s ease-in-out;
    background: #efd348;
    margin-left: auto;
    margin-right: auto;
}

.content:hover {
    --active: 1;

    width: calc(70% - var(--gap));
}

.content::before {
    content: "";
    position: absolute;
    z-index: -10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: var(--dark); */
    opacity: 0.6;
}

.content img {
    position: absolute;
    z-index: -20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: right;
}

.content .profile_image {
    opacity: calc(1 - var(--active));

    transition: opacity 0.3s ease-in-out;
}

.profile_detail {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;

    width: 12rem;
    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.profile_detail span {
    font-size: 1.8rem;
    font-weight: 600;
    color: #ffffff;
    text-wrap: nowrap;
}

.profile_detail p {
    font-size: 0.75rem;
    font-weight: 500;
    color: #000000;
    background: #ffffff;
    padding: 1rem;
    border-radius: 1rem;
    width: fit-content;
}

.profile_quote {
    width: 22rem;
    transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));
}

.profile_quote p {
    font-size: 1.5rem;
    font-weight: 600;
    color: var(--light);

    transform: translate(0, calc((1 - var(--active)) * (100% + 2.5rem)));

    transition: transform 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.1s;
}

.wrapper {
    display: grid;
    grid-template-rows: 0fr;
    overflow: hidden;
    transition: grid-template-rows 0.5s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

.profile_quote {
    min-height: 0;
    transform: translateY(50%);
    opacity: 0;
    transition: opacity 0.8s ease-in-out,
    transform 0.8s cubic-bezier(0.23, 0.93, 0.77, 1) 0.01s;
}

h2.title-gourmandise {
    color: #9b9b9b;
    text-transform: uppercase;
    text-align: center;
    margin-top: 2rem;
}

/** Formule **/


.container-formule .category_container {
    gap: calc(var(--gap) * 1);
}


/*** Carousel mobile ***/
@media only screen and (max-width: 768px) {
    .quote-mobile {
        text-align: center;
        margin-bottom: 4rem;
    }

    .quote-mobile h2 {
        color: white;
        font-size: 2.5rem;
    }

    span.swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: white;
    }

    .title-carouselle-specialite {
        color: #9b9b9b;
        font-size: 2.5rem;
        text-transform: uppercase;
        margin: auto;
        width: max-content;
        padding: 2rem;
    }

    .swiper-container {
        background: #ead462;
        padding: 3rem;
    }
}