@charset "utf-8";
/* CSS Document */
BODY {	
	/*background-image: url("../img/abstrait_1988x199.jpg");*/
	background-size:auto; /* pour étirer/rogner l'image pour couvrir tout l'écran*/
	/*Contain : adapte à la taille de l'écran Auto : adapte l'image à la taille*/
	/*cover; /* pour étire/rogner l'image pour couvrir tout l'écran*/
	background-repeat: no-repeat;
	background-position: top;
	background-attachment:scroll/* fixed*/; /*fixed = le conteneur défile et passe par-dessus l'image de fond
	
	background-color:rgba(255,255,255,1.00)/*rgba(226,226,226,0.70)*/;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:rgba(18,9,118,1.00);
}

/*Pour placer une bannière en haut de la page*/
.banner {
	width: 100%;
	height: 40px;
	background-color:#216eb6;
	/*width: 100%;
    height: auto;    /* conserve les proportions */
    display: block;  /* supprime les petits espaces sous l’image*/
}

/* Conteneur du contenu */
/*.conteneur {
    width: 65%;              /* largeur relative */
    /*max-width: 900px;        /* largeur max pour lisibilité */
    /*margin: 20px auto;       /* centre horizontalement */
    /*padding: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
    }
*/

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

#conteneur, #conteneur_tableau {
	margin:0 auto;
	width:75%;
	/*ajout pour centrer le conteneur avec l'image en fond*/
	display:block;
	position:relative;
	border-left: 4px solid #1E1E8F;
    border-right: 4px solid #1E1E8F;
	border-bottom: 2px solid #1E1E8F;
	/*border-top: 2px solid #1E1E8F;*/
	/*border: 8px solid #00004d;
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-khtml-border-radius:1em;*/
	/*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:85%;
	text-align:center;
}
h5 {
	/*color:#413F3F;*/
	margin-left:1%;
	padding:5px 0;
	font-size:85%;
	text-align:left;
}

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

h6 {
	color:#216eb6/*#120976*/;
	font-size:70%;
	text-align:left;
	margin:2px 0;
	padding:0;
}

p{
	font-size:90%;
}
ul{
	font-size:90%;
}

/*Tableau dans présentation des tests*/
#AffichTab_PetitFormat {
	/*Tableaux dans le savoir nager */
	display:none;
}
table {
        border-collapse: collapse;
        width: 90%;          /* largeur du tableau */
        margin: 0 auto 2em auto;      /* centre le tableau */
}
    th, td {
        border: 1px solid #000;
        padding: 6px;
        text-align: center;
		font-size:70%;
		
    }
    th {
        background-color: #424141;
		color:#F2F2F2;
    }
	td {
		background-color: #F2F2F2;
	}

	caption {
		text-align: left;
		font-size:80%;
		font-weight: bold
	}
	/*Couleur ✓ / ✗ dans les cellules du tableau */
	.ok {
		color: rgba(18,204,18,1.00);
		font-weight: bold;
		font-size: 1.2em;
	}

	.ko {
		color: red;
		font-weight: bold;
		font-size: 1.2em;
	}
	.exo9 {
		color: rgba(18,204,18,1.00);
		font-weight: bold;
		font-size: 1.1em;
	}
	.exoA {
			color: rgba(17,132,204,1.00);
			font-weight: bold;
			font-size: 1.1em;
		}
	/*Fond de cellule rouge ou vert ou jaune*/
	.test-ok {
		background-color: #c8f7c5; /* vert clair */
		color: #145a14;
		padding: 6px 10px;
		border-radius: 6px;
		font-weight: bold;
		display: inline-block;
		min-width: 50px;
	}

	.test-ko {
		background-color: #f7c5c5; /* rouge clair */
		color: #7a0c0c;
		padding: 6px 10px;
		border-radius: 6px;
		font-weight: bold;
		display: inline-block;
		min-width: 50px;
	}
	.test-val {
		background-color: rgba(251,238,177,1.00); /*jaune clair */
		color: #000000;
		padding: 6px 10px;
		border-radius: 6px;
		font-weight: bold;
		display: inline-block;
		min-width: 50px;
		}

	/*Bouton téléchargement en csv/excel*/
	.btn {
		display: block; /* pour centrer le block*/
		width:250px;
		padding: 4px 10px;
		margin: 5px auto;
		font-size: 80%;
		color: white;
		text-decoration: none;
		border-radius: 6px;
		text-align: center;
	}
	.btn-csv {background: #28a745; }

	/*Fin tableau grand format*/

	/*Adaptation tableau petit format*/
	.table-mobile-col {
		width: 100%;
		border-collapse: collapse;
		font-size: 0.9em;
	}

	.table-mobile-col th,
	.table-mobile-col td {
		padding: 6px;
		border-bottom: 1px solid #ddd;
		text-align: center;
	}

	.table-mobile-col th:first-child,
	.table-mobile-col td:first-child {
		text-align: left;
		font-weight:600;
	}

	/*affichage des détails dans le parcours du savoir nager*/
	#AffichTab_PetitFormat .table-details-Parcours {
		width: 100%;
		table-layout: fixed;
	}
	#AffichTab_PetitFormat .table-details-Parcours td {
		width: 20%;
		text-align: center;
		vertical-align: middle;
		background-color: #F9F9F9;
	}
	
	.btn-plus {
		cursor: pointer;
		font-weight: bold;
		font-size: 1.2em;
	}

	.ligne-details {
		display: none;
		background: #f9f9f9;
	}

	.table-details, .table-details-Parcours {
		width: 100%;
		font-size: 1.5em; /*0.85em*/
	}

	.table-details td, .table-details-Parcours td {
		padding: 4px;
	}

	.table-details td:first-child {
		font-weight: 600;
		color: #555;
	}
	/* FIn petit tableau */

