
.cadre_mini_article {
	display:inline-block;
	width:280px;
	border:1px solid #ccc;
	margin:5px;
	-webkit-box-shadow: 1px 1px 4px 0 #ffffff;
	box-shadow: 1px 1px 4px 0 #ffffff;
	cursor:pointer;
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
    background-color:#fff;
}

.cadre_mini_article:hover {
	-webkit-box-shadow: 1px 1px 4px 0 #666666;
	box-shadow: 1px 1px 4px 0 #666666;
}

.cadre_mini_article .image_dans_mini_article {
	width:280px;
	height:150px;
	overflow:hidden;
	background-color:#2e2e2e;
	position:relative;
}


.vignette_article_liste_cat {
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.cadre_mini_article .effet_survol_article {
	position:absolute;
	top:150px;
	width:100%;
	height:150px;
	padding:10px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	background-color:#2e2e2e;
	color:#fff;
	font-size:22px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.cadre_mini_article:hover .effet_survol_article {
	top:0px;
}

.cadre_mini_article .titre_mini_article {
	font-weight:bold;
	color:#373737;
	font-size:18px;
	padding:5px;
}


.cadre_mini_article .texte_mini_article {
	font-size:14px;
	height:80px;
	overflow: hidden;
	padding:5px;
}

.cadre_mini_article .date_mni_article {
	font-style:italic;
	color:#595959;
	font-size:12px;
	padding:5px;
	text-align:right;
}

.lire_la_suite {

	border-bottom:1px solid #ccc;
	padding-top:18px;
	padding-left:5px;
}

/* pour page article*/ 
@media screen and (min-width:320px) {
	#contenu_article {
		margin-top:0px;
		margin-left:0px;
		width:320px;
		display:inline-block;
		vertical-align: top;
		margin:auto;
	}

	.contenu_text_article {		
		padding:15px;
		-webkit-box-sizing: border-box;
	    -moz-box-sizing: border-box;
	    box-sizing: border-box;
	}

}

@media screen and (min-width:830px) {
	#contenu_article {
		margin-top:0px;
		margin-left:0px;
		width:740px;
		display:inline-block;
		vertical-align: top;
		margin:auto;
	}

	.contenu_text_article {
		max-width:830px;
		margin:auto;
	}
}

@media screen and (min-width:1100px) {
	#contenu_article {
		margin-top:0px;
		margin-left:0px;
		width:1000px;
		display:inline-block;
		vertical-align: top;
		margin:auto;
	}

	.contenu_text_article {
		max-width:1000px;
	}
}


/* Pour page catégorie */
.contenu_minia_article {
	padding:15px;
	font-family:'Raleway-bold', Geneva, sans-serif;
	font-size:11px;
	line-height:16px;
}



.ele_pagination {
	display:inline-block;
	padding:8px;
	border:1px solid #2e2e2e;
	color:#2e2e2e;
	font-size:14px;
	margin:3px;
	cursor:pointer;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ele_pagination:hover {
	background-color:#d1d1d1;
}

.ele_pagination_select {
	display:inline-block;
	padding:8px;
	border:1px solid #2e2e2e;
	background-color:#2e2e2e;
	color:#fff;
	font-size:14px;
	margin:3px;
}


.lien_mini_liste_article {
	color:#363636;
	text-decoration:none;
}

.titre_mini_block_cat_article {
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}

.ligne_mini_liste_article {
  	width: 100%;
}

.ligne_mini_liste_article h3 {
	font: bold 20px/1.5 Helvetica, Verdana, sans-serif;
}

.img_mini_liste_article {
	float: left;
	margin: 0 15px 0 0;
	width:50px;
	height:70px;
	overflow:hidden;
}

.txt_mini_liste_article {
  font: 200 12px/1.5 Georgia, Times New Roman, serif;
  padding-right:8px;
}

.ligne_mini_liste_article {
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: auto;
}

.ligne_mini_liste_article:hover {
	background: #eee;
	cursor: pointer;
}

.mini_liste_article {
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

.cadre_jointure_article {
	border: 1px dashed #ccc;
	margin-bottom: 8px;
	padding: 8px;
	position: relative;
	max-width: 400px;
}

.titre_article_joint {
	font-weight: bold;
	color: #2e2e2e;
	font-size: 15px;
}

.nom_cat_article_joint {
	text-decoration: underline;
	font-size: 13px;
}

.date_article_joint {
	font-style: italic;
	font-size: 11px;
}

/* Barre progression popup */
#barre_progress {
	position: relative !important;
	width:90%;
}

#re_cadre_barre_progresse {
	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -2px;
    margin-left: -2px;
}

