@charset "UTF-8";
/* CSS Document */

/* ****************************************

	PROVENCE GASTRONOMIE
	
	01 . IMPORT CSS + FONTS
	02 . VARIABLES
	03 . BASE
	04 . PAGES
	05 . QUI SOMMES-NOUS ?
	06 . PRODUCTEURS
	07 . CONTACT
	
**************************************** */





/* /////////////////////////////////////////////////////////////

    01 . IMPORT CSS + FONTS

///////////////////////////////////////////////////////////// */

@import url('libs/bootstrap.css');
@import url('libs/autocomplete.css');
@import url('libs/cookieconsent.css');
@import url('libs/ionicons.css');
@import url('libs/kenburns.css');
@import url('libs/magnific-popup.css');
@import url('libs/swiper-bundle.css');

@import url('form.css');
@import url('interface.css');
@import url('hero.css');
@import url('grid.css');
@import url('product.css');
@import url('home.css');

@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans:wght@400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rozha+One&display=swap');





/* /////////////////////////////////////////////////////////////

    02 . VARIABLES

///////////////////////////////////////////////////////////// */

:root {
    
    --font-text: 'Albert Sans', sans-serif;
    --font-text-cond: 'Sofia Sans', sans-serif;
    --font-hero: 'Rozha One', serif;
    
    --site-width: 1450px;
    --site-inner-width: 1420px;
    
    --bg-light: #fbfbfb;
    --bg-header: #fff;
    --bg-nav: #181819;
    --border-color: #dadddb;

    --color-text: #303031;
    --color-dark: #181819;
    
    --color-grey: #6A6A6C;
    --color-grey-light: #99999A;
    --color-grey-dark: #3F3F40;
    
    --color-green: #007335; /* rgba(0,115,53,1); */
    --color-green-light: #338f5d;
    --color-green-dark: #005c2a;
    
    --color-red: #de071a; /* rgba(222,7,26,1); */
    --color-red-light: #e53948;
    --color-red-dark: #b20615;
    
    --color-yellow: #ffd300;
    --color-yellow-light: #ffdc33;
    --color-yellow-dark: #cca900;

    --vh: 1vh;
    --thumb-ratio: 100%; /* 1:1 - 100% / 16:9 - 56.25% / 4:3 - 75% / 3:2 - 66.66% / 8:5 - 62.5% */
    
    --hero-bg-color: #efefef;
    --hero-text-color: #181819;
    
}





/* /////////////////////////////////////////////////////////////

    03 . BASE

///////////////////////////////////////////////////////////// */

body {
    position: relative;
	font-family: var(--font-text);
	font-size: 16px;
	line-height: 23px;
    font-weight: 400;
	color: var(--color-text);
	background-color: var(--bg-light);
	overflow-x: hidden!important;
}

::selection { color: var(--bg-light); }
::-moz-selection { color: var(--bg-light); }
::selection { background-color: var(--color-text); }
::-moz-selection { background-color: var(--color-text); }

/* LIENS */
a {
	color:var(--color-text);
	text-decoration:none;
    outline: 0!important;
    outline: none!important;
	-webkit-transition:all .2s;
	transition:all .2s;
}
.no-touch a:hover { color: var(--color-text); outline: none; text-decoration: none; }
a:link { text-decoration: none; outline: none; }
a:visited { text-decoration: none; outline: none; }
a:active { text-decoration: none; outline: none; }

a.disabled {
    pointer-events: none;
    user-select: none;
    opacity: .65;
}

/* TEL */
a[href^=tel]{
    color: inherit!important;
    text-decoration: inherit!important;
    font-size: inherit!important;
    font-style: inherit!important;
    font-weight: inherit!important; 
}

/* TEXTE */
br { font-size: 0; line-height: 0; }
strong, b { font-weight: 700; }

/* IMAGE */
img { position: relative; max-width: 100% }

/* LISTES */
ol, ul { margin: 0; padding: 0; list-style: none; }

/* PARAGRAPHES */
p { margin:0 0 15px 0; padding:0; }
p:last-child { margin:0; }

/* TITRES */
h1, h2, h3, h4, h5, h6 { 
	font-weight: 700; 
	line-height: 1;
	margin: 0;
	padding: 0;
}

