html {
    scroll-behavior: smooth;
  }
/*spécifique à la page index.hp*/
#conteneur {
	background-color:rgba(232,232,232,0.00);
}
footer2 {
	background-color:rgba(232,232,232,0.60);
}
/*fin*/

/*FICHE ELEVE 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:rgba(18,9,118,1.00)/*#fff*/;
	font-size:90%;
}

affichage_connexion a {color:#0C8FEC}
affichage_connexion a:hover {color:#B13F9A;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-columns: 25% 25% 50%;*/
  	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.1em solid rgba(18,9,118,1.00);
	-moz-border-radius:1em;
  	-webkit-border-radius:1em;
  	-khtml-border-radius:1em;
  	background-color:rgba(255,255,255,0.65);
}
.qrcode{}
.qrcode h6 {
	text-align:center;
	/*color:#98DDEB;*/
	font-size:65%;
}

.boutonlivredor {
  display:block;
  margin:2% auto;
  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(227 170 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%);
}

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

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

#cadre-admin{
	/*z-index: 100;*/
	margin:1em auto;
	background-color:rgba(255,252,252,0.65);
	border: 0.1em solid #894a1d;
	-moz-border-radius:0.3em;
  	-webkit-border-radius:0.3em;
  	-khtml-border-radius:0.3em;
}

.infos_pratiques{
	dispaly:block;
	margin:1em auto;
	width:80%;
	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;
	
}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	.infos_pratiques{
		width:85%;
	}
	#Titre h2{
		font-size:140%;
	}
}

@media screen and (min-width: 600px) and (max-width: 1024px){	
	/*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%;
	}
	.infos_pratiques{
		width:90%;
	}
	.tableau_fiche_eleve{
		width:80%;
	}
	footer h2 {
	font-size:85%;
	}
}

@media screen and (max-width: 599px){
	/*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;
	}
	form {
  		margin: 0 auto;
  		width: 90%;
	}
	#Titre h2{
		margin: 3em auto;
		font-size:110%;
	}
	.infos_pratiques{
		width:90%;
	}
	footer h2 {
	font-size:80%;
	}
}