@media screen and (min-width: 1501px) and (max-width: 1730px) {}

@media screen and (min-width: 1025px) and (max-width: 1440px) {}


@media screen and (min-width: 851px) and (max-width: 1024px) {

	.navbar {
		gap: 10px;
		height: 90px;
		padding: 0px 20px 0 20px;
	}


	ul#menu-entete {
		gap: 8px;
	}

	ul#menu-entete li a {
		margin: 0 5px;
		font-size: 0.9em;
	}

	.btn {
		font-size: 0.8em;
		padding: 12px 15px;
	}

	ul#menu-entete li:after {
		margin: 0 0px;
	}

	.flex-entete-d {
		position: relative;
		z-index: 3;
		display: flex;
		gap: 5px;
		padding-left: 0;
		align-items: center;
	}


	.logo img {
		padding: 0;
		height: 80px;
		width: 110px;
		top: 5px;
		left: 5px;
	}

	header.navbar.stickback .logo img {
		padding: 0;
		height: 66px;
		width: 68px;
		top: 12px;
		left: 5px;
	}

	.flex-entete-d img {
		width: 12px;
	}


	.SelecteurLangue {
		width: 35px;
		position: relative;
	}

	ul.ChargementLangue {
		border: 1px solid transparent;
		position: absolute;
		padding-right: 8px;
		top: -9px;
		left: -5px;
		z-index: 3;
		padding-left: 10px;
	}

	.ChargementLangue li {
		width: 20px;
		height: 20px;
	}

	.ChargementLangue li img {
		width: 18px;
		height: 20px;
	}

	ul.ChargementLangue:after {
		content: "\276F";
		position: absolute;
		right: -6px;
		top: 4px;
		transform: rotate(90deg);
		color: #1d2327;
		font-size: 10px;
	}


	footer.footerbg {
		padding: 0 20px;
	}


	/* SUITE  */

	.cadreintern {
		max-width: 469px;
		z-index: 2;
		position: absolute;
		top: 55%;
		left: 30%;
		transform: translate(-50%, -50%);
		font-size: 1.1em;
	}

	.MaskSlider {
		bottom: -10px;
		height: 55%;
		width: 68%;
	}


	.content-inner .cf-inner {
		transform-style: preserve-3d;
		backface-visibility: hidden;
		width: 100%;
		padding: 90px 22px;
		min-height: 330px;
	}

	.masksectionimg .fl-module-content {
		position: absolute;
		right: -17%;
		top: 50%;
		transform: translate(0%, -50%);
		max-height: 440px;
		height: 100%;
		width: 100%;
		max-width: 700px;
	}

	.img1flottant {
		position: absolute;
		width: 295px;
		height: 180px;
		z-index: 1;
		left: -20px;
		top: 50px;
	}

	.img2flottant {
		width: 210px;
		height: 180px;
		position: absolute;
		bottom: 130px;
		left: -20px;
		z-index: 1;
	}

	.img3flottant {
		width: 234px;
		height: 309px;
		position: absolute;
		bottom: 130px;
		right: 0px;
		z-index: 0;
	}

	#banniereIntern .cntTitle {
		top: 55%;
		left: 4%;
	}

	.titrebase h1,
	.titrebase h2,
	.titrebase h3,
	.titrebase h4,
	.cadreintern h1,
	.cadreintern h2,
	.cadreintern h3 {
		font-size: 2em;
	}

	footer.footerbg h4 {
		font-size: 1em;
	}


}


