.bouton{
	display: inline-block;
	vertical-align: middle;
	font-family: 'AkzEx';
	font-weight: 900;
	text-transform: uppercase;
	background: #fff;
	color: #1C5733;
	line-height: 1;
	padding: 14px 25px 12px;
	font-size: 16px;
	letter-spacing: 0.1em;
	min-width: 180px;
	text-align: center;
}

.bouton:hover{
	background: #1C5733;
	color: #fff;
}
.bloc-bienvenue{
	position: relative;
	z-index: 0;
	color: #fff;
	padding: 90px 0;
}
.bloc-bienvenue:after{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background: #1C5733;
	z-index: -1;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	top: 0;
}
.bienvc{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.images{
	width: 50%;
	position: relative;
}
.bienvtxt{
	width: 50%;
	padding-left: 170px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	gap: 90px;
	align-items: flex-start;
}
.images .img1 img{
	display: block;
	max-width: 300px;
	height: auto;
}
.images .img2{
	position: absolute;
	right: 0;
	bottom: 40px;
}
.images .img2 img{
	display: block;
	max-width: 400px;
	height: auto;
}
.txt{
	font-size: 22px;
	line-height: 1;
}
.txt h3{
	font-family: 'AkzEx';
	font-weight: 900;
	text-transform: uppercase;
	font-size: 19px;
	letter-spacing: 0.1em;
}
.bienvtxt > picture img{
	display: block;
	width: 100%;
}
.bouton.alt{
	background: transparent;
	border: 2px solid #fff;
	color: #fff;
}
.bouton.alt:hover{
	background: #fff;
	color: #1C5733;
}
.slider{
	position: relative;
	width: 100%;
}

.wrapper .slider{
	margin: 100px 0;
}

.slider .swiper-container, .slider .swiper-wrapper{}

.slider .swiper-slide{
	display: block;
	width: 100%;
	padding: 56% 0 0;
}

.slider img, .imagg img, .bloc-imgfull img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-pagination{
	width: 100%;
	line-height: 1;
	bottom: 40px;
}

.swiper-pagination-bullet{
	margin: 0 5px;
	width: 10px;
	height: 10px;
	background: #fff;
	opacity: 1!important;
}

.swiper-pagination-bullet-active{
	background: #1C5733;
}

.swiper-button-next, .swiper-button-prev{
	color: #fff;
	transition: all 0.4s ease;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
	color: #1C5733;
}
.swiper-button-prev{
	left: 20px;
}
.swiper-button-next{
	right: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 28px;
}

.bloc-cuisine{
	margin: 100px 0;
}

.cuisinec{
	display: flex;
	flex-wrap: wrap;
}

.imagescarre{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
	width: 50%;
}

.imag{
	width: calc(50% - 15px);
}
.imagg{
	position: relative;
	display: block;
	width: 100%;
	padding: 100% 0 0;
}
.cuisinetxt{
	width: 50%;
	padding-left: 170px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 50px;
	align-items: center;
	text-align: center;
}
.bouton.alti{
	background: transparent;
	border: 2px solid #1C5733;
	color: #1C5733;
}
.bouton.alti:hover{
	background: #1C5733;
	color: #fff;
}
.illuss{
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	max-width: 250px!important;
	z-index: -1;
}
.txt.txtt{
	font-family: 'Akz';
	line-height: 1.2;
	display: block;
	margin: 0 auto;
	max-width: 360px;
	font-size: 20px;
}
.bloc-imgfull{
	display: block;
	width: 100%;
	height: 56vw;
	position: relative;
}
.bloc-restaurant{
	margin: 100px 0;
}
.restaurantxt{
	display: flex;
	flex-direction: column;
	gap: 50px;
	text-align: center;
	align-items: center;
	max-width: 465px;
	margin: 0 auto;
}

.restaurantxt .txt.txtt{
	max-width: 100%;
}

.restaurantxt .illusss img{
	display: block;
	max-width: 380px;
}

.bloc-events{
	margin: 100px 0;
}

.bloc-events .wrapper.wrappers{
	max-width: 680px;
}

.eventsc{
	position: relative;
	background: #1C5733;
	color: #fff;
	padding: 70px;
	border-radius: 190px;
	text-align: center;
}

.eventsc:after{
	content: '';
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border: 2px solid #fff;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 180px;
}

.eventstxt{
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 40px;
}

.eventstxt:before{
	content: '';
	display: block;
	width: 200px;
	height: 80px;
	background: url(../images/theevents.svg) no-repeat center center/contain;
	margin: 0 auto;
}

.eventstxt img{
	display: block;
	margin: 0 auto;
	max-width: 210px;
}

.bloc-insta{
	margin: 100px 0;
	text-align: center;
}

.bloc-insta .bouton{
	margin-top: 60px;
}

.instagram{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	text-align: center;
	margin: 0;
	line-height: 0;
}

.instagram:after{
	content: '';
	display: block;
	width: 104px;
	height: 142px;
	position: absolute;
	left: 28%;
	top: 31%;
	transform: rotate(-17deg);
	background: url(../images/autocollant.png) no-repeat center center/contain;
}

.instagram-placeholder{
	display: inline-block;
	width: calc(25% - 15px);
	margin: 0;
	padding: 0;
	-webkit-transition: transform 0.4s ease;
	-moz-transition: transform 0.4s ease;
	-o-transition: transform 0.4s ease;
	transition: transform 0.4s ease;
}

.instagram .inside {
	display: block;
	width: 100%;
	height: 100%;
	padding: 100% 0 0;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.instagram .inside:after{
	content:'';
	display: block;
	width: 100%;
	height: 0;
	background: #FFF;
	position: absolute;
	left: 0;
	bottom: 0;
	-webkit-transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-moz-transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	-o-transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
	transition: height 0.6s cubic-bezier(0.7, 0, 0.3, 1);
}


.instagram-placeholder a{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border: 0;
	background: rgba(255, 255, 255, 0.2);
}
.instagram-placeholder a span{
	color: white;
	display: none;
	line-height: 1;
	vertical-align: middle;
	width: 100%;
	text-align: center;
	padding: 20px 0;
	font-size: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
}
.instagram-placeholder:hover a{
	opacity: 1;
}

.hometopc{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	height: calc(100 * var(--vh));
	transition: height 0.4s ease;
}

@media screen and (orientation:portrait) {
	.hometop .desktop {
		display: none;
	}
	.hometop .mobile {
		display: block;
	}
}

@media screen and (max-width: 1299px) {
	.hamburger{
		left: 40px;
	}
	.site-title a{
		left: 110px;
	}
	#masthead .boutons{
		right: 40px;
	}
	.groslogo{
		width: 362px;
		height: 215px;
	}
	.bienvtxt, .cuisinetxt{
		padding-left: 10vw;
	}
	.illuss{
		max-width: 200px !important;
	}
	.wrap, .wrapper{
		padding-left: 40px;
		padding-right: 40px;
	}
	.bloc-events .wrapper.wrappers {
		max-width: 560px;
	}
	.horaires, .contact-menu > li a{
		font-size: 20px;
	}
	.addr{
		font-size: 22px;
	}
	.logo{
		width: 340px;
		height: 42px;
	}
}

@media screen and (max-width: 1199px) {
	.hometop .boutons{
		gap: 125px;
	}
}

@media screen and (max-width: 1023px) {
	.hamburger {
		right: 40px;
		left: auto;
	}
	.menuon .hamburger {
		right: 40px;
		left: auto;
	}
	.menu{
		right: auto;
		left: 100%;
	}
	.menuon .menu {
		transform: translate(-100%, 0);
	}
	.site-title a {
		left: 40px;
	}
	#masthead .boutons {
		display: none;
		right: 90px;
		z-index: 1;
		gap: 5px;
	}
	#masthead .boutons .bouton {
		font-size: 12px;
		min-width: 125px;
		padding: 12px 18px 10px;
	}
	.bienvc{
		flex-direction: column;
		gap: 40px;
	}
	.images {
		width: 600px;
	}
	.bienvtxt, .cuisinetxt {
		padding-left: 0;
		width: 100%;
		text-align: center;
		max-width: 465px;
	}
	.bienvtxt{
		gap: 40px;
		align-items: center;
	}
	.cuisinec{
		gap: 40px;
		justify-content: center;
	}
	.txt.txtt{
		max-width: 100%;
	}
	.illuss {
		max-width: 150px !important;
		top: auto;
		bottom: -40px;
		right: -40px;
	}
	.restaurantxt .illusss img{
		max-width: 280px;
	}
	.bloc-insta + .wp-block-columns .wp-block-image img{
		width: 100%;
		max-width: 465px;
		margin: 0 auto;
		display: block;
	}
}

