body{
	background-color: #fff;
	font-family: WistiaPlayerInterNumbersSemiBold, Helvetica, sans-serif;
	color: #000;
	text-align: center;
	padding : 0;
	margin: 0;
	font-size: 1.3em;
}

@media (max-width: 640px) {
	#corps{
		max-width: 300px;
	}
}

#top{
	width: 100%;
	background-color: #ef8c9c;	
	padding-top: 20px;	
	padding-bottom: 10px;	
	text-align: center;
}

#top img{
	width: 80px;
}

#corps{
	margin: auto;
	max-width: 800px;
	text-align: center;	
	padding-left: 7px;
	padding-right: 7px;
}

#entete{
	text-align: center;	
	display: flex;	
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;	
}

#original{
	flex: 1;
	max-width: 300px;
	margin-left: 15px;
	margin-right: 15px;
}

#kids{
	flex: 0;
	margin-left: 15px;
	margin-right: 15px;
}

#vid{
	margin-top:40px;
	margin-bottom:40px;
}

hr{
  border: none;
  border-top: 3px double #d87e8d;
  color: #d87e8d;
  overflow: visible;
  text-align: center;
  height: 5px;
}

a{
	text-decoration: underline;
	color: #d87e8d;
}
a:hover{
	text-decoration: underline;
	color: #000;
}

br{
	content: "";
	margin: 2em;
	display: block;
	font-size: 24%;
}

/* SELECT */

select.o_bleu, select.k_bleu
{
	background-color: #106890;
	color: #fff;
	width: 300px;
	height: 30px;
	font-size: large;
	border: 3px solid #106890;
}
select.o_vert, select.k_vert
{
	background-color: #269c3f;
	color: #fff;
	width: 300px;
	height: 30px;
	font-size: large;
	border: 3px solid #269c3f;
}
select.o_rose, select.k_rose
{
	background-color: #d87e8d;
	color: #fff;
	width: 300px;
	height: 30px;
	font-size: large;
	border: 3px solid #d87e8d;
}
select.o_orange, select.k_orange
{
	background-color: #eba849;
	color: #fff;
	width: 300px;
	height: 30px;
	font-size: large;
	border: 3px solid #eba849;
}


/* SCROLLBARS */

/* Works on Firefox */
* {
  scrollbar-height: thin;
  scrollbar-width: thin;
  scrollbar-color: #ef8c9c #fff;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #ef8c9c;
  border-radius: 10px;
  border: 3px solid #fff;
}