@charset "UTF-8";
/*
Theme Name: light_2019
Description: Theme enfant de Twenty Nineteen
Author: Marc Larrun-Prod
Author URI: https://www.larrun-prod.com
Template: twentynineteen 
Version: 0.1.0
*/
html {
	font-size: 62.5%;
}

body {
	font-size: 2rem;
	margin: 0;
	color: #777;
}
body,
.widget_nav_menu ul li,
h1,
h2 {
	/*font-family: apertura, sans-serif;*/
	/*font-family:'Avenir Next LT W02SC Ult Light';*/
	/*font-family: 'Raleway', sans-serif;*/
	font-family: 'Quicksand', sans-serif;
	/*font-family: 'Abel', sans-serif;*/
	/*font-family: 'Avenir Next LT Pro Thin';*/
	/*font-family: apertura-condensed, sans-serif;*/
}

h2 {
	font-size: 1.5em;
}

h3 {
	font-size: 1em;
}

.site-header, .site-footer {
	/*background-color: #884da777;*/
}

#masthead {
	display: flex;
	align-items: center;
	border-bottom: #000 0.2rem solid;
	padding: 1rem 0 0;
}

#masthead section div ul li,
#colophon aside div section div ul li,
h1, h2{
	/*font-family: 'Nunito', sans-serif;*/
	/*font-family:'Avenir Next LT W02SC Ult Light';*/
}

footer {
	border-top: #000 0.2rem solid;
}

#logo {
	width: 15%;
}

#logo img {
	width: 100%;
}

#masthead .widget_nav_menu {
	width: 85%;
}

#masthead ul {
	margin: 0;
}

#masthead #polylang-3 img {
	width: 2.5rem;
}

.widget_nav_menu {
	display: flex;
	align-items: center;
}

.widget_nav_menu a {
	color: #000;
	text-decoration: none;
}

.widget_nav_menu>div {
	width: 100%;
}

.menu {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	list-style: none;
}

#polylang-3 {
	width: 15%;
}

#polylang-3 ul {
	list-style: none;
}

#colophon .widget-area {
	margin: 0 auto;
}

#colophon .widget-column .widget {
	width: 100%;
}

#content {
	width: 90%;
	margin: 0 auto;
}

.imprint {
	color: #006633;
}

h1, h2, .wpforms-field-label {
	color: #000;
}

h1:not(.site-title):before,
h2:before, .entry .entry-title:before {
  display: none;
}

h1 {
	text-decoration: underline;
	text-decoration-color:#000;
}

.entry .entry-content .wp-block-image {
	width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.entry .entry-content .wp-block-image .aligncenter {
	max-width: 100%;
	width: 100%;
}

.entry .entry-content p {
	max-width: 100%;
	width: 100%;
	text-align: justify;
}

.entry .entry-content #prez {
	display: flex;
	justify-content: space-between;
	max-width: 100%;
	width: 95%;
	margin-top:0;
	margin-left:auto;
}

#prez .prez {
	width: 45%;
}

#prez .prez .wp-block-image {
	float: left;
	width: 25%;
	margin: 0 1rem;
}

.wpcf7-form p label {
	color: #000;
}

input#submit {
	border: none;
	border-radius: 5px;
	background-color: #000;
}

#main #post-11,
#main #post-138,
#main #post-46 {
	margin-top: 3rem;
}

#main #post-11 header.entry-header,
#main #post-138 header.entry-header,
#main #post-46 header.entry-header {
	float: left;
	margin-left: 0;
	margin-top:0;
	margin-right:0;
}

#main #post-11 div div.wp-block-image {
	margin-top: 0;
}

#main #post-11 div div figure.aligncenter {
	clear: none;
}

#main #post-46 div.entry-content {
	clear: both;
}