.iframe-wrap {
  display: flex;
  justify-content: center;   /* centre horizontalement */
  /* align-items: center;    // dé-commente si tu veux aussi centrer verticalement */
  /* min-height: 60vh;       // utile si tu veux le centrer dans la fenêtre */
	margin-bottom:1.5em;
}

.iframe-wrap iframe {
  width: 640px/*80%*/;
  max-width: 900px;
  height: 360px;
  border: 2px solid #333;
}

#header {
	display: flex;
	flex-direction:column;
	margin-left: auto;
   	margin-right: auto;
}

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

#multicouche img { /*image dans le header*/
	position: absolute;
    top: 0.5em;
    left: 0.5em;
	width:75px;
}
/*fin en-tête*/


#bandeau {z-index: 1;}

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

#header2 {
	display: flex;
	flex-direction:column;
	/*background:url("../../img/Baskets_et_tablette_110x110.png") no-repeat left;*/
	/*margin-top:10%;*/
	height:3%;/*110px*/
}

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

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

affichage_connexion {
	/*display:block;*/
	color:#FFF;
	font-size:75%;
}

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: 50% 50%;
  	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: 2.5em;/*4em*/
  	/*display: grid;*/
  	/*grid-template-columns: auto;*/
  	/*justify-items: start;
  	justify-content: end;*/
}

.item {
	color:#5F91D7;
}
.authentif{
	padding: 0.5em;
	border: 0.1em solid #B1B1B1/*#006aff*/;
	-moz-border-radius:1em;
  	-webkit-border-radius:1em;
  	-khtml-border-radius:1em;
  	background-color:#B1B1B1/*#006aff*/;
	font-size:110%;
}
.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, footer, footer2 {padding:5px;}

section {margin:0em 1.25em}

nav, main {
	display:flex
}
/* Barre de navigation */
nav {
	background-color:#1E1E8F/*#00004d*/;
	color:#FFF;
	/*justify-content:space-around;*/
	padding:0.2em;
	margin:0.2em 0em 0.5em 0em;
	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;
}

.image0 {
	width:20px;
	height:20px;
	margin:0;
	background-color:aquamarine;
	vertical-align: middle;
	display: flex;
	align-items: center;
}

