/*
Theme Name: Francoscopie
Theme URI: http://www.francoscopie.fr/
Author: Nicolas Solerieu
Author URI: http://solerieu-nicolas.fr/
Description: Theme personnalisé pour le site de Gérard Mermet - compatible wordpress 3.9 + (php 5)
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gm
Tags:
*/


/* -------------------------------------------------------------- 
/* =SUPER GLOBAL
-------------------------------------------------------------- */

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
::selection {
  color: #fff;
  background: #c0392b;
}

body 
{
	line-height: 1.6;
	font-weight: 400;
	letter-spacing: -0.015em;
	font-weight: 500;
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	scroll-behavior: smooth;
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
  font-family: georgia, "times new roman", serif;
}
.wrapper
{
	max-width: 700px;
	padding: 0 20px;
	margin: 0 auto;
}

/* ----- HEADER ------*/

header {
	text-align: center;
}
.logo-header {
	display: block;
	margin: 40px auto;
}
header .headline {
	font-size: 20px;
	line-height: 110%;
	font-weight: normal;
}
header .subhead {
	font-size: 14px;
	color: #666;
}
nav.main-menu ul {
	list-style: none;
	padding: 16px 0;
	display: block;
	border-bottom: 1px solid #dedede;
}
nav.main-menu ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px;
}
nav.main-menu ul li a {
	list-style: none;
	display: inline-block;
	font-family: sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
nav.main-menu ul li::before {
	display: none;
}

/* ----- SITE ------*/
footer {
	border-top: 1px solid #dedede;
	padding: 80px 0;
}
.footer-copy {
	margin-top: 40px;
	font-size: 12px;
}

.edito-content {
	border-top: 1px solid #dedede;
	padding: 80px 0;
}
.edito-title {
	text-transform: uppercase;
	color: #C0392B;
}
.bio-box {
	display: flex;
	flex-direction: row;
	gap: 24px;
	padding: 48px 0;
	align-items: center;
}
.bio-photo {
	border-radius: 128px;
	display: block;
	width: 128px;
	height: auto;
	aspect-ratio: 1/1;
	overflow: hidden;
}
.one-child {
	padding: 40px 0;
}
.read-more {
	font-size: 14px;
	margin-top: 24px;
	display: block;
}
ul.pills {
	list-style: none;
	padding: 0;
	display: block;
}
ul.pills li {
	list-style: none;
	display: inline-block;
	margin: 12px 8px 0 0;
	padding: 8px 16px;
	border: 1px solid #dedede;
	border-radius: 40px;
}
ul.pills li::before {
	display: none;
}

/* ----- WP CONTENT ------*/
p {
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  display: block;
  hyphens: none;
  -webkit-hyphenate-character: "-";
}
.entry-title {
	padding: 64px 0 32px 0;
}
.entry-content p {
  margin-bottom: 40px;
  color: var(--text-secondary);
}
.the-content p + p {
  text-indent: 2ch;
}
h1 { font-weight: 400 }
.the-content h1 {
  margin-bottom: 12vh;
}
.entry-content h2, 
.entry-content h3, 
.entry-content h4,
.entry-content h5, 
.entry-content h6 {
  margin-top: 80px;
}
.entry-content img {
  display: block;
  margin: 6vh 0;
  width: 100%;
  height: auto;
  border-radius: var(--radius-small);
  overflow: hidden;
}

/* ----- TEXT STYLES ------*/
.text-small {
  font-size: 14px;
}
h1 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}
h2, h3, h4, h5, h6 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  letter-spacing: -0.02em;
}
a {
  color: #C0392B;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
ul {
  margin-bottom: 24px;
  padding: 20px;
  list-style: none;
  font-size: 18px;
  color: #121212;
}
ul li {
  margin-bottom: 20px;
}
ul li:before {
  display: inline-block;
  content: "-";
  width: 1em;
  margin-left: -1em;
}
p a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: underline;
  text-decoration-color: C0392B;
  text-underline-offset: 0.1rem;
}
p a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  text-decoration-color: #841B10;
}
hr {
  border-top: 1px solid #dedede;
  background: transparent;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  margin: 5vh 0;
}