*{
	font-family: Arial;
	font-size: 14px;
}

img{
	max-width: 100%;
}

.supersized img{
	max-width: 3000px;
}

document, html, body{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 100%;
	height: 100%;
}

body{
	background: url("../img/bg.jpg") fixed no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

body.supersized{
	background: #111111;
}

/*PUB ACCUEIL*/
.apc-pub{
	display: block;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 0px;
	z-index: 10000;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	overflow: hidden;
	opacity:0;
	transition-duration: 0.5s;
}

.apc-pub-content{
	position: relative;
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(56, 56, 56, 0.75);
	-moz-box-shadow:    0px 0px 10px 0px rgba(56, 56, 56, 0.75);
	box-shadow:         0px 0px 10px 0px rgba(56, 56, 56, 0.75);
}

.apc-pub-close{
	z-index:3000;
	display: block;
	position: absolute;
	text-align: right;
	top: 0px;
	right: 10px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #4373bb;
	font-weight: bold;
	text-transform: uppercase;
}

.apc-pub-img{
	z-index: 2000;
	display: block;
	position: relative;
	margin: 0 auto 0 auto;
	width: 900px;
}

.apc-pub-img img{
	width: 100%;
	height: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*Pretty Photo*/
.ppt{
	display: none !important;
	overflow: hidden !important;
	height: 0px !important;
}

/*BLOCK DEPLIABLE*/
.apc-bloc-wrapper{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.apc-bloc-titre{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.apc-bloc-link{
	display: block;
	position: relative;
	padding: 0 20px 0 0;
	color: inherit !important;
	text-decoration: none !important;
}

.apc-bloc-link:hover{
	color: inherit !important;
	text-decoration: none !important;
}

.apc-bloc-signe{
	display: block;
	position: absolute;
	top: -5px;
	right: 0px;
}

.apc-bloc-content-wrapper{
	display: block;
	overflow: hidden;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	transition-duration: 0.5s;
	height: 0px;
}

.apc-bloc-content{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/*DIVERS*/
.row{
	max-width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;	
}

.apc-clear{
	display: block;
	clear: both;
	width: 100%;
}

.apc-ultra-important{
	display: block;
	padding: 8px 8px 8px 8px;
	margin: 5px 0px 5px 0px;
	width: 100%;
	max-width: 100%;
	color: #ec4134;
	background: #fbe3e4;
	border: 1px solid #fbc2c4;
}

/*TEXTES*/
h1,h2,h3,h4,
h1 *,h2 *,h3 *,h4 *
{
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	color: #898989;
	margin: 0 0 15px 0;
	padding: 0 0 0 0;
}

h1, h1 *{
	font-size: 26px;
	margin: 20px 0 15px 0;
}

h2, h2 *{
	font-size: 24px;
}

h3, h3 *{
	font-size: 20px;
}

.apc-blue h3, .apc-blue h3 *{
	color: #395caa;
}
.apc-green h3, .apc-green h3 *{
	color: #7c8e00;
}
.apc-yellow h3, .apc-yellow h3 *{
	color: #fba61c;
}
.apc-pink h3, .apc-pink h3 *{
	color: #e40092;
}
.apc-red h3, .apc-red h3 *{
	/*color: #e64134;*/
	color: #fba61c;
}

hr{
	margin: 20px 0 15px 0;
	/*color: #d8d5cd;*/
	color: #d8d5cd;
	border-bottom: 1px solid #d8d5cd;
	height: 1px;
	width: 100%;
}

/*MAIN CONTAINER*/
#apc-main-frame{
	padding: 0 0 0 0;
	width: 100%;
	max-width: 1020px;
	background: #ffffff;
	min-height: 100px
}

/*RESEAUX SOCIAUX BANDE GRISE*/
#apc-grey-band{
	background: #dfdfdf;
	height: 50px;
	line-height: 50px;
}

/*LIEN A COTE DE RESAUX seulemen ilop.re*/
#apc-main-links{
	text-align: left;
}

#apc-main-links a{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 5px 0 0 0;
	height: 50px;
}

#apc-main-links a img{
	max-height: 40px;
}

/*MENU RESEAUX SOCIAUX*/
#apc-reseaux-links{
	text-align: right;
}

