@charset "utf-8";
/* CSS Document */
BODY {
	background-image: url("../img/Place_stan_N&B2.jpg");
	background-repeat: no-repeat;
	background-position: top;
	background-attachment: fixed;
	background-size: cover; /* pour étire/rogner l'iamge pour couvrir tout l'écran*/
	background-color:rgba(226,226,226,0.80);
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:rgba(18,9,118,1.00);
}

/* hyperliens par défaut */
a {color:#1FC1E3;text-decoration:none}
a:hover {color:#006aff;background:transparent; text-decoration:underline}

#conteneur {
	margin:0 auto;
	width:65%;
	/*ajout pour centrer le conteneur avec l'image en fond*/
	display:block;
	position: relative;
	border: 8px solid #00004d;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-khtml-border-radius:1em;
	/*background:url("../img/Place_stan_N&B2.jpg") no-repeat;*/
	background-color:rgba(255,255,255,0.6);
	/*fin ajout */
}

h1, h2, h3, h4, h5, h6 {
	margin:0
}

h2 {
	text-align:center;
	margin:0 0 1.5em 0;
	/*font-size:120%;*/
}
h3{
	margin:10px 0;
	text-align:left;
	font-size:100%;
}

h4 {
	margin:1% 0;
	font-size:90%;
	text-align:center;
}
h5 {
	/*color:#413F3F;*/
	margin-left:1%;
	padding:5px 0;
	font-size:90%;
	text-align:left;
}

h5 a {
	/*color:#A7F0FF;
	text-decoration:underline;*/
}
h5 a:hover {
	/*color:#A7F0FF;*/
}

h6 {
	color:#CA3D40;
	font-size:90%;
	text-align:left;
	margin:2px 0;
	padding:0;
}

#header {
	display: flex;
	flex-direction:column;
	margin-left: auto;
   	margin-right: auto;
	/*background-color:rgba(255,255,255,1.00);*/
}

#multicouche {
	position: relative; /*l'élément est positionné mais il se place tout seul*/
}

#multicouche img {
	position: absolute;
    top: 0.3em;
    left: 0.3em;
}
     
#bandeau {z-index: 1;}

/*#logo {
	z-index: 2;
}*/

#header2 {
	display: flex;
	flex-direction:column;
	/*background:url("../../img/logo-eps.png") no-repeat left;*/
	/*margin-top:10%;*/
	height:88px;
	/*background-color:rgba(167,240,255,0.50);*/
}

#header2 h1{
    margin: 0.3em auto;
    /*padding-bottom: 0.3em;*/
	text-align: center;
	color:rgba(0,106,255,1.00);
	font-size:150%;
}

#header2 h2{
    margin: 1em auto;
    /*padding-bottom: 1em;*/
	text-align: center;
	color:#006AFF;
	font-style:italic;
	font-size:120%;
}

affichage_connexion {
	/*display:block;*/
	color:#fff;
	font-size:90%;
}

affichage_connexion a {color:#fff}
affichage_connexion a:hover {color:#fff;text-decoration: underline;}

/*https://la-cascade.io/alignement-en-css-guide-complet/*/
.grid {
 	/*grid-column: 1;
  	grid-row: 1;*/
  	/*justify-self: start;*/
	align-items: center;
  	justify-items: end;
	display: grid;
	grid-template-columns: 25% 75%;
  	grid-template-rows: auto;
}

.grid .item:first-child {
  grid-column: 1 / 2;
  align-self: start;
  justify-self: start;
}

.container {
	width: auto;
  	padding: 0.3em;
	margin-bottom: 1%;
  	/*display: grid;*/
  	/*grid-template-columns: auto;*/
  	/*justify-items: start;
  	justify-content: end;*/
}

.item {}
.authentif{
	padding: 0.5em;
	border: 0.1em solid #006aff;
	-moz-border-radius:1em;
  	-webkit-border-radius:1em;
  	-khtml-border-radius:1em;
  	background-color:#006aff;
}
.qrcode {}

#comptearebours, #datedujour {
	margin: 2em auto;
	text-align: center;
	color:rgba(18,9,118,1.00);
	font-style:normal;
	font-size:90%;
}

/*Toutes les boites*/
nav, section, footer, footer2 {padding:5px;}

nav, main {
	display:flex
}
/* Barre de navigation */
nav {
	background-color:#00004d;
	color:#FFF;
	/*justify-content:space-around;*/
	padding:0.2em;
	margin:0.2em 0.2em 0.5em 0.2em;
	font-size:100%;
}

nav a {
	color:#FFF;
	margin: 0 0.5em 0 0.5em;
}
nav a:hover {
	color:#FFF;
	text-decoration:underline;
}
#gauche, #droite {
	/*flex:0 0 20%;*/
	/*background-color:#eee;*/
}

