.scrolled:not(.search-overlay--open) .o-header{
	box-shadow: none;
}

.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}

.img-responsive-full{
	display: block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

hr{
	width: 5rem;
	height: 0.2rem;
	margin: 0 auto 3rem;
	border: 0;
	background-color: #001022;
	display: block;
}

.floor-margin{
	margin-bottom: 4.5rem;
}

@media (max-width: 63.99875em) {
	.floor-margin{
		margin-bottom: 6.5rem;
	}
}

.a-button.a-button-white{
	background-color: #FFF;
	color: #001022;
	margin-top: 2.5rem;
}

body:not(.touch) .a-button.a-button-white:hover{
	background-color: #F6F7F7;
}

.a-button.a-button-blue{
	background-color: #001022;
	color: #FFF;
	margin-top: 2.5rem;
	border: 1px solid #001022;
}

body:not(.touch) .a-button.a-button-blue:hover{
	background-color: #484E51;
}

.a-button.a-button-blue-border{
	background-color: #FFF;
	color: #001022;
	margin-top: 2.5rem;
	border: 1px solid #001022;
}

body:not(.touch) .a-button.a-button-blue-border:hover{
	background-color: #F6F7F7;
}

.title{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 3rem;
	line-height: 4.7rem;
	margin: 0 0 0.8rem;
	font-weight: 400;
}

.subtitle{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 2.4rem;
	line-height: 4rem;
	margin: 0 0 2rem;
	font-weight: 400;
}

.subsubtitle{
	font-family: loccitaneserif,ui-serif,Georgia,Cambria,times new roman,Times,serif;
	font-size: 1.8rem;
	line-height: 2.4rem;
	margin: 0 0 0.8rem;
	font-weight: 400;
}

.med-paragraph{
	font-size: 1.6rem;
	line-height: 2.4rem;
	margin: 0;
}

.paragraph{
	font-size: 1.4rem;
	line-height: 2rem;
	margin: 0;
}

.white{
	color: #FFF;
}

.light-black{
	color: #1E1E1E;
}

.floor-intro{
	position: relative;
}

.floor-intro .abs-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 38.75%;
	max-width: 558px;
	text-align: center;
}

.floor-intro .logo-occitane-hermes{
	width: 43.18996415770609%;
	margin: 0 auto 5rem;
}

@media (max-width: 63.99875em) {
	.floor-intro .abs-container{
		width: 92%;
	}
}

@media (min-width: 64em) and (max-width: 70em) {
	.floor-intro .abs-container{
		max-width: 100%;
		width: 60%;
	}

	.floor-intro .logo-occitane-hermes{
		width: 30%;
		margin: 0 auto 2.5rem;
	}
}

.floor-ancres .list-ancres{
	padding: 1.6rem;
	display: flex;
	justify-content: center;
	gap: 8px;
	background-color: #fffefa;
	transition: top .1s cubic-bezier(.7,0,.3,1);
}

.floor-ancres .list-ancres__item{
	border: 1px solid #6A767B;
	color: #6A767B;
	font-size: 1.2rem;
	line-height: 1.6rem;
	padding: 1.2rem 1.6rem;
	border-radius: 8rem;
	transition: background-color .2s cubic-bezier(.7,0,.3,1);
	cursor: pointer;
}

.floor-ancres .list-ancres__item a{
	color: #6A767B;
}

.floor-ancres .list-ancres__item.list-ancres__item--active{
	background-color: #001022;
	color: #FFF;
}

.floor-ancres.nav-fixed{
	height: 74px;
}

.floor-ancres.nav-fixed .list-ancres{
	position: fixed;
	top: 116px;
	left: 0;
	width: 100%;
	z-index: 9;
}

.floor-ancres.nav-fixed.nav-fixed-up .list-ancres{
	top: 158px;
	transition: top .5s cubic-bezier(.7,0,.3,1);
}

@media (min-width: 64em) and (max-width: 76.125em) {
	.floor-ancres.nav-fixed .list-ancres{
		top: 140px;
	}

	.floor-ancres.nav-fixed.nav-fixed-up .list-ancres{
		top: 190px;
	}
}

@media (max-width: 63.99875em) {
	.floor-ancres .list-ancres{
		flex-wrap: nowrap;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		justify-content: flex-start;
	}

	.floor-ancres .list-ancres::-webkit-scrollbar{
		display: none;
	}

	.floor-ancres .list-ancres__item{
		flex: 0 0 auto;
	}

	.floor-ancres.nav-fixed .list-ancres{
		top: 93px;
		box-shadow: rgba(0,0,0,.42) 0 0 5.4rem;
	}

	.floor-ancres.nav-fixed.nav-fixed-up .list-ancres{
		top: 153px;
	}
}

body:not(.touch) .floor-ancres .list-ancres__item:hover{
	transition: background-color .2s cubic-bezier(.7,0,.3,1);
	background-color: #001022;
	color: #FFF;
}

body:not(.touch) .floor-ancres .list-ancres__item:hover a{
	transition: background-color .2s cubic-bezier(.7,0,.3,1);
	background-color: #001022;
	color: #FFF;
}