.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:#1E1E8F/*#00004d*/;
	display:flex;
	display-direction:row;
	justify-content:center;
	margin-top:1em;
}
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:#1DC1C1; text-decoration: underline}
footer2 a:hover {color:#1DC1C1}

/*Style des barres horizontale des résultats détaillés*/
  .container_barres_resultats {
    width: 400px;
    position: relative;
    margin: 1em auto 2em auto;
  }

  .bar {
    height: 20px;
    background-color: #B5DFB4; /* barre verte clair */
    border: 1px solid #444;
    position: relative;
  }

  .threshold {
    position: absolute;
    top: -5px;
    width: 2px;
    height: 30px;
    background: red;  /* couleur des seuils */
  }

  .point {
    position: absolute;
    top: 4px;
    width: 12px;
    height: 12px;
    background: #8124EF;   /* couleur du point */
    border-radius: 50%;
    transform: translateX(-50%);
  }
	.labels {
    position: relative;
    margin-top: 8px;
    font-size: 12px;
  }

  .label {
    position: absolute;
    transform: translateX(-50%);
  }
  .analyse{
	  width:100%;
	  margin:0 auto;		
  }
  .analyse H5{
	/*color:#413F3F;*/
	margin:0 0 0 0;
	padding:0;
	font-size:80%;
	text-align:left;
	
  }
  .analyse H6{
	color:#120976;
	font-size:70%;
	text-align:left;
	margin:0;
	padding:0;
  }

/* Style du formulaire*/
form {
  	/* Uniquement centrer le formulaire sur la page */
  	margin: 1% auto;
  	width:100%;
	padding:0;
}

form div + div {
  margin-top: 0.5em;
}
/* style des boutons */
input[type=submit] {
	display:block;
    background-color:#006aff;
    color:#fff;
	/*font-style:oblique;*/
	font-size:100%;
	margin:1em auto 2em auto;
	padding: 4px 10px;
    border: 2px solid #006aff;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;
    cursor: pointer;
	width: 30%;
}
input[type=submit]:hover {
    background-color:#fff;
    color: #006aff;
    border: 2px solid #006aff;
}

/* Bouton de validation */
form button {
	display:block;
    background-color:#006aff;
    color:#fff;
	/*font-style:oblique;*/
	font-size:100%;
	margin:1em auto 2em auto;
	padding: 4px 10px;
    border: 2px solid #006aff;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;
    cursor: pointer;
	width: 50%;
    
}

form button:hover {
    background-color:#fff;
    color: #006aff;
    border: 2px solid #006aff;
}

#liste_divisions h4{
	/*background-color:#DDEBFF;
	border: 2px solid #72ADFF;
	-moz-border-radius:0.5em;
	-webkit-border-radius:0.5em;
	-khtml-border-radius:0.5em;*/
	color:#216eb6/*#120976*/;
	font-size:80%;
	margin-bottom:2em;
	font-style:italic;
}

@media screen and (min-width: 1280px) and (max-width: 2800px){
	#conteneur_tableau {
		width:90%;
	}	
}

@media screen and (min-width: 1025px) and (max-width: 1280px){
	body{
		/*background-image: url("../img/abstrait_1280x154.jpg");*/
	}
	#AffichTab_PetitFormat {
		/*Tableaux dans le savoir nager */
		display:block;
	}
	#AffichTab_GrandFormat {
		/*Tableaux dans le savoir nager */
		display:none;
	}
	#conteneur {/*margin:154px auto 0 auto;*/width:90%;}
	
	h1{
		font-size:135%;
	}
	h2 {
		font-size:130%;
	}
	h3{
		font-size:105%;
	}

	h4 {
		font-size:85%;
	}
	h5 {
		font-size:85%;
	}
	/*En-tête*/
	#multicouche img {
		top: 0.5em;
		left: 0.5em;
		width:65px;
	}
	/*fin en-tête*/
	#header2 h1{
		 margin: 0 auto 0.6em;
		font-size:190%;
	}
	#header2 h2{
		font-size:110%;
		margin: 0 auto 0.2em;
	}
	footer h2 {
		font-size:80%;
	}
	form {width:95%;}
	input[type=submit] {
		margin:6% auto;
		font-size:120%;
		width: 60%;
		padding:6px 15px;
	}
		
}

