body {
	/*background-image: url('../img/bg01.png');*/
	background-size: 100%;
	color: white;
	font-family: Arial, "Lucida Grande", "Lucida Sans Unicode",
		"Trebuchet MS", Helvetica, sans-serif;
	overflow-x: hidden;
	background-size: cover;
}

.corps {
	background-size: 100% 50%;
	font-size: 14px;
	min-height: 146px;
	margin-top: 160px;
	margin-bottom: 200px;
	background-color: rgba(0, 0, 0, 0.67);
}

@media ( max-width : 767px) {
	.corps {
		background-image: url('../img/bg02.png');
		background-repeat: no-repeat;
		background-size: 100% 25%;
		font-size: 14px;
		min-height: 630px;
		margin-top: 100px;
		margin-bottom: 130px;
	}
	.projet-form .client-input, .projet-form .projet-input {
		width: 87%;
		margin-left: 16px;
		padding-left: 28px !important;
		background-position: 2% !important;
	}
	.sld-titre a {
		font-size: 25px;
	}
}

@media ( width : 736px) {
	.projet-form .client-input, .projet-form .projet-input {
		margin-left: 32px;
	}
}

/*----- Texte associé au Slide  : FIN----- */
.main-zone {
	background-color: rgba(255, 255, 255, 0.80);
	min-height: 290px;
	padding-top: 10px;
	overflow: auto;
}

.logo-zone {
	margin-bottom: 25px;
}

.logo {
	width: 108%;
}

.search {
	margin: auto;
}

#rechercher {
	
	border-bottom: 2px solid #1e70ce;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	color: black;
	display: block;
	font-style: italic;
	margin: auto;
	padding-right: 25px;
	width: 85%;
	float: left;
}

#rechercher:active, #rechercher:focus {
	border-left: 0;
	border-right: 0;
	border-top: 0;
}

.search.boutton {
	background: none;
	border: none;
	font-size: 23px;
	float: right;
	margin-right: 2px;
	margin-top: -31px;
	color: #1E70CE;
}

.chat-help {
	position: absolute;
	z-index: 1;
}

.chat-help-logo {
	/*height: 100%;*/
	
}

