@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------------------------------------------------ *\
	IMPORT
\* ------------------------------------------------------------------------------------------------------ */
	@import url("boutons.css");
	@import url("cadres.css");
	@import url("formulaire.css");
	/* @import url("menu-modules.css");*/
	/* @import url("menu.css"); */


	.defi-bg {
		background: #8a384e;
		color: #fff;
	}
	.SousHeader {
		position: absolute;
		top: 3px;
		left: 0;
		width: 100%; 
		height: 400px; 
		background: #8a384e;
		background: -webkit-gradient(linear, left top, left bottom, from(#8a384e), to(#fff));
		background: -webkit-linear-gradient(top, #8a384e, #fff);
		background: -moz-linear-gradient(top, #8a384e, #fff);
		background: -ms-linear-gradient(top, #8a384e, #fff);
		background: -o-linear-gradient(top, #8a384e, #fff);
		background-image: -ms-linear-gradient(top, #8a384e 0%, #fff 100%);
		clear: both;
	}


/* ------------------------------------------------------------------------------------------------------ *\
	BLISES
\* ------------------------------------------------------------------------------------------------------ */
	* {
		margin: 0;
		padding: 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		color: #666;
		outline: 0;
	}
	 body {
		overflow-x: hidden;
		width: 100%;
		height: 100%;
	}
	div {
		display: block;
	}
	strong,
	em {
		font-family: inherit;
		font-size: inherit;
		color: inherit;
	}
	h1, .h1 {
			position: relative;
			margin: 20px 0;
			text-align: center;
			color: #666;
			font-size: 3em;
			font-weight: normal;
			letter-spacing: 10px;
			z-index: 1;
	}
	h2, .h2 {
		margin: 30px auto 10px auto;
		font-size: 20px;
		font-weight: normal;
		color: #8a384e;
	}
	h3, .h3 {
		margin: 10px 0;
		font-size: 16px;
		font-weight: normal;
		color: #369;
	}
	a {
		text-decoration: underline; 
		color: #FF0099; 
		font-size: 14px;
	}
	a:hover {
		text-decoration: none; 
		font-weight: bolder;
	}


	.page-entete,
	.page-bandeau,
	.page-body,
	.page-content {
		width: 1080px;
		margin: 0 auto;
	}

	footer {
		width: 100%;
		background: #272727;
	}

	.active {
		
	}
	.banner {
		margin: 20px 0;
	}
	.hide {
		display: none;
	}
/* ------------------------------------------------------------------------------------------------------ *\
	CLASSES
\* ------------------------------------------------------------------------------------------------------ */

.clearfix {clear: both;}
.mainbar {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 80px;
	background: #fff;
	box-shadow: 0 5px 10px #666;
	z-index: 101;
}
	.mainbar-content {
		position: relative;
		width: 1080px;
		margin: 0 auto;
	}
	.mainbar-slogan {
		display: inline-block;
		line-height: 80px;
	}
		.mainbar-slogan img {
			margin-top: 20px;
			height: 40px; 
			vertical-align: middle;
		}
	.mainbar-slogan div {
		display: inline-block;
		margin-left: 10px;
		float: right;
		font-size: 30px;
		color: #8a384e;
	}

.mainbar .navbar {
	float: right;
}
	.mainbar .navbar ul {
		position: absolute;
		bottom: 3px;
		right: 0;
	}
	.mainbar .navbar li {
		display: inline-block;
		float: left;
		list-style: none;
	}
	.mainbar .navbar li .navbar-link1 {
		display: inline-block;
		float: left;
		list-style: none;
		padding: 5px 10px;
		margin: 0 2px;
		border-bottom: 3px solid rgba(255, 255, 255, 0);
		text-decoration: none;
		line-height: 20px !important;
		color: #8a384e;
	}
		.mainbar .navbar li .navbar-link1:hover {
			border-bottom: 3px solid #FF0099;
			font-weight: bolder;
		}
		.navbar-current {
			display: inline-block;
			float: left;
			list-style: none;
			padding: 5px 10px;
			margin: 0 2px;
			border-bottom: 3px solid #8a384e !important;
			text-decoration: none;
			line-height: 20px !important;
			color: #8a384e;
			font-weight: bolder;
		}
		.navbar-body {
			position: absolute;
			top: 36px;
			left: 0;
			width: 100%;
			height: 0;
			line-height: 0;
			background: #fff;
			overflow: hidden;
			box-shadow: 0 3px 3px #000;
			transition:  0.5s ease-in-out;
		}
			.navbar-content {
				padding: 0 20px;
			}
			.mainbar .navbar li:hover .navbar-body {
				height: 390px;
			}
			.navbar-title:before {
				content: '\00bb';
				margin-right: 10px:;
			}
				.navbar-title {
					margin: 20px 0;
					font-size: 16px;
					line-height: 20px;
				}
				.navbar-link2 {
					display: block;
					line-height: 20px;
					padding: 0 20px;
				}
				.navbar img {
					width: 100%;
				}
	
	.bloc-gris {
		display: block;
		background: #efefef;
	}		

/* ------------------------------------------------------------------------------------------------------ *\
	PAGE
\* ------------------------------------------------------------------------------------------------------ */
	.page {
		position: relative;
		width: 100%;
		clear: both;
	}
		.page-entete {
			width: 1080px;
			margin: 20px auto 40px auto;
			font-size: 40px;
			font-weight: normal;
			color: #fff;
		}
		.page-accroche {
			width: 80%;
			margin: 0 auto;
			padding: 30px 0;
			text-align: center;
			font-size: 16px;
		}
		.page-bandeau {
			padding: 40px 0 20px 0;
			z-index: 1;
		}
		.page-body {
			position: relative;
			z-index: 1;
		}
			.page-content {
				display: block;
				padding: 10px;
				z-index: 1;
			}
			.page-content .accroche {
				padding: 10px 10px 10px 40px;
				font-size: 1.5em;
			}
				.page-content ul ,
				.page-content ol {
					margin: 20px;
				}
					.page-content ul li {
						list-style: none;
						list-style-image: url(../img/liste-puce.jpg);
					}
					.page-content ul li,
					.page-content ol li {
						line-height: 20px;
						padding-left: 25px;
						list-style-position: inside;
					}
					.page-content ol {
						counter-reset: count;
					} 
						.page-content ol li {
						    list-style-type: none;
						    counter-increment: count; 
						}
						.page-content ol li:before {
						    content: counter(count); 
						    vertical-align: top;
						    padding: 2px 6px;
						    background: #EC5D61;
						    -moz-border-radius: 60px;
						    border-radius: 60px;
						    color: white;	
						    font-size: 0.8em;	
						}

/* ------------------------------------------------------------------------------------------------------ *\
	BLOC ACUTALITE
\* ------------------------------------------------------------------------------------------------------ */
	.DetailActualite {
		background: #eeeeee;
		padding: 20px 20px 30px 20px;
	}
		.DetailActualite img {
			float: left;
			width: 120px;
			height: 120px;
			margin: 0 20px 10px 0;
		}
		.DetailActualite span {
			font-size: 10px;
		}
	.ListeActualite {
		
	}



/* ------------------------------------------------------------------------------------------------------ *\
	BLOC LOGICIELS ACCUEIL
\* ------------------------------------------------------------------------------------------------------ */
	.logiciel-bloc {
		padding: 20px 0;
		clear: both;
	}
		.logiciel-bloc:hover .logiciel-bloc-content {
			opacity: 0;
		}
		.logiciel-bloc-pix {
			width: 80px;
			height: 80px;
			margin-right: 15px;
			float: left;
		}
	.bloc-page {
		padding: 40px 0;
		clear: both;
	}

	.blocmodule {
		display: inline-block;
		width: 100%;
		margin: 20px 0;
		border-radius: 0;
		text-align: center;
		cursor: pointer;
		text-decoration: none;
		background-repeat: no-repeat;
		background-position: top center;
		background-size: 100% 75%;
		transition: 0.5s;
		}
		.blocmodule h3 {
			padding: 15px 0;
			background: rgba(51,153,204, 1);
			border-radius: 0;
			text-align: center;
			color: #fff;
			font-size: 16px;
			transition: 0.5s;
		}
		.blocmodule-info {
			position: relative;
			padding: 20px;
			height: 130px;
			/*background: rgba(255,255,255, 0.7);*/
			transition: 0.5s;
		}
			/*.blocmodule-info span {
				position: absolute;
				top: 25px;
				left: 90px;
				color: #3399cc;
				font-size: 100px;
				font-weight: bolder;
			}*/
			.blocmodule:hover {
				border-radius: 50px 0 50px 50px;
			}
			.blocmodule:hover h3 {
				border-radius: 0 0 50px 50px;
			}
			.blocmodule:hover .blocmodule-info {
				height: 130px;
				padding: 20px;
				background: rgba(255, 255, 255, 0.8);
				transition: 0.5s;

			}
			.blocmodule:hover .blocmodule-info img {
				transition: 0.5s;
				opacity: 0;
			}
			.blocmodule:hover .blocmodule-accroche {
				opacity: 1;
				transition: 0.5s;

			}
			.blocmodule:hover .blocmodule-accroche {
				color: #000 !important;
				font-weight: normal !important;
			}
			.blocmodule-info img {
				width: 120px;
			}
		.blocmodule-accroche {
			position: absolute;
			left: auto;
			right: auto;
			top: 20px;
			width: 80%;
			height: 50px;

			padding: 10px 0;
			text-align: center;
			font-size: 14px;
			opacity: 0;
				transition: 0.5s;
		}

/* ------------------------------------------------------------------------------------------------------ *\
	BLOC FOOTER
\* ------------------------------------------------------------------------------------------------------ */
	.bloc-coordonnees {
		width: 1080px;
		margin: 0 auto;
		padding: 40px 0 ;
 		color: #fff !important;
	}
		.bloc-coordonnees a {
			color: #8a384e;
		}
			.bloc-coordonnees a:hover {
				color: #fff;
			}
		.bloc-coordonnees-title {
			font-size: 20px;
			padding: 10px 0;
			margin-bottom: 20px;
			border-bottom: 1px solid #ccc;	
			color: #fff !important;
		}
		.bloc-coordonnees ul,
		.bloc-coordonnees li {
			line-height: 25px;
			list-style: none;
			list-style-position: inside;
 			color: #fff !important;
		}

/* ------------------------------------  *\
	$RESPONSIVE
\* ------------------------------------  */

	@media (max-width: 800px) {
	
	.body {
		overflow-x: auto;
	}
	.site-pusher {
		height: 100%;
		transition-duration: 0.3s;
		transform: translateX(0px);
	}
	.site-content {
		position: absolute;
		top: 70px;
		right: 0;
		bottom: 0;
		left: 0;
		padding: 0;
		overflow-y: scroll;
		z-index: 0;
	}
	.navbar {
		position: static;
		z-index: 10 !important;
	}

	.toprbar-icone {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 45px;
		height: 70px;
		background: rgba( 0, 0, 0, 0.8);
		cursor: pointer;
	}
		.toprbar-icone:after {
			content: '';
			position: absolute;
			display: block;
			top: 20px;
			left: 12px;
			width: 16px;
			height: 0;
			box-shadow: 0 10px 0 1px #fff, 0 16px 0 1px #fff, 0 22px 0 1px #fff;
		}

		.topbar-logo {
			margin-left: 50px;
		}

		.topbar-menu-left {
			position: absolute;
			left: 0;
			width: 250px;
			height: 100%;
			background: rgb(176,193,83);
			transform: translateX(-270px);
			z-index: 10;
		}
			.topbar-menu-left a {
				display: block;
				border-bottom: 1px solid rgba( 0, 0, 0, 0.1);
				line-height: 40px;
				border-radius: 0 !important;
				text-align: center;
			}
			.topbar-menu-left a:hover {
				line-height:  40px;
				background: none;
			}


	.slider {
		position: relative;
		margin: 0px;
		clear: both;
		z-index: 0;
	}
	.width-sidebar .topbar-menu-left {
		transform: translateX(-270px);
		transition-duration: 0.3s;
	}
		.width-sidebar .site-pusher {
		transform: translateX(250px);
	}
		.page-content,
		.cadreg50, 
		.cadred50, 
		.cadreg23, 
		.cadred23,
		.cadreg33,
		.cadrem33,
		.cadred33,
		.cadred13,
		.cadreg13, 
		.cadre-80-center,
		.cadre-moitie-center,
		.form-group  {margin: 20px auto; padding: 0; max-width: 90% !important; width: 90% !important; float: none;}
