/*
CSS de base
*/

/* ===================================================== Fonts */

/* ===================================================== General DEFAULT */
/* --------------------------- General BASE */
html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 200px; /* Margin bottom by footer height */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.4;
	color: #4d4d4d;
}

img {
	max-width: 100%;
	height: auto;
}

video {
	max-width: 100%;
}

.box-shadow {
	box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, .05);
}

button:focus {
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	outline: none;
}

/* --------------------------- General MOB */
@media (max-width: 991px) {
	.body {
	}
}
/* --------------------------- General TAB + DESKTOP*/
@media (min-width: 768px) {
	.body {
	}
}
/* --------------------------- General DESKTOP*/
@media (min-width: 1200px) {
	.body {
	}
}

/* ===================================================== Texte DEFAULT */
/* --------------------------- Texte BASE */
a {
	color: #2d892b;
}

	a:hover {
		color: #96d658;
	}

p {
}

h1,
h2.h1 {
	font-family: 'Trocchi', serif;
	font-size: 2rem;
	text-transform: none;
	letter-spacing: normal;
}

h2 {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 1.5rem;
	font-weight: bold;
	color: #999999;
}

h3 {
	font-family: 'Trocchi', serif;
	font-size: 1.3rem;
}

h4 {
	font-family: 'Trocchi', serif;
	font-size: 1.1rem;
}

h5 {
}

h6 {
	text-transform: uppercase;
	letter-spacing: .5px;
	font-size: 0.8rem;
	font-weight: bold;
	color: #999999;
}

p strong {
	font-weight: normal;
}

.bold {
	font-weight: 700;
}

/* --------------------------- Fontstyles MOB */
@media (max-width: 991px) {
	.bold {
	}

	h1 {
		font-size: 1.2rem;
	}

	h3 {
		font-size: 1.05rem;
	}
}
/* --------------------------- Fontstyles TAB + DESKTOP*/
@media (min-width: 768px) {
	.bold {
	}
}
/* --------------------------- Fontstyles DESKTOP*/
@media (min-width: 1200px) {
	.bold {
	}
}

/* ===================================================== Bootstrap DEFAULT */
/* ---------------------------------- Bootstrap BASE */

.alert-danger-important {
	color: #721c24 !important; background-color: #f8d7da !important; border-color: #f5c6cb !important;
}

/* ---------------------------------- Navbar */
.navbar a {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.9em;
	color: #4d4d4d;
	line-height: 2;
}

	.navbar a:hover {
		color: #2d892b;
		text-decoration: none;
	}

.navbar i {
	vertical-align: text-bottom;
}

.espace-membre {
	text-transform: uppercase;
	letter-spacing: 1px;
}

	.espace-membre a:hover {
		text-decoration: none;
	}

	.espace-membre a i {
		font-size: 22px;
	}

