/* THOMAS */
		
		/* .site-header { border-bottom: 3px solid #000; } */		
		/* .site-header-image-link { float: left; } */

		body { 
			line-height: 1.3em;
		}
		
		.logoEE { background-image: url("http://edifice-edition.com/wp-content/uploads/2018/03/logo-petit.png") }
		
		.archi { background-image: url("http://edifice-edition.com/wp-content/uploads/2018/03/Archi.png")   }
		
		.blanc { 	
			border-style: solid;
			border-width: 3px;
			border-color: black;
		}
		
		.noir { 
			border-style: solid;
			border-width: 3px;
			border-color: black;	
			background-color: black;
		}
		
		.noir a { color: white; }

		.ligne { 
			background-color: black; 
			height: 3px; 
			margin: 33px 0;
		}

		hr { 
			margin-block-start: 0;
			margin-block-end: 0;
			margin-inline-start: 0;
			margin-inline-end: 0;
			border-top-style: none;
			border-top-width: 0;
			border-style: none;
    	border-width: 0;
		}


		.wp-block-separator { 
			background-color: black; 
			height: 3px; 
			margin: 22px 0;
		}

.entry pre {
	color: black;
	border: 3px solid #000;
	padding: 15px;
	font-size: 18px;
	line-height: 1.3em;
}

		pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
		
		.img-grande {
			float: right; 
			max-width: 900px;
			height: auto;	
		}
		
		.video-com { 
			padding-top: 5px;
		}
		
		.droite { 
			text-align: right;
		}		
		
		.fg-default.fg-gutter-10 { padding-left: 0px; }
	
/* FIN THOMAS */
