html {
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 100%;
}

body {
	height: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 12pt;
    line-height: 21pt;
    color: #00002d;
}

.m-auto {
	margin: auto;
}

.list-inline li {
	display: inline;
}

.menu li {
    height: 50px;
    line-height: 50px;
    padding: 0px 20px;
    font-size: 10pt;
    text-transform: uppercase;
}

.menu li a {
	text-decoration: none;
}

.menu ul {
	font-size: 0;
	white-space: nowrap;
    overflow-x: auto;
}

.menu {
	border-bottom: 1px solid whitesmoke;
    border-top: 1px solid whitesmoke;
    box-shadow: 1px 1px 1px -1px rgba(0, 0, 0, 0.19);
}

#first {
	background-color: aliceblue;
}

#logo {
    font-weight: 600;
    font-size: 12pt;
    padding: 15px 0px;
}

.playfair {
	font-family: 'Playfair Display', serif;
}

.light {
	font-weight: 100;
}

.content h1 {
	font-size: 18pt;
}

.justify {
	text-align: justify;
}

.footer {
	border-top: 1px solid #dfdfdf;
    background-color: whitesmoke;
    color: gray;
    font-size: 80%;
}

.highlight {
	
}

.noshow {
	display: none;
}

.highlight li {
	margin-bottom: 0.75rem;
    font-size: 11pt;
    color: gray;
}

.max-width-100 {
	max-width: 100%;
}

li a.selected {
	font-weight: 600;
}

.header {
	border-bottom: 1px solid #ededed;
	text-align: right;
    line-height: 47px;
}

.content h3 {
	font-size: 11pt;
    font-weight: 600;
    margin-bottom: 1rem;
    text-transform: uppercase;
}

.content h1 {
	border-bottom: 1px solid #e9e6e6;
    padding-bottom: 1rem;
}

.content p {
	font-family: 'Lora';
}

.contact-title {
	text-transform: uppercase;
    font-size: 11pt;
    font-weight: 600;
    margin-bottom: 0px;
    color: gray;
}

.content-link {
	font-size: 10pt;
    text-transform: uppercase;
    text-align: right;
}

#contact dl {
	font-size: 11pt;
}

.parcours-container {
	padding-left: 20px;
	border-left: 2px solid #d6d6d6;
}

.parcours-right {

}

.parcours-row {
	position: relative;
	padding: 10px;
}

.parcours-row .circle {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-color: white;
    border-radius: 100px;
    position: absolute;
    left: -29px;
    top: 50%;
    transform: translateY(-50%);
    border: 2px solid tomato;
}

.parcours-row .date {
	margin: 0px;
    text-transform: uppercase;
    font-size: 14px;
    color: gray;
    line-height: 14px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

#apropos li {
	font-family: 'Lora'
}

.onzept {
	font-size: 11pt;
}

#design {
	padding: 10px;
    font-size: 9pt;
    background-color: white;
    border-top: 1px solid #dfdfdf;
}