/* xl - DESKTOP STYLES */ 
/*---------------Menu---------------------------------------------*/
.navbar-default {
	padding: 0;
background-color: rgba(34, 34, 34, 0.6);
}

/*-------------------------------Accueil------------------------------*/
.NovelLite_slider .container h1 {
	max-width: 1500px;
}
.skrollable.flex-active-slide.skrollable-before, #slides_full, #section2, #section5 {
	background-color: rgb(129, 129, 129) !important;
	background-blend-mode: multiply;
}




/*------------------------------Blog----------------------------------*/

#section3 {
	padding: 50px;
}
.post_thumbnil img {
	vertical-align: middle;
	width: 290px;
	/* max-width: 318px; */
	height: 450px;
	aspect-ratio: auto 290 / 450;
}
.home_blog_content .post {
	box-shadow: 2px 2px 5px 0px #a9a1a1;
	padding: 20px;
	border-radius: 10px;
	background-color: #fffbf2;
}
.home_blog_content .post .post_meta {
	display: none;
}
.home_blog_content .post .post_content_bottom {
	display: none;
}
.home_blog_content .post .post_content {
	background: #fffbf2;
}
.home_blog_content .post .post_title a {
	font-size: 20px;
	line-height: 1 !important;
}
.home_blog_content .post p {
	font-size: 15px;
	line-height: 1.5;
}
.post_title {
	line-height: 0.5;
}
/*----------------------------Team-------------------------------*/
#section4 {
	padding: 50px 0;
}
.team-member img {
	margin: 0 auto;
	border: 10px solid white;
	width: 270px;
	height: 380px;
}
.img-circle {
	border-radius: 0;
}
.team-member p {
	font-size: 15px;
	max-width: 340px;
}

/*------------------------Biblio-----------------------------------*/
.biblio-button {
background:rgba(255, 255, 255, 0.2);
color:#fff;
padding:15px 65px;
border:2px solid white;
font-size:18px;
}
.buton {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.biblio-button {
	color: #bababa !important;
}
.wpforms-field-label {
	color: black !important;
}
.wpforms-field-sublabel {
	color: rgba(255, 255, 255, 1) !important;
}

/*--------------------------Footer-----------------------------------*/
.col-lg-3 {
	width: 100%;
}
.col-md-12 p {
	color: #4c4848;
}
.col-md-12 a {
	color: #625f5f;
}
.col-md-12 {
	text-align: center;
}
/*-------------------------Pages-----------------------------------*/
.page_heading_container {
	background: #e1d6d6;
}
#commentsbox {
	display: none;
}

