.wrapper-social-contact{
	margin-top: 105px;
	margin-bottom: 150px
}
.wrapper-social-contact img{
	width: 46px;
	height: 46px
}
.banner-map{
	margin-bottom: 30px
}
.wrapper-social-contact .text-social{
font-family: Raleway;
font-size: 28px;
font-weight: 600;
line-height: 33.6px;
color: #009FC1
}
.wrapper-social-contact{
	display: flex;
	justify-content: center;
	gap: 50px;
	align-items: center;
}
.wrapper-social-contact .icon-social{
	display: flex;
	align-items: center;
	gap: 30px
}
.wrapper-social-contact a{
	text-decoration: none
}
.wrapper-form{
	display: flex;
	align-items: start;
	margin-top: 117px;
	justify-content: space-between
}
.wrapper-form .box-form{
	width: 49%;
	padding-right: 110px;
	margin-top: 34px
}
.wrapper-form form label,
.wrapper-form p{
font-family: Raleway;
font-size: 16px;
font-weight: 600;
line-height: 20.8px;
color: #025D6D;
	
}
.wrapper-form form{
	display: flex;
	flex-direction: column;
	gap: 20px
}
.wpcf7-form-control-wrap:has(.wpcf7-list-item){
	margin-top: -35px
}
.wrapper-form form input{
	border: 0;
	background: #F0F9FD;
	min-height: 48px;
	border-radius: 5px;
	padding: 10px 20px;
	width: 100%
}
.wrapper-form form textarea{
	border: 0;
	background: #F0F9FD; 
	min-height: 180px;
	width: 100%;
	border-radius: 5px;
	    padding: 10px 20px;
	
}
.wrapper-form form label>span{
	display: block;
	margin-top: 8px
}
.wrapper-form form .wpcf7-list-item label>span{
	display: inline-block;
	margin-left: 15px;
	margin-left: 27px
}
.wrapper-form form .wpcf7-list-item input{
	min-height: unset;
	opacity: 0
}
.wrapper-form .wpcf7-list-item{
	position: relative;
	margin-left: 0
}
.wrapper-form .wpcf7-list-item:after{
	content: '';
	background: #fff;
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid #025D6D;
	left: 0;
    bottom: 3px;
	box-sizing: border-box; 
	pointer-events: none;
}
.wrapper-form .wpcf7-submit{
	font-family: Raleway;
	font-size: 16px;
	font-weight: 700;
	line-height: 18.78px;
	text-align: center;
	color: #fff;
	background: #025D6D;
	width: fit-content;
	padding: 10px 30px;
	border-radius: 46px;
	min-height: unset;
	cursor: pointer

}
.wrapper-form  .wpcf7-submit:disabled{
	opacity: .7
}
.wrapper-form .wpcf7-list-item:has(input:checked):after{
   	content: '\2714';
	background: #fff;
	position: absolute;
	width: 18px;
	height: 18px;
	border: 1px solid #025D6D;
	left: 0;
    bottom: 3px;
	box-sizing: border-box; 
	pointer-events: none
	
}

.mapswrapper{
	/* height: 400px	 */
}
.mapswrapper iframe{
	width: 100%;
	height: 400px;
	border-radius: 15px;
}
.wrapper-card-contact{
	display: flex;
	gap: 20px;
	margin-top: 115px
}

