﻿@charset "utf-8";
.articleshome h2
{
	font-family: "Heebo-Black";
	text-transform:uppercase;
	text-align:center;
	font-size: 30px;
	margin-bottom: 28px;
}
.communique_content
{
	text-align:center;
	margin-top: 57px;
}
.communique_content .poste_content {

    float: left;
    display: inline;
	margin-bottom:30px;

}
.poste_date {

    float: left;
    display: block;
	font-family: "Heebo-Regular";
	font-size:15px;

}
.poste_title {

    float: left;
    display: block;
	color:#000000;
	font-size:22px;
	font-family: "HeeboBold";
	text-align:left;

}
.poste_title a{
	color:#000000;
	font-size:22px;
	font-family: "HeeboBold";
}
.poste_title a:hover{
	color:#1d9bb2;

	text-decoration:none;
}

a.voirplus
{
	background-color:#1d9bb2;
	padding:10px 30px;
	text-align:center;
	margin:0 auto;
	display:inline-block;
	color:white;
	text-transform:uppercase;
	font-size:20px;
	cursor:pointer;
}
a.voirplus:hover
{
	background-color:#14539c;
	color:white;
	text-decoration:none;
	
}
@media only screen and (max-width: 1366px)
 {
.articleshome h2
{
	font-size:21px !important;
}
}
@media only screen and (max-width: 992px)
 {
.articleshome h2
{
	font-size:20px !important;
}

.poste_title {
	font-size:14px;
}
a.voirplus
{
	background-color:#1d9bb2;
	padding:8px 15px;
	text-align:center;
	margin:0 auto;
	display:inline-block;
	color:white;
	text-transform:uppercase;
	font-size:14px;
	cursor:pointer;
}
}