html {
	--color-theme: dodgerblue;
	--text-color-theme: white;
	--color-secondary: orange;
	--text-color-secondary: white;
	--color-hover: orange;
	font-family: Roboto, "Trebuchet MS", serif;
	font-size: 1.15em;
}

@font-face {
	font-family: "Trebuchet MS";
	src: url(trebuc.woff) format("woff");
}

@font-face {
	font-family: "Material Icons";
	font-style: normal;
	font-weight: 400;
	src: url(material-design.woff2) format("woff2");
}

.material-icons {
	font-family: "Material Icons", sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	font-feature-settings: "liga";
	-moz-font-feature-settings: "liga";
	-moz-osx-font-smoothing: grayscale;
}

/*#cv {
	margin: 50px auto;
	width: 1024px;
	height: 1448px;
	box-shadow: 0 0 5px black;
}*/

body,
h1,
h2,
h3,
p {
	margin: 0;
}

a,
a:visited {
	color: inherit;
	text-decoration: inherit;
	transition: 0.15s;
}

a:hover {
	color: var(--color-hover);
}

code {
	font-family: "Roboto Mono", monospace;
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}

strong {
	font-weight: bold;
}

header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

#header-left {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-left: 35px solid var(--color-theme);
	padding: 10px 20px 0 10px;
}

#logo-container {
	text-align: right;
}

#logo-cfa {
	height: 75px;
}

h1 {
	font-size: 2.5em;
	font-family: "Trebuchet MS", serif;
}

h1 + p {
	font-size: 1.25em;
	font-style: italic;
	color: grey;
	text-transform: uppercase;
}

#forname {
	color: var(--color-theme);
}

#header-right {
	position: relative;
	background-color: var(--color-theme);
	color: var(--text-color-theme);
	width: 256px;
	height: 100%;
	flex-shrink: 0;
}

#photo {
	position: absolute;
	display: block;
	width: 100%;
	top: 100%;
	left: 0;
}

#personnal-data {
	font-family: "Roboto Mono", Roboto, "Trebuchet MS", serif;
	padding: 10px 5px;
	font-size: 0.9em;
	box-sizing: border-box;
}

main {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 25px 45px;
}

article {
	padding-right: 25px;
}

aside {
	background-color: rgba(0, 0, 0, 0.1);
	width: 256px;
	height: 100%;
	padding: 15px;
	margin-top: 325px;
	box-sizing: border-box;
	flex-shrink: 0;
}

h2 {
	position: relative;
	padding: 5px;
	background-color: var(--color-secondary);
	color: var(--text-color-secondary);
	width: 325px;
	margin: 15px 0 15px 0;
	font-size: 1.3em;
	text-transform: uppercase;
}

aside h2 {
	width: 100%;
	margin: 5px 0 20px 0;
	box-sizing: border-box;
}

h2::after {
	position: absolute;
	top: 100%;
	left: 30px;
	font-size: 16px;
	content: url(triangle.svg);
}

.text {
	text-align: justify;
	margin: 10px 0;
}

aside .text {
	padding: 0 3px;
}

#formation-list td,
#project-list td,
#skill-list td {
	vertical-align: top;
}

#formation-list p,
#project-list p,
#skill-list p,
#other-skill-list p {
	padding-bottom: 10px;
	font-style: italic;
}

.date,
.categorie {
	font-size: 0.8em;
	color: grey;
	text-align: right;
}

.multi-categories {
	line-height: 27px;
}

.date-icon,
.categorie-icon,
.domain {
	color: var(--color-secondary);
	vertical-align: middle;
}

h3 {
	font-size: 1.1em;
}

.after-title {
	font-size: 0.7em;
	color: var(--color-theme);
}

.name {
	font-size: 1.05em;
}

#other-skill-list thead {
	color: var(--color-theme);
	font-size: 1.4em;
}

#other-skill-list tbody {
	font-size: 0.9em;
}

#other-skill-list td {
	vertical-align: top;
	padding-right: 10px;
}

#other-skill-list thead td:first-child {
	width: 185px;
}

#other-skill-list thead td:nth-child(2) {
	width: 220px;
}
