body
{
	background-color: #00a8f3;
}

#header
{
	/*background-color: red;*/
	width: 100%;
	/*height: 300px;*/
}

#logo
{
	background-image: url("../images/runfun.png");
	background-size: cover;
	width: 520px;
	height: 250px;
	margin:auto;
	border-color: black;
	border-width: 3;
	border-style: solid;
	border-radius: 30px;
}

#mainPage
{
	margin: auto;
	margin-top: 50px !important;
	max-width: 900px;
}

.infos
{
	background-color: #fdeca6;
	border-color: black;
	border-width: 3;
	border-style: solid;
	border-radius: 30px;
	min-height:20px;
	text-align:left;
	padding: 10px;
	margin-bottom: 10px;
}

.infosTitle
{
	font-style: Serif Italic;
	font-size:20;
	font-weight: bold;
	margin-left:5px;
	display:inline-flex;
	width:100%;
}

.infosTitleText
{
	width:100%;
}

.infosContent
{
	display:inline-flex;
	width:100%;
	border-bottom: cornflowerblue;
}

.infosMsg
{
	margin:auto;
	margin-top: 30px;
	margin-bottom: 30px;
	color: red;
	font-size: 30px;
}

.menu
{
	width: 100%;
	text-align: center;	
}

.menuItem
{
	display:inline;
	font-size:15;
	margin:5px;
}
	
.menuItemSelected
{
	display:inline;
	font-size:15;
	color: white;
	margin:5px;
}

.infosLeft, .infosRight, .infosLeftW, .infosRightW
{
	display:inline;
	margin: 2px;
	align-self: center;
}

.infosLeft
{
	width:100%;	
}

.infosRight
{
	text-align:right;
	margin-left:20px;	
}

.infosLeftR
{
	margin-right:20px;	
}

.infosRightW
{
	width:100%;
	margin-left: 20px;
}

.screenCapture
{
	width: 250px;
	border-width: 3;
	border-style: solid;
	border-radius: 20px;	
	border-color: gray;
}

.closed
{
	display: none !important;
}

.chevronOpen, .chevronClose
{
	background-size: cover;
	width: 25px;
	height: 25px;
	margin-right: 15px;
}

.chevronOpen
{
	background-image: url("../images/chevronBas.png");
}

.chevronClose
{
	background-image: url("../images/chevronHaut.png");
}

.imail, .iMessenger, .iDiscord
{
	background-size: cover;
	width: 50px;
	height: 50px;
	margin-right: 15px;	
	display:inline-block;
	vertical-align:middle;
	margin-bottom:10px;
}

.imail
{
	background-image: url("../images/mail.png");
}

.iMessenger
{
	background-image: url("../images/messenger.png");	
}

.iDiscord
{
	background-image: url("../images/discord.png");	
}

.ulContact
{
	list-style:none;
	padding-inline-start: 20px;
}

@media (max-width: 900px)
{
	.infosContent
	{
		flex-direction: column;
		border-bottom-style: none;
		border-bottom-style: dotted;
	}
}

@media (max-width: 500px)
{

	#logo
	{
		width: 370px;
		height: 180px;
	}
}

@media (max-width: 390px)
{
	#logo
	{
		width: 280px;
		height: 135px;
	}

}
