html,body{
	height:100%;
	padding:0;
	margin:0
}
.page{
	position:relative;
	display:table;
	table-layout:fixed;
	width:100%;
	height:100%;
	line-height:normal;
	text-align:center;
	font-family:Open Sans, sans-serif;
	font-size:1.1em;
	color:#000;
	background-color:#f0f0f0;
	background-size:cover;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-attachment:fixed
}
h1,h2,h3,h4,h5{
	line-height:1.3;
	font-weight:normal
}
.bg-position-top{background-position:50% 0}
.bg-position-middle{background-position:50% 50%}
.bg-position-bottom{background-position:50% 100%}
.page:before{
	content:"";
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	filter:alpha(opacity=40);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	opacity:0.4
}
img{
	max-width:100%;
	width:auto\9;
	height:auto
}
a,a:link{
	/*color:inherit;*/
	filter:alpha(opacity=85);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)";
	opacity:0.85
}
a:hover,a:focus,a:active{
	filter:alpha(opacity=100);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	opacity:1;
	-webkit-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out
}
ul,ol{
	display:inline-block;
	text-align:left;
	max-width:50%
}
.container{
	position:relative;
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding:1em 2em;
	z-index:1
}
form {
	border-style: solid;
	border-color: black;
	border-width: 3px;
}
.content{
	text-align: center;
	max-width:900px;
	margin:0 auto
}
p {
	display: block;
	margin-block-start: 0px;
	margin-block-end: 0px;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}


/*
##############################################
		Database messages CSS
##############################################
*/
.responseerreur{
	border-style: solid;
	border-color: red;
	border-width: 3px;
}
.responsecorrect{
	border-style: dotted;
	border-color: green;
	border-width: 3px;
}
table.dbresult{
	margin: auto;
	border-style: dotted;
	border-color: green;
	border-width: 3px;
}
th,td{
	margin: auto;
	border-style: solid;
	border-color: black;
	border-width: 1px;
	text-align:left;
}
.hosting-info{
	position:absolute;
	display:block;
	bottom:0;
	left:0;
	right:0;
	padding:1em;
	font-size:0.8em
}
.hosting-info p{
	margin:0;
	padding:0;
	font-size:12px
}
.overlay-dark{
	background-color:#fff
}
.overlay-dark:before{
	background-color:#fff
}
.overlay-bright{
	background-color:white
}
.overlay-bright:before{
	background-color:white;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	opacity:0.7
}
/* Media Screen : default */
@media screen{
	.page[class]{
		background-color:#fff
	}
}
body.debug:after{
	content:"default";
	position:fixed;
	left:0;
	bottom:0;
	background-color:white;
	color:black;
	padding:0.5em;
	font-size:10px;
	text-transform:uppercase
}
/* Media Screen : Smartphone */
@media screen and (max-width: 640px){
	body.debug:after{content:"small"}
	h1{font-size:2em}
	ul,ol{max-width:none}
		.page{min-width:300px}
		.page 
		.container{padding:3em}
		.page,
		.page[class]{
			background-color:#fff
		}
}
/* Media Screen : Tablet */
@media screen and (min-width: 641px) and (max-width: 1199px),(min-height:500px) and (max-height: 1199px){
	body.debug:after{content:"medium"}
	.page,
	.page[class]{
		background-color:#fff
	}
}
/* Media Screen : Computer */
@media screen and (min-width: 1200px){
	body.debug:after{content:"large"}
	.page,
	.page[class]{
		background-color:#fff
	}
}
.page
.fallback-bg{display:none}.ie8 .page .fallback-bg{
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	max-width:inherit;
	z-index:0
}
.g-recaptcha div
{
	display: block;
	margin-right: auto;
	margin-left: auto; 
}


/*
##############################################
		Device Viewport Layout Management
%#############################################
*/

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
			Smartphone
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/	

/***************************************/
/* For general iPad layouts, landscape */
/* Apple : Touch, 5, 6 and 6s, 6Plus and 6s Plus, 7, 7 Plus, 8, 8Plus, X */
/* Android :  Samsung Galaxy S7 Edge,Samsung Galaxy S7,One Plus 3, LG G5, Samsung Galaxy Note 5, Google Pixel XL, Google Pixel, Nexus 5X, Nexus 6P, Samsung Galaxy S8+, Samsung Galaxy S8, Pixel 2 XL, Pixel 2*/
/***************************************/
@media only screen and (orientation:landscape) and (max-width: 853px) and (max-height: 480px){
  body {
	//background-color: lightblue;
  }
}

/***************************************/
/* For general iPad layouts, portrait */
/* Apple : Touch, 5, 6 and 6s, 6Plus and 6s Plus, 7, 7 Plus, 8, 8Plus, X */
/* Android :  Samsung Galaxy S7 Edge,Samsung Galaxy S7,One Plus 3, LG G5, Samsung Galaxy Note 5, Google Pixel XL, Google Pixel, Nexus 5X, Nexus 6P, Samsung Galaxy S8+, Samsung Galaxy S8, Pixel 2 XL, Pixel 2*/
/***************************************/
@media only screen and (orientation:portrait) and (max-width: 480px) and (max-height: 853px){
  body {
	//background-color: blue;
  }
}			

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
			Tablet
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/		

/***************************************/
/* For general iPad layouts, landscape */
/* Mini, Mini 2 and 3, Air 1 and 2, 3rd and 4th Generation */
/***************************************/
@media only screen and (orientation:landscape) and (width: 1024px) and (max-height: 768px){
  body {
	//background-color: lightgreen;
  }
}

/***************************************/
/* For general iPad layouts, portrait */
/* Mini, Mini 2 and 3, Air 1 and 2, 3rd and 4th Generation */
/***************************************/
@media only screen and (orientation:portrait) and (width: 768px) and (max-height: 1024px){
  body {
	//background-color: green;
  }
}

/***************************************/
/* For general iPad layouts, landscape */
/* Ipad Pro */
/***************************************/
@media only screen and (orientation:landscape) and (width: 1366px) and (height: 1024px){
  body {
	//background-color: lightyellow;
  }
}

/***************************************/
/* For general iPad layouts, portrait */
/* Ipad Pro */
/***************************************/
@media only screen and (orientation:portrait) and (width: 1024px) and (height: 1366px){
  body {
	//background-color: yellow;
  }
																  
			
}

/*
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
			Computer
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
*/

/***************************************/
/* For Computer with large screen */
/***************************************/
@media only screen and (min-width: 1367px), (min-height: 1367px){
  body {
	//background-color: red;
  }
}