@charset "UTF-8";
@font-face { font-family: RobotoBlack; font-style: normal; font-weight: normal; src: url(../fonts/Roboto-Black.ttf) format(truetype); }
@font-face { font-family: RobotoLight; font-style: normal; font-weight: normal; src: url(../fonts/Roboto-Light.ttf) format(truetype); }
@font-face { font-family: ArcherBook; font-style: normal; font-weight: normal; src: url(../fonts/Archer-Book-Pro.woff) format('woff'); }
@font-face { font-family: ArcherBold; font-style: normal; font-weight: normal; src: url(../fonts/Archer-Bold-Pro.woff) format('woff'); }

}

html { font-size: 100%; }

* { margin: 0; padding: 0; }

body {
	background-color: white;
	color: black;
	font-family: RobotoLight, Arial, sans-serif;
	font-size: 1rem;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	height: 100px;
	background-color: black;
}

header img#logo {
	position: absolute;
	top: 10px;
	left: 10px;
	height: 82px;
	width: 82px;
}

header img#sophie {
	position: absolute;
	top: 11px;
	left: 123px;
	height: 80px;
	width: 80px;
}

header img#nom {
	position: absolute;
	top: 22px;
	left: 222px;
	height: 56px;
	width: 168px;
}

header p#slogan {
	position: absolute;
	font-family: ArcherBook, Arial, serif;
	color: #FCB717;
}

header ul#social {
	position: absolute;
	list-style-type: none;
}

header ul#social li {
	display: inline-block;
	margin-left: 4px;
	width: 30px;
	height: 30px;
}

header ul#social li img {
	width: 30px;
	height: 30px;
}

footer {
	height: 100px;
	background-color: black;
}

nav {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100px;
	background-color: black;
}

nav ul {
	position: absolute;
	top: 30px;
	left: 20px;
	list-style-type: none;
}
nav ul li {
	margin-bottom: 20px;
	width: 60px;
	height: 60px;
	cursor: pointer;
}

nav #navtext {
	position: absolute;
	left: 100px;
	height: 60px;
	padding: 0 20px 0 10px;
	border-top-right-radius: 60px;
	border-bottom-right-radius: 60px;
	background-color: #FCB717;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-left: none;
	color: white;
	font-family: RobotoBlack, Arial, sans-serif;
	font-size: .8rem;
	text-transform: uppercase;
	line-height: 60px;
	white-space: nowrap;
}

main {
	margin: 100px 0 0 100px;
	z-index: 0;
}

main h1 {
	padding: 2rem 0 2rem 1rem;
	font-family: RobotoBlack, Arial, sans-serif;
	font-weight: normal;
	font-size: 2rem;
	text-transform: uppercase;
	color: white;
	letter-spacing: -.1rem;
}

main h2 {
	clear: both;
	margin: 0 0 1rem 0;
	padding: .5rem 1rem;
	background-color: black;
	color: white;
	font-family: RobotoBlack, Arial, sans-serif;
	font-weight: normal;
	font-size: .8rem;
	text-transform: uppercase;
}

main .videolink {
	float: left;
	position: relative;
	margin: 0 0 1rem 1rem;
	width: 360px;
	height: 202px;
	background-size: contain;
}

main .videolink:hover .titre, main .videolink:hover .note {
	background-color: rgba(0, 0, 0, 1);
}

main .videolink .titre {
	position: absolute;
	top: 10px;
	left: 0;
	height: 40px;
	width: 340px;
	padding: 10px;
	overflow: hidden;
	font-family: RobotoBlack, Arial, sans-serif;
	font-size: 1rem;
	background-color: rgba(0, 0, 0, 0.3);
	color: white;
}

main .videolink .note {
	position: absolute;
	top: 110px;
	left: 0;
	height: 60px;
	width: 340px;
	padding: 10px;
	overflow: hidden;
	font-family: RobotoLight, Arial, sans-serif;
	font-size: .8rem;
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
}

main .videobox {
	clear: both;
	margin: 0 0 1rem 1rem;
	position: relative;
	width: 640px;
	height: 470px;
	background-color: black;
}

main .videobox .titre {
	position: absolute;
	top: 0;
	left: 0;
	height: 40px;
	width: 620px;
	padding: 10px;
	overflow: hidden;
	font-family: RobotoBlack, Arial, sans-serif;
	font-size: 1rem;
	color: white;
}

main .videobox .note {
	position: absolute;
	top: 420px;
	left: 0;
	height: 30px;
	width: 620px;
	padding: 10px;
	overflow: hidden;
	font-family: RobotoLight, Arial, sans-serif;
	font-size: .8rem;
	color: white;
}

main .videobox video {
	position: absolute;
	top: 60px;
	left: 0;
	width: 640px;
	height: 360px;
}

main p {
	margin: 0 2rem 1rem 1rem;
}

main p.citation {
	font-family: ArcherBold, Arial, serif;
	font-size: 2rem;
	color: #FCB717;
}

main a.weblink {
	margin: 0 0 1rem 1rem;
	color: black;
}
main ul#contact {
	margin: 6rem;
	list-style-type: none;
}

main #contact li {
	position: relative;
	margin-bottom: 1rem;
	height: 60px;
}

main #contact img {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 60px;
}

main #contact p, main #contact a {
	position: absolute;
	top: 0;
	left: 80px;
	line-height: 60px;
	font-family: RobotoLight, Arial, sans-serif;
	font-size: 1.2rem;
}

main #contact a {
	left: 96px;
	color: black;
	text-decoration: none;
}

main #contact a:hover {
	text-decoration: underline;
}

main #contact .black {
	font-family: RobotoBlack, Arial, sans-serif;
}