.landing-page .container .page-title-inner .page-title-left{
	display : none;
}

.landing-page .page-title-background:before{
	background-color : transparent !important;
}

.landing-page .fonctionnalite-icon{
	padding : 20px;
}

.landing-page  .g5plus-icon-box{
	position : relative;
}

.landing-page  .g5plus-icon-box.ico-p-color .icon{
	vertical-align: top;
}

.landing-page  .g5plus-icon-box.ico-p-color .icon i{
	color : #3E3562;
	position: relative;
    /*top: -15px;*/
}

.landing-page  .g5plus-icon-box.has-opacity-des .desc{
	opacity : 1;
}


.landing-page .section-objectif .icon{
	display : inline-block !important;
}
.landing-page .section-objectif .title{
	margin-bottom: 5px;
}
.landing-page .section-objectif .content{
	display : inline-block;
	text-align : left;
	width : 80%;
	vertical-align: top;
	color : #fff;
}

.landing-page .section-objectif .g5plus-icon-box{
	position : relative;
	padding-bottom: 15px;
	margin-bottom : 30px;
}

.landing-page .section-objectif .g5plus-icon-box:last-child{
	/*margin-bottom : 0px;*/
}

.landing-page .section-objectif .g5plus-icon-box::after{
	position : absolute;
	content : "";
	bottom : 0;
	right: -30px;
    width: 89%;
	height: 1px;
	background : #fff;
}

.landing-page  .btn-brochure{
	margin-top: 23px;
	width : 100%;
	background-color : #eaf3fa;	
	font-weight: 600;
	color : #1792d8;
	padding: 35px 50px;
	padding-left : 20%;
	position : relative;
}

.landing-page.transport  .btn-brochure{
	background-color : #d1ecef;
	color : #1aa1ae;
}


.landing-page .btn-brochure::before{
	content : "";
	position : absolute;
	background : url("https://www.kls-group.fr/wp-content/themes/moveco-child/img/icone_catalogue.png") top center no-repeat;
	display : block;
	width : 66px;
	height : 66px;
	top: 14px;
	left : 15px;
}
.landing-page .btn-brochure::after{
	content : "";
	position : absolute;
	background : url("https://www.kls-group.fr/wp-content/themes/moveco-child/img/dl_blue.png") top center no-repeat;
	display : block;
	width : 15px;
	height : 28px;
	top: 33px;
    right: 30px;
}


.landing-page.transport .btn-brochure::before{
	background : url("https://www.kls-group.fr/wp-content/themes/moveco-child/img/icone_catalogue_green.png") top center no-repeat;
}

.landing-page.transport .btn-brochure::after{
	background : url("https://www.kls-group.fr/wp-content/themes/moveco-child/img/dl_green.png") top center no-repeat;
}

.landing-page  .btn-brochure:hover{
	background-color : #291f50;
	color : #fff;
}

.landing-page  .form-lp h2.heading-title {
	font-weight: 600 !important;
	color : #291f50 !important;
	font-size : 24px;
}

.landing-page  .form-lp input[type="text"],.landing-page .form-lp  input[type="search"],.landing-page .form-lp  input[type="email"],.landing-page .form-lp  input[type="url"],.landing-page .form-lp  input[type="password"],.landing-page .form-lp  input[type="tel"],.landing-page .form-lp  textarea,.landing-page .form-lp  select{
	width : 100%;
	background : #eaf3fa;
	border: 1px solid #eaf3fa;
	color : #281e52;
}
.landing-page.transport  .form-lp input[type="text"],.landing-page.transport  .form-lp  input[type="search"],.landing-page.transport  .form-lp  input[type="email"],.landing-page.transport  .form-lp  input[type="url"],.landing-page.transport  .form-lp  input[type="password"],.landing-page.transport  .form-lp  input[type="tel"],.landing-page.transport  .form-lp  textarea,.landing-page.transport  .form-lp  select{
	width : 100%;
	background : #d1ecef;
	border: 1px solid #d1ecef;
	color : #281e52;
}

.landing-page .form-lp .heading-frame{
	display : none;
}

.landing-page  .form-lp input[type="submit"]{
	background-color : #281e52;
	color: #fff;
	font-weight : 600 !important;
	position : relative;
	
}
.landing-page  .form-lp input[type="submit"]:hover{
	
	font-weight : 600 !important;
	position : relative;
	
}

.landing-page  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #281e52 !important;
    opacity: 1; /* Firefox */
}

.landing-page  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #281e52 !important;
}

.landing-page  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #281e52 !important;
}

.landing-page  .form-lp input[type="submit"]:hover{
	background-color : #fff;
	color: #281e52;
}

@media(max-width : 992px){
	.landing-page .btn-brochure::before{
		opacity : 0;
	}
	
}

@media(max-width : 768px){
	.landing-page .btn-brochure::before{
		opacity : 1;
	}
	
}

@media(max-width : 480px){
	.landing-page .btn-brochure::before{
		opacity : 0;
	}
	
}


	
	