.jumbotron {
	padding: 80px 20px;
    background: linear-gradient(90deg, #fff 54%, #F2EEEB 40%);
    margin-bottom: 0;
}

.jumbotron .col-md-4 {
	z-index: 2;
}

.jumbotron .col-md-8 {
	padding: 15px 30px;
	z-index: 1;
	right: 10%;
}

.jumbotron .last-word{
	font-family: 'BNPP Sans Cond Bold'
}

.jumbotron .col-md-4 .btn-viewall .part-button {
	width: 100%;
	padding-bottom: 10px;
}

.jumbotron .col-md-8 img {
    height: 540px;
    width: 825px;
    max-width: 825px;
}

.jumbotron .qui-sommes-nous {
	color: #2D2926;
	font-family: "BNPP Sans Cond Light";
	font-size: 68px;
	line-height: 62px;
	text-transform: uppercase;
	margin-top: 5%;
	overflow: hidden;
	position: relative;
	z-index: 2;
	height: auto !important;
}

.jumbotron .qui-sommes-nous a:hover, .jumbotron .qui-sommes-nous a:focus{
	color: #00965E;
}

.jumbotron .bnp-paribas-cardif-j {
	width: 75% !important;
	color: #2D2926;
	font-family: "BNPP Sans Light", sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	position: relative;
	overflow: hidden;
}

.jumbotron .bnp-paribas-cardif-j a:hover,.jumbotron .bnp-paribas-cardif-j a:focus{
	color: #00965E;
}

/* .jumbotron #learnMoreBtn {
	height: 46px;
	width: 182px;
	background-color: #00965E;
	color: #FFFFFF;
	font-family: "BNPP Sans Bold";
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	border-color: #00965E;
	margin-top: 20px;
} */

.jumbotron #qui_sommes_nous_button{
	height: 46px;
	width: 182px;
	background-color: #00965E;
	color: #FFFFFF;
	font-family: "BNPP Sans Bold";
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	border-radius: 50px;
	text-transform: uppercase;
	border-color: #00965E;
	margin-top: 20px;
	box-shadow: none;
}

@media only screen and (min-width: 800px) {
	
}

@media (min-width:768px) and (max-width:993px){

    	.jumbotron {
		background: #fff !important;

	}
}

@media only screen and (max-width: 993px) {
	.jumbotron {
		background: linear-gradient( #fff 55%, #F2EEEB 45%);
		padding: 30px 15px;
	}

	.jumbotron .col-md-4 div:nth-child(1) {
		margin-top: 0;
	}

	.jumbotron .col-md-4 div {
		max-width: 100%;
	}

	.jumbotron .col-md-8 {
		padding: 15px 0;
		z-index: 1;
		right: 0;
	}


	.jumbotron .qui-sommes-nous{
		font-size: 40px;
		line-height:36px;
		margin-top: 7%;
	}

	.jumbotron .bnp-paribas-cardif-j{
		width: 100% !important;
	}

	.jumbotron #qui_sommes_nous_button {
		width: 130px;
		font-size: 11px;
		margin-top: 0;
	}

	html, body, .jumbotron, .jumbotron  .container-fluid, .jumbotron .row{
		height: auto;
	}
	.jumbotron .bnp-paribas-cardif-j{
	    font-size:14px;
	    line-height:26px;
	}
}

@media(max-width:1200px){
	.jumbotron .col-md-8 img {
        height: auto;
        width: 100%;
        max-width: 100%;


}

    }
    @media(max-width:768px){
    
.jumbotron .qui-sommes-nous {
	
	}
    }