.container-el.el-ly .el
{
	display: none;
	text-decoration: none;
	-webkit-perspective: 800px;
	-ms-perspective: 800px;
	perspective: 800px;
	position: relative;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	     -o-transition: all 1.5s ease;
	        transition: all 1.5s ease;
}
.container-el.el-ly .el.displayBlock
{
	display: block;
}
.container-el.el-ly .el.show
{
	opacity: 1;
}
.container-el.el-ly .el.hide
{
	-webkit-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;
	opacity: 0;
}
.container-el.el-ly .el .link-zone
{
	cursor: pointer;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	z-index: 1;
}
.container-el.el-ly .el .container-illu
{
	position: relative;
	height: 21vw;
	width: 100%;
}
.container-el.el-ly .el .container-illu .container-obj
{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
	-webkit-transform: translateZ(-50px);
	    -ms-transform: translateZ(-50px);
	        transform: translateZ(-50px);
}
.container-el.el-ly .el .container-illu .container-device
{
	height: 100%;
	width: 100%;
}
.container-el.el-ly .el .container-illu .container-device .device.desktop .head
{
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 21px;
	background-color: #FFF;
	border-radius: 5px 5px 0px 0px;
}
.container-el.el-ly .el .container-illu .container-device .device.desktop .head .ptn
{
	position: absolute;
	height: 5px;
	width: 5px;
	border-radius: 3px;
	top: 50%;
	background-color: #232426;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0.2;
}
.container-el.el-ly .el .container-illu .container-device .device.desktop .head .ptn:nth-child(1)
{
	left: 6px;
}
.container-el.el-ly .el .container-illu .container-device .device.desktop .head .ptn:nth-child(2)
{
	left: 16px;
}
.container-el.el-ly .el .container-illu .container-device .device.desktop .head .ptn:nth-child(3)
{
	left: 26px;
}

/* BROWSER */
.container-el.el-ly .el.desktop .container-illu .container-device
{
	-webkit-box-shadow: 0 15px 28px 0 rgba(0,0,0,0.3);
	        box-shadow: 0 15px 28px 0 rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	padding-top: 21px;

	-webkit-transform-style: preserve-3d;
	will-change: transform;
	-webkit-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg);
	    -ms-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg);
	        transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg);

	-webkit-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	     -o-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	        transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
}

.container-el.el-ly .el.desktop.show .container-illu .container-device
{
	-webkit-transform: translateZ(0px) rotate3d(0, 0, 0, 0deg);
	    -ms-transform: translateZ(0px) rotate3d(0, 0, 0, 0deg);
	        transform: translateZ(0px) rotate3d(0, 0, 0, 0deg);
}
.container-el.el-ly .el.desktop.hide .container-illu .container-device
{
	opacity: 0;
	-webkit-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
	-webkit-transform: rotate3d(0, 0, 0, 0deg);
	    -ms-transform: rotate3d(0, 0, 0, 0deg);
	        transform: rotate3d(0, 0, 0, 0deg);
}
.container-el.el-ly .el.desktop .container-illu .container-device .device
{
	height: 100%;
	width: 100%;
}
.container-el.el-ly .el.desktop .container-illu .device .container-screen
{
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.container-el.el-ly .el.desktop .container-illu .device .container-screen img
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
/* END BROWSER */

/* MOBILE */

.container-el.el-ly .el.mobile .container-illu .device
{
	height: 100%;
	position: absolute;
	top: 50%;
	filter: drop-shadow(0px 14px 28px rgba(0,0,0,0.3));
	-webkit-filter: drop-shadow(0px 14px 28px rgba(0,0,0,0.3));
	-moz-filter: drop-shadow(0px 14px 28px rgba(0,0,0,0.3));

}
.container-el.el-ly .el.mobile .container-illu .device:nth-child(1)
{
	left: 31%;
}
.container-el.el-ly .el.mobile .container-illu .device:nth-child(2)
{
	right: 31%;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device
{
	will-change: transform;
	opacity: 0;
	-webkit-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	     -o-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	        transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
}
.container-el.el-ly .el.mobile .container-illu .container-device .device:nth-child(1)
{
	-webkit-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg) translate(-50%, -50%);
	    -ms-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg) translate(-50%, -50%);
	        transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg) translate(-50%, -50%);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	   transition-delay: 0s;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device:nth-child(2)
{
	-webkit-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg) translate(50%, -50%);
	    -ms-transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg) translate(50%, -50%);
	        transform: translateZ(200px) rotate3d(-1, -1, 0, 60deg) translate(50%, -50%);
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	   transition-delay: 0.2s;
}