.wrapper-card-contact .box-card{
	padding: 40px;
	width: 25%;
	background: #F7F4EA;
	border-radius: 20px
}
.wrapper-card-contact .box-card.last{
    background: linear-gradient(90deg, #019DBE 0%, #016678 100%);
	
}
.wrapper-card-contact .box-card.last .content-card{
	font-family: Raleway;
	font-size: 28px;
	font-weight: 600;
	line-height: 33.6px;
	color: #D0BA91;
}
.wrapper-card-contact .box-card .heading-card{
	font-family: 'Fjord One';
	font-size: 28px;
	font-weight: 400;
	line-height: 33.6px;
	color: #009FC1;
	margin-bottom: 20px
}
.wrapper-card-contact .box-card .content-card{
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	line-height: 20.8px;
	color: #025D6D;
	display: flex;
	flex-direction: column;
	gap: 10px
}
.wrapper-card-contact .box-card  .box-icon-card{
	display: flex;
	align-items: center;
	gap: 10px
}
.wrapper-card-contact .box-card  .box-icon-card:last-child{
	margin-top: 20px
}
.la-fromagerie-page{
	margin-top: 115px;
}
.la-fromagerie-page .container{
	overflow: hidden;
}
.la-fromagerie-page a{
	text-decoration: none;
}
.wrapper-banner-image{
	position: relative !important;
}
.wrapper-banner-image *{
	height: 100%
}
.wrapper-banner-image img{
	height: 100%;
	object-fit: cover;
	border-radius: 15px;
	width: 100%
}
.swiper-pagination.banner-image-dots{
	 position: absolute;
    width: fit-content !important;
    z-index: 5;
    left: -8px !important;
    display: flex;
    flex-direction: column-reverse;
    justify-content: end;
    gap: 20px;
	bottom: 35px !important
}
.box-slider-image{
	position: relative;
	overflow: hidden !important;
}
.box-slider-image .swiper-slide{
	overflow: hidden;
	aspect-ratio: 1280/400;

}
.wrapper-banner-image .swiper-pagination-bullet{
	position: relative;
	width: 10px;
	height: 10px;
	opacity: 1;
	 background: #ffffff00;
	transition: all 0.4s ease-in-out;
	
}
.wrapper-banner-image .swiper-pagination-bullet .number-dot{
	color: #D0BA91;
	transition: all 0.4s ease-in-out;
	
}

.wrapper-banner-image .swiper-pagination-bullet.swiper-pagination-bullet-active .number-dot{
	color: #025D6D !important;
	transition: all 0.4s ease-in-out;
	
}
.wrapper-banner-image .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background: #025D6D;
	transition: all 0.4s ease-in-out;
/* 	animation: dot-animation 0.3s ease-in-out */
}

.wrapper-banner-image .swiper-pagination-bullet .number-dot{
	position: absolute;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.173;
	text-align: left;
left: -20px;
       bottom: 0px;
    transform: rotate(-90deg);

}

.title-page{	
	font-family: 'Fjord One';
	font-size: 120px;
	font-weight: 400;
	line-height: 1.25;
	text-align: left;
	color: #D0BA91;

}
.wrapper-savoir-faire{
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-top: 85px;
}
@media (max-width: 767px) {
	.wrapper-savoir-faire {
		margin-top: 20px;
	}
}
 .section-text{
	display: flex;
	justify-content: space-between;
	width: 100%
}
.title-sections{
	font-family: 'Fjord One';
	font-size: 64px;
	font-weight: 400;
	line-height: 1.25;
	text-align: left;
	color: #D0BA91;
	width: 100%;
	margin-top: 16px;
	max-width: 465px
}
.content-sections p{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	color: #025D6D;
	margin-bottom: 10px
	
}
.content-sections{
	width: 100%;
	max-width: 518px;
	margin-right: 112px;
	margin-top: 30px
}
.content-sections strong,
 .content-sections b,
