/*---------------------------------------------------------
 * Theme  : EDN Officiel
 * Par      : EDN | Swan
 * Date    : 15/11/2022
 * Site web :  http://easy-design.net/
 * Commentaire ou autre de l'auteur 
 # Merci de ne pas toucher au entête des fichiers CSS.
/*--------------------------------------------------------
 * Thème compatible avec deux menus (droite et gauche)
 * le choix reste possible sur une seule colonne de menus.
 *----------------------------------------------------------*/

/* --------------------------------------
		News.css
-----------------------------------------*/


#news-tags-container,
#news-sources-container,
#news-suggested-container {
	margin: 15px 15px 15px 30px;
}

.news-tags-title,
.news-sources-title,
.news-suggested-title {
	font-weight: bold;
}

.news-separator { 
	margin: 20px auto 20px auto;
	width: 70%;
}

.navigation-link-previous 	{ float: left;  }
.navigation-link-next 		{ float: right; }

.navigation-link-previous i { margin-right: 5px; }
.navigation-link-next i 	{ margin-left: 5px;  }

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

@media (min-width: 769px)  {
.formatter-lightbox {padding: 10px;}
}

/* quand le texte est en bloc sur 1 ou 2 colonnes */

article.article-news.article-several.block.inline-block {height: 280px; }

#others-news {}

article footer.f1 {
	border:none;
}