.container-el.el-ly .el.mobile.show .container-illu .container-device .device
{
	opacity: 1;
}
.container-el.el-ly .el.mobile.show .container-illu .container-device .device:nth-child(1)
{
	-webkit-transform: translateZ(0px) translate(-50%, -50%) rotateY(0deg);
	    -ms-transform: translateZ(0px) translate(-50%, -50%) rotateY(0deg);
	        transform: translateZ(0px) translate(-50%, -50%) rotateY(0deg);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	   transition-delay: 0s;
}
.container-el.el-ly .el.mobile.show .container-illu .container-device .device:nth-child(2)
{
	-webkit-transform: translateZ(0px) translate(50%, -50%) rotateY(0deg);
	    -ms-transform: translateZ(0px) translate(50%, -50%) rotateY(0deg);
	        transform: translateZ(0px) translate(50%, -50%) rotateY(0deg);
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	   transition-delay: 0.2s;
}

.container-el.el-ly .el.mobile.hide .container-illu .container-device .device:nth-child(1)
{
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	-webkit-transition-delay: 0s;
	-o-transition-delay: 0s;
	   transition-delay: 0s;
}
.container-el.el-ly .el.mobile.hide .container-illu .container-device .device:nth-child(2)
{
	-webkit-transform: translate(50%, -50%);
	    -ms-transform: translate(50%, -50%);
	        transform: translate(50%, -50%);
	-webkit-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	   transition-delay: 0.2s;
}
.container-el.el-ly .el.mobile.hide .container-illu .container-device .device
{
	-webkit-transition: all 1s ease;
	     -o-transition: all 1s ease;
	        transition: all 1s ease;
	opacity: 0;
}
.container-el.el-ly .el.mobile .container-illu .device .iphone
{
	height: 100%;
	position: relative;
	z-index: 1;
}
.container-el.el-ly .el.mobile .container-illu .device .container-screen
{
	overflow: hidden;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 89%;
	height: 95.5%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.container-el.el-ly .el.mobile .container-illu .container-device .soon
{
	padding: 4px 12px 4px 12px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) translateZ(10px);
	        transform: translate(-50%, -50%) translateZ(10px);
	opacity: 0;
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.container-el.el-ly .el.mobile.show .container-illu .container-device .soon
{
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	opacity: 1;
}
.container-el.el-ly .el.mobile .container-illu .container-device .soon:before
{
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	border-radius: 30px;
	-webkit-box-shadow: 0 6px 24px 0 rgba(0,0,0,0.2);
	        box-shadow: 0 6px 24px 0 rgba(0,0,0,0.2);
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}
.container-el.el-ly .el.mobile.show .container-illu .container-device .soon:before
{
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}
.container-el.el-ly .el.mobile .container-illu .container-device .soon span
{
	position: relative;
	font-family:National-Bold;
	font-size: 24px;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device .container-screen img
{
	width: 100%;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device .container-screen img.unscroll
{
	min-height: 100%;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device .container-screen img.scroll
{
	position: absolute;
	top: 0px;
	left: 0px;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device .container-screen img.header
{
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
}
.container-el.el-ly .el.mobile .container-illu .container-device .device .container-screen img.footer
{
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 0px;
}
/* END MOBILE */


/* ILLU QONTO */
.container-el.el-ly .el.el-qonto .container-illu .bubble-group
{
	position: absolute;
	width: 35%;
	opacity: 0.6;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group.left
{
	left: 0px;
	top: -40px;
	-webkit-transform: translateZ(0) translateX(-50%);
	    -ms-transform: translateZ(0) translateX(-50%);
	        transform: translateZ(0) translateX(-50%);
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group.right
{
	right: 0px;
	top: -40px;
	-webkit-transform: translateZ(0) translateX(50%) rotateY(180deg);
	    -ms-transform: translateZ(0) translateX(50%) rotateY(180deg);
	        transform: translateZ(0) translateX(50%) rotateY(180deg);
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *
{
	opacity: 0;
	animation-duration: 3s;   
    -webkit-animation-duration: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    animation-timing-function: cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(1)
{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(2)
{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(3)
{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(4)
{
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(5)
{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(6)
{
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(7)
{
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(8)
{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(9)
{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(10)
{
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(11)
{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(12)
{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(13)
{
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(14)
{
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(15)
{
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(16)
{
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(17)
{
	-webkit-animation-delay: 1.7s;
	animation-delay: 1.7s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(18)
{
	-webkit-animation-delay: 1.3s;
	animation-delay: 1.3s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(19)
{
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(20)
{
	-webkit-animation-delay: 1.1s;
	animation-delay: 1.1s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(21)
{
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(22)
{
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(23)
{
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(24)
{
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(25)
{
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(26)
{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(27)
{
	-webkit-animation-delay: 1.9s;
	animation-delay: 1.9s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(28)
{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.container-el.el-ly .el.el-qonto .container-illu .bubble-group g > *:nth-child(29)
{
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
@keyframes qontoBubbleAnimLeft {
    0% {
    	opacity: 0;
    	-webkit-transform: translateZ(0) translate(20px, 20px);
    	    -ms-transform: translateZ(0) translate(20px, 20px);
    	        transform: translateZ(0) translate(20px, 20px); 
		
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(0) translate(-5px, -5px);
    	    -ms-transform: translateZ(0) translate(-5px, -5px);
    	        transform: translateZ(0) translate(-5px, -5px);
	}          
}
@-webkit-keyframes qontoBubbleAnimLeft {
    0% {
    	opacity: 0;
    	-webkit-transform: translateZ(0) translate(20px, 20px);
    	    -ms-transform: translateZ(0) translate(20px, 20px);
    	        transform: translateZ(0) translate(20px, 20px); 
		
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(0) translate(-5px, -5px);
    	    -ms-transform: translateZ(0) translate(-5px, -5px);
    	        transform: translateZ(0) translate(-5px, -5px);
	}               
}
@keyframes qontoBubbleAnimRight {
    0% {
    	opacity: 0;
    	-webkit-transform: translateZ(0) translate(-20px, 20px);
    	    -ms-transform: translateZ(0) translate(-20px, 20px);
    	        transform: translateZ(0) translate(-20px, 20px); 
		
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(0) translate(5px, 5px);
    	    -ms-transform: translateZ(0) translate(5px, 5px);
    	        transform: translateZ(0) translate(5px, 5px);
	}          
}
@-webkit-keyframes qontoBubbleAnimRight {
    0% {
    	opacity: 0;
    	-webkit-transform: translateZ(0) translate(-20px, 20px);
    	    -ms-transform: translateZ(0) translate(-20px, 20px);
    	        transform: translateZ(0) translate(-20px, 20px); 
		
	}
	20% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		-webkit-transform: translateZ(0) translate(5px, 5px);
    	    -ms-transform: translateZ(0) translate(5px, 5px);
    	        transform: translateZ(0) translate(5px, 5px);
	}               
}

.container-el.el-ly .el.el-qonto.show .container-illu .bubble-group.left g > *
{
	animation-name: qontoBubbleAnimLeft;
    -webkit-animation-name: qontoBubbleAnimLeft;
}
.container-el.el-ly .el.el-qonto.show .container-illu .bubble-group.right g > *
{
	animation-name: qontoBubbleAnimRight;
    -webkit-animation-name: qontoBubbleAnimRight;
}

/* END ILLU QONTO */

/* ILLU MARKS */
.container-el.el-ly .el.el-marks .container-illu .obj-1
{
	position: absolute;
	right: -33px;
	top: -10px;
	width: 60px;
	opacity: 0;
	-webkit-transform: scale(0) translateY(120px);
	    -ms-transform: scale(0) translateY(120px);
	        transform: scale(0) translateY(120px);
}
.container-el.el-ly .el.el-marks .container-illu .obj-2
{
	position: absolute;
	right: -10px;
	top: 0px;
	width: 120px;
	opacity: 0;
}
.container-el.el-ly .el.el-marks .container-illu .obj-3
{
	position: absolute;
	right: 10px;
	top: 140px;
	width: 36px;
	opacity: 0;
	-webkit-transform: scale(0) translateY(120px);
	    -ms-transform: scale(0) translateY(120px);
	        transform: scale(0) translateY(120px);
}

.container-el.el-ly .el.el-marks.show .container-illu .obj-1
{
	-webkit-transition: all 0.45s ease;
	     -o-transition: all 0.45s ease;
	        transition: all 0.45s ease;
	opacity: 1;
	-webkit-transform: scale(1) translateY(0px);
	    -ms-transform: scale(1) translateY(0px);
	        transform: scale(1) translateY(0px);
}
.container-el.el-ly .el.el-marks.show .container-illu .obj-2
{
	-webkit-transition: transform 10s ease, opacity 1s ease;
	     -o-transition: transform 10s ease, opacity 1s ease;
	        -webkit-transition: opacity 1s ease, -webkit-transform 10s ease;
	        transition: opacity 1s ease, -webkit-transform 10s ease;
	        transition: transform 10s ease, opacity 1s ease;
	        transition: transform 10s ease, opacity 1s ease, -webkit-transform 10s ease;
	opacity: 1;
	-webkit-transform: translateY(-80px);
	    -ms-transform: translateY(-80px);
	        transform: translateY(-80px);
}
.container-el.el-ly .el.el-marks.show .container-illu .obj-3
{
	-webkit-transition: all 0.45s ease;
	     -o-transition: all 0.45s ease;
	        transition: all 0.45s ease;
-webkit-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
   transition-delay: 0.1s;
	opacity: 1;
	-webkit-transform: scale(1) translateY(0px);
	    -ms-transform: scale(1) translateY(0px);
	        transform: scale(1) translateY(0px);
}
/* END ILLU MARKS */

/* ILLU CHAUFFEUR PRIVE */
.container-el.el-ly .el.el-chauffeurprive .container-obj .obj-1
{
	height: 100%;
	width: 40%;
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-transform: translate(-20%, 10%) skew(-5deg) scaleY(0);
	    -ms-transform: translate(-20%, 10%) skew(-5deg) scaleY(0);
	        transform: translate(-20%, 10%) skew(-5deg) scaleY(0);
	-webkit-transition: all 1.5s cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	     -o-transition: all 1.5s cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	        transition: all 1.5s cubic-bezier(0.000, 0.785, 0.000, 1.000);
}
.container-el.el-ly .el.el-chauffeurprive.show .container-obj .obj-1
{
	-webkit-transition-delay: 0.5s;
	-o-transition-delay: 0.5s;
	   transition-delay: 0.5s;
	-webkit-transform: translate(-20%, 10%) skew(-5deg) scaleY(1);
	    -ms-transform: translate(-20%, 10%) skew(-5deg) scaleY(1);
	        transform: translate(-20%, 10%) skew(-5deg) scaleY(1);
}

/* END ILLU CHAUFFEUR PRIVE */

/* ILLU LE COLLECTIONIST */
.container-el.el-ly .el.el-lecollectionist .container-obj .obj-1
{
	background-color: #F9EEE7;
	background-blend-mode: multiply;
	background-position: center center;
	background-size: cover;

	width: 60%;
	height: 100%;
	position: absolute;
	right: -20%;
	top: 50%;
	-webkit-transform: translateX(0%) translateY(-50%);
	-ms-transform: translateX(0%) translateY(-50%);
	transform: translateX(0%) translateY(-50%);
	-webkit-transition: all 0.25s ease;
	     -o-transition: all 0.25s ease;
	        transition: all 0.25s ease;

}
/* END ILLU LE COLLECTIONIST */

/* ILLU ORANGE LABS */
.container-el.el-ly .el.el-orangelabs .container-obj .obj-1
{
	background-color: transparent;
	background-blend-mode: hard-light;
	background-position: center center;
	background-size: cover;
	height: 90%;
	width: 40%;
	opacity: 0;
	position: absolute;
	left: 50%;
	top: 10%;
	opacity: 1;
	-webkit-transition: all 2s ease;
	     -o-transition: all 2s ease;
	        transition: all 2s ease;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.container-el.el-ly .el.el-orangelabs .container-obj .obj-1
{
	opacity: 1;
}
/* END ILLU ORANGE LABS */

/* ILLU MON DOCTEUR */
.container-el.el-ly .el.el-mondocteur .container-obj .obj-1
{
	position: absolute;
	width: 80%;
    top: -56%;
    right: -25%;
}

/* END ILLU MON DOCTEUR */

/* ILLU ENGIE */
.container-el.el-ly .el.el-engie .container-obj .obj-1
{
	position: absolute;
	right: 80%;
	width: 40%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.container-el.el-ly .el.el-engie .container-obj .obj-2
{
	position: absolute;
	right: 80%;
	width: 80%;
	top: 40%;
}
/* END ILLU  ENGIE */

/* ILLU OWKIN */
.container-el.el-ly .el.el-owkin .container-obj .obj-1
{
	position: absolute;
	right: 50%;
	width: 100%;
	top: 70%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	opacity: 0;
}
.container-el.el-ly .el.el-owkin .container-obj .obj-2
{
	position: absolute;
	right: 50%;
	width: 100%;
	height: 100%;
	top: 70%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
	opacity: 0;
}
.container-el.el-ly .el.el-owkin.show .container-obj .obj-1,
.container-el.el-ly .el.el-owkin.show .container-obj .obj-2
{
	opacity: 1;
	-webkit-transition: all 2s ease;
	     -o-transition: all 2s ease;
	        transition: all 2s ease;
}
/* END ILLU  OWKIN */

/* ILLU PEECH */
.container-el.el-ly .el.el-peech .container-obj
{
	z-index: 1;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
}
.container-el.el-ly .el.el-peech .container-obj .obj-1
{
	position: absolute;
	right: -23%;
	z-index: 1;
	width: 30%;
	top: 90%;
	-webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 0;
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.container-el.el-ly .el.el-peech .container-obj .obj-2
{
	position: absolute;
	left: -23%;
	z-index: 1;
	width: 30%;
	top: 90%;
	-webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	opacity: 0;

}
.container-el.el-ly .el.el-peech.show .container-obj .obj-1,
.container-el.el-ly .el.el-peech.show .container-obj .obj-2
{
	opacity: 1;
	-webkit-transform: translateY(-50%) translateX(0%);
	    -ms-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}
/* END ILLU  PEECH */

/* ILLU LEFTY */
.container-el.el-ly .el.el-lefty .container-obj .obj-1
{
	position: absolute;
	right: -26%;
	z-index: 1;
	width: 70%;
	top: -35%;
	-webkit-transform: rotate(-20deg) translate(-20%, 20%);
	    -ms-transform: rotate(-20deg) translate(-20%, 20%);
	        transform: rotate(-20deg) translate(-20%, 20%);
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.container-el.el-ly .el.el-lefty.show .container-obj .obj-1
{
	-webkit-transform: none;
	    -ms-transform: none;
	        transform: none;
}
/* END ILLU LEFTY */

/* ILLU INFLUENCE */
.container-el.el-ly .el.el-influence .container-obj .obj-1
{
	background: -webkit-gradient(linear, right top, left top, from(#FF633C), to(#FF3C79));
	background: -webkit-linear-gradient(right, #FF633C 0%, #FF3C79 100%);
	background: -o-linear-gradient(right, #FF633C 0%, #FF3C79 100%);
	background: linear-gradient(270deg, #FF633C 0%, #FF3C79 100%);
	position: absolute;
	right: -35%;
	z-index: 1;
	width: 100%;
	height: 100%;
	top: -35%;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all 0.5s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-o-transition: all 0.5s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	transition: all 0.5s cubic-bezier(1.000, 0.005, 0.305, 1.000);
}
.container-el.el-ly .el.el-influence.show .container-obj .obj-1
{
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}
.container-el.el-ly .el.el-influence .container-obj .obj-2
{
	background: -webkit-gradient(linear, right top, left top, from(#FF3C79), to(#FF633C));
	background: -webkit-linear-gradient(right, #FF3C79 0%, #FF633C 100%);
	background: -o-linear-gradient(right, #FF3C79 0%, #FF633C 100%);
	background: linear-gradient(270deg, #FF3C79 0%, #FF633C 100%);
	position: absolute;
	left: -35%;
	z-index: 1;
	width: 70%;
	height: 70%;
	bottom: 5%;
	-webkit-transform: scaleX(0);
	    -ms-transform: scaleX(0);
	        transform: scaleX(0);
	-webkit-transition: all 0.5s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-o-transition: all 0.5s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	transition: all 0.5s cubic-bezier(1.000, 0.005, 0.305, 1.000);
}
.container-el.el-ly .el.el-influence.show .container-obj .obj-2
{
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
	-webkit-transform: scaleX(1);
	    -ms-transform: scaleX(1);
	        transform: scaleX(1);
}
/* END ILLU INFLUENCE */

/* ILLU GAMOLOGY */
.container-el.el-ly .el.el-gamology .container-obj .obj-1
{
	position: absolute;
	right: -26%;
	z-index: 1;
	width: 30%;
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(30%);
	    -ms-transform: translateY(-50%) translateX(30%);
	        transform: translateY(-50%) translateX(30%);

	fill: transparent;
	stroke: #FFF;
	stroke-width: 3px;
	stroke-dasharray: 700;
	stroke-dashoffset: 700;

	-webkit-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000), fill 3s cubic-bezier(1.000, 0.005, 0.305, 1.000), -webkit-transform 3s cubic-bezier(1.000, 0.005, 0.305, 1.000);

	transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000), fill 3s cubic-bezier(1.000, 0.005, 0.305, 1.000), -webkit-transform 3s cubic-bezier(1.000, 0.005, 0.305, 1.000);

	-o-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000), fill 3s cubic-bezier(1.000, 0.005, 0.305, 1.000), transform 3s cubic-bezier(1.000, 0.005, 0.305, 1.000);

	transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000), fill 3s cubic-bezier(1.000, 0.005, 0.305, 1.000), transform 3s cubic-bezier(1.000, 0.005, 0.305, 1.000);

	transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000), fill 3s cubic-bezier(1.000, 0.005, 0.305, 1.000), transform 3s cubic-bezier(1.000, 0.005, 0.305, 1.000), -webkit-transform 3s cubic-bezier(1.000, 0.005, 0.305, 1.000);
}
.container-el.el-ly .el.el-gamology.show .container-obj .obj-1
{
	fill: #FFF;
	stroke-dashoffset: 0;
	-webkit-transform: translateY(-50%) translateX(0%);
	    -ms-transform: translateY(-50%) translateX(0%);
	        transform: translateY(-50%) translateX(0%);
}

/* END ILLU GAMOLOGY */

/* ILLU THOUGHTSPOT */
.container-el.el-ly .el.el-thoughtspot .container-obj .obj-1
{
	position: absolute;
	left: -15%;
	z-index: 1;
	width: 30%;
	top: -45%;
	-webkit-transform: translate(100%, 100%);
	    -ms-transform: translate(100%, 100%);
	        transform: translate(100%, 100%);
	-webkit-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-o-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
}
.container-el.el-ly .el.el-thoughtspot .container-obj .obj-2
{
	position: absolute;
	left: -36%;
	z-index: 1;
	width: 50%;
	top: 5%;
	-webkit-transform: translate(50%, 50%);
	    -ms-transform: translate(50%, 50%);
	        transform: translate(50%, 50%);
	-webkit-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-o-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-webkit-transition-delay: 0.2s;
	     -o-transition-delay: 0.2s;
	        transition-delay: 0.2s;
}
.container-el.el-ly .el.el-thoughtspot .container-obj .obj-3
{
	position: absolute;
	left: -16%;
	z-index: 1;
	width: 40%;
	top: 50%;
	-webkit-transform: translate(50%, 50%);
	    -ms-transform: translate(50%, 50%);
	        transform: translate(50%, 50%);
	-webkit-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-o-transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	transition: all 2s cubic-bezier(1.000, 0.005, 0.305, 1.000);
	-webkit-transition-delay: 0.3s;
	     -o-transition-delay: 0.3s;
	        transition-delay: 0.3s;
}

.container-el.el-ly .el.el-thoughtspot.show .container-obj .obj-1,
.container-el.el-ly .el.el-thoughtspot.show .container-obj .obj-2,
.container-el.el-ly .el.el-thoughtspot.show .container-obj .obj-3
{
	-webkit-transform: translate(0%, 0%);
	    -ms-transform: translate(0%, 0%);
	        transform: translate(0%, 0%);
}
/* END ILLU THOUGHTSPOT */

/* ALWAYSDATA */
.container-el.el-ly .el.el-alwaysdata .container-obj .obj-1
{
	position: absolute;
	right: -44%;
	z-index: 1;
	width: 70%;
	top: 50%;
	-webkit-transform: translateY(-30%);
	    -ms-transform: translateY(-30%);
	        transform: translateY(-30%);
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.container-el.el-ly .el.el-alwaysdata.show .container-obj .obj-1
{
	opacity: 1;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}
/* END ALWAYSDATA */


/* BUZZMAN */

.container-el.el-ly .el.el-buzzman .container-obj .obj-1
{
	position: absolute;
	width: 150%;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.container-el.el-ly .el.el-buzzman .container-obj .obj-1 path
{
	display: block;
	opacity: 0;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	    transform-origin: 50% 50%;
	-webkit-transform: scale(0);
	    -ms-transform: scale(0);
	        transform: scale(0);
}
.container-el.el-ly .el.el-buzzman .container-obj .obj-1 path.dl-tr
{
	-webkit-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	-o-transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
	transition: all 1.5s cubic-bezier(0.500, -0.010, 0.000, 1.005);
}
.container-el.el-ly .el.el-buzzman .container-obj .obj-1 path.dl-tr:nth-child(2n+1)
{
	-webkit-transition-delay: 0.35s;
	-o-transition-delay: 0.35s;
	   transition-delay: 0.35s;
}
.container-el.el-ly .el.el-buzzman .container-obj .obj-1 path.dl-tr:nth-child(3n+1)
{
	-webkit-transition-delay: 0.25s;
	-o-transition-delay: 0.25s;
	   transition-delay: 0.25s;
}
.container-el.el-ly .el.el-buzzman .container-obj .obj-1 path.dl-tr:nth-child(4n+1)
{
	-webkit-transition-delay: 0.45s;
	-o-transition-delay: 0.45s;
	   transition-delay: 0.45s;
}
.container-el.el-ly .el.el-buzzman.show .container-obj .obj-1 path
{
	opacity: 1;
	-webkit-transform: scale(1);
	    -ms-transform: scale(1);
	        transform: scale(1);
}

/* END BUZZMAN */


/* BILIONAIREBAY */
.container-el.el-ly .el.el-bilionairebay .container-obj .obj-1
{
	position: absolute;
	right: -44%;
	z-index: 1;
	width: 100%;
	top: 10%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.container-el.el-ly .el.el-bilionairebay.show .container-obj .obj-1
{
	opacity: 1;
}
/* END BILIONAIREBAY */

/* XOLA */
.container-el.el-ly .el.el-xola .container-obj .obj-1
{
	position: absolute;
	left:0px;
	z-index: 1;
	width: 130%;
	top: -100%;
	opacity: 0;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	-webkit-transform: translateY(10%);
	    -ms-transform: translateY(10%);
	        transform: translateY(10%);
}
.container-el.el-ly .el.el-xola.show .container-obj .obj-1
{
	opacity: 1;
	-webkit-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	        transform: translateY(0%);
}
.container-el.el-ly .el.el-xola .container-obj .obj-2
{
	position: absolute;
	left:0px;
	z-index: 1;
	width: 130%;
	height: 128%;
	top: -100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	z-index: 1;
}
/* END XOLA */


/* UBER */

.container-el.el-ly .el.el-uber .container-illu .container-device .soon:before
{
	background-color: #1C1B1B;
}
.container-el.el-ly .el.el-uber .container-illu .container-device .soon span
{
	color: #FFFFFF;	
}

/* END UBER */


/* AXA */

.container-el.el-ly .el.el-axa .container-illu .container-device .soon:before
{
	background-color: #2B13A6;
}
.container-el.el-ly .el.el-axa .container-illu .container-device .soon span
{
	color: #FFFFFF;	
}

/* END AXA */


/* BLACKPILLS */
.container-el.el-ly .el.el-blackpills .container-obj .obj-1
{
	position: absolute;
	width: 130%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.4) rotate(30deg);
	    -ms-transform: translate(-50%, -50%) scale(0.4) rotate(30deg);
	        transform: translate(-50%, -50%) scale(0.4) rotate(30deg);
	-webkit-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	     -o-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	        transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
}
.container-el.el-ly .el.el-blackpills.show .container-obj .obj-1
{
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	        transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
/* END BLACKPILLS */

/* GOTZM */
.container-el.el-ly .el.el-gotzm .container-obj .obj-1
{
	position: absolute;
	width: 130%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%) scale(0.4) rotate(30deg);
	    -ms-transform: translate(-50%, -50%) scale(0.4) rotate(30deg);
	        transform: translate(-50%, -50%) scale(0.4) rotate(30deg);
	-webkit-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	     -o-transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000); 
	        transition: all 1500ms cubic-bezier(0.000, 0.785, 0.000, 1.000);
}
.container-el.el-ly .el.el-gotzm.show .container-obj .obj-1
{
	opacity: 1;
	-webkit-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	    -ms-transform: translate(-50%, -50%) scale(1) rotate(0deg);
	        transform: translate(-50%, -50%) scale(1) rotate(0deg);
}
/* END GOTZM */


.container-el.el-ly .el.desktop.show .container-illu .device .container-screen img
{
	-webkit-animation-duration:5s;
	animation-duration:5s;
	-webkit-animation-name:scrollCoverBrowser;
	animation-name:scrollCoverBrowser; 
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000); 
	-webkit-animation-direction: alternate; 
            animation-direction: alternate;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.container-el.el-ly .el.unscroll.desktop.show .container-illu .device .container-screen img
{
	-webkit-animation-name:none;
	animation-name:none; 
}

@keyframes scrollCoverBrowser {

	10% {
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(-40%);
		    -ms-transform: translateY(-40%);
		        transform: translateY(-40%);
	}

	100% {
		-webkit-transform: translateY(calc(-100% + 21vw));
		    -ms-transform: translateY(calc(-100% + 21vw));
		        transform: translateY(calc(-100% + 21vw));
	}

}

@-webkit-keyframes scrollCoverBrowser {
	10% {
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(-40%);
		    -ms-transform: translateY(-40%);
		        transform: translateY(-40%);
	}

	100% {
		-webkit-transform: translateY(calc(-100% + 21vw));
		    -ms-transform: translateY(calc(-100% + 21vw));
		        transform: translateY(calc(-100% + 21vw));
	}

}

.container-el.el-ly .el.mobile.show .container-illu .device:nth-child(1) .container-screen img.scroll
{
	-webkit-animation-duration:4s;
	animation-duration:4s;
	-webkit-animation-name:scrollCoverMobile;
	animation-name:scrollCoverMobile; 
	-webkit-animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000);
	animation-timing-function: cubic-bezier(1.000, 0.005, 0.305, 1.000); 
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards; 
}
.container-el.el-ly .el.mobile.show.unscroll .container-illu .device:nth-child(1) .container-screen img.unscroll,
.container-el.el-ly .el.mobile.show.unscroll .container-illu .device:nth-child(2) .container-screen img.scroll
{
	-webkit-animation-name:none;
	animation-name:none;
}

.container-el.el-ly .el.mobile.soon .container-illu .device:nth-child(1) .container-screen img.unscroll,
.container-el.el-ly .el.mobile.soon .container-illu .device:nth-child(2) .container-screen img.scroll
{
	-webkit-filter: blur(10px);
	        filter: blur(10px);
	-webkit-animation-name:none;
	animation-name:none;
	-webkit-transform: scale(1.2);
	    -ms-transform: scale(1.2);
	        transform: scale(1.2);
}

@keyframes scrollCoverMobile {

	10% {
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(-10%);
		    -ms-transform: translateY(-10%);
		        transform: translateY(-10%);
	}

	100% {
		-webkit-transform: translateY(calc(-100% + 21vw));
		    -ms-transform: translateY(calc(-100% + 21vw));
		        transform: translateY(calc(-100% + 21vw));
	}

}

@-webkit-keyframes scrollCoverMobile {
	10% {
		-webkit-transform: translateY(0%);
		    -ms-transform: translateY(0%);
		        transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(-10%);
		    -ms-transform: translateY(-10%);
		        transform: translateY(-10%);
	}

	100% {
		-webkit-transform: translateY(calc(-100% + 21vw));
		    -ms-transform: translateY(calc(-100% + 21vw));
		        transform: translateY(calc(-100% + 21vw));
	}

}

.container-el.el-ly .el .desc
{
	color: #FFF;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
	-webkit-transition: all .25s ease;
	     -o-transition: all .25s ease;
	        transition: all .25s ease;
}
.container-el.el-ly .el.mobile .desc
{
	width: 68%;
	
}

.container-el.el-ly .el.el-lecollectionist .desc,
.container-el.el-ly .el.el-owkin .desc,
.container-el.el-ly .el.el-lefty .desc,
.container-el.el-ly .el.el-dreem .desc,
.container-el.el-ly .el.el-buzzman .desc,
.container-el.el-ly .el.el-bilionairebay .desc,
.container-el.el-ly .el.el-nextworldcap .desc,
.container-el.el-ly .el.el-neura .desc,
.container-el.el-ly .el.el-xola .desc,
.container-el.el-ly .el.el-gotzm .desc
{
	color: #363F54;
}

.container-el.el-ly .el .desc h2
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	font-family:National-Bold;
	font-size: 18px;
	text-align: right;
	padding-right: 60px;
}
.container-el.el-ly .el .desc .container-p
{
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
.container-el.el-ly .el .desc .container-p p:nth-child(1)
{
	opacity: 0.5;
	font-family:National-Regular;
	font-size: 13px;
	margin-bottom: 6px;
	text-align: left;
}
.container-el.el-ly .el .desc .container-p p:nth-child(2)
{
	position: relative;
	font-family:National-Regular;
	font-size: 13px;
	text-align: left;
}
.container-el.el-ly .el .desc .container-p p a
{
	text-decoration: none;
	color: initial;
}