.content-sections.history p{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #025D6D;
}
.content-sections.history p{
	margin-bottom: 25px
}
.box-information{
	display: flex;
	align-items: center;
	background: #F0F9FD;
	justify-content: space-between;
	border-top-left-radius: 15px; 
	border-top-right-radius: 15px;
/* 	padding: 20px 0; */
	padding-left: 20px;
	width: 100%;
	max-width: 846px;
	margin-top: -10px;
	position: fixed;
	bottom: 0;
  right: 80px;
    z-index: 999;
}
.box-information .box{
	font-size: 14px;
	font-weight: 600;
	line-height: 18.2px;
	text-align: left;
	color: #025D6D;
	display: flex;
	align-items: center;
	gap: 5px
}
@media (max-width: 768px) {
	.box-information .box{
		gap: 1px;
	}		
}
.box-information .box p{
	font-size: 14px;
	font-weight: 800;
	line-height: 18.2px;
	text-align: left;

}
.box-information .box.box-tel{
	
	background: #025D6D;
	padding: 20px 25px;
	border-top-left-radius: 15px; 
	border-top-right-radius: 15px;
}
.box-information .box.box-tel a{
	display: flex;
	align-items: center;
	gap: 10px;
}
.box-information .box.box-tel *{
	color: #F0F9FD;
	text-decoration: none;
	white-space: nowrap;
}
.btn-history-sections{
	font-size: 16px;
	font-weight: 700;
	line-height: 18.78px;
	text-align: center;
	background: #025D6D;
	padding: 10px 30px;
	border-radius: 46px;
	color: #FFFFFF
}
.wrapper-historique{
	margin-top: 75px;
	margin-bottom: 165px
}
.history-card-slider{
	margin-top: 70px
}
.history-card-slider img{
	width: 91.5%;
	border-radius: 20px;
	height: 100%
}
.history-card-slider .image-history{
	aspect-ratio: 1172/507.74;
	overflow: hidden;
	display: flex;
	justify-content: end;
}
.slider-history .slider-history{
	background: #F7F4EA;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border-radius: 20px;
	height: initial;
}
.slider-history .slider-history .date-history{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.365;
	text-align: left;
	color: #025D6D
}
.slider-history .slider-history .content-date-history{
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: left;
	color: #025D6D
}
.slider-history{
	overflow: unset !important;
	margin-top: -120px
}
.slider-history .swiper-wrapper{
/* 	display: flex;
	gap: 27px */
}

.wrapper-image .box-sections-image img{
	height: 500px;
	width: 100%;
	object-fit: cover;
	border-radius: 20px;
}
.box-sections-image {
 display: grid;
    /* grid-template-columns: 32% 68%; */
    gap: 22px 20px;
    margin-top: 110px;
    margin-bottom: 148px;
}

.box-sections-image img:nth-child(3n+3) {
       /* grid-column: span 3;
    width: 72%;
    align-self: end;
    justify-self: end;
    margin-right: 150px; */
	height: 505px
}


/* .box-sections-image img:nth-child(even){
	width: 73%
}
.box-sections-image img:nth-child(1) {
    width: 100%;
}

.box-sections-image img:nth-child(4n) {
    width: 154%; 
} */

