
.juliana-lg .lightbox-title {
	background: #6D6563;
    color: #ffffff;
    border-bottom: 0;
    font-size: 20px;
}

.juliana-lg #lg-gallery .thumb-cont{
	background: #718CA1;
    border-top: 0;
}@font-face{
	font-family: 'forum';
	src: url('../fonts/forum/forum.eot');
	src: url('../fonts/forum/forum.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/forum/forum.woff') format('woff'),
		 url('../fonts/forum/forum.ttf') format('truetype'),
		 url('../fonts/forum/forum.svg#forum') format('svg');
	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: 14px;
	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: 14px;
}

.h2{
	margin: 0;
	padding: 0;
	font-size: 24px;
	font-weight: bold;
}

.h3{
	margin: 0;
	padding: 0;
	font-size: 18px;
	font-weight: bold;
}

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

body{
	color: #6D6563;
	font-family: 'forum', Arial, Helvetica, sans-serif;
	font-size: 20px;
}
a{
	color: #354D62;
}
.citation{
	font-size: 16px;
	margin: 10px 0 20px 0;
}


.locales{
	float: left;
	height: 40px;
	width: 54px;
	margin-right: 10px;
	cursor: pointer;
	position: relative;
	transition: all .3s ease-in-out;
}
	.locales-selected{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		float: left;
		width: 100%;
		height: 100%;
		box-sizing: border-box;
		transition: all .3s ease-in-out;
	}
	.locales:hover .locales-selected,
	.locales.active .locales-selected{
		background: rgba(255, 255, 255, 0.1);
	}
		.locales-current{
			float: left;
			line-height: 20px;
			color: #ffffff;
			margin-right: 10px;
			font-size: 16px;
			text-transform: uppercase;
			text-align: center;
		}
		.locales-trigger{
			float: left;
			height: 6px;
			transition: all .3s ease-in-out;
		}
		.locales.active .locales-trigger{
			transform: scaleY(-1);
		}
	.locales-select{
		display: none;
		float: left;
		width: 100%;
		box-sizing: border-box;
		position: absolute;
		top: 42px;
		left: 0;
	}
		.locales-option{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			float: left;
			width: 100%;
			height: 40px;
			background: rgba(255, 255, 255, 0.1);
			color: #ffffff;
			font-size: 16px;
			text-transform: uppercase;
			transition: all .3s ease-in-out;
			text-align: center;
		}
		.locales-option:hover{
			background: rgba(255, 255, 255, 0.2);
		}.topbar{
	display: none;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	float: left;
	width: 100%;
	height: 80px;
	padding: 20px;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	background: #718ca1;
	position: fixed;
	z-index: 10;
}
	.topbar-left{
		float: left;
	}
		.topbar-menu-trigger{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			cursor: pointer;
		}
			.topbar-menu-trigger-icon{
				float: left;
				width: 40px;
				height: 30px;
				position: relative;
			}
				.topbar-menu-trigger-icon span{
					width: 100%;
					height: 6px;
					border-radius: 5px;
					background: #ffffff;
					position: absolute;
					transition: all .3s ease-in-out;
				}
				.topbar-menu-trigger-icon span:nth-child(1){
					left: 0;
					top: 0;
				}
				.topbar-menu-trigger-icon span:nth-child(2){
					left: 0;
					top: 12px;
				}
				.topbar-menu-trigger-icon span:nth-child(3){
					left: 0;
					bottom: 0;
				}
				.topbar-menu-trigger.active .topbar-menu-trigger-icon span:nth-child(1){
					top: 12px;
					transform: rotate(45deg);
				}
				.topbar-menu-trigger.active .topbar-menu-trigger-icon span:nth-child(2){
					opacity: 0;
				}
				.topbar-menu-trigger.active .topbar-menu-trigger-icon span:nth-child(3){
					bottom: 12px;
					transform: rotate(-45deg);
				}
			.topbar-menu-trigger-label{
				line-height: 20px;
				margin-top: 10px;
				color: #ffffff;
				font-size: 20px;
				text-transform: uppercase;
			}
	.topbar-right{
		float: right;
	}
		.topbar-buttons{
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.topbar-button{
				float: left;
				height: 40px;
				margin-right: 10px;
				border-left: 1px solid #cccccc;
			}
			.topbar-button.alt{
				background: #ffffff;
				padding-right: 10px;
			}
				.topbar-button-icon{
					float: left;
					width: 40px;
					height: 40px;
					padding: 10px;
					box-sizing: border-box;
				}
				.topbar-button-label{
					float: left;
					height: 40px;
					line-height: 40px;
					color: #ffffff;
					font-size: 14px;
					text-transform: uppercase;
				}
				.topbar-button.alt .topbar-button-label{
					color: #718ca1;
				}
				.topbar-button.telephone .topbar-button-label{
					font-size: 16px;
				}

@media (max-width: 1500px) {

	.topbar{
		display: flex;
	}

}

@media (max-width: 527px) {

	.topbar-button{
		margin-right: 0;
	}
	.topbar-button-label{
		display: none;
	}
	.topbar-button.alt{
		padding-right: 0;
	}

}.header{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	height: 120px;
	padding: 20px;
	box-sizing: border-box;
	border-bottom: 1px solid #ffffff;
	box-sizing: border-box;
	background: rgba(113,140,161, 0.9);
	position: fixed;
	z-index: 9;
}
	.header-left{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		float: left;
		/*height: 100%;*/
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
		.header-menu-trigger{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			cursor: pointer;
		}
			.header-menu-trigger-icon{
				float: left;
				width: 50px;
				height: 35px;
				position: relative;
			}
				.header-menu-trigger-icon span{
					width: 100%;
					height: 7px;
					border-radius: 5px;
					background: #ffffff;
					position: absolute;
					transition: all .3s ease-in-out;
				}
				.header-menu-trigger-icon span:nth-child(1){
					left: 0;
					top: 0;
				}
				.header-menu-trigger-icon span:nth-child(2){
					left: 0;
					top: 14px;
				}
				.header-menu-trigger-icon span:nth-child(3){
					left: 0;
					bottom: 0;
				}
				.header-menu-trigger.active .header-menu-trigger-icon span:nth-child(1){
					top: 14px;
					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){
					bottom: 14px;
					transform: rotate(-45deg);
				}
			.header-menu-trigger-label{
				line-height: 20px;
				margin-top: 10px;
				color: #ffffff;
				font-size: 20px;
				text-transform: uppercase;
			}
	.header-right{
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: flex-end;
		float: right;
		/*height: 100%;*/
		padding: 20px;
		box-sizing: border-box;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
	}
		.header-buttons{
			display: flex;
			flex-direction: row;
			justify-content: center;
			align-items: center;
		}
			.header-button{
				float: left;
				height: 40px;
				margin-right: 10px;
				border-left: 1px solid #cccccc;
			}
			.header-button.alt{
				padding-right: 10px;
				background: #ffffff;
			}
				.header-button-icon{
					float: left;
					width: 40px;
					height: 40px;
					padding: 5px 10px;
					box-sizing: border-box;
				}
				.header-button-label{
					float: left;
					height: 40px;
					line-height: 40px;
					color: #ffffff;
					font-size: 14px;
					text-transform: uppercase;
				}
				.header-button.alt .header-button-label{
					color: #718CA1;
				}
				.header-button.telephone .header-button-label{
					font-size: 16px;
				}
	.header-center{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		float: left;
	}
		.header-logo{
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			text-align: center;
		}
			.header-logo-text{
				line-height: 40px;
				color: #ffffff;
				font-size: 42px;
			}
			.header-logo-baseline{
				line-height: 20px;
				padding-top: 9px;
				border-top: 1px solid #ffffff;
				margin-top: 10px;
				color: #ffffff;
				font-size: 15px;
				letter-spacing: 1px;
				text-transform: uppercase;
			}

@media (max-width: 1500px) {

	.header-button{
		margin-right: 0;
	}
	.header-button-label{
		display: none;
	}
	.header-button.alt{
		padding-right: 0;
	}

	/*.header{
		height: auto;
		margin-top: 80px;
		position: relative;
		z-index: 8;
	}
	.header-left{
		display: none;
	}
	.header-right{
		display: none;
	}*/

}

@media (max-width: 1500px) {

	.header{
		height: auto;
		margin-top: 80px;
		position: relative;
		z-index: 8;
	}
	.header-left{
		display: none;
	}
	.header-right{
		display: none;
	}

}.menu{
	float: left;
	height: 100%;
	padding-top: 120px;
	box-sizing: border-box;
	transition: all .3s ease-in-out;
	position: fixed;
	left: -100%;
	top: 0;
	z-index: 8;
}
.menu.active{
	left: 0
}
	.menu-scrollpane{
		display: flex;
		flex-direction: column;
		float: left;
		width: 100%;
		max-height: 100%;
		border-right: 1px solid #ffffff;
		overflow: auto;
	}
		.menu-button{
			float: left;
			width: 100%;
			height: 40px;
			line-height: 40px;
			padding: 0 80px 0 20px;
			border-bottom: 1px solid rgba(113, 140, 161, 0.9);
			box-sizing: border-box;
			background: rgba(255,255,255,0.9);
			color: #354d62;
			font-size: 20px;
			transition: all .3s ease-in-out;
		}
		.menu-button:last-child{
			border-bottom: 0;
		}
		.menu-button:hover,
		.menu-button.active{
			background: rgba(113, 140, 161, 0.9);
			color: #ffffff;
		}

@media (max-width: 1024px) {

	.menu{
		padding-top: 80px;
		z-index: 9;
	}

}.diaporama{
	float: left;
	width: 100%;
	height: 500px;
	position: relative;
}
.diaporama.accueil{
	height: 700px;
}

@media (max-width: 1024px) {

	.diaporama{
		margin-top: -120px;
	}
	.diaporama.accueil{
		height: 600px;
	}

}

@media (max-width: 960px) {

	.diaporama.accueil{
		height: 500px;
	}

}

@media (max-width: 700px) {

	.diaporama{
		margin-top: 0;
	}
	.diaporama, .diaporama.accueil{
		height: 400px;
	}

}

@media (max-width: 700px) {

	.diaporama, .diaporama.accueil{
		height: 250px;
	}

}.slideshow{
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
	.slideshow-slide{
		float: left;
		width: 100%;
		height: 100%;
		background: no-repeat center center;
		background-size: cover;
		position: relative;
	}
		.slideshow-slide-caption{
			float: left;
			width: 400px;
			padding: 20px 68px;
			box-sizing: border-box;
			background: rgba(255,255,255,0.8);
			position: absolute;
			bottom: 30px;
			right: 30px;
		}
		.slideshow-slide-caption:hover{
			background: rgba(255,255,255,0.9);
		}
			.slideshow-slide-caption-content{
				float: left;
				width: 100%;
				max-height: 220px;
				line-height: 22px;
				color: #6D6563;
				text-align: center;
				overflow: hidden;
			}
				.slideshow-slide-caption-title{
					float: left;
					width: 100%;
					font-size: 24px;
				}
				.slideshow-slide-caption-text{
					float: left;
					width: 100%;
					font-size: 20px;
				}
			.slideshow-prev,
			.slideshow-next{
				float: left;
				width: 28px;
				height: 28px;
				padding: 6px;
				border: 1px solid #354D62;
				border-radius: 2px;
				margin-top: -14px;
				box-sizing: border-box;
				cursor: pointer;
				position: absolute;
				left: 20px;
				top: 50%;
			}
			.slideshow-next{
				left: auto;
				right: 20px;
			}

@media (max-width: 700px) {

	.slideshow-slide-caption{
		display: none;
	}

}.content{
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
	.content-accueil{
		display: flex;
		flex-direction: row;
		justify-content: center;
		float: left;
		width: 100%;
		padding: 70px 0;
		border-top: #ffffff solid 10px;
		border-bottom: #718CA1 solid 10px;
		background: url(../images/decoration/tapestry.jpg) repeat center center;
	}
		.content-accueil-center{
			float: left;
			width: 100%;
			max-width: 1400px;
			padding: 50px;
			box-sizing: border-box;
			background: rgba(255,255,255,0.8);
		}
	.content-top{
		display: flex;
		flex-direction: row;
		justify-content: center;
		float: left;
		width: 100%;
	}
		.content-top-center{
			float: left;
			width: 100%;
			max-width: 1400px;
			padding: 50px;
			box-sizing: border-box;
		}
	.content-bottom{
		float: left;
		width: 100%;
	}.breadcrumb-container{
	display:flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	float:left;
	width:100%;
	margin-bottom: 60px;
}
	.breadcrumb-container .ariane {
	    float: left;
	    margin-right: 5px;
	    color: #6D6563;
	    font-size: 14px;
	}
	.breadcrumb-container .ariane::after{
		content: '-';
		margin-left: 5px;
	}
	.breadcrumb-container .ariane:last-child::after{
		display: none;
	}


@media(max-width: 1024px){
	.breadcrumb-container{
		display:none;
	}
}.title{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	color: #354D62;
	font-size: 40px;
	text-align: center;
}
.title:last-child{
	margin-bottom: 0;
}.subtitle{
	float: left;
	width: 100%;
	margin-bottom: 50px;
	color: #6D6563;
	font-size: 27px;
	text-align: center;
}
.subtitle:last-child{
	margin-bottom: 0;
}.text{
    float: left;
    width: 100%;
    margin-bottom: 50px;
    color: #6D6563;
    font-size: 20px;
	text-align: center;
}
.text:last-child{
	margin-bottom: 0;
}.prefooter{
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
    background: #ffffff;
}
	.prefooter-share{
		display: flex;
		flex-direction: row;
		justify-content: center;
		align-items: center;
		float: left;
		margin-bottom: 30px;
	}
		.prefooter-share-title{
			float: left;
			line-height: 30px;
			color: #6D6563;
			font-size: 18px;
			text-transform: uppercase;
		}
		.prefooter-share-buttons{
			float: left;
		}
			.prefooter-share-button{
				float: left;
				width: 30px;
				height: 30px;
				padding: 7px;
				margin-left: 20px;
				box-sizing: border-box;
				border-radius: 30px;
				background: #718CA1;
				cursor: pointer;
			}
				.prefooter-share-button-icon{
					float: left;
					max-width: 100%;
					max-height: 100%;
				}
	.prefooter-address{
		float: left;
		color: #6D6563;
		font: 20px;
		text-align: center;
	}.footer{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	float: left;
	width: 100%;
	padding: 10px 30px;
	box-sizing: border-box;
    background: #718CA1;
}
	.footer-buttons{
		float: left;
	}
		.footer-button{
			float: left;
			line-height: 20px;
			padding-right: 10px;
			margin-right: 10px;
			border-right: 1px solid rgba(255,255,255,0.8);
			color: #ffffff;
			font-size: 12px;
			text-transform: uppercase;
		}
	.footer-juliana{
		float: left;
		line-height: 20px;
		color: #ffffff;
		font-size: 12px;
	}
		.footer-juliana-logo{
			float: right;
			margin: 1px 0 1px 5px;
			height: 18px;
		}

@media (max-width: 1024px) {

	.footer-buttons{
		display: none;
	}

}