.slider-home-wrapper {
	position: relative;
}
	.home-count {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: 40%;
		left: 50px;
		z-index: 15;
		font-size: 90px;
		color: #FFF;
		text-align: left;
		font-family: 'InterstateCondensed';
		font-weight: bold;
	}
		.home-count .count-total {
			font-size: 20px;
			color: #FFF;
			line-height: 15px;
			text-align: left;
			font-weight: 300;
			margin-left: 15px;
		}
	.slider-home-wrapper .owl-nav {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: 52%;
		left: 50px;
		z-index: 15;
		width: auto;
	}
		.slider-home-wrapper .owl-nav .owl-prev, .slider-home-wrapper .owl-nav .owl-next {
			height: 20px;
			width: 100px;
			background: none;
			text-align: center;
			margin: 0 15px;
		}
		.slider-home-wrapper .owl-nav .owl-prev.disabled, .slider-home-wrapper .owl-nav .owl-next.disabled {
			opacity: 0.4;
		}
		.slider-home-wrapper .owl-nav .arrow-prev:hover, .slider-home-wrapper .owl-nav .arrow-next:hover {
		}

.home-slider {
	width: 100%;
	position: relative;
	z-index: 10;
}
	.home-slider .home-item {
		width: 100%;
		position: relative;
		display: block;
	}
		.home-slider .home-item .shortcuts-picture {
			position: relative;
		    background-position: top center;
		    background-repeat: no-repeat;
		    background-size: cover;
			z-index: 10;
			width: 100%;
			height: 100%;
		}
		.home-slider .home-item .shortcuts-inside {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
			z-index: 12;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: center; -webkit-justify-content: center;
		}
			.home-slider .home-item .slide-content {
				width: 750px;
				margin: auto;
				position: relative;
				z-index: 12;
				text-align: left;
			}
				.home-slider .home-item .slide-content .subtitle {
					font-size: 24px;
					color: #FFF;
					line-height: 0.9;
					text-align: left;
					font-weight: 300;
					padding-bottom: 15px;
					text-transform: uppercase;
				}
				.home-slider .home-item .slide-content .title {
					font-size: 96px;
					color: #FFF;
					line-height: 0.9;
					text-align: left;
					font-weight: bold;
					text-transform: uppercase;
				}
					.home-slider .home-item .slide-content .title span {
						font-weight: 200;
					}
					.home-slider .home-item .slide-content .title .spacer {
						margin: 40px auto 40px 5px;
						width: 130px;
						height: 6px;
						background: #FFF;
					}
				.home-slider .home-item .slide-content .intro {
					margin-left: 5px;
					font-weight: 200;
					font-size: 23px;
					color: #FFF;
					line-height: 1.2;
				}
				.home-slider .home-item .slide-content .more {
					border: 1px solid #FFF;
					font-size: 16px;
					line-height: 40px;
					padding: 0 16px;
					margin-top: 42px;
					margin-left: 5px;
					display: inline-block;
					color: #FFF;
					text-transform: uppercase;
					background: linear-gradient(to right, white 50%, transparent 50%);
					background-size: 200% 100%;
					background-position: right bottom;
					transition: all .5s ease-out;
				}
				.home-slider .home-item .slide-content .more:hover {
					background-position: left bottom;
					color: #000;
				}



/*	PRESENTATION QUI SOMMES NOUS */
.presentation-home {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	background: #FFF;
}
	.presentation-home .presentation-left {
		width: 50%;
		margin: 0;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-end; -webkit-justify-content: flex-end;
	}
		.presentation-home .presentation-left .quisommesnous {
			width: 600px;
			margin: auto 0;
			margin-right: 50px;
		}
			.quisommesnous .presentation {
				padding: 40px;
				padding-left: 0;
			}
				.quisommesnous .presentation .more {
					margin: 30px 0 0;
					border: 1px solid #000;
					font-size: 16px;
					line-height: 40px;
					padding: 0 16px;
					display: inline-block;
					color: #000;
					text-transform: uppercase;
					background: linear-gradient(to right, black 50%, transparent 50%);
					background-size: 200% 100%;
					background-position: right bottom;
					transition: all .5s ease-out;
				}
				.quisommesnous .presentation .more:hover {
					background-position: left bottom;
					color: #FFF;
				}
	.presentation-home .presentation-right {
		width: 50%;
		margin: 0;
		position: relative;
	}



