/* Feuille de styles CSS */

@font-face {
	font-family: 'SourceSansPro-Light';
	src: url('SourceSansPro-Light.otf');
	font-weight: normal;
	font-style: normal;
}

body, html {
	font-family: 'SourceSansPro-Light', 'Arial', sans-serif;
	margin: 0;
	min-height: 100%;
	background: url("greyzz.png");
}

h1, h2 {
	margin-bottom: 0;
	margin-top: 0;
}

h1 span {
	color: #A6A6A6;
}

.taches {
	padding-left: 0;
}

.doc {
	max-width: 1200px;
	margin: 0 20% 0 20%;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.doc_left {
	max-width: 58%;
	width: 58%;
	display: inline-block;
}

.doc_right {
	max-width: 38%;
	width: 38%;
	/*display: inline-table;
	vertical-align: top;*/
	background-color: #14303C;
	color: #FFFFFF;
}

.title_responsive1 {
	display: none;
}

@media all and (max-width: 1024px) {
	.title_responsive1 {
		display: block;
		text-align: center;
	}
	.title_responsive2 {
		display: none;
	}
	.doc {
		max-width: 1200px;
		margin: 0 2% 0 2%;
		display: flex;
		flex-direction: column-reverse;
		align-items: stretch;
	}
	.doc_left {
		max-width: 100%;
		width: 100%;
		display: inline-block;
	}
	.doc_right {
		max-width: 100%;
		width: 100%;
		background-color: initial;
		color: initial;
		margin-bottom: 4%;
	}
	.doc_right p {
		margin-left: 0 !important;
		margin-right: 0;
	}
	.title_right1 {
		font-size: 1.5em !important;
		font-weight: bold !important;
		text-align: left !important;
		text-transform: capitalize !important;
	}
	a, a:hover, a:visited {
		color: #000000 !important;
		text-decoration: none;
	}
}

.doc_right p {
	margin-left: 3%;
	margin-right: 3%;
}

a, a:hover, a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

.confidential {
	display: none;
}

.title_right1 {
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}

.title_right2 {
	font-size: 16px;
	font-weight: bold;
}

.photo {
	text-align: center;
}

td {
	vertical-align: text-top;
}

.enterprise {
	color: #14303C;
	font-weight: bold;
	font-size: 1em;
}

.fonction {
	color: #A6A6A6;
	font-size: 1em;
}

.date_left {
	color: #A6A6A6;
	font-size: 0.8em;
}

.taches {
	font-size: 0.9em;
}

.bordure {
	border-bottom: 1px white solid;
}

.shadow {
	text-shadow: 2px 2px 4px black;
}

@media print {
	/* les styles d'impression commencent ici */
	.doc {
		width: 100%;
		margin: 0 0 0 0;
	}
	.doc_left {
		max-width: 64%;
		width: 64%;
	}
	.doc_right {
		max-width: 35%;
		width: 35%;
	}
}