@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.2.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic");

/* Resets */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{-webkit-text-size-adjust:none}

*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

/* Basic */

body {
	background: #fff;
}

body, input, select, textarea {
	color: #4F4F4F;
	font-family: "Source Sans Pro", Helvetica, sans-serif;
	font-size: 16pt;
	font-weight: 400;
	line-height: 1.75em;
}

a {
	-moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
	border-bottom: dotted 1px;
	color: #245F4E;
	text-decoration: none;
}

	a:hover {
		border-bottom-color: transparent;
		color: #245F4E !important;
		text-decoration: none;
	}

strong, b {
	color: #4F4F4F;
	font-weight: bold;
}

em, i {
	font-style: italic;
}

p {
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #4F4F4F;
	font-weight: 400;
	line-height: 1em;
	margin: 0 0 1em 0;
}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

h1 {
	font-size: 2em;
	line-height: 1.5em;
}

h2 {
	font-size: 1.5em;
	line-height: 1.5em;
	border-bottom:1px solid #CCC;
}

h3 {
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight:bold;
	background-color:#e2e5ce;
	padding-left:20px;
}

h4 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom:0.5em;
}

h5 {
	font-size: 0.9em;
	line-height: 1.5em;
}

h6 {
	font-size: 0.7em;
	line-height: 1.5em;
}

sub {
	font-size: 0.8em;
	position: relative;
	top: 0.5em;
}

sup {
	font-size: 0.8em;
	position: relative;
	top: -0.5em;
}

hr {
	border: 0;
	border-bottom: solid 2px #efefef;
	margin: 2em 0;
}

	hr.major {
		margin: 3em 0;
	}

blockquote {
	border-left: solid 6px #efefef;
	font-style: italic;
	margin: 0 0 2em 0;
	padding: 0.5em 0 0.5em 1.5em;
}

ul {
	list-style: disc;
	margin: 0 0 2em 0;
	padding-left: 1em;
}

	ul li {
		padding-left: 0.5em;
	}

	ul.alt {
		list-style: none;
		padding-left: 0;
	}

		ul.alt li {
			border-top: solid 2px #efefef;
			padding: 0.5em 0;
		}

			ul.alt li:first-child {
				border-top: 0;
				padding-top: 0;
			}

/* Section/Article */

section.special, article.special {
	text-align: center;
}

header.major h2 {
	font-size: 2em;
}

/* Grid */

.row {
	margin: -1em 0 0 -1em;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.row:after, .row:before {
	content: '';
	display: block;
	clear: both;
	height: 0;
}

.row > * {
	padding: 1em 0 0 1em;
	width: 50%;
	display: flex;
	flex-direction: column;
}

/* Work items stack on small screens */
@media screen and (max-width: 736px) {
	.row {
		flex-direction: column;
	}
	
	.row > * {
		width: 100% !important;
	}
	
	.work-item {
		height: auto;
		min-height: 450px;
	}
}

/* Image */

p > img{
	padding:5px;
	background-color:#CCC;
}

.image {
    border-radius: 0.25em;
    border:0;
    display: inline-block;
    position: relative;
}


	.image.avatar {
		border-radius: 100%;
	}

		.image.avatar:before {
			display: none;
		}

		.image.avatar img {
			border-radius: 100%;
			width: 100%;
		}

/* Header */

#header {
	background-color: #34363a;
	color: rgba(255, 255, 255, 0.5);
	height: 100%;
	left: 0;
	padding: 8em 4em 0 0;
	position: fixed;
	text-align: right;
	top: 0;
	width: 35%;
}

	#header strong, #header b {
		color: #ffffff;
	}

	#header h2, #header h3, #header h4, #header h5, #header h6 {
		color: #ffffff;
	}

	#header h1 {
		color: rgba(255, 255, 255, 0.5);
		font-size: 1.35em;
		line-height: 1.75em;
		margin: 0;
	}

	#header .image.avatar {
		margin: 0 0 1em 0;
		width: 6.25em;
	}

/* Main */

#main {
	margin-left: 35%;
	max-width: 54em;
	padding: 8em 4em 4em 4em;
	width: calc(100% - 35%);
}

	#main > section {
		margin: 4em 0 0 0;
	}

		#main > section:first-child {
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

/* Work Item */

.work-item {
	margin: 0;
	display: flex;
	flex-direction: column;
	padding: 1em;
}

	/* Conteneur de l'image avec hauteur fixe */
	.work-item > p:first-of-type {
		height: 200px;
		margin: 0 0 1em 0;
		display: flex;
		align-items: center;
		justify-content: center;
		background-color: #CCC;
		padding: 5px;
		overflow: hidden;
		border: 3px solid #999;
	}

	/* Image avec hauteur fixe et contrainte */
	.work-item > p:first-of-type > img {
		max-height: 100%;
		max-width: 100%;
		width: auto;
		height: auto;
		object-fit: contain;
	}

	/* Titre */
	.work-item h4 {
		font-size: 1.1em;
		line-height: 1.2em;
		margin: 0 0 0.75em 0;
		font-weight: bold;
		color: #4F4F4F;
	}

	/* Paragraphes de contenu */
	.work-item p:not(:first-of-type) {
		font-size: 0.85em;
		line-height: 1.5em;
		margin: 0 0 0.5em 0;
	}

/* Forms */

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	-moz-appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #e0e0e0;
	border-radius: 0.35em;
	border: solid 2px transparent;
	color: inherit;
	display: block;
	outline: 0;
	padding: 0 0.75em;
	text-decoration: none;
	width: 100%;
}

#email_test{
	display:none;}

/* Responsive - Large (max-width: 1280px) */
@media screen and (max-width: 1280px) {
	#header {
		padding: 6em 3em 3em 3em;
		width: 30%;
	}

		#header h1 {
			font-size: 1.25em;
		}

		#header h1 br {
			display: none;
		}

	#main {
		margin-left: 30%;
		max-width: none;
		padding: 6em 3em 3em 3em;
		width: calc(100% - 30%);
	}
}

/* Responsive - Medium (max-width: 980px) */
@media screen and (max-width: 980px) {
	body, input, select, textarea {
		font-size: 12pt;
	}

	#header {
		position: relative;
		width: 100%;
		padding: 6em 4em;
		text-align: center;
		left: 0;
		top: 0;
	}

		#header h1 {
			font-size: 1.75em;
		}

			#header h1 br {
				display: inline;
			}

	#main {
		margin: 0;
		padding: 6em 4em;
		width: 100%;
	}

		#main > section {
			margin: 2.25em 0 0 0;
			padding: 2.25em 0 0 0;
		}

	h1 {
		font-size: 1.5em;
	}

	h2 {
		font-size: 1.2em;
	}

	h3 {
		font-size: 1em;
	}

	header.major h2 {
		font-size: 1.35em;
	}
}

/* Responsive - Small (max-width: 736px) */
@media screen and (max-width: 736px) {
	#header {
		padding: 2.25em 1.5em;
	}

		#header h1 {
			font-size: 1.35em;
		}

	#main {
		padding: 2.25em 1.5em 0.25em 1.5em;
	}

		#main > section {
			margin: 2.25em 0 0 0;
			padding: 2.25em 0 0 0;
		}
}

/* Responsive - XSmall (max-width: 480px) */
@media screen and (max-width: 480px) {
	#header {
		padding: 4.5em 1.5em;
	}

		#header h1 br {
			display: none;
		}
}


