@charset "utf-8";
/* CSS Document */
BODY {font-family:Verdana, Arial, Helvetica, sans-serif; background-color:rgba(250,250,250,0.80); color:rgba(18,9,118,1.00);
}
html {
    scroll-behavior: smooth;
  }

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

/*image de fond*/
#couchedefond {
	/*background-image: url("https://mso.aspaulverlaine.fr/img/fond_de_carte2.jpg");*/
	/*background:url("../img/fond_de_carte2.jpg") no-repeat;
	background-color: #e2e2e2;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;*/
	position: relative; /*l'élément est positionné mais il se place tout seul*/
	
}

#couchedefond img {
	position: absolute;
    top: 0;
    left: 0;
	z-index: 0;
}



#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/fond_de_carte2.jpg") no-repeat;*/
	background-color:rgba(227,227,227,0.80);
	/*fin ajout */
}

p {
	margin:0.6em 0.3em 0.6em 0.8em;
	text-align:left;
	font-size:100%;
}

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

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

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

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

.grandformat h6 {
	text-align:center;
	font-size:75%;
}
#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;
    left: 0;
}

#bandeau {z-index: 1;}

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

#header2 {
	display: flex;
	flex-direction:column;
	/*background:url("../img/mso_logo.png") no-repeat left;*/
	
	/*margin-top:10%;*/
	height:125px;
	/*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:rgba(0,106,255,1.00);
	font-style:italic;
	font-size:120%;
}

/*FICHE ORGANISATEUR*/
#CadreTitre {
	display: flex;
	flex-direction:row;
	margin-left: auto;
   	margin-right: auto;
	height:125px;
}

#Photo{}
#Photo img{
	height:125px;
}
#Titre {
	margin: 0 auto;
	text-align: center;
}
#Titre h2{
	margin: 2em auto;
}
/*FIN*/

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

affichage_connexion a {color:#003EAB}
affichage_connexion a:hover {color:#006aff;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.8em;
	margin-bottom: 1%;
  	/*display: grid;*/
  	/*grid-template-columns: auto;*/
  	/*justify-items: start;
  	justify-content: end;*/
}

.item {}
.authentif{
	padding: 0.5em;
	border: 0.2em solid #37DF18;
	-moz-border-radius:1em;
  	-webkit-border-radius:1em;
  	-khtml-border-radius:1em;
  	background-color:rgba(254,193,78,0.20);
}
.qrcode {}

#comptearebours, #datedujour {
	margin: 2em auto;
	text-align: center;
	color:#ECBB1C/*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:#f8edca/*#FFF*/;
	/*justify-content:space-around;*/
	padding:0.2em;
	margin:0.2em 0.2em 0.5em 0.2em;
	font-size:100%;
}

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

#cadre-admin{
	/*z-index: 100;*/
	margin:1em auto;
	background-color:rgba(255,252,252,0.65);
	border: 0.1em solid rgba(0,106,255,1.00);
	-moz-border-radius:0.3em;
  	-webkit-border-radius:0.3em;
  	-khtml-border-radius:0.3em;
}
main {
	flex-direction:column
}

.image {
	/*class pour les images dans les badges*/
	position:relative;
   	text-align: center; 
}

.infos_pratiques{
	dispaly:block;
	margin:1em auto;
	width:70%;
	background-color:rgba(210,210,210,0.60);
	padding: 0 0.5em;
	/*border: 0.1em solid #894a1d;*/
	-moz-border-radius:1em;
  	-webkit-border-radius:1em;
  	-khtml-border-radius:1em;
}

.tableau_fiche_eleve{
	/*background-color:antiquewhite;*/
	margin:1em auto;
	width:60%;
}

.tableau_fiche_eleve h6 {
	font-size:70%;
	text-align:left;
	
} 

.video {
	/*la balise div avec le cadre autour de la video*/
	display:block;
	width:405px;
	margin:1em auto;
	border: 0.5em solid #894a1d;
	-moz-border-radius:0.3em;
  	-webkit-border-radius:0.3em;
  	-khtml-border-radius:0.3em;
	/*box-sizing: border-box;*/
	/*padding: 4px;*/
}
video {
	/*balise video*/
	width:406px;
}

