@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Roboto:wght@400;700&display=swap');
@font-face {
    font-family: 'jrhandregular';
    src: url('fonts/jrhand-webfont.eot');
    src: url('fonts/jrhand-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/jrhand-webfont.woff') format('woff'),
         url('fonts/jrhand-webfont.ttf') format('truetype'),
         url('fonts/jrhand-webfont.svg#jrhandregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

HTML {
  height: 100%;
  width: 100%;
  font-size: 90%;
  margin: 0;
  padding: 0;	
}

BODY{
	position:relative;
	width: 100%;
	height: 100%;	
	padding: 0;	
	font-size: 1em;	
	color:black;
	background-color:#ebebe5;
	line-height:1.3;
	font-family: 'Roboto', sans-serif;	
	}

:root .grid > * > * {
	font-size:1rem;
	}
p, .p-like, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
    margin-top: 0.75em;
    margin-bottom: 0;
    line-height: 1.3;
}
td{line-height:1.2;border: 0 none;
}
.print{
	display:none;
	}	

.nettoyeur{
clear:both;
}

HEADER{
	position:relative;
	width:100%;
	background:white;
-moz-box-shadow: 0px 4px 20px 0px #9b9b9b;
-webkit-box-shadow: 0px 4px 20px 0px #9b9b9b;
-o-box-shadow: 0px 4px 20px 0px #9b9b9b;
box-shadow: 0px 4px 20px 0px #9b9b9b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#9b9b9b, Direction=180, Strength=20);	
}

.centrer{
	position:relative;
	width:100%;
	max-width:1100px;
	margin:0 auto 0 auto;
}

.logo{
	display:block;
	position:absolute;
	left:5%;
	z-index:2;
}
.titre_bandeau1,.titre_bandeau2{
	display:inline-block;
	position:relative;
	margin:25px 0 0 250px;
	font-family: 'Roboto';
	font-size:1.5rem;
	color:#7ab51e;
	
}
.titre_bandeau2{
	color:#33afe1;
	font-weight:700;
	margin:5px 0 10px 250px;
}
#container
{
	position:relative;
	width:100%;
	max-width:1200px;
	margin:0 auto 30px auto;
}

#zone
{
	position:relative;
	float:right;
	width:67%;
	padding:40px 10px 10px 40px;

}


#container_colonne
{
	position:relative;
	float:left;
	right:0;
	width:33%;
	padding:50px 10px 0 80px;
}

#filariane
{
	width: 100%;
	text-align:left;;
}
A.arianne
{
	font-size: 0.8rem;
	color: black;
	text-decoration:none;
  font-weight:normal;
  font-family:arial;
}

FOOTER
{
	width:100%;
	text-align:center;
	position:relative;
	color:white;

}

FOOTER A.pieds, A.lien_pied
{
	font-size: 0.8rem;
	color: black;
	text-decoration: none;
}


/* MENU*/
NAV{
	width:100%;
	min-height:35px;
	padding:0;
}
NAV LI{
	display:block;
	text-align:left;
	float:left;
	position:relative;
	margin:0;
	border-right:1px solid #c8d19e;
	margin:6px 0;
	}
	
NAV LI A{	
	display:inline-block;
	margin:0 8px;
	padding:3px 3px 3px 3px;
	font-weight:normal;
	font-size:1rem;
	text-decoration:none;
	color:white;
	font-weight:700;
}
A.lienmenu{	
	text-decoration:none;
	color:white;
	background:#6a432e;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}
NAV LI A:hover{
	text-decoration:none;
	color:white;
	background:#6a432e;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

NAV LI UL{	
	display:none;
	position:absolute;
	top:25px;
	width:200px;
	z-index:5;	
	padding:5px 0 0 0;
}
NAV LI UL LI {	
	display:block;
	position:relative;
	color:black;
	background-color:#d7d3c5;	
	font-size:0.8rem;
	width:100%;
	margin:0;
	padding:5px 8px 0 8px;
}
NAV LI UL LI A{	
	display:block;
	color:black;
	font-size:0.8rem;
	width:100%;
	padding:3px;
	margin:0;
}
NAV LI UL LI A:hover{
	text-decoration:none;
	color:white;
	background:#6a432e;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}

.menu_niveau1_actif{
	text-decoration:none;
	color:white;
	background:#6a432e;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
}
#btmenu{
display:none;
}
.logo_article{
float:right;
width:40%;
background:white;
padding:20px;
margin:0 0 20px 20px;
text-align:center;
}

/* PAGE GENERAL*/
H1{
	font-family: 'jrhandregular', sans-serif;	
	font-size:3rem;
	margin:20px 00 0;
	padding:0 0 0 40px;
	background:transparent url(/images/chevron.png) no-repeat left 10px;
	color:#6a432e;
	
}
H2{
	font-family: 'Oswald', sans-serif;	
}
H3,H3.spip,H2.spip{
	color:#64a004;
	font-size:1.4rem;
	padding:20px;
	border-top:4px solid #64a004;
	border-bottom:4px solid #64a004;
	margin:20px 0;
}

.surtitre{
	color:#e04c50;
	font-size:1rem;
	font-weight:bold;
}
.titre{
	font-size:1.2rem;
	font-weight:bold;
	color:#1daabb;
}

.soustitre{
	color:#1daabb;
	font-size:1rem;
	font-weight:bold;
}

.bt{
	display:inline-block;
	text-align:center;
	color:white;
	width:35px;
	height:35px;
	margin-right:2px;
	font-size:1.4rem;
	padding-top:6px;
}
.pagination-item{
display:inline-block;
}

.petit_date{
	float:left;
	margin:0 10px 0 10px;
	background:#33afe1;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	font-size:1.2rem;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:60px;
	color:white;
	
}
.chapo{
	font-size:1.2rem;
	font-weight:bold;
	margin:30px 0;
}

A,A.spip_out{
	color: #6a432e;
	text-decoration: none;
	cursor:pointer;
}
A:hover
{
	text-decoration: underline;
	color:gray;
}

.texte{
	margin:20px 0 40px 0;
	}

/*  SLIDER */	
.suite, .suite2{
	position: absolute;
	bottom:-6px;
	left:0;
	width:100%;
	max-width:450px;
	margin: 0;
	z-index: 10;
	padding:0 0 0 30px;
}

.suite A, .suite2 A{
	display:inline-block;
	width:16px;
	height:16px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;	
	background:#7ab51d;
	border:1px solid white;
	margin:2px;
}	
.suite2 A{
	background:#33b0e1;
}
	
	
	
/*  PAGE */
.introduction{
	font-weight:normal;
	color: #513a2e;
}
.intro_article{
padding:10px 20px;
}

A.lien_rubrique
{
	display:block;
	margin:25px 0 20px 0;
	padding:0 0 0 25px ;
	color: #513a2e;
	text-decoration: none;
}

A.lien_article, .lien_article
{
    display:block;
	position:relative;
	margin-top:10px;
	border:1px solid #d9daca;
	color:black;
	font-size:0.9rem;
	cursor:pointer;
}
A.lien_article:hover,.lien_block:hover
{
	text-decoration:none;
	background-color:#e2e4e4;
}
.lien_block
{
    display:block;
	position:relative;
	color:black;
	font-size:1rem;
	font-weight:bold;
	background:white;
	padding:10px;
	margin:5px 0;
}
A.lien_doc
{
    display:inline-block;
	position:relative;
	color:black;
	font-size:1rem;
	padding:10px;
	margin:5px 10px;
}
A.lien_doc:hover,A.lien_map:hover{
text-decoration:none;
font-weight:bold;
}

A.lien_vignette
{
display:inline-block;
	margin:5px;
}
.illustration{
	float:left;
	margin-right:20px;
	width:160px;
	text-align:center;
}
.illustrationv2{
	width:100%;
	text-align:center;
	height:160px;
	overflow:hidden;
	margin-bottom:10px;
}
.illustrationv{
	width:100%;
	text-align:center;
	height:115px;
	overflow:hidden;
}
.illustrationh{
	width:115px;
	float:left;
	text-align:center;
	height:80px;
	overflow:hidden;
	margin-right:15px;
}

#prev{
position:absolute;
left:0;
top:40%;
background:transparent url(/images/precedent.png);
width:35px;
height:35px;
}
#suivant{
position:absolute;
right:0;
top:40%;
background:transparent url(/images/suivant.png);
width:35px;
height:35px;
}

.on{
opacity:0.5;
}

table{
	border:0 none;
	font-size:1.1rem;
}

TD.entete {
	height:40px;
	background-color:#ececea;
	color:#7f2d6b;
	text-align:center;
	text-transform:uppercase;
	border:0 none;
}

TD {
	color:#626162;
}

tr > * + *  {
	border-left:0 none;
}

TR:hover{
	background-color:#ececea;
}

.diaporama{
display:grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 20px;
}










.portrait {
    display:block;
	width:150px;
	height:150px;
	border:1px solid #7ab51d;
	border-radius: 75px;
	-moz-border-radius: 75px;
	-webkit-border-radius: 75px;
	overflow:hidden;
	margin:0 auto 20px auto;
}
.portrait:hover {
	border:1px solid #33b0e1;
	border-radius: 55px;
	-moz-border-radius: 55px;
	-webkit-border-radius: 55px;
}
.liresuite{
    color:#33b0e1;
	text-decoration:underline;
	font-weight:bold;
	display:inline-block;
	margin:10px 0 20px 0;
}


.titre_cadre{
	position:relative;
	width:100%;
	top:4px;
	color:white;
	font-size:1.2rem;
	padding:4px;
	text-align:center;
	background:#6a432e;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}

.cadre_gris{
	width:100%;
	background:#d7d3c5;
	padding:15px;
}
.cadre_gris A{
	display:block;
	width:100%;
	color:#6a432e;
	font-size:0.9rem;
	padding:5px 4px 5px 4px;
	margin-bottom:4px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
}
.cadre_gris A:hover{
	background:white;
	text-decoration:none;
		border-bottom:1px solid #d7d3c5;
}

.titre_doc{
	font-size:1.2rem;
	font-weight:bold;
	}
	
.titre_bloc_on,.titre_bloc_off{
	background:#d6cca7 url(/images/fl_on.png) no-repeat center right;
	padding:11px 30px;
	margin:20px 0 0 0;
	font-weight:bold;
	font-size:1.3rem;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;	
cursor:pointer;	
	}

.titre_bloc_off{
	background:#d7d3c5 url(/images/fl_off.png) no-repeat center right;	
	}
	


.bloc,.lib_auteur,.lib_fonction1,.lib_membre,.lib_fonction2{
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	display:inline-block;
	margin:3px;
}
.bloc{
background:#f6f6f1;
padding:15px;
}


.lib_auteur{
background:#6a432e;
color:white;
font-size:1.5rem;
padding:15px;
}
.lib_fonction1{
background:#dad1cb;
font-weight:bold;
padding:5px 10px;

}
.lib_membre{
background:#33afe1;
font-size:1.3rem;
color:white;
font-weight:bold;
padding:3px 10px;
margin:3px;
cursor:pointer;
}
.lib_fonction2{
background:#d9ecf4;
font-weight:bold;
padding:3px 7px;
margin:3px;
font-size:1rem;
}
/* INTERFACE ADMIN SIMLIFIEE */
A.bt_menu{
	display:inline-block;
	background-color:#e08b12;
	color:white;
	padding:3px 6px;
	font-size:0.8rem;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;	
	margin:1px;
	text-align:center;
	border:1px solid transparent;
}
A.bt_menu:hover{
	border:1px solid #08709c;
	color:#08709c;
	background-color:white;
	text-decoration:none;

}
A.lien_admintitre{
	position:relative;
	}
.menuaction{
	display:none;

	width:400px;
	background:white;
	padding:15px;
	border:1px solid gray;
	z-index:10;
	}

/* FORMULAIRE */

FIELDSET{
	background-color:#e2f8cc;
	border:0 none;
}

LABEL{
min-width:200px;
float:left;
}

LEGEND{
font-weight:bold;
font-size:18px;
}


INPUT, SELECT{
	border: 0 none;
	color: black;
	background:#acd76b;
	height: 33px;
	padding: 0 0 0 8px;
	font-size: 1rem;
	margin:2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;		
}

.selectmenu SELECT{
	 background: transparent;
	width: 120%;
	padding: 0;
	line-height: 1;
	border: 0;
	border-radius: 0;
	height: 28px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
}
div.selectmenu{
	display:inline-block;
	position:relative;
	margin:4px;
	padding:0;
	width: 300px;
	height: 30px;
	overflow: hidden;
	background: url(/images/fleche_select.png) no-repeat 100% center white;
	border:1px solid #9cb138;
}

input[type="text"] {
    max-width:300px;
	width:95%;
}

TEXTAREA{
border: medium none;
color: black;
background:#acd76b;
padding: 8px;
font-size: 13px;
margin:2px;
height:200px;
width:100%;
}

input[type="submit"],input[type="button"], .bouton3, .lien_bouton {
    display:inline-block;
	background-color: #7ab51d;
	color:white;
	font-size:1rem;
    padding: 7px;
	margin:20px auto;
	font-weight:bold;
	cursor:pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
A.lien_titre {
    display:block;
	background-color: #7ab51d;
	 font-family: 'jrhandregular';
	color:white;
	font-size:1.4rem;
    padding: 7px;
	font-weight:bold;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align:center;
	cursor:default;
}
A.lien_titre:hover {
text-decoration:none;
}
input[type="image"] {
    padding:0;
	height:auto;
}
.reponse_ok{
	padding:3px;
	margin:20px 3px;
	background:#d1fcd1;
	color:#01b801;
	border:1px solid #01b801;
	border-left:4px solid #01b801;
}
.erreur{
	display:block;
	padding:3px;
	margin:3px 3px 10px 3px;
	font-size:0.8rem;
	background:#fdd4d4;
	color:#fa1717;
	border:1px solid #fa1717;
	border-left:4px solid #fa1717;
}

/* Logos, documents et images */
img { margin: 0px; padding: 0px; border: none; }

.spip_logos { margin: 0px; padding: 0px; border: none; }

.spip_doc_titre {
	font-size: 11px;
	font-weight: normal;
	margin-top:8px;
}



@media print {
	#container_colonne, header, footer, .noprint{
	display:none;
	}
	#container, #zone{
	width:100%;
	}
	.print{
	display:block;
	}	
}


LI.editer{
list-style-type: none;
}
#colorbox, #colorbox * {
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
 }