#apc-reseaux-links a{
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 13px 0 0 0;
	height: 50px;
}

.apc-blue #apc-reseaux-links a i{
	color: #395caa;
}

.apc-green #apc-reseaux-links a i{
	color: #7c8e00;
}

.apc-yellow #apc-reseaux-links a i{
	color: #fba61c;
}

.apc-pink #apc-reseaux-links a i{
	color: #e40092;
}

.apc-red #apc-reseaux-links a i{
	color: #e64134;
	color: #fba61c;
}

/*LOGOS ET MENU PRINCIPAL*/
#apc-menu-principal{	
}

#apc-menu-logo{
	 padding-top: 15px;
}

#apc-menu-logo img{
	max-width: 100%;
	width: 250px;	
}

/*MENU SMALL*/
#apc-small-menu{
	text-align: center;
}

#apc-page-change{
	display: inline-block;
	width: 350px;
	max-width: 96%;
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	height: 25px;
	line-height: 25px;
	border: 1px solid #cccccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/*CONTENU*/
#apc-contenu{
	min-height: 300px;
	margin-top: 10px;
	padding-bottom: 30px;
}

/*FOOTER*/
#apc-footer{
	width: 100%;
	background: #dfdfdf;
	margin: 10px 0 0 0;
	padding: 15px 0 10px 0;
}
#apc-footer-logo{
	text-align: center;
}
#apc-footer-logo img{
	width: 100%;
	max-width: 150px;
}
#apc-footer-credits *{
	font-size: 12px;
}
.apc-yellow #apc-footer-credits a{
	color: #fba61c;
}
.apc-blue #apc-footer-credits a{
	color: #395caa;
}
.apc-green #apc-footer-credits a{
	color: #7c8e00;
}
.apc-pink #apc-footer-credits a{
	color: #e40092;
}
.apc-red #apc-footer-credits a{
	color: #e64134;
	color: #fba61c;
}

/*CARROUSSELS ITEMS*/
.apc-item{
	display: block;
	position: relative;
	margin: 10px 10px 10px 10px;
	padding: 0 0 70px 0;
	overflow: hidden;
}

