/*!
Theme Name: Fromagerie Etiez
Theme URI: https://bebold.ch
Author: bebold Sàrl
Author URI: https://bebold.ch
Description: Thème du site de la Fromagerie Etiez
Version: 1.0.0
Tested up to: 6.7
Requires PHP: 8.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bebold
*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;

}

html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    text-transform: uppercase;
/*     font-family: 'Fjord One'; */
}


/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

.sth-box-menu::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 1px;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

.banner-home .container {
    position: relative;
}

.btn-hover {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    background-color: #025D6D;
    text-decoration: none;
    overflow: hidden;
    border-radius: 30px;
    transition: all 0.6s ease;
    border: none;
    z-index: 0;
}

.btn-hover::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    border-radius: 30px;
    background: #F0E1C6;
    transition: all 0.6s ease;
    z-index: -1;

}

.btn-hover:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
}

.btn-hover:hover {
    color: #025D6D;
}
.site-main{
	transition: all 0.3s ease-in-out;
}
/* Style Header */
.disable-scroll{
	overflow: hidden;
}
.btn-menu{
	display: none;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    z-index: 9;
	padding-bottom: 18px;
}

.admin-bar .site-header {
    top: 32px;
}

.sth-header-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 48.57px;
}

.left-menu {
    display: flex;
    align-items: center;
    gap: 42px;
}

.left-menu li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 700;
    color: #025D6D;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.left-menu li a:hover {
    color: #003c47;
}

.logo-scroll {
/*     display: none; */
	height: 0;
	visibility: hidden;
	opacity: 0;
}
.sth-menu-left,
.sth-menu-right {
	flex-grow: 1;
	flex-basis: 0;
}

.sth-menu-right {
    display: flex;
		justify-content: end;
    align-items: center;
    gap: 40px;
	/* padding-left: 20px; */
}

.right-menu {
    display: flex;
    align-items: center;
    gap: 40px;
}

.sth-lang .wpml-ls-legacy-dropdown-click {
    width: max-content;
}
.sth-lang .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{
	border: none;
	margin-top: 5px;
}

.sth-lang .wpml-ls-legacy-dropdown-click a {
    display: flex;
    align-items: center;
    border: 1.5px solid #025D6D;
    border-radius: 30px;
    padding: 9px 18px;
    padding-right: 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.17375;
    color: #025D6D;
}

.sth-lang .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after {
    background-image: url(/wp-content/uploads/2024/12/icon-arrow-down.svg);
    border: none;
    width: 10px;
    height: 19px;
    background-size: cover;
    background-position: center;
    top: 50%;
    transform: translateY(calc(-50% - 3px));

}

.right-menu li a {
 	position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.17375;
	position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    background-color: #025D6D;
    text-decoration: none;
    overflow: hidden;
    border-radius: 30px;
    transition: all 1s ease;
    border: none;
    z-index: 0;
}
.right-menu li a:before{
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	top: 0;
	border-radius: 30px;
	background: #F0E1C6;
	transition: all 0.5s ease;
	z-index: -1;
}
.right-menu li a:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
}

.right-menu li a:hover {
    color: #025D6D;
	background: #F0E1C6;
}
/* 
.right-menu li a:hover {
    background: #F0E1C6;
    color: #025D6D;
} */

.site-main {
    min-height: 100vh;
}

.site-header.is-scroll {
    background: #fff;
}
.logo-top{
	visibility: visible;
	opacity: 1;
	height: 130px;
}
.site-header.is-scroll .logo-top {
    height: 0;
	width: 0;
	visibility: hidden;
	opacity: 0;
}

.site-header.is-scroll .logo-scroll {
    height: 42px;
	display: block;
	visibility: visible;
	opacity: 1;
}
.site-logo a img{
	transition: all 0.3s ease-in-out;
}
.site-logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}

/* Style Footer */

.sth-footer-row {
    background: #F7F4EA;
    border-radius: 15px;
    margin: auto;
    padding-bottom: 80px;
}

