/*
	Theme Name: Theme enfant Sydney
	Description: Theme enfant du thème Sydney
	Author: David du FabLab LabHIdouille (Familles Solidaires)
	Author URI: https://www.labhidouille.fr/
	Template: sydney 
	Version: 0.0.1
*/

/* ***************************************************************************** */
/* ***************** Ci-dessous le CSS du site de LabHIdouille ***************** */
/* ***************************************************************************** */


/* ------------------------------------------------- */
/* ----------- Bannière du site (header) ----------- */
/* ------------------------------------------------- */

.site-header
{
	background-color: rgba(249,167,24,0.8) !important /* rajoute un leger fond transparent orange */
}

.site-header.float-header
{
	background-color: rgba(249,167,24,0.9) !important /* remet le fond transparent à sa valeur d'origine après avoir fait défiler la page vers le bas */
}

#mainnav ul li a
{
	font-weight: 900; /* met le texte du menu en gras */
}

#mainnav .sub-menu li a
{
	font-weight: normal; /* empèche la commande du dessus de mettre le texte de sous menu en gras (le remet en normal) */
}


/* -------------------------------------------------- */
/* ----------- Bandeau de cookies-notices ----------- */
/* -------------------------------------------------- */

/* Couleurs des boutons */
.Buttons_Cookie_Notice
{
    background: #f9b233 !important;
}

.Buttons_Cookie_Notice:hover
{
    background: #951b81 !important;
}

/* Polices de caratères */
#cookie-notice
{
    font-weight: 900;
    font-family: 'Comfortaa';
}

/* Alignement texte de bandeau */
.cn-text-container
{
	text-align: justify;
}

/* -------------------------------------------------- */
/* ----------- WP Comment Policy Checkbox ----------- */
/* -------------------------------------------------- */

/* Justification du texte consentement des commentaires */
p.comment-form-policy
{
	text-align:justify;
}

p.form-submit
{
	text-align:center;
}

/* -------------------------------------------------- */
/* ----------- Formulaires Contact form 7 ----------- */
/* -------------------------------------------------- */

/* Alignement des éléments des formulaires Contact form 7 */
aside#text-4 span#idLabelContactForm span.wpcf7-list-item-label
{
	font-weight: normal !important;
}

.classLabelContactForm, .classFormContact1, .classFormNewsContact, .classSpanContactForm
{
	width:100% !important;
	text-align: justify;
}

.classFormContact1, .classFormNewsContact
{
	font-weight: normal !important;
	background-color: #ffffff !important;
}

.classLabelMessageContactForm
{
	width:100% !important;
	text-align: justify;
	margin-bottom: 20px !important;
}

.classSpanContactForm
{
	margin-top:0px !important;
}

.aCheckboxNL, .aMentionsLegales, .aConfidentialite
{
	font-weight: normal !important;
	color: #f9b233 !important;
	
}

.aCheckboxNL:hover, .aMentionsLegales:hover, .aConfidentialite:hover
{
	font-weight: 900 !important;
}

.buttonNL
{
	display: block !important;
	margin : auto !important;
}




/* ------------------------------------------------------ */
/* ----------- CSS pour éléments non utilisés ----------- */
/* ------------------------------------------------------ */

/* Alignement des éléments du formulaire Newsletters MC4WP */
.checkboxNL
{
	/* width:15% !important; */
}
.consentNL
{
	/* display: flex !important;
	justify-content:center;
	text-align: justify; */
}