@charset "utf-8";

* {
	padding:0;
	margin:0;
}

a {
	outline: 0 !important;
}

html, body {
	height:100%;
}

body {
	font-family:"Lato", sans-serif;
	font-weight: normal;

	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;

	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;	
}

p {
	margin:0;
	font-size: 16px;
	color: #4e4d50;
}

ul {
	list-style: none;
}


h3 {
	font-size: 32px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 15px;	
}

.rowspacing {
	margin-top: 100px;
}

span.exemples {
	font-size: 22px;
	font-weight: bold;
	color: #555;
	line-height: 1;
}

input{
	margin: 5px;
}




/* N A V  */

nav {
	padding: 0 15px;
}

nav ul {
	margin-bottom: 0px;
}

nav li {
	display: inline-block;
	vertical-align: middle;
}
nav li a {
	color: #4e4d50;
	padding: 27px 5px 27px 5px;
	margin: 0 5px;
}

nav li a:hover {
	color: #e81f64;
}

nav li a.active {
	color: #e81f64;
}

nav li .logo{
	background-image: url('../images/logo@2x.png');
	display: inline-block;
	background-size: 172px 45px;
	background-repeat: no-repeat;
	content: ' ';
	width: 172px;
	height: 45px;
	margin-top: 3px;
	margin-bottom: -3px;
	margin-left: 0px;
	margin-right: 30px;
	background-position: center;
}





/* C O L O R S */

.globalColor {
	background-color: #03a9f4;
}

.infosColor {
	background-color: #38a4dd;
}

.actionColor {
	background-color: #e81f64;
}

.contactBtn {
	background-color: #fff;
	color: #e81f64; 
	border: solid;
	font-size: 20px !important;
	max-width: 230px !important;
}

.contactBtn:hover {
	background-color: #e81f64 !important;
	color: #ffffff !important;
	border: solid #e81f64 !important;
	font-size: 20px !important;
	max-width: 230px !important;
}



.conseilColor {
	background-color: #03a9f4;
}

.formationColor {
	background-color: #03a9f4;
}

.coachingColor {
	background-color: #03a9f4;
}








/* H O M E */

.cover {
	position: relative;
	overflow: hidden;
	padding: 45px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 80px;
}

.cover .illu {
	position: absolute;
	top: 0;
	right: -80px;
	content : '';
	background: url('../images/illu.png');
	background-size: 400px 400px;
	width: 400px;
	height: 400px;
	z-index: 0;
	opacity: 0;
}

.cover h1 {
	font-size: 55px;
	font-weight: bold;		
}

.cover h2 {
	font-size: 25px;
	margin: 30px auto 40px auto;
	max-width: 500px;
}

.btn-xelor {
	font-size: 16px;
	padding: 15px;
	border-radius: 0;
}

.btn-xelor:hover, .btn-xelor:focus {
	color: #fff;
	background-color: #ff0062;
} 

@media (min-width: 992px){
	.cover {
		padding:70px 0;
	}
	.cover h1 {
		font-size: 72px;
		margin-left: auto;
		margin-right: auto;
		max-width: 1060px;
		line-height: 80px;
	}

	.cover h2 {
		font-size: 30px;
		max-width: 900px;
	}

	.cover .btn-xelor {
		font-size: 20px;
		padding: 20px;
	}	

	
}

@media (min-width: 1100px){

	.cover .illu {
		background-size: 600px 600px;
		width: 600px;
		height: 600px;
		right: -100px;
		opacity: 1;
	}

}










.vincent-boutin img {
	width: 100%;
	max-width: 270px;
	border-radius: 270px;
}

figure {
	text-align: center;
}

.vincent-boutin figcaption {
	text-align: center;
	margin-top: 10px;
}

.vincent-boutin figcaption span {
	font-size: 12px;
}


h3.engagements {
	margin-top: 60px;
}

.missions p {
	max-width: 700px;
	font-size: 20px;
	line-height: 1.5;
}





.activities {
	padding: 60px 0;
	color: #fff;
}

