﻿body
{
	font-family: Arial;
	margin: auto;
	color: black;	
	background: white;
	position: relative;
	width: 100%;
	/*margin-left: 10%;*/
	text-align: justify;
}

li
{
	margin-bottom: 10px;
	font-size: 14pt !important;
}

img
{
	max-width: 100%;
}

/*
a
{
	color: black;
	text-decoration: none;
}

a:visited
{
	color: black;
}
*/

a
{
	text-decoration: none;
	color: purple;
}

a:visited
{
	color: purple;
}

#logos
{
	text-align: center;
	margin: auto;
	width: 50%;	
}

#logos img
{
	width: 400px;
	margin-right: 20px;
}

#entetes
{
	background-color: purple;
	color: white;
	padding: 10px;
	font-size: 15pt;
	font-weight: bolder;
	text-align: center;
	margin: 10px auto 0 auto;
	max-width: 40%;
}

#menu
{
	margin: 10px auto 0 auto;
	max-width: 40%;
	text-align: center;
	word-break: keep-all;
}

#menu span
{
	/*margin-right: 305px;*/
	margin-right: 10%;
	font-size: 15pt;
	color: black;
	font-weight: bolder;
	text-align: center;
	cursor: pointer;	
}


#infos_generales
{
	padding: 20px;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align: center;
	max-width: 30%;
	margin: 10px auto 0 auto;
}

.purples
{
	color: purple;
}

.titles
{
	font-size: 15pt;
	font-weight: bolder;
}

.contenus
{
	text-align: center;
	max-width: 51%;
	margin: 30px auto 0 auto;
	text-align: justify;
}

.contenus_titles
{
	font-size: 20pt;
	font-weight: bolder;
	text-align: center;
}

.subtitles
{
	font-weight: bolder;
}


#inscription
{
	/*width: 250px; */
	position: fixed; 
	top: 10px; 
	left: 10px;
	background-color: white;
	color: black;
	/*-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;*/
	
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	-webkit-border-radius: 20px;	
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#inscription td
{
	text-align: left;
}


@media screen and (max-width: 600px)
{	
	#inscription
	{
		width: unset !important;
		margin: auto;
		position: relative;
		left: -20px !important;
	}	
}


@media screen and (max-width: 750px)
{	
	#inscription
	{
		max-width: 400px !important;
		margin: auto;
		position: relative;
	}	
	
	#captcha_td
	{
		padding-left: 25px !important;
	}
}

@media screen and (max-width: 1500px)
{
	#entetes
	{
		background-color: purple;
		color: white;
		padding: 10px;
		font-size: 15pt;
		font-weight: bolder;
		text-align: center;
		margin: 10px auto 0 auto;
		max-width: 70%;
	}
	
	#menu
	{
		margin: 10px auto 0 auto;
		max-width: 70%;
		text-align: center;
	}
	
	#infos_generales
	{
		padding: 20px;
		border-style: solid;
		border-color: black;
		border-width: 1px;
		text-align: center;
		max-width: 60%;
		margin: 10px auto 0 auto;
	}
	
	.contenus
	{
		text-align: center;
		max-width: 70%;
		margin: 30px auto 0 auto;
		text-align: justify;
	}
	
	#inscription
	{
		width: 400px; 
		margin: auto;
		position: relative; /* RELATIVE */
		top: 10px; 
		left: 10px;		
	}
	
	#inscription td
	{
		font-size: 13pt !important;
	}
	
	#inscription_header
	{
		width: 60%;
	}
}




#inscription legend
{
	color: purple;
	font-weight: bolder;
}

#inscription a
{
	color: white;
	text-decoration: underline;
}


/* SCROLL TO TOP */

.scrollToTop
{
	width: 80px; 
	height: 80px;
	padding: 0px; 
	text-align: center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	top: 75px;
	right: 40px;
	display: none;
	background: url('./img/backtotop.png');
	background-repeat: no-repeat;
	background-size: 80px 80px;
}

.scrollToTop:hover
{
	text-decoration:none;
	background-color: yellow;
	border-radius: 50px;
}