@media screen and (max-width: 850px) {

	.MobileBar {
		position: fixed;
		bottom: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 70px;
		z-index: 30;
		background: #ffffff;
		width: 100%;
		gap: 15px;
		box-shadow: 1px -3px 11px #243e55;
	}

	.MobileBar a {
		margin: 0px;
		width: auto !important;
		font-size: 1.1em;
	}

	.ajoutemenu a {
		display: flex !important;
		padding: 10px 25px !important;
		margin-bottom: 10px !important;
	}

	/* BASE  */

	.cadreintern {
		font-size: 1.1em;
		width: 90%;
		padding: 0 15px;
		left: 40%;
		text-align: left;
	}

	.cadreintern h1,
	.cadreintern h2,
	.cadreintern h3 {
		font-size: 1.8em;
	}

	.fleches {
		position: absolute;
		bottom: -30%;
		left: 15px;
		height: 55px;
		width: 150px;
	}


	header.navbar {
		padding: 0;
		top: 0px;
		height: 65px;
		background-position: center;
	}

	header.navbar.stickback {
		top: 0px;
	}

	.flex-entete-d {
		display: none !important;
	}

	.MenuBox {
		display: flex;
		padding: 10px;
		cursor: pointer;
		line-height: 1;
		text-align: center;
		text-transform: uppercase;
		overflow: hidden;
		border: 1px solid #d3a13b;
		background-color: #d3a13b;
		border-radius: 0;
		position: relative;
		left: 0;
		height: 65px;
		width: 65px;
		color: #fff;
		justify-content: center;
		align-items: center;
	}

	.MenuBox img.menuouvert {
		width: 40px;
		height: 40px;
		object-fit: contain;
	}

	.MenuBox.open img.menuouvert {
		display: none;
	}

	.MenuBox.open .menufermer {
		display: block;
	}

	.menufermer {
		display: none;
	}

	.langDiv {
		position: relative;
		left: -40px;
	}


	ul#menu-entete {
		display: none;
	}

	.ajoutemenu a::before {
		display: none;
	}

	ul#menu-entete.menu.open {
		display: block !important;
		position: absolute;
		left: 0;
		top: 65px;
		background: #ffffff;
		width: 100%;
		padding: 15px 15px;
		transform: translateY(0);
		opacity: 1;
	}

	ul#menu-entete li.menu-item-has-children.openLi .sub-menu {
		display: block;
		padding: 0;
		background: transparent;
		min-width: 190px;
		top: 0;
		overflow: hidden;
		width: max-content;
		position: relative;
	}

	ul#menu-entete li {
		list-style: none;
		position: relative;
		margin-bottom: 10px;
		flex-direction: column;
	}

	ul#menu-entete li.menu-item-has-children.openLi .sub-menu li {
		margin-bottom: 5px;
		margin-top: 5px;
	}

	ul#menu-entete li a {
		padding: 5px 0;
		display: block;
	}

	.sub-menu li:last-child {
		margin: 0 !important;
	}

	li.menu-item-has-children:after {
		right: 10px;
	}

	li.ajoutemenu {
		display: flex;
		gap: 10px;
	}

	.ajoutemenu a {
		margin: 0 !important;
	}

	.main-footer {
		display: grid;
		grid-template-columns: 0.8fr 0.8fr 1.2fr 1.2fr !important;
		color: #fff;
		padding: 30px 20px;
		gap: 10px 20px;
		max-width: 1200px;
		margin: auto;
		font-size: 13px;
	}

	.main-footer .btn {
		font-size: 13px;
	}

	.footer-logo img {
		width: 110px;
		height: auto;
	}

	.SpeFoot {
		padding-bottom: 200px;
	}

	footer.footerbg h4 {
		font-size: 1em;

	}


	/* SUITE */


	.ItemSliderHome,
	#home_slider,
	#home_slider .overflowhiddenSlider {
		height: 55vh;
	}

	.titrebase h1,
	.titrebase h2,
	.titrebase h3,
	.titrebase h4 {
		font-size: 1.8em;
	}

	.cadreintern h1,
	.cadreintern h2,
	.cadreintern h3 {
		font-size: 2em !important;
	}

	.padding60,
	.padding40 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	.MaskSlider {
		bottom: -35px;
		height: 50%;
		width: 80%;
	}


	.logo img {
		height: 72px;
		width: 80px;
		top: 10px;
		left: -15px;
	}


	header.navbar.stickback .logo img {
		height: 61px;
		width: 72px;
		top: -6px;
		left: -17px;
	}


	header.navbar.stickback {
		height: 114px;
	}


	ul.ChargementLangue {
		top: -10px;
		left: -10px;
	}


	.stickback ul.ChargementLangue {
		top: -33px;
		left: -10px;
	}

	.gridsec1,
	.grid-tax,
	.fl-node-07xfpr6uwavs,
	.fl-node-wtro51vg7k26,
	.fl-node-71xep6rac4mt,
	.fl-node-b96tnf3o15il,
	.fl-node-rlevwno8bdy2,
	.acf-les-menus,
	.fl-node-5kh6nwpjiyxt,
	.fl-node-d1zm54furaqh {
		grid-template-columns: 1fr !important;
	}


	.item.item-8 {
		display: none;
	}

	#banniereIntern .cntTitle {
		top: 55%;
		left: 5%;
	}


	.fl-node-fzhtg4e0c1oq {
		min-height: 300px;
		position: relative;
	}

	.img1flottant {
		position: absolute;
		width: 380px;
		height: 290px;
		z-index: 1;
		left: 0px;
		top: -40px;
	}

	.img2flottant {
		width: 300px;
		height: 205px;
		position: absolute;
		bottom: -40px;
		left: 180px;
		z-index: 1;
	}

	.img3flottant {
		width: 325px;
		height: 355px;
		position: absolute;
		bottom: -15px;
		right: 0px;
		z-index: 0;
	}


	.masksectionimg .fl-module-content {
		position: relative;
		right: -23%;
		top: 50%;
		transform: translate(0%, -50%);
	}


	.masksectionimg .fl-module-content {
		max-height: 420px;
		max-width: 840px;
	}


.fleches { display:none!important;}


}


