/**
* Theme Name: Eco Nature Child
* Description: This is a child theme of Eco Nature.
* Author: <a href="https://cmsmasters.net/">cmsmasters</a>
* Template: econature
* Version: 1.0.0
* Tested up to: 6.6
* Requires PHP: 7.4
* License:
* License URI:
* Text Domain: econature-child
* Copyright: cmsmasters 2025 / All Rights Reserved
*/

/****************************************************/
/*                    page                          */
/****************************************************/
/* fond de page */
.cmsmasters-heading, .cmsmasters-headline, .cmsmasters-breadcrumbs, #main, #footer  {
 /*	background-color:#E6DFC9!important;   #FCF8F0 */
	background-color:#F9F1E0!important; /*   #FCF8F0 */
	border-top:none;
	border-bottom:none;
}
html {
		background-color:#F9F1E0!important; /*   #FCF8F0 */
}
/* couleur de texte */
body, .cmsmasters-heading__title {
	color:#000000!important;
}

/* header midle invisible */
.cmsmasters-header-mid {
	display:none!important;
}

/* page président */
.cmsmasters-main__outer {
//	background-image: url('https://concertsdelamitie.fr/wp-content/uploads/2025/10/fd-page-president.jpg');
}
/****************************************************/
/*            haut de page                          */
/****************************************************/
.cmsmasters-header-top__outer { /*   hauteur barre de menu        */
	height:80px!important;
}
.menu-item-home {
	background-image: url('https://concertsdelamitie.fr/wp-content/uploads/2025/10/Logo-Concerts-Amitie.jpg');
//	background-image: url('https://concertsdelamitie.fr/wp-content/uploads/2026/03/Logo-Tableau_Concerts-Amitie.jpg');
}
.cmsmasters-header-mid-logo__link {
	display:none!important; /*  effacement du logo  */
}
.menu-item {
//	background-image:url('https://concertsdelamitie.fr/wp-content/uploads/2025/11/fd-elements-menu.jpg');
}

.cmsmasters-header-top { /*  fond barre menu        */
	background-image:url('https://concertsdelamitie.fr/wp-content/uploads/2025/11/fd-elements-menu.jpg');
	background-repeat:repeat-x;
}
.cmsmasters-header-mid__outer {
	 /* display:none;désactiviation du bloc sous le menu */
}

.cmsmasters-header-top__inner {  /* recalage du menu sur le logo  */
	justify-content: left!important;
}

.cmsmasters-menu__item-inner {
	font-family:Century Gothic,Arial;
	font-size:22px!important;
	font-weight:bold!important;
	color:#fff;
	text-align:center;
}
.menu-item a:hover {
//	background-color:#C4B27E;
	background-color:#A48041;
}
.cmsmasters-theme-icon-nav-arrow::before {
  content: "\e87d";
	color:#fff!important;
}
.sub-menu {
	width:350px!important;
}

.sub-menu .cmsmasters-menu__item-inner {
	color:#000!important;
	font-weight:normal!important;
}

.cmsmasters-header-mid { /*  hauteur bloc recherche   */
	background-color:#F9F1E0;
	border:none!important;
	height:40px;

}
.home .cmsmasters-header-mid {
	height:0px!important;
}

.home .cmsmasters-main__outer {
	padding-top:0px!important;
}
.cmsmasters-heading {
	display:none; /* désactivation du bloc entête */
}

.cmsmasters-menu__item-inner a {
	text-decoration:none!important;
}
	
.vc_do_custom_heading { /* marge bas titre pages  */
  margin-bottom: 1.6rem!important;
}	
	
/****************************************************/
/*            polices                               */
/****************************************************/
.Police-20 p, .Police-20 li {
	font-size:20px!important;
//	font-family: 'Open Sans';
	font-family: Century Gothic,Arial;
	line-height:22px;
  
}
.Police-24 p, .Police-24 li {
	font-size:24px!important;
//	font-family: 'Open Sans';
	font-family: Century Gothic,Arial;
	line-height:26px;
  
}

h1, h2, h3, h4, h5, h6 {
	font-family: Century Gothic,Arial;
	font-weight:bold;
}

.Non-souligne a {
	text-decoration:underline!important;
}


/*  page Amitiés */
.Text-justifie {
	text-align:justify!important;
}
/*   FORMULAIRE    */
.forminator-title, .forminator-subtitle {
	font-size:14px!important;
}

/**********************************************************************/
/*                  Media Queries                                     */
/**********************************************************************/
@media (max-width: 800px) {
	.sub-menu .cmsmasters-menu__item-inner {
		color: #000 !important;
		font-weight: normal !important;
	}
	.cmsmasters-menu__item-inner {
  font-family: Century Gothic,Arial;
  font-size: 22px !important;
  font-weight: normal !important;
  color: #000;
  text-align: center;
}
}

.cmsmasters-header-top-toggle__inner {
  cursor: pointer;
  font-size: var(--cmsmasters-header-top-toggle-icon-size);
  color: #fff!important;
}


/**********************************************************************/
/*                  Interfaces administrateurs                        */
/**********************************************************************/
#menu-posts-projects {
	display:none;
}