/*
* Surchargez ce fichier dans votre thème pour personnaliser le module
* https://www.phpboost.com/wiki/structure-d-un-theme#paragraph-le-repertoire-modules
*/

#module-guides hr {
	margin-top: 0.618em;
}

span.cat-actions { float: right; }

.content {min-height: 150px;}

.pages-pagination {
	float: right;
	width: 38%;
	margin-bottom: 0.618em;
}

.guide-guides.guide-several h2,
.guide-guides.guide-several .more {
	margin: 0;
}

.guide-guides.guide-several img {
	padding: 0 0 0.618em 0;
	max-width: 120px;
	max-height: 120px;
}

span.contents + hr {
	margin: 2.618em 0 1.482em 0;
	clear: both;
}

.read-guides{
  text-align: center;
  padding: 5px; 
  margin: auto;
  height: 30px;
  border-radius: 3px;
  width: 90%;
}

.guides-item{

}

/* --- pagebreak --- */
.form-field-action-link ul {
	margin: 0;
    list-style-type: none;
}

.form-field-action-link i {
	font-size: 1.618em;
}

.fa-pagebreak:before { content: "\f477"; }