.url_video{
	display:none;
}

/*Bouton retour haut de la page*/
.retour {
	float:right;	
}
.bouton {
	color: #f8edca;
    padding: 15px 22px;
    background-color: #894a1d;
    border: solid 2px #f8edca;
    line-height:20px;
    text-decoration: none;
	
}

/*Style bouton suppression*/
.styled {
  border: 0;
  line-height: 2.5;
  padding: 0 20px;
  font-size: 90%;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  border-radius: 10px;
  background-color: rgb(220 0 0 / 100%);
  background-image: linear-gradient(
    to top left,
    rgb(0 0 0 / 20%),
    rgb(0 0 0 / 20%) 30%,
    rgb(0 0 0 / 0%)
  );
  box-shadow:
    inset 2px 2px 3px rgb(255 255 255 / 60%),
    inset -2px -2px 3px rgb(0 0 0 / 60%);
}

.styled:hover {
  background-color: rgb(255 0 0 / 100%);
}

.styled:active {
  box-shadow:
    inset -2px -2px 3px rgb(255 255 255 / 60%),
    inset 2px 2px 3px rgb(0 0 0 / 60%);
}
/*fin*/

/*Pied de page*/
footer {
	background-color:#00004d;
	display:flex;
	display-direction:row;
	justify-content:center;
}
footer h2 {
	color:#f8edca/*#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:rgba(18,9,118,1.00);
	/*padding:1%;*/
}
footer2 a {	color:#006aff;}
footer2 a:hover {color:#003EAB;text-decoration: underline}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	p {
		font-size:95%;
	}
	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%;
	}
	.infos_pratiques{
		width:85%;
	}
	#Titre h2{
		font-size:140%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px){	
	body{}
	p {
		font-size:90%;
	}
	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:110%;
		text-align:right;
		margin-right:2%;
	}
	#header2 h2{
		font-size:100%;
		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;
	}
	
	.video{
		/*la balise div avec le cadre autour de la video*/
		border: 0.3em solid #894a1d;
		/*display: none;*/
	}
	#Titre h2{
		margin: 3em auto;
		font-size:120%;
	}
	.grandformat {
		display:none;
	}
	.NumChambre{
		width:70%;
	}
	.NumChambre h2 {
		font-size:110%;
	}
	.infos_pratiques{
		width:80%;
	}
	.tableau_fiche_eleve{
		width:80%;
	}
	footer h2 {
	font-size:85%;
	}
}

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

	h4 {
		font-size:70%;
		/*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:90%;
		text-align:right;
		margin-right:2%;
	}
	#header2 h2{
		font-size:80%;
		text-align:right;
		margin-right:2%;
	}
	/*zone d'authentification*/
	affichage_connexion {
	}

	.grid {
		grid-template-columns: auto;
	}

	.grid .item:first-child {
	 	grid-column: 1 / 1;
	}
	
	.container {
		margin-bottom: 2%;
  		justify-content: center;
	}
	
	.qrcode{
		display: none;
	}
	.video{
		/*la balise div avec le cadre autour de la video*/
		width:270px;
		/*height:480px;*/
		border: 0.2em solid #894a1d;
		/*display: none;*/
	}
	video {
		/*balise video*/
		width:270px;
	}
	nav {
		font-size:80%;
	}
	article h1{
		font-size:1.5em;
	}
	form {
  		margin: 0 auto;
  		width: 90%;
	}
	#Titre h2{
		margin: 3em auto;
		font-size:110%;
	}
	.grandformat {
		display:none;
	}
	.NumChambre{
		width:80%;
	}
	.NumChambre h2 {
		font-size:100%;
	}
	.infos_pratiques{
		width:80%;
	}
	.tableau_fiche_eleve{
		width:95%;
	}
	footer h2 {
	font-size:80%;
	}
}