/*
Theme Name: Etablissement
Author: JM Chassin
Author URI: 
Description: Un thème pour les établissement du groupe Champagnat
Version: 1.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: Arial, Helvetica, sans-serif;	
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;	
	line-height: 1.4;
	color: #000;
	background: url("/wp-sites/themes/etablissement/images/fond.png") repeat;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "telluralregular", sans-serif;
	font-optical-sizing: auto;
    font-weight: 700;
	font-style: normal;	
    text-decoration: none;
}

h1 {
	font-size: 2em;

	@media (max-width: 770px) {
		font-size: 1.4em;
	}	

	@media (max-width: 480px) {
		font-size: 1em;
	}	
}

h2 {
	font-size: 1.8em;

	@media (max-width: 480px) {
		font-size: 1em;
	}		
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1.1em;

	@media (max-width: 480px) {
		font-size: 0.8em;
	}		
}

p {
	line-height: 1.2;
	margin-bottom: 15px;
}

article, aside, footer, header, nav, section {
  display: block;
}

ul {
	padding: 0 20px;
}

blockquote {
	font-family: "Vujahday Script", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.1em;
	line-height: 0.9;
}

main {
    margin: 0;
	margin: 0 auto;	
    /* background: url("/wp-sites/themes/etablissement/images/fond.png") repeat-y; */
	width: 95%;
	max-width: 1280px;
	padding-bottom: 40px;
	/* padding: 0 5px; */

	@media (max-width: 1280px) {
		width: 100%;
	}

	.entry-content {
		margin-left: 5px;
		margin-right: 5px;

		@media (max-width: 1280px) {
			margin-left: 30px;
			margin-right: 30px;
		}
			
		@media (max-width: 770px) {
			margin-left: 15px;
			margin-right: 15px;
		}
	
	}

}