@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

:root {
	--primary: #dfc276;
	--second: #1c1c1c;
	--black: #1c1c1c;
	--main-font: "Lato", sans-serif;
	--second-font: var(--main-font);
}

.c1 {
	color: var(--primary);
}

.ZC_sdk__zc-iframe_k5FE3 {
	right: auto !important;
	z-index: 97 !important;
	bottom: 60px !important;
	left: 0px !important;
	max-height: 70vh !important;
}

.btn-reserve {
	background: #fff;
	border: solid 0px #000;
	font-size: 15px;
	padding: 0px;
	font-weight: 400;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.15);
	text-transform: uppercase;
	position: fixed;
	z-index: 9999;
	transition: all 0.3s;
	top: 70px;
	display: flex;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	align-items: center;
	left: 0px;
	cursor: pointer;
	outline: none !important;
}

.btn-reserve span {
	display: inline-block;
	padding: 5px 10px;
}

.btn-reserve:hover {
	background: #000;
	color: #fff;
}

.modal-backdrop.show {
	opacity: 0.7 !important;
}

#bloc-reserve .modal-content {
	border-radius: 0px;
	border: 0px;
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.1);
}

#bloc-reserve label {
	background: #000;
	padding: 7px 10px;
	color: #fff;
	display: block;
	font-size: 15px;
	width: 100%;
	font-weight: 400;
	margin: 0;
}

#bloc-reserve input

/*, #bloc-reserve select*/
	{
	display: block;
	width: 100%;
	outline: none;
	font-size: 15px;
	border: 2px solid #000;
	padding: 10px;
}

#bloc-reserve .select_box {
	position: relative;
}

#bloc-reserve select {

	/* styling */
	background-color: white;
	border: thin solid #fff;
	border-radius: 0px;
	display: inline-block;
	font: inherit;
	line-height: 1.5em;
	padding: 5px 10px;

	/* reset */

	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 100%;
	cursor: pointer;
}

#bloc-reserve select.classic {
	border: 2px solid #000;
	background-image:
		linear-gradient(45deg, transparent 50%, #fff 50%),
		linear-gradient(135deg, #fff 50%, transparent 50%),
		linear-gradient(to right, #000, #000);
	background-position:
		calc(100.5% - 20px) calc(11px + 2px),
		calc(100.5% - 15px) calc(11px + 2px),
		100.5% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
}

#bloc-reserve select.classic:focus {
	background-image:
		linear-gradient(45deg, #fff 50%, transparent 50%),
		linear-gradient(135deg, transparent 50%, #fff 50%),
		linear-gradient(to right, grey, grey);
	background-position:
		calc(100.5% - 15px) 13px,
		calc(100.5% - 20px) 13px,
		100.5% 0;
	background-size:
		5px 5px,
		5px 5px,
		2.5em 2.5em;
	background-repeat: no-repeat;
	border-color: grey;
	outline: 0;
}

#bloc-reserve a {
	background: var(--primary);
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 15px;
	font-size: 15px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	transition: .5s;
	border: 1px solid var(--primary);
}

#bloc-reserve a:hover {
	background: #fff;
	color: var(--primary);
}

body {
	font-family: var(--main-font);
	max-width: 100%;
	overflow-x: hidden;
	background: #fff;
}

a.box-tel {
	color: initial;
	text-decoration: none;
}

.axo-recherche {
	background: #fff;
	box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
	position: relative;
	padding: 20px 0px;
}

.axo-recherche>.container {
	padding: 30px 20px;
}

.axo-recherche h5 {
	font-weight: bold;
	font-size: 16px;
	text-align: left;
}

.axo-recherche .box-link {
	font-size: 13px;
}

.axo-recherche .box-link ul {
	list-style: none;
	padding-left: 0px;
	margin-bottom: 0px;
}

.axo-recherche .box-link ul li a {
	color: #000;
	transition: all 0.3s;
	text-decoration: none;
}

.axo-recherche .box-link ul li a:hover {
	color: #000;
}

.axo-recherche .box-link p {
	font-weight: bold;
	margin-bottom: 5px;
}

.axo-recherche .box-link {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.axo-recherche .box-link>div {
	padding: 15px 0px;
}

.axo-footer {
	padding: 20px 15px;
	border-top: 1px solid var(--black);
}

.axo-footer .axo-logo {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px 0px 5px;
}

.axo-footer .axo-logo img {
	max-width: 100%;
	width: 105px;
	display: inline-block;
	margin: 10px 0px 0px;
}

.axo-footer .footerlink {
	color: #000;
}

.axo-footer .footerlink a {
	color: #949494;
	transition: all 0.3s;
	text-decoration: none;
}

.axo-footer .footerlink a:hover {
	color: var(--black);
}

.axo-footer .inlineblock {
	padding-left: 0px;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12px;
}

.axo-footer .inlineblock li {
	display: inline-block;
}

.axo-footer .inlineblock li:after {
	content: ' | ';
	color: #949494;
}

.axo-footer .inlineblock li:last-child:after {
	display: none;
}

/* !!!! DÉBUT !!!! STYLE CONTENT PAGE */

/* !!!! DÉBUT !!!! STYLE HEADER */

/* style nav */

.modal-boutique .modal-dialog {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	max-width: 100vw;
	margin: 0px auto;
	height: 100vh;
}

.modal-boutique .modal-content {
	border-radius: 0px;
	border: 0px;
	height: 100vh;
	background: url(../images/right-boutique.png) #fff no-repeat right center/contain;
}

.modal-boutique .modal-header {
	border: 0px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}

.modal-boutique button.close-btn {
	border: 0px;
	position: relative;
	background: none;
	cursor: pointer;
	display: flex;
	outline: none;
}

.modal-boutique button.close-btn:hover span.cross:before,
.modal-boutique button.close-btn:hover span.cross:after {
	transform: rotate(90deg);
}

.modal-boutique .close-btn span.txt {
	font-size: 15px;
	text-transform: uppercase;
	color: var(--black);
	padding-right: 40px;
	padding-top: 5px;
}

.modal-boutique .close-btn span.cross {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 32px;
	height: 32px;
	opacity: 1;
}

.modal-boutique .close-btn:hover span.cross {
	opacity: 1;
}

.modal-boutique .close-btn span.cross:before,
.modal-boutique .close-btn span.cross:after {
	transition: all 0.4s;
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 1px;
	background-color: var(--black);
}

.modal-boutique .close-btn span.cross:before {
	transform: rotate(45deg);
}

.modal-boutique .close-btn span.cross:after {
	transform: rotate(-45deg);
}

.modal-boutique .filet {
	background: var(--black);
	width: 1px;
	height: 200px;
	display: block;
	position: absolute;
	left: 40%;
	transform: rotate(20deg);
}

.modal-boutique .modal-body {
	padding: 0px;
}

.modal-boutique .content-boutique {
	height: 100vh;
	color: #000;
}

.modal-boutique .content-boutique .row {
	align-items: center;
	height: 100%;
}

.modal-boutique .box-boutique {
	padding: 20px 40px;
}

.modal-boutique h3 {
	font-family: var(--second-font);
	color: #000;
	font-size: 22px;
	line-height: 33px;
	margin-bottom: 20px;
}

.modal-boutique h3 .color {
	color: var(--black);
}

.modal-boutique button {
	background: none;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 10px;
	padding: 0px;
	transition: all 0.4s;
	border: 0px;
	color: #000;
	font-size: 17px;
}

.modal-boutique button .ico {
	color: var(--black);
	display: inline-block;
	margin-left: 3px;
}

.modal-boutique button:hover,
.modal-boutique .box-horaire button:focus,
.modal-boutique .box-horaire button:active {
	outline: none;
	color: var(--black);
}

.modal-boutique ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
}

.modal-boutique .card {
	margin-bottom: 20px;
	display: inline-block;
	background: rgba(0, 0, 0, 0.1);
}

.modal-boutique p a {
	color: #000;
	text-decoration: none;
	transition: all 0.4s;
}

.modal-boutique p a:hover {
	opacity: 0.4;
}

.modal-boutique a.bouton {
	border: 1px solid var(--black);
	color: var(--black);
	font-size: 14px;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	padding: 15px 20px;
	text-decoration: none;
	transition: all 0.4s;
}

.modal-boutique a.bouton:hover {
	background: var(--black);
	color: #fff;
}

.top-nav .link-lang-select .dropdown-menu {
	padding: 0px;
	background: #000;
	width: 40px;
	min-width: auto;
	margin: 0px;
	border: 1px solid #000;
	border-radius: 0px;
}

.top-nav .link-lang-select .dropdown-menu .dropdown-item {
	color: #fff;
	transition: all 0.4s;
	padding: 5px 10px;
	font-size: 13px;
}

.top-nav .link-lang-select .dropdown-menu .dropdown-item:hover {
	background: #fff;
	color: #000;
}

.top-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 99;
	right: 0;
	top: 0px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	height: 50px;
	background: #fff;
	width: 100%;
}