.services-cols {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	padding: 100px 0;
}
	.services-cols.nopadding {
		padding: 0;
	}
	.services-cols .services-left {
		width: 50%;
		margin: 0;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-end; -webkit-justify-content: flex-end;
	}
	.services-cols .services-right {
		width: 50%;
		margin: 0;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.services-cols .services-left .article {
			width: 600px;
			margin: auto 0;
			margin-right: 50px;
		}
		.services-cols .services-right .article {
			width: 600px;
			margin: auto 0;
			margin-left: 50px;
		}

		.services-cols .article .presentation {
			padding: 25px 0;
			max-width: 96%;
		}
			.services-cols .services-left div.h2-wrapper {
				margin-left: auto;
				max-width: 96%;
			}
			.services-cols .services-left .article .presentation {
				margin-left: auto;
			}

.article.alt {
	color: #FFF;
}

/*	CHIFFRES */
.chiffres {
	width: 100%;
}
	.chiffres .title {
		text-transform: uppercase;
		text-align: center;
		font-size: 24px;
		font-weight: 300;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.chiffres-items {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.chiffres-items .chiffre-item {
			width: 24%;
			margin: 0 1% 0 0;
			border-right: 1px solid #4b4e53;
			padding: 0 1%;
		}
			.chiffres-items .chiffre-item:last-child {
				border: none;
			}
		.chiffres-items .chiffre-item .counter, .chiffres-items .chiffre-item .counter2 {
			width: 100%;
			text-align: center;
			font-size: 34px;
			font-weight: bold;
			line-height: 1.8;
		}
		.chiffres-items .chiffre-item .label {
			width: 100%;
			text-align: center;
			font-size: 14px;
			font-weight: bold;
			line-height: 1.1;
			text-transform: uppercase;
		}
			.chiffres-items .chiffre-item .label.nobold {
				font-weight: 300;
			}
		.chiffres-items .chiffre-item .legend {
			width: 100%;
			text-align: center;
			font-size: 12px;
			font-weight: 300;
			line-height: 1.1;
		}

/* SLIDER */
.presentation-right {
	position: relative;
}
	.presentation-count {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: 130px;
		left: 50px;
		z-index: 15;
		font-size: 90px;
		color: #FFF;
		text-align: left;
		font-family: 'InterstateCondensed';
		font-weight: bold;
	}
		.presentation-count .count-total {
			font-size: 20px;
			color: #FFF;
			line-height: 15px;
			text-align: left;
			font-weight: 300;
			margin-left: 15px;
		}
	.owl-col-left .presentation-count {
		left: unset;
		right: 50px;
	}
	.owl-col-right .owl-nav {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: auto;
		bottom: 100px;
		left: 0;
		z-index: 15;
	}
		.owl-col-right .owl-nav .owl-prev, .owl-col-right .owl-nav .owl-next {
			height: 20px;
			width: 100px;
			background: none;
			text-align: center;
			margin: 0 70px;
		}
		.owl-col-right .owl-nav .owl-next {
			margin-left: auto;
		}
		.owl-col-right .owl-nav .owl-prev.disabled, .owl-col-right .owl-nav .owl-next.disabled {
			opacity: 0.4;
		}
		.owl-col-right .owl-nav .arrow-prev:hover, .owl-col-right .owl-nav .arrow-next:hover {
		}

	.owl-col-left .owl-nav {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-end; -webkit-justify-content: flex-end;
		position: absolute;
		top: auto;
		bottom: 100px;
		right: 0;
		z-index: 15;
	}
		.owl-col-left .owl-nav .owl-prev, .owl-col-left .owl-nav .owl-next {
			height: 20px;
			width: 100px;
			background: none;
			text-align: center;
			margin: 0 70px;
		}
		.owl-col-left .owl-nav .owl-next {
			margin-left: auto;
		}
		.owl-col-left .owl-nav .owl-prev.disabled, .owl-col-left .owl-nav .owl-next.disabled {
			opacity: 0.4;
		}
		.owl-col-left .owl-nav .arrow-prev:hover, .owl-col-left .owl-nav .arrow-next:hover {
		}

.presentation-slider {
	width: 100%;
	position: relative;
	z-index: 10;
}
	.presentation-slider .owl-carousel .owl-stage {
		width: 100%;
	}
	.presentation-slider .presentation-item {
		width: 100%;
		position: relative;
		display: block;
	}
		.presentation-slider .presentation-item img.presentation-picture {
			position: relative;
			z-index: 10;
			width: 100%;
			height: auto;
		}
		.presentation-slider .presentation-item .presentation-inside {
			position: absolute;
			top: 0;
			bottom: 0;
			left: 0;
			right: 0;
			width: 100%;
			height: 100%;
			z-index: 12;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: center; -webkit-justify-content: center;
		}
			.presentation-slider .presentation-item .slide-content {
				width: 650px;
				margin: auto;
				position: relative;
				z-index: 12;
				text-align: left;
			}
				.presentation-slider .presentation-item .slide-content .title {
					font-size: 60px;
					color: #FFF;
					line-height: 1.1;
					text-align: left;
					font-weight: bold;
					text-transform: uppercase;
				}
					.presentation-slider .presentation-item .slide-content .title span {
						font-weight: 200;
					}
					.presentation-slider .presentation-item .slide-content .title .spacer {
						width: 20px;
						height: 3px;
						background: #FFF;
						margin-top: 20px;
					    margin-left: 3px;
					}
				.presentation-slider .presentation-item .slide-content .more {
					border: 1px solid #FFF;
					font-size: 16px;
					line-height: 40px;
					padding: 0 16px;
					margin-top: 42px;
					margin-left: 5px;
					display: inline-block;
					color: #FFF;
					text-transform: uppercase;
					background: linear-gradient(to right, white 50%, transparent 50%);
					background-size: 200% 100%;
					background-position: right bottom;
					transition: all .5s ease-out;
				}
				.presentation-slider .presentation-item .slide-content .more:hover {
					background-position: left bottom;
					color: #000;
				}

				.slide-video {
					margin: 15px auto;
					text-align: center;
					width: 100%;
					display: block;;
				}
					.owl-carousel .owl-item .slide-video img {
						width: 205px;
						height: 205px;
						margin: 0 auto;
					}


			.owl-col-left .presentation-slider .presentation-item .slide-content {
				margin-right: 65px;
				text-align: right;
			}
			.owl-col-left .presentation-slider .presentation-item .slide-content .title {
				text-align: right;
			}


/* LISTING DOMAINES ACTIVITES */
.activites-index {
	padding: 120px 0 50px;
}
	.activites-slider {
		margin: 30px 0;
	}
	.activites-slider .activites-item {
		margin: 0;
		width: 235px;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
        transition: 0.5s;
	}
		.activites-slider.owl-carousel.owl-drag .owl-item {
			width: 235px;
		}

		.activite-top {
			width: 235px;
			height: 290px;
			position: relative;
        	transition: 0.5s;
		}
			.activite-top .activite-picture {
				position: absolute;
				top: 0px;
				bottom: 0px;
				left: 0px;
				right: 0px;
				width: 100%;
				height: 100%;
				z-index: 5;
			}
			.activite-top .activite-picture-hover {
				position: absolute;
				top: 0px;
				bottom: 0px;
				left: 0px;
				right: 0px;
				width: 100%;
				height: 100%;
				z-index: 6;
				display: none;
			}
			.activite-top .activite-title {
				position: absolute;
				bottom: 40px;
				left: 15px;
				font-size: 30px;
				color: #FFF;
				font-weight: bold;
				line-height: 1.0;
				z-index: 7;
				text-transform: uppercase;
				text-align: left;
				max-width: 280px;
				word-break: break-word;
			}
				.activite-top .activite-title span {
					font-weight: 300;
				}
				.activite-top .activite-title .subtitle {
					font-size: 18px;
					padding-top: 5px;
				}
				.activite-top .activite-title .spacer {					
					width: 20px;
					height: 3px;
					background: #FFF;
					margin-top: 20px;
				    margin-left: 3px;
				}

		.activite-bot {
			position: relative;
			z-index: 3;
			width: 100%;
			background: #242424;
			color: #FFF;
			flex: auto;
		}
			.activite-bot-inside {
				display: flex; display: -webkit-flex; 
				flex-flow: column; -webkit-flex-flow: column; 
			}
				.activite-content {
					padding: 25px 18px;
					margin: 0;
					margin-bottom: 0;
					flex: auto;
				}
					.activite-content .subtitle {
						font-size: 18px;
						font-weight: bold;
						color: #FFF;
						line-height: 1.1;
						padding-bottom: 4px;
					}
					.activite-content .intro {
						font-size: 14px;
						line-height: 1.1;
						font-weight: 300;
					}
				.activite-button {
					margin: auto;
					margin-bottom: 0;
					border: 1px solid #FFF;
					font-size: 16px;
					line-height: 40px;
					padding: 0 16px;
					display: inline-block;
					color: #FFF;
					text-transform: uppercase;
					background: linear-gradient(to right, white 50%, transparent 50%);
					background-size: 200% 100%;
					background-position: right bottom;
					transition: all .5s ease-out;
				}
				.activite-button:hover {
					background-position: left bottom;
					color: #c52005;
				}

				.activite-bot.alt {
					background: none;
				}
					.activite-bot.alt .activite-content {
						background: #FFF;
						color: #000;
						margin-bottom: 15px;
					}
				.activite-bot.alt2 {
					background: #ececec;
					color: #000;
				}

			/* VARIANTE COULEURS */
			.activites-item.interieure .activite-content .subtitle {
				color: #020b2d;
			}
				.activites-item.interieure .activite-button:hover {
					color: #020b2d;
				}
			.activites-item.civile .activite-content .subtitle {
				color: #c52005;
			}
				.activites-item.civile .activite-button:hover {
					color: #c52005;
				}
			.activites-item.armees .activite-content .subtitle {
				color: #848060;
			}
				.activites-item.armees .activite-button:hover {
					color: #848060;
				}
			.activites-item.sante .activite-content .subtitle {
				color: #6f9fa2;
			}
				.activites-item.sante .activite-button:hover {
					color: #6f9fa2;
				}
			.activites-item.industries .activite-content .subtitle {
				color: #65404d;
			}
				.activites-item.industries .activite-button:hover {
					color: #65404d;
				}
			.activites-item.realisation .activite-content {
				background: #242424;
			}
				.activite-content-icons {
					width: 100%;
					display: flex; display: -webkit-flex; 
					flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
					justify-content: flex-start; -webkit-justify-content: flex-start;
				}
					.activite-content-icons.spacer {
						padding: 6px 0;
					}
					.activite-content-icons .icon {
						width: 60px;
						text-align: center;
					}
						.activite-content-icons .icon img {
							height: 32px;
						}
					.activite-content-icons .label {
						margin: auto 0;
						width: calc(100% - 62px);
						font-weight: 300;
						color: #FFF;
						font-size: 16px;
						line-height: 1.0;
						text-transform: uppercase;
					}

			/* AUTRES */
			.activites-slider.societe-realisation {
				margin: 30px auto;
				display: flex; display: -webkit-flex; 
				flex-flow: row wrap; -webkit-flex-flow: row wrap;
				justify-content: flex-start; -webkit-justify-content: flex-start;
			}
			.activites-slider.societe-realisation .activites-item {
				margin: 0;
				width: 30%;
			}
				.activites-slider.societe-realisation .activites-item .activite-top {
					width: 100%;
				}
			.activites-slider.societe-realisation .activite-picture-hover {
				background: #ececec;
			}

			.activites-slider.societe-realisation .activites-item:nth-child(2) {
				margin: 0 auto;
			}

			
			.activites-slider.societe-realisation.madagascar .activites-item {
				margin: 0 auto;
				width: 100%;
				min-height: unset;
			}
				.activites-slider.societe-realisation.madagascar .activites-item .activite-top {
					width: 100%;
				}


/* LISTING CERTIFICATIONS */
.certifications-index {
	padding: 120px 0 50px;
}
	.certifications-slider {
		margin: 100px auto 30px;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
	.certifications-slider .certifications-item {
		margin: 0 auto;
		width: 250px;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
        transition: 0.5s;
	}
		.certifications-slider.owl-carousel.owl-drag .owl-item {
			width: 250px !important;
		}

		.certification-logo {
			height: 156px;
			display: flex; display: -webkit-flex; 
			flex-flow: column; -webkit-flex-flow: column;
			justify-content: center; -webkit-justify-content: center;
		}
			.certification-logo .logo-inside {
				margin: auto 0;
			}
				.certification-logo .logo-inside img {
				}
		.certification-title {
			padding-top: 25px;
			width: 100%;
		    font-weight: bold;
		    color: #FFF;
		    text-transform: uppercase;
		    font-size: 22px;
		    line-height: 1.0;
		}
		.certification-subtitle {
			width: 100%;
		    font-weight: normal;
		    color: #FFF;
		    text-transform: uppercase;
		    font-size: 22px;
		    line-height: 1.0;
		}
		.certification-description {
			padding-top: 15px;
			width: 100%;
		    font-weight: 300;
		    color: #FFF;
		    text-transform: uppercase;
		    font-size: 13px;
		    line-height: 1.1;
		}


/* LISTING EQUIPEMENTS */
.slider-equipements-wrapper {
	position: relative;
}
	.equipements-count {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: 130px;
		left: 50px;
		z-index: 15;
		font-size: 90px;
		color: #000;
		text-align: left;
		font-family: 'InterstateCondensed';
		font-weight: bold;
	}
		.equipements-count .count-total {
			font-size: 20px;
			color: #000;
			line-height: 15px;
			text-align: left;
			font-weight: 300;
			margin-left: 15px;
		}
	.slider-equipements-wrapper .owl-nav {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: 100px;
		left: 50px;
		width: calc(100% - 100px);
		z-index: 15;
	}
		.slider-equipements-wrapper .owl-nav .owl-prev, .slider-equipements-wrapper .owl-nav .owl-next {
			height: 20px;
			width: 94px;
			background: none;
			text-align: center;
			margin: 0 15px;
		}
		.slider-equipements-wrapper .owl-nav .owl-next {
			margin-left: auto;
		}
		.slider-equipements-wrapper .owl-nav .owl-prev.disabled, .slider-equipements-wrapper .owl-nav .owl-next.disabled {
			opacity: 0.4;
		}
		.slider-equipements-wrapper .owl-nav .arrow-prev:hover, .slider-equipements-wrapper .owl-nav .arrow-next:hover {
		}
.equipements-index {
	padding: 120px 0 50px;
	color: #333333;
}
	.equipements-slider {
		margin: 30px 0 0;
	}
	.equipements-slider .equipements-item {
		margin: 0;
		width: 100%;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
        transition: 0.5s;
	}

		.equipements-item .equipement-picture {
			position: relative;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			width: 100%;
			height: 100%;
			z-index: 5;
		}
			.equipements-item .equipement-picture img {
				width: 100%;
				height: auto;
			}
		.equipements-item .equipement-picture-hover {
			position: absolute;
			top: 0px;
			bottom: 0px;
			left: 0px;
			right: 0px;
			width: 100%;
			height: 100%;
			z-index: 6;
			display: none;
		}

		.equipements-item .equipement-title {
			position: absolute;
			bottom: 200px;
			left: 25px;
			font-size: 36px;
			color: #FFF;
			font-weight: 300;
			line-height: 1.0;
			z-index: 7;
			text-transform: uppercase;
			text-align: left;
		}
			.equipements-item .equipement-title span {
				font-weight: bold;
			}
		.equipement-spacer {
		    height: 3px;
		    width: 20px;
		    margin-top: 10px;
		    margin-left: 3px;
		    background: #FFF;			
		}
		.equipement-button {
			position: absolute;
			bottom: 80px;
			z-index: 7;
			left: 25px;
			border: 1px solid #FFF;
			font-size: 16px;
			line-height: 40px;
			padding: 0 16px;
			display: inline-block;
			color: #FFF;
			text-transform: uppercase;
			background: linear-gradient(to right, white 50%, transparent 50%);
			background-size: 200% 100%;
			background-position: right bottom;
			transition: all .5s ease-out;
		}
		.equipement-button:hover {
			background-position: left bottom;
			color: #6f9fa2;
		}

		/*	VARIANTES COULEURS */
		.equipements-item.individuelle .equipement-button:hover {
			color: #020b2d;
		}
		.equipements-item.combat .equipement-button:hover {
			color: #848060;
		}
		.equipements-item.respiratoire .equipement-button:hover {
			color: #6f9fa2;
		}
		.equipements-item.uniformes .equipement-button:hover {
			color: #60293e;
		}

/* NEWS & EVENTS */
.news-home {
	padding: 80px 0 0;
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.news-home .news-left {
		width: calc(50% - 13px);
		margin: 0;
	}
	.news-home .news-right {
		width: calc(50% - 13px);
		margin: 0;
		margin-left: 26px;
	}
	.news-home .home-index {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		height: 500px;
		overflow: hidden;
	}

		.wall-item {
			width: 270px;
			height: 455px;
			margin: 30px 0;
			display: flex; display: -webkit-flex; 
			flex-flow: column; -webkit-flex-flow: column;
			justify-content: flex-start; -webkit-justify-content: flex-start;
			background: #FFF;
			color: #242424;
			margin-bottom: -455px;
		}
			.wall-item:nth-child(2) {
				margin-left: 26px;
			}
			.wall-item .picture-wrapper {
				width: 270px;
				height: 145px;
				overflow: hidden;
			}
				.wall-item .picture-wrapper .picture {
					width: 270px;
					height: 145px;
				}
					.wall-item:hover .picture-wrapper .picture {
					  -webkit-animation-name: pulse;
					  animation-name: pulse;
					}
			.wall-item .infos {
				width: 270px;
				height: calc(455px - 145px);
				position: relative;
				display: flex; display: -webkit-flex; 
				flex-flow: column; -webkit-flex-flow: column;
				justify-content: flex-start; -webkit-justify-content: flex-start;
				z-index: 10;
			}
				.wall-item .infos .title {
					padding: 20px;
					font-size: 18px;
					font-weight: bold;
					text-transform: uppercase;
					line-height: 1.0;
					min-height: 40px;
				}
				.wall-item .infos .date {
					padding: 0 20px;
					font-size: 14px;
				    font-weight: 300;
				    font-style: italic;
					text-transform: uppercase;
					line-height: 1.0;
				}
				.wall-item .infos .spacer {
					margin: 10px 20px;
					height: 3px;
					width: 7px;
					background: #242424;
				}
				.wall-item .infos .intro {
					padding: 0 20px;
					font-size: 15px;
					line-height: 1.1;
				}
					.wall-item .infos .intro a {
						text-decoration: underline;
					}
				.wall-item .infos .more {
					padding: 10px 20px 20px;
				}
					.wall-item .infos .more .plus {
						font-size: 14px;
						text-transform: uppercase;
						line-height: 1.0;
						font-weight: bold;
						width: 100%;
					}
					.wall-item .infos .more .read {
						font-size: 14px;
						text-transform: uppercase;
						line-height: 1.0;
						font-weight: normal;
						width: 100%;
					}
			.wall-item.Events {
				background: #242424;
				color: #FFF;
			}
				.wall-item.Events .infos .spacer {
					background: #FFF;
				}
				.wall-item.Events .infos .intro a {
					color: #FFF;
				}
	.items-all {
		margin: 40px 0;
		border: 1px solid #000;
		font-size: 16px;
		line-height: 40px;
		padding: 0 16px;
		display: inline-block;
		color: #000;
		text-transform: uppercase;
		background: linear-gradient(to right, black 50%, transparent 50%);
		background-size: 200% 100%;
		background-position: right bottom;
		transition: all .5s ease-out;
	}
	.items-all:hover {
		background-position: left bottom;
		color: #FFF;
	}

	.filter-wrapper {
		width: 100%;
		display: flex; display: -webkit-flex; 
		flex-flow: row wrap; -webkit-flex-flow: row wrap;
		justify-content: center; -webkit-justify-content: center;
		padding: 50px 0 20px;
	}
		.filter-wrapper .filter-bt {
			margin: 0 15px;
			border: 1px solid #000;
			font-size: 16px;
			line-height: 34px;
			padding: 0 12px;
			display: inline-block;
			color: #000;
			text-transform: uppercase;
			background: linear-gradient(to right, black 50%, transparent 50%);
			background-size: 200% 100%;
			background-position: right bottom;
			transition: all .5s ease-out;
			cursor: pointer;			
		}
			.filter-wrapper .filter-bt.highlight {
				background: #000;
				color: #FFF;
			}

.grids-inside {
	width: 100%;
	min-height: 500px;
	padding: 50px 0;
	column-count: 3;
	column-gap: 1em;
}
	.grids-inside .wall-item {
		width: 100%;
		margin: 0 0 30px;
		height: unset;
		display: block;
		break-inside: avoid;
	}
		.grids-inside .wall-item .picture-wrapper {
			width: 100%;
			height: auto;
			overflow: unset;
		}
			.grids-inside .wall-item .picture-wrapper .picture {
				width: 100%;
				height: auto;
			}
		.grids-inside .wall-item .infos {
			width: 100%;
			height: auto;
		}
			.grids-inside .wall-item .infos .intro {
				padding-bottom: 15px;
			}

/* PARTENAIRES */
.partners-index {
	padding: 120px 0 50px;
}
	.partners-slider {
		margin: 30px;
		width: calc(100% - 100px);
		position: relative;
	}
	.partners-slider .partners-item {
		margin: 0 10px;
        transition: 0.5s;
        position: relative;
        z-index: 100;
        display: block;
	}
	.partners-index .owl-nav {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-start; -webkit-justify-content: flex-start;
		position: absolute;
		top: 50%;
		left: 0;
		right: 0px;
		margin-top: -27px;
		width: 100%;
		z-index: 15;
	}
		.partners-index .owl-nav .owl-prev, .partners-index .owl-nav .owl-next {
			height: 55px;
			width: 30px;
			background: none;
			text-align: center;
			margin: 0 15px;
		}
		.partners-index .owl-nav .owl-prev.disabled, .partners-index .owl-nav .owl-next.disabled {
			opacity: 0.4;
		}
		.partners-index .owl-nav .owl-prev {
			position: absolute;
			left: -50px;
			text-align: left;
		}
		.partners-index .owl-nav .owl-next {
			position: absolute;
			right: -50px;
			text-align: right;
		}



/*	SOCIETE > QUI SOMMES NOUS */
.presentation-full {
	width: 100%;
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: center; -webkit-justify-content: center;
	color: #FFF;
}
	.presentation-full .presentation-left {
		width: 50%;
		margin: 0 auto;
		padding: 120px 0 50px;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
		color: #FFF;
	}
		.presentation-full .presentation-left .quisommesnous {
			width: 600px;
			margin: auto 0;
			margin-right: 50px;
		}
			.quisommesnous .presentation {
				padding: 40px;
				padding-left: 0;
			}

.presentation-home.societe-recherche {
	background: #ececed;
}

/*	SOCIETE > ASSEMBLAGE */
.assemblage-wrapper /* class sur la section */ {
	padding: 50px 0;
}
.assemblage-view {
	margin: 0 auto;
	width: 780px;
	padding: 120px 100px 0;
	background: #FFF;
	color: #000;
}
	.assemblage-presentation {
		padding-top: 15px;
	}

/* MAP */
.map-wrapper {	
	padding: 80px 0 50px;
}
.home-map {
	width: 100%;
	position: relative;
	z-index: 4;
}
	.map-legends {
		position: absolute;
		z-index: 6;
		bottom: 10px;
		left: 10px;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
		justify-content: flex-start; -webkit-justify-content: flex-start;
	}
		.map-legend {
			width: 100%;
			padding: 7px 0;
			display: flex; display: -webkit-flex; 
			flex-flow: row wrap; -webkit-flex-flow: row wrap;
			justify-content: flex-start; -webkit-justify-content: flex-start;
			cursor: pointer;
		}
			.map-legend .map-pin {
				margin: auto 7px auto 0;
			}
			.map-legend .map-label {
				margin: auto 0;
				font-size: 17px;
				line-height: 40px;
				height: 40px;
				min-width: 150px;
				text-align: center;
				border: 1px solid #000;
				font-weight: bold;
				text-transform: uppercase;
			}

	.map-items {
		position: absolute;
		z-index: 5;
		top: 0;
		left: 0;
		height: 100%;
		width: 100%;
		bottom: 0;
		right: 0;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
		justify-content: center; -webkit-justify-content: center;
	}

	.map-item {
		display: none;
		margin: 7px;
		margin-left: auto;
		width: 360px;
		padding: 15px 10px;
		background: #FFF;
		z-index: 6;
		position: relative;
		box-shadow: 0px 0px 11.83px 1.17px rgba(0, 0, 0, 0.16);
	}

	.map-item .map-item-close {
		position: absolute;
		z-index: 8;
		top: 10px;
		right: 10px;
		cursor: pointer;
	}
		.map-item .map-item-close .material-icons {
			font-size: 21px;
			color: #333;
		}
	.map-item .pin {
		position: absolute;
		z-index: 8;
		top: 10px;
		left: 10px;
	}
	.map-item .map-info {
		padding: 20px 40px 20px 50px;
	}
		.map-item .map-info .map-title {
			font-size: 18px;
			line-height: 1.0;
			text-transform: uppercase;
			font-weight: bold;
		}
			.map-item .map-info .map-title span {
				font-weight: 300;
			}
		.map-item .map-info .map-spacer {
			margin: 5px 0px 10px;
			height: 3px;
			width: 7px;
			background: #000;
			border: none;
		}
		.map-item .map-info .map-description {
			font-size: 16px;
			line-height: 1.3;
			font-weight: 300;
		}
			.map-item .map-info .map-description .sites {
				padding-left: 12px;
			}
			.map-item .map-info .map-description span.number {
				color: #c52005;
			}
			.map-item .map-info .map-description span.medium {
				font-weight: 500;
			}

/* LISTE PRODUITS */
.products-index {
	padding: 120px 0 60px;
}
	.products-slider {
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: center; -webkit-justify-content: center;
	}
	.products-slider .products-item {
		margin: 0 auto;
		width: 360px;
		min-height: 630px;
		position: relative;
		display: flex; display: -webkit-flex; 
		flex-flow: column; -webkit-flex-flow: column;
        transition: 0.5s;
	}
		.product-picture {
			height: 500px;
			width: 100%;
			display: flex; display: -webkit-flex; 
			flex-flow: column; -webkit-flex-flow: column;
		}
			.product-picture .picture-inside {
				margin: auto;
			}
		.product-infos {
			width: 100%;
			padding: 0 7px;
		}
			.product-title {
				width: 100%;
				color: #FFF;
				font-size: 22px;
				text-transform: uppercase;
				line-height: 1.0;
				font-weight: bold;
			}
			.product-spacer {
				width: 16px;
				height: 3px;
				background: #FFF;
				margin-top: 6px;
			    margin-bottom: 8px;
			}
			.product-intro {
				width: 100%;
				color: #FFF;
				font-weight: 300;
			}
/* COMBAT VARIANTE */
.products-slider .products-item.combat-item {
	width: 48%;
}
	.products-slider .products-item.combat-item.combat-01 .product-picture {
		margin-left: auto;
		width: auto;
	}
		.products-slider .products-item.combat-item.combat-01 .product-infos {
			position: absolute;
			bottom: 35%;
			left: 0px;
			width: 270px;
		}
	.products-slider .products-item.combat-item.combat-03 .product-picture {
		margin-right: auto;
		width: auto;
	}
		.products-slider .products-item.combat-item.combat-03 .product-infos {
			position: absolute;
			bottom: 10%;
			right: 0px;
			width: 270px;
		}

/* ANIMATION */
.protection-01, .protection-02, .protection-03 { visibility: hidden; }
.realisation-01, .realisation-02, .realisation-03 { visibility: hidden; }
.bureau-01, .bureau-02, .bureau-03 { visibility: hidden; }
.production-01, .production-02, .production-03 { visibility: hidden; }
.combat-01, .combat-02, .combat-03 { visibility: hidden; }
.respiratoire-01, .respiratoire-02, .respiratoire-03 { visibility: hidden; }
.loaded {
	visibility: visible !important;
}
.megamenu.loaded {
	overflow: auto;
}