@charset "utf-8";
/* CSS Document */
BODY {
	/*background-image: url("https://www.aspaulverlaine.fr/appn/img/vue_metabief_opac50percent.jpg");*/
	/*background-image: url("../img/vue_metabief_opac50percent.jpg");*/
	/*background-image: url("../img/vue_jougne_2000pxL_opac60percent.jpg");*/
	background-image: url("../img/vue_jougne_opac60percent.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(244,243,243,0.80)/*#061018*/;
	
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:rgba(18,9,118,1.00);
}

/* hyperliens par défaut */
a {color:#0C8FEC;text-decoration:none}
a:hover {color:#B13F9A;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 #B13F9A/*#00004d*/;
	/*-moz-border-radius:1em;
	-webkit-border-radius:1em;
	-khtml-border-radius:1em;*/
	/*background:url("../img/college_pano_N&B_25percent3.png") no-repeat;*/
	background-color:rgba(232,232,232,0.60);
}

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;*/
}

.legende h6 { /*Textes de la légende*/
	text-align:center;
	color:#98DDEB;
	font-size:75%;
}
.legende_petit_format{
	display:none;
}
#header {
	display: flex;
	flex-direction:column;
	margin-left: auto;
   	margin-right: auto;
	/*background-color:rgba(255,255,255,1.00);*/
}
/*En-tête*/
#multicouche {
	position: relative; /*l'élément est positionné mais il se place tout seul*/
}

#multicouche img {
	position: absolute;
    top: 0;
    left: 0;
}
/*fin en-tête*/

#bandeau {z-index: 1;}

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

#header2 {
	display: flex;
	flex-direction:column;
	background:url("../img/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(18,9,118,1.00)/*rgba(0,106,255,1.00)*/;
	font-size:150%;
}

#header2 h2{
    margin: 1em auto;
    /*padding-bottom: 1em;*/
	text-align: center;
	color:rgba(18,9,118,1.00)/*#006AFF*/;
	font-style:italic;
	font-size:120%;
}

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

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

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

main {
	flex-direction:column
}

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

/* spécifique activites*/
#planing {
	display:none;
}
#image {
	position:relative;
   	text-align: center;
	margin:1em auto;
}
/*fin*/

.image {
	/*class pour les images dans les badges, dans le fichier dossier_participant*/
	position:relative;
   	text-align: center;
	margin:1em auto;
}

/*afficher une video au centre de la page (dossier scanner un doc)*/
.video {
	/*la balise div avec le cadre autour de la video*/
	display:block;
	width:405px;
	margin:1em auto;
	border: 0.5em solid #8D8B89;
	-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;
}

iframe {
	margin:auto;
    display:block;
}

.url_video{
	display:none;
}
/* fin video*/

#comptearebours, #datedujour {
	margin: 0 auto;
	padding-bottom:1.5em;
	text-align: center;
	color:rgba(18,9,118,1.00)/*#ECBB1C*/;
	font-style:normal;
	font-size:110%;
}

/*Bouton retour haut de la page*/
html {
    scroll-behavior: smooth;
  }
.retour {
	float:right;	
}
.bouton {
	color: #FFF;
    padding: 15px 22px;
    background-color: rgba(18,9,118,1.00);
    border: solid 2px rgba(18,9,118,1.00);
    line-height:20px;
    text-decoration: none;
	
}
@media screen and (min-width: 1025px) and (max-width: 1280px){
	p {
		font-size:95%;
	}
	h1{
		font-size:130%;
	}
	h2 {
		font-size:110%;
	}
	h3{
		font-size:100%;
	}

	h4 {
		font-size:90%;
	}
	h5 {
		font-size:90%;
	}
	#conteneur {
		margin:0 auto;
		width:75%;
	}
	.infos_pratiques{
		width:85%;
	}
	#Titre h2{
		font-size:140%;
	}
}

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

	h4 {
		font-size:85%;
		/*text-align:left;*/
	}
	h5 {
		font-size:85%;
	}
	#conteneur {
		width:95%;
		margin:0 auto;
		/*background-color:rgba(255,255,255,1.00);*/
	}
	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%;
	}
	
	footer h2 {
	font-size:85%;
	}
	.video{
		/*la balise div avec le cadre autour de la video*/
		border: 0.3em solid #894a1d;
		/*display: none;*/
	}
	.legende h6 {
		font-size:60%;
	}
}

@media screen and (min-width: 600px) and (max-width: 779px){
	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%;
	}
	ul {
		font-size:80%;
	}
	#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%;
	}
	
	footer h2 {
	font-size:85%;
	}
	
	#planing {
		display:block;
	}
	#image {
		display:none;
	}
	
	.video{
		/*la balise div avec le cadre autour de la video*/
		border: 0.3em solid #894a1d;
		/*display: none;*/
	}
	iframe {
		width: 450px;
		height: 337px;
	}
	.legende_petit_format{
		display:block;
	}
	.legende{
		display:none;
	}
}

@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:80%;
		/*text-align:left;*/
	}
	h5 {
		font-size:80%;
	}
	
	ul {
		font-size:80%;
	}
	
	#conteneur {
		width:98%;
		margin:0 auto;
	}
	
	#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%;
	}
	nav {
		font-size:80%;
	}
	article h1{
		font-size:1.5em;
	}
	footer h2 {
	font-size:80%;
	}
	
	#planing {
		display:block;
	}
	#image {
		display:none;
	}
	.image{	}
		
	.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;
	}
	iframe {
		width: 300px;
		height: 225px;
	}
	.legende_petit_format{
		display:block;
	}
	.legende{
		display:none;
	}
}