/*
 Theme Name:   Theme Festival Reflex
 Theme URI: https://github.com/eracom/theme-reflex
 Description:  Hueman Child Theme
 Author:       LAB ERACOM (Liza Otchoumou & Mélanie Martin)
 Author URI: https://eracom.ch/
 Template:     hueman
 Version:      1.0.0
*/

:root {
	--color: black;
	--bg: yellow;
}

/* POLICE*/
@font-face {
font-family: 'Antarctica';
src: url(fonts/AntarcticaBeta-Regular.woff2) format('woff2');
font-weight: normal;
}

@font-face {
font-family: 'Antarctica';
src: url(fonts/AntarcticaBeta-Bold.woff2) format('woff2');
font-weight: bold;
}

/* Font définit dans le thème : Option avancées - CSS additionnel
{
	font-family: 'Antarctica' ,Arial, sans-serif;
}
*/

@media only screen and (min-width: 720px){
	#nav-header .nav li a {
		color: grey;
	}
}

#menu-menu-2 {
	text-align: right;
}

.menu-item a {
	color:var(--color) !important;
	font-size:1.7rem;
}


.img-logo {
	height:2rem;
	width:auto;
	display:inline-block;
	margin-right:1rem;
}

.site-description {

	color: black;
	font-style: normal;
}

.textwidget {
	color: black;
}
p {
	color: black;
}

/* Couleur du menu mobile en noir */
.ham__navbar-toggler-two .line {
    background: black;
}
.ham__navbar-toggler-two.active .line, 
.ham__navbar-toggler-two.focusing 
.line, .ham__navbar-toggler-two.hovering .line {
    background: black;
}

/* Couleur noir pour les titres */
h1, h2, h3, h4, h5, h6 ,
.fittexted_for_page_title,
.page-title h1, .page-title h2, .page-title h4 {

	color: black;
}


/* Mise en page - supprimer la marge à gauche et à droite */
.container {
    padding: 0 0px;
}

p, 
li {
	max-width: 50em;
}