
body{
	background-color:#ffffff;
}
	
/* CSS - JUMBOTRON */

	.jumbotron.jumbotron-bg-right {
		background-position-x: 76%;
		background-position-y: bottom;
		background-size: auto 92%;
	}
	
	.jumbotron .content-container{
		max-width: 600px;
	}


	.content-container h1.hero-title {
		font-size: 50px;
		line-height: 56px;
		font-family:FigtreeLight;
		margin-top: 10px;
		font-weight: 300;		
	}

	.jumbotron .content-container .hero-description{
		font-size: 20px;
		line-height: 28px;
		margin-top: 36px;
		max-width: 60rem;
		letter-spacing: normal;
		font-family:FigtreeLight;
		font-weight: 300;		
	}

	.jumbotron-gradient {
		display: none;
	}


.page-health .jumbotron .btn{
	background-color: #e8f4fc;
	color: #212121;
	border:1px solid #e8f4fc;
	text-decoration:none;}

	.page-health .jumbotron .btn:hover
	{
		background:#aedcf3;
		border:1px solid #aedcf3;
		color: #212121;
	}
	
	.page-health .jumbotron .btn-clair	{
		background-color: #008ED0;
		border:1px solid #b2eafb;
		color:#fff;
	}
	

	.jumbo-mobile{
		display: none;
	}



	@media (max-width: 1570px) {
		.jumbotron.jumbotron-bg-right{
			background-position-x: 90%;
		}
	}	

	@media (max-width: 1300px) {
		.jumbotron.jumbotron-bg-right{
			background-position-x: 100%;
		}
	}	

	@media (max-width: 1200px) {

		.jumbotron .container{
			width: 100%;
		}

		.jumbotron .content{padding-left: 25px;}
	}	

	@media (max-width: 1000px) {
		.jumbotron.jumbotron-bg-right{
			background-size: auto 80%;
			height:auto;
		}

		.jumbotron .content-container .hero-description{max-width: 47rem;}
		
			.page-health .jumbotron .btn-clair{margin-top:20px;}
	}	
	
	@media (max-width: 875px) {

		.jumbotron .content-container .hero-description{max-width: 45rem;}
		.jumbotron .content-container .hero-description{
			max-width: 100%;
			font-size: 18px;
			line-height: 26px;}		

		.jumbotron.jumbotron-bg-right{
			background-size: auto 80%;
		}			

		.content-container h1.hero-title{
			font-size: 40px;
			line-height: 48px;
		}
	}	
	
	@media (max-width: 767px) {


		.page-health .jumbotron .btn{
			padding: 15px 30px;
	    	font-size: 16px;
    		line-height: 1.33333;
			margin-top: 2.3rem;
			margin-bottom: 38px;
		}

		
		.jumbotron.jumbotron-standard.jumbotron-white.jumbotron-with-bgcolor.jumbotron-bg-right{
			height: auto;
			 background-position: top;
			background-position-y: 25px;
			background-size: 87%;
		}
		
		.jumbotron.jumbotron-standard.jumbotron-white.jumbotron-with-bgcolor.jumbotron-bg-right .container{
			padding-top: 64%;
		}

		.jumbo-mobile{
			display: block;
			width: 100%;
			margin-bottom:25px;
		}

		.jumbotron .content-container{
			width: 94%;
			max-width: 730px;
			margin: 0;
		}

		.page-health .jumbotron .content-container .hero-description{
			margin-top: 23px;
		}



	}	

	@media (max-width: 539px) {
		.page-health .jumbotron .btn{margin-bottom:20px;}
		.page-health .jumbotron .btn-clair{margin-top:0px;}

	
	
	
	/* CSS - FIN JUMBOTRON */
	
	
.page-health .content-container h1.hero-title{
	font-family: FigtreeLight;
    margin-top: 10px;
    font-weight: 300;
}	
	


