
@font-face {
    font-family: 'Pacifico';
    src: url('../fonts/Pacifico-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
* {
    box-sizing: border-box;
}
a, button, .btn {
    transition: all 0.2s linear 0s;
    outline: none !important;
}
a:hover, a:focus {
    text-decoration: none;
}
input {
    font-family: "Pacifico", Arial, serif;
}
.disabled, *[disabled] {
    pointer-events: none !important;
}
body {
    font-family: "Pacifico", Arial, serif;
    font-size: 17px;
    word-wrap: break-word;
    color: #370000;
    overflow: auto;
    /*overflow-x: hidden;*/
    position: relative;
}
img {
    max-width: 100%;
}
.no-padding {
    padding: 0 !important;
}
.no-padding-left-right {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.no-padding-top {
    padding-top: 0 !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.padding-15 {
    padding: 15px;
}
.no-margin {
    margin: 0 !important;
}
.margin-bottom-50 {
    margin-bottom: 50px !important;
}
.margin-bottom-10 {
    margin-bottom: 10px !important;
}
.margin-bottom-5 {
    margin-bottom: 5px !important;
}
.margin-top-10 {
    margin-top: 10px !important;
}
.margin-top-15 {
    margin-top: 15px !important;
}
.margin-top-20 {
    margin-top: 20px !important;
}
.margin-top-30 {
    margin-top: 30px !important;
}
.margin-top-40 {
    margin-top: 40px !important;
}
.margin-bottom-15 {
    margin-bottom: 15px !important;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.margin-bottom-30 {
    margin-bottom: 30px !important;
}
.margin-bottom-40 {
    margin-bottom: 40px !important;
}
.margin-bottom-60 {
    margin-bottom: 60px !important;
}
.margin-left-15 {
    margin-left: 15px !important;
}
.margin-right-30 {
    margin-right: 30px !important;
}
.padding-bottom-15 {
    padding-bottom: 15px !important;
}
.overflow-auto {
    overflow: auto;
}
.overflow-hidden {
    overflow: hidden;
}
.text-upper {
    text-transform: uppercase !important;
}
.no-filter {
    filter: none !important;
}
textarea {
    resize: vertical;
}
.text-bold {
    font-weight: bold !important;
}
.text-strong-bold {
    font-weight: 800 !important;
}
.text-italic {
    font-style: italic;
}
.text-line-through {
    text-decoration: line-through;
}
.display-inline-block {
    display: inline-block !important;
}
.display-block {
    display: block !important;
}
.position-relative {
    position: relative !important;
}
.position-static {
    position: static !important;
}
.bg-white {
    background: #fff !important;
}
.bg-black {
    background: #000 !important;
}
.bg-green {
    background-color: #599442 !important;
}
.bg-grey {
    background-color: #f3f3f3 !important;
}
.bg-blue {
    background-color: #061736 !important;
}
.color-white {
    color: #fff !important;
}
.color-black {
    color: #000 !important;
}
.color-bluegreen {
    color: #2fa9c2 !important;
}
.color-green {
    color: #599442 !important;
}
.color-grey {
    color: #bbbaba !important;
}
.color-grey2 {
    color: #888 !important;
}
.color-blue {
    color: #061736 !important;
}
.color-red {
    color: #c60c05 !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.text-left {
    text-align: left !important;
}
.flat-btn {
    box-shadow: none !important;
    border: none !important;
    padding: 0;
    background: none !important;
}

/*_________________________color for placeholder___________________________*/
.placeholder-color::placeholder {
    color: #fff;
    opacity: 1; /* Firefox */
}
.placeholder-color:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.placeholder-color::-ms-input-placeholder { /* Microsoft Edge */
    color: #fff;
}
.placeholder-color::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.placeholder-color::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.placeholder-color:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.hide {
    display: none !important;
}

/*________________________________________________HEADER_____________________________________________________*/

.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 7;
    transition: all 0.05s linear 0s;
    background-image: url(../images/header-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0px 6px 25px 0px #999;
}
.l-header.active .container {min-height: 100px;padding-top: 10px;}
.l-header .container {
    display: flex;
    justify-content: space-between;
    transition: all 0.2s linear 0s;
}
.l-header-logo {

}
.l-header-logo img {
    width: 316px;
}
.l-header .nav {
    justify-content: space-between;
    align-items: center;
    flex-shrink: 1;
    flex-grow: 1;
    padding-left: 60px;
}
.l-header .nav .nav-link {
    font-size: 33px;
    color: #370000;
    margin: 0 10px;
    background: none;
    padding: 0;
    max-width: 320px;
    text-align: center;
    position: relative;
}
.l-header .nav .nav-item:first-child .nav-link {
    font-size: 23px;
    margin: 0;
}
.l-header .nav .nav-link:hover, .l-header .nav .nav-link.active {
    color: #da6324;
}
.l-header .nav .nav-link.active:before {
    content: "";
    position: absolute;
    top: -4px;
    width: 11px;
    height: 11px;
    background-color: #da6324;
    border-radius: 5.4px;
    left: calc(50% - 5px);
}
.l-header-lang {
    font-size: 33px;
    white-space: nowrap;
    display: flex;
    margin-left: 20px;
}
.l-header .nav .l-header-lang .nav-link {
    margin: 0;
}
.l-header .nav .l-header-lang .nav-link.lang-active {
    color: #da6324;
}

/*___________________________________________________________________________________________________________*/
.l-banner {
    position: relative;
    padding-top: 142px;
}
.l-banner-img {
    width: 100%;
}
.l-banner-img img {
    width: 100%;
}
.l-banner-img-drop {
    position: absolute;
    top: 98%;
    left: 22%;
    z-index: 2;
    width: 35.4%;
}
.l-banner-img-drop img {
    width: 100%;
}
.l-intro {
    padding-bottom: 160px;
    margin-bottom: 140px;
    background-image: url(../images/shadow1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.l-intro .container {
    display: flex;
    align-items: flex-start;
}
.l-intro-img {
    width: 55%;
    padding-right: 6vw;
    display: flex;
    justify-content: flex-end;
}
.l-intro-img img {
    max-width: 100%;
    margin: 16vw 0 0;
    width: 505px;
}
.l-intro-text {
    max-width: 45%;
    width: 550px;
    text-align: center;
    margin-top: 12vw;
}
.l-intro-text > img {
    width: 505px;
    max-width: 100%;
    margin-bottom: 50px;
}
.l-intro-text > h1 {
    line-height: 1.4;
    font-size: 51px;
    margin-bottom: 40px;
}
.l-intro-text > h2 {
    line-height: 1.4;
    font-size: 28px;
    margin-bottom: 40px;
    color: #97501b;
    text-align: justify;
}
.l-product {
    margin-bottom: 180px;
}
.l-product .container {

}
.l-product-title {
    text-align: center;
    font-size: 56px;
    margin-bottom: 60px;
}
.l-product-container {
    display: flex;
    flex-wrap: wrap;
}
.l-product-img {
    width: 50%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.l-product-img img {
    position: relative;
    transition: all 0.2s linear 0s;
}
.l-product-img img:hover {
    transform: scale(1.03);
}
.l-product-img1 {
    justify-content: flex-end;
    position: relative;
    left: 70px;
}
.l-product-text {
    width: 50%;
    text-align: center;
    font-size: 34px;
    color: #90440b;
    display: flex;
    justify-content: flex-start;
    padding: 0 60px;
}
.l-product-text p, .l-product-text a {
    width: 360px;
    max-width: 100%;
    color: #90440b;
}
.l-product-text a:hover {
    color: #4f2505;
}
.l-product-text1 {
    justify-content: flex-end;
    position: relative;
    left: -60px;
}
.l-product2 {
    
}
.l-cta-btn-container {
    display: flex;
    justify-content: center;
    margin: 50px 0 0;
}
.l-cta-btn {
    background-image: url(../images/cta-btn.png);
    display: flex;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 40px 50px 70px 200px;
}
.l-cta-btn > span {
    font-size: 58px;
    color: #90440b;
    margin-right: 10px;
}
.l-cta-btn > a {
    margin: 0 10px;
}
.l-cta-btn > a img {
    width: 81px;
    height: 81px;
    border-radius: 49%;
    box-shadow: 3px 3px 10px -2px #999;
    transition: all 0.1s linear 0s;
}
.l-cta-btn > a:hover img {
    transform: scale(1.05);
}
.l-video {
    margin-bottom: 320px;
}
.l-video-title {
    text-align: center;
    font-size: 58px;
    margin-bottom: 60px;
}
.l-video-wrapper {

}
.l-video-wrapper iframe {
    width: 1190px;
    max-width: 100%;
    height: 660px;
    display: block;
    margin: 0 auto;
}
.l-bottom-bg {
    background-image: url(../images/shadow1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
}
.l-title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
}
.l-title img {
    margin-left: 40px;
    width: 316px;
    display: block;
}
.l-fanpage-container {
    display: flex;
    justify-content: center;
    margin-bottom: 160px;
}
.l-fanpage {
    display: block;
    width: 1180px;
    max-width: 100%;
    position: relative;
}
.l-fanpage img {
    width: 100%;
    height: auto;
}
.l-fanpage span {
    position: absolute;
    font-size: 24px;
    color: #363636;
    white-space: nowrap;
    left: 24px;
    bottom: 40px;
    text-transform: capitalize;
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: block;
    background-color: #fff;
    padding: 5px 50px;
    z-index: 2;
    box-shadow: 0px 4px 8px 0px #666;
}
.l-fanpage:hover {
    transform: scale(1.01);
}
.l-social-title {
    color: #90440b;
    font-size: 48px;
    margin-bottom: 30px;
}
.l-social-media {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 120px;
}
.l-social-media a {
    margin: 0 10px;
}
.l-social-media a img {
    width: 54px;
    height: 50px;
    object-fit: contain;
    transition: all 0.1s linear 0s;
}
.l-social-media a:hover img {
    transform: scale(1.05);
}
.l-mobile-menu {
    padding: 0 0 6px;
    position: relative;
    z-index: 5;
}
.l-mobile-menu img {
    width: 33px;
}
.l-intro-bouchee {

}
.l-intro-logo {
    display: flex;
    justify-content: center;
    margin: 7vw 0 7vw;
}
.l-intro-logo img {
    width: 25.7%;
}
.l-intro-bouchee-container {
    position: relative;
}
.l-bouchee-cake1 {
    margin-left: 14vw;
    width: 29.2%;
}
.l-bouchee-cake2 {
    position: absolute;
    top: 6vw;
    right: 23%;
    width: 21.9%;
}
.l-bouchee-text1 {
    position: absolute;
    left: 35%;
    top: 4.7vw;
    width: 18.3%;
}
.l-bouchee-text2 {
    position: absolute;
    right: 13.5%;
    top: 0.4vw;
    width: 18.1%;
}
.l-bouchee-text3 {
    position: absolute;
    left: 35%;
    top: 18.7vw;
    width: 14.5%;
}

/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*_____________________________________RESPONSIVE____________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

/*____________________________________ULTRA LARGE DESKTOP_______________________________________________________________________*/

@media screen and (min-width: 1500px) {
    .container {
        max-width: 1400px;
    }
}

/*____________________________________LARGE DESKTOP_______________________________________________________________________*/

@media screen and (min-width: 1200px) {

    .hide-pc {
        display: none !important;
    }

    /*___________________________________________________________________________________________________________*/
    .l-header-logo {
        margin-bottom: 20px;
    }
    .l-header .container {
        min-height: 142px;
        align-items: center;
    }
    .l-header.active .container {
        min-height: 100px;
        padding-top: 10px;
    }


}

@media screen and (min-width: 1200px) and (max-width: 1500px) {
    .l-header-logo img {
        width: 280px;
    }
    .l-header .nav {
        padding-left: 30px;
    }
    .l-header .nav .nav-link {
        font-size: 25px;
    }
    .l-header-lang {
        font-size: 28px;
    }
}

/*_____________________________________SHORT PC SCREEN____________________________________________________________________*/
/*___________________________________________________________________________________________________________*/


@media screen and (min-width: 992px) {

}

/*_____________________________________TABLET & MOBILE_______________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 1200px) {

    .no-margin-mobile {
        margin: 0 !important;
    }
    .no-padding-mobile {
        padding: 0 !important;
    }
    .hide-mobile {
        display: none !important;
    }

    /*______________________________________________________________*/
    .l-mobile-menu {

    }
    .l-mobile-menu img {

    }
    .l-header {
        position: absolute;
        padding: 0 !important;
        background: none;
        box-shadow: none;
    }
    .l-header .container {
        padding: 6px 15px 0;
    }
    .l-header-logo img {
        width: 98px;
    }
    .l-header .nav {
        margin: 0;
        position: absolute;
        top: -300px;
        left: 0;
        width: 100%;
        transition: all 0.3s ease-out 0s;
        z-index: 3;
        text-align: center;
        padding: 50px 15px 20px;
        display: block;
        background-image: url(../images/mobile.menu-bg.png);
        background-size: 100% 100%;
    }
    body.mobile-menu-active {
        overflow: hidden;
    }
    body.mobile-menu-active .l-header .nav {
        top: 0;
    }
    .l-header .nav .nav-item {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }
    .l-header .nav .nav-link {
        display: inline-block;
        font-size: 18px !important;
    }
    .l-header .nav .nav-link.active {
        
    }
    .l-banner {
        padding-top: 0;
    }
    .l-header .nav .nav-link.active:before {
        display: none;
    }
    .l-header-lang {
        margin: 0;
        font-size: 18px;
    }
    .l-header-logo {
        position: relative;
        z-index: 6;
    }
    .l-intro-img {
        width: 48%;
        padding-right: 2vw;
        justify-content: center;
    }
    .l-intro-img img {
        max-width: 85%;
        margin: 8vw 0 0;
    }
    .l-intro-text {
        max-width: 52%;
        margin-top: 5vw;
    }
    .l-intro-text > img {
        max-width: 80%;
        margin-bottom: 6px;
    }
    .l-banner-img-drop {
        left: 14%;
    }
    .l-intro-text > h1 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .l-intro-text > h2 {
        text-align: left;
        font-size: 15px;
        margin-bottom: 10px;
    }
    .l-intro {
        padding-bottom: 20px;
        margin-bottom: 10px;
    }
    .l-product-title {
        font-size: 24px;
        margin-bottom: 16px;
    }
    .l-product-container {
        flex-direction: column;
    }
    .l-product-img {
        order: 3;
        width: 100%;
        justify-content: flex-end;
    }
    .l-product-img1 {
        order: 1;
        left: 0;
    }
    .l-product-text {
        order: 4;
        width: 100%;
        padding: 0;
        font-size: 18px;
        justify-content: center !important;
    }
    .l-product-text1 {
        order: 2;
        left: 0;
    }
    .l-product {
        margin-bottom: 30px;
    }
    .l-cta-btn-container {
        flex-wrap: wrap;
        margin: 10px 0 0;
    }
    .l-cta-btn > span {
        font-size: 18px;
        margin-right: 0;
    }
    .l-cta-btn {
        padding: 5px 20px 20px 60px;
        margin-bottom: 6px;
        min-width: 200px;
    }
    .l-cta-btn-mobile {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .l-cta-btn-mobile a {
        margin: 0 15px;
    }
    .l-cta-btn-mobile a img {
        width: 40px;
        height: 40px;
        border-radius: 49%;
        box-shadow: 3px 3px 10px -2px #999;
        transition: all 0.1s linear 0s;
    }
    .l-video {
        margin-bottom: 30px;
    }
    .l-video-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .l-video-wrapper iframe {
        width: 400px;
        height: 230px;
    }
    .l-title {
        font-size: 20px;
    }
    .l-title img {
        margin-left: 10px;
        width: 100px;
    }
    .l-social-media {
        margin-bottom: 50px;
    }
    .l-social-media a img {
        width: 30px;
        height: 30px;
    }
    .l-fanpage-container {
        margin-bottom: 30px;
    }
    .l-product-img img {
        width: 80%;
    }
    .l-bouchee-cake1 {
        margin-left: 10vw;
    }
    .l-intro-bouchee-container {
        margin-bottom: 6vw;
    }

}

/*_____________________________________TABLET________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 1200px) and (min-width: 768px) {

    .hide-tablet {
        display: none !important;
    }

    /*___________________________________________________________________________________________________________*/
    .l-intro-logo img {
        width: 18%;
    }
    .l-intro-logo {
        margin: 6vw 0 5vw;
    }


}

/*_____________________________________SHORT TABLET____________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 992px) and (min-width: 768px) {


}

/*_____________________________________MOBILE________________________________________________________________*/
/*___________________________________________________________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 768px) {

    .no-padding-xs {
        padding: 0 !important;
    }
    .no-margin-xs {
        margin: 0 !important;
    }

    /*_____________________________________________________________________________________*/
    .l-fanpage span {
        font-size: 15px;
        left: 15px;
        bottom: 15px;
        padding: 3px 20px 1px;
    }
    l-intro-logo img {
        width: 28%;
    }
    .l-intro-logo {
        margin: 4vw 0 3vw;
    }
    .l-bouchee-text1 {
        left: 32%;
        top: 2vw;
        width: 23%;
    }
    .l-bouchee-text2 {
        right: 3.5%;
        top: -2vw;
        width: 24%;
    }
    .l-bouchee-text3 {
        left: 29%;
        top: 17vw;
        width: 19%;
    }

}

/*_____________________________________SMALL MOBILE__________________________________________________________*/
/*___________________________________________________________________________________________________________*/

@media screen and (max-width: 576px) {

}