.no-padding { padding: 0; }
.no-padding-bottom { padding-bottom: 0 !important; }

.stripe-loading-indicator {height:2px !important;}
.stripe-loading-indicator .stripe-loaded {height:2px !important;background:var(--color-grey-light) !important;}





/* /////////////////////////////////////////////////////////////

    04 . PAGES

///////////////////////////////////////////////////////////// */

/* ------------------------------------------- 
	PAGE TITLE
------------------------------------------- */
.section.page-title {
    padding: 50px 0;
}
.section.page-title + .section {
    padding: 0 0 50px 0;
}

.page-title h1 {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
    color: var(--color-red);
    font-weight: 600;
    position: relative;
}

@media only screen and (max-width: 991px) {
    .section.page-title {
        padding: 35px 0;
    }
    .page-title h1 {
        font-size: 32px;
        line-height: 34px;
    }
}

/* ------------------------------------------- 
	FAQ
------------------------------------------- */
.section.faq [class*="row"] { margin-bottom: 50px; }
.section.faq [class*="row"]:last-child { margin-bottom: 0; }

.accordion {  }
.accordion:last-child { margin-bottom: 0px; }

.accordion-title {
	font-size: 24px;
	line-height: 26px;
	font-weight: 600;
    margin-bottom: 15px;
    color: var(--color-dark);
}

.accordion-wrp { margin-bottom: 10px; }
.accordion-wrp:last-child { margin-bottom: 0; }

.accordion-wrp .question {
    background: #fff;
	font-size: 18px;
	line-height: 21px;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 15px 15px 15px 15px;
	border: var(--border-color) solid 1px;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
	color: var(--color-grey-dark);
	cursor: pointer;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
}
.no-touch .accordion-wrp .question:hover {
    background: var(--color-green);
    color: #fff;
}
.no-touch .accordion-wrp .question:hover i {
    color: #fff;
}

.accordion-wrp.current .question {
    background: var(--color-green);
    color: #fff;
}
.accordion-wrp.current .question i {
	transform: rotate(180deg);
}

.accordion-wrp:last-child .question {
    top: -1px;
}
.accordion-wrp .question div {
    width: calc(100% - 25px);
}
.accordion-wrp .question i {
    width: 20px;
    text-align: center;
	font-size: 16px;
	line-height: 0;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
    transform-origin: center center;
}
.accordion-wrp .accordion-content { 
    display: none;
    padding: 20px 5px 15px 5px;
}
.accordion-wrp:last-child .accordion-content { 
    padding: 15px 5px 0 5px;
}
.accordion-wrp .accordion-content p { 
    margin-bottom: 10px;
}
.accordion-content strong {
    font-weight: 700;
}
.accordion-content a {
    text-decoration: underline;
    color: var(--color-text);
}
.no-touch .accordion-content a:hover {
    text-decoration: none;
    color: var(--color-text);
}

.accordion-wrp.current .accordion-content { display: block; }

@media only screen and (max-width: 991px) {
    .section.faq [class*="row"] {
            margin-bottom: 25px;
        }
    .accordion-title {
        font-size: 20px;
        line-height: 22px;
        margin-bottom: 10px;
    }
    .accordion-wrp .question {
        font-size: 16px;
        line-height: 21px;
        padding: 12px 15px 12px 12px;
    }
    .accordion-wrp .question i {
        font-size: 12px;
    }
    .accordion-wrp .accordion-content {
        font-size: 15px;
        line-height: 21px;
    }
}

/* ------------------------------------------- 
	PAGES
------------------------------------------- */
.section.page a {
    text-decoration: underline;
}
.section.page a:hover {
    text-decoration: none;
}
.section.page h2 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    font-weight: 600;
}
.section.page h3 {
    font-size: 21px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 500;
}
.section.page p {
    margin-bottom: 10px;
}
.section.page p:last-child {
    margin-bottom: 0;
}
.section.page p + h2 {
    margin: 50px 0 10px 0;
}
.section.page p + h3 {
    margin: 20px 0 10px 0;
}

@media only screen and (max-width:991px) {
    .section.page h2 {
        font-size: 22px;
        line-height: 24px;
    }
    .section.page h3 {
        font-size: 20px;
        line-height: 22px;
    }
}





/* /////////////////////////////////////////////////////////////

    05 . QUI SOMMES-NOUS ?

///////////////////////////////////////////////////////////// */