.top-nav ul {
	display: flex;
	margin: 0px;
	padding: 0px;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
}

.top-nav ul li {
	display: inline-block;
	padding: 0px 15px;
	color: #000;
	position: relative;
	text-transform: uppercase;
	font-size: 13px;
}

.top-nav ul li:after {
	content: '';
	display: inline-block;
	width: 1px;
	height: 30px;
	background: rgba(0, 0, 0, 0.2);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.top-nav ul li:last-child:after {
	display: none;
}

.top-nav .top-rs {
	display: flex;
	align-items: center;
	padding: 0px 15px;
}

.top-nav .top-rs .txt {
	font-size: 14px;
	color: #000;
	display: inline-block;
}

.top-nav a.link-rs {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 5px;
	font-size: 18px;
	width: 30px;
	height: 30px;
	border-radius: 25px;
	color: #fff;
	background: var(--primary);
	text-decoration: none;
	line-height: 10px;
}

.top-nav a.link-rs:hover {
	background: var(--second);
	color: #fff;
}

.top-nav a.link-txt {
	font-weight: 600;
	outline: none !important;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	color: #000;
	text-decoration: none;
	transition: all 0.4s;
}

.top-nav a.link-icone {
	color: #000;
	display: inline-block;
	text-decoration: none;
	font-size: 17px;
}

.top-nav a {
	transition: all 0.4s;
	padding: 5px;
}

.top-nav a:hover {
	color: var(--primary);
}

#main-nav a.navbar-brand {
	padding: 7px 15px;
	margin: 0px;
	transition: all 0.4s;
	margin-bottom: -70px;
}

#main-nav a.navbar-brand:hover {
	opacity: 0.4;
}

#main-nav a.navbar-brand img {
	width: 445px;
	max-width: 100%;
}

#main-nav {
	flex-wrap: wrap;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	width: 100%;
	max-width: 100%;
	margin: 0px auto 0px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 98;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding: 0px 0px;
	transition: all 0.4s;
	background: #fff;
}

#home #main-nav {
	border-bottom: none;
}

#main-nav button:focus {
	outline: 0px;
}

#main-nav .nav-link:focus {
	outline: none !important;
}

#main-nav .nav-link {
	text-align: center;
	cursor: pointer;
	padding: 20px 10px;
	color: #000;
	text-decoration: none;
	font-size: 16px;
	font-family: var(--second-font);
	font-weight: 400;
	position: relative;
	transition: all 0.4s;
	z-index: 99;
}

#main-nav .nav-link:hover {
	color: #000;
}

#main-nav .nav-link:before {
	content: '';
	transition: all 0.3s;
	display: block;
	width: 0px;
	height: 2px;
	background: var(--primary);
	position: absolute;
	left: 0;
	bottom: 0;
}

#main-nav .nav-link:hover:before {
	width: 100%;
	background: var(--primary);
}

#main-nav .nav-item {
	position: relative;
	padding: 0px 3px;
}

.hamburger-box {
	margin-top: 6px;
}

#main-nav .dropdown-menu {
	border-radius: 0px;
	left: 50% !important;
	transform: translateX(-50%) !important;
	top: 100% !important;
	border: 0px;
	margin-top: 0px;
	padding: 0px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	min-width: 100%;
}

#main-nav .dropdown-item {
	padding: 7px 15px;
	font-weight: initial;
	text-transform: initial;
	transition: all 0.4s;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 13px;
}

#main-nav .dropdown-item:last-child {
	border-bottom: 0px;
}

#main-nav .dropdown-item:hover {
	background: var(--primary);
	color: #fff;
}

#main-nav .nav-link.active:before {
	width: 100%;
}

#main-nav .active-item {
	background: var(--primary);
	color: #fff;
}

#main-nav .nav-link.active-shop {
	background: var(--primary);
	color: #fff;
}

#main-nav .nav-link.active-shop:before {
	background: #fff;
	color: #fff;
}

#main-nav.reduce .navbar-brand {
	padding: 10px 20px;
	margin-bottom: -45px;
}

#main-nav.reduce .navbar-brand img {
	width: 300px;
}

#main-nav.reduce {
	position: fixed;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
}

/* Fleche scroll top */
#top svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