/*----- zone de suivi projet : DEBUT 	------*/
.projet {
	background-image: url('../img/projet00.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	min-height: 63px;
	background-color: #e9e9e9;
	margin-bottom: 10px;
}

.projet-deb span {
	display: block;
	font-weight: bold;
	margin-left: 10px;
	margin-top: 11px;
	/*width: 85%;*/
}

.projet-form {
	margin-top: 10px;
	padding-top: 2px;
}

.projet-field-zone {
	margin-right: 10px;
}

.projet-field-zone * {
	background-color: white;
	color: grey;
}

.projet-field-zone .glyphicon {
	color: orange;
	margin-right: 10px;
}

.projet-form .projet-field {
	border-radius: 5px;
	border-width: 0;
	color: #7f7f7f;
	font-size: 12px;
	height: 30px;
	margin: 5px 5px;
	padding: 0 0 0 28px;
}

.projet-form .projet-field2 {
	border-radius: 5px;
	border-width: 0;
	color: #7f7f7f;
	font-size: 12px;
	height: 30px;
	padding: 0 0 0 px;
}
.projet-form .client-input {
	background-image: url('../img/projet03.png');
	background-repeat: no-repeat;
	background-position: 5%;
}

.projet-form .projet-input {
	background-image: url('../img/projet04.png');
	background-repeat: no-repeat;
	background-position: 5%;
}

.projet-form .password-input {
	background-image: url('../img/projet05.png');
	background-repeat: no-repeat;
	background-position: 5%;
}

@media ( max-width : 767px) {
	.main-zone {
		padding-left: 0px;
	}
	.projet {
		background-image: none;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		background-color: gray;
		background-color: #e9e9e9;
		margin-bottom: 10px;
	}
	.projet-form {
		margin-top: 5px;
	}
	.projet-deb span {
		color: #1e70ce;
		display: block;
		float: none;
		font-weight: bold;
		margin-left: auto;
		margin-right: auto;
		margin-top: 5px;
		font-size: 15px;
	}
	.projet-form .projet-field {
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
		padding: 0 0 0 30px;
		background-position: 2%;
	}
	.projet-submit {
		background-image: url('../img/projet06.png');
		background-repeat: no-repeat;
		background-size: 100% 100%;
		border-radius: 5px;
		border: none;
		font-size: 22px;
		font-weight: bold;
		height: 25px;
		margin-bottom: 5px;
		width: 50px;
	}
}
/*----- zone de suivi projet : FIN 		------*/
/*----- Zone de l'article en accueil : DEBUT	------*/
.home-art {
	float: none;
	width: 103%;
	border: 1px solid #ccc;
	padding: 4px;
	min-height: 233px;
}

.home-art-image {
	width: 100%;
	height: 123px;
}

.home-art-titre {
	color: #6688bb;
	font-weight: bold;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: left;
	height: 55px;
}

.home-art-resume {
	color: #6E6E6E;
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 3px;
}
@media ( min-width : 768px) {
	.home-art-resume {
		max-height: 54px;
	}
}
@media ( max-width : 767px) {
	.main-zone {
		padding-left: 0px;
	}
	.home-art {
		float: none !important;
		margin-bottom: 10px;
		margin-left: 20px;
		margin-right: auto;
		min-height: 50px;
		height: auto;
		overflow: auto;
	}
	.home-art-titre {
		height: auto;
	}
	.home-art-resume {
		max-height: auto;
		overflow: visible;
		margin-top: 3px;
	}
	
}
/*----- Zone de l'article en accueil : FIN 		------*/

/*----- pied de page : DEBUT	------*/
.home-footer-1 {
	padding: 10px 0;
}

.home-footer-1 h6 {
	margin-top: 0;
}

.temoignews {
	
}

#newsletter::-webkit-input-placeholder, #newsletter:-moz-placeholder,
	#newsletter::-moz-placeholder, #newsletter:-ms-input-placeholder,
	.wysija-input::-webkit-input-placeholder {
	color: #4b4b4b;
	font-style: italic;
	font-size: 14px;
}

.contact-home-zone {
	background-color: #FF8A00;
}

.contact-home-logo {
	display: block;
	margin: 1px auto 1px auto;
}

.partenaire-zone .center-block {
	float: none;
}

.partenaire-titre {
	font-size: 18px;
	text-align: center;
}

.partenaire-contenu {
	min-height: 115px;
	margin-left: 20%;
}

.partenaire-item {
	margin-bottom: 15px;
	margin-top: 15px;
}

.partenaire-item a img {
	display: block;
	margin: auto;
}

.partenaire-ligne {
	border-bottom: 2px solid #949391;
}

.about h6 a {
	font-size: 14px;
}

.home-footer-2 {
	background-image: url('../img/footer01.png');
	min-height: 35px;
}

.home-footer-2 .container {
	margin-top: 8px;
}

.home-footer-2, .home-footer-2 a {
	font-size: 12px;
}

.home-footer-2 a {
	color: white;
	text-align: center;
}

.sitemap-zone, .mention-zone {
	/*background-color: #184475;*/
}

.copyright {
	text-align: right;
	color: #b1b1b1;
}

@media ( max-width : 767px) {
	.home-footer-1 {
		padding: 10px 0;
		background-color: rgba(24, 22, 22, 0.84);
	}
	.home-footer-1 h6 {
		margin-top: 0;
	}
	.home-footer-1 a {
		color: #949391;
	}
	.partenaire-zone {
		margin-bottom: 10px;
	}
	.partenaire-titre {
		background-color: #FF8A00;
		background-image: url('../img/projet06.png');
		background-repeat: no-repeat;
		background-position: right;
		text-align: left;
	}
	.partenaire-titre a {
		color: white;
		font-size: 18px;
		font-weight: bold;
		margin-left: 15px;
	}
	.newsletter-zone {
		padding-bottom: 10px;
	}
	.newsletter-ok {
		background-color: #1E70CE;
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
	}
	.newsletter-email {
		background-color: #DFDFDF;
		color: #1E70CE;
	}
	.about h6 a {
		color: #3b424a;
		font-size: 12px;
		font-weight: bold;
	}
	.sitemap-zone {
		background-color: #FF8A00;
	}
	.sitemap-zone a {
		color: white;
		font-size: 12px;
		font-weight: bold;
		padding: 4px 0;
		text-align: center;
	}
	.mention-zone {
		background-color: transparent;
		margin-top: 5px;
	}
	.mention-zone a, .copyright {
		font-size: 12px;
	}
	.mention-zone a {
		text-decoration: underline;
	}
	.copyright {
		margin-bottom: 15px;
		margin-top: 10px;
		text-align: left;
	}
}
/*slide*/
/*----- Texte associé au Slide  : DEBUT----- */
.sld-zone {
	color: white;
	display: block;
	font-family: oswald;
	min-height: 130px;
}

.sld-titre {
	font-size: 18px;
	margin-bottom: 0;
	margin-top: 20px;
	line-height: 46px;
}

.sld-resume {
	display: none;
}

.sld-titre a, .sld-resume a {
	color: white;
}

.carousel-inner .item img, .carousel-inner .item2 img {
	min-width: 1024px;
}

@media ( min-width : 1024px) {
	.sld-titre {
		font-size: 45px;
	}
}

@media ( min-width : 768px) and (max-width: 1023px) {
	.sld-titre {
		font-size: 35px;
	}
}

@media ( max-width : 768px) {
	.carousel-caption {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.lr-share-vertical-fix {
		display: none !important;
	}
	.sld-titre {
		overflow: visible;
		line-height: 25px;
	}
}

[class*="sld-resume"] {
	/* font-weight: bold; */
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-family: "Arial", "sans serif";
	font-size: 12px;
	margin-top: 6px;
	max-height: 30px;
	height: 30px;
	overflow: hidden;
}
/*.sld-resume-sm {
	font-size: 11px;
}*/
.item2 {
	display: none;
}

.item2.active {
	display: block;
}

.slide-nav-div {
	width: 100%;
	float: left;
	height: 20px;
	text-align: center;
}

.slide-nav-div .navigation_slide {
	text-align: center;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transform: translate(0, 0);
}

.slide-nav-div .navigation_slide>li {
	float: left;
	margin-right: 2px;
	cursor: pointer;
	list-style-type: none;
	min-height: 10px;
	min-width: 10px;
}

.slide-nav-div .navigation_slide>li:before {
	content: "\f111";
	font-size: 12px;
	color: #ccc;
}

.slide-nav-div .navigation_slide>li.active:before {
	color: orange;
}

.slide-cache- {
	height: 100%;
	width: 100%;
	min-height: 1px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -11;
}
/*----- pied de page : FIN 		------*/