.activities h3 {
	margin-bottom: 60px;
	margin-top: 0px;
	font-size: 44px;	
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

.activities .row {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 45px;
}

.missionDetails .logo {
	width: 100%;
	height: 193px;
	background-color: #fff;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
}

.missionDetails .infos {
	color: #fff;
}

.missionDetails .infos h4{
	font-size: 28px;
	margin: 0 0 5px 0;
}

.missionDetails .infos span{
	font-size: 14px;
}

.missionDetails .infos strong{
	
}

.missionDetails .infos p{
	margin-top: 10px;
	font-size: 16px;
	color: #fff;
	max-width: 620px;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 66px;
}

.missionDetails p span{
	font-size: 20px !important;
}

.missionDetails .infos a{
	font-size: 16px;
	color: #fff;
	padding: 10px 20px;
	display: inline-block;
	margin-top: 20px;
}

.missionDetails .infos a:hover{
	background-color: #ff0062;
}

.missionDetails .logoContainer {
	padding-left: 0;
}

.veolia {
	background: url('../images/logo_veolia_eau.gif');
	background-size: 190px 111px;
}

.aucores {
	background: url('../images/logo_aucores.jpg');
	background-size: 164px 85px;
}


.oxygroup {
	background: url('../images/oxygroup.jpg');
	background-size: 190px 111px;
}

.orem {
	background: url('../images/orem.jpg');
	background-size: 190px 111px;
}

.dominique {
	background: url('../images/logo_dominique.jpg');
	background-size: 190px 111px;
}

.msod {
	background: url('../images/logo_msod.jpg');
	background-size: 190px 111px;
}

.thai {
	background: url('../images/logo_thai.jpg');
	background-size: 190px 111px;
}


.mondialProtection {
	background: url('../images/mondialProtection.jpg');
	background-size: 190px 111px;
}

.autobella {
	background: url('../images/autobella.jpg');
	background-size: 190px 111px;
}


.eiffage {
	background: url('../images/eiffage.jpg');
	background-size: 190px 111px;
}


.eiffage_energy {
	background: url('../images/eiffage_energy.jpg');
	background-size: 190px 111px;
}

.goldDweling {
	background: url('../images/goldDweling.jpg');
	background-size: 190px 111px;
}

.gs_secu {
	background: url('../images/gs_secu.jpg');
	background-size: 190px 111px;
}

.syndicat_coaching {
	background: url('../images/syndicat_coaching.jpg');
	background-size: 190px 111px;
}












.customer {
	text-align: center;
	font-size: 32px;
	margin-bottom: 45px;
}

.clients a {
	display: block;
	width: 100%;
	height: 120px;
	background-position: center;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}
.clients a:hover {
	opacity: 0.7;
}



.quote {
	text-align: center;
	margin: 50px 0;
}

.quote p {
	font-size: 26px;
	margin-bottom: 30px;
}

.quote span {
	padding: 0 30px;
}

.quote a {
	min-width: 220px;
}








/* N O S - A C T I V I T E S */

.nos-activites-block {
	text-align: center;
	margin-bottom: 15px;
}

.nos-activites-block h3 {
	/*color: #fff;padding: 25px 15px 5px 15px;*/
	font-size: 30px;
	font-weight: normal;
	padding: 25px 15px 0px 15px;
	margin-bottom: 0;
}

.nos-activites-block p {
	/*color: #fff;*/
	padding: 15px 0px 0px 0px;
	max-width: 335px;
	min-height: 110px;
	margin: 0 auto;
	font-size: 13px;
}

.nos-activites-block p span {
	font-style: italic;
	font-size: 13px;
}

.nos-activites-block a {
	display: block;
	width: 100%;
	padding: 15px 15px;
	font-size: 16px;
	margin-left: auto;
	margin-right: auto;
	max-width: 190px;
}

.nos-activites-block a:hover {
	background-color: #ff0062;
}

.activitesContent p {
	font-size: 20px;
	line-height: 1.5;
}

.activitesContent p span {
	font-weight: bold;
}

.activitesContent p a{
	color: #e81f64;
	text-decoration: underline;
}

.activitesContent p strong{
	font-size: 26px;
}

.activitesContent h4 {
	font-size: 32px;
	margin-top: 60px;
	margin-bottom: 25px;
	font-weight: bold;
	color: rgba(0, 0, 0, 0.75);
}

.activitesContent h4:first-child {
	margin-top: 10px;
}

.activitesContent h5 {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
	margin-top: 30px;
}

.activitesContent h5:first-child {
	margin-top: 10px;
}

.marginBottomFormation {
	margin-bottom: 100px;
}


.otherActivities h3 {
	margin-bottom: 30px;
	text-align: center;
}

.nos-activites-block-contact span {
	display: block;
	font-size: 26px;
	margin: 40px 0 10px 0;
}

/* Evaluation */

.evalCover{
	padding: 5px;
}

.evalCover .illu{
	background-color: green;
	height: 100px;
	background: url('../images/illu.png');
	background-size: 100px 100px;
	width: 100px;
	height: 100px;
	right: 0px;
	margin: 0px;
	padding: 0px;
}

.full-width-butt{
	width:98%;
	height:30px;
	margin-top: 6px;
	/*margin-left:6px;
	margin-right: :6px;
	border-radius: 4px;
	*/
}

select{
	/*
	border-width: 0;
	*/
}

#admin_mainframe{
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:black;
	margin-bottom:6px;
	padding-bottom:6px;
}

.evaltable{
	margin: 6px;
}

.evaltable td, th{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	padding: 2px 4px;
	text-align: center;
	color: #000;
}

.evaltable td a{
	color:#000;
}

.clearcell td{
	border-width : 0px;
	border-color : #fff;
	border-style: none;
}

i.qdetail{
	position: relative;
   color: black;
   text-decoration: none;
}

i.qdetail span{
	display:none;
}

i.qdetail:hover{
	background:none;
	z-index: 777;
	cursor: help;
}

i.qdetail:hover span{
	display: inline;
	position: absolute;
	white-space: nowrap;
	top: -40px; 
	left: 10px;

	background: white;

	color: black;
	padding: 3px;
	padding-left: 6px;
	padding-right: 6px;


	border: 1px solid #CCC;
	border-left: 2px solid #CCC;
	border-bottom: 1px solid #AAA;
}




/* F O O T E R */

.footerBG {
	background-color: #00579b;
	padding-top: 30px;
	margin-top: 100px;
}

footer {
	color: #fff;
}

footer .logo {
	background-image: url('../images/footer.png');
	display: block;
	background-size: 168px 120px;
	background-repeat: no-repeat;
	content: ' ';
	width: 168px;
	height: 120px;
	margin: 40px auto 60px auto;
	background-position: center;
}

footer ul {
	display: block;
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}

footer ul li {
	padding: 10px 15px;
	display: inline;
}

footer ul li a {
	padding: 20px 0;	
}

footer ul li a:hover {
	text-decoration: underline;
}

footer p {
	padding: 15px;
	color: #fff;
	font-size: 14px;
}