.section.about {
    padding: 50px 0;
}

.about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/interface/bg-wrapper.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-attachment:scroll;
    background-position: top center;
    /* filter: grayscale(100%); */
    mix-blend-mode: multiply;
    opacity: .15;
}

.page-subtitle {
    max-width: 900px;
    margin: 0 auto;
}

@media only screen and (max-width:991px) {
    .section.about {
        padding: 25px 0;
    }
    .page-subtitle {
        max-width: 100%;
        padding: 0;
    }
    .page-subtitle .col-md-12 {
        padding: 0;
    }
}

/* ------------------------------------------- 
	TITRES
------------------------------------------- */
.bloc-title {
    font-size: 38px;
    line-height: 40px;
    font-weight: 600;
    margin: 0 0 20px 0;
    text-align: center;
    color: var(--color-red);
}
.bloc-title:only-child {
    margin: 0 0 50px 0;
}
.bloc-subtitle {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 50px 0;
    text-align: center;
    color: var(--color-green);
}
.bloc-subtitle span {
    display: block;
    margin-top: 10px;
    font-size: 21px;
    line-height: 25px;
}

.bloc-subtitle-last {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    margin: 50px 0 0 0;
    text-align: center;
    color: var(--color-green);
}

@media only screen and (max-width:991px) {
    .bloc-title {
        font-size: 26px;
        line-height: 30px;
        margin: 0 0 15px 0;
        text-align: left;
    }
    .bloc-title:only-child {
        margin: 0 0 25px 0;
    }
    .bloc-subtitle {
        font-size: 20px;
        line-height: 26px;
        margin: 0 0 25px 0;
        text-align: left;
    }
    .bloc-subtitle span {
        max-width: 100%;
        font-size: 17px;
        line-height: 23px;
    }
}

/* ------------------------------------------- 
	BLOCS
------------------------------------------- */
.blocs-about {
    
}
.bloc-about {
    position:relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.bloc-about:last-child {
    margin-bottom: 0;
}

.bloc-about .bloc-image {
    width: 45%;
    order: 1;
    overflow: hidden;
    border-radius: 6px;
}
.bloc-about .bloc-image img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
}

.bloc-about .bloc-txt {
    position:relative;
    width: 55%;
}
.section.about .bloc-about:nth-child(even) .bloc-txt {
    order: 2;
}

.bloc-about .bloc-txt .inner {
    padding: 15px 15% 15px 5%;
}
.section.about .bloc-about:nth-child(even) .inner {
    padding: 15px 5% 15px 15%;
}

