@font-face{
	font-family: 'carto';
	src: url('fonts/carto/carto.eot');
	src: url('fonts/carto/carto.eot?#iefix') format('embedded-opentype'),
		 url('fonts/carto/carto.woff') format('woff'),
		 url('fonts/carto/carto.ttf') format('truetype'),
		 url('fonts/carto/carto.svg#carto') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'antonio';
	src: url('fonts/antonio/antonio.eot');
	src: url('fonts/antonio/antonio.eot?#iefix') format('embedded-opentype'),
		 url('fonts/antonio/antonio.woff') format('woff'),
		 url('fonts/antonio/antonio.ttf') format('truetype'),
		 url('fonts/antonio/antonio.svg#antonio') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*** NORMALIZE ******************************************************************************************************/

*{
	outline: none;
}

html{
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
}

body{
	margin: 0;
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	font-size: 14px;
	font-weight: normal;
}

img{
	border: 0;
}

a{
	background-color: transparent;
	text-decoration: none;
}

.blockquote{
	float: left;
	width: 100%;
	margin: 5px 10px;
}

/*** MISC ***********************************************************************************************************/

body{
	background: #e8ebef;
	color: #333333;
	font-family: 'carto', Arial, sans-serif;
	font-size: 14px;
}
	#page{
		max-width: 1400px;
		margin: 0 auto;
	}
		#main{
			float: left;
			width: 100%;
			background: #ffffff;
			padding: 40px;
			box-sizing: border-box;
			box-shadow: 0 -20px 20px -15px rgba(0,0,0,0.2);
		}
			.title{
				float: left;
				width: 100%;
				margin-bottom: 40px;
				color: #333333;
				font-size: 24px;
			}
				.title .celtipak{
					font-size: 30px;
				}
				.sous-titre{
					color: #ff8808;
					font-size: 20px;
				}
			.content{
				float: left;
				width: 100%;
			}
				.section{
					float: left;
					width: 100%;
					margin-bottom: 40px;
				}
				.section:last-child{
					margin-bottom: 0;
				}
					.section-title{
						float: left;
						width: 100%;
						margin-bottom: 20px;
						color: #002d6f;
						font-size: 20px;
					}
					.section-text{
						float: left;
						width: 100%;
						margin-bottom: 20px;
						line-height: 20px;
					}
					.section-text:last-child{
						margin-bottom: 0;
					}

.section-text .celtipak{
	font-weight: bold;
}
.section-text ul {
	width: 100%;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	list-style: none;
}
	.section-text li {
		margin-bottom: 5px;
		padding-left: 20px;
		position: relative;
	}
	.section-text li:last-child {
		margin-bottom: 0;
	}
		.section-text li:before {
			content: '•';
			color: #ff8808;
			margin: 0 5px;
			position: absolute;
			left: 0;
			top: 0;
		}

/********************************************************************************************************************/

.full{
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.full:last-child{
	margin-bottom: 0;
}
.half{
	float: left;
	width: 48%;
}
.half:nth-child(2n){
	margin-left: 4%;
}
.big{
	float: left;
	width: 70%;
	margin-right: 5%;
}
.small{
	float: left;
	width: 25%;
}

.separator{
	float: left;
	width: 100%;
	border-top: 1px solid #dddddd;
	margin-bottom: 40px;
}

.box {
	float: left;
	width: 100%;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
.box:last-child{
	margin-bottom: 0;
}
	.box-title {
		float: left;
		width: 100%;
		margin-bottom: 20px;
		color: #002d6f;
		font-size: 20px;
	}
	.box-text {
		float: left;
		width: 100%;
	}

/********************************************************************************************************************/

.celtipak{
	color: #002d6f;
	text-transform: none
}
.celtipak span{
	color: #ff8808;
}

.bleu{
	color: #002d6f;
}
.jaune{
	color: #ff8808;
}

/*** HEADER *********************************************************************************************************/

#header{
	float: left;
	width: 100%;
	padding: 6px 20px;
	box-sizing: border-box;
	background: #ffffff;
	border-bottom: 1px solid #dddddd;
	position: relative;
	z-index: 3;
}
	#header-locales {
		float: left;
	}
		.header-locale {
			float: left;
			width: 28px;
			height: 28px;
			line-height: 28px;
			text-align: center;
			color: #ff8808;
			margin-right: 5px;
			box-sizing: border-box;
			border: 1px solid #dddddd;
		}
		.header-locale:hover,
		.header-locale.active {
			color: #002d6f;
		}
	.header-button{
		float: right;
		height: 28px;
		line-height: 28px;
		margin-left: 20px;
		cursor: pointer;
	}
	.header-button#navigation-trigger{
		display: none;
		float: left;
		margin: 0 5px 0 0;
	}
		.header-button-picto{
			float: left;
			height: 26px;
			width: 26px;
			border: 1px solid #dddddd;
		}
		.header-button-label{
			float: left;
			margin-left: 12px;
			color: #333333;
			font-size: 12px;
		}
		.header-button#telephone .header-button-label{
			color: #ff8808;
			font-size: 18px;
		}

