@charset "UTF-8";
/* CSS Document */

.page.about {
	overflow: inherit;
}

.page.about #main {
	overflow: inherit;
}

#about-page {
	width: 100%;
	padding: 50px 200px 50px 200px;
}

.cv, .cv .top {
	position: relative;
	width: 100%;
}

.cv .top .photo {
	position: absolute;
	top: 0;
	right: 0;
	width: 40%;
	height: calc(50% + 30px);
	background-image: url('Jola 3.jpg');
	background-position: center bottom;
	background-size: cover;
}

.cv .top .profil {
	position: absolute;
	bottom: -30px;
	right: 0;
	background-color: #000000;
	width: 70%;
	max-height: 50%;
	min-height: 50%;
	border-top: 20px solid #7d7e7c;
	padding: 30px;
}

.cv .top .profil .jobs {
	color: #CCCCCC;
	width: 100%;
}

.cv .top .profil .jobs .job .duration {
	text-align: right;
	width: 20%;
}

.cv .top .profil .jobs .job .title {
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 20px;
}

.cv .top .profil .educations {
	padding-left: 30px;
	padding-top: 20px;
}

.cv .top .profil .educations .title {
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
}

.cv .top .profil .educations .education {
	margin: 3px 0;
	color: #CCCCCC;
}

.cv .top .profil .educations .education .title {
	font-weight: bold;
	text-transform: uppercase;
	color: #CCCCCC;
	padding-right: 10px;
}

.cv .top .profil .square {
	background-color: #624969;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 60px;
	height: 30px;
}

.cv .top .skills {
	background-color: rgba(125, 126, 124, 0.75);
	color: #FFFFFF;
	width: 60%;
	display: flex;
	align-content: center;
	padding: 10px 50px 40px;
}

.cv .top .skills .skill-list {
	margin-top: 30px;
}

.cv .top .skills .skill-list ul {
	padding-left: 15px;
}

.cv .top .skills .skill-list .title {
	text-transform: uppercase;
	list-style: none;
	font-weight: bold;
}

.cv .top .skills .left {
	width: 50%;
}

.cv .top .skills .right {
	width: 50%;	
}

.cv .bottom {
	padding: 50px 50px 30px;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}

.cv .bottom .references {
	width: 25%;
}

.cv .bottom .references .reference-list {
}

.cv .bottom .references .reference-list .title {
	font-weight: bold;
	text-transform: uppercase;
}

.cv .bottom .references .reference-list ul {
	list-style: none;
}


@media (max-width: 1530px) {
	#about-page {
		padding: 50px 100px 50px 120px;
	}
	
	.cv .top .profil {
		padding: 20px;
	}
}

@media (max-width: 1280px) {
	#about-page {
		padding: 30px 30px 30px 60px;
	}
	
	.cv .top .photo {
		height: calc(45% + 30px);
	}
	
	.cv .skills .right {
		padding-left: 10px;
	}
	
	.cv .top .profil {
		min-height: 55%;
		max-height: 55%;
		padding: 15px 10px;
	}
}

@media (max-width: 1024px) {
	#about-page {
		padding: 30px 30px 30px 120px;
	}
	
	.cv .top .photo {
		position: relative;
		width: 100%;
		height: 40vh;
	}
	
	.cv .top .skills {
		width: 100%;
	}
	
	.cv .top .profil {
		position: relative;
		width: 100%;
		padding: 30px 20px 50px;
	}
	
	.cv .top .profil .educations {
		padding: 20px 0 0 10px;
	}
	
	.cv .bottom {
		padding: 40px 20px 30px;
	}
	
	.cv .bottom .references {
		width: 50%;
	}
}

@media (max-width: 639px) {
	#about-page {
		padding: 10px;
	}
	
	.cv .top .skills {
		padding: 10px 30px 40px;
	}
	
	.cv .top .skills .right {
		padding-left: 20px;
	}
}