.bloc-about .bloc-txt p.year {
    font-size: 34px;
    line-height: 1;
    color: var(--color-red);
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.bloc-about .bloc-txt p.lead {
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    color: var(--color-dark);
}
.bloc-about .bloc-txt p.lead strong {
    font-weight: 600;
}
.bloc-about .bloc-txt p {
    font-size: 17px;
    line-height: 24px;
}

@media only screen and (max-width: 991px) {
    .bloc-about {
        display: block;
        margin-bottom: 35px;
    }
    .bloc-about .bloc-image {
        width: 100%;
    }
    .bloc-about .bloc-image img {
        display: block;
        width: calc(100%);
        height: auto;
        margin: 0 auto;
        padding: 0;
        object-fit: cover;
    }
    .bloc-about .bloc-txt {
        position:relative;
        width: 100%;
        text-align: left;
    }
    .bloc-about:nth-child(even) .bloc-txt {
        order: 2;
    }
    .bloc-about .bloc-txt .inner,
    .section.about .bloc-about:nth-child(even) .inner {
        max-width: 100%;
        margin: 0 auto 0 auto;
        padding: 25px 0 0 0;
    }
    .bloc-about .bloc-txt p.year {
        font-size: 28px;
        line-height: 1;
        margin-bottom: 15px;
    }
    .bloc-about .bloc-txt p.lead {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .bloc-about .bloc-txt p {
        font-size: 16px;
        line-height: 23px;
    }
}

/* ------------------------------------------- 
	PARALLAX
------------------------------------------- */
.parallax {
    position: relative;
    padding: 200px 0 !important;
    margin: 25px 0 0 0;
    background: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
@media only screen and (max-width:992px) {
    .section.parallax {
        padding: 175px 0 !important;
        margin: 0;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important
    }
}
@media only screen and (min-device-width:768px) and (max-device-width:1024px) and (orientation:landscape) {
    .section.parallax {
        padding: 100px 0 !important;
        margin: 0;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important
    }
}
@media only screen and (max-width:768px) {
    .section.parallax {
        padding: 100px 0 !important;
        margin: 0;
        background-attachment: scroll !important;
        background-position: center center !important;
        background-size: cover !important
    }
}





/* /////////////////////////////////////////////////////////////

    06 . PRODUCTEURS

///////////////////////////////////////////////////////////// */

/* ------------------------------------------- 
	TABS
------------------------------------------- */
.tabs-prod {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding: 0 15px 25px 15px;
}
.tabs-prod a {
    text-shadow: none;
    font-size: 14px;
    line-height: 45px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.025em;
    color: #fff;
    background-color: transparent;
    border: #fff solid 2px;
    border-radius: 2em 0 0 2em;
    padding: 0 20px;
    display: flex;
    align-items: center;
    transition: color .2s, background-color .2s;
}
.tabs-prod a:last-child {
    border-radius: 0 2em 2em 0;
    margin: 0;
}
.tabs-prod a.active,
.no-touch .tabs-prod a:hover {
    background-color: #fff;
    color: var(--color-dark);
}
.tabs-prod a:only-child {
    border-radius: 2em;
    margin: 0;
}
.tabs-prod a i {
    position: relative;
    top: -0.015em;
    font-size: 16px;
    margin-right: 6px;
}
.tabs-prod a span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width:991px) {
    .tabs-prod a {
        font-size: 13px;
        line-height: 34px;
        padding: 0 14px;
        letter-spacing: 0;
    }
    .tabs-prod a:only-child {
        max-width: 100%;
    }
    .tabs-prod a i {
        top: 0;
    }
    .tabs-prod a:nth-child(2) i {
        top: -0.02em;
    }
}


/* ------------------------------------------- 
	FILTERS
------------------------------------------- */
.filters-prod {
    padding: 5px 0;
    position: -webkit-sticky;
    position: sticky;
    top: -1px;
    z-index: 99;
    margin-top: 0;
}
.filters-prod::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-bottom: var(--border-color) solid 1px;
}

@media only screen and (max-width: 991px) {
    .section.filters-prod .col-md-12 {
        padding: 0;
    }
    .filters-prod {
        padding: 0;
        top: 60px;
        margin-top: 0;
    }
}

.filters-prod-scroll {
    overflow-y: hidden;
    scroll-behavior: smooth;
}

.filters-prod-scroll ::-webkit-scrollbar { width:8px; background:transparent; cursor:inherit; }
.filters-prod-scroll ::-webkit-scrollbar-track { border-radius:0; cursor:default; }
.filters-prod-scroll ::-webkit-scrollbar-thumb { background-color:transparent; cursor:default; }

.filters-prod-scroll ::-webkit-scrollbar:horizontal {
    height: 0px;
    background-color: #ccc;
}
.filters-prod-scroll ::-webkit-scrollbar-thumb:horizontal {
    background: #999;
    border-radius: 6px;

}

.filters-prod-wrap {
    position: relative;
    width: 100%;
    height: 50px;
    display: grid;
    align-items: center;
    align-content: center;
}
.filters-prod-wrap a {
    position: relative;
    font-size: 15px;
    line-height: 18px;
    font-weight: 500;
    color: var(--color-text);
    text-decoration: none;
    grid-row: 1;
    text-align: center;
    border-right: rgba(0,0,0,.15) solid 1px;
    padding: 0 10px;
    height: 100%;
    display: grid;
    align-items: center;
    transition: color .2s, opacity .2s;
}
.filters-prod-wrap a:last-child {
    border-right: none;
}

.no-touch .filters-prod-wrap a:hover,
.filters-prod-wrap a.active {
    color: var(--color-red);
    opacity: 1;
}

@media only screen and (max-width: 991px) {
    .filters-prod-wrap {
        border: var(--border-color) solid 0px;
        /* border-bottom: var(--border-color) solid 1px; */
        border-radius: 0;
        height: 50px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: center;
        overflow-x: auto;
        white-space: nowrap;
    }
    .filters-prod-scroll::after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 45px;
        height: calc(100% - 1px);
        background: linear-gradient(270deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.6) 60%, rgba(255,255,255,0) 100%);
    }
    .filters-prod-wrap a {
        font-size: 14px;
        line-height: 15px;
        padding: 0 15px 0 15px;
        letter-spacing: 0.015em;
    }
    .filters-prod-wrap a:last-child {
        padding: 0 35px 0 15px;
    }
}