.cadre_barre_preparation {
	width:100%;
	border:1px solid #484848;
	height:30px;
	position:relative;
}

#barre_progress, #maj_interieur_barre_preparation {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cedce7+0,596a72+100;Grey+3D+%231 */
	background: #cedce7; /* Old browsers */
	background: -moz-linear-gradient(left,  #cedce7 0%, #596a72 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #cedce7 0%,#596a72 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #cedce7 0%,#596a72 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 */
	-webkit-transition: all 1.8s ease-in-out;
    -moz-transition: all 1.8s ease-in-out;
    -o-transition: all 1.8s ease-in-out;
    transition: all 1.8s ease-in-out;
    height:30px;
    float:left;
    width:0%;
}

#barre_progress, #maj_indique_barre_preparation {
	height:30px;
	width:100%;
	position:absolute;
	font-weight:bold;
	text-align:center;
	font-size: 18px;
    padding-top: 2px;
}

#barre_progress {
	display:none;
	width: 100%;
}

/* Compteur de caractère */
.zone_compte_caractère {
	border: 1px solid #454545;
	position: absolute;
	top:-45px;
	left:50%;
	background: #ffffff;
	padding:7px;
	font-weight:bold;
	font-size:12px;
	border-radius:4px;
	display:none;
}
.zone_compte_caractère:after, .zone_compte_caractère:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.zone_compte_caractère:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.zone_compte_caractère:before {
	border-color: rgba(69, 69, 69, 0);
	border-top-color: #454545;
	border-width: 11px;
	margin-left: -11px;
}



.nom_auteur img {
	height:45px;
	width:auto;
}

.nom_auteur {
	font-weight:bold;
}

.lien_contact_auteur {
	font-weight:normal;
	cursor:pointer;
	font-style: italic;
}

/* Commentaire */
.titre_commentaire {
	margin-top: 5px;
    margin-bottom: 5px;
    font-size:14px;
    font-weight:bold;
}

.btn_valide_contact {
	cursor:pointer;
}

@media screen and (min-width:120px) {
	.section_commentaire_article {
		padding: 7px;
	}
	.section_commentaire_article {
		width:100%;
		margin:auto;
		background-color: #f4f2f2;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.titre_commentaire {
		text-decoration: underline;
		margin-bottom: 5px;
		cursor: pointer;
	}

	.encadre_form_ajout_commentaire .champs_commentaire {
		width:100%;
		padding:4px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin-bottom:4px;
	}

	.encadre_check_commentaire {
		font-size: 10px;
		font-style: italic;
		display: inline-block;
	}

	.encadre_check_commentaire td {
		padding:3px;
	}

	.btn_valide_commentaire {
		margin-right: 10px;
		cursor:pointer;
		font-size: 14px;
	    border: 1px solid #fff;
	    padding: 5px;
	    text-align: center;
	    -webkit-transition: all 0.1s ease-in-out;
	    -moz-transition: all 0.1s ease-in-out;
	    -o-transition: all 0.1s ease-in-out;
	    transition: all 0.1s ease-in-out;
	    background-color: #2d625c;
	    margin-bottom: 10px;
	    color: #fff;
	}

	.btn_valide_commentaire:hover {
		background-color: #8f8f8f;
		color: #fff;
	}

	.encadre_ligne_commentaire_article {
		max-width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 10px;
	}

	.ajout_comm {
		display:none;
	}

	.btn_ouvre_form_commentaire {
		margin-top: 7px;
		margin-bottom:7px;
		cursor:pointer;
		text-decoration: underline;
		display: inline-block;
		margin-bottom: 7px;
	}

	.btn_ouvre_form_ne_plus_suivre {
		margin-top: 7px;
		margin-bottom:7px;
		cursor:pointer;
		text-decoration: underline;
		margin-bottom: 7px;
	}

	.ligne_comment_paire {
		background-color: #fff;
	}

	.ligne_comment_impaire {
		background-color: #f3f3f3;
	}

	.cellule_avatar_commenteur {
		width: 30px;
		vertical-align: top;
	}

	.avatar_commentaire_article {
		width: 25px;
		height:auto;

	}

	.nom_auteur_commentaire {
		font-weight: bold;
		color:#666c7c;
	}

	.date_du_commentaire {
		font-size:11px;
		font-style:italic;
	}

	.contenu_du_commentaire {
		padding-top: 7px;
	}

	.diffu_comment {
		border-bottom:1px solid #ccc;
	}

	.diffu_comment table {
		width:100%;
	}
}


