/*
Theme Name: JMG
Theme URI: http://jeanmartialguilhem.com
Description: Twenty Twenty Child Theme
Author: Jean Martial-Guilhem
Author URL: http://jeanmartialguilhem.com
Template: twentytwenty
Version: 1.0.0
*/

/*Polices*/
@import url('https://fonts.googleapis.com/css2?family=Raleway+Dots&display=swap');
@import url('https://fonts.googleapis.com/css?family=Barlow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Big+Shoulders+Inline+Text&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap');

body{
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Pro';
}
#site-content{
	margin:50px 50px;
}
@media all and (max-width: 1024px) {
	#site-content{
		margin:0 18px;
	}
}
#site-content p {
	text-align: justify;
	font-family: 'DIN Pro';
    font-weight: 300;
	font-size:16px;
}
#site-content a{
	color:grey;
	text-decoration:none;
}
#site-content a:hover{
	color:white;
}
@media all and (max-width: 1024px) {
	#site-content p {
		padding: 0 18px;
		font-size:15px;
	}
}
.entry-content > :not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 60rem !important;
  width: calc(100% - 4rem);
}
#site-content a, li, h2, h3, h4, h4, h5, h6, p {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'DIN Pro';
}
#site-content h1 {
	color:white;
	text-align:right !important;
	font-size:30px;
}
#site-content h2 {
	color:white;
	font-size:25px;
}
#site-content h3 {
	color:white;
	font-size:22px;
}
#site-content h4 {
	color:white;
	font-size:19px;
}
#site-content h5 {
	color:white;
	font-size:16px;
}
#site-content h6 {
	color:white;
	font-size:13px;
}
@media all and (max-width: 1024px) {
	#site-content h1 {
		font-family: 'DIN Pro';
		/*font-family: 'Reenie Beanie', cursive;*/
		text-align:center;
	}	
}
/*bandeau header*/
.bandeau{
	position: relative;
	text-align: center;	
	width: 100%;
	height: 350px;
	background-position: top 50% left 50%;
	background-repeat: no-repeat;
	margin-bottom:0;
}
.bandeau a{
	text-decoration:none;
	color:black;
}
@media all and (max-width: 1024px) {
	.bandeau{
		width: 100%;
		height: 250px;
		background-size: contain;
	}
}
/*Retirer le slogan*/
.site-description{
	display:none;
}
/*************Footer***************/
/*Footer crédits*/
.footer-credits {
	display: block;
	font-size:15px;
}
.powered-by-wordpress {
	margin: 0;
}
.jmg-credit a {
	color: #fff !important;
}
/*Footer widget*/
.widget-content p {
	/*font-family: 'Montserrat', sans-serif;*/
	font-size:1.5rem;
	font-family: 'DIN Pro';
    font-weight: 900;
}
.widget-content h2 {
	font-size:2.1rem;
	/*font-family: 'Montserrat', sans-serif;*/
	letter-spacing: 2px;
	font-family: 'DIN Pro';
    font-weight: 900;
}
.footer-widgets .widget{
	margin-top:0;
}
@media (min-width: 700px) {
	.footer-widgets .widget{
		margin-top: 0;
	}
}
/*Footer Menu*/
.footer-menu {
	font-size:15px;
	/*font-family: 'Montserrat', sans-serif;*/
	text-transform: uppercase;
	font-family: 'DIN Pro';
    font-weight: 900;
}
/*************Barre de pied de page*****************/
.interface-interface-skeleton__footer {
	display: none !important;
}
@media (min-width: 782px) {
	.interface-interface-skeleton__footer {
	display: none !important;
	}
}