body{
	color:#303030 !important;
	background-repeat:no-repeat;
	background-size:cover;
	padding: 10px 0 20px 0;
}
/* #collapse2023_1 > div > ul > li:nth-child(4) { */
	/* display: none; */
/* } */

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	background-color: #03899c;
	border-color: #03899c;
	color: #fff;
	cursor: default;
	z-index: 2;
}

.hr{
	margin-bottom: 0px;
	margin-top: 0px;
}

a{
	color:#303030;
}
a:hover{
	color: #303030;
}
a:active{
	color: #303030;
}
a:focus{
	color: #303030;
}

.link{
	color: #e91c63;
	font-size: 12px;
}

.link:hover{
	text-decoration: underline;
	color: #e91c63;
}

.container{
	margin-top: 1%;
}

#press .container{
	background: #fff;
}


.main{
	background: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.bgGauche{
	background: #fff;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.lightSlider li {
	color: #fff;
	text-align: center;
	/*width: 200px !important;*/
}

.lSSlideOuter {
	margin-top:10px;
	margin-bottom:20px;
	border-bottom:1px solid #e91c63;
}

#html{
	display: block;
	width: 100%;
}
#date{
    float: left;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
	padding-left: 20px;
}

#contenu{
	display: inline-block;
	width: 100%;
	padding: 0 20px;
}

#date1{
	text-align: left;
	color: #03899c;
	font-size: 16px;

}

.hover:hover{
	text-decoration: underline;
}

#contenu1{
	display: inline-block;
	width: 100%;
}

#btn1{
	margin-left: 80%;
}

.date_communique {
	font-size:20px;
	/*font-size:25px;*/
	line-height:50px;
	/*color:#e91c63;*/
	color:#fff;
}
.date_communique:hover {
	color:#fff;
	background-color: #e91c63;
	padding:10px 20px;
}
.date_communique:focus {
	color:white;
	background-color:#e91c63;
	padding:10px 20px;
}

.lslide {
	height:50px;
}

.btnCustom{
	background-color: #03899c;
	color: #fff !important;
	padding:5px 20px;
	float: right;
	font-weight: bold;
	font-size:15px;
}

.btnCustom:hover{
	background-color: #03899c !important;
	color: #fff !important;
}

#text{
	font-size: 17px;
	text-align: justify;
}

.lSSlideOuter{
	background-color: #03899c;
}

ol, ul {
	margin-bottom: 0;
}

h1 {
	margin-bottom: 20px !important;
}

#btn {
	float: right;
	width: 10%;
}

@media screen and (max-width: 1300px){

	#btn{
		float: right;
		margin-right: 40px;
	}
	.container{
		margin-top: 60px;

	}
	#date{
		padding-left:70px; 
	}

	.btnCustom {
		margin-right: 70px;
	}

	/*#text{
		width: 550px;
		}*/
		#contenu{
			width: 63%;
		}


	}

	@media screen and (max-width: 1009px){
		#date{
			/*padding-left:40px;  */
			padding-left:0px;
			width: 17%;
		}

		#text{
			/*width: 400px;*/
			/*width: 295px !important;*/
			width: auto !important;
			text-align: left;
		}

		.btnCustom {
			margin-right: 45px;
		}
	}