

.pdm .outro .content,
.bpm .outro .content,
.appli .outro .content,
.dam .outro .content{
	z-index: 1;
	position: relative;
}

/* keyArgs	 */
	
.keyArgs {
	padding-bottom: 60px;
	color: #FFF;
}

.keyArgs .title {
	margin-bottom: 60px;
}

.keyArgs .title p{
	margin-bottom: 60px;
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: -webkit-transform .7s .2s, opacity .7s .2s;
	-o-transition: -o-transform .7s .2s, opacity .7s .2s;
	transition: transform .7s .2s, -ms-transform .7s .2s, opacity .7s .2s;
}

.keyArgs h4 {
	font-size: 20px;
	line-height: 24px;
	
	opacity: 0;
	-webkit-transform: translateY(30px);
	-ms-transform: translateY(30px);
	-o-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: -webkit-transform .7s, opacity .7s;
	-o-transition: -o-transform .7s, opacity .7s;
	transition: transform .7s, -ms-transform .7s, opacity .7s;
}
.keyArgs.visible h4,
.keyArgs.visible .title p {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.keyArgs .line {
	margin-bottom: 90px;
	display: table;
	position: relative;
}

.keyArgs .line.no-margin {
	margin-bottom: 45px;
}

.keyArgs .line .visu,
.keyArgs .line .text {
	width: 50%;
	display: table-cell;
	vertical-align: middle;
	position: relative;

	opacity: 0;
	-webkit-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
	-webkit-transition: -webkit-transform .7s, opacity .7s;
	-o-transition: -o-transform .7s, opacity .7s;
	transition: transform .7s, -ms-transform .7s, opacity .7s;
}

.keyArgs .line .visu:nth-child(2),
.keyArgs .line .text:nth-child(2) {
	-webkit-transform: translateX(30px);
	-ms-transform: translateX(30px);
	-o-transform: translateX(30px);
	transform: translateX(30px);

	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
}

.keyArgs .line.visible .visu,
.keyArgs .line.visible .text  {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}

.keyArgs .line .visu .img {
	position: relative;
}

.keyArgs .line .visu img{
	width: 100%;
	vertical-align: top;
}

.keyArgs .line .visu .img.shadow:before {
	position: absolute;
	top: 100%;
	left: 0;
	content: "";
	height: 109px;
	width: 100%;
	background: url('../img/shadow.png') center top no-repeat;
	background-size: 100%;
}

.keyArgs .line .text{
	font-size: 12px;
	width: 405px;
	color: #FFF;
	font-family: "Roboto_Thin", sans-serif ;

}

.keyArgs .line .text p{
	line-height: 15px;
	font-size: 14px;
	margin-bottom: 10px;
}

.keyArgs .line .text h5{
	font-size: 18px;
	font-family: "Roboto_light", sans-serif ;
	margin-bottom: 20px;
}

.keyArgs .line .text h5 .mention{
	font-size: 9px;
}

.keyArgs .line.it .text{
	text-align: left;
	padding-left: 90px;
}

.keyArgs .line.ti .text{
	text-align: right;
	padding-right: 90px;
}

.keyArgs .line.it.no-margin .text,
.keyArgs .line.ti.no-margin .text{
	padding: 0;
}

@media (max-width: 768px) {

	.keyArgs h4 { font-size: 15px; line-height: 20px;}
	.keyArgs.visible .title p { font-size: 13px; }

	.keyArgs .line .text h5{ font-size: 14px; }
	
	.keyArgs .line .visu {
		width: 35%;
	}
	.keyArgs .line .text {
		width: 65%;
	}

	.keyArgs .line.it .text{
		text-align: left;
		padding-left: 45px;
	}
	
	.keyArgs .line.ti .text{
		text-align: right;
		padding-right: 45px;
	}
}

@media (max-width: 640px) {
	
	.keyArgs h4 { font-size: 13px; line-height: 17px; }
	.keyArgs.visible .title p { font-size: 13px; }
	.keyArgs .line { display: block; border-top: 1px solid rgba(255,255,255,.3); padding-top: 30px; margin-bottom: 60px;}
	
	.keyArgs .line .visu,
	.keyArgs .line .text {
		display: block;
		width: 100%;
	}

	.keyArgs .line .visu {
		top: 30px;
		position: absolute;
	}
	
	.keyArgs .line .visu .img{
		display: inline-block;
	}
	.keyArgs .line .visu img {
		height: 200px;
		width: auto;
	}

	.keyArgs .line.it .text,
	.keyArgs .line.ti .text,
	.keyArgs .line.no-margin{
		
		text-align: left;
		padding: 0;
		text-align: left;
		padding-top: 260px;
	}	
}

.pdm .line4,
.bpm .line4,
.appli .line4,
.dam .line4  {
	margin-bottom: 160px;
}

.dam .line4 .visu .mobile {
	position: absolute;
	width: 100%;
	left: 35%; top: 70%;
}

@media (max-width: 768px) {
	.pdm .line4,
	.bpm .line4,
	.appli .line4, 
	.dam .line4  {
		margin-bottom: 110px;
	}
}

@media (max-width: 640px) {
	.pdm .line4,
	.bpm .line4,
	.appli .line4,
	.dam .line4  {
		margin-bottom: 90px;
	}
	.dam .line4 .visu .mobile {
		position: absolute;
		width: auto;
		height: 140px;
		left: 35%; top: 70%;
	}
	
	.pdm .line4 .visu .text,
	.bpm .line4 .visu .text,
	.appli .line4 .visu .text,
	.dam .line.line4 .text {
		padding-top: 300px;
	}
}