@media screen and (min-width: 600px) and (max-width: 1024px){
	/*Format écran tablette en mode portrait*/
	body{
		/*background-image: url();*/
		/*background-image: url("../img/abstrait_1024x123.jpg");*/
	}
	.banner {display: none;}
	#conteneur, #conteneur_tableau {
		margin:0 auto;
		width:95%;
		border-left: 0px solid #FFFFFF;
		border-right: 0px solid #FFFFFF;
		border-bottom: 0px solid #FFFFFF;
	}
	#AffichTab_PetitFormat {
		/*Tableaux dans le savoir nager */
		display:block;
	}
	#AffichTab_GrandFormat {
		/*Tableaux dans le savoir nager */
		display:none;
	}
	h1{
		font-size:130%;
	}
	h2 {
		font-size:120%;
		/*text-align:left;*/
	}
	h3{
		font-size:95%;
	}

	h4 {
		font-size:80%;
		/*text-align:left;*/
	}
	h5 {
		font-size:80%;
	}
	h6 {
		margin-bottom:1.5em;
	}
	#header2 {
		display:inline;
		/*background:url("../../img/Baskets_et_tablette_65x65.png") no-repeat left;*/
		/*margin-top:10%;*/
		height:70px/*88*/;
	}
	
	article h1{
		font-size:1.5em;
	}
	/*En-tête*/
	#multicouche img {
		top: 0;
		left: 0.5em;
		width:65px;
	}
	/*fin en-tête*/
	#header2 {
		display:inline;
		/*background:url();*/
	}
	#header2 h1{
		font-size:160%;
		text-align:right;
		margin-right:0 auto 0.6em;
	}
	#header2 h2{
		font-size:100%;
		text-align:right;
		margin: 0 auto 0.2em;
	}
	
	section {margin:0em 0.5em}
	
	/*zone d'authentification*/
	affichage_connexion {
		font-size:95%;
	}
	.grid {
		/*grid-template-columns: auto;*/ /*Valeur par affichage grand écran*/
		grid-template-columns: 50% 40%;
	}
	.grid .item:first-child {
	  /*grid-column: 1 / 1;*/
	}
	.container {}
	.authentif{
		font-size:100%;
	}
	.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;
	}
	.iframe-wrap iframe {
	  width: 480px/*640px*/;
	  /*max-width: 900px;*/
	  height: 270px/*360px*/;
	}
	footer h2 {
		font-size:75%;
	}
	form {width:95%;}
	input[type=submit] {
		margin:8% auto;
		font-size:110%;
		width: 75%;
		padding:6px 4px;
	}
}

@media screen and (max-width: 599px){
	body{
		/*background-image: url("")*/;
		/*background-image: url("../img/abstrait_600x72.jpg");*/
	}
	.banner {display: none;}
	
	#conteneur, #conteneur_tableau {
		margin:0 auto;
		width:100%;
		border-left: 0px solid #FFFFFF;
		border-right: 0px solid #FFFFFF;
		border-bottom: 0px solid #FFFFFF;
	}
	#AffichTab_PetitFormat {
		/*Tableaux dans le savoir nager */
		display:block;
	}
	.test-val {
		padding: 6px 8px;
		min-width:0;
	}
	
	#AffichTab_GrandFormat {
		/*Tableaux dans le savoir nager */
		display:none;
	}
	h1{
		font-size:110%;
	}
	h2 {
		font-size:100%;
		/*text-align:left;*/
	}
	h3{
		font-size:80%;
	}

	h4 {
		font-size:75%;
		/*text-align:left;*/
	}
	h5 {
		font-size:70%;
	}
	h6 {
		margin-bottom:1em;
	}
	#header2 {
		display:inline;
		/*background:url("../../img/Baskets_et_tablette_65x65.png") no-repeat left;µ/
		/*margin-top:10%;*/
		height:65px/*88*/;
	}
	/*En-tête*/
	#multicouche img {
		top: 0;
		left: 0.5em;
		width:65px;
	}
	/*fin en-tête*/
	#header2 h1{
		font-size:140%;
		text-align:right;
		margin-right:0.2em;
	}
	#header2 h2{
		font-size:95%;
		text-align:right;
		margin:0.8em 0.2em 0.2em 0;
	}
	footer h2 {
		font-size:75%;
	}
	section {margin:0em 0.5em}
	/*zone d'authentification*/	
	.grid {
		/*grid-template-columns: auto;*/ /*Valeur par affichage grand écran*/
		grid-template-columns: 55% 45%;
	}
	.grid .item:first-child {
	  /*grid-column: 1 / 1;*/
	}
	.container {
		margin-bottom: 2em;
  		/*justify-content: center;*/
	}
	
	.qrcode{
		/*display: none;*/
	}
	
	nav {
		font-size:80%;
	}
	article h1{
		font-size:1.5em;
	}
	
	.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;
	}
	.container_barres_resultats {
    	width: 300px;
    }
	.point {
    	top: 6px;
    	width: 10px;
    	height: 10px;
  }
	
	.iframe-wrap iframe {
	  width: 300px/*640px*/;
	  /*max-width: 900px;*/
	  height: 167px/*360px*/;
	}
	
	form {width:98%;}
	input[type=submit] {
		margin:10% auto;
		font-size:85%;
		width: 95%;
		padding:6px 4px;
	}
}