@charset "utf-8";

/* propriétés par défaut (PC) */
a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: inherit;
	color: inherit;
	outline: inherit;
} 
a.LienBouton:link {
	background: lightgrey;
	border: 1px solid;
	text-decoration: none;
}
footer {
	width: 100%;
	bottom: 5px;
	font-size: 12pt;
	opacity: 0.8;
}
img  {
	max-width: 100%;
	height: auto; 
}
pre {
	font-family: 'Courier New', monospace;
	background-color: black;
	color: white;
	padding: 10px;
	overflow-x: auto; 
}
#AjaxLoader {
	position: fixed;
	visibility: hidden;
	left: 50%;
	top: 25%;
	background-color: transparent;
	z-index: 2010;
}
#Overlay {
	opacity:.60;
	filter: alpha(opacity=60);
	position: absolute;
	visibility: hidden;
	background-color: #000000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
.BlocPage {
	font-size: 120%;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
}
.BlocTexte {
	margin: 0 auto;
	text-align: left;
	border-radius: 30px 30px 30px 30px; 
	box-shadow: 5px 5px 15px 10px grey; 
	padding: 10px 10px 10px 10px;
	background: rgba(50, 255, 149, 0.8);
	font-size: 120%;
	font-weight: bold;
}
.BlocBoutonMenu {
	width: 60%;
	color: red;
	cursor: pointer;
}
.BlocFlex {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-content: center;
	align-items: center;
	row-gap: 10px;
	margin: auto;
}
.BlocMenu {
	cursor: pointer;
	text-align: center;
	padding: 20px;
	width: 45%;
}
.BlocPave { 
	border-radius: 30px 30px 30px 30px; 
	box-shadow: 5px 5px 15px 10px grey;  
	width: 95%;  
	background: lightgreen;
	opacity: 0.8;
	font-weight: bold;
	cursor: pointer;
}
.BlocRemonter {
	display: flex;
	justify-content: center;
}
.Carte {
	width: 750px;
	height: 600px;
	margin: auto;
}
.Chapo {
	font-style: italic;
	font-weight: bold;
	font-size: 130%;
	text-align: center;	
}
.Chapo img {
	max-width: 100%;
}
.Chapo label {
	font: normal 150% "Comic Sans MS";
	color: darkblue;
	text-decoration: bold;
}
.CodePopup {
	position: absolute;
	visibility : hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	left: 0;
	right: 0;
	top: 0;
	width: 90%;
	height: 90%;
	overflow: scroll;
	z-index: 2000;
}
.FondImage {
	background: url(/medias/campagne.jpg) no-repeat center fixed;
	background-size: cover;
}
.FondVert {
	background: #7AD45C url(/medias/degvert.png) repeat-x center 0;
}
.HorizontalCenter {
	display: block;
	margin: auto;
	text-align: center;
}
.Pave { 
  border-radius: 30px 30px 30px 30px; 
  box-shadow: 5px 5px 15px 10px grey;  
  height: auto; 
  padding: 10px 10px 10px 10px;
  margin: 10px 30px 10px 30px;
  background: lightgreen;
  opacity: 0.8;
  font-size: 120%;
  line-height: 150%;
}
.Popup {
	position: absolute;
	visibility : hidden;
	margin-left: auto;
	margin-right: auto;
	padding: 3px;
	left: 0;
	right: 0;
	top: 10%;
	background-color: lightblue;
	z-index: 2000;
}
.PC {
	display: inline;
}
.Smartphone {
	display: none;
}
.SousMenu {
	cursor: pointer;
	display: block;
	padding: 0.7em 1em;
	overflow: hidden;
	background: #073763;
	color: white;
	font-family: "Arial Black";
	border-bottom: 1px solid black;
	font-size: 130%;
	max-width: 400px;
	margin: auto;
}
.Texte {
	font-family: arial, sans serif;
	font-weight: bold;
	color: #333366;;
	text-align: justify;
}
.Titre1 {  
	font: normal 200% "Titania";
	color: white;  
	text-shadow: 0.1em 0.1em 0.2em black;
	padding-left: 10px;  
}

/*Accordéon*/
.accordion {
	max-width: 100%;
	overflow: hidden;
	column-count: 3;
}

.accordion ul {
	margin: 0;
	padding: 0;
}

.accordion li {
	display: block;
}

.accordion label {
	cursor: pointer;
	display: block;
	padding: 0.7em 1em;
	overflow: hidden;
	background: #073763;
	color: white;
	font-family: "Arial Black";
	border-bottom: 1px solid black;
	font-size: 130%;
	margin-right: 5%;
}

.accordion label:hover {
	background: #0F956A;
}
.accordion input[type="radio"],
.accordion input[type="checkbox"] {
	display: none;
}
.accordion .accordion-sub > li {
	overflow: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	font-size: 0.875em;
	font-weight: bold;
	transition: all 0.25s ease-in-out;
}

.accordion-lignevide {
		line-height: 30%;
		display: block;
}

.accordion-sub a:link, a:visited {
	color: #000060;
}
	
.accordion input:checked + .accordion-sub > li {
	padding: 0.7em 1em;
	height: 100%;
	opacity: 1;
}

/* propriétés pour tablette */
@media screen and (max-width: 1000px)
{
	.accordion {
		column-count: 2;
	}

	.accordion .accordion-sub > li, .LignePopup {
		font-size: 1.3em;
	}

	.accordion-lignevide {
		line-height: 40%;
		display: block;
	}
  
	.BlocPage {
		font-size: 110%;
	}
	.Carte {
		width: 600px;
	}
}
	
/* propriétés pour smartphone */
@media screen and (max-width: 800px)
{
	.accordion {
		column-count: 1;
	}
  
	.accordion .accordion-sub > li, .LignePopup {
		font-size: 1.3em;
	}

	.accordion-lignevide {
		line-height: 50%;
		display: block;
	}
  
	.BlocPage {
		font-size: 100%;
	}
	.BlocBoutonMenu {
		width: 80%;
	}
	.PC {
		display: none;
	}
	.Smartphone {
		display: inline;
	}
}
/* propriétés pour l'impression */
@media print {
	.Carte {
		width: 330px;
	}
	.NePasImprimer {
		display: none;
	}
	.BlocRemonter {
		display: none;
	}
	.Navigation {
		display: none;
	}
	.SousMenu {
		display: none;
	}
}