.floor-common{
	text-align: center;
}

.floor-common .text-container{
	padding: 4rem 0;
	margin: 0 auto;
}

.floor-common .text-container-small{
	margin: 0 auto;
}

.floor-common .text-left-right{
	margin-top: 4rem;
}

/* .floor-common .text-left-right .paragraph{
	text-align: left;
} */

@media (max-width: 63.99875em) {
	.floor-common .text-container, .floor-common .text-container-small{
		width: 92%;
	}

	.floor-common .text-left-right{
		margin-top: 2rem;
	}

	.floor-common .text-left-right .paragraph:last-child{
		margin-top: 2rem;
	}
}

@media (min-width: 64em) {
	.floor-common .text-container{
		width: 750px;
	}

	.floor-common .text-container-small{
		width: 550px;
	}

	/* .floor-common .text-left-right .paragraph{
		width: 50%;
	}

	.floor-common .text-left-right .paragraph:last-child{
		margin-left: 50%;
	} */

	.floor-common .text-left-right .paragraph:last-child{
		margin-top: 4rem;
	}
}

.floor-genese .slider-genese{
	margin-bottom: 4rem;
}

@media (max-width: 63.99875em) {
	.floor-genese .slider-genese:after {
		content: 'flickity';
		display: none;
	}

	.floor-genese .slider-genese__item{
		width: 48%;
		margin: 0 4px;
	}

	.floor-genese .text-container-small{
		text-align: left;
	}
}

@media (min-width: 64em) {
	.floor-genese .slider-genese{
		display: flex;
		justify-content: center;
		gap: 16px;
	}

	.floor-genese .slider-genese__item{
		width: 18.75%;
	}
}

.floor-occitane-provence .slider-loccitane-en-provence-collection{
	margin-bottom: 4rem;
}

.floor-occitane-provence .slider-loccitane-en-provence-collection__item{
	width: 52.22222222222222%;
	margin: 0 16px;
	opacity: 0.4;
}

.floor-occitane-provence .slider-loccitane-en-provence-collection__item.is-selected{
	opacity: 1;
}

.floor-occitane-provence .slider-loccitane-en-provence-collection__item .text-slide-container{
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0 10%;
}

.floor-occitane-provence .slider-loccitane-en-provence-services__item .paragraph{
	margin-top: 1.5rem;
}

.floor-occitane-provence .slider-loccitane-en-provence-services{
	display: flex;
	justify-content: center;
	gap: 16px;
	margin-top: 4rem;
}

.floor-occitane-provence .slider-loccitane-en-provence-services__item{
	width: 13.88888888888889%;
}