#colorbox img { height: inherit; }

.box_modalbox
{-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}



/* max-width pour faibles résolutions */
@media screen and (max-width: 800px) {
	#container, #zone{
		position:relative;
		clear:both;
		width:100%;
		max-width:100%;
		padding:5px;
	}
	#container_colonne{
		position:relative;
		clear:both;
		width:100%;
		max-width:500px;
		margin:20px auto;
	}
}

/* max-width pour faibles résolutions */
@media screen and (max-width: 725px) {
	NAV{
	height:auto;
	}
	NAV LI{
	display:none;
	width:100%;
	position:relative;
	}
	NAV LI A{
	width:100%;
	}
	#btmenu{
	display:inline-block;
	}

	NAV LI UL{	
		display:none;
		position:relative;
		padding:0;
		top:0;
	}	
	NAV LI UL LI A{	
		width:100%;
	}		
}

/* max-width pour faibles résolutions */
@media screen and (max-width: 550px) {
	#boutonnouscontacter{
	clear:both;
	margin: 7px 10px 0 0;
	}
	.titre_bandeau1{
		margin:125px 0 0 30px;
	}
	.titre_bandeau2{
		margin:5px 0 10px 30px;
	}
	.logo_article{
	float:none;
	width:90%;
	margin:20px auto;
	}
	.diaporama{
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 15px;
	}	
}




@media (max-width: 450px) {
	.illustration{
	float:none;
	width:100%;
	margin:0 0 5px 0;
	max-height:200px;
	overflow:hidden;
	}
	.diaporama{
	grid-template-columns: repeat(1, 1fr);
	}		
}