@media screen and (max-width: 430px) {


	.logo img {
		height: 72px;
		width: 80px;
		top: 10px;
		left: -15px;
	}


	header.navbar.stickback .logo img {
		height: 61px;
		width: 72px;
		top: -6px;
		left: -17px;
	}


	header.navbar.stickback {
		height: 114px;
	}


	ul.ChargementLangue {
		top: -10px;
		left: -10px;
	}


	.stickback ul.ChargementLangue {
		top: -33px;
		left: -10px;
	}


	/* SUITE */

	.gridsec1,
	.grid-tax,
	.fl-node-07xfpr6uwavs,
	.fl-node-wtro51vg7k26,
	.fl-node-71xep6rac4mt,
	.fl-node-b96tnf3o15il,
	.fl-node-rlevwno8bdy2,
	.acf-les-menus,
	.fl-node-5kh6nwpjiyxt,
	.fl-node-d1zm54furaqh {
		grid-template-columns: 1fr !important;
	}


	.Grid-3 {
		padding: 20px;
		gap: 10px 15px;
	}

	.Grid-3.margin40 {
		grid-template-columns: 1fr;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.Grid-1-2 {
		margin: 0 15px;
	}

	.ItemSliderHome,
	#home_slider,
	#home_slider .overflowhiddenSlider {
		height: 630px;
	}

	.titrebase h1,
	.titrebase h2,
	.titrebase h3,
	.titrebase h4 {
		font-size: 1.8em;
	}

	.cadreintern h1,
	.cadreintern h2,
	.cadreintern h3 {
		font-size: 1.5em !important;
	}


	.padding60,
	.padding40 {
		padding-top: 20px !important;
		padding-bottom: 20px !important;
	}

	div#banniereIntern {
		height: 40vh;
		overflow: hidden;
		position: relative;
	}

	#banniereIntern .cntTitle em {
		font-size: 11px;
	}

	#banniereIntern .cntTitle h1 {
		font-size: 2em;
	}

	#banniereIntern .cntTitle {
		top: 60%;
		left: 25px;
		width: auto;
	}

	/* DECOR  */


	.cadreintern {
		font-size: 1.1em;
		width: 90%;
		padding: 0 15px;
		left: 50%;
		text-align: left;
	}

	.fl-builder-content-2 .fl-node-07xfpr6uwavs {
		row-gap: 0px;
	}

	.bellevue-grid {
		display: grid;
		grid-template-columns: 1fr;
		gap: 10px;
		grid-template-rows: auto;
	}

	.item.item-8 {
		display: none;
	}

	.fl-node-fzhtg4e0c1oq {
		min-height: 300px;
		position: relative;
	}


	.img1flottant {
		position: absolute;
		width: 230px;
		height: 140px;
		z-index: 1;
		left: 0px;
		top: -40px;
	}

	.img2flottant {
		width: 135px;
		height: 200px;
		position: absolute;
		bottom: -20px;
		left: 0px;
		z-index: 1;
	}

	.img3flottant {
		width: 183px;
		height: 295px;
		position: absolute;
		bottom: -20px;
		right: 0px;
		z-index: 0;
	}


	.masksectionimg .fl-module-content {
		position: relative;
		right: -23%;
		top: 50%;
		transform: translate(0%, -50%);
	}


	.MaskSlider {
		opacity: 1;
		position: absolute;
		bottom: -27px;
		right: 0px;
		height: 32%;
		width: 100%;
	}


	.menus .item {
		display: grid;
		grid-auto-columns: 1fr;
		grid-template-columns: 210px 35px 70px;
		gap: 24px 10px;
		align-items: center;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.menus .item .description h4 {
		font-size: 1.4em;
		margin: 0;
	}

	.menus .item .description {
		gap: 0;
		flex-direction: column;
	}

	.menus .item p {
		margin: 0;
		font-size: 10px;
	}


	.flex-form {
		flex-direction: column;
	}

	.flex-form .half {
		position: relative;
		width: 100%;
	}

	.MobileBar .contact-modal span,
	.MobileBar a {
		font-size: 11px;
		padding: 12px 10px;
		margin: 0;
	}


	.menu_semaine p {
		margin: 0;
		font-size: 11px;
	}

	ul.menu_semaine {
		list-style: none;
		padding: 0;
		width: 90%;
		margin: auto;
	}

	ul.menu_semaine li {
		display: grid;
		grid-auto-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 0px 30px;
		align-items: center;
		border-bottom: 1px dotted rgb(185 151 91);
		padding-bottom: 15px;
		padding-top: 15px;
	}

	ul.menu_semaine .hmi-dec {
		display: none;
	}

	.gridplatsemaine h3 {
		font-size: 1.4em;
	}

	.gridplatsemaine label {
		font-size: 1em;
	}


	/* FOOTER  */

	.main-footer {
		display: grid;
		grid-template-columns: 1fr !important;
		grid-template-areas:
			"logo"
			"nav"
			"reservation"
			"credits";
		color: #fff;
		padding: 30px 20px;
		gap: 10px 50px;
		max-width: 1200px;
		margin: auto;
	}

	.footer-nav {
		margin-left: 0;
	}

	.SpeFoot {
		padding-bottom: 65px;
	}

.fleches { display:none!important;}


}