@media(max-width: 1280px){
	.wrapper-form .box-form{
		padding-right: 0
	}
	.content-sections{
		margin-right: 0
	}
	.history-card-slider img{
		width: 100%
	}
	.box-sections-image img:nth-child(3n+3) {

    margin-right: 0;
	}
}
@media(max-width: 1024px){
	.wrapper-card-contact{
		flex-wrap: wrap;
		justify-content: space-between
	}
	.wrapper-card-contact .box-card{
		width: 48%
	}
	.title-page{
		font-size: 85px
	}
	.title-sections{
		font-size: 45px
		
	}
	.slider-history{
		margin-top: -8%;
	}
	.box-sections-image{
		/* grid-template-columns: 40% 60%; */
	}
	/* .box-sections-image img:nth-child(even){
		width: 100%
	}
	.box-sections-image img:nth-child(3n+3){
		width: 80%
	} */
}
@media(max-width: 1023px){
	.wrapper-savoir-faire .section-text{
		gap: 20px
	}
	.wrapper-form .title-sections{
		width: 40%
	}
	.box-information{
		right: 40px;
		width: max-content;
	}
	.box.box2{
		display: none;
	}
}
@media(max-width: 767px){
	.wrapper-card-contact, .wrapper-form{
		margin-top: 30px
	}
	.la-fromagerie-page{
		/* margin-top: 155px; */
	}
	.wrapper-historique{
		margin-top: 80px;
		margin-bottom: 80px
	}
	.box-sections-image{
		margin-top: 50px;
		margin-bottom: 50px
	}
	.banner-map{
		margin-top: 180px
	}
	
	.wrapper-form{
		flex-direction: column;
	}
	.wrapper-form .box-form{
		width: 100%
	}
	.wrapper-card-contact .box-card{
		width: 100%
	}
	.wrapper-social-contact{
		flex-direction: column;
		margin-top: 50px;
		margin-bottom: 80px
	}
	.wrapper-banner-image .swiper-pagination-bullet .number-dot{
		left: -14px;
		font-size: 12px
	}
	.box-slider-image{
		aspect-ratio: 1280 / 800;
	}
	.slider-history{
		margin-top: 15px;
	}
	.swiper-pagination.banner-image-dots{
		gap: 12px;
		bottom: 0 !important
	}
	.title-page{
		font-size: 54px
	}
	.title-sections{
		font-size: 35px
	}
	.la-fromagerie-page .container{
		padding-left: 20px;
		padding-right: 20px
	}
	.section-text{
		flex-direction: column
	}
	.wrapper-image .box-sections-image img{
		height: 250px
	}
	.box-sections-image{
		display: flex;
		flex-direction: column;
	}
	.wrapper-image .box-sections-image img{
		width: 100%
	}
	.box-information{
		right: 0;
		width: 100%;
	}
	.box-information .box.box-tel{
		width: 157px;
		padding: 20px;
	}
	.box-information .box.box1{
		width: calc(100% - 157px);
	}
}

.links-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.slider-history .links-wrapper {
	margin-top: 10px;
}

.left-menu .sub-menu {
	display: grid;
	gap: 10px;
}

.left-menu .sub-menu a:hover,
.left-menu .sub-menu .current_page_item > a {
	font-weight: 800;
}

@media (max-width: 991px) {
	.left-menu .sub-menu {
		margin-top: 12px;
	}

	.left-menu .sub-menu a {
		font-size: 16px;
		font-weight: 500;
	}
}

@media (min-width: 992px) {
	.left-menu .menu-item {
		position: relative;
	}
	
	.left-menu > .menu-item {
		margin-top: 20px;
		padding-bottom: 20px;
	}
	
	.left-menu .sub-menu {
		position: absolute;
		top: 100%;
		width: 160px;
		padding: 16px 14px;
		background-color: #025D6D;
		border-radius: 10px;
		opacity: 0;
		pointer-events: none;
		transition: .2s ease-in-out;
	}

	.left-menu > .menu-item:hover .sub-menu,
	.left-menu .sub-menu:hover {
		opacity: 1;
		pointer-events: all;
	}
	
	.left-menu .sub-menu a {
		color: #FFFFFF;
		font-size: 14px;
	}

	.left-menu .current_page_item > a {
		color: #003c47;
	}

	.left-menu .sub-menu a:hover,
	.left-menu .sub-menu .current_page_item > a {
		color: white;
	}
}

.box-information {
	transform: translateY(100%);
	transition: .4s ease-in-out;
}

.box-information.is-visible {
	transform: translateY(0);
}

@media (max-width: 1023px) {
	.sth-section-introduction.fullwidth {
		margin-top: 50px;
		margin-bottom: 200px;
	}

	.sth-section-introduction.fullwidth .sth-img-magasin {
		padding-left: 7%;
	}
}

@media (min-width: 1024px) {
	.sec-evenements {
		padding-top: 350px;
	}

	.sth-section-introduction.fullwidth {
		/* margin-top: 200px; */
	}

	.sth-section-introduction.fullwidth .box-meta-magasin {
		left: 150px;
	}
}

.sth-section-introduction.fullwidth {
	max-width: unset;
	margin-bottom: 300px;
}