@media screen and (max-width: 767px) {
	.site-header{
		height: 70px;
	}
	.groslogo {
		width: 250px;
		height: 149px;
	}
	.hamburger, .menuon .hamburger {
		right: 30px;
	}
	.site-title a{
		width: 136px;
		height: 17px;
		left: 30px;
	}
	.hometop .boutons{
		padding: 50px 30px;
		gap: 10px;
		justify-content: space-between;
	}
	.bouton{
		font-size: 12px;
		padding: 14px 15px 12px;
		min-width: 140px;
	}
	.menu{
		width: 100%;
		gap: 60px;
	}
	.part1{
		font-size: 14px;
		gap: 24px;
	}
	.main-menu > li + li {
		margin-top: 18px;
	}
	.horaires, .contact-menu > li a {
		font-size: 16px;
	}
	.horaires{
		line-height: 1.2;
		padding: 0 70px;
	}
	.horaires .top:after, .horaires .bot:after, .horaires .top:before, .horaires .bot:before{
		width: 60px;
	}
	.horaires:before, .horaires:after{
		height: calc(100% - 16px);
		top: 8px;
	}
	.horaires .top{
		top: 8px;
	}
	.horaires .bot{
		bottom: 8px;
	}
	.scrolledd #masthead .boutons {
		opacity: 0;
		pointer-events: none;
	}
	.menuon #masthead .boutons {
		opacity: 1;
		pointer-events: all;
		transition-delay: 0.5s;
	}
	.wrap, .wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}
	.images {
		width: 100%;
		display: flex;
		align-items: flex-end;
		justify-content: center;
	}	
	.imagescarre{
		display: none;
	}
	.images .img1 img{
		max-width: 31vw;
	}
	.images .img2 img{
		max-width: 46vw;
	}
	.images .img2 {
		position: relative;
		right: 0;
		bottom: 0;
		margin: 0 0 15px -20px;
	}
	.txt {
		font-size: 17px;
	}
	.txt h3{
		font-size: 15px;
		margin-bottom: 35px;
	}
	.txt.txtt{
		font-size: 15px;
	}
	.bloc-insta, .bloc-events, .bloc-restaurant, .wrapper .slider {
		margin: 60px 0;
	}
	.bloc-cuisine{
		margin: 70px 0 60px;
	}
	.instagram-placeholder:nth-of-type(7), .instagram-placeholder:nth-of-type(8){
		display: none;
	}
	.bloc-bienvenue{
		padding: 40px 0;
	}
	.illuss {
		max-width: 130px !important;
		top: -48px;
		bottom: auto;
		right: 50%;
		transform: translate(-52px, 0);
	}
	.bloc-bienvenue .txt h3{
		margin-bottom: 0.75em;
	}
	.swiper-pagination{
		bottom: 18px;
	}
	.swiper-pagination-bullet {
		margin: 0 4px;
		width: 7px;
		height: 7px;
	}
	.restaurantxt .illusss img {
		max-width: 250px;
	}
	.bloc-imgfull{
		display: none;
	}
	.eventstxt:before{
		height: 65px;
	}
	.eventsc{
		padding: 70px 40px;
		border-radius: 160px;
	}
	.eventsc:after{
		border-radius: 150px;
	}
	.eventstxt{
		gap: 20px;
	}
	.eventstxt img{
		max-width: 170px;
	}
	.instagram{
		gap: 10px;
	}
	.instagram-placeholder{
		width: calc(50% - 5px);
	}
	.instagram:after{
		width: 50px;
		height: 68px;
		left: auto;
		right: 10px;
		top: 83px;
	}
	.hidemob{
		display: none!important;
	}
	.blocs {
		margin-bottom: 60px;
	}
	.colshome{
		margin-bottom: -60px;
	}
	.site-footer {
		padding: 50px 0 30px;
	}
	.footc{
		gap: 50px;
	}
	.footer-menu{
		font-size: 12px;
	}
	.contact-menu > li a {
		font-size: 14px;
	}
	.contact-menu > li a svg {
		margin-right: 8px;
	}
	.addr {
		font-size: 16px;
	}
	.logo {
		width: 260px;
		height: 32px;
	}
	.bloc-insta .bouton {
		margin-top: 30px;
	}
	.swiper-button-prev {
		left: 6px;
	}
	.swiper-button-next {
		right: 6px;
	}
	.slider .swiper-slide{
		padding: 86% 0 0;
	}
	.cuisinetxt{
		gap: 30px;
	}
	.bloc-slider{
		display: block;
		width: 100%;
	}
	.slidy .wrapper, .slidy2 .wrapper {
		padding: 0!important;
	}
	.slidy .slider, .slidy2 .wrapper .slider{
		margin: 0!important;
	}
	.restaurantxt{
		gap: 30px;
	}
	.restaurantxt .illusss{
		order: 0;
	}
	.restaurantxt .txt{
		order: 1;
	}
	.restaurantxt .bloc{
		order: 2;
	}
	.restaurantxt .bouton{
		order: 3;
	}
}