@font-face {
	font-family: "gothic";
	src: url("../fonts/gothic.woff") format("woff");
}

.texte {
	margin-top: 50px;
	font-family: gothic;
	color: #dddddd;
	font-size: 30px;
	text-decoration: none;
}

.sub-texte {
	font-family: gothic;
	color: #dddddd;
	font-size: 20px;
	margin-bottom: 20px;
	text-decoration: none;
}

.sub-texte-link {
	font-family: gothic;
	color: #dddddd;
	font-size: 13px;
	text-decoration: underline;
}

.texte-projet {
	margin-top: 200px;
	font-family: gothic;
	color: #dddddd;
	font-size: 15px;
	text-decoration: none;
}

.desc {
	font-family: gothic;
	color: #dddddd;
	font-size: 11px;
	text-decoration: none;
}

.demo {
	font-family: gothic;
	color: #dddddd;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.arrow {
	width: 20px;
	text-decoration: none;
}

.mini-logo {
	width: 20px;
	text-decoration: none;
	transform: translate(-6px, 4px);
}

.middle {
	margin-top: 40px;
    width: 100%;
    text-align: center;
}

.plink {
	text-align: left;
	position: relative;
	display: block;
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 50px;
	margin-bottom: 50px;
}

li {
	display: block;
	margin-bottom: 10px;
}

.content {
	text-align: center;
	bottom: 30px;
	position: absolute;
	width: 100%;
}

.logo {
	max-width: 800px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	position: relative;
	display: block;
}

.img {
	max-width: 1300px;
	width: 100%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: block;
}

.back {
	width: 30px;
}

.top {
	width: 30px;
	transform: rotate(90deg);
	margin-top: 15px;
	cursor: pointer;
}

.fadein {
	background-color: #222222;
	margin: 0;
	padding: 0;
	opacity: 0;
	transition: opacity 2s;
}