/* ------------------------------------------- 
	GRID
------------------------------------------- */
.prod_item {
    margin: 0 0 75px 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.prod_item:last-child {
    border-bottom: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 991px) {
    .prod_item {
        margin: 0 0 50px 0;
    }
}

.prod_item .item {
    overflow: hidden!important;
    border-radius: 5px!important;
}

/* ------------------------------------------- 
	TITLE
------------------------------------------- */
.prod_item-title {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: var(--color-red);
    margin-bottom: 25px;
}

@media only screen and (max-width: 991px) {
    .prod_item-title {
        font-size: 24px;
        line-height: 26px;
        margin-bottom: 25px;
    }
}

/* ------------------------------------------- 
	ITEM
------------------------------------------- */
.prod_img {
    position:relative;
    display: block!important;
    width: 100%;
    height: auto;
    overflow: hidden!important;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    padding-top: 66.66%;
    /* padding-top: 77%; */
}
.grid.search .prod_img {
    padding-top: var(--thumb-ratio);
}

.prod_img::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    opacity: 0;
    transition: opacity .2s;
}
.no-touch .item:hover .prod_img::before {
    opacity: .15;
}
.prod_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100%);
    height: calc(100%);
    object-fit: cover;
    object-position: center;
    border-radius: 6px 6px 0 0;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transition: transform .3s;
    transform: scale(1) translate3d(0,0,1px) translateZ(1px);
}
.no-touch .item:hover .prod_img img {
    transform: scale(1.04) translate3d(0,0,0) translateZ(1px);
}
.prod_img::after {
    font-family: "Ionicons";
    content: "\f489";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 48px;
    color: #fff;
    opacity: 0;
    transition: opacity .2s;
}
.no-touch .item:hover .prod_img::after {
    opacity: 1;
}

.prod_caption {
    position: relative;
}
.prod_caption-inner {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    padding: 20px;
}
.grid.search .prod_caption-inner {
    padding: 15px;
}
.prod_caption-title {
    font-size: 19px;
    line-height: 1.15;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.015em;
}
.prod_caption-desc {
    font-size: 13px;
    line-height: 1;
    margin: 0 0 12px 0;
    color: var(--color-grey);
    display: flex;
    align-items: center;
}
.prod_caption-desc img {
    position: relative;
    top: -0.035em;
    height: 14px;
    margin: 0 7px 0 0;
}

@media only screen and (max-width: 991px) {
    .prod_img {
        
    }
    .prod_caption-inner {
        padding: 15px;
    }
    .prod_caption-title {
        font-size: 16px;
        line-height: 1.1;
    }
    .prod_caption-desc {
        font-size: 11px;
        margin: 0 0 8px 0;
    }
    .prod_caption-desc img {
        height: 12px;
        margin: 0 6px 0 0;
    }
}

/* ------------------------------------------- 
	ZOOM
------------------------------------------- */

.prod-zoom {
    /* background: linear-gradient(0deg, rgba(233,236,234,.4) 0%, rgba(255,255,255,1) 100%); */
}
.prod-zoom::before,
.prod-testimonials::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/interface/bg-wrapper.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    background-attachment:scroll;
    background-position: top center;
    /* filter: grayscale(100%); */
    mix-blend-mode: multiply;
    opacity: .15;
}

/* ITEM */
.prod_zoom {
    display: flex;
    flex-wrap: wrap;
}

/* IMG */
.prod_zoom-img {
    position: relative;
    overflow: hidden;
    flex-basis: 50%;
}