.apc-item .carroussel-img{
	display: block;
	width: 100%;
	z-index: 100;
	height: 240px;
}
.apc-item .carroussel-img img{
	width: 100%;
}
.apc-item .carroussel-dark{
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 400px;
	background: #000000;
	z-index: 200;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition-duration: 0.5s;
	 -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.apc-item .carroussel-titre{
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	background: #615951;
	height: 90px;
	padding: 15px 10px 10px 10px;
	margin: 0 0 0 0;
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
	z-index: 300;
}
.apc-item .carroussel-plus{
	color: #ffffff;
	font-size: 30px;
	display: block;
	position: absolute;
	top: -50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 400;
	-webkit-transition-duration: 0.5s;
	 -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.owl-buttons{
	text-align: right;
}

.owl-prev, .owl-next{
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
	font-size: 14px;
	font-weight: bold;
	padding: 2px 3px 2px 3px !important;
}

/*CARROUSSELS ITEMS HOVER*/
.apc-item:hover .carroussel-img{
}
.apc-item:hover .carroussel-img img{	
}
.apc-item:hover .carroussel-dark{
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.apc-item:hover .carroussel-plus{
	top: 35%;
}

.apc-blue .apc-item:hover .carroussel-titre{
	background: #395caa;
	text-decoration: none;
}
.apc-blue .apc-item .carroussel-plus{
	background: #395caa;
}
.apc-blue .bx-caption{
	background: url("../img/shadow.png");
}
.apc-blue .bx-caption span{
	color: #395caa;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding: 15px 10px 25px 10px;
}
.apc-blue .bx-pager-link.active,
.apc-blue .bx-pager-link:hover{
	color: #395caa !important;
	background: #395caa !important;
}

.apc-green .apc-item:hover .carroussel-titre{
	background: #7c8e00;
	text-decoration: none;
}
.apc-green .apc-item .carroussel-plus{
	background: #7c8e00;
}
.apc-green .bx-caption{
	background: url("../img/shadow.png");
}
.apc-green .bx-caption span{
	color: #7c8e00;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding: 15px 10px 25px 10px;
}
.apc-green .bx-pager-link.active,
.apc-green .bx-pager-link:hover{
	color: #7c8e00 !important;
	background: #7c8e00 !important;
}

.apc-yellow .apc-item:hover .carroussel-titre{
	background: #fba61c;
	text-decoration: none;
}
.apc-yellow .apc-item .carroussel-plus{
	background: #fba61c;
}
.apc-yellow .bx-pager-link.active,
.apc-yellow .bx-pager-link:hover{
	color: #fba61c !important;
	background: #fba61c !important;
}
.apc-yellow .bx-caption{
	background: url("../img/shadow.png");
}
.apc-yellow .bx-caption span{
	color: #fba61c;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding: 15px 10px 25px 10px;
}

.apc-pink .apc-item:hover .carroussel-titre{
	background: #e40092;
	text-decoration: none;
}
.apc-pink .apc-item .carroussel-plus{
	background: #e40092;
}
.apc-pink .bx-pager-link.active,
.apc-pink .bx-pager-link:hover{
	color: #e40092 !important;
	background: #e40092 !important;
}
.apc-pink .bx-caption{
	background: url("../img/shadow.png");
}
.apc-pink .bx-caption span{
	color: #e40092;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding: 15px 10px 25px 10px;
}

.apc-red .apc-item:hover .carroussel-titre{
	background: #fba61c;
	text-decoration: none;
}
.apc-red .apc-item .carroussel-plus{
	background: #fba61c;
}
.apc-red .bx-pager-link.active,
.apc-red .bx-pager-link:hover{
	color: #fba61c !important;
	background: #fba61c !important;
}
.apc-red .bx-caption{
	background: url("../img/shadow.png");
}
.apc-red .bx-caption span{
	color: #fba61c;
	font-size: 24px;
	font-family: 'Dosis', sans-serif;
	font-weight: normal;
	padding: 15px 10px 25px 10px;
}

/*SLIDERS*/
.apc-slider-ul, .apc-slider-li, .apc-slider-a{
	display: block;
	width: 100%;
}

.apc-slider-li, .apc-slider-a{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

.apc-slider-a img{
	display: block;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	width: 1700px;
	max-width: 100%;
}

/*SLIDER ACCUEIL*/
.z-interface{
	position: absolute;
	z-index: 200;
}

.z-overlay{
	display: block;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: #26292e;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
	z-index: 100;
}

#slidecaption{
	display: block;
	color: #fff;
    width: 100%;
    font-family: 'Dosis', sans-serif;
    font-size: 24px;
    overflow: hidden;
    text-align: center;
    text-shadow: 1px 1px 2px #000;
    text-transform: uppercase;
	margin: 150px 0 0 0;
	padding: 0 0 0 0;
}

#menu-accueil{
    background: #ffffff;
    bottom: 0;
    position: fixed;
    text-align: center;
    width: 100%;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}

#menu-accueil a{
	display: inline-block;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

#menu-accueil a img{
	width: 60%;
}


/*MEDIA QUERIES*/
/* Extra small devices (phones, less than 768px) */
@media (min-width: 1px) {
	#apc-main-frame{
		margin: 0px auto 0px auto;
	}
	#apc-footer-credits{
		margin-top: 10px;
	}
	.margin-lr{
		margin-right: 10px;
		margin-left: 10px;
	}
	#apc-menu-logo{
		text-align: center;
	}
	#apc-normal-menu{
		display: none;
	}
	#apc-small-menu{
		display: block;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	#apc-main-frame{
		margin: 25px auto 100px auto;
	}
	#apc-footer-credits{
		margin-top: 10px;
	}
	.margin-lr{
		margin-right: 10px;
		margin-left: 10px;
	}
	#apc-menu-logo{
		text-align: left;
	}
	#apc-menu-links .menu{
		text-align: right;
	}
	#apc-menu-links .menu{
		list-style-type: none;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#apc-menu-links .menu li{
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
	}
	
	#apc-menu-links .menu li a{
		display: inline-block;
		margin: 0 0 0 0;
		padding: 50px 10px 50px 10px;
		font-family: 'Dosis', sans-serif;
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	/*MENU COULEUR BACKGROUND ET BORDER*/
	.apc-blue .menu-item-object-page a,
	.apc-blue .menu-item-object-post a,
	.apc-blue .menu-item-home a{
		color: #898989;
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.apc-blue .menu-item-home a:hover,
	.apc-blue .menu-item-object-page a:hover,
	.apc-blue .menu-item-object-post a:hover,
	.apc-blue .current-menu-item a{
		color: #395caa;
		background: #f8f8f8;
		border-bottom: 1px solid #395caa;
	}
	
	.apc-green .menu-item-object-page a,
	.apc-green .menu-item-object-post a,
	.apc-green .menu-item-home a{
		color: #898989;
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.apc-green .menu-item-home a:hover,
	.apc-green .menu-item-object-page a:hover,
	.apc-green .menu-item-object-post a:hover,
	.apc-green .current-menu-item a{
		color: #7c8e00;
		background: #f8f8f8;
		border-bottom: 1px solid #7c8e00;
	}
	
	.apc-yellow .menu-item-object-page a,
	.apc-yellow .menu-item-object-post a,
	.apc-yellow .menu-item-home a{
		color: #898989;
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.apc-yellow .menu-item-home a:hover,
	.apc-yellow .menu-item-object-page a:hover,
	.apc-yellow .menu-item-object-post a:hover,
	.apc-yellow .current-menu-item a{
		color: #fba61c;
		background: #f8f8f8;
		border-bottom: 1px solid #fba61c;
	}
	
	.apc-pink .menu-item-object-page a,
	.apc-pink .menu-item-object-post a,
	.apc-pink .menu-item-home a{
		color: #898989;
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.apc-pink .menu-item-home a:hover,
	.apc-pink .menu-item-object-page a:hover,
	.apc-pink .menu-item-object-post a:hover,
	.apc-pink .current-menu-item a{
		color: #e40092;
		background: #f8f8f8;
		border-bottom: 1px solid #e40092;
	}
	
	.apc-red .menu-item-object-page a,
	.apc-red .menu-item-object-post a,
	.apc-red .menu-item-home a{
		color: #898989;
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.apc-red .menu-item-home a:hover,
	.apc-red .menu-item-object-page a:hover,
	.apc-red .menu-item-object-post a:hover,
	.apc-red .current-menu-item a{
		color: #fba61c;
		background: #f8f8f8;
		border-bottom: 1px solid #fba61c;
	}
	
	#apc-normal-menu{
		display: block;
	}
	
	#apc-small-menu{
		display: none;
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	#apc-main-frame{
		margin: 50px auto 100px auto;
	}
	#apc-footer-credits{
		margin-top: 0px;
	}
	.margin-lr{
		margin-right: 20px;
		margin-left: 20px;
	}
	#apc-menu-logo{
		text-align: left;
	}
	#apc-menu-links .menu{
		text-align: right;
	}
	#apc-menu-links .menu{
		list-style-type: none;
		display: block;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
	}
	
	#apc-menu-links .menu li{
		display: inline-block;
		margin: 0 0 0 10px;
		padding: 0 0 0 0;
	}
	
	#apc-menu-links .menu li a{
		display: inline-block;
		margin: 0 0 0 0;
		padding: 50px 10px 50px 10px;
		font-family: 'Dosis', sans-serif;
		font-weight: normal;
		font-size: 16px;
		text-transform: uppercase;
		text-decoration: none;
	}
	
	
	/*MENU COULEUR BACKGROUND ET BORDER*/
	.apc-blue .menu-item-object-page a,
	.apc-blue .menu-item-object-post a,
	.apc-blue .menu-item-home a{
		color: #898989;
		background: #ffffff;
		border-bottom: 1px solid #ffffff;
	}
	
	.apc-blue .menu-item-home a:hover,
	.apc-blue .menu-item-object-page a:hover,
	.apc-blue .menu-item-object-post a:hover,
	.apc-blue .current-menu-item a{
		color: #395caa;
		background: #f8f8f8;
		border-bottom: 1px solid #395caa;
	}
	
	#apc-normal-menu{
		display: block;
	}
	
	#apc-small-menu{
		display: none;
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	#apc-normal-menu{
		display: block;
	}
	
	#apc-small-menu{
		display: none;
	}
}
