@charset "utf-8";
/*
Theme Name : CommonV2
Theme URI: https://www.ekyao.eu/services/web-design/
Description: Maintenance design by Ekyao Business
Version: 2.0
Author: Jean-Yves BOLOT, Web designer Ekyao
Author URI: https://www.ekyao.eu/services/web-design/
Tags: design, ekyao, maintenance, webdesign
License: (c)2018 Ekyao
License URI: http://creativecommons.org/licenses/by-nc-nd/3.0/fr/legalcode
*/

/*General References*/
	body {
	margin: 0;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	}
	h1 {
	margin: 0;
	font-size: 2.7em;
	font-weight: lighter;
	}
	p {
	margin: 0;
	font-size: 1.7em;
	font-weight: bold;
	}
/*Main Box Flex*/
	#bd-conteneur {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 90vh;
	padding: 1em;
	}
	#bd-box {
	text-align: center;
	}
	#bd-content {
	display: inline-block;
	text-align: left;
	/*border: 1px solid cyan;*/
	}
/*Media*/
	img {
	width: 60%;
	height: auto;
	margin: 0;
	}
	@media (min-width:1024px){
		img {
		width: 75%;
		}
	}
	.bd-imglogo {
	width: 0.8em;
	height: auto;
	margin: 0;
	}
