@import url(menu.css);
@import url(form.css);

.print {
	display: none !important;
}

.notPrint {
	display: block !important;
}

body {
	font-family: sans-serif;
	background: #171717 /* url('../img/assets/bg.jpg') no-repeat center center fixed*/ !important;
	-webkit-background-size: cover;
	background-size: cover;
}

div.container {
	min-height: calc(100vh - 50px);
	padding: 30px;
	/*width: 740px;*/
	margin: 25px auto;
	background-color: rgba(255, 255, 255, 0.8);
	/*border-radius: 15px;*/
}

a#logo {
	display: block;
	width: 500px;
	height: 177px;
	margin: 0 auto;
	background-size: 500px 177px;
}

textarea {
	resize: vertical;
}

img.img_circle {
	max-width: 75px;
	max-height: 75px;
	border-radius: 9px;
	vertical-align: middle;
}

a {
	color: inherit;
}

div.clean {
	overflow: hidden;
}

div#photo {
	width: 200px;
	height: 200px;
	background-size: 200px 200px;
	float: left;
}

div#photo > img {
	width: 200px;
	height: 200px;
}

div#infos {
	float: left;
	width: 440px;
	margin-bottom: 20px;
	margin-left: 30px;
}

div#infos > span {
	display: block;
}

span#nom {
	margin-top: 5px;
	font-weight: bold;
}

span#tel {
	margin-top: 5px;
	background-image: url('../img/assets/tel.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

/*span#site {*/
/*	margin-top: 5px;*/
/*	background-image: url('../img/assets/www.png');*/
/*	background-size: 19px 19px;*/
/*	background-repeat: no-repeat;*/
/*	padding-left: 25px;*/
/*}*/

span#adress {
	margin-top: 5px;
	background-image: url('../img/assets/adress.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

span#pro {
	margin-top: 5px;
	background-image: url('../img/assets/entreprise.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

span#LI {
	margin-top: 5px;
	background-image: url('../img/assets/LI.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}


span#git {
	margin-top: 5px;
	background-image: url('../img/assets/git.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

span#email {
	margin-top: 5px;
	background-image: url('../img/assets/gmail.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

span#born {
	margin-top: 25px;
	background-image: url('../img/assets/tetine.png');
	background-size: 19px 19px;
	background-repeat: no-repeat;
	padding-left: 25px;
}

span#title {
	font-weight: bold;
}

span#copy {
	margin-top: 20px;
	display: block;
	font-style: italic;
	text-align: center;
	font-size: 14px;
}

.striped:nth-child(odd) {
	background: #eee;
}

/* ================ The Timeline ================ */

.timeline {
	position: relative;
	width: 660px;
	margin: 20px auto 0;
	padding: 1em 0;
	list-style-type: none;
}

.timeline:before {
	position: absolute;
	left: 50%;
	top: 0;
	content: ' ';
	display: block;
	width: 6px;
	height: 100%;
	margin-left: -3px;
	background: rgb(80, 80, 80);
	background: -moz-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 1)), color-stop(100%, rgba(125, 185, 232, 1)));
	background: -webkit-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: -o-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: -ms-linear-gradient(top, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);
	background: linear-gradient(to bottom, rgba(80, 80, 80, 0) 0%, rgb(80, 80, 80) 8%, rgb(80, 80, 80) 92%, rgba(80, 80, 80, 0) 100%);

	z-index: 5;
}

.timeline li {
	padding: 1em 0;
}

.timeline li:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.direction-l {
	position: relative;
	width: 300px;
	float: left;
	text-align: right;
}

.direction-r {
	position: relative;
	width: 300px;
	float: right;
}

.flag-wrapper {
	position: relative;
	display: inline-block;

	text-align: center;
}

.flag {
	position: relative;
	display: inline;
	background: rgb(248, 248, 248);
	padding: 6px 10px;
	border-radius: 5px;

	font-weight: 600;
	text-align: left;
}

