/**
* Theme Name: Le thème de Lab3216
* Template: twentyfourteen
*/


@import url("../twentyfourteen/style.css");
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

 
/*Header et container largeur de la page*/
 .site { 
 	max-width: 90%;

 } 

.primary-sidebar {
	/*width:	200px;*/
}

/*padding contenu principal de la page*/
.site-content {
	padding : 0px 100px; 
	/*margin-left : 150px*/
}

.site-header { 
 	max-width: 90%; 
	
 } 
 /*fin largeur page*/

.site-title {
	text-align: center;
	font-size: 3em;
	font-family: 'Oswald', sans-serif;
}

.site-description {
	font-size: 14px;
}

.site-content .entry-title {	
	text-transform: initial;
	font-variant: small-caps;
	
}

.site-content .entry-title a {
/* 	font-weight: bold; */
	}

/*Content largeur de la page*/
 .site-content .entry-header, 
 .site-content .entry-content, 
 .site-content .entry-summary, 
 .page-content { 
 	margin: 0 auto; 
 	max-width: 100%; 
 } 

.mceContentBody {
	max-width: 100%;
}

 .site-content .entry-meta { 
 	margin: 0px;
	 width : auto;
 } 

.codecolorer-container {
 	 width: auto !Important; 
 }

 /*fin Content largeur page*/

.
pre {
	background-color: black;
	color: white;
}

h1 {
	font-weight: bold !Important; 
}