.sth-main-footer {
    display: flex;
    justify-content: space-between;
    padding-left: 146.14px;
    padding-right: 107.86px;
	margin-top: -58px;
}

.social-box {
    display: flex;
    column-gap: 30px;
	padding-top: 5px;
}

.social-box a {
    height: max-content;
}

.social-box img {
    max-width: 35px;
    vertical-align: middle;
}

.title-ft {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Fjord One';
    color: #009FC1;
    margin-bottom: 15px;
}

.content-adress p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #025D6D;
    margin-bottom: 10px;

}

.contact-box a {
    column-gap: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 800;
    color: #025D6D;
    margin-bottom: 18px;
    text-decoration: none;
}

.content-horaires p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    color: #025D6D;
    margin-bottom: 6px;
}

.content-horaires p:last-child {
    margin-bottom: 0;
}

.content-horaires strong {
    font-weight: 800;
}

.horaires-box>strong {
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
    color: #025D6D;
    margin-top: 20px;
    display: block;
}

.infomation-box {
    display: flex;
    justify-content: space-between;
    column-gap: 97.5px;
    width: 72.0272%;
}

.horaires-box {
    max-width: 170px;
}

.logo-ft {
    width: max-content;
    transform: translate(137.8px, -94.16px);
}

.site-footer {
    padding-top: 90.65px;
}

.copyright {
    margin-top: 6.67px;
    padding: 7px 0;
}

.copyright a,
.copyright p,
.copyright {
    font-size: 14px;
    font-weight: 500;
    line-height: 16.44px;
    color: #009FC1;
    text-decoration: none;
}

/* Home Style */
.head-banner {
    display: flex;
    justify-content: space-between;
}

.sth-meta-field span {
		display: inline-block;
    font-size: 14px;
    line-height: 1.2;
		margin-bottom: 10px;
    color: #025D6D;
    font-weight: 600;
    border-radius: 20px;
    background: #F0E1C6;
    padding: 2px 8px;
}

.sth-meta-field h4 {
    font-size: 28px;
    font-weight: 400;
    color: #8347AD;
    line-height: 1.2;
    font-family: 'Fjord One';
    margin-top: 12px;
	text-transform: none;
}

.btn-banner-home {
    display: flex;
    gap: 20px;
    align-items: flex-end;
}

.btn-banner-home a {
    padding: 7px 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 46px;
    border: 2px solid;
    text-decoration: none;
    font-size: 16px;
    line-height: 18.78px;
    font-weight: 700;
}

.btn-banner-home a>span {
    position: relative;
    z-index: 1;
}

.btn-border {
    position: relative;
    transition: all 0.4s ease-in-out;
}

.btn-bg {
    color: #fff;
    position: relative;
    transition: all 0.4s ease-in-out;
}

.btn-border:before,
.btn-bg:before {
    position: absolute;
    top: -2px;
    right: -2px;
    content: "";
    width: 30px;
    height: calc(100% + 4px);
    border-radius: 46px;
    transition: all 0.4s ease-in-out;
    opacity: 0;
    background: #025D6D;
}

.btn-bg:hover,
.btn-border:hover {
    color: #fff !important;
}

.btn-border:hover:before,
.btn-bg:hover:before {
    width: calc(100% + 4px);
    opacity: 1;
}

.title-product-banner {
    font-size: clamp(50px, 10vw, 100px);
    white-space: nowrap;
    line-height: 1.25;
    font-weight: 400;
    color: #D0BA91;
    font-family: 'Fjord One';
    text-align: center;
}

.thumb-product img {
    max-width: 712px;
    vertical-align: middle;
}
.sth-slider-banner {
    background: #F7F4EA;
    padding-top: 233.11px !important;
    border-radius: 15px;
    height: 770px;
}

.thumb-product {
    text-align: center;
    margin-top: 120px;
    position: relative;
    z-index: 1;
}

.slider-item {
    max-width: 1064px;
    margin: auto;
}

/*  */
@keyframes rotateOut {
    0% {
        opacity: 1;
        transform: rotate(0deg);
    }

    100% {
        opacity: 0;
        transform: rotate(180deg);
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        transform: rotate(-180deg);
    }

    100% {
        opacity: 1;
        transform: rotate(0deg);
    }
}