.sth-section-introduction.fullwidth .sth-img-magasin {
	width: 100%;
	max-width: unset;
}

.sth-section-introduction.fullwidth .sth-img-magasin img {
	max-height: 762px;
}

.site-footer .title-ft {
	display: block;
	text-transform: uppercase;
}

.wrapper-savoir-faire {
	gap: 100px;
}

.history-card-slider img {
	display: block;
	margin-left: auto;
	object-fit: cover;
}

.wrapper-banner-image {
	margin-bottom: 60px;
}

.wrapper-banner-image .box-slider-image {
	margin-bottom: -30px;
}

@media (max-width: 1199px) {
	.wrapper-banner-image .banner__cta {
		margin-top: 15px;
	}
}

.banner__cta {
	position: relative;
	padding: 30px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	font-weight: 600;
	z-index: 1;
}

.banner__cta__description {
	font-size: 20px;
	line-height: 120%;
}

.banner__cta.blue {
	color: white;
	background: linear-gradient(90deg, #019DBE 0%, #016678 100%);
}

.banner__cta.beige {
	color: #025D6D;
	background-color: #F7F4EA;
}

.banner__cta__button {
	margin-top: 25px;
}

@media (min-width: 1200px) {
	.banner__cta {
		position: absolute;
		display: flex;
    top: 0;
    right: 0;
    width: 33%;
		height: 100%;
		padding: 40px;
		flex-direction: column;
		justify-content: center;
		align-items: start;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0px;
	}

	.banner__cta > * {
		height: unset;
	}

	.banner__cta__description {
		font-size: 28px;
	}
}

.banner-map {
	position: relative;
}

.box-sections-image.small {
	gap: 20px;
}

.box-sections-image.small img {
	width: 100%;
	height: 230px;
	margin: 0;
}

@media (min-width: 1024px) {
	.box-sections-image {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	.box-sections-image.small img:nth-child(7n + 1) {
		grid-column: 1 / 3 span;
	}
	
	.box-sections-image.small img:nth-child(7n + 2) {
		grid-column: 4 / 3 span;
	}
	
	.box-sections-image.small img:nth-child(7n + 3) {
		grid-column: 7 / 4 span;
	}
	
	.box-sections-image.small img:nth-child(7n + 4) {
		grid-column: 4 / 5 span;
	}
	
	.box-sections-image.small img:nth-child(7n + 5) {
		grid-column: 9 / 3 span;
	}
	
	.box-sections-image.small img:nth-child(7n + 6) {
		grid-column: 1 / 4 span;
	}
	
	.box-sections-image.small img:nth-child(7n + 7) {
		grid-column: 5 / 3 span;
	}
}

@media (min-width: 768px) {
	.box-sections-image.big {
		display: grid;
		grid-template-columns: repeat(12, 1fr);
	}

	.box-sections-image.big img:nth-child(5n + 1) {
		grid-column: 1 / 4 span;
	}
	
	.box-sections-image.big img:nth-child(5n + 2) {
		grid-column: 5 / 6 span;
	}
	
	.box-sections-image.big img:nth-child(5n + 3) {
		grid-column: 3 / 9 span;
	}
	
	.box-sections-image.big img:nth-child(5n + 4) {
		grid-column: 1 / 6 span;
	}
	
	.box-sections-image.big img:nth-child(5n + 5) {
		grid-column: 7 / 4 span;
	}
}

.wrapper-form .wpcf7-submit {
	transition: .2s;
}

.wrapper-form .wpcf7-submit:hover {
	color: #025D6D;
	background-color: #F0E1C6;
}

@media (min-width: 1024px) {
	.section-text {
		display: grid;
		gap: 20px;
		grid-template-columns: repeat(12, 1fr);
	}
	
	.section-text .title-sections {
		grid-column: 1 / 5 span;
		max-width: unset;
	}

	.section-text .content-sections {
		grid-column: 7 / 6 span;
		max-width: unset;
	}
}

.gallery__modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: white;
	opacity: 0;
	pointer-events: none;
	z-index: 1000;
}

.gallery__modal.is-open {
	opacity: 1;
	pointer-events: all;
}

.gallery__modal__close {
	position: absolute;
	top: 25px;
	right: 25px;
	cursor: pointer;
}

.gallery__modal__previous,
.gallery__modal__next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}