@media screen and (min-width:760px) {
	.btn_valide_commentaire {
		display: inline-block;
		float: left;
		margin-bottom: 0px;
	}

	.btn_ouvre_form_ne_plus_suivre {
		display: inline-block;
		float: right;
	}
}

@media screen and (min-width:1000px) {
	
}


/* TAGS */
.titre_tags {
	font-size:14px;
	text-decoration: underline;
	font-weight: bold;
}

.encadre_tags_dans_article {
	margin-top: 15px;
	margin-bottom: 15px;
}

.encadre_tags_dans_article .le_tag_dans_article {
	display: inline-block;
	margin-right: 5px;
	padding:5px;
	background-color:#d7d7d7;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	border:1px solid #5e5e5e;
	color:#393939;
	text-decoration: none;
}

.encadre_tags_dans_article a {
	text-decoration: none;
	color:#393939;
}

.encadre_tags_dans_article .le_tag_dans_article:hover {
	background-color: #fff;
	border:1px solid #000;
	color:#000;
}

/* Insertion module */
.btn_cherche_module {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selecteur_module {
	display:inline-block;
	vertical-align:top;
	margin:5px;
	border:1px solid #567AA0;
	cursor:pointer;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.selecteur_module .titre_selecteur_module {
	width:100%;
	font-weight:bold;
	text-align:center;
	padding:5px;
	font-size:17px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#567AA0;
    color:#fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


.selecteur_module .titre_selecteur_module:hover {
	background-color:#8c7584;
}

.selecteur_module_select {
	display:inline-block;
	vertical-align:top;
	margin:5px;
	border:1px solid #a05656;
	cursor:pointer;
}

.selecteur_module_select .titre_selecteur_module {
	width:100%;
	font-weight:bold;
	text-align:center;
	padding:5px;
	font-size:17px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color:#a05656;
    color:#fff;
}

.interieur_selecteur_module {
	display:none;
}

.ligne_element_module {
	background-color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor:pointer;
    border-bottom:1px solid #000;
    padding:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ligne_element_module:hover {
	background-color:#fff2fa;
}

.ligne_element_module_select {
	background-color:#a05656;
	color:#fff;
	 padding:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	border-bottom:1px solid #000;
}


@media screen and (min-width:120px) {
    .ele_article_que_diffu_large, .ele_article_que_diffu_medium, .ele_article_que_diffu_large_et_medium {
        display: none;
    }

    .ele_article_que_diffu_small, .ele_article_que_diffu_medium_et_small, .ele_article_que_diffu_large_et_small {
        display: block;
    }
}

@media screen and (min-width:760px) {
    .ele_article_que_diffu_large, .ele_article_que_diffu_small, .ele_article_que_diffu_large_et_small {
        display: none;
    }

    .ele_article_que_diffu_medium, .ele_article_que_diffu_large_et_medium, .ele_article_que_diffu_medium_et_small {
        display: block;
    }

}


@media screen and (min-width:1000px) {
    .ele_article_que_diffu_medium, .ele_article_que_diffu_small, .ele_article_que_diffu_medium_et_small {
        display: none;
    }

    .ele_article_que_diffu_large, .ele_article_que_diffu_large_et_medium, .ele_article_que_diffu_large_et_small {
        display: block;
    }

}