/*** NAVIGATION *****************************************************************************************************/

#navigation{
	float: left;
	width: 100%;
	padding: 19px 20px 0 20px;
	margin-bottom: 30px;
	box-sizing: border-box;
	background: #ffffff;
	box-shadow: 0 20px 20px -15px rgba(0,0,0,0.2);
	text-align: center;
	position: relative;
	z-index: 1;
}
	#navigation-logo{
		float: left;
		width: 250px;
		height: 62px;
		margin-top: 10px;
	}
	#navigation-buttons{
		float: right;
		margin: 20px 0;
	}
		.navigation-button{
			float: left;
			height: 40px;
			line-height: 40px;
			padding: 0 20px;
			border-right: 1px solid #dddddd;
			color: #002d6f;
			font-size: 17px;
			text-transform: uppercase;
			transition: all .2s ease-in;
		}
		.navigation-button.mobile{
			display: none;
		}
		.navigation-button:last-child{
			border-right: 0;
			padding-right: 0;
		}
		.navigation-button.active{
			color: #ff8808;
		}
		#navigation-buttons:hover .navigation-button,
		#navigation-buttons:hover .navigation-button.active{
			color: #002d6f;
		}
		#navigation-buttons:hover .navigation-button:hover{
			color: #ff8808;
		}
#navigation-mobile-container{
	float: left;
	width: 100%;
	max-height: 100%;
	padding-top: 41px;
	box-sizing: border-box;
	background: #ffffff;
	overflow: auto;
	position: fixed;
	left: -100%;
	top: 0;
	z-index : 2;
	transition: all .3s ease-in;
	box-shadow: 0 20px 20px -15px rgba(0,0,0,0.2);
}
#navigation-mobile-container.active{
	left: 0;
}
	#navigation-mobile{
		float: left;
		width: 100%;
	}
		.navigation-button-mobile{
			float: left;
			width: 100%;
			padding: 20px 0;
			border-bottom: 1px solid #dddddd;
			color: #002d6f;
			font-size: 17px;
			text-align: center;
			text-transform: uppercase;
			transition: all .2s ease-in;
		}
		.navigation-button-mobile:hover,
		.navigation-button-mobile.active{
			color: #ff8808;
		}

/*** BANNER *********************************************************************************************************/

#banner{
	float: left;
	width: 100%;
	margin-bottom: 30px;
	min-height: 100px;
	background: #ffffff;
	position: relative;
}
	#banner-background{
		float: left;
		width: 100%;
		height: 100%;
		background: url(../images/banner.jpg) no-repeat center top;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	#banner-content{
		float: left;
		width: 500px;
		padding: 30px 70px 60px 80px;
		background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
		background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
		background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
		position: relative;
		z-index: 2;
	}
		#banner-title{
			float: left;
			width: 100%;
			margin-bottom: 20px;
			font-size: 24px;
		}
			#banner-title .celtipak{
				font-size: 30px;
			}
		#banner-text{
			float: left;
			width: 100%;
			font-size: 18px;
		}

/*** FOOTER *********************************************************************************************************/

#footer{
	float: left;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	background: #7D8FA7;
}
	#footer-logos{
		float: left;
		height: 80px;
	}
		.footer-logo{
			float: left;
			height: 100%;
			margin-right: 20px;
		}
	#footer-buttons{
		float: right;
		margin-top: 50px;
	}
		.footer-button {
			float: left;
			height: 20px;
			line-height: 20px;
			border-right: 1px solid rgba(255,255,255,0.3);
			padding: 0 10px;
			font-size: 11px;
			text-align: center;
			color: #fff;
		}
		#juliana {
			float: left;
			margin-left: 10px;
			margin: 2px 0 2px 10px;
		}

/*** ACCUEIL ********************************************************************************************************/

.accueil-title{
	float: left;
	width: 100%;
	margin-bottom: 20px;
	font-size: 24px;
	color: #ff8808;
	text-align: center;
	text-transform: uppercase;
}

