@charset "utf-8";
/* CSS Document */

/*  Theme Name:   Thème Christine Chazelle 
Theme URI:    https://christinechazelle.fr/ 
Description:  Portfolio de Christine Chazelle - Pianiste, Musicienne, Compositrice, Enseignante et Raconteuse
Author:       Ninon Boutry  
Author URI:   https://www.ecrin-naturel.fr.
Template:     twentyeleven 
Version:      0.1.0 */

.domine-<uniquifier> {
  font-family: "Domine", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body {
	font-size: 16px;
    font-family: "Montserrat", sans-serif;
	margin: -20px 0 0 0;
}

strong {
	font-weight: 700;
}

h2 {
	font-family: "Domine", serif;
  	position: relative;
  	text-align: center; /* optionnel */
  	margin-bottom: 40px; /* espace pour la ligne */
}

h2::after {
  	content: "";
    display: block;
    width: 230px;
    height: 2px;
    background-color: #c77c5c;
    margin: 35px auto 0;
    border-radius: 2px;
}

h3 {
	font-family: "Domine", serif;
    font-weight: 800;
    font-size: 120%;
    margin: 40px 0 10px 0;
    color: #bf5d2c;
}

a {
	text-decoration:none;
}

#content .entry-content blockquote.wp-block-quote , .wp-block-quote:not(.is-large):not(.is-style-large) {
	border-left: 4px solid #c77c5c;
    margin-left: 20px;
    padding: 20px;
    font-style: italic;
    background-color: #c77c5c3d;
    font-weight: 400;
	display:block;
}

#content .entry-content blockquote.wp-block-quote p {
	margin:0;
}

ul.wp-block-list > li::marker {
	color :#c05d2a;
}

.skip-link {
	display:none;
}

.clear {
	clear: both;
}

#page {
	width: 100%;
    margin: 0 auto;
}

div.bann-menu {
	background-color:white;
	-webkit-box-shadow: 0px -1px 7px 4px rgba(0, 0, 0, 0.36);
    box-shadow: 0px -1px 7px 4px rgba(0, 0, 0, 0.36);
    position: relative;
    width: 100%;
	margin-bottom: 60px;
    padding-bottom: 27px;
	border-bottom: 2px solid #c05d2a;
}

#branding {
	width:90%;
	margin:0 auto;
}

a.logo-accueil  {
	display: inline-block;
    float: left;
	margin-top: 27px;
	}
	
a.logo-accueil > img {
	width : 90%;

	}

nav {
	float: right;
    display: block;
    width: 73%;
    margin-top: 53px;
    text-align: right;
}

nav > div > ul.menu {
	 padding: 0;
}

.menu-menu-principal-container > ul > li {
	display: inline-block;
    text-align: right;
    padding: 0 10px;
    border-left: 2px solid #bf5d2c;
}

.menu-menu-principal-container > ul > li:first-child {
    border-left: none;
}

nav > .menu-menu-principal-container > ul > li > a {
    font-weight: 500;
	color:black;
}

nav > .menu-menu-principal-container > ul > li > a:hover , nav > .menu-menu-principal-container > ul > li > a:active {
    color:#b24b18;
}

article {
	width: 90%;
    margin: 0 auto;
}

.butt-img-accueil > .wp-block-column {
	padding: 15px;
}

.butt-img-accueil > .wp-block-column > figure > img {
	border: 1px solid white;
}

.butt-img-accueil h3 {
	font-family: "Domine", serif;
    font-size: 170%;
	font-weight:500;
    margin: 0;
}
	
.butt-img-accueil p {
    margin: 0;
}

.fond-clair-large {
    grid-template-columns: 21% auto;
    background-color: rgb(218 145 112 / 20%);
    width: 100vw;
    margin: 60px 0 0 50%;
    transform: translateX(-50%);
    padding: 50px 7%;
}

.entry-meta {
	display:none;
}

#colophon {
   	background-color: #c05d2a;
    padding: 1px 0 0 0;
    width: 100%;
	color:white;
}

#colophon > hr {
	border-width: 1px 0 0 0;
    border-style: solid;
    border-color: white;
    margin-bottom: 30px;
}

#supplementary {
	width: 90%;
    margin: 0 auto;
} 

#supplementary .widget-area {
	float: left;
}

#supplementary h2 {
	font-weight: 100;
    font-size: 120%;
    text-align: left;
	margin: 0;
}

#supplementary h2::after {
	content:none;
}

#supplementary p {
    font-size: 83%;
    margin: 6px 0 0 0;
}
	
#site-generator {
	margin-bottom: 0;
}

#first, #second {
	margin-right: 5%;
}

#third {
    text-align: right;
    width: 100%;
    display: block;
}

#supplementary p.copyright {
	margin-top: -20px;
    font-size: 60%;
}