@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v24/kmKUZrc3Hgbbcjq75U4uslyuy4kn0olVQ-LglH6T17uj8Q4iDgNK.ttf) format('truetype');
}
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/librebaskerville/v24/kmKUZrc3Hgbbcjq75U4uslyuy4kn0olVQ-LglH6T17ujFgkiDgNK.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbFmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuaabVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWubEbVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWub2bVmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuYjalmUiA8.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  src: url(https://fonts.gstatic.com/s/roboto/v50/KFOMCnqEu92Fr1ME7kSn66aGLdTylUAMQXC89YmC2DPNWuZtalmUiA8.ttf) format('truetype');
}
@font-face {
    font-family: 'Sofiapro';
    src: url('../fonts/sofiapro-light/sofiapro-light.woff2') format('woff2'),
         url('../fonts/sofiapro-light/sofiapro-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/**** NORMALIZE ************************************************************************************/

html, body{
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	position: relative;

	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}
*{
	outline: none;
}
img {
	border: 0;
}
a {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
	display: inline;
	margin: 0;
	font-weight: normal;
	font-size: 16px;
}

/**** FIN NORMALIZE ********************************************************************************/

html, body{
	height: 100%;
	font-family: "Roboto";
	color: #656661;
}

a{
	color: #1988b5;
}


.locales{
	float: left;
	height: 24px;
	width: 55px;
	cursor: pointer;
	position: relative;
	transition: all .3s ease-in-out;
}
	.locales-current{
		float: left;
		width: 100%;
		height: 24px;
		line-height: 24px;
		padding: 0 30px 0 5px;
		box-sizing: border-box;
		color: #3c2a1c;
		font-size: 14px;
		text-transform: uppercase;
		transition: all .3s ease-in-out;
		text-align: center;
	}
	.locales:hover .locales-current,
	.locales.active .locales-current{
		background: #ffffff;
	}
		.locales-trigger{
			float: left;
			height: 20px;
			width: 20px;
			margin-top: -10px;
			border-radius: 50%;
			background: url(../images/icons/white/arrow-down-small.svg) no-repeat center center #1988b5;
			background-size: 10px;
			position: absolute;
			top: 50%;
			right: 5px;
			z-index: 2;
			transition: all .3s ease-in-out;
		}
	.locales-select{
		display: none;
		float: left;
		width: 100%;
		position: absolute;
		top: 28px;
		left: 0;
	}
	.locales:hover .locales-select,
	.locales.active .locales-select{
		background: #ffffff;
	}
		.locales-option{
			float: left;
			width: 100%;
			height: 22px;
			line-height: 22px;
			padding: 0 30px 0 5px;
			box-sizing: border-box;
			background: #ffffff;
			color: #3c2a1c;
			font-size: 14px;
			text-transform: uppercase;
			transition: all .3s ease-in-out;
			text-align: center;
		}


.citation{
	margin: 10px 0 20px 0;
	box-sizing: border-box;
}

/***************************************************************************************************/
.header{
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
	.header-left{
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: center;
		float: left;
		height: 100%;
		margin-left: 30px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
	}
		.header-menu-trigger{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			float: left;
			width: 50px;
			margin-right: 30px;
			cursor: pointer;
		}
			.header-menu-trigger-icon{
				float: left;
				width: 45px;
				height: 30px;
				position: relative;
				transition: all .3s ease-in-out;
			}
			.header-menu-trigger.active .header-menu-trigger-icon{
				width: 28px;
			}
				.header-menu-trigger-icon span{
					float: left;
					width: 100%;
					height: 3px;
					background: #1988b5;
					position: absolute;
					left: 0;
					transition: all .3s ease-in-out;
				}
				.header-menu-trigger .header-menu-trigger-icon span:nth-child(1){
					top: 0;
				}
				.header-menu-trigger .header-menu-trigger-icon span:nth-child(2){
					top: 50%;
					width: 40%;
					margin-top: -1px;
				}
				.header-menu-trigger .header-menu-trigger-icon span:nth-child(3){
					bottom: 0;
				}
				.header-menu-trigger:hover .header-menu-trigger-icon span:nth-child(2){
					width: 100%;
				}
				.header-menu-trigger.active .header-menu-trigger-icon span:nth-child(1){
					width: 100%;
					margin-top: -1px;
					bottom: auto;
					top: 50%;
					transform: rotate(45deg);
				}
				.header-menu-trigger.active .header-menu-trigger-icon span:nth-child(2){
					opacity: 0;
				}
				.header-menu-trigger.active .header-menu-trigger-icon span:nth-child(3){
					width: 100%;
					margin-top: -1px;
					bottom: auto;
					top: 50%;
					transform: rotate(-45deg);
				}
			.header-menu-trigger-label{
				float: left;
				width: 100%;
				line-height: 16px;
				margin-top: 10px;
				color: #3c2a1c;
				font-size: 14px;
				letter-spacing: 1px;
				text-transform: uppercase;
				text-align: center;
			}
		.header-locales{
		}
	.header-center{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		float: left;
		height: 100px;
		padding: 10px 0;
		box-sizing: border-box;
		position: relative;
	}
		.header-brand{
			float: left;
			height: 65px;
			margin-top: -33px;
			position: absolute;
			left: -110px;
			top: 50%;
		}
		.header-logo{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
		}
			.header-logo-image{
				float: left;
				height: 50px;
				margin-bottom: 5px;
			}
			.header-logo-name{
				float: left;
				line-height: 28px;
				color: #ae152a;
				font-family: "Libre Baskerville";
				font-size: 16px;
				font-weight: 700;
				text-transform: uppercase;
				text-align: center;
			}
	.header-right{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 100%;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
	}
		.header-booking{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			float: left;
			width: 120px;
			height: 100%;
			padding: 10px;
			box-sizing: border-box;
			background: #1988b5;
			cursor: pointer;
		}
		.header-booking:nth-child(2){
			background: #136688;
		}
			.header-booking-icon{
				width: 36px;
				height: 36px;
			}
			.header-booking-label{
				line-height: 20px;
				margin-top: 10px;
				color: #ffffff;
				font-size: 16px;
				letter-spacing: 1px;
				text-transform: uppercase;
			}
	.header-telephone{
		display: flex;
		flex-direction: row;
		align-items: center;
		float: right;
		height: 50px;
		padding: 0 20px;
		box-sizing: border-box;
		box-shadow: 0 0 10px rgba(0,0,0,0.3);
		background: #3c2a1c;
		position: absolute;
		right: 0;
		bottom: -50px;
		z-index: -1;
	}
		.header-telephone-icon{
			height: 24px;
			margin-right: 20px;
		}
		.header-telephone-label{
			color: #ffffff;
			font-size: 16px;
		}

.header-mobile{
	display: none;
	float: left;
	width: 100%;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 100px;
	background: #ffffff;
	position: relative;
	z-index: 8;
}
	.header-mobile-buttons{
		float: left;
	}
		.header-mobile-button{
			display: flex;
			justify-content: center;
			align-items: center;
			float: left;
			margin-right: 20px;
			background: #3c2a1c;
		}
			.header-mobile-button-icon{
				float: left;
				width: 36px;
				height: 36px;
				padding: 8px;
				box-sizing: border-box;
			}
	.header-mobile-locales{
		float: right;
		margin-top: 5px;
	}

@media (max-width: 1260px){

	.header-telephone{
		display: none;
	}

}

@media (max-width: 1024px){

	.header{
		height: 100px;
	}
	.header-menu-trigger-label{
		display: none;
	}
	.header-brand{
		display: none;
	}
	.header-right{
	}
	.header-booking{
		width: 100px;
	}
	.header-booking-label{
		display: none;
	}

}

@media (max-width: 768px){

	.header-left{
		margin-left: 20px;
	}
	.header-menu-trigger{
		margin-right: 0;
	}
	.header-locales{
		display: none;
	}
	.header-logo-image{
		height: 30px;
	}
	.header-logo-name{
		max-width: 200px;
		line-height: normal;
		font-size: 14px;
	}
	.header-right{
		margin-right: 20px;
	}
	.header-booking{
		height: 60px;
		width: 60px;
	}
	.header-booking:nth-child(2){
		display: none;
	}
	.header-mobile{
		display: block;
	}

}

@media (max-width: 425px){

	.header-left{
		margin-left: 10px;
	}
	.header-right{
		margin-right: 10px;
	}

	.header-booking{
		height: 48px;
		width: 48px;
	}
	.header-booking-icon{
		height: 30px;
		width: 30px;
	}

}
.booking{
	display: flex;
	flex-direction: row;
	align-items: center;
	float: left;
	height: 100px;
	padding: 20px;
	box-sizing: border-box;
	background: #c1a073;
	position: fixed;
	right: 120px;
	top: 0;
	z-index: 11;
}
	.booking-bestrate{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		float: left;
		height: 100%;
		color: #ffffff;
		text-align: center;
		position: relative;
	}
	.booking-bestrate#booking-bestrate-others{
		display: none;
	}
	.booking-bestrate:last-child{
		padding-left: 20px;
		margin-left: 20px;
		border-left: 1px solid #ffffff;
	}
		.booking-bestrate-title{
			line-height: 18px;
			margin-bottom: 6px;
			color: #3c2a1c;
			font-family: "Libre Baskerville";
			font-size: 14px;
			font-weight: 700;
			text-transform: uppercase;
		}
		.booking-bestrate-subtitle{
			line-height: 16px;
			margin-bottom: 4px;
			font-size: 14px;
		}
		.booking-bestrate-price{
			line-height: 20px;
			font-family: "Libre Baskerville";
			font-size: 18px;
			font-weight: 700;
		}

@media (max-width: 1260px) {

	.booking{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		height: auto;
		width: 100%;
		padding: 15px;
		margin-top: 100px;
		position: relative;
		right: 0;
		z-index: 7;
	}

}

@media (max-width: 768px) {

	.booking{
		flex-direction: column;
		width: 100%;
		height: auto;
		margin-top: 0;
		padding: 0;
	}
	.booking-bestrate{
		align-items: flex-start;
		height: auto;
		width: 100%;
		padding: 20px 80px 16px 20px;
		border-bottom: 1px solid #ffffff;
		margin: 0;
		border-radius: 0;
		box-sizing: border-box;
		background: none;
	}
	.booking-bestrate:last-child{
		padding: 20px 80px 16px 20px;
		margin: 0;
		border: 0;
	}
	.booking-bestrate-subtitle{
		margin-bottom: 0;
	}
	.booking-bestrate-price{
		position: absolute;
		line-height: 28px;
		right: 20px;
		top: 50%;
		margin-top: -14px;
	}

}.menu{
	float: left;
	height: 100%;
	width: 340px;
	padding-top: 100px;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	position: fixed;
	top: 0;
	left: -105%;
	z-index: 9;
}
.menu.active{
	left: 0;
}
	.menu-scrollpane{
		float: left;
		width: 100%;
		max-height: 100%;
		box-shadow: 0 0 10px rgba(0,0,0,0.5);
		background: #656661;
		overflow: auto;
	}
		.menu-buttons{
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			float: left;
			clear: both;
			width: 100%;
			padding: 14px 0;
			background: #52534e;
			box-sizing: border-box;
		}
			.menu-button{
				display: flex;
				flex-direction: row;
				justify-content: center;
				align-items: center;
				float: left;
				width: 33.33em;
				padding: 8px 0;
				border-right: 2px solid #656661;
				box-sizing: border-box;
			}
			.menu-button:last-child{
				border-right: 0;
			}
				.menu-button-icon{
					float: left;
					width: 22px;
					height: 22px;
				}
		.menu-links{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			float: left;
			clear: both;
			width: 100%;
			padding: 30px;
			box-sizing: border-box;
		}
			.menu-link-wrap{
				float: left;
				width: 100%;
				border-top: 2px solid #52534e;
				box-sizing: border-box;
			}
			.menu-link-wrap:first-chlid{
				border-top-color: transparent;
			}
			.menu-link-wrap.active,
			.menu-link-wrap:hover{
				background: #1988b4;
				border-top-color: transparent;
			}
			.menu-link-wrap.active + .menu-link-wrap,
			.menu-link-wrap:hover + .menu-link-wrap{
				border-top-color: transparent;
			}
			.menu-link-wrap.mobile{
				display: none;
			}
				.menu-link{
					float: left;
					width: 100%;
					line-height: 32px;
					padding: 0 10px;
					box-sizing: border-box;
					color: #ffffff;
					font-family: "Libre Baskerville";
					font-size: 14px;
					font-weight: 700;
					text-transform: uppercase;
					position: relative;
				}
				.menu-link-wrap.active .menu-link,
				.menu-link-wrap:hover .menu-link{
						color: #ffffff;
				}

		.menu-networks{
			float: left;
			clear: both;
			width: 100%;
			padding: 0 40px;
			margin-bottom: 30px;
			box-sizing: border-box;
		}
			.menu-networks-title{
				float: left;
				line-height: 36px;
				box-sizing: border-box;
				color: #ffffff;
				font-size: 16px;
				font-weight: bold;
				position: relative;
			}
			.menu-networks-buttons{
				float: left;
			}
				.menu-networks-button{
					float: left;
					margin-left: 15px;
					background: #52534e;
				}
					.menu-networks-button-icon{
						float: left;
						width: 36px;
						height: 36px;
						padding: 7px;
						box-sizing: border-box;
					}

@media (max-width: 1024px) {

	.menu{
		padding-top: 100px;
		z-index: 9;
	}
	.menu-link-wrap{
		padding: 0 20px;
	}
	.menu-link-wrap.mobile{
		display: block;
	}

}

@media (max-width: 600px) {

	.menu{
		width: 100%;
		min-width: 0;
	}

}.panel{
	float: right;
	width: 320px;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	background: #ffffff;
	color: #ffffff;
	overflow: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.5);
	transition: all .3s ease-in;
	position: fixed;
	right: -330px;
	top: 0;
	z-index: 101;
}
.panel.active{
	right: 0;
}
	.panel-title{
		float: left;
		width: 100%;
		line-height: 30px;
		margin-bottom: 20px;
		color: #1988b5;
		font-size: 26px;
		font-weight: 300;
		text-transform: uppercase;
		text-align: center;
	}
	.panel-form{
		float: left;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		box-sizing: border-box;
		background: #1988b5;
	}
		.panel-form-line{
			float: left;
			width: 100%;
			margin-bottom: 5px;
		}
		.panel-form-line:last-child{
			margin-bottom: 0;
		}
			.panel-form-date{
				float: left;
				width: 100%;
			}
			.panel-form-date-selected{
				float: left;
				width: 100%;
				line-height: 28px;
				background: #ffffff;
				color: #363634;
				text-align: center;
				font-size: 14px;
			}
			.panel-form-label{
				float: left;
				width: 70%;
				height: 28px;
				line-height: 28px;
				padding: 0 10px;
				box-sizing: border-box;
				background: #ffffff;
				color: #363634;
				font-size: 14px;
			}
			.panel-form-input{
				float: left;
				width: 30%;
				height: 28px;
				line-height: 28px;
				border: 0;
				box-sizing: border-box;
				background: #ffffff;
				color: #363634;
				padding-left: 10px;
			}
			.panel-form-more{
				float: left;
				height: 28px;
				line-height: 28px;
				color: #ffffff;
				font-size: 12px;
			}
			.panel-form-submit{
				float: right;
				width: 30%;
				height: 28px;
				line-height: 28px;
				padding: 0;
				margin: 0;
				border: 0;
				background: #ffffff;
				color: #363634;
				text-transform: uppercase;
				font-weight: bold;
				font-size: 12px;
				cursor: pointer;
			}

	.panel-bestrates{
		float: left;
		width: 100%;
		padding-top: 15px;
		border-top: 1px solid #ffffff;
		margin-top: 20px;
	}
		.panel-bestrates-title{
			float: left;
			width: 100%;
			color: #ffffff;
			font-size: 18px;
			margin-bottom: 15px;
			text-transform: uppercase;
			text-align: center;
		}
		.panel-bestrate{
			display: flex;
			flex-direction: row;
			justify-content: space-between;
			align-items: center;
			float: left;
			width: 100%;
			line-height: 20px;
			margin-bottom: 10px;
			position: relative;
		}
		.panel-bestrate:last-child{
			margin-bottom: 0;
		}
		#panel-bestrate {
			font-weight: 700;
		}
			.panel-bestrate-title{
				float: left;
				font-size: 16px;
			}
			.panel-bestrate-price{
				float: left;
				font-size: 18px;
				margin-left: 20px;
			}
				.panel-bestrate-price span{
					font-size: 16px;
				}

	.panel-booking-more{
		float: left;
		width: 100%;
		padding: 10px;
		margin-bottom: 10px;
		background: #1988b5;
		box-sizing: border-box;
	}
		.panel-booking-more-line{
			float: left;
			width: 100%;
			margin-bottom: 2px;
		}
		.panel-booking-more-line:last-child{
			margin-bottom: 0;
		}
			.panel-booking-more-button{
				float: left;
				width: 100%;
				padding: 5px;
				box-sizing: border-box;
				background: rgba(255,255,255,0.2);
				color: #ffffff;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
				cursor: pointer;
			}
			.panel-booking-more-text{
				display: none;
				float: left;
				width: 100%;
				line-height: 18px;
				padding: 10px;
				box-sizing: border-box;
				color: #ffffff;
				font-size: 12px;
				text-align: center;
			}

	.panel-accent{
		float: left;
		width: 100%;
		padding: 10px;
		background: #1988b5;
		color: #ffffff;
		box-sizing: border-box;
	}
		.panel-accent-title{
			float: left;
			width: 100%;
			line-height: 14px;
			padding-left: 110px;
			margin-bottom: 10px;
			box-sizing: border-box;
			background: url(../images/logos/accent.png) no-repeat center left;
			background-size: 100px auto;
			color: #ffffff;
			font-size: 14px;
			text-align: center;
		}
		.panel-accent-buttons{
			float: left;
			width: 100%;
		}
			.panel-accent-button{
				float: left;
				width: 100%;
				padding: 5px;
				margin-bottom: 2px;
				box-sizing: border-box;
				background: rgba(255,255,255,0.2);
				color: #ffffff;
				font-size: 14px;
				font-weight: 500;
				text-align: center;
			}
			.panel-accent-button:last-child{
				margin-bottom: 0;
			}