#actualites {
	float: left;
	width: 100%;
}
	.actualite {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}
		.actualite-image {
			float: left;
			width: 100%;
			height: 200px;
			margin-bottom: 20px;
			background: no-repeat center center #aaaaaa;
			background-size: cover;
		}
		.actualite-content {
			float: left;
			width: 100%;
			height: 100%;
			line-height: 18px;
			overflow: hidden;
		}
			.actualite-titre {
				float: left;
				width: 100%;
				font-size: 16px;
				font-weight: bold;
				color: #000000;
				/* margin-bottom: 18px; */
			}
			.actualite-texte {
				float: left;
				width: 100%;
				font-size: 14px;
			}
				.actualite a {
					color: #ff8808;
				}
	.actualies-controles {
		float: left;
		width: 100%;
		background: #e8ebef;
	}
		#actualites-prev,
		#actualites-next{
			float: left;
			width: 30px;
			height: 30px;
			background: no-repeat center center #ff8808;
			background-image: url(../images/pictos/arrow-left.png);
			cursor: pointer;
		}
		#actualites-next{
			float: right;
			background-image: url(../images/pictos/arrow-right.png);
		}

/*** OVERVIEW *******************************************************************************************************/

.overview {
	float: left;
	width: 23.5%;
	height: 180px;
	margin: 0 2% 31px 0;
	border: 10px solid #ffffff;
	box-sizing: border-box;
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
	position: relative;
}
.overview:nth-child(4n) {
	margin-right: 0;
}
	.overview-image {
		float: left;
		width: 100%;
		height: 100%;
		background: no-repeat center center;
		background-size: cover;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
	}
	.overview-title {
		float: left;
		width: 100%;
		height: 100%;
		line-height: 160px;
		color: #ffffff;
		font-family: 'antonio';
		font-size: 20px;
		text-transform: uppercase;
		text-shadow: 0 0 10px #000000;
		position: relative;
		z-index: 2;
		text-align: center;
		transition: all .3s ease-in-out;
	}
		.overview-title span {
			display: inline-block;
			vertical-align: middle;
			line-height: 1.2;
		}
	.overview-overlay{
		float: left;
		width: 100%;
		height: 100%;
		line-height: 160px;
		background: rgba(255,136,0,0.7);
		color: #ffffff;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		opacity: 0;
		transform: scale(0);
		transition: all .3s ease-in-out;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 3;
	}

.overview:hover .overview-overlay{
	opacity: 1;
	transform: scale(1);
}
.overview:hover .overview-title{
	opacity: 0;
}

.overview.home{
	width: 32%;
}
.overview.home:nth-child(4n) {

	margin-right: 2%;
}
.overview.home:nth-child(3n) {
	margin-right: 0;
}

/*** ITEM ***********************************************************************************************************/

.item {
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 10px;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
	background: #ffffff;
}
.item:last-child {
	border-bottom: 0;
}
	.item-title {
		float: left;
		margin-right: 20px;
		color: #002d6f;
		font-size: 16px;
	}
	.item-name {
		float: left;
		margin-right: 20px;
		color: #ff8808;
		font-size: 16px;
	}
	.item-button {
		display: none;
		float: right;
		padding: 0 10px;
		color: #FFFFFF;
		background: #ff8808;
	}

.item:hover {
	background: #eeeeee;
}
.item:hover .item-button{
	display: block;
}

/*** SLOGAN *********************************************************************************************************/

.slogan{
	float: left;
	width: 100%;
	font-size: 20px;
	color: #aaaaaa;
}

/*** IMAGE **********************************************************************************************************/

.image{
	float: left;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	cursor: pointer;
}
	.image img{
		display: inline-block;
		max-width: 100%;
	}

/*** BUTTON *********************************************************************************************************/

.button {
	float: left;
	padding: 5px 10px;
	margin-right: 10px;
	background: #7D8FA7;
	color: #ffffff;
	font-size: 16px;
}

/*** FORMULAIRE *****************************************************************************************************/

.form-success,
.form-fail {
	float: left;
	line-height: 18px;
	width: 100%;
	margin-bottom: 20px;
	padding: 10px;
	box-sizing: border-box;
}
.form-success{
	background: #366F27;
	color: #D5EBE3;
}
.form-fail{
	background: #AA3D3D;
	color: #FFB5B5;
}

