.titreBas{
	color: white;
	margin-left: 5%;
	margin-top: 2%;
}

.carousel{
	margin-top: 68px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	box-shadow: 1px 1px 1px #000000;
}

#debIntroLNACRE, #introLWA{
	font-size: 20px;
	margin-bottom: 0px;
}

#finIntroLNACRE,#debIntroLNACRE,#introLWA{
	color: white;
	padding-left: 5%;
}

#paraph_finACCUEIl{
	
	
	color: white;
	
	margin: 20px 10% 0;
	padding : 40px;
	
	border-radius: 0.25rem;
	background-color: #60696C;
	
}

#sectionLnacre,#sectionLwa{
	margin-top: 3%;
	margin-bottom: 1%;
}

#photoLnacre,#photoLwa{
	padding-top: 3%;
	padding-right: 5%;
	margin: auto;
	text-align: center;
}

.btnSavoirPlus{
	margin-top: 30px;
	border-radius: 10px;
	background-color: #4392FF;
	color: white;
}

.btnSavoirPlus:hover{
	background-color: #4370FF;
}

@media (max-width: 992px) {
	#photoLnacre,#photoLwa{
		text-align: center;
		padding-right: 3%;
		padding-left: 3%;
	}
}


.lnacre_news {
	
	width: 100%;
	height: 100%;
	max-height:700px;
	padding:10px;
	background-color: #50595C;
	
	border-radius: 0.25rem;
	
	overflow-y:auto;
	overflow-x:hidden;
	
}

.lnacre_piece_news {
	
	width: 100%;
	
	border-radius: 0.25rem;
	background-color: #60696C;
	
	margin-bottom:10px;
	display:flex;
	flex-direction:row;
	overflow:hidden;
}

.lnacre_piece_news_full {
	
	height: 100px;
}

.lnacre_piece_news p {
	color: white;
}

.lnacre_news_image {
	width: 100%;
	height:auto;
	
	border-radius: 0.25rem;
	background-color: #60696C;
	
	margin-bottom:10px;
	display:flex;
	flex-direction:row;
}

.lnacre_news_title {
	
	color: white;
}

.lnacre_news_icon_box {
	display:flex;
	flex-direction:row;
	align-items:center;
	padding:10px;
}

.lnacre_news_icon {
	height:64px;
	width:64px;
	
}