/* ---------------------------------- Forms */
.form-control {
	border-radius: 0;
	font-size: 0.9rem;
}

	.form-control::-webkit-input-placeholder {
		font-size: 0.8em;
	}

	.form-control:-moz-placeholder {
		font-size: 0.8em;
	}

	.form-control::-moz-placeholder {
		font-size: 0.8em;
	}

	.form-control:-ms-input-placeholder {
		font-size: 0.8em;
	}

	.form-control::-ms-input-placeholder {
		font-size: 0.8em;
	}

	.form-control:focus {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

/* ---------------------------------- List bootstrap */
.list-inline-item:not(:last-child) {
	margin-right: 2rem;
}

.list-disc {
	list-style-type: disc;
}

/* ---------------------------------- Modals bootstrap */
.modal-footer {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.bloc-modal {
	padding: 20px;
	background-color: #fafafa;
}

.modal-text {
	font-weight: 600;
	font-size: 18px;
	color: black;
	line-height: 2;
}

/* --------------------------- Bootstrap MOB */
@media (max-width: 991px) {

	.container {
		max-width: 100%;
	}

	.navbar {
		position: relative !important;
		padding: 0;
	}

	.navbar-light .navbar-toggler {
		border: none;
		position: relative;
	}

	.navbar-toggler span {
		display: block;
		background-color: #444;
		height: 3px;
		width: 25px;
		margin-top: 4px;
		margin-bottom: 4px;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		position: relative;
		left: 0;
		opacity: 1;
	}

		.navbar-toggler span:nth-child(1),
		.navbar-toggler span:nth-child(3) {
			-webkit-transition: transform .35s ease-in-out;
			-moz-transition: transform .35s ease-in-out;
			-o-transition: transform .35s ease-in-out;
			transition: transform .35s ease-in-out;
		}

	.navbar-toggler:not(.collapsed) span:nth-child(1) {
		position: absolute;
		left: 12px;
		top: 10px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		opacity: 0.9;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(2) {
		height: 12px;
		visibility: hidden;
		background-color: transparent;
	}

	.navbar-toggler:not(.collapsed) span:nth-child(3) {
		position: absolute;
		left: 12px;
		top: 10px;
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
		opacity: 0.9;
	}


	.navbar-brand {
		padding-left: 15px;
	}

	.navbar-collapse {
		background-color: #333333;
	}

		.navbar-collapse .nav-item {
			padding: 10px 15px;
			border-bottom: 1px solid #fafafa;
		}

		.navbar-collapse .nav-link {
			color: #fafafa !important;
		}

			.navbar-collapse .nav-link:hover {
				color: #96d658 !important;
			}

	.espace-membre {
		padding: 15px !important;
	}
}
/* --------------------------- Bootstrap TAB + DESKTOP*/
@media (min-width: 768px) {
	/* ---------------------------------- Modals bootstrap */
	.modal-dialog {
		max-width: 800px;
	}
}
/* --------------------------- Bootstrap DESKTOP*/
@media (min-width: 1200px) {
}

/* ===================================================== Paddings Margins DEFAULT */
/* ---------------------------------- Paddings Margins BASE */
.no-padding {
	padding: 0 !important;
}

.no-padding-left {
	padding-left: 0 !important;
}

.no-padding-right {
	padding-right: 0 !important;
}

.no-padding-top {
	padding-top: 0 !important;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-margin {
	margin: 0 !important;
}

.no-margin-left {
	margin-left: 0 !important;
}

.no-margin-right {
	margin-right: 0 !important;
}

.no-margin-top {
	margin-top: 0 !important;
}

.no-margin-bottom {
	margin-bottom: 0 !important;
}

/* ===================================================== Transitions DEFAULT */
/* ---------------------------------- Transitions Base */
.ease-all-04 {
	transition: all 0.4s ease;
}

/* ===================================================== Colors DEFAULT */
/* ---------------------------------- Colors Base */
.white {
	color: #ffffff;
}

.black {
	color: #000000;
}

.grey {
	color: #999999;
}

.green {
	color: #2d892b;
}

.lime-green {
	color: #96d658;
}

.orange {
	color: #fbb03b;
}

.light-blue {
	color: #59d3d0;
}

.electric-blue {
	color: #022bfd;
}

.red {
	color: #ff0000;
}

/* -------------------------------------------- Bg colors */
.bg-light-grey {
	background-color: #fafafa;
}

.bg-green {
	background-color: #2d892b;
}

.bg-lime-green {
	background-color: #96d658;
}

.bg-orange {
	background-color: #fbb03b;
}

.bg-light-blue {
	background-color: #59d3d0;
}



/*===================================================== Boutons DEFAULT */
/* --------------------------- btn BASE */
.btn {
	border-radius: 0;
	border: none;
	white-space: normal;
	/*letter-spacing: 1px;*/
	font-size: 0.9rem;
	padding: 10px 15px;
}

	.btn:focus {
		border: none;
		-webkit-box-shadow: none;
		box-shadow: none;
	}

.btn-default {
	background-color: #2d892b;
	color: #ffffff;
	text-transform: uppercase;
}

	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active {
		background-color: #96d658;
		color: #ffffff;
	}

.btn-file {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

	.btn-file input[type=file] {
		position: absolute;
		top: 0;
		right: 0;
		min-width: 100%;
		min-height: 100%;
		font-size: 100px;
		text-align: right;
		filter: alpha(opacity=0);
		opacity: 0;
		outline: none;
		background: white;
		cursor: inherit;
		display: block;
	}

.btn-size-25 {
	width: 25%;
}

.btn-size-33 {
	width: 33%;
}

.btn-size-50 {
	width: 50%;
}

.btn-size-100 {
	width: 100%;
}

.btn-disp-block {
	display: block;
}

.btn-disp-inline-block {
	display: inline-block;
}

/* --------------------------- btn MOB */
@media (max-width: 991px) {
	.btn-default {
	}
}
/* --------------------------- btn TAB + DESKTOP*/
@media (min-width: 768px) {
	.btn-default {
	}
}
/* --------------------------- btn DESKTOP*/
@media (min-width: 1200px) {
	.btn-default {
	}
}


/* ==========================================================================================================
						CONTENT
========================================================================================================== */
/* --------------------------- Main Content */
.main-content {
	padding-top: 180px;
}

	.main-content.main-carousel {
		padding-top: 0;
	}

	.main-content.starts-grey-block {
		padding-top: 99px;
	}

	.main-content .section {
		margin-bottom: 30px;
	}

		.main-content .section.big {
			margin-bottom: 100px;
		}


/* --------------------------- Main Content MOB */
@media (max-width: 991px) {
	.main-content {
		padding-top: 50px;
	}

		.main-content.starts-grey-block {
			padding-top: 0;
		}

		.main-content > .row {
			margin-right: 0 !important;
			margin-left: 0 !important;
		}

		.main-content .section.big {
			margin-bottom: 40px;
		}
}
/* --------------------------- Main Content TAB + DESKTOP*/
@media (min-width: 768px) {
}
/* --------------------------- Main Content DESKTOP*/
@media (min-width: 1200px) {
}


/*========================================================================================================== HOME */
/* --------------------------------------------------- Home -- Nos Activit�s */
.nos-activites-home {
	background-image: url('../images/bg-nos-activites-home.png');
	background-size: 100% 100%;
	margin-top: -50px;
	background-repeat: no-repeat;
}

	.nos-activites-home .bloc-maisons {
		margin-top: 180px;
		margin-bottom: 50px;
	}

		.nos-activites-home .bloc-maisons .list-inline {
			display: -moz-box;
			display: -webkit-flexbox;
			display: -ms-flexbox;
			display: -webkit-flex;
			display: -moz-flex;
			display: flex;
			-ms-flex-wrap: wrap;
			flex-wrap: wrap;
			margin-bottom: 50px;
			justify-content: center;
		}

			.nos-activites-home .bloc-maisons .list-inline .list-inline-item {
				width: 25%;
			}

				.nos-activites-home .bloc-maisons .list-inline .list-inline-item:not(:last-child) {
					margin-right: 0;
				}

				.nos-activites-home .bloc-maisons .list-inline .list-inline-item > a {
					display: block;
					position: relative;
				}

				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a > img.overlay,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a > .overlay-text,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a > .overlay-logo {
					display: none;
				}

				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > img.overlay,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-logo,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a.hover > img.overlay,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a.hover > .overlay-text,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a.hover > .overlay-logo {
					display: block;
					position: absolute;
					z-index: 1;
					top: 0;
				}

				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text,
				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a.hover > .overlay-text {
					top: 50%;
					left: 50%;
					-webkit-transform: translate(-50%, -50%);
					transform: translate(-50%, -50%);
					color: #ffffff;
					font-family: 'Trocchi', serif;
					font-size: 18px;
					text-align: center;
					width: 90%;
				}

					.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text.small {
						font-size: 85%;
					}

						.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text.small ul {
							padding-left: 15px;
						}

				.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-logo {
					right: 5%;
					width: 50px;
					top: 85%;
				}

/* --------------------------- Home -- Nos Activit�s MOB*/
@media (max-width: 767px) {
	.nos-activites-home .bloc-maisons .list-inline .list-inline-item {
		width: 100%;
	}

	.nos-activites-home .bloc-maisons .list-inline {
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

/* --------------------------------------------------- Home -- Nos chiffres cl�s */
.bloc-chiffres-cles img {
	position: relative;
	margin: 0 auto;
}

.bloc-chiffres-cles .absolut-text {
	width: 87%;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-48%, -90%);
	transform: translate(-48%, -90%);
	font-family: 'Trocchi', serif;
	font-size: 37px;
	font-style: italic;
}

.bloc-chiffres-cles .relative-text {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	font-family: 'Trocchi', serif;
	font-size: 87%;
}

/* --------------------------------------------------- Home -- R�f�rences */
.nos-references {
	background-image: url('../images/bg-nos-references.gif');
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

/* --------------------------- Home -- R�f�rences MOB*/
@media (max-width: 991px) {
	.nos-references {
		background-size: auto 100%;
		background-position: center;
	}
}


/*========================================================================================================== PAGE NOTRE GROUPE */
/* --------------------------------------------------- Notre groupe --  */
.notre-groupe-page .bloc-maisons {
	margin-top: 150px;
}

	.notre-groupe-page .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text {
		width: 70%;
	}

/* --------------------------- Home -- Notre groupe SM*/
@media (max-width: 991px) {
	.bloc-maisons .list-inline-item:not(:last-child) {
		margin-right: 0 !important;
	}
}
/*========================================================================================================== PAGE NOS ACTIVIT�S */
/* --------------------------------------------------- Nos secteurs d'activit�s --  */
.nos-activites-page .bloc-maisons .list-inline .list-inline-item {
	width: 33%;
}

@media (max-width: 767px) {
	.nos-activites-page .bloc-maisons .list-inline .list-inline-item {
		width: 100%;
	}
}
/*========================================================================================================== PAGE NOS ENGAGEMENTS */
/* --------------------------------------------------- Nos convictions --  */

/*========================================================================================================== PAGE CONTACT */
/* --------------------------------------------------- Candidature spontan�e --  */
.bloc-canditature {
	margin: 180px 0 100px 0;
}

.sendmessage {
	display: none;
}


/*========================================================================================================== ALL PAGES MOB */
@media (max-width: 991px) {
	/* --------------------------------------------------- Home -- Nos Activit�s */
	.nos-activites-home .bloc-maisons {
		margin-top: 110px;
	}

		.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text {
			font-size: 14px;
		}

	/* --------------------------------------------------- Home -- Nos chiffres cl�s */
	.bloc-chiffres-cles .absolut-text {
		-webkit-transform: translate(-46%, -100%);
		transform: translate(-46%, -100%);
		font-size: 25px;
	}

	.bloc-chiffres-cles .relative-text {
		width: 97%;
		font-size: 9px;
	}

	.nos-activites-home .bloc-maisons .list-inline .list-inline-item a:hover > .overlay-text {
		font-size: 14px;
	}
}
/* ==========================================================================================================
						PRE-FOOTER
========================================================================================================== */
.pre-footer .line {
	background-image: url('../images/color-line-footer.png');
	background-size: 100%;
	height: 8px;
}
/* ==========================================================================================================
						FOOTER
========================================================================================================== */
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 200px;
	background-color: #151515;
	color: #b5b5b5;
	padding: 20px 0;
	text-align: center;
	background-image: url('../images/bg-footer.png');
	background-position: left top;
	background-size: 60%;
	background-repeat: no-repeat;
}

	.footer a {
		color: #b5b5b5;
	}

		.footer a:hover {
			color: #2d892b;
		}

	.footer hr {
		border-top: 1px solid #999999;
	}

	.footer .social-net .list-inline-item:not(:last-child) {
		margin-right: 0;
	}

	.footer .social-net a {
		height: 30px;
		width: 30px;
		display: block;
		background-repeat: no-repeat;
		background-size: contain;
		/*transition: background-image 0.4s ease;*/
	}

		.footer .social-net a.icon-fb {
			background-image: url('../images/icons/icon-gris-facebook.png');
		}

			.footer .social-net a.icon-fb:hover {
				background-image: url('../images/icons/icon-vert-facebook.png');
			}

		.footer .social-net a.icon-tw {
			background-image: url('../images/icons/icon-gris-twitter.png');
		}

			.footer .social-net a.icon-tw:hover {
				background-image: url('../images/icons/icon-vert-twitter.png');
			}

		.footer .social-net a.icon-in {
			background-image: url('../images/icons/icon-gris-linkedin.png');
		}

			.footer .social-net a.icon-in:hover {
				background-image: url('../images/icons/icon-vert-linkedin.png');
			}

		.footer .social-net a.icon-g {
			background-image: url('../images/icons/icon-gris-google.png');
		}

			.footer .social-net a.icon-g:hover {
				background-image: url('../images/icons/icon-vert-google.png');
			}

/* ==========================================================================================================
						SLIDER LOGOS FORMAT
========================================================================================================== */
.slick-slider .slick-track {
	display: -moz-box;
	display: -webkit-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 30px;
}

.slick-slide {
	margin: 0 30px;
}

@media (max-width: 768px) {
	.slick-slide {
		margin: 0 10px;
	}
}

/* ==========================================================================================================
						GRAPHIQUE
========================================================================================================== */
#q-graph {
	display: block; /* fixes layout wonkiness in FF1.5 */
	position: relative;
	width: 90%;
	height: 260px;
	margin: 1.1em 0 0;
	padding: 0;
	background: transparent;
	font-size: 11px;
}

	#q-graph caption {
		caption-side: top;
		width: 100%;
		text-transform: uppercase;
		letter-spacing: .5px;
		top: 0;
		position: relative;
		z-index: 10;
		font-weight: bold;
	}

	#q-graph tr,
	#q-graph th,
	#q-graph td {
		position: absolute;
		bottom: 0;
		width: 10%;
		z-index: 2;
		margin: 0;
		padding: 0;
		text-align: center;
	}

	#q-graph td {
		transition: all .3s ease;
	}

		#q-graph td:hover {
			background-color: desaturate(#85144b, 100);
			opacity: .9;
			color: white;
		}

	#q-graph thead tr {
		left: 100%;
		top: 50%;
		bottom: auto;
		margin: -2.5em 0 0 5em;
	}

	#q-graph thead th {
		width: 7.5em;
		height: auto;
		padding: 0.5em 1em;
	}

		#q-graph thead th.sent {
			top: 0;
			left: 0;
			line-height: 2;
		}

		#q-graph thead th.paid {
			top: 2.75em;
			line-height: 2;
			left: 0;
		}

	#q-graph tbody tr {
		height: 200px;
		padding-top: 2px;
		border-right: 1px dotted #C4C4C4;
		color: #AAA;
	}

	#q-graph #q1 {
		left: 0;
	}

	#q-graph #q2 {
		left: 10%;
	}

	#q-graph #q3 {
		left: 20%;
	}

	#q-graph #q4 {
		left: 30%;
	}

	#q-graph #q5 {
		left: 40%;
	}

	#q-graph #q6 {
		left: 50%;
	}

	#q-graph #q7 {
		left: 60%;
	}

	#q-graph #q8 {
		left: 70%;
	}

	#q-graph #q9 {
		left: 80%;
	}

	#q-graph #q10 {
		left: 90%;
	}

	#q-graph #q11 {
		left: 100%;
	}

	#q-graph tbody th {
		bottom: -1.75em;
		vertical-align: top;
		font-weight: normal;
		color: #333;
		width: 100%;
	}

	#q-graph .bar {
		width: 50%;
		border: 1px solid;
		border-bottom: none;
		color: #000;
	}

		#q-graph .bar p {
			margin: 5px 0 0;
			padding: 0;
			opacity: .4;
		}

	#q-graph .sent {
		left: 13px;
		background-color: #39cccc;
		border-color: transparent;
	}

	#q-graph .paid {
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		background-color: #7fdbff;
		border-color: transparent;
	}


#ticks {
	position: relative;
	top: -300px;
	left: 2px;
	width: 100%;
	height: 300px;
	z-index: 1;
	margin-bottom: -300px;
	font-size: 10px;
	font-family: "fira-sans-2", Verdana, sans-serif;
}

	#ticks .tick {
		position: relative;
		border-bottom: 1px dotted #C4C4C4;
		width: 100%;
	}

		#ticks .tick p {
			position: absolute;
			left: -5em;
			bottom: -0.8em;
			margin: 0 0 0 0.5em;
		}