/* SWIPER */
.swiperBlock {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.swiperBlock .swiper-slide {
    position: relative;
    height: auto;
    border-radius: 6px;
    padding-top: 56.25%;
}
.swiperBlock .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.swiperBlock .swiper-button-next,
.swiperBlock .swiper-button-prev {
    top: auto;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: var(--color-text);
}
.swiperBlock .swiper-button-prev {
    left: calc(100% - 100px);
    border-radius: 6px 0 0 0;
}
.swiperBlock .swiper-button-prev::after,
.swiperBlock .swiper-button-next::after {
    content: "";
    box-sizing: border-box;
    font-family: "Ionicons";
    font-size: 36px;
    color: #fff;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swiperBlock .swiper-button-prev::after {
    content: '\f3d5';
}
.swiperBlock .swiper-button-next::after {
    content: '\f3d6';
}
.swiperBlock .swiper-button-next.swiper-button-disabled,
.swiperBlock .swiper-button-prev.swiper-button-disabled {
    opacity: .55;
}
.swiperBlock .swiper-button-next.swiper-button-disabled::after,
.swiperBlock .swiper-button-prev.swiper-button-disabled::after {
    opacity: .75;
}

@media only screen and (max-width: 992px) {
    .swiperBlock .swiper-button-next,
    .swiperBlock .swiper-button-prev {
        width: 40px;
        height: 40px;
    }
    .swiperBlock .swiper-button-prev {
        left: calc(100% - 80px);
    }
    .swiperBlock .swiper-button-prev::after,
    .swiperBlock .swiper-button-next::after {
        font-size: 30px;
    }
}

/* CONTENT */
.prod_zoom-content {
    flex-basis: 50%;
}
.prod_zoom-content-inner {
    padding: 0 60px 0 0;
    min-height: 400px;
}
.prod_zoom-link {
    margin: 20px 0 0 0;
}

.prod_zoom-logo {
    text-align: center;
    border: var(--border-color) solid 1px;
    border-radius: 6px;
    padding: 20px;
    background: #fff;
    max-width: 300px;
}
.prod_zoom-logo:empty {
    display: none;
}
.prod_zoom-logo img {
    display: inline-block;
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}

.prod_zoom-desc {
    margin: 25px 0 0 0;
}

/* EVEN */
.prod_zoom:nth-child(even) {
    display: flex;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: stretch;
}
.prod_zoom:nth-child(even) .prod_zoom-img {
    order: 2;
}
.prod_zoom:nth-child(even) .prod_zoom-content {
    order: 1;
}


/* ------------------------------------------- 
	ALL PRODUCTS TITLE
------------------------------------------- */
.grid-prod-title {
    font-size: 38px;
    line-height: 40px;
    color: var(--color-red);
    margin-bottom: 35px;
    text-align: center;
}
.grid-prod-title span {
    font-weight: 700;
}

.grid-prod-subtitle {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-green);
    margin-top: 5px;
}

@media only screen and (max-width: 992px) {
    .grid-prod-title {
        margin-bottom: 25px;
    }
    .grid-prod-title {
        font-size: 26px;
        line-height: 30px;
    }
    .grid-prod-subtitle {
        font-size: 16px;
        line-height: 18px;
    }
    .grid-prod-subtitle span {
        font-size: 16px;
        line-height: 18px;
    }
    /* WRAP */
    .prod_zoom {
        display: block;
    }
    /* LOGO */
    .prod_zoom-logo {
        margin: 0 auto;
        max-width: 250px;
    }
    .prod_zoom-logo img {
        max-height: 125px;
    }
    /* IMG */
    .prod_zoom-img {
        display: block;
        width: 100%;
    }
    /* CONTENT */
    .prod_zoom-content {
        display: block;
        width: 100%;
    }
    .prod_zoom-content-inner {
        padding: 0 0 30px 0;
        max-width: 100%;
        min-height: auto;
    }
    
}


/* ------------------------------------------- 
	TESTIMONIALS
------------------------------------------- */
.flip-container {
    position: relative;
}

.flip-card {
    perspective: 1000px;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-column-break-inside: avoid;
    /* overflow: hidden; */
}

.flip-card-inner {
    position:relative;
    display: grid;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transition: -webkit-transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    transition: 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.075);
    cursor: pointer;
    background: #fff;
}
.flip-card.active .flip-card-inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    grid-area: 1/1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 6px;
    overflow: hidden;
}