#top {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #fff;
	color: #000;
	display: none;
	width: 45px;
	border-radius: 45px;
	height: 45px;
	z-index: 97;
	font-size: 17px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: background-color 0.4s, color 0.4s;
}

#top:hover {
	background-color: #000;
	color: #fff;
}


/* style caroussel */

#header {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 94;
	padding: 0px;
}

#header .box-information {
	position: absolute;
	transition: all 0.4s;
	z-index: 99;
	bottom: 30%;
	width: 400px;
}

#header .box-information h5 {
	color: #fff;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: 0.5px;
	font-size: 35px;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.6);
	padding: 0px 15px;
}

#header .box-information>div {
	background: #fff;
	padding: 20px 5%;
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

.box-information ul {
	padding: 0px 15px;
	list-style: none;
	font-size: 16px;
	margin-bottom: 0px;
}

.box-information ul li {
	padding: 10px 0px;
	display: flex;
	align-items: center;
	font-weight: 500;
	color: var(--second);
}

.box-information ul li .ico {
	color: rgba(0, 0, 0, 0.4);
	margin-right: 15px;
}

.box-information ul li strong {
	font-weight: 700;
}

.box-information ul li a {
	font-weight: 700;
	color: #000;
	transition: all 0.4s;
	text-decoration: none;
}

.box-information ul li a:hover {
	color: #000;
}

#header .txt-banner {
	position: absolute;
	left: 5%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
}

#header .txt-banner .titre-caption {
	transition: all 0.4s;
	font-size: 58px;
	font-family: var(--second-font);
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

#header .txt-banner .titre-caption small {
	display: block;
	font-size: 48px
}

#header .txt-banner .small-title {
	font-size: 20px;
	font-family: var(--main-font);
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

#header .txt-banner .bouton {
	border-radius: 0px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.3);
	font-weight: 400;
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.4s;
}

#header .txt-banner .bouton .icone {
	display: inline-block;
	margin-left: 5px;
}

#header .txt-banner .bouton:hover {
	background: var(--second);
	color: #fff;
}

@media(min-width:1201px) {
	#header .boxreservation {
		position: absolute;
		bottom: 120px;
		left: 0;
		width: 100%;
		z-index: 9;
	}
}

#page #headercarousel {
	height: 450px;
}

#page #header .box-information {
	display: none;
}

#page #header #down {
	display: none;
}

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

@-webkit-keyframes fadeInUpslide {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUpslide {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUpslide {
	-webkit-animation-name: fadeInUpslide;
	animation-name: fadeInUpslide;
}

#headercarousel {
	display: block;
	background: var(--third);
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 700px;
	z-index: 1;
}

#headercarousel .content-img-carousel {
	height: 100%;
	width: 100%;
	z-index: 9;
	overflow: hidden;
	margin-left: auto;
}

#headercarousel .content-img-carousel .img-carousel {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	position: relative;
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
	filter: brightness(70%);
}

/*#headercarousel .carousel-item:before{content: ''; display: block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 2; background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);}*/
#headercarousel .carousel-caption {
	position: absolute;
	right: auto !important;
	bottom: auto !important;
	top: 0px;
	left: 0px;
	width: 100%;
	text-align: left;
	padding: 40px 5%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#headercarousel .carousel-caption>div {
	width: 100%;
}

#headercarousel .carousel-caption .titre-caption {
	transition: all 0.4s;
	font-size: 45px;
	font-family: var(--second-font);
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
	max-width: 550px;
}

#headercarousel .carousel-caption .small-title {
	font-size: 16px;
	font-family: var(--main-font);
	display: block;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

#headercarousel .carousel-caption .bouton {
	border-radius: 0px;
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	background: rgba(0, 0, 0, 0.3);
	font-weight: 400;
	margin-top: 10px;
	padding: 10px 20px;
	font-size: 17px;
	text-decoration: none;
	transition: all 0.4s;
}

#headercarousel .carousel-caption .bouton .icone {
	display: inline-block;
	margin-left: 5px;
}

#headercarousel .carousel-caption .bouton:hover {
	background: var(--second);
	color: #fff;
}

#headercarousel .carousel-item {
	height: 100%;
}

#headercarousel .carousel-inner {
	height: 100%;
	width: 100%;
}

#headercarousel .carousel-control-next,
#headercarousel .carousel-control-prev {
	width: 50px;
}

#headercarousel .carousel-indicators {
	bottom: 0px;
}

#headercarousel.carousel-fade .carousel-item {
	opacity: 0;
	transition: opacity ease-out .7s;
}

#headercarousel.carousel-fade .carousel-item.active,
#headercarousel.carousel-fade .carousel-item-next.carousel-item-left,
#headercarousel.carousel-fade .carousel-item-prev.carousel-item-right {
	opacity: 1;
}

#headercarousel.carousel-fade .active.carousel-item-left,
#headercarousel.carousel-fade .active.carousel-item-right {
	opacity: 0;
}

#headercarousel.carousel-fade .carousel-item-next,
#headercarousel.carousel-fade .carousel-item-prev,
#headercarousel.carousel-fade .carousel-item.active,
#headercarousel.carousel-fade .active.carousel-item-left,
#headercarousel.carousel-fade .active.carousel-item-prev {
	transform: translateX(0);
	transform: translate3d(0, 0, 0);
}

#headercarousel .carousel-indicators {
	bottom: auto;
	top: 0;
	right: 0;
	left: auto;
	margin: 0px;
	padding: 20px 2%;
	z-index: 10;
}

#headercarousel .carousel-indicators .active {
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: #fff;
	border: none;
	border-radius: 15px;
	border: 1px solid #fff;
}

#headercarousel .carousel-indicators li {
	cursor: pointer;
	width: 15px;
	height: 15px;
	margin: 5px;
	background-color: transparent;
	border: none;
	border-radius: 15px;
	border: 1px solid #fff;
}

.triangle1 {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	height: 100%;
}

.triangle1 svg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: calc(100% + 1.3px);
	height: 30%;
}

.triangle2 {
	position: absolute;
	z-index: 4;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	height: 100%;
}

.triangle2 svg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: calc(100% + 1.3px);
	height: 60%;
	opacity: 0.2;
}

.triangle3 {
	position: absolute;
	z-index: 5;
	bottom: 0;
	left: 0;
	width: 100%;
	overflow: hidden;
	line-height: 0;
	opacity: 0.4;
	height: 100%;
}

.triangle3 svg {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: calc(100% + 1.3px);
	height: 100%;
}

.triangle1 .shape-fill,
.triangle2 .shape-fill,
.triangle3 .shape-fill {
	fill: #FFFFFF;
}

