@charset "utf-8";
/* CSS Document */

.encart_actualite {
	display: flex;
	align-items: center;
	width: 100%;
	margin-bottom: 10px;
	border: 1px solid #afd6f1;
}
@media (max-width: 991px) {
	.encart_actualite {
		flex-direction: column;
	}
}
.img_gauche {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 20px 0 20px 20px;
}
.img_gauche img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
}
.actu_droite {
	flex: 1;
	margin: 20px;
}
.actu_droite h2 {
	flex: 1;
	margin-top: 0;
}
.lien_lire_suite {
	text-align: right;
	margin-top: 10px;
}
.lien_lire_suite:after {
	content: " ›";
}
.div_blog {
	padding: 3px;
	margin-top: 10px;
}
.ss_titre_actu {
	overflow: hidden;
	margin-bottom: 25px;
	padding: 4px;
	font-size: 11px;
	background-color: #afd6f1;
	color: #ffffff;
	box-sizing: content-box;
}
.ss_titre_actu_top {
	color: #666666;
	font-size: 11px;
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 5px;
	height: 22px;
	margin-bottom: 10px;
}
.date_actu {
	float: left;
	line-height: 22px;
}
.share_btn {
	float: right;
	height: 22px;
}
.share_btn a {
	margin-right: 5px;
	vertical-align: super;
	color: inherit;
}
.hr_blog {
	background-color: none;
	border: none;
	border-bottom: 1px solid #cccccc;
}
.contenu_actu {
	margin-bottom: 20px;
}

.pages p {
	margin-bottom: 0;
}
.commentaire_blog{
	float: right;
	padding: 10px;
}

#contenu #commentaire_form {
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#contenu .contenu_commentaire {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
	padding: 6px;
}

#contenu .contenu_commentaire .gravatar {
	float: right;
	border: 1px solid #cccccc;
}

#contenu #commentaire_erreur {
	padding: 5px;
	border: 1px solid #cc0000;
	color: #CC0000;
	margin-bottom: 10px;
}

#contenu #commentaire_form th {
	text-align: left;
	padding: 3px 3px 3px 20px;
}
#contenu #commentaire_form td {
	padding: 3px 3px 3px 3px;
}
#contenu #commentaire_form input, #contenu #commentaire_form textarea {
	padding: 3px 3px 3px 3px;
}

#contenu #commentaire_envoi {
	border: 1px #666666 solid;
	padding: 5px;
	text-align: center;
}
.phrase_gravatar {
	font-size: 10px;
}
