body{
	background: white;
	margin: 0;
}


/* CV STYLE */
.mystery{
	position: absolute;
	width: 800px;
}

#sketch-holder{
	position: absolute;
	width: 800px;
	height: 1132px;
}

.conteneurcv{
	margin: 0 auto;
	width: 800px;
	height: 1132px;
	margin-top: 0px;
	cursor: url('../img/cv/coin.png'),pointer;
}

.pdf{
	position: fixed;
	text-align: right;
  right:11px;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
}

marquee{
	position: absolute;
	color: black;
	width:100%;
	margin-top: 60px;
	font-size: 15px;
	z-index: 50;
}

.lienslove{
	color: fuchsia;
	text-align: center;
}

.lienslove a{
	color: blue;
}

.lienslove a:hover{
	color: lime;
}

@media(max-width: 799px){
	.conteneurcv, marquee{
		display: none;
	}

	.pdf{
		position: relative;
		text-align: center;
		margin-top: 50%;
		left: 50%;
		transform: translate(-50%, 0);
		margin-bottom: 200px;
	}

	.lienslove{
		position: fixed;
		bottom: 10px;
	}
