@import url("https://fonts.googleapis.com/css?family=Press+Start+2P");
@import url("https://fonts.googleapis.com/css?family=Quantico");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
	font-family: Roboto;
	font-weight: 300;
}

.label {
	font-weight: 400;
}

.header-fixed .hero
{
	background-position: 50%;
}

.header-fixed .hero.parallax
{
	background-position: 50% 0;
}

.header-full-transparent #header:not(.scrolled)
{
	background: transparent;
	border-bottom: none;	
}

p
{
	text-align: justify;
}

p::blank
{
	margin: 0px;
}

.dropmenu ul li a
{
	transition: color .25s;
}

/*
* === Bouton Twitter ===
*/
.social-buttons
{
	list-style-type: none;
	text-align: center;
}

li .social-buttons
{
	margin: -8px;
}

.social-buttons i
{
	display: block;
	font-size: 24px;
}

.dropmenu ul li .social-buttons a
{
	transition: color .25s;
}

.dropmenu ul li .social-buttons.social-twitter a:hover,
.header-dark #header:not(.scrolled) .dropmenu ul li .social-buttons.social-twitter a:hover,
.header-dark .social-buttons.social-twitter a:hover .social-count
{
	color: #00aced !important;
}

.dropmenu ul li .social-buttons.social-discord a:hover,
.header-dark #header:not(.scrolled) .dropmenu ul li .social-buttons.social-discord a:hover,
.header-dark .social-buttons.social-discord a:hover .social-count
{
	color: #738adb !important;
}

.dropmenu ul li .social-buttons.social-youtube a:hover,
.header-dark #header:not(.scrolled) .dropmenu ul li .social-buttons.social-youtube a:hover,
.header-dark .social-buttons.social-youtube a:hover .social-count
{
	color: #F70000 !important;
}

.scrolled .social-buttons i
{
	margin: 0;
	left: 0;
	width: auto;
	text-align: auto;
	float: left;
	line-height: 36px;
}

.social-count
{
	margin-top: -10px;
	font-weight: normal;
	font-family: 'Quantico', cursive;

	margin: auto;
    left: 25%;
    display: block;
    width: 100%;
    text-align: center;
}

.header-dark .social-count
{
	transition: color .25s;
	color: #eee;
}

.scrolled .social-count
{
	color: inherit;
	line-height: 36px;
	margin-left: 1.3em;
}


/*
 * Suppression d'une balise dans les liens html du menu
 */
.dropmenu ul li .social-buttons a::before {
    display: none;
}

/*
 * Boutons de partage en bas des articles
 */
.social-pages i
{
	vertical-align: middle;
}

.social-pages .fa-facebook
{
	color: #3b5998;
}

.social-pages .fa-twitter
{
	color: #00aced;
}

/*
 * Correction des marges des encadrés de notice
 */
.notices {
    padding: 1px 30px;
}

/*
 * Lightboxes
 */
.lightbox-container {
	display: flex;
	clear: both;
	padding-top: 1em;
	margin-bottom: 1em;
}

.lightbox-container a[rel="lightbox"],
.lightbox-container > img.center {
	display:block;
	margin: auto;
}

.e-content table
{
	border: 1px solid #ddd;
	border-collapse: collapse;
	margin: auto;
}

.e-content table td,
.e-content table th
{
	border: 1px solid #ddd;
	padding: 3px 5px;
}