main {
	flex-direction:column
}

.video {
	display:block;
	width:720px;
	margin:0 auto 30px auto;
	border: 0.5em solid #A8A8A8;
	-moz-border-radius:0.3em;
  	-webkit-border-radius:0.3em;
  	-khtml-border-radius:0.3em;
	/*box-sizing: border-box;*/
	/*padding: 4px;*/
}

.url_video{
	display:none;
}

.image {
	/*text-align: center;*/
	width:60px;
	height:52px;
	margin: auto;
}

.image1 {
	width:440px;
	height:201px;
	margin: auto;
}

.image2 {
	width:410px;
	height:408px;
	margin: auto;
}
.image3 {
	width:540px;
	height:116px;
	margin: auto;
}

img {
	display: flex;
	justify-content: center;
}

/*Pied de page*/
footer {
	background-color:#00004d;
	display:flex;
	display-direction:row;
	justify-content:center;
}
footer h2 {
	color:#fff;
	font-size:90%;
	/*text-align: center;*/
	font-style:italic;
	margin:0;
}
footer2 {
	display:flex;
	display-direction:row;
	font-size:70%;
	font-style:italic;
	color:#00004d;
	/*padding:1%;*/
}
footer2 a {	color:#006aff; text-decoration: underline}
footer2 a:hover {color:#006aff}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	h1{
		font-size:130%;
	}
	h2 {
		font-size:100%;
	}
	h3{
		font-size:100%;
	}

	h4 {
		font-size:90%;
	}
	h5 {
		font-size:90%;
	}
	div#conteneur {
		margin:0 auto;
		width:75%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px){	
	body{}
	h1{
		font-size:130%;
	}
	h2 {
		font-size:95%;
		/*text-align:left;*/
	}
	h3{
		font-size:95%;
	}

	h4 {
		font-size:85%;
		/*text-align:left;*/
	}
	h5 {
		font-size:85%;
	}
	#couchedefond {
		display: none;
	}
	#conteneur {
		width:95%;
		margin:0 auto;
		/*background-color:rgba(255,255,255,1.00);*/
	}
	#header2 {
		/*background:url();*/
	}
	#header2 h1{
		font-size:110%;
	}
	article h1{
		font-size:1.5em;
	}
	#header2 {
		display:inline;
		/*background:url();*/
	}
	#header2 h1{
		/*font-size:85%;*/
		text-align:right;
		margin-right:2%;
	}
	#header2 h2{
		/*font-size:75%;*/
		text-align:right;
		margin-right:2%;
	}
	/*zone d'authentification*/
	.grid {
		grid-template-columns: auto;
	}

	.grid .item:first-child {
	  grid-column: 1 / 1;
	}

	.container {
		margin-bottom: 2%;
  		justify-content: center;
	}
	
	.qrcode{
		display: none;
	}
	
	.image1 { /*75*/
		width:330px;
		height:150px;
	}

	.image2 { /*75%*/
		width:308px;
		height:306px;
	}
	.image3 { /*65%*/
		width:351px;
		height:75px;
	}

	.video {
		display:none;
	}

	.url_video{
		display:block;
		text-align:center;
	}
}

@media screen and (max-width: 599px){
	body{}
	h1{
		font-size:110%;
	}
	h2 {
		font-size:90%;
		/*text-align:left;*/
	}
	h3{
		font-size:90%;
	}

	h4 {
		font-size:80%;
		/*text-align:left;*/
	}
	h5 {
		font-size:80%;
	}
	
	#conteneur {
		width:95%;
		margin:0 auto;
	}
	
	#couchedefond {
		display: none;
	}
	
	#header2 {
		display:inline;
		/*background:url();*/
	}
	#header2 h1{
		font-size:85%;
		text-align:right;
		margin-right:2%;
	}
	#header2 h2{
		font-size:75%;
		text-align:right;
		margin-right:2%;
	}
	/*zone d'authentification*/
	.grid {
		grid-template-columns: auto;
	}

	.grid .item:first-child {
	  grid-column: 1 / 1;
	}

	.container {
		margin-bottom: 2%;
  		justify-content: center;
	}
	
	.qrcode{
		display: none;
	}
	
	nav {
		font-size:80%;
	}
	article h1{
		font-size:1.5em;
	}
	form {
  		margin: 0 auto;
  		width: 90%;
	}
	.image1 { /*75*/
		width:330px;
		height:150px;
	}

	.image2 { /*75%*/
		width:308px;
		height:306px;
	}
	.image3 { /*65%*/
		width:351px;
		height:75px;
	}
	.video {
		display:none;
	}

	.url_video{
		display:block;
		text-align:center;
	}
}