.mask {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 25%;
	bottom: -1px;
	left: 0;
}

a#down {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.4s;
}

a#down:hover {
	opacity: 0.4;
}

a#down {
	position: absolute;
	z-index: 9;
	left: 50%;
	bottom: 55px;
	transform: translateX(-50%);
}

a#down span {
	position: absolute;
	bottom: 0;
	z-index: 9;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb05 1.5s infinite;
	animation: sdb05 1.5s infinite;
	box-sizing: border-box;
}

@-webkit-keyframes sdb05 {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@keyframes sdb05 {
	0% {
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}


a#top svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

a#top {
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	text-align: center;
	background-color: #000;
	cursor: pointer;
	display: none;
	width: 50px;
	border-radius: 5px;
	height: 50px;
	color: #fff;
	z-index: 999;
	font-size: 17px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	transition: background-color 0.4s, color 0.4s;
}

a#top:hover {
	background-color: var(--second);
	color: #fff;
}


/* !!!! FIN !!!! STYLE HEADER */
#flex-etape {
	border-bottom: 1px solid #2a6752;
	justify-content: center;
	display: flex;
	margin: 40px auto;
	width: 100%;
}

button.etape-btn {
	border: 0px;
	transition: all 0.3s;
	background: #fff;
	width: 200px;
	color: #2a6752;
	cursor: pointer;
	outline: none;
}

button.etape-btn .ico {
	width: 100px;
	height: 70px;
	margin: 0px auto 10px;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

button.etape-btn .ico svg {
	width: auto;
	transition: all 0.4s;
	max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 10px auto;
	position: absolute;
}

button.etape-btn span {
	margin-bottom: 10px;
	display: block;
	width: 100%;
}

button.etape-btn.active {
	background: #2a6752 !important;
	color: #fff !important;
}

button.etape-btn.active svg {
	fill: #fff;
}


button.etape-btn:hover,
button.etape-btn:active,
button.etape-btn:focus {
	background: #2a6752;
	color: #fff;
}

button.etape-btn:hover svg,
button.etape-btn:active svg,
button.etape-btn:focus svg {
	fill: #fff;
}

button.etape-btn:hover img.normal-ico,
button.etape-btn:active img.normal-ico,
button.etape-btn:focus img.normal-ico {
	fill: #fff;
}


.box-etape .box-texte {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px;
}

.box-etape .box-img {
	padding: 0px;
}

.box-etape .box-img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

/* !!!! DÉBUT !!!! STYLE SECTION */

.box-img img {
	width: 100%;
}

.box-fb .box-texte {
	margin: 30px auto;
}

.box-fb {
	background: #f8f5f2;
}

.box-fb .bloc-fb {
	display: block;
	margin: 0 auto;
	width: 100%;
}

.box-fb h3 {
	font-family: var(--second-font);
	text-align: center;
	font-size: 22px;
	margin-bottom: 20px;
}

.box-fb .box-img img {
	width: 100%;
	max-width: 100%;
}

#instagram {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
}

#home #instagram {
	background: #fff;
	padding: 10px;
}

#home #instagram a {
	width: 30%;
	margin: 1.5%;
}

#page #instagram a img {
	height: 350px;
}

#home #instagram a img {
	height: 350px;
}

#page #instagram a {
	width: 30%;
	margin: 1.5%;
}

#instagram a {
	display: block;
	overflow: hidden;
	transition: all 0.5s;
}

#instagram a img {
	width: 100%;
	transition: all 0.4s;
	object-fit: cover;
}

#instagram a:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}

.box-rs a.ico {
	background: #000;
	text-decoration: none;
	transition: all 0.5s;
	transition: all 0.4;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	width: 60px;
	border-radius: 60px;
	height: 60px;
	margin: 0px auto 15px;
	color: #fff;
}

.box-rs a.ico:hover {
	background: #fff;
	color: #000;
	box-shadow: 0px 0px 7px 7px rgba(0, 0, 0, 0.1);
}

.s-style .container {
	max-width: 1440px;
}

.s-style p {
	font-size: 15px;
}

.s-style p a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline dotted 1px;
}

.s-style p a:hover {
	text-decoration: none;
}

.s-style .titre1 {
	font-family: var(--second-font);
	color: var(--second);
	font-size: 24px;
	margin-bottom: 30px;
}



.s-style .titre1.text-center .main {
	margin: 0px auto 10px;
	justify-content: center;
}

.s-style .titre1 .main {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}

.s-style .titre1 .main:before {
	content: '';
	display: inline-block;
	width: 45px;
	height: 2px;
	background: var(--primary);
	margin-right: 10px;
}

.s-style .titre1 small {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

.s-style .titre1 .color {
	color: var(--primary);
}

.s-style .box-img img {
	max-width: 100%;
	width: auto;
}

.s-style .box-texte {
	padding: 50px 15px;
}

.s-style .big-titre {
	text-transform: uppercase;
	-webkit-text-stroke-width: 0.5px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
	letter-spacing: 1px;
	font-size: 64px;
	font-style: italic;
	font-weight: 900;
	display: block;
}

.s-style a.bouton {
	background: var(--primary);
	display: inline-block;
	border-radius: 30px;
	;
	color: var(--white);
	border: 1px solid var(--primary);
	font-weight: 400;
	padding: 7px 20px;
	font-size: 18x;
	text-decoration: none;
	transition: all 0.4s;
}

.s-style a.bouton .icone {
	display: inline-block;
	margin-left: 5px;
}

.s-style a.bouton:hover {
	background: var(--second);
	color: #fff;
}

.s-style .slider-img img {
	width: auto;
	display: block;
	max-width: 100%;
	margin: 0px auto;
}

.s-style {
	padding: 60px 15px;
	overflow: hidden;
}

.slide-img img {
	width: 100%;
}



.s-style.box-text-slider {
	padding: 0px;
}

.s-style.box-text-slider>.row {
	align-items: center;
	margin-left: 0px;
	margin-right: 0px;
}

.s-style.box-text-slider .box-slider {
	padding: 0px;
}

.s-style.box-text-slider .top-titre {
	text-transform: uppercase;
	color: #000;
	font-size: 14px;
	letter-spacing: 1px;
}

.s-style.box-text-slider .slider-img img {
	height: 500px;
	width: 100%;
	object-fit: cover;
}

.s-style.box-text-slider .box-texte {
	display: flex;
	justify-content: center;
	padding: 50px 15px;
	align-items: center;
}

#bloc-1 .container {
	max-width: 1000px;
}

#bloc-1 .titre1 {
	text-align: center;
}