.swiper-slide .thumb-product {
    transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.swiper-slide-prev .thumb-product {
    animation: rotateOut 1s forwards;
}

.swiper-slide-next .thumb-product {
    animation: rotateIn 1s forwards;
}


@keyframes slideOutDown {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(150px);
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        transform: translateY(150px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.swiper-slide .title-product-banner {
    transition: opacity 1s ease, transform 1s ease;
}

.swiper-slide-prev .title-product-banner {
    animation: slideOutDown 1s forwards;
}

.swiper-slide-next .title-product-banner {
    animation: slideInUp 1s forwards;
}

.swiper-pagination-home {
    position: absolute;
    left: 73px !important;
    top: unset !important;
    bottom: -3px !important;
    display: flex;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    width: max-content !important;
    height: max-content !important;
    z-index: 1;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.swiper-pagination-home .swiper-pagination-bullet {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    line-height: 18.78px;
    width: max-content !important;
    height: max-content !important;
    background: none;
    border-radius: 0;
    transition: all 0.8s ease-in-out;
    opacity: 1 !important;
    padding: 0 20.24px;
    margin: 0 !important;
}

.swiper-pagination-home .swiper-pagination-bullet:before {
    content: "";
    position: absolute;
    bottom: -12px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    left: 50%;
    transform: translatex(-50%);
    opacity: 0;
    background-color: var(--bullet-color, yellow);
    transition: all 0.8s ease-in-out;
}

.swiper-pagination-home .swiper-pagination-bullet-active:before {
    opacity: 1;
}

.box-title-product {
    position: absolute;
    top: 54px;
    left: 50%;
    transform: translatex(-50%);
}

/*  */
.sec-le-magasin {
    padding-top: 180px;
}

.sth-title-magasin {
    font-size: 86px;
    font-weight: 400;
    line-height: 1.25;
    color: #D0BA91;
    font-family: 'Fjord One';

}

.sth-img-magasin {
    padding-top: 103px;
    text-align: right;
	width: 74.75%;
	max-width: 957px;
	margin-right: 0;
	margin-left: auto;
/* 	margin-bottom: 64.43px; */
}

.sth-img-magasin img {
    vertical-align: middle;
	border-radius: 20px;
	width: 100%;
	aspect-ratio: 956 / 539;
	object-fit: cover;
}
.box-meta-magasin {
	background: linear-gradient(90deg, #019DBE 0%, #016678 100%);
	padding: 40px;
	border-radius: 20px;
	max-width: 524px;
	margin-top: -65px;
    position: relative;
    z-index: 1;
}
.sth-title-meta{
	font-size: 28px;
	line-height: 1.2;
	color: #D0BA91;
	font-weight: 600;
	text-transform: none;
	margin-bottom: 30px;
}
.btn-light{
	position: relative;
	background: #F7F4EA;
	border-radius: 46px;
	font-size: 16px;
	font-weight: 700;
	color: #009FC1;
	line-height: 18.78px;
	padding: 10px 30px;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	z-index: 0;
	transition: all 1s ease;
}
.btn-light:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    border-radius: 30px;
    background: #F0E1C6;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn-light:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
}

.btn-light:hover {
    color: #025D6D;
    background: #F0E1C6;
}
.sth-title-text{
	color: #025D6D;
	font-size: 30px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.sth-section-text{
	max-width: 520px;
	margin-right: 108.5px;
	margin-left: auto;
	margin-top: -83px;
}
.sth-content-text p{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #025D6D;
	margin-bottom: 12px;
}
.sth-content-text strong{
	font-size: 20px;
	line-height: 1.3;
}
.sth-content-text p:last-child{
	margin-bottom: 0;
}
.sth-content-text{
	font-size: 20px;
}
.sth-content-text h3,
.sth-content-text h4{
	font-size: 28px;
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Fjord One';
	color: #D0BA91;
	margin-bottom: 25px;
	text-transform: none;
}
.btn-blue{
	position: relative;
	padding: 10px 30px;
	background: #025D6D;
	border-radius: 46px;
	color: #fff;
	font-size: 16px;
	line-height: 18.78px;
	font-weight: 700;
	text-decoration: none;
	transition: all 1s ease-in-out;
	display: inline-flex;
	z-index: 0;
}
.btn-blue:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    border-radius: 30px;
    background: #F0E1C6;
    transition: all 0.5s ease;
    z-index: -1;
}
.btn-blue:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
}

.btn-blue:hover {
    color: #025D6D;
    background: #F0E1C6;
}
.sth-btn-text{
	margin-top: 25px;
}
.sth-title-evenements{
	font-size: 86px;
	font-weight: 400;
	color: #D0BA91;
	line-height: 1.25;
	font-family: 'Fjord One';
	margin-bottom: 53px;
}
.wrap-evenements{
	border-radius: 15px;
	padding-left: 110px;
	padding-top: 88px;
	position: relative;
}
.wrap-evenements:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 576px;
	max-height: 80%;
	background: #F7F4EA;
	z-index: -1;
	border-radius: 15px;
}
.sth-item-first{
	padding: 40px;
	border-radius: 20px;
	background: linear-gradient(90deg, #019DBE 0%, #016678 100%);
	min-height: 577px;
	display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sth-item-first p{
	font-size: 28px;
	font-weight: 600;
	color: #D0BA91;
	line-height: 1.2;
}
.sth-item-first>a{
	position: relative;
	padding: 10px 30px;
	font-size: 16px;
	line-height: 18.78px;
	color: #025D6D;
	font-weight: 700;
	border-radius: 46px;
	background: #F7F4EA;
	display: inline-flex;
	width: max-content;
	text-decoration: none;
	margin-top: 30px;
	transition: all 1s ease;
	z-index: 0;
}
.sth-item-first>a:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 0;
    border-radius: 30px;
    background: #F0E1C6;
    transition: all 0.5s ease;
    z-index: -1;
}
.sth-item-first>a:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
}

.sth-item-first>a:hover {
    color: #025D6D;
    background: #F0E1C6;
}
.sec-evenements{
	padding-top: 100px;
	padding-top: 300px;
	padding-bottom: 148px;
}
.sth-thumbnail-evenements img{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 0.60532;
	vertical-align: middle;
}
.sth-item-evenements{
	border-radius: 20px;
	overflow: hidden;
/* 	width: 413px; */
}
.sth-custom-item{
	width: 413px !important;
}
.sth-meta-evenements{
	padding: 25px;
	background: #fff;
}
.sth-uptitle{
	padding: 2px 8px;
	border-radius: 20px;
	background: #F0E1C6;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #009FC1;
	display: inline-block;
	margin-bottom: 12px;
}
.sth-meta-title{
	font-size: 28px;
	line-height: 1.2;
	font-weight: 600;
	color: #025D6D;
	margin-bottom: 10px;
	text-transform: none;
}
.sth-meta-desc{
	margin-bottom: 20px;
}
.sth-meta-desc p{
	font-size: 16px;
	line-height: 1.3;
	font-weight: 600;
	color: #025D6D;
}
.meta-address,
.sth-meta-date{
	display: flex;
	align-items: center;
	gap: 8px;
}
.sth-meta-date,
.sth-meta-date span,
.meta-address,
.meta-address span{
	font-size: 16px;
	line-height: 1.2;
	font-weight: 600;
	color: #009FC1;
}
.sth-meta-date{
	margin-bottom: 18px;
}
.sth-slider-evenements{
	width: calc(100% + 80px);
}
.sth-slider-evenements .swiper-wrapper{
	overflow: visible;
}
.wrap-menu-mb{
	display: none;
}
.box-title-product.sth-mb{
	display: none;
}
.sth-item-mb{
	display: none !important;
}
/*  */
.sth-wrap-layout{
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-start;
	padding-top: 60px;
}
.sth-wrap-layout .sth-section-text{
	margin-top: 0;
	margin-left: 100px;
	margin-right: 0;
	max-width: 415px;
	margin-top: 50px;
}
.sth-wrap-layout .sth-section-introduction{
	width: calc(100% - 415px);
	padding-left: 7%;
/* 	max-width: 100%; */
}
.sth-wrap-layout .sth-img-magasin{
	padding-top: 0;
	width: 100%;
	position: relative;
	max-width: 100%;
}
.box-meta-magasin{
	position: absolute;
	bottom: -190px;
	left: -280px;
	max-width: 580px;
}
.sth-section-introduction{
	max-width: 957px;
	position: relative;
}
.sth-img-magasin img {
    aspect-ratio: 956 / 750;
}
.wrap-magasin>.sth-section-introduction{
	padding-left: 0;
}
/* Responsive Home */
@media screen and (max-width: 1366px){
	.title-product-banner{
		font-size: 80px;
	}
	.sth-section-text{
		margin-right: 40px;
	}
	.slider-item{
		padding-left: 30px;
		padding-right: 30px
	}
	.box-meta-magasin{
		max-width: 480px;
		padding: 30px;
	}
	.sth-section-text{
		max-width: 500px;
	}
/* 	 */
	.sth-wrap-layout .sth-section-introduction{
		width: 60%;
	}
	.sth-wrap-layout .sth-section-text{
		margin-left: 0;
		width: 33%;
	}
	.box-meta-magasin{
		left: 0;
	}
}
@media screen and (max-width: 1200px){
	.btn-banner-home a{
		padding: 6px 24px;
		width: max-content;
	}
	.sth-meta-field h4{
		font-size: 22px;
	}
	.title-product-banner {
        font-size: 60px;
    }
	.thumb-product{
		margin-top: 70px;
	}
	.sth-slider-banner{
		height: 700px;
	}
	.swiper-pagination-home .swiper-pagination-bullet{
		padding: 0 10px;
		margin: 0 !important;
	}
	.sec-le-magasin {
		padding-top: 80px;
	}
	.sth-title-magasin{
		font-size: 42px;
	}
	.sth-img-magasin{
		padding-top: 40px;
	}
	.sth-section-text{
		margin-top: 60px;
		margin-right: 0;
	}
	.box-meta-magasin{
		margin-top: -30px;
	}
	.sec-evenements{
/* 		padding-top: 82px; */
		padding-top: 240px;
		padding-bottom: 80px;
	}
	.wrap-evenements{
		padding: 30px;
		padding-top: 50px;
	}
	.sth-slider-evenements {
		width: calc(100% + 110px);
	}
	.sth-title-evenements{
		font-size: 50px;
	}
	.sth-custom-item {
		width: 290px !important;
	}
	.sth-thumbnail-evenements img{
		aspect-ratio: 1 / 0.6896;
	}
	.sth-item-first{
		padding: 25px;
	}
	.sth-item-first p{
		font-size: 20px;
	}
	.sth-item-first>a{
		padding: 8px 24px;
		margin-top: 20px;
	}
	.sth-meta-title{
		font-size: 20px;
	}
}
@media screen and (max-width: 1100px){
	.box-meta-magasin{
		bottom: -138px;
	}
}
@media screen and (max-width: 1023px){
	.container{
		padding-left: 40px;
		padding-right: 40px;
	}
	.sth-meta-field h4 {
		font-size: 20px;
	}
	.sth-slider-evenements {
		width: calc(100% + 70px);
	}
	.swiper-pagination-home{
		left: 35px !important;
	}
	.thumb-product img{
		width: 100%;
	}
/* 	 */
	.sth-wrap-layout{
		 flex-direction: column;
	}
	.sth-wrap-layout .sth-section-text{
		margin-top: 290px;
	}
	.sec-evenements{
		padding-top: 150px;
	}
	.sth-wrap-layout .sth-section-introduction{
		width: 100%;
	}
	.sth-wrap-layout .sth-section-text{
		width: 100%;
	}
	.box-meta-magasin{
		width: 90%;
		max-width: 471px;
		bottom: 0;
        transform: translateY(90%);
	}
}
@media screen and (max-width: 991px){
	.sth-slider-banner{
		padding-top: 106px !important;
	}
	.sth-slider-banner {
		height: 620px;
	}
	.title-product-banner {
		font-size: 54px;
	}
	.box-title-product{
		top: 70px;
	}
}
@media screen and (max-width: 800px){
	.box-title-product {
		top: 90px;
	}
}
@media screen and (max-width: 767px){
	.sec-evenements {
        padding-top: 60px;
    }
	.container {
        padding-left: 20px;
        padding-right: 20px;
    }
	.box-title-product{
		display: none;
	}
	.box-title-product.sth-mb{
		display: block;
		position: unset;
		transform: unset;
		margin-top: 70px;
	}
	.swiper-pagination-home .swiper-pagination-bullet{
		font-size: 12px;
		line-height: 14.09px;
	}
	.swiper-pagination-home .swiper-pagination-bullet:before{
		width: 6px;
		height: 6px;
		bottom: -8px;
	}
	.thumb-product {
        margin-top: 0;
    }
	.head-banner{
		flex-direction: column;
	}
	.btn-banner-home{
		margin-top: 15px;
	}
	.sth-meta-field span{
		font-size: 14px;
	}
	.sth-meta-field h4{
		margin-top: 15px;
	}
	.btn-banner-home{
		gap: 10px;
	}
	.swiper-pagination-home {
		left: 17px !important;
	}
	.sth-slider-banner {
        height: 550px;
    }
	.sth-img-magasin {
        padding-top: 20px;
		width: calc(100% - 30px);
    }
	.box-meta-magasin{
		max-width: 290px;
	}
	.sth-title-meta{
		font-size: 20px;
		margin-bottom: 25px;
	}
	.sth-section-text{
		max-width: 291px;
	}
	.sth-content-text h3, .sth-content-text h4{
		font-size: 22px;
		text-transform: none;
		margin-bottom: 18px;
	}
	.sth-btn-text {
		margin-top: 20px;
	}
	.sth-title-evenements {
        font-size: 42px;
		margin-bottom: 27px;
    }
	.sth-slider-evenements {
        width: calc(100% + 50px);
    }
	.wrap-evenements{
		padding-bottom: 0;
	}
	.box-information .box p:nth-child(2){
		width: 100%;
	}
	.box-information .box{
		flex-wrap: wrap;
	}
	.sth-item-pc{
		display: none !important;
	}
	.sth-item-mb{
		display: block !important;
	}
	.sth-img-magasin img{
		aspect-ratio: 322 / 205;
		border-radius: 10px;
	}
	.box-meta-magasin {
        margin-top: -21px;
    }
	.btn-light{
		padding: 9px 24px;
	}
	.btn-blue{
		padding: 8px 24px;
	}
	.wrap-evenements{
		padding-top: 42px;
	}
	.sec-evenements{
		padding-bottom: 71px;
	}
	.sec-le-magasin {
        padding-top: 72px;
    }
}
@media screen and (max-width: 410px){
	.slider-item{
		padding-left: 20px;
		padding-right: 20px;
	}
	.btn-banner-home a{
		padding-left: 22px;
		padding-right: 22px;
	}
}
@media screen and (max-width: 390px) {
    .sth-slider-banner {
        height: 575px;
    }
}
@media screen and (max-width: 381px){
	.slider-item{
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* Responsive Header + Footer */
@media screen and (max-width: 1200px){
	.left-menu,
	.sth-menu-right,
	.right-menu{
		gap: 20px;
	}
	.sth-main-footer{
		padding-left: 40px;
		padding-right: 40px;
	}
	.logo-ft {
		transform: translate(40px, -94.16px);
	}
	.social-box{
		column-gap: 15px;
	}
	.infomation-box{
		width: calc(100% - 85px);
	}
	.infomation-box {
        gap: 20px;
        padding-left: 40px;
    }
}
@media screen and (max-width: 991px){
	.sth-menu-left{
		display: none;
	}
	.sth-lang{
		display: none;
	}
	.right-menu{
		display: none;
	}
	.btn-menu {
		display: block;
		padding: 6px 26px;
		border-radius: 20px;
		background: #025D6D;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		line-height: 18.78px;
		height: max-content;
	}
	.sth-top-mb{
		display: flex;
		align-items: center;
        justify-content: space-between;
		padding: 20px 0;
	}
	.sth-menu-mb-1 ul{
		flex-direction: column;
		align-items: flex-start;
        gap: 40px;
	}
	.wrap-menu-mb{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		display: none;
	}
	.admin-bar .wrap-menu-mb{
		top: 32px;
	}
	.sth-menu-mb-2 .right-menu{
		display: flex;
	}
	.sth-menu-mb-2 .sth-lang{
		display: flex;
	}
	.sth-menu-mb-2 {
		display: flex;
		gap: 20px;
	}
	.sth-menu-mb-1{
		padding-top: 60px;
		padding-bottom: 80px;
	}
	.site-logo-mb a{
		display: flex;
	}
}
@media screen and (max-width: 767px){
	.sth-main-footer{
		flex-direction: column-reverse;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: -53px;
	}
	.infomation-box{
		padding-left: 0;
		flex-direction: column;
	}
	.logo-ft {
        transform: translate(30px, -94.16px);
    }
	.title-ft{
		margin-bottom: 10px;
	}
	.contact-box a:last-child,
	.content-adress p:last-child {
		margin-bottom: 0;
	}
	.infomation-box{
		row-gap: 25px;
		width: 100%;
	}
	.social-box{
		margin-top: 25px;
	}
	.social-box {
        column-gap: 30px;
    }
	.sth-footer-row{
		padding-bottom: 50px;
	}
	.copyright {
		margin-top: 11px;
		padding: 10px 0;
	}
	.copyright a, .copyright p, .copyright{
		font-size: 12px;
	}
	.left-menu li a{
		font-size: 20px;
	}
	
}
@media screen and (max-width: 600px){
	.admin-bar .site-header {
		top: 46px;
	}
	.admin-bar .site-header.is-scroll {
		top: 0;
	}
	.admin-bar .wrap-menu-mb {
        top: 46px;
    }
	.admin-bar .site-header.is-scroll .wrap-menu-mb{
		top: 0;
	}
}

/* Product */
.sth-list-product{
	display: flex;
	flex-wrap: wrap;
	column-gap: 128px;
	row-gap: 133px;
	padding-top: 113px;
	padding-bottom: 183px;
}
.sth-list-product .sth-item-product{
	width: calc((100% - 128px) / 2);
	max-width: 522px;
	position: relative;
}
.sth-item-product img{
	width: auto;
	vertical-align: middle;
	height: 100%;
	max-height: 350px;
	max-width: 100%;
}
.sth-bg-thumb{
	height: 250px;
	width: 100%;
	border-radius: 20px;
	position: absolute;
	top: 50px;
	left: 0;
	max-height: 95%;
	z-index: -1;
	background: #F0E1C6;
	opacity: 50%;
}
.sth-empty-img{
	width: auto;
	max-height: 350px;
	max-width: 100%;
	background: #D9D9D9;
	border-radius: 50%;
	aspect-ratio: 1 / 1;
	margin-left: auto;
    margin-right: auto;
}
.sth-item-thumbnail{
	text-align: center;
	margin-bottom: 50px;
}
.sth-slogan{
	font-size: 28px;
	font-weight: 400;
	font-family: 'Fjord One';
	text-transform: none;
	margin-bottom: 20px;
	color: #025D6D;
}
.sth-title-pr{
	color: #D0BA91;
	font-size: 46px;
	line-height: 1.25;
	font-weight: 400;
	font-family: 'Fjord One';
	margin-bottom: 20px;
	text-transform: uppercase;
}
.btn-buy-pr{
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	line-height: 18.78px;
	color: #fff;
	padding: 10px 30px;
	border-radius: 46px;
	background: #025D6D;
}
.sth-item-product .sth-uptitle{
	color: #025D6D;
}
@media screen and (min-width: 1600px){
	.sth-list-product{
		column-gap: 80px;
		row-gap: 133px;
	}
	.sth-list-product .sth-item-product{
		width: calc((100% - 160px) / 3);
	}
}
@media screen and (max-width: 1200px){
	.sth-empty-img,
	.sth-item-product img{
		height: 250px;
	}
	.sth-bg-thumb{
		height: 200px;
		top: 25px;
	}
	.sth-slogan{
		font-size: 20px;
		margin-bottom: 15px;
	}
	.sth-title-pr{
		font-size: 35px;
	}
	.sth-item-thumbnail{
		margin-bottom: 30px;
	}
	.btn-buy-pr{
		padding: 6px 20px;
	}
}
@media screen and (max-width: 990px){
	.sth-empty-img, .sth-item-product img {
        height: 200px;
		object-fit: contain;
    }
	.sth-bg-thumb{
		height: 150px;
	}
	.sth-list-product {
		column-gap: 90px;
		row-gap: 80px;
	}
}
@media screen and (max-width: 767px){
	.sth-slider-banner {
		padding-top: 120px;
	}
	.box-title-product.sth-mb {
		margin-top: 50px;
	}
	.title-product-banner {
		text-align: left;
		white-space: unset;
		font-size: 40px;
		min-height: 100px;
	}
	.sth-list-product .sth-item-product{
		width: 100%;
	}
	.sth-list-product .sth-item-product{
		max-width: 374px;
	}
	.sth-list-product {
        column-gap: 50px;
        row-gap: 60px;
    }
	.page-template-template-LA-FROMAGERIE .box-slider-image .swiper-slide,
	.page-template-template-nos-produits .box-slider-image .swiper-slide {
		aspect-ratio: 1280 / 800;
	}
	.sth-list-product{
		padding: 60px 0;
		justify-content: center;
	}
}

/* evenement */
.list-evenement-old,
.list-evenement-venir{
	display:flex;
	column-gap: 20px;
	row-gap: 60px;
	flex-wrap: wrap;
}
.list-evenement-old{
	padding-bottom: 150px;
}
.list-evenement-old .sth-item-evenements,
.list-evenement-venir .sth-item-evenements{
	width: calc((100% - 40px) / 3);
}
.title-box-event{
	font-size: 64px;
	line-height: 80px;
	font-weight: 400;
	font-family: 'Fjord One'; 
	color: #025D6D;
	padding-top: 98px;
	padding-bottom: 40px;
}
.list-evenement-venir{
	margin-bottom: 37px;
}
@media screen and (max-width: 1200px){
	.list-evenement-old .sth-item-evenements,
	.list-evenement-venir .sth-item-evenements{
		width: calc((100% - 20px) / 2);
	}
	.title-box-event {
		font-size: 50px;
		line-height: 60px;
		padding-top: 80px;
		padding-bottom: 60px;
	}
}
@media screen and (max-width: 990px){
	.sth-meta-desc p{
/* 		font-size: 14px; */
	}
}
@media screen and (max-width: 767px){
	.list-evenement-old .sth-item-evenements,
	.list-evenement-venir .sth-item-evenements{
		width: 100%;
	}
	.list-evenement-old, .list-evenement-venir{
		row-gap: 35px;
	}
	.list-evenement-venir .sth-meta-evenements,
	.list-evenement-old .sth-meta-evenements{
		background: rgba(204, 204, 204, 0.05);
	}
	.title-box-event {
		font-size: 30px;
		line-height: 40px;
		padding-top: 30px;
	}
	.page-template-template-evenement .box-slider-image .swiper-slide {
		aspect-ratio: 1280 / 800;
	}
}
.site-404{
	min-height:  52vh;
}
.error-404{
	padding: 120px 0;
}
.error-404 p{
	color: #D0BA91;
	font-weight: 600;
	font-size: 100px;
	font-family: 'Fjord One';
	text-align: center;
}
.back-to-home{
	text-align: center;
}
.error-404 .btn-blue{
	margin: auto;
	margin-top: 50px;
}