.direction-l .flag {
	-webkit-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-r .flag {
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15), 0 0 1px rgba(0, 0, 0, 0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
	position: absolute;
	top: 50%;
	right: -36px;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-top: -10px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(0, 82, 189);
	z-index: 10;
}

.direction-r .flag:before {
	left: -36px;
}

.direction-l .flag:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: 8px solid transparent;
	border-left-color: rgb(248, 248, 248);
	pointer-events: none;
}

.direction-r .flag:after {
	content: "";
	position: absolute;
	right: 100%;
	top: 50%;
	height: 0;
	width: 0;
	margin-top: -8px;
	border: 8px solid transparent;
	border-right-color: rgb(248, 248, 248);
	pointer-events: none;
}

.time-wrapper {
	display: inline;

	line-height: 1em;
	font-size: 0.66666em;
	color: rgb(0, 82, 189);
	vertical-align: middle;
}

.direction-l .time-wrapper {
	float: left;
}

.direction-r .time-wrapper {
	float: right;
}

.time {
	display: inline-block;
	padding: 4px 6px;
	background: rgb(248, 248, 248);
}

.desc {
	margin: 1em 0.75em 0 0;

	font-size: 1em;
	/*font-style: italic;*/
	line-height: 1.5em;
}

.direction-r .desc {
	margin: 1em 0 0 0.75em;
}

/* ================ Media Queries ================ */

@media screen and (max-width: 765px) {
	a#logo {
		width: 250px;
		height: 108px;
		background-size: cover;
	}
}

@media screen and (max-width: 400px) {
	a#logo {
		width: 165px;
		height: 72px;
		background-size: cover;
	}
}

@media screen and (max-width: 765px) {


	div.container.cv {
		text-align: center;
	}

	div.container {
		padding: 30px 5px;
	}

	span#tel,
	span#adress,
	span#LI,
	span#email,
	span#site,
	span#born,
	span#git,
	span#pro {
		text-align: left;
	}

	div#photo {
		margin: 0 auto 25px auto;
		float: none;
	}

	div#infos {
		width: auto;
		float: none;
		margin: 42px auto 25px auto;
	}

	.timeline {
		width: 100%;
		padding: 4em 0 1em 0;
	}

	.timeline li {
		padding: 2em 0;
	}

	.direction-l,
	.direction-r {
		float: none;
		width: 100%;

		text-align: center;
	}

	.flag-wrapper {
		text-align: center;
	}

	.flag {
		background: rgb(255, 255, 255);
		z-index: 15;
	}

	.direction-l .flag:before,
	.direction-r .flag:before {
		position: absolute;
		top: -30px;
		left: 50%;
		content: ' ';
		display: block;
		width: 12px;
		height: 12px;
		margin-left: -6px;
		background: #fff;
		border-radius: 10px;
		border: 4px solid rgb(0, 82, 189);
		z-index: 10;
	}

	.direction-l .flag:after,
	.direction-r .flag:after {
		content: "";
		position: absolute;
		left: 50%;
		top: -8px;
		height: 0;
		width: 0;
		margin-left: -8px;
		border: 8px solid transparent;
		border-bottom-color: rgb(255, 255, 255);
		pointer-events: none;
	}

	.time-wrapper {
		display: block;
		position: relative;
		margin: 4px 0 0 0;
		z-index: 14;
	}

	.direction-l .time-wrapper {
		float: none;
	}

	.direction-r .time-wrapper {
		float: none;
	}

	.desc {
		position: relative;
		margin: 1em 0 0 0;
		padding: 1em;
		background: rgb(245, 245, 245);
		-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
		-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);
		box-shadow: 0 0 1px rgba(0, 0, 0, 0.20);

		z-index: 15;
	}

	.direction-l .desc,
	.direction-r .desc {
		position: relative;
		margin: 1em 1em 0 1em;
		padding: 1em;

		z-index: 15;
	}

}

/*@media screen and (min-width: 400px || max-width: 660px) {*/

/*.direction-l .desc,*/
/*.direction-r .desc {*/
/*	margin: 1em 4em 0 4em;*/
/*}*/

/*}*/

/* TinyMCE */
#mceu_50 {
	display: none;
}