.flip-card-front {
    position:relative;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.flip-card-front::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,1);
    opacity: .25;
    transition: opacity .4s;
}
.no-touch .flip-card:hover .flip-card-front::before {
    opacity: .15;
}
.flip-card-front h2 {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 40px;
    line-height: 1;
    font-weight: 500;
    padding: 20px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    transition: opacity .3s .15s, transform .3s .15s;
}
.no-touch .flip-card:hover .flip-card-front h2 {
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity .3s 0s, transform .3s 0s;
}
.flip-card-front span {
    position: absolute;
    z-index: 1;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0,0,0,0.25);
    transition: opacity .3s 0s, transform .3s 0s;
    opacity: 0;
    transform: translateY(15px);
}
.no-touch .flip-card:hover .flip-card-front span {
    opacity: 1;
    transform: translateY(0px);
    transition: opacity .3s .15s, transform .3s .15s;
}
.flip-card-front img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.2);
    transition: transform .3s;
}
.no-touch .flip-card:hover .flip-card-front img {
    /* transform: scale(1.25); */
}

.flip-card-back {
    transform: rotateY(180deg);
    padding: 40px;
    box-shadow: rgba(41,43,42, 0.16) 0px 4px 6px -4px, inset 0px 0px 0px 1px rgba(41,43,42, 0.08);
    position: relative;
    z-index: 1;
}
.flip-card-back img {
    display: block;
    max-width: 250px;
    max-height: 150px;
    object-fit: cover;
    margin: 0 auto 35px auto;
    mix-blend-mode: multiply;
}
.flip-card-back blockquote {
    padding: 0;
    margin: 0;
    border: 0;
    font-size: 16px;
    line-height: 24px;
    color: var(--color-grey);
}
.flip-card-back span {
    display: block;
    font-size: 15px;
    line-height: 17px;
    font-weight: 600;
    margin: 15px 0 0 0;
}
.flip-card-back p {
    position:relative;
    font-size: 15px;
    line-height: 21px;
}
.flip-card-back a {
    margin: 20px 0 0 0;
}

@media only screen and (max-width: 992px) {
    .flip-card .flip-card-inner {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
        cursor: auto;
    }
    .flip-card-back {
        transform: rotateY(-180deg);
        padding: 25px;
    }
    .flip-card-back img {
        max-width: 225px;
        max-height: 125px;
        margin: 0 auto 25px auto;
    }
}





/* /////////////////////////////////////////////////////////////

    07 . CONTACT

///////////////////////////////////////////////////////////// */

/* ------------------------------------------- 
	PAGE
------------------------------------------- */
.contact_wrap {

}
.contact_wrap h2 {
    font-size: 21px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 10px;
}
.contact_desc {

}
.contact_address {
    margin-top: 20px;
}
.contact_address strong {
    font-size: 18px;
    color: var(--color-green);
}
.contact_tel {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}
.contact_tel a {
    font-size: 17px!important;
}
.contact_tel a i {
    margin-right: 7px;
}

@media only screen and (max-width: 992px) {
    .contact_wrap {
        margin-bottom: 35px;
    }
}


/* ------------------------------------------- 
	POPUP
------------------------------------------- */

/* ------------------------------------------- 
	POPUP
------------------------------------------- */
.popup {
	position: relative;
	background: var(--bg-light);
	color: var(--color-text);
	padding: 0;
	width:auto;
	max-width: 740px;
	margin: 10px auto;
    border-radius: 5px;
}
.popup-title {
	display: block;
	position: relative;
    font-size: 28px;
	line-height: 1.1;
    font-weight: 600;
    padding: 0 40px 0 0;
	margin-bottom: 20px;
}

/* INLINE */
.popup-inner {
    padding: 20px;
}
.popup-content {
    
}

/* PRODUCT */
.popup-product {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    background-color: rgba(0,115,53,.025);
    border: var(--border-color) solid 1px;
    border-radius: 6px;
}
.popup-product-img {
    border-radius: 6px;
    border-right: var(--border-color) solid 1px;
    margin-right: 5px;
    align-self: stretch;
    width: 65px;
}
.popup-product-img img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}
.popup-product-title {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    line-height: 1.15;
    font-weight: 500;
    padding: 10px 5px;
    width: calc(100% - 70px);
}
.popup-product-title span {
    font-family: var(--font-text-cond);
    font-size: 11px;
    line-height: 1;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--color-green-dark);
    margin-bottom: 2px;
}