.gallery__modal__previous {
	left: 15px;
}

.gallery__modal__next {
	right: 15px;
}

@media (max-width: 1023px) {	
	.gallery__modal__next,
	.gallery__modal__previous {
		width: 15px;
	}

	.gallery__modal__close {
		width: 25px;
	}
}

@media (min-width: 1024px) {
	.gallery__modal__previous {
		left: 80px;
	}
	
	.gallery__modal__next {
		right: 80px;
	}

	.gallery__modal__close {
		top: 80px;
		right: 80px;
	}
}

.gallery__modal__wrapper {
	width: 80%;
	margin-top: 50vh;
	margin-left: 50vw;
	transform: translate(-50%, -50%);
}

.gallery__modal__wrapper .swiper {
	overflow: visible!important;
}

.gallery__modal__item {
	height: 70vh!important;
	object-fit: cover;
	border-radius: 15px;
	pointer-events: none!important;
}

.gallery__modal__wrapper .swiper-pagination {
	flex-direction: row;
	left: 50%!important;
	bottom: 0!important;
	transform: translateX(-50%)!important;
}

.gallery__modal__wrapper .swiper-pagination-bullet{
	position: relative;
	width: 10px;
	height: 10px;
	opacity: 1;
	background: #ffffff00;
	transform: translateY(50%)!important;
	transition: all 0.4s ease-in-out;
}
.gallery__modal__wrapper .swiper-pagination-bullet .number-dot{
	color: #D0BA91;
	transition: all 0.4s ease-in-out;
	
}

.gallery__modal__wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active .number-dot{
	color: #025D6D !important;
	transition: all 0.4s ease-in-out;
	
}
.gallery__modal__wrapper .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity: 1;
	background: #025D6D;
	transition: all 0.4s ease-in-out;
/* 	animation: dot-animation 0.3s ease-in-out */
}


.gallery__modal__wrapper .swiper-pagination-bullet .number-dot{
	display: block;
	margin-top: 30px;
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.173;
	text-align: left;
}

.box-sections-image img {
	cursor: pointer;
}

.box-slider-image {
	width: 100%;
}

.section-text iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 16 / 9;
}

@media (max-width: 767px) {
	.history-card-slider .image-history {
		aspect-ratio: 1170/800;
	}

	.slider-history .slider-history {
		margin-right: 8px!important;
	}
}

.section-text > div:has(iframe) {
	grid-column: 12 span;
}

.page-id-244 .sth-section-introduction {
	margin-bottom: 300px;
}

@media (max-width: 767px) {
	.slider-history__next {
		position: absolute;
		display: block;
		top: 50%;
		right: -10px;
		transform: translateY(-50%);
		z-index: 1;
	}
}

@media (min-width: 768px) {
	.slider-history__next {
		display: none;
	}
}

.slider-history__next {
	transition: opacity .2s ease-in-out;
}

.swiper-button-disabled {
	opacity: 0;
}

.site-footer .container {
	position: relative;
}

.site-footer .footer__gototop {
	position: absolute;
	top: 0;
	right: 60px;
	cursor: pointer;
	transform: translateY(-50%);
}

@media (min-width: 1024px) {
	.site-footer .footer__gototop {
		right: 160px;
	}
}

.site-footer .footer__gototop path {
	transition: .2s;
}

.site-footer .footer__gototop:hover path:first-child {
	fill: #025D6D;
}

.site-footer .footer__gototop:hover path:last-child {
	stroke: #FFFFFF;
}