#bloc-1 .titre1 .main {
	display: block;
	font-size: 24px;
	text-transform: uppercase;
}

#bloc-1 .titre1 .main:before {
	display: none;
}

#bloc-1 .titre1 small {
	display: block;
	font-size: 16px;
	font-weight: 600;
}

#bloc-1 p {
	text-align: center;
}

#section3 .citation {
	font-family: var(--second-font);
	font-size: 23px;
}

.images-banner {
	width: 100%;
}

.images-banner img {
	width: 100%;
	height: 500px;
	object-fit: cover;
	margin: 40px auto 0px;
}

.flex-contact {
	background: #000;
	padding: 20px;
}

.flex-contact h3 {
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	margin: 40px auto;
}

.s-style .flex-contact a.bouton {
	background: no-repeat;
	border: 1px solid #fff;
}

.s-style .flex-contact a.bouton:hover {
	background: #fff;
	color: var(--black);
}

.flex-contact .row {
	align-items: center;
}

.flex-contact .box-btn {
	background: url(../images/ico-logo.png) no-repeat center/contain;
	height: 180px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#section4 .box-img {
	margin-bottom: 20px;
}

#section4 .box-img img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

#section4 p {
	text-align: justify;
}

#section4 .box-texte {
	display: flex;
	align-items: center;
}

#page .container-services {
	padding: 0px 0px 40px;
}

.container-services .row {
	justify-content: center;
}

.container-services .box-services {
	width: 15%;
	padding: 25px 15px;
}

.container-services .box-ico {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
	margin-bottom: 20px;
}

.container-services .box-ico img {
	max-height: 100%;
}

.container-services .box-services h3 {
	font-size: 19px;
	font-weight: 500;
}

.container-services .box-services p {
	font-size: 14px;
}

#section5 {
	background: url(../images/back1.jpg) no-repeat center/contain;
	padding: 100px 15px;
}

#section5 h2 {
	color: var(--black);
	font-size: 25px;
}

.star {
	color: var(--black);
	font-size: 22px;
}

.picto-carte div {
	text-align: center;
	margin: 20px 0;
}

.picto-carte div img {
	max-width: 100%;
	height: auto;
	width: 50px;
}

.picto-carte div img:hover {
	opacity: 0.8;
}

p .color {
	color: var(--black);
}

/* !!!! FIN !!!! STYLE SECTION */


/* !!!! DÉBUT !!!! STYLE SLIDER PRESTATION */

/* fleche-nav style */
.slide-style .slick-prev,
.slide-style .slick-next {
	position: absolute;
	transition: all 0.4s;
	top: 50%;
	z-index: 99;
	background: #000;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.slide-style .slick-prev:hover,
.slide-style .slick-next:focus,
.slide-style .slick-prev:focus,
.slide-style .slick-next:hover {
	background: #000;
}

.slide-style .slick-prev {
	left: 0px;
}

.slide-style .slick-next {
	right: 0px;
}

/* dots-nav style */
.slide-style .slick-dots li {
	padding: 0px;
	margin: 0px;
}

.slide-style .slick-dots li button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.slide-style .slick-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053" !important;
}

.slide-style .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054" !important;
}

.slide-style .slick-dots li button:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.4s;
}

.slide-style .slick-dots li button:before {
	background: #fff;
	border: 1px solid #000;
	content: '' !important;
	display: block;
	width: 14px !important;
	height: 14px !important;
	border-radius: 15px;
	opacity: 1 !important;
}

.slide-style .slick-dots li.slick-active button:before {
	background: #000;
}

/* Style qui retire liseret bleu autour quand swipe */
.slide-style a {
	outline: none;
	text-decoration: none;
}

/* !!!! FIN !!!! STYLE SLIDER PRESTATION */

.box-avis {
	padding: 30px 30px;
	margin: 40px 15px;
	background: rgba(2, 49, 33, 0.05);
}

.box-avis p {
	text-align: left;
}

.box-avis .box-img img {
	width: 100%;
}

.box-avis .name {
	color: var(--black);
	font-weight: 600;
}

.box-avis .box-descr {}

.box-slider {
	padding: 0px;
	overflow: hidden;
}

.box-slider .box-texte {
	position: absolute;
	box-shadow: 0px 0px 7px 2px rgba(0, 0, 0, 0.1);
	bottom: 0;
	right: 0;
	z-index: 1;
	background: #fff;
	padding: 40px 30px;
}

.box-slider .slide-home img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

/* FOOTER */
footer a.phone:hover {
	opacity: 0.4;
}

footer a.phone {
	display: table;
	transition: all 0.3s;
	text-align: center;
	color: #000;
	font-size: 24px;
	font-weight: 400;
	text-decoration: none;
	margin-left: auto;
}

footer a.phone small {
	font-weight: inherit;
}

footer .adresse {
	color: #000;
	font-size: 16px;
}

footer {
	background: #fff;
	position: relative;
	overflow: hidden;
}

.contact {
	display: flex;
	color: #000;
	font-size: 17px;
	background-repeat: no-repeat;
	margin: 0 auto;
	background-size: 18px;
	width: 100%;
	font-weight: 600;
	max-width: 1500px;
}

.contact img {
	max-width: 100%;
	margin: 0 auto 8px;
}