.panel-overlay{
	display: none;
	float: right;
	width: 100%;
	height: 100%;
	padding-right: 320px;
	box-sizing: border-box;
	background: rgba(255, 255, 255, 0.6);
	position: fixed;
	top: 0;
	right: 0;
	z-index: 100;
}
	.panel-overlay-content{
		float: right;
		width: 100%;
		height: 100%;
		position: relative;
	}
		.panel-overlay-close{
			float: right;
			width: 40px;
			height: 40px;
			background: url(../images/icons/blue/close.svg) no-repeat center center #ffffff;
			background-size: 45%;
			box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
			cursor: pointer;
		}

.panel-open{
	overflow: hidden;
}

@media (max-width: 425px){

	.panel{
		width: 100%;
		/*padding-top: 80px;*/
		right: -100%;
	}
	.panel-title{
		text-align: left;
		padding-right: 40px;
		box-sizing: border-box;
	}
	.panel-overlay{
		height: auto;
		width: auto;
		padding: 0;
		margin-top: 20px;
		margin-right: 20px;
		z-index: 102;
	}
	.panel-overlay-close{
		width: 30px;
		height: 30px;
		background-size: 45%;
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	}

}.precontent{
	float: left;
	width: 100%;
	height: 300px;
	margin-top: 100px;
	position: relative;
	z-index: 2;
}
.precontent.accueil{
	height: 500px;
}
	.precontent::after{
		content: "";
		width: 100%;
		height: 12px;
		background: url(../images/decoration/frise.png) repeat-x center center;
		position: absolute;
		left: 0;
		bottom: -12px;
	}
	.precontent-diaporama{
		float: left;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.precontent-accueil{
		float: left;
		width: 550px;
		height: 100%;
		position: absolute;
		top: 0;
		left: -500px;
		z-index: 2;
		transition: all .3s ease-in-out;
	}
	.precontent-accueil.active{
		left: 0;
	}
		.precontent-accueil-content{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			float: left;
			width: 530px;
			height: 100%;
			padding: 30px 80px;
			box-sizing: border-box;
			background: -moz-linear-gradient(left, rgba(25,136,181,0.8) 0%, rgba(25,136,181,1) 100%);
			background: -webkit-linear-gradient(left, rgba(25,136,181,0.8) 0%,rgba(25,136,181,1) 100%);
			background: linear-gradient(to right, rgba(25,136,181,0.8) 0%,rgba(25,136,181,1) 100%);
			filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1988b5', endColorstr='#1988b5',GradientType=1 );
			position: relative;
			z-index: 1;
		}
			.precontent-accueil-title{
				color: #ffffff;
				line-height: 24px;
				padding-bottom: 10px;
				margin-bottom: 30px;
				font-size: 18px;
				font-weight: 900;
				text-align: center;
				letter-spacing: 1px;
				position: relative;
			}
				.precontent-accueil-title span{
					color: #c1a073;
					line-height: 48px;
					font-family: "Libre Baskerville";
					font-size: 26px;
					font-weight: 700;
					text-transform: uppercase;
				}
				.precontent-accueil-title::after{
					content: "";
					width: 100px;
					height: 2px;
					margin-left: -50px;
					background: #c1a073;
					position: absolute;
					bottom: 0;
					left: 50%;
				}
			.precontent-accueil-text{
				float: left;
				width: 100%;
				line-height: 20px;
				color: #ffffff;
				text-align: center;
			}
		.precontent-accueil-trigger{
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			float: left;
			width: 40px;
			height: 100%;
			margin-left: -20px;
			position: relative;
			z-index: 2;
		}
			.precontent-accueil-trigger-button {
				float: left;
				width: 40px;
				height: 40px;
				box-sizing: border-box;
				border-radius: 50%;
				background: #1988b5;
				cursor: pointer;
			}
				.precontent-accueil-trigger-button-icon{
					width: 100%;
					height: 100%;
					padding: 10px;
					box-sizing: border-box;
				}
				.precontent-accueil-trigger-button-icon.close{
					display: none;
				}
				.precontent-accueil.active .precontent-accueil-trigger-button-icon.open{
					display: none;
				}
				.precontent-accueil.active .precontent-accueil-trigger-button-icon.close{
					display: block;
				}

@media (max-width: 1260px) {

	.precontent{
		height: auto;
		margin-top: 0;
		position: relative;
	}
	.precontent.accueil{
		height: auto;
	}
	.precontent-accueil{
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0 !important;
	}
	.precontent-accueil-content{
		width: 100%;
		padding: 30px;
		background: #1988b5;
	}
	.precontent-accueil-logo{
		display: none;
	}
	.precontent-accueil-trigger{
		display: none;
	}

	.precontent-diaporama{
		height: 400px;
	}

}

@media (max-width: 1024px) {

	.precontent-diaporama{
		height: 300px;
	}

}

@media (max-width: 768px) {

	.precontent-diaporama{
		height: 200px;
	}
	.precontent-accueil-title span{
		font-size: 20px;
	}

}
.diaporama{
	float: left;
	width: 100%;
	height: 100%;
	position: relative;
}
	.diaporama_slide{
		float: left;
		width: 100%;
		height: 100%;
		background: no-repeat center center;
		background-size: cover;
	}.content{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	padding: 60px 30px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
	.content.accueil{
		padding: 50px 30px 100px 30px;
	}
	.content.accueil::before{
		content: "";
		width: 100%;
		height: 300px;
		background: #c1a073;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.accueil .content-bottom .text{
		color: #3c2a1c !important;
		text-align: center;
		font-weight: 500;
		font-size: 18px;
	}
	.content-top,
	.content-middle,
	.content-bottom{
		float: left;
		width: 100%;
		margin-bottom: 50px;
		max-width: 1180px;
		position: relative;
		z-index: 2;
	}
	.content-top:last-child,
	.content-middle:last-child,
	.content-bottom:last-child{
		margin-bottom: 0;
	}
		.content-left{
			float: left;
			width: 48%;
			margin-right: 4%;
		}
		.content-right{
			float: right;
			width: 48%;
		}

.content-goto{
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.content-goto#goto-top{
	top: auto;
	bottom: 0;
}
	.content-goto-bar{
		float: left;
		width: 100%;
		height: 5px;
		background: #000000;
	}
	.content-goto-arrow{
		float: left;
		height: 16px;
	}

@media (max-width: 1260px) {

	.content{
		padding: 60px 30px !important;
	}
	.content.accueil::before{
		height: 260px;
	}
	.content-goto{
		display: none;
	}

}

@media (max-width: 1024px) {

	.content-left{
		width: 100%;
		margin: 0 0 40px 0;
	}
	.content-right{
		width: 100%;
	}

}

@media (max-width: 850px) {
	.collectionAccueil_boutique{
		flex-direction: column-reverse !important;
	}
	.collectionAccueil_boutique-content{
		max-width: calc(100% - 60px) !important;
	}
	.collectionAccueil_boutique-image{
		height: 175px !important;
	}
}.breadcrumb{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	float: left;
	width:100%;
	margin-bottom: 40px;
}
	.breadcrumb_button {
		float: left;
		margin-right: 5px;
		color: #b4b5b0;
		font-size: 13px;
		font-weight: 300;
	}
	.breadcrumb_button::after{
		content: '>';
		color: #b4b5b0 !important;
		margin-left: 5px;
	}
	.breadcrumb_button:last-child{
		margin-right: 0;
	}
	.breadcrumb_button:last-child::after{
		display: none;
	}


@media(max-width: 1024px){
	.breadcrumb{
		display:none;
	}
}.text{
	float: left;
	width: 100%;
	line-height: 24px;
	margin-bottom: 50px;
	color: #52534e;
	font-weight: 300;
}
.text:last-child{
	margin-bottom: 0;
}

@media (max-width: 850px) {
	.collectionAccueil_boutique{
		
	}
}.social{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	padding: 60px 30px;
	box-sizing: border-box;
	background: #3c2a1c;
	position: relative;
	z-index: 4;
}
	.social-center{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		float: left;
	}
		.social-bloc{
			float: left;
			margin: 0 40px;
		}
		.social-toh{
		}
			.social-toh-image{
				float: left;
				height: 120px;
			}
		.social-contact{
			display: flex;
			flex-direction: column;
			align-items: flex-start;
		}
			.social-contact-header{
				display: flex;
				flex-direction: column;
				float: left;
				line-height: 20px;
				padding-left: 50px;
				margin-bottom: 30px;
				box-sizing: border-box;
				font-family: "Libre Baskerville";
				font-size: 16px;
				font-weight: 700;
				text-transform: uppercase;
				position: relative;
			}
				.social-contact-header-logo{
					width: 80px;
					height: 93px;
					position: absolute;
					left: -18px;
					bottom: 4px;
				}
				.social-contact-header-stars{
					float: left;
					width: 100%;
					height: 14px;
					margin-bottom: 4px;
				}
					.social-contact-header-star{
						float: left;
						height: 100%;
						margin-right: 2px;
					}
				.social-contact-header-name{
					float: left;
					width: 100%;
					color: #ffffff;
					margin-bottom: 2px;
				}
				.social-contact-header-brand{
					float: left;
					width: 100%;
					color: #1988b5;
				}
			.social-contact-address{
				display: flex;
				flex-direction: column;
				float: left;
				line-height: 20px;
				font-size: 14px;
			}
				.social-contact-address-place{
					color: #c1a073;
					font-weight: 500;
				}
				.social-contact-address-telephone{
					color: #c1a073;
					font-weight: 700;
				}
		.social-reviews{
			display: flex;
			flex-direction: column;
			align-items: center;
		}
			.social-reviews-title{
				float: left;
				padding: 0 40px 10px 0;
				margin: 18px 0 42px 0;
				background: url(../images/icons/white/reviews.svg) no-repeat right top;
				background-size: 25px;
				color: #ffffff;
				font-family: "Libre Baskerville";
				font-size: 16px;
				font-weight: 700;
				text-transform: uppercase;
			}
			.social-reviews-logo{
				float: left;
				height: 60px;
			}
		.social-handicap{
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
			float: left;
			padding: 20px;
			box-sizing: border-box;
			box-shadow: 0 0 30px #000000;
			background: #ffffff;
		}
			.social-handicap-logo{
				float: left;
				height: 70px;
				margin-right: 15px;
			}
			.social-handicap-text{
				float: left;
				color: #024a94;
				text-transform: uppercase;
				letter-spacing: 1px;
				cursor: default;
			}


@media (max-width: 1260px) {

	.social-center{
		flex-direction: column;
	}
	.social-bloc{
		margin: 35px 0;
	}
	.social-bloc:first-child{
		margin-top: 0;
	}
	.social-bloc:last-child{
		margin-bottom: 0;
	}
	.social-seh{
		align-items: center;
	}
	.social-seh-logo{
		height: 45px;
		margin-bottom: 20px;
	}
	.social-seh-text{
		line-height: 16px;
		font-size: 12px;
		text-align: center;
	}

	.social-contact{
		align-items: center;
		margin-top: 60px;
	}
	.social-contact-header{
		margin-bottom: 20px;
	}
	.social-contact-address{
		text-align: center;
	}

	.social-reviews-title{
		margin: 0 0 10px 0;
	}

}

@media (max-width: 768px) {

	.social{
		padding: 30px;
	}
	.social-bloc{
		margin: 20px 0;
	}
	.social-contact{
		margin-top: 40px;
	}

}.footer{
	float: left;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #1988b5;
	position: relative;
	z-index: 3;
}
	.footer-buttons{
		float: right;
	}
		.footer-button{
			float: left;
			line-height: 20px;
			margin-right: 20px;
			color: #ffffff;
			font-size: 14px;
		}
		.footer-juliana{
			float: left;
			line-height: 20px;
			color: #ffffff;
			font-size: 14px;
		}
			.footer-juliana a{
				color: #ffffff;
			}

@media (max-width: 1024px) {

	.footer{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer-button{
		display: none;
	}

}.sidebar{
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 40px;
	height: 300px;
	position: fixed;
	right: 0;
	top: 110px;
	z-index: 11;
}
.sidebar.accueil{
	height: 500px;
}
	.sidebar-item {
		float: left;
		width: 300px;
		height: 35px;
		margin: 3px 0;
		box-sizing: border-box;
		cursor: pointer;
		transition: all .3s ease-in;
	}
	.sidebar-item:hover {
		margin-left: -265px;
	}
		.sidebar-item-pictos{
			float: left;
			width: 35px;
			height: 35px;
			background: #3c2a1c;
			position: relative;
			transition: all .3s ease-in;
			position: relative;
			z-index: 2;
		}
		.sidebar-item:hover .sidebar-item-pictos{
			background: #1988b5;
		}
			.sidebar-item-picto{
				float: left;
				width: 100%;
				height: 100%;
				padding: 7px;
				box-sizing: border-box;
				transition: all .3s ease-in;
				position: absolute;
				left: 0;
				top: 0;
			}
		.sidebar-item-label{
			float: left;
			width: 265px;
			height: 35px;
			line-height: 35px;
			padding: 0 10px;
			box-sizing: border-box;
			background: rgba(25, 136, 181, 0.75);
			color: #ffffff;
			font-size: 13px;
			font-weight: 500;
			opacity: 0;
			letter-spacing: 1px;
			text-transform: uppercase;
			transition: all .3s ease-in;
			position: relative;
			z-index: 1;
		}
		.sidebar-item:hover .sidebar-item-label{
			opacity: 1;
		}

@media (max-width: 1260px){

	.sidebar{
		display: none;
	}

}.popupCovid{
	display: none;
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 998;
}
	.popupCovid_content{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: flex-start;
		float: left;
		width: 100%;
		height: 100%;
		padding: 30px;
		box-sizing: border-box;
		position: relative;
		z-index: 2;
		overflow: auto;
	}
		.popupCovid_overlay{
			float: left;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,0.3);
			position: fixed;
			top: 0;
			left: 0;
			z-index: 1;
			opacity: 0;
			transition: all .5s ease-in-out;
		}
		.popupCovid.active .popupCovid_overlay{
			opacity: 1;
		}
		.popupCovid_frame{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			float: left;
			padding: 30px;
			max-width: 800px;
			margin-top: -100vh;
			box-sizing: border-box;
			background: #ffffff;
			text-align: center;
			position: relative;
			z-index: 2;
			opacity: 0;
			transition: all .5s ease-in-out;
		}
		.popupCovid.active .popupCovid_frame{
			margin-top: 10vh;
			opacity: 1;
		}
			.popupCovid_close{
				float: left;
				height: 30px;
				width: 30px;
				padding: 10px;
				box-sizing: border-box;
				position: absolute;
				right: 0;
				top: 0;
				cursor: pointer;
			}
				.popupCovid_close-icon{
					float: left;
					width: 100%;
				}
			.popupCovid_title{
				float: left;
			    color: #595660;
				font-size: 20px;
				font-weight: 600;
				margin-bottom: 20px;
			}
			.popupCovid_text{
				float: left;
				color: #595660;
				margin-bottom: 20px;
			}
