/*
 Theme Name:   Gusto d'Italianita 2025
 Description:  Thème blog 2022
 Author:       Christophe BENOIT
 Author URI:   https://www.tyseo.net
 Template:     twentyfifteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/

@font-face {
    font-family: Effloresce;
    src: url("effloresce.otf");
}

body {
	font-family: 'Mulish', sans-serif;
}

.site-title {
    display: none;
}

.page .entry-footer {
    display: none;
}

@media screen and (min-width: 59.6875em) {
  .main-navigation {
      margin: 0 10% 20% 20%;
  }
}


/*Table des matières*/
#ez-toc-container {
    background: #007b34;
    border-radius: 10px;
    margin-bottom: 2em;
    padding: 1em;
	color:#fff;
}
#ez-toc-container ul {
    padding-bottom: 0.5em;
	padding-left:0!important;
}
#ez-toc-container ul li {
    list-style: none;
    line-height: 1.6;
    font-size: 95%;
}
/*forcer indentation sommaire*/
#ez-toc-container ul li ul {
    padding: 2px 0 2px 20px !important;
}
#ez-toc-container a {
    color:#fff;
	border-color: #ffffff;
}
.ez-toc-title {
    font-weight: bold;
}


a.more-link {
    display: none;
}

.hentry {
    background-color: #fffaf3!important;
}
h1.entry-title, h2.entry-title, h2.entry-title a {
    color: #007b34!important;
	font-family:'Effloresce';
	font-weight: 400;
}
.entry-footer {
    background-color: #fff7d8!important;
}