.col-contact {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.col-contact:nth-child(2) {
	border-left: 2px solid #000;
	border-right: 2px solid #000
}

.col-contact p {
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
	margin: 0;
	text-align: center;
	margin-right: 15px;
	text-transform: uppercase;
	color: #fff;
}

.col-contact p a {
	color: #000;
	text-decoration: underline;
	font-size: 15px;
	text-transform: none;
}

.adresse-block {
	padding: 70px 25px;
	max-width: 1500px;
	margin: 0 auto;
}

.reservation .phone {
	color: #000 !important;
	text-align: center;
	display: block;
	font-size: 20px;
	font-weight: 500;
}


/****** end Contact ***/

.reservation-bloc {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.reservation {
	background: #fff;
	display: flex;
	align-items: center;
	padding: 20px 30px;
	width: 100%;
	max-width: 700px;
	justify-content: space-between;
	margin: 0 auto;
	max-height: 225px;
}

.reservation-bloc:before {
	content: "";
	height: 50px;
	width: 5px;
	display: block;
	background: #fff;
	margin: 0 auto;
}

.reservation>div {
	width: 50%
}

.reservation>div:nth-child(2) {
	border-left: 3px solid #bdbdbd;
}

.reserverbloc {
	display: flex;
	text-transform: uppercase;
	align-items: flex-start;
	color: #000;
}

.reserverbloc a {
	margin: 0px;
	font-weight: 500;
	display: block;
	color: #000;
	text-decoration: none !important;
	transition: 0.3s ease all;
}

footer .reserverbloc a {
	color: #fff
}

.reserverbloc a:hover {
	color: #949494;
}

.reserverbloc img {
	margin-right: 10px
}

.reserverbloc span {
	color: #949494;
	font-size: 15px;
	text-transform: none;
}


/****** footer ***/
footer .container {
	width: 1440px;
	max-width: 100%;
}

footer .reserverbloc {
	padding-left: 60px;
}

footer {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

footer .carte {
	margin: 0px 0px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/back-carte.jpg) no-repeat left center/cover;
}


footer .carte .plan {
	float: left;
	position: relative;
	width: 94%;
	height: 94%;
	background-size: cover;
	padding-left: 10%;
}

figure {
	margin: 0;
	padding: 0;
}

footer .carte .plan img {
	position: relative;
	width: 100%;
	object-fit: contain;
	max-height: 100%;
	max-width: 100%;
	z-index: 1;
}

footer .carte .plan img {
	color: transparent;
	font-size: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

@keyframes pulse-point {
	from {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}

	50% {
		-webkit-transform: scale3d(1.6, 1.6, 1.6);
		transform: scale3d(1.6, 1.6, 1.6);
	}

	to {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1);
	}
}

footer .carte .plan span {
	position: absolute;
	bottom: 43%;
	right: 42%;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #fff;
	z-index: 3;
}

footer .carte .plan span:before {
	position: absolute;
	content: '';
	z-index: -1;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-animation-name: pulse-point;
	-webkit-animation-name: pulse-point;
	animation-name: pulse-point;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

footer .carte .plan span:after {
	position: absolute;
	content: '';
	z-index: 0;
	left: 0;
	top: 0;
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 50%;
	border: 1px solid #fff;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-moz-animation-name: pulse-point;
	-webkit-animation-name: pulse-point;
	animation-name: pulse-point;
	-moz-animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-moz-animation-delay: 0.5s;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

/* RESPONSIVE */

@media all and (max-width: 1550px) {}

@media all and (max-width: 1350px) {}

@media all and (max-width: 1200px) {
	body {
		margin-top: 98px !important;
	}

	#headercarousel {
		height: 380px;
	}

	#header .txt-banner .titre-caption {
		font-size: 40px;
	}

	#header .txt-banner .titre-caption small {
		font-size: 25px;
	}

	#header .box-information h5 {
		font-size: 28px;
	}

	#header .box-information {
		width: 300px;
	}

	#headercarousel .carousel-caption a.bouton {
		font-size: 14px;
	}

	#headercarousel .carousel-caption {
		max-width: calc(100% - 300px);
	}

	#main-nav .nav-item:after {
		display: none;
	}

	#header .top-nav {
		padding: 5px;
	}

	.top-nav .top-rs {
		padding: 0px 0px;
	}

	.container-services .box-services {
		width: 33.3%;
		padding: 25px 15px;
	}

	#content {
		margin-top: 50px;
	}

	#section1.s-style p.citation {
		font-size: 16px;
	}

	.modal-boutique .filet {
		background: #fff;
		width: 300px;
		height: 1px;
		display: block;
		position: absolute;
		left: 0%;
		transform: rotate(0deg);
	}

	.top-nav {
		position: fixed;
		height: 30px;
		top: 0;
		left: 0;
	}

	.top-nav a.link-icone,
	.top-nav a.link-txt {
		font-size: 13px;
	}

	.top-nav a.link-rs {
		margin: 0px 5px;
		font-size: 10px;
		width: 22px;
		height: 22px;
		border-radius: 22px;
	}

	.hamburger {
		padding: 0px 15px;
		min-height: 68px;
	}

	#main-nav a.navbar-brand,
	#main-nav.reduce .navbar-brand {
		height: 80px;
		max-width: 50%;
		padding: 5px 10px;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: -25px;
	}

	#main-nav {
		display: flex;
		justify-content: flex-start;
	}

	#main-nav a.navbar-brand img,
	#main-nav.reduce .navbar-brand img {
		height: auto;
		max-height: 100%;
		width: auto;
		max-width: 100%;
		margin: 0px;
	}

	#main-nav {
		margin: 0px auto;
		display: flex;
		justify-content: space-between;
		background: #fff;
		position: fixed;
		top: 30px;
		left: 0;
		width: 100%;
		min-height: 68px;
		padding: 0px;
	}

	#main-nav .navbar-nav {
		padding-bottom: 15px;
		margin-left: 0px !important;
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	#main-nav .nav-link {
		background: initial;
		text-align: center;
		font-size: 15px;
		padding: 7px 15px !important;
		display: inline-block;
		text-transform: uppercase;
	}

	#main-nav .nav-link:hover {}

	#main-nav .dropdown-menu {
		width: 100%;
		position: relative;
	}

	#main-nav .nav-item {
		width: 100%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin: 3px auto;
		padding: 0px 10px;
	}

	#main-nav .dropdown-item {
		color: #000;
		text-align: center;
		font-size: 15px;
	}
}

@media all and (max-width: 991px) {
	a#top {
		bottom: 60px;
	}

	#page #instagram a img {
		height: 220px;
	}

	footer .reserverbloc img {
		margin: 0px auto 10px;
		display: block;
	}

	.reserverbloc {
		flex-direction: column;
		align-items: center;
	}

	.reservation {
		display: block;
		max-height: inherit;
		background: rgb(255 255 255 / 73%);
	}

	.reservation>div {
		width: 100%;
		border: none !important;
		padding: 10px;
		margin: auto;
		display: block;
	}

	footer .adresse {
		margin: 30px 0px;
		border: none;
		text-align: center;
	}

	footer .bouton {
		display: table !important;
		margin: 0 auto;
	}

	footer .reserverbloc {
		padding: 0px;
	}

	.box-fb .box-texte {
		padding: 0px;
	}

	footer a.phone {
		margin: 0 auto;
	}

	.container-content {
		margin: 40px auto;
		max-width: 100%;
	}

	.s-style.box-text-slider>.row.reverse-mobile {
		flex-direction: column-reverse;
	}

	.s-style.box-text-slider .slider-img img {
		height: 400px;
	}

	.box-slider .slide-home img {
		height: 250px;
	}

	.box-slider .box-texte {
		position: relative;
	}

	#page #headercarousel {
		height: 200px;
	}

	.flex-contact h3 {
		text-align: center;
	}

	.top-footer .info-contact p {
		text-align: center;
	}

	.top-footer .footer-logo {
		justify-content: center;
	}

	.header-contact .box {
		padding: 10px 15px;
	}

	.footer-logo {
		display: flex;
		justify-content: center;
	}

	.footer-logo img {
		width: 200px;
	}
}

