.blog-style--1:hover .warninginfos{
opacity: 0;
z-index: 0;
transition: opacity 0.2s ease-in;

}
	
.blog-style--1:hover .suite{
		display: block !important;
		
}
	
.blogtype:hover .suite{
		display: block !important;
		
}
	
	
.blog-style--1 .warninginfos{
z-index: 3;
opacity: 1;	
transition: opacity 0.3s ease-in;
}
	
.blog-style--1:hover .warninginfos2{
display: block;
}
.blog-style--1 .warninginfos2{
display: none;
}
	
	.warninginfos2 i{
		font-size: 20px !important;
		vertical-align: middle;
		margin-top: -12px;
		margin-right: 6px;
	}

.blog-style--1:hover .date-event{
	background-color: #FFF !important;
	transition: all 0.3s ease-in;
}
	
.blog-style--1:hover .date-event h5{
	color: #f9024d !important;
	transition: all 0.3s ease-in;
}

	.espacement{
		margin-top: 40px; margin-bottom: 80px;
	}
	.aucun{
		margin-top: 80px; margin-bottom: 80px;
	}
	.interet{
		padding-bottom: 104px; margin-bottom: -140px; margin-top: 0px;
	}
	
@media (max-width:576px){
	.espacement{
		margin-top: -36px; margin-bottom: 16px;
	}
	.aucun{
		margin-top: 80px; margin-bottom: 40px;
	}
	.interet{
		padding-bottom: 104px; margin-bottom: -80px; margin-top: 0px;
	}
	}

#cookies p {
	font-size: 16px !important;
}