@media (max-width: 63.99875em) {
	.floor-occitane-provence .slider-loccitane-en-provence-collection__item{
		width: 72.53333333333333%;
		margin: 0 8px;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-collection__item .text-slide-container{
		padding: 3rem 10%;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-services{
		margin-top: 4rem;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-services__item{
		width: 42%;
	}

	/* .floor-occitane-provence .slider-loccitane-en-provence-services:after {
		content: 'flickity';
		display: none;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-services__item{
		width: 48%;
		margin: 0 4px;
	} */

}

@media (min-width: 64em) {
	.floor-occitane-provence .slider-loccitane-en-provence-collection__item{
		display: flex;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-collection__item .text-slide-container{
		border-top: 1px solid #B2B2B2;
		border-right: 1px solid #B2B2B2;
		border-bottom: 1px solid #B2B2B2;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-collection__item .img-container{
		width: 48%;
	}

	.floor-occitane-provence .slider-loccitane-en-provence-collection__item .text-slide-container{
		width: 52%;
	}

}

.floor-pierre-herme .list-nav{
	font-size: 1.8rem;
	line-height: 2.4rem;
	text-align: left;
}

.floor-pierre-herme .list-nav__item{
	color: #757575;
	cursor: pointer;
	position: relative;
}

.floor-pierre-herme .list-nav__item--active{
	color: #1E1E1E;
}

.floor-pierre-herme .list-nav__item:not(:last-child){
	margin-bottom: 3.5rem;
}

.floor-pierre-herme .slider-products{
	display: none;
}

.floor-pierre-herme .slider-products.slider-products--active{
	display: block;
}

.floor-pierre-herme .slider-products__item{
	width: 27.21774193548387%;
	margin: 0 4px;
	animation: fillHeight 0s 0.1s linear forwards;overflow: hidden;
}

@keyframes fillHeight {
    0% {
        height: auto;
    }
    100% {
        height: 100%;
    }
}

.floor-pierre-herme .slider-products__item .paragraph{
	margin-top: 2rem;
}

@media (max-width: 63.99875em) {
	.floor-pierre-herme .list-nav{
		display: flex;
		justify-content: center;
		align-items: flex-start;
		gap: 30px;
	}

	.floor-pierre-herme .list-nav__item .hidden-m{
		display: none;
	}

	.floor-pierre-herme .list-nav__item--active:after{
		content: "";
		position: absolute;
		bottom: -1rem;
		left: 50%;
		transform: translateX(-50%);
		width: 3.2rem;
		height: 0.2rem;
		background-color: #001022;
	}

	.floor-pierre-herme .slider-products__item{
		width: 70.93333333333333%;
		margin: 0 8px;
	}

	.floor-pierre-herme .slider-products__item .paragraph{
		padding: 0 5rem;
	}
}

@media (min-width: 64em) {
	.floor-pierre-herme .flex-container{
		display: flex;
		align-items: center;
		justify-content: flex-end;
	}

	.floor-pierre-herme .nav-container{
		width: 30.97222222222222%;
	}

	.floor-pierre-herme .slider-pierre-herme-container{
		width: 69.02777777777778%;
	}

	.floor-pierre-herme .list-nav{
		padding-left: 30%;
	}

	.floor-pierre-herme .list-nav__item{
		display: flex;
		justify-content: flex-start;
		align-items: center;
	}

	.floor-pierre-herme .list-nav__item .tiret{
		content: "";
		width: 0;
		height: 0.1rem;
		background-color: #001022;
		transition: width ease-out 0.3s;
	}

	.floor-pierre-herme .list-nav__item:hover{
		color: #1E1E1E;
	}

	.floor-pierre-herme .list-nav__item--active .tiret, .floor-pierre-herme .list-nav__item:hover .tiret{
		width: 1.2rem;
		margin-right: 1rem;
		transition: width ease-out 0.3s;
	}

	.floor-pierre-herme .slider-products__item{
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}

	.floor-pierre-herme .slider-products__item{
		padding-top: 0.4rem;
	}

	.floor-pierre-herme .slider-products__item:first-child{
		width: 36.49193548387097%;
	}
}

.floor-cafe-occitane .logo-cafe-occitane{
	margin: 0 auto 3rem;
}

.floor-cafe-occitane .flex-ctas{
	display: flex;
	gap: 10px;
}

@media (max-width: 63.99875em) {
	.floor-cafe-occitane .flex-ctas{
		justify-content: center;
	}

	.floor-cafe-occitane .flex-container .img-container{
		padding: 0 1.6rem;
	}

	.floor-cafe-occitane .img-container.floor-margin{
		margin-bottom: 0;
	}

	.floor-cafe-occitane .hidden-m{
		display: none;
	}
}

@media (min-width: 64em) {
	.floor-cafe-occitane .flex-container{
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.floor-cafe-occitane .flex-container-reverse{
		flex-direction: row-reverse;
	}

	.floor-cafe-occitane .flex-container .img-container, .floor-cafe-occitane .flex-container .text-container{
		width: 50%;
		text-align: left;
	}

	.floor-cafe-occitane .flex-container .text-container{
		padding: 0 10%;
	}

	.floor-cafe-occitane .hidden-d{
		display: none;
	}
}

.floor-contact{
	padding: 0 1rem;
}

.floor-contact .med-paragraph{
	margin-bottom: 2rem;
}

.floor-contact .contact-container{
	text-align: left;
}

.floor-contact .flex-row{
	display: flex;
	align-items: center;
}

.floor-contact .flex-row:not(:last-child){
	margin-bottom: 1rem;
}

.floor-contact .flex-row .paragraph{
	margin-left: 1rem;
}

.floor-contact .paragraph-margin{
	margin-bottom: 1rem;
}

@media (max-width: 63.99875em) {
	.floor-contact{
		padding: 0 8%;
	}

	.floor-contact .contact-item:not(:last-child){
		margin-bottom: 4rem;
	}
}

@media (min-width: 64em) {

	.floor-contact .contact-container{
		display: flex;
		justify-content: center;
		gap: 6%;
	}
}

.reserve-table{
	position: fixed;
	background-color: rgba(0, 16, 34, 0.6);
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	display: none;
}

.reserve-table.open-modal{
	display: flex;
}

.reserve-table.close-modal{
	display: none;
}

.reserve-table .reserve-table-container{
	width: 60%;
}

.reserve-table .cross{
	position: absolute;
	width: 5rem;
	height: 5rem;
	margin: 0 auto;
	border-radius: 50% 50%;
	top: 0.5rem;
	right: 0.5rem;
	cursor: pointer;
	outline: none;
}

.reserve-table .cross::before{
	background: #FFF;
	position: absolute;
	display:block;
	content:'';
	width: 70%;
	height: 6%;
	top: 47%;
	left: 15%;
	transform: rotate(45deg);
}

.reserve-table .cross::after{
	background: #FFF;
	position: absolute;
	display:block;
	content:'';
	width: 6%;
	height: 70%;
	left: 47%;
	top: 15%;
	transform: rotate(45deg);
}

.reserve-table iframe{
	min-height:85vh;
}

@media (max-width: 63.99875em) {
	.reserve-table .reserve-table-container{
		width: 90%;
	}

	.reserve-table .cross{
		width: 3rem;
		height: 3rem;
	}

	.reserve-table iframe{
		min-height:60vh;
	}
}