.form{
	float: left;
	width: 100%;
}
	.form-line{
		float: left;
		width: 100%;
		margin-bottom: 5px;
	}
	.form-line:last-child{
		margin-bottom: 0;
	}
	.form-line.important{
		display: none;
	}
		.form-label{
			float: left;
			width: 25%;
			line-height: 18px;
			margin-right: 2%;
			padding: 6px 0;
			text-align: right;
			vertical-align: top;
		}
		.form-field-container{
			float: right;
			width: 73%;
			position: relative;
		}
			.form-field{
				float: left;
				width: 100%;
				line-height: 30px;
				height: 30px;
				padding: 0 8px;
				margin: 0;
				border: 1px solid #cccccc;
				background: #ffffff;
				color: #333333;
				box-sizing: border-box;
				font-family: Arial;
				font-size: 12px;

				-webkit-transition: all 0.5s ease;
				-moz-transition: all 0.5s ease;
				-o-transition: all 0.5s ease;
				transition: all 0.5s ease;
			}
				textarea.form-field{
					height: 90px;
					max-width: 100%;
					line-height: 18px;
					padding-top: 8px;
					padding-bottom: 8px;
				}
				.form-required-symbol{
					color: #c60000;
				}
			.form-field-error,
			.form-field-error-email{
				display: none;
				float: right;
				line-height: 18px;
				margin: 2px;
				padding: 4px 4px;
				background: #AA3D3D;
				color: #FFB5B5;
				font-size: 12px;
				position: absolute;
				right: 0px;
				top: 0;
			}
				.form-field-container.error .form-field{
					background: #FFE2E2;
				}
			.form-submit{
				float: right;
				height: 25px;
				padding: 0 5px;
				margin: 5px 0 0 20px;
				box-sizing: border-box;
			}
			.form-required-help{
				float: right;
				line-height: 25px;
				margin-top: 5px;
				color: #666666;
				font-size: 12px;
				font-style: italic;
			}

/*** PLAN ***********************************************************************************************************/

.plan{
	float: left;
	width: 100%;
	padding: 5px 10px;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	color: #000000;
	box-sizing: border-box;
}
.plan-sub{
	float: left;
	width: 95%;
	padding: 5px 10px;
	margin-left: 5%;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	color: #000000;
	box-sizing: border-box;
}
.plan-sub-sub{
	float: left;
	width: 90%;
	padding: 5px 10px;
	margin-left: 10%;
	margin-bottom: 5px;
	border: 1px solid #cccccc;
	color: #000000;
	box-sizing: border-box;
}

/********************************************************************************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/

@media (max-width: 960px){

	.big{
		width: 100%;
		margin: 0 0 40px 0;
	}
	.small{
		width: 100%;
	}

	#navigation-logo{
		display: inline-block;
		float: none;
		vertical-align: top;
	}
	#navigation-buttons{
		display: inline-block;
		float: none;
		vertical-align: top;
	}

	.overview{
		width: 30.6666% !important;
		margin-right: 4% !important;
	}
	.overview:nth-child(4n){
		margin-right: 4% !important;
	}
	.overview:nth-child(3n){
		margin-right: 0 !important;
	}

	.actualite-image{
		width: 48%;
		margin: 0 4% 0 0;
	}
	.actualite-content{
		width: 48%;
	}

}

/********************************************************************************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/

@media (max-width: 768px){

	.half{
		width: 100%;
		margin: 0 0 20px 0 !important;
	}

	#header{
		position: fixed;
		left: 0;
		top: 0;
	}
	.header-button#navigation-trigger{
		display: block;
	}
	.header-button-label{
		display: none;
	}

	#navigation{
		padding: 60px 20px 20px 20px;
	}
	#navigation-buttons{
		display: none;
	}

	.footer-button{
		display: none;
	}

	.overview{
		width: 48% !important;
	}
	.overview:nth-child(3n){
		margin-right: 4% !important;
	}
	.overview:nth-child(2n){
		margin-right: 0 !important;
	}

	.item-button{
		display: none !important;
	}

	.item{
		line-height: normal;
	}
	.item-title{
		width: 100%;
		margin: 0;
	}
	.item-name{
		width: 100%;
	}

	#banner-background {
		height: 200px;
		background-size: auto 200px;
		background-position: top right;
		position: relative;
	}

	#banner-content {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
		text-align: center;
	}

	.actualite-image{
		width: 100%;
		margin: 0 0 20px 0;
	}
	.actualite-content{
		width: 100%;
	}

}

/********************************************************************************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/

@media (max-width: 480px){

	.overview{
		width: 100% !important;
		margin-right: 0 !important;
	}

}

/********************************************************************************************************************/
/********************************************************************************************************************/
/********************************************************************************************************************/

@media (min-width: 769px){

	#navigation-mobile-container{
		left: -100% !important;
	}

}