@media all and (max-width:767px) {
	#section3 .citation {
		font-size: 19px;
	}

	a#down {
		bottom: 50px;
		font-size: 13px;
	}

	#section1.s-style p.citation {
		padding: 0px 0px !important;
	}

	.top-nav ul li {
		padding: 0px 4px;
	}

	.container-services .box-services {
		width: 50%;
		padding: 25px 15px;
	}

	.images-banner img {
		height: 300px;
	}

	.flex-prod .box-img img {
		padding: 5px;
		height: 200px;
	}

	#flex-etape {
		border-bottom: 1px solid #2a6752;
		justify-content: center;
		display: flex;
		margin: 40px auto;
		width: 100%;
	}

	button.etape-btn {
		border: 0px;
		transition: all 0.3s;
		background: #fff;
		width: 25%;
		color: #2a6752;
		cursor: pointer;
		outline: none;
	}

	button.etape-btn .ico {
		width: 90%;
		height: 80px;
		margin: 0px auto;
		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
	}

	.modal-boutique .modal-content {
		background: #fff;
	}

	body {}

	footer .box-footer {
		padding: 20px 15px;
		text-align: center;
	}

	#top {}

	/*  .top-nav{box-shadow: 0px 0px 7px 2px rgba(0,0,0,0.15);bottom: 0; right: auto; top: auto; left: 0; background: #fff; display: flex; justify-content: center; width: 100vw; padding: 10px 15px;}
*/
	.top-nav img {
		max-width: 100px !important;
		max-height: 50px !important;
	}

	#header .box-information h5 {
		display: none;
	}

	#header .box-information {
		bottom: auto;
		top: 110px;
	}

	#headercarousel .carousel-caption {
		max-width: 100%;
		padding: 60px 5%;
		min-height: auto;
		text-align: left;
	}

	#headercarousel .carousel-indicators {
		padding: 10px;
	}

	#header .box-information>div {
		background: rgba(255, 255, 255, 0.8);
		backdrop-filter: blur(10px);
	}

	#header .txt-banner {
		top: 35%;
	}
}

@media all and (max-width:560px) {
	.top-nav .top-rs .txt {
		display: none;
	}

	#header .box-information {
		width: 240px;
	}

	#header .box-information>div {
		border-top-right-radius: 20px;
		border-bottom-right-radius: 20px;
	}

	footer .carte {
		padding-left: 100px;
	}

	#home #instagram a img {
		height: 120px;
	}

	#page #instagram a img {
		height: 120px;
	}

	.container-services .box-services {
		width: 100%;
		padding: 25px 15px 0px;
	}

	.s-style.box-text-slider .slider-img img {
		height: 300px;
	}

	.modal-boutique h3 {
		font-size: 19px;
		margin-bottom: 0px;
	}

	.modal-boutique a.bouton {
		padding: 12px 10px;
	}

	.modal-boutique p {
		font-size: 15px;
	}

	.modal-boutique .content-boutique .row {
		align-items: flex-start;
	}

	.modal-boutique .content-boutique {
		height: auto;
		padding-top: 70px;
	}

	.modal-boutique .filet {
		display: none;
	}

	.modal-boutique .box-boutique {
		padding: 20px 15px;
	}

	#header .txt-banner .titre-caption {
		font-size: 30px;
	}

	#page #header .banner {
		height: 220px;
	}

	.top-nav img {
		max-width: 70px !important;
		max-height: 50px !important;
	}

	.top-nav ul li {
		font-size: 11px;
	}

	.top-nav ul li .ico {
		font-size: 13px;
	}

	#main-nav .top-nav ul {
		flex-direction: column;
	}

	#main-nav .top-nav ul li {
		border-right: 0px;
		border-bottom: 1px solid;
		text-align: center;
		padding: 10px;
		font-size: 14px;
	}

	#section4 .box-img img {
		width: 100%;
		height: 450px;
		object-fit: cover;
	}

	footer .footer-left .box-map img {
		width: 150px;
	}
}


/* Bloc défilant */
.popup-defilant {
	background-color: red;
	color: #fff;
	position: fixed;
	z-index: 50;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 1.0rem;
	overflow: hidden;
}

.popup-defilantContent {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-right: 2em;
	padding-left: 100%;
	white-space: nowrap;
	animation: defilement-rtl 20s infinite linear;
}

.popup-defilantContent::before {
	margin-right: 10px;
	font-size: 1.5rem;
	content: "";
	line-height: 1;
	font-style: normal;
}

.popup-defilant a {
	color: #FFFFFF !important;
}

.js-click {
	cursor: pointer;
}

@keyframes defilement-rtl {
	0% {
		transform: translate3d(0, 0, 0);
	}

	100% {
		transform: translate3d(-100%, 0, 0);
	}
}


#overlay {
	z-index: 10000 !important;
}

#pop-up-wrapper {
	z-index: 10001 !important;
}

.co-widget {
	display: block !important;
	margin: auto;
	z-index: 99;
}

:root {
	--star-size: 30px;
	--star-color: #000000;
	--star-background: var(--second);
}

.stars {
	--percent: calc(var(--rating) / 5 * 100%);
	display: inline-block;
	font-size: var(--star-size);
	font-family: Times;
	line-height: 1;
}

.stars::before {
	content: '★★★★★';
	letter-spacing: 2px;
	background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

/* fleche-nav style */
.axo-slide-style .slick-prev,
.axo-slide-style .slick-next {
	position: absolute;
	transition: all 0.4s;
	top: 50%;
	z-index: 99;
	background: var(--primary);
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.axo-slide-style .slick-prev:hover,
.axo-slide-style .slick-next:focus,
.axo-slide-style .slick-prev:focus,
.axo-slide-style .slick-next:hover {
	background: #000;
}

.axo-slide-style .slick-prev {
	left: 0px;
}

.axo-slide-style .slick-next {
	right: 0px;
}

/* dots-nav style */
.axo-slide-style .slick-dots {
	bottom: 0px;
}

.axo-slide-style .slick-dots li {
	padding: 0px;
	margin: 0px;
}

.axo-slide-style .slick-dots li button {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px;
}

.axo-slide-style .slick-prev:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f053" !important;
}

.axo-slide-style .slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054" !important;
}

