/* Masque le texte inutile et les espaces */
.home .entry-header{
    display: none;
}

/*
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child){
    margin-top: 1em!important;
}
*/

/*** Post-slider */

.postslider-3 .postslider-carousel.postslider-b{
	max-height: 331px;
	padding:10px;
	background-color: white;
}
.postslider-3 .owl-dots .owl-dot.active{
	background-color: #DC3545;
}

/*** Bandeau et menu flottant */
.home article.page{
	max-width: 1200px;
	margin-left:auto;
	margin-right:auto;
}


/*** Page d'accueil avec Gutenberg : */

.home h2{
	font-family: "Roboto", Arial, Roboto, Sans-serif;
	color: #FF332B;
    font-size: 24px;
	font-weight: bold;
}
.home .wp-block-advgb-button .wp-block-advgb-button_link{
	font-weight: bold;
}

.home .advgb-recent-posts{
	padding-left:5px;
	padding-right:5px;
}
.home .advgb-recent-post.slick-slide{
	padding:10px;
	background-color: white;
}

.home .advgb-recent-posts-block.alaune .advgb-post-thumbnail{
	float:left;
	width:50%;
	/*height: 318px;*/
	/*height: 298px;*/
	height: 252px;
	overflow: hidden;
}
.home .advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail a{
	min-height: 298px;
	height: auto;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.home .advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail a:hover{
	webkit-transform: translateY(5%);
    -ms-transform: translateY(5%);
    transform: translateY(5%);
}

.home .advgb-recent-posts-block.alaune .advgb-post-wrapper{
	float:left;
	width:50%;
	text-align: left;
	padding-left:10px;
	position:relative;
	height: 100%;
	/*height: 318px;*/
	height: 298px;
	height: 252px;
}

.home .slick-arrow:before,
.home .slick-prev:before,
.home .slick-next:before{
	color: #FF332B;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.home .slick-arrow:before:hover,
.home .slick-prev:before:hover,
.home .slick-next:before:hover{
	color: #DC3545;	
}

.home .slick-dots li.slick-active button:before{
	color: #DC3545;	
}

.home .slick-dots li button:before{
	color: #FF332B;
	-webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.home .advgb-recent-posts-block.slider-view .advgb-recent-post .advgb-post-thumbnail img{
	width:auto;
	height: 318px;
	height: 252px;
}

.home h2.advgb-post-title a{
	font-family: Roboto, Arial, Helvetica, sans-serif;
    color: #000;
	font-weight: 600;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
	
}

.home .actualites h2.advgb-post-title{
	background-color: #DC3545;
	height: 60px;
	overflow: hidden;
	line-height: normal;
	padding-left: 5px;
	padding-right: 5px;
}
.home .actualites h2.advgb-post-title a{
	color:white;
}
.home .actualites.advgb-recent-posts-block.frontpage-view.style-default .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper .advgb-post-info{
	/* display: none; */
	margin: 0px;
}

.home h2.advgb-post-title a:hover{
	/*color: #DC3545;*/
	text-decoration: underline;
}

.home .advgb-recent-posts-block.alaune h2.advgb-post-title a{
	font-size: 20px;
}
.home .advgb-recent-posts-block.actualites h2.advgb-post-title a{
	font-size: 18px;
	text-decoration: none;
}



.home .advgb-post-excerpt{
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#333;
	font-weight: 300;
    line-height: 1.68;
}

.home .advgb-post-excerpt:after{
	content:'...';
}

.home .advgb-post-readmore{
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.home .advgb-recent-posts-block .advgb-post-readmore a{
	color: #FF332B;
	font-size: 12px;
	font-weight: normal;
}
.home .advgb-recent-posts-block .advgb-post-readmore a:after{
	content:'>>';
	font-size: 10px;
	padding-left: 2px;
}
.home .advgb-recent-posts-block .advgb-post-readmore a:hover{
	color: #DC3545;
}

.home .advgb-post-datetime:before{
	content: ' ';
    background: url(/wp-content/uploads/icones/icone-date.svg);
    background-repeat: no-repeat;
    background-size: 10px 10px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 10px;
    height: 10px;
    transform: none;
    -webkit-transform: none;
    background-color: transparent;
    color: #707070;
    padding-right: 12px;
}
.home .advgb-post-datetime{
	color:#707070;
	font-size: 9px;
	position:absolute;
	/*bottom:0px;*/
	line-height: normal;
}

/* Actualités*/
.home .advgb-recent-posts-block.frontpage-view.actualites .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper{
	margin-top:0px;
	height: 155px;
}
/* Mettre un media querie pour le max height */
.home .advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail{
	/*max-height:224px;*/
	/*max-height:252px;*/
	max-height:206px;
	overflow: hidden;
}

.home .wp-block-image a{
	color:#FF332B;
	text-decoration: underline;
}
.home .wp-block-image a:hover{
	color: #DC3545;
}

.home .advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img{
	/*height: 252px;*/
}

.home .agenda_icones .wp-block-image img{
	width:48px;
}

.advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-wrapper>*:last-child{
	margin: 0px;
}

@media only screen and (max-width: 1281px){
	.home .advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail{
		max-height:209px;
		max-height:161px;
	}
}



@media only screen and (max-width: 991px) {
	.home .slick-slider{
		margin-left:15px;
		margin-right:15px;
	}
	.home h2{
        padding-left: 5px;
    }
	
}

@media only screen and (max-width: 768px) {
	.home .advgb-columns.mbl-layout-stacked .advgb-column{
		width:25%!important;
	}

}

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

	.home .advgb-recent-posts-block .advgb-recent-post .advgb-post-title{
		margin-top:5px;

	}
	.home .advgb-recent-posts-block.slider-view .advgb-recent-post .advgb-post-thumbnail img{
		height: auto;
	}
	.home .advgb-recent-posts-block.alaune .advgb-post-thumbnail{
		float:none;
		width:100%;
		height: 157px;
	}
	.home .advgb-recent-posts-block.frontpage-view .advgb-recent-posts .advgb-recent-post .advgb-post-thumbnail img{
		height: auto;
	}
	.home .advgb-recent-posts-block.alaune .advgb-post-wrapper{
		float:none;
		width:100%;
		height: 190px;
	}
	.home .wp-block-advgb-columns.advgb-columns-wrapper .advgb-columns-container .advgb-columns.mbl-layout-stacked>.advgb-column{
		flex-basis: 0!important;
		flex: initial!important;
		width:25%!important;

	}
	.home #h-actualites{
		margin-top:10px;

	}

	.home .advgb-recent-post.slick-slide{
		padding: 0px;
	}
	
}


@media only screen and (max-width: 400px) {
	.home .advgb-recent-posts-block.alaune .advgb-post-wrapper{
		height: 200px;
	}
}
@media only screen and (max-width: 267px) {
	/******* Est-ce bien raisonnable ??? ******/
}

