#myCarousel img{
	height:100% !important;
	width : auto !important;
}

	*::-webkit-scrollbar{
		height : 0.5em;
		background:rgba(250,250,190,1);
	}
	
	*::-webkit-scrollbar-track{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	}
	
	*::-webkit-scrollbar-thumb {
		background-color: red;
		outline: 1px solid slategrey;				

	}
			
	body::-webkit-scrollbar {
		width: 0.7em;
		background:silver;
	}
			 
	body::-webkit-scrollbar-track {
	}
			 
	body::-webkit-scrollbar-thumb {
		background-color: rgba(200,0,0,1);
		outline: 10px solid slategrey;
	}
	

/***Think tank***/
.ligne{
	margin-top: 50px;
}

.ligne .item img{
	width:100%;
}
.ligne p {
	color : black;

}


.ligne p span{
	color : rgba(66,139,202,1);
}



/******ceremonie*****/
.ligne_1{
	
	padding-top:20px;
	padding-bottom:1px;
	background: white; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(white,rgba(230,180,50,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(white,rgba(230,180,50,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(white,rgba(230,180,50,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(white,rgba(230,180,50,1)); /* Standard syntax */

}

.ligne_1 .item img{
	width:100%;
	height : 250px;
}
.diapo{
	min-height : 500px;
}

.ligne_1 .item .container .carousel-caption{
	background:rgba(90,0,70,0.2);
}

/*******Article + liste laureats*****/

.ligne_2{
	box-shadow:none;
	background: linear-gradient(rgba(230,180,50,1),white);
	margin-left:-15px;
	margin-right:-15px;
}

.ligne_2 .row{
	margin-top:20px;
}


/********Ligne  3, celles des articles de presses********/

.ligne_3{
	box-shadow:none;
}
.featurette-divider {
	margin: 80px 0;
}
.featurette h2{
	font-size:3em;
	margin-top:60px;
}