.axo-slide-style .slick-dots li button:before {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.axo-slide-style .slick-dots li button:before {
	background: #fff;
	border: 1px solid var(--primary);
	content: '' !important;
	display: block;
	width: 14px !important;
	height: 14px !important;
	border-radius: 15px;
	opacity: 1 !important;
}

.axo-slide-style .slick-dots li.slick-active button:before {
	background: var(--primary);
}

#section-avis .google {
	display: block;
}

#section-avis h3 {
	text-transform: uppercase;
	color: var(--primary);
	font-weight: 500;
}

#section-avis .container {
	width: 1440px;
	max-width: 100%;
}

#section-avis .slide-avis .slick-dots {
	bottom: initial;
}

#section-avis .box-avis {
	padding: 30px 15px;
	margin: 15px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.09);
}

#section-avis .box-avis p {
	margin-bottom: 5px;
}

#section-avis .box-avis p.name {
	font-weight: bold;
}

#section-avis .box-avis p.date {
	font-weight: bold;
	font-size: 13px;
	color: var(--primary);
}

#section-avis .box-avis p.txt-avis {
	font-size: 14px;
	overflow: auto;
	height: 150px;
	padding: 10px;
	background: rgba(0, 0, 0, 0.05);
}

#section-avis .box-avis p.txt-avis::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background-color: #f5f5f5;
}

#section-avis .box-avis p.txt-avis::-webkit-scrollbar {
	width: 12px;
	background-color: #f5f5f5;
}

#section-avis .box-avis p.txt-avis::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
	background-color: #555;
}

.container-services .container {
	max-width: 1000px;
	text-align: center;
}

#content {
	margin: 20px 0 50px;
}

#content .container {
	width: 100%;
	max-width: 1440px;
	margin: auto;
}

#content .corp {
	padding: 0 15px;
}

#content h1 {
	font-size: 24px;
	text-align: center;
	margin: 50px 0;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
}

#content h1 small{
	display: block;
	text-transform: none;
	font-weight: 600;
}

#content h1:after{
	background: var(--primary);
	content: "";
	display: block;
	margin: 20px auto 0;
	width: 100px;
	height: 3px;
}

#content .chapo {
	border: 2px dotted var(--primary);
	color: #000;
	text-align: center;
	font-size: 17px;
	padding: 30px 15px;
	margin: 50px auto;
}

#content h2 {
	font-size: 18px;
	margin: 40px 0 20px;
	text-transform: uppercase;
}

#content h3 {
	display: flex;
	align-items: center;
	color: inherit;
	font-size: 17px;
	margin: 10px 0 5px;
	font-weight: 600;
}

#content h3:before {
	color: var(--primary);
	margin-right: 10px;
	font-size: 12px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0c8";
}

#content p {
	font-size: 16px;
	text-align: justify;
}

#content strong {
	color: inherit;
	font-weight: 600;
}

#content ul {
	padding-left: 20px;
	margin: 15px auto;
	list-style: none;
}

#content ul li {
	font-size: 16px;
	margin: 5px 0;
}

#content ul li:before {
	color: var(--primary);
	margin-right: 10px;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
}

#content p a,
#content li a {
	color: inherit;
	font-weight: 600;
	text-decoration: underline dotted 1px !important;
}

#content p a:hover,
#content li a:hover {
	text-decoration: none !important;
}

#content hr {
	margin: 40px auto;
}

#content .slogan {
	font-size: 20px;
	font-weight: 600;
	margin: 40px auto;
	text-align: center;
	max-width: 800px;
}

#content .center {
	text-align: center !important;
}

#content .imgD,
#content .imgG,
#content .diapoD,
#content .diapoG {
	display: flex;
	margin: 40px auto;
	justify-content: space-between;
}

#content .imgG,
#content .diapoG {
	flex-direction: row-reverse;
}

#content .imgD>div,
#content .imgG>div,
#content .diapoD>div,
#content .diapoG>div {
	width: 100%
}

#content .imgD>div:last-child,
#content .diapoD>div:last-child {
	max-width: 600px;
	margin-left: 30px;
}

#content .imgG>div:last-child,
#content .diapoG>div:last-child {
	max-width: 600px;
	margin-right: 30px;
}

#content .imgD>div:last-child img,
#content .imgG>div:last-child img,
#content .diapoD>div:last-child img,
#content .diapoG>div:last-child img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#content .bloc-txt {
	box-shadow: 0 0 10px #0002;
	padding: 20px;
	margin: 40px auto;
}

#content .bloc-txt>*:first-child,
#content .imgD>div:first-child>*:first-child,
#content .imgG>div:first-child>*:first-child,
#content .diapoD>div:first-child>*:first-child,
#content .diapoG>div:first-child>*:first-child {
	margin-top: 0;
}

#content .bloc-txt>*:last-child,
#content .imgD>div:first-child>*:last-child,
#content .imgG>div:first-child>*:last-child,
#content .diapoD>div:first-child>*:last-child,
#content .diapoG>div:first-child>*:last-child {
	margin-bottom: 0;
}

#content .diapoD .slick-list,
#content .diapoG .slick-list,
#content .diapoD .slick-track,
#content .diapoG .slick-track {
	height: 100%;
}

#content .breadcrumb {
	background: initial;
	justify-content: center;
	font-size: 14px;
	margin-bottom: 30px;
}

#content .breadcrumb a {
	color: var(--primary);
	font-weight: 600;
	text-decoration: none !important;
	transition: all 0.3s;
}

#content #foot-page {
	background: var(--primary);
	border-radius: 5px;
	color: #fff;
	padding: 30px 15px;
	margin: 15px auto;
}

#content #foot-page a {
	color: inherit;
}

#content #foot-page p {
	margin: 0;
	text-align: center;
}

.box-tel {
	color: inherit !important;
	text-decoration: none !important;
}

.box-tel:hover {
	color: inherit !important;
	text-decoration: none !important;
}

#content .bouton {
	background: var(--primary);
	border: solid 3px var(--primary);
	border-radius: 5px;
	color: #fff;
	display: table;
	text-align: center;
	font-weight: 600;
	padding: 10px 30px;
	margin: 15px auto;
	transition: .5s;
}

#content .bouton:hover {
	background: #fff;
	color: var(--primary);
	text-decoration: none;
}

@media(max-width: 991px) {

	#content .imgD,
	#content .imgG,
	#content .diapoD,
	#content .diapoG {
		flex-direction: column-reverse;
		align-items: center;
	}

	#content .imgG>div:last-child,
	#content .imgD>div:last-child,
	#content .diapoG>div:last-child,
	#content .diapoD>div:last-child {
		margin: 30px auto;
		width: 100% !important;
		max-width: 100%;
		height: auto !important;
	}
}