/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
  }

/*html,
body { overflow-x: hidden; }*/

body {
	font: 18px /1.555555556em "Source Sans Pro", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
    color: #191b1e;
}

#wrapper {
	
	margin-left: auto;
	margin-right: auto;
}

#header {
	padding: 10px;
    margin-bottom: 2em;
	display: flex;
	justify-content: space-between;
}
	
	
	#site-title a{
		font-family:  sans-serif;
		font-weight: bold;
		color: black;
		text-transform: uppercase;
		text-decoration: none;
	}


#container {
	padding-left: 20px;
	padding-right: 20px;
}


/*--------------------------

	Content

--------------------------*/


#content {
	margin-left: auto;
	margin-right: auto;
	padding-top: 1em;
	margin-left: auto;
	margin-right: auto;
}

	#content header {

	}

	.entry-content {
		margin-bottom: 3em;
	}

	#content header,
	.entry-content > h2,
	.entry-content > p,
	.entry-content > .wp-block-image,
	#comments,
	footer.footer {
		max-width: 664px;
		margin-left: auto;
		margin-right: auto;
		color: #373741;
	}

	.entry-content p,
	.entry-content ul {
		font-family: "Georgia", sans-serif;
	}

	.entry-content ul:not(.blocks-gallery-grid) {
		padding-left: 1em;
	}

	.entry-content ul li {
		margin-bottom: 1em;
	}

	.entry-content strong {
		font-weight: bold; 
	}

	.entry-title a {
		text-decoration: none;
		color: inherit;
		cursor: default;
	}

	.entry-content img {
		display: block;
		max-width: 100%;
		height: auto;
	}

	.entry-meta {
		margin-bottom: 1em;
	}
	
	.entry-date {
		font-size: .777777778em;
		color: #6f757b;
	}

	.entry-content .chapo {
    max-width: 664px;
    font-size: 1em;
    color: hsl(215deg 7% 43%);
    line-height: 1.3em;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
	}
		.image-chapo {
		    margin-bottom: 2em;
		}

	.indexTitle,
	.entry-title,
	.entry-content h2 {
		line-height: 1em;
	}

	.indexTitle {
		display: block;
		font-size: 3em;
		min-height: 1.2em;
		font-weight: bold;
		color: #111;
		margin-bottom: 1em;
		text-decoration: none;
	}
		.indexTitle:hover {
			text-decoration: underline;
		}

	.entry-title,
	.entry-content h2 {
    font-weight: 700;
    color: #28282d;
	}

	*>.entry-content h2 {
		margin-top: 2em;
		color: #111;
	}

	.entry-title {
	    font-size: 2.8em;
		min-height: 1.2em;
	    margin-bottom: 0.2em;
	}

	.entry-content h2 {
		margin-bottom: 18px;
		font-size: 1.444444444em;
	}
	
	.entry-content p {
		margin-bottom: 1em;
	}

	.entry-content sup,
	.entry-content sub {
		line-height: 0;
	}

	.entry-content a {
		color: #1463f8;
		font-weight: 400;
		/*border-bottom: 1px dashed #000;*/
		/*7be0ad*/
	}

	.entry-content a:visited {
		color: #a644b1;
	}

	.entry-content a:hover {
		text-decoration: underline;
	}


		.entry-content p a:hover {
			text-decoration: underline;
		}

	.entry-content p +  h2 {
		margin-top: 36px;
	}

/*  Block Image */

	#content .wp-block-image figcaption {
		line-height: 1.4em;
		margin-bottom: 2em;
		font-size: 0.8em;
		color: #6f757b;
	}
		

/*  Tableau */

	.wp-block-table {
		margin-bottom: 0;
		font-size: 0.9em;
	}
	
	.wp-block-table tr {
		border-bottom: 1px solid #dde2e6;
		line-height: 1em;
	}

	.wp-block-table tr.rowEm {
		background-color: #f3f3f3;
	}

	.wp-block-table td {
		vertical-align: middle;
		padding: 0.75em 2.5em 0.75em 1em;
	}

	.wp-block-table td:not(:first-child) {
		border-left: 1px solid #dde2e6;
	}

	.wp-block-table thead {
		border-bottom: 2px solid #191b1e;
	}

	.wp-block-table figcaption {
		margin-top: 1em;
	}




	ul.donnees {
	    margin-bottom: 1em;   
	}

		ul.donnees li {
			font-size: .8em;
			line-height: 1.2em;
			margin-bottom: 0.8em;
		}
	
	.embed-youtube iframe {
		min-height: 300px;
		width: 100%;
		height: auto;
	}




/*--------------------------

	Comments

--------------------------*/
#comments{
    margin-bottom: 2em;
}

.comment-notes {
	font-size: 0.8em;
	line-height: 1em;
	color: #8492a6;
}


#comments textarea,
#comments input {
	border: 1px solid #bbb;
	display: block;
	width: 100%;
	min-height: 2em;
	padding: 1em;
	font-size: 1em;
	margin-bottom: 1.2em;
}

#comments .logged-in-as {
	margin-bottom: 1em;
}

	#comments .logged-in-as a {
	    font-size: 0.8em;
	    line-height: 1em;
	    color: #8492a6;
	}

	#comments .logged-in-as a:last-child {
		display: block;
	}

#comments textarea:focus,
#comments input:focus {
	outline: none;
	border-color: #59c38e;
}

#comments [type="submit"] {
	border: none;
	cursor: pointer;
	color: #000000;
	background-color: #f3f3f3;
}
	#comments [type="submit"]:hover {
		color: #fff;
		background-color: #59c38e;
	}
	
	.comment-meta,
	.comment-meta a{
		color: #8492a6;
	}
	.comment-meta {
		font-size: 0.7em;
	}


/*--------------------------

	Container Footer

--------------------------*/
#container .footer {
	margin-bottom: 2em;
}

/*--------------------------

	Page Footer

--------------------------*/
#footer {
	font-size: 0.8em;
	text-align: center;
	color: #65758b;
}

#footer a {
	color: inherit;
}


/*--------------------------

	Navigation

--------------------------*/

.navigation a {
	text-decoration: none;
	color: #8492a6;
	display: inline-block;
	line-height: 1.2em;
}
	.navigation a:hover {
		color: #59c38e;
	}

@media screen and (min-width: 768px) {
	body {
	}
}