@font-face {
	font-family: "la polis";
	src: url("police.ttf") format("truetype");
}

@media screen and (max-width: 64em) {
 a.oui {
      font-size: 75%;
   }
	p {
		margin-top:30px;
	}
}

@media screen and (max-width: 32em) {
 a.oui {
      font-size: 50%;
   }
	p {
		margin-top:30px;
	}
}

@media (hover: none) {
	a.oui:hover {
		animation: none;
	}
}

p {
	font-size: 120px;
	line-height: 1.8;
	font-weight: 900;
	text-align: center;
	font-family: la polis;
	margin-bottom: 0px;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	text-decoration: none;
	transition: 0.75s;
}

a.oui:visited {
	color: black;
}

a.oui:link {
	color: black;	
}

a.oui:hover {
	font-size: 125%;
	color: #ffa46b;
}

a.suce:visited {
	color: white;
}

a.suce:link {
	color: white;	
}

a.suce:hover {
	color: black;
}

a.sucealt:visited {
	color: green;
}

a.sucealt:link {
	color: black;	
}

a.sucealt:hover {
	color: white;
}


.incroyable {
	width: 100px;
	height: auto;
	float: right;
	opacity: 0%;
	margin-right: 30px;
	transition: 1s;
}

.incroyable:hover {
	opacity: 100%;
	transform: rotate(360deg);
}