@media all and (orientation: portrait){
	
	body
	{
		background-color: rgb(191,220,234);
		background-image: url("../images/fond.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		/*background-attachment: fixed;
		margin-top: 150px;  */
	}
}

@media all and (orientation: landscape){
	
	body
	{
		background-color: rgb(191,220,234);
		background-image: url("../images/fond.jpg");
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		/*background-attachment: fixed; 
		margin-top: 150px;*/
	}
}

/*html { 
  background: url("../images/fond.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}*/

@font-face {
    font-family: 'poppinsextralight';
    src: url('../fonts/poppins-extralight-webfont.eot');
    src: url('../fonts/poppins-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/poppins-extralight-webfont.woff2') format('woff2'),
         url('../fonts/poppins-extralight-webfont.woff') format('woff'),
         url('../fonts/poppins-extralight-webfont.ttf') format('truetype'),
         url('../fonts/poppins-extralight-webfont.svg#poppinsextralight') format('svg');
    font-weight: normal;
    font-style: normal;

}

h1
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size:1.4em;
	color: rgb(0,0,0);
	text-align: center;
	background: transparent;
}

p, label, button, div
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.0em;
	color: rgb(0,0,0);
	text-align: center;
	background: transparent;
}

input[type=submit],input[type=text],input[type=password],input[type=email],input[type=button]
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.4em;
	font-weight: bold;
	text-align: center;
}

textarea
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.2em;
	font-weight: bold;
	text-align: center;
}

h2
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.2em;
	color: rgb(0,0,0);
	text-align: center;
	transition:all .4s ease;
	background: transparent;
}

.erreur
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.4em;
	color: rgb(0,0,0);
	background-color:rgb(255,0,0);
	text-align: center;
	/*transition:all .4s ease;*/
}

.effacer
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1em;
	color: rgb(150,0,0);
	background-color:rgb(200,200,200);
	/*transition:all .4s ease;*/
}

.info
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.4em;
	color: rgb(0,0,0);
	background-color:rgb(0,255,0);
	text-align: center;
	/*transition:all .4s ease;*/
}

select
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:1.2em;
	text-align: center;
	color: black;
	font-weight: bold;
	/*transition:all .4s ease;*/
}

a
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	color: rgb(0,0,0);
	text-align: center;
	/*font-size:1.3em;*/
	transition:all .4s ease;
	background: transparent;
}

a:hover
{
	color:rgb(255,0,0);
	background-color:rgb(255,255,255);
	/*font-size:1.35em;*/
	transition:all .4s ease;
	background: transparent;
}

table, th, td {
  border: 1px solid;
  border-collapse: collapse;
}

.boiteacode
{
    display: flex;
	flex-direction: column;
    justify-content: space-around;
	border-radius: 10px;
	padding: 5px;
	margin: auto;
	width : 400px;
	height: 200px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.overlay
{
	position: fixed;
	left: 0px;
	top:0px;
	background-color: rgba(0,0 ,0 , 0.75);
	width: 100%;
	height: 100%;
	z-index:1;
	display:none;
	transition:all 1.5s ease;
}

.popup
{
	margin: 20px auto auto auto;
	width : 70%;
	background-color: rgb(255, 255, 255);
	color: rgb(0,0,0);
	padding: 1em;
	/*box-shadow: 0 15px 20px rgba(255, 255,255, 1.0);*/
	border-radius: 5px;
	text-align: center;
}

.btnClose
{
	float: right;
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size:16pt;
	cursor: pointer;
	color: rgb(0,0,0);
	/*display:none;*/
}

#titrepopup
{
	font-size: 1.2em;
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
}

#corpspopup
{
	font-size: 1em;
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
}

#imgpopup
{
	display:none;
	transition:all 0.5s ease;
	/*position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    margin: -60px 0 0 -60px;*/
    /*height: 50%;*/
}

.btnOK
{
	font-family: 'poppinsextralight',Verdana, "Trebuchet MS", sans-serif;
	font-size: 1.2em;
	cursor: pointer;
	color: rgb(255,255,255);
	background-color: rgb(0,0,0);
	display:none;
	transition:all 0.5s ease;
}