/**************************************************************************************/
/**************************************************************************************/
/*			> HEADER [=header]
/*			> NAV [=nav]
/*			> CLOPEN [=clopen]
/*			> WRAPPER & CIE [=wrapper]
/*			> RECHERCHE & OUTILS [=recherche outils]
/*			> ACCUEIL [=sommaire]
/*			> ASSOCIATIONS [=associations]
/*			> ANNONCES [=annonce]
/*			> AGENDA [=agenda]
/*			> UNE [=une]
/*			> RUBRIQUE [=rubrique]
/*			> SELECTION [=selection]
/*			> FOOTER [=footer]
/*			> PLAN [=plan]
/*			> ELEMENT [=element]
/**************************************************************************************/
/**************************************************************************************/


/**************************************************************************************/
/**************************************************************************************/
/*		HEADER [=header]
/**************************************************************************************/
/**************************************************************************************/
header {
	width: 100%;
	height: 66px;
	max-width: 1800px;
	position: fixed;
	background-color: #fff;
	border-bottom: solid 1px #01B0F1;
	z-index: 1001;
	padding-left: 80px;
}

header .logo {
	float: left;
}


/**************************************************************************************/
/**************************************************************************************/
/*		NAV [=nav]
/**************************************************************************************/
/**************************************************************************************/
nav, 
nav ul, 
nav li, 
nav a, 
nav span {
	height: 100%;
}

nav ul {
	padding: 0;
	text-align: right;
}

nav li {
	display: inline-block;
}

nav li ul {
	display: none;
}

nav a {
	display: inline-block;
	border-left: solid 1px #01B0F1;
	padding: 0 10px;
    line-height: 60px;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover, 
nav a:focus {
	background-color: #01B0F1;
	color: #fff;
}

/* lien accueil */
nav li:first-child a {
	width: 66px;
	border: none;
}

nav li:first-child a:hover, 
nav li:first-child a:focus {
	background-color: transparent;
}

/* lien login */
nav li:last-child a {
	color: #fff;
	background: -webkit-linear-gradient(#F29A35, #F26D35 32px);
	background: -o-linear-gradient(#F29A35, #F26D35 32px);
	background: linear-gradient(#F29A35, #F26D35 32px);
}

nav li:last-child a:hover, 
nav li:last-child a:focus {
	background: none;
	background-color: #fff;
	color: #F26D35;
}

#clopen {
	position: fixed;
	left: 0;
	width: 60px;
	height: 100%;
	z-index: 10;
	background: url("../images/ico-clopen.png") #f26d35 top center no-repeat;
	z-index: 1000;
}

#mm-nav-main {
	background-color: #f26d35;
}

#mm-nav-main li {
	height: 50px;
}

#mm-nav-main li a, 
#mm-nav-main li:last-child a {
	height: 50px;
	line-height: 50px;
	color: #fff;
	padding: 0;
	font-size: 20px;
    text-align: center;
	background: linear-gradient(#f26d35, #f26d35 32px);
}

#mm-nav-main li a:hover,
#mm-nav-main li a:focus {
	background-color: transparent;
}

.mm-listview>li:not(.mm-divider):after {
	content: initial;
}

.mm-panels>.mm-panel:after, .mm-panels>.mm-panel:before {
	content: initial;
}

#mm-nav-main li:first-child a {
	width: 100%;
}

/* hack mmenu ???? */
.mm-panels>.mm-panel>.mm-listview:first-child, .mm-panels>.mm-panel>.mm-navbar+.mm-listview {margin-top: 0;padding-top: 20px;}
.mm-panels>.mm-panel>.mm-listview {margin: 0;}



/**************************************************************************************/
/**************************************************************************************/
/*		WRAPPER & CIE [=wrapper]
/**************************************************************************************/
/**************************************************************************************/
.wrapper {
	/*margin: 0 auto;*/
	max-width: 1800px;
}

#container {
	padding-left: 60px;
	padding-top: 66px
}

#content {
	padding: 0 30px;
}

.colr {
	max-width: 700px;
	padding: 0 0 0 30px;
	border-left: solid 1px #01B0F1;
}

.coll {
	max-width: 1100px;
	padding-right: 30px;
}


/**************************************************************************************/
/**************************************************************************************/
/*		FOOTER [=footer]
/**************************************************************************************/
/**************************************************************************************/
footer {
	clear: both;
	background-color: #01B0F1;
	margin: 20px 0 0 0;
	padding: 20px 40px 20px 100px;
}

footer p, 
footer a {
	color: #fff;
	text-decoration: none;
}

footer a {
	font-weight: bold;
}

footer > p {
	font-size: 13px;
}

footer > p + ul {
	border-right: solid 1px #fff;
	border-left: solid 1px #fff;
	margin: 0 30px;
}

footer ul li {
	margin: 5px 0;
}




/**************************************************************************************/
/**************************************************************************************/
/*		RECHERCHE & OUTILS [=recherche outils]
/**************************************************************************************/
/**************************************************************************************/
#outils {
	position: relative;
}

#outils p a span {
	display: none;
}

#outils #print {
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 20px;
}

#outils #print a {
	display: inline-block;
	height: 35px;
	width: 35px;
	background: url("../images/ico-outils-print.jpg") top center no-repeat;
}

#outils #print a:hover, 
#outils #print a:focus {
	background-position: bottom center;
}

.sommaire #outils {
	margin-bottom: 30px;
}

#formulaire_recherche form {
}

#outils {
	padding-top: 60px;
	border-bottom: solid 1px #01B0F1;
	text-align: center;
	height: 210px;
	margin-bottom: 20px;
	background: url("../images/bg-recherche.jpg") transparent center center;
	background-size: cover;
}

#formulaire_recherche label {
	display: none;
}

#formulaire_recherche #recherche {
	display: inline-block;
	height: 50px;
	width: 290px;
    margin: 0;
    line-height: 50px;
    padding: 0;
	padding-left: 13px;
	border: solid 1px #01B0F1;
	border-right: none;
	font-size: 24px;
	color: #01B0F1;
}

#formulaire_recherche input.submit {
	display: inline-block;
	height: 50px;
    width: 50px;
    line-height: 51px;
    padding: 0;
    margin: 0;
    font-size: 22px;
	border: solid 1px #01B0F1;
	border-left: none;
	background: url("../images/ico-rechercher.png") #fff center center;
	cursor: pointer;
}

/*-----------------------------------------*/
/* page resultats
/*-----------------------------------------*/
#resultats {
	min-height: 300px;
	background: url("../images/bg-resultats.jpg") 400px center no-repeat;
}

#resultats ul {
	margin: 15px 0;
	list-style-type: circle;
}





/**************************************************************************************/
/**************************************************************************************/
/*		ACCUEIL [=sommaire]
/**************************************************************************************/
/**************************************************************************************/
section h1 a, 
article h2 a {
	text-decoration: none;
	color: inherit;
}

section h1 a:hover, 
section h1 a:focus, 
section h2 a:hover, 
section h2 a:focus, 
article h1 a:hover,
article h1 a:focus,
article h2 a:hover, 
article h2 a:focus {
	text-decoration: underline;
	color: inherit;
}

/*-----------------------------------------*/
/* A LA UNE
/*-----------------------------------------*/
#alaune {
	max-width: 1100px;
}

#alaune .swiper-container {
    width: 730px;
    height: 610px;
}

#alaune article .spip_logo {
	float: none;
	margin: 0;
}


#alaune article h2 {
	font-size: 18px;
}


/*-----------------------------------------*/
/* AGENDA
/*-----------------------------------------*/
#agenda {
	max-width: 700px;
	padding: 0 0 0 30px;
	border-left: solid 1px #01B0F1;
}

#agenda article {
	margin: 0 0 40px 0;
}

#agenda article a {
	text-decoration: none;
}

#agenda article h1 {
	margin: 0 0 0 0;
	line-height: 14px;
}

#agenda article h1 a {
	color: #F26D35;
	font-size: 18px;
}
#agenda article h1 a:hover, 
#agenda article h1 a:focus {
	text-decoration: underline;
}

#agenda article .evt_descriptif {
	line-height: 18px;
	margin: 5px 0 0 0;
}

#agenda article .evt_date {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
}

#agenda article .spip_logo {
	margin: 0 10px 0 0;
	float: left;
}


/*-----------------------------------------*/
/* DEMARCHE
/*-----------------------------------------*/
#demarches {
	clear: both;
	margin-top: 45px;
}

#demarches > h1 {
	color: #fff;
	font-size: 20px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 23px;
	background-color: #f26d35;
	overflow: hidden;
}

#demarches article {
	text-align: center;
}

#demarches article ul {
	padding: 0;
}

#demarches article h1 {
	font-size: 24px;
}

#demarches article a {
	display: inline-block;
	width: 70%;
	color: #fff;
	margin-bottom: 10px;
    text-decoration: none;
    height: 35px;
    line-height: 31px;
    font-weight: bold;
}

/* coté gauche vert */
#demarches div > article h1 {
	color: #22B573;
}

#demarches div > article a {
	background-color: #22B573;
	border: solid 2px #22B573;
} 

#demarches div > article a:hover, 
#demarches div > article a:focus {
	-webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    color: #22B573;
    border-color: #22B573;
}

/* coté droit bleu */
#demarches div > article + article h1 {
	color: #01B0F1;
}

#demarches div > article + article a {
	background-color: #01B0F1;
	border: solid 2px #01B0F1;
}

#demarches div > article + article a:hover, 
#demarches div > article + article a:focus {
	-webkit-transition: all .3s;
    transition: all .3s;
    background-color: #fff;
    color: #01B0F1;
    border-color: #01B0F1;
}


/**************************************************************************************/
/**************************************************************************************/
/*		ASSOCIATIONS & ANNONCES [=associations annonces]
/**************************************************************************************/
/**************************************************************************************/

/*-----------------------------------------*/
/* RECHERCHE ASSOCIATION
/*-----------------------------------------*/
#associations_filtre p {
	height: 30px; 
	line-height: 30px;
}

#associations_filtre p:last-child {
	margin-top: 25px;
}

#associations_filtre input, 
#associations_filtre select, 
#associations_filtre label {
	display: inline-block;
	height: 32px;
	line-height: 30px;
	margin: 0;
	border: solid 1px #01b2f1;
}

#associations_filtre label {
	background-color: #01b2f1;
	padding: 0 5px;
	color: #fff;
	font-weight: bold;
	width: 100px;
    text-align: right;
}

#associations_filtre input, 
#associations_filtre select {
	position: relative;
    top: 2px;
    padding: 0 10px;
	min-width: 200px;
}



#associations_filtre h1 {
	margin-top: 0;
}


#associations_liste .association, 
#annonces_liste .annonce {
	margin: 20px 0 40px 0;
	/*border-bottom: solid 1px #fff;*/
	background-color: #80c13126;
    padding: 10px 20px;

    border: solid 1px #f26d35;
}



/*.association h2 {
	margin: 20px 0px 5px 0;
}
*/

.association .spip_logo {
	float: left;
	margin: 0 10px 5px 0;
}

.annonce .lien_details, 
.association .lien_details  {
	text-align: center;
	position: relative;
    top: 30px;
}

.annonce .lien_details a, 
.association .lien_details a {
	display: inline-block;
	height: 40px;
	line-height: 30px;
	text-align: center;
padding: 5px 15px;
color: #fff;
	text-decoration: none;
	    background-color: #f26d35;

}

.association .grid div + div {
	margin-left: 20px;
}

/*-----------------------------------------*/
/* RECHERCHE + FICHE ASSOCIATION
/*-----------------------------------------*/
.annonce .contact, 
#association .contact, 
.association .contact  {
	padding: 0 0 0 30px;
	min-height: 22px;
    line-height: 20px;
	margin: 3px 0;
}

.assoc_tel {
	background: url("../images/ico-tel.png") left center no-repeat;
}

.assoc_email {
	background: url("../images/ico-email.png") left center no-repeat;
}

.assoc_site {
	background: url("../images/ico-site.png") left center no-repeat;
}

.assoc_adresse {
	background: url("../images/ico-adresse.png") left center no-repeat;
}


/*-----------------------------------------*/
/* FICHE ASSOCIATION
/*-----------------------------------------*/
.annonce h2 {
	margin-bottom: 5px;
}

.annonce .date {
	margin-top: 0;
	font-size: 11px;
	font-style: italic;
}




/**************************************************************************************/
/**************************************************************************************/
/*		ANNONCES [=annonce]
/**************************************************************************************/
/**************************************************************************************/




/**************************************************************************************/
/**************************************************************************************/
/*		AGENDA [=agenda]
/**************************************************************************************/
/**************************************************************************************/
/*-----------------------------------------*/
/* LISTE EVT
/*-----------------------------------------*/
#agenda_liste a {
	text-decoration: none;
}

#agenda_liste .flex-container {
	margin: 10px 0;
}

#agenda_filtre #mois-precedent, 
#agenda_filtre #mois-suivant, 
#agenda_filtre #mois-courant {
	display: inline-block;
	background-color: #01B0F1;
	padding: 5px 10px;
	width: 33%;
	text-align: center;
	font-variant: small-caps;
	font-size: 19px;
	color: #fff;
	height: 40px;
	line-height: 27px;
	font-weight: bold;
	text-decoration: none;
}

#agenda_filtre #mois-precedent {
	background: url("../images/ico-mois-precedent.jpg") #01B0F1 left center no-repeat;
}
#agenda_filtre #mois-suivant {
	background: url("../images/ico-mois-suivant.jpg") #01B0F1 right center no-repeat;
} 
#agenda_filtre #mois-courant {
	color: #01B0F1;
	background-color: #fff;
	border: solid #01B0F1 1px;
    position: relative;
    top: 1px;
}

/* HACK pour ne pas voir apparaitre le texte quand le calendrier est en cours de chargement */
#agenda_filtre .calendriermini .calendar-container .alt, 
#agenda_filtre .calendriermini .calendar-container .alt a {
	color: #fff;
}


#agenda_liste .evenement {
	margin-bottom: 20px;
}

#agenda_liste .evt-infos h1 {
	margin: 0;
}
#agenda_liste .evt-infos .evt-date {
	margin: 0;
	/*font-style: italic;*/
}
#agenda_liste .evt-infos .evt-descriptif {
	margin: 0;
}

#agenda_liste .evt-logo {
	margin: 0 15px 0 0;
}

#agenda_liste .evt-logo img {
	margin: 0; /* retire la marge par defaut de logo */
	float: left;
}

#agenda_liste .evenement.fini, 
#agenda_liste .evenement.fini a {
	color: #868686;
}


/*-----------------------------------------*/
/* EVT DETAILS
/*-----------------------------------------*/
#evenement .spip_logo {
	margin: 0 20px 20px 0;
}



/**************************************************************************************/
/**************************************************************************************/
/*		UNE [=une]
/**************************************************************************************/
/**************************************************************************************/
.alaune {
	text-decoration: none;
	margin: 0 0 20px 0;
	border-right: solid 20px #fff;
}

.alaune:hover,
.alaune:focus {
	border-right: solid 20px #f26d35;
}

.alaune .alaune-logo {
	overflow: hidden;
}

.alaune .alaune-logo img.spip_logo {
	float: none;
	margin: 0 10px 0 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
	max-width: 100%;
}

.alaune:hover .alaune-logo img.spip_logo {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-ms-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}

.alaune .alaune-infos a {
	/*text-decoration: none;*/
}


/**************************************************************************************/
/**************************************************************************************/
/*		SELECTION [=selection]
/**************************************************************************************/
/**************************************************************************************/




#debug-nav {
	width: 100%!important;
}

#spip-admin {
	bottom: 0;
	top: initial;
}


/**************************************************************************************/
/**************************************************************************************/
/*		RUBRIQUE [=rubrique]
/**************************************************************************************/
/**************************************************************************************/
#article_liste .rubrique {
	position: relative;
	background-color: #f26d3530;
	text-align: center;
	text-decoration: none;
	padding: 10px 10px;
	margin-bottom: 12px;
	color: #151515;
	font-size: 16px;
}

#article_liste .rubrique:hover, 
#article_liste .rubrique:focus {
	background-color: #f26d35;
	color: #fff;

}

#article_liste .rubrique {
	
}

#article_liste .rubrique:hover h2, 
#article_liste .rubrique:focus h2 {
	
}


/**************************************************************************************/
/**************************************************************************************/
/*		ARTICLE [=article]
/**************************************************************************************/
/**************************************************************************************/
#articleFrere_liste {
	margin: 0;
	padding: 0;
}

#articleFrere_liste a {
	display: inline-block;
	padding: 5px 5px 5px 5px;
	width: 100%;
	text-decoration: none;
	line-height: 16px;
}

#articleFrere_liste a:hover, 
#articleFrere_liste a:focus {
	text-decoration: underline;
}

#articleFrere_liste a.on {
	background-color: #80c132;
	color: #fff;
	padding-left: 20px;
}


/**************************************************************************************/
/**************************************************************************************/
/*		FORMULAIRE [=formulaire]
/**************************************************************************************/
/**************************************************************************************/
.formulaire_spip label span.obligatoire {
	font-size: 11px;
    font-style: italic;
}

.formulaire_spip fieldset {
	padding: 0;
}

.formulaire_spip .choix {
	width: 100%;
	position: relative;
}

.formulaire_spip .choix_alternatif input {
	position: absolute;
    left: 220px;
}
.formulaire_spip .choix_alternatif label {
	position: absolute;
    left: 10px;
    top: -3px;
}

.formulaire_spip .choix {
    display: inline-block;
    width: 45%;
    padding: 10px 5px 0 5px;
    margin-top: 5px;
}

.formulaire_spip .choix label {
	width: auto;
	margin-top: 0;
	margin-left: 10px;
	position: relative;
	bottom: 8px;
}

#content .formulaire_spip form input.checkbox, 
#content .formulaire_spip form input.radio {
	float: left;
	display: inline-block;
	width: auto;
}

.formulaire_spip .legend {
	margin-bottom: 0;
	margin-top: 15px;
}

.formulaire_spip form {
	max-width: 600px;
	min-height: 300px;
}

.formulaire_spip label, 
.formulaire_spip .boutons .image_loading {
	display: inline-block;
	/*float: left;*/
	padding-right: 10px;
	width: 100%;
	margin-top: 5px;
	/*text-align: right;*/
}

#content .formulaire_spip form input, 
.formulaire_spip textarea {
	width: 100%;
	margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
    border: solid 1px #01B0F1;
}

.formulaire_spip .explication {
	font-style: italic;
}

.formulaire_spip textarea {
	height: 220px;
}

.formulaire_spip .legend, 
.formulaire_spip .saisie_fichiers label, 
.formulaire_spip .saisie_checkbox label:first-child, 
.formulaire_spip .saisie_radio label:first-child {
	color: #F26D35;
	font-size: 18px;
	font-weight: bold;
	margin-top: 15px;
}

#content .formulaire_spip form .saisie_fichiers .choix {
	width: 100%;
}

body #content .formulaire_spip form input.submit {
	margin: 20px 0 0 0;
}


/*-----------------------------------------*/
/* inscription
/*-----------------------------------------*/


/*-----------------------------------------*/
/* contact
/*-----------------------------------------*/
#formulaire_formidable-1 {
	background: url("../images/bg-email.jpg") right center no-repeat;
}
}


/**************************************************************************************/
/**************************************************************************************/
/*		PLAN [=plan]
/**************************************************************************************/
/**************************************************************************************/
#plan {
	min-height: 300px;
	background: url("../images/bg-plan.jpg") 400px center no-repeat;
}

.plan {
	margin: 15px 0;
	list-style-type: circle;
}

.plan ul {
	margin: 5px 0 15px;
	list-style-type: disc;
}

/**************************************************************************************/
/**************************************************************************************/
/*		ALBUM [=album]
/**************************************************************************************/
/**************************************************************************************/
.album-vandoeuvre {
	clear: both;
	position: relative;
	padding: 30px 60px;
}

.album-vandoeuvre .swiper-button-next, 
.album-vandoeuvre .swiper-button-prev {
	top: 70px;
}



/**************************************************************************************/
/**************************************************************************************/
/*		ELEMENT [=element]
/**************************************************************************************/
/**************************************************************************************/
h1 {
	font-size: 22px;
	line-height: 23px;
	color: #01B0F1;
	margin-bottom: 20px;
}

h2 {
	color: #F26D35;
	font-size: 18px;
}

h3 {
	color: #3e3b38;
    font-size: 17px;
}

hr {
	margin: 20px 0;
    border-top: solid 1px #27afe6;
}

h1 a {
	text-decoration: none; 
	color: #01B0F1;
}

h1 a:hover, 
h1 a:focus {
	text-decoration: underline; 
	color: #01B0F1;
}

.spacer {
	clear: both;
}

#fil {
	margin-top: 0;
	margin-bottom: 25px;
	font-style: italic;
	font-size: 13px;
}

#fil.evt_assoc {
	margin-bottom: 20px;
}

#texte {
	margin: 5px 0 20px 0;
}


#filtre_actif {
	border: solid 1px #345f00;
    padding: 5px 20px;
    background-color: #acf357;
    margin: 0 0 10px 0;
}

#content .formulaire_spip form input.submit, 
.bouton {
    display: inline-block;
    margin: 0 5px 10px 0;
    padding: 5px 10px;
    line-height: 30px;
	font-size: 16px;
	background: #f26d35;
    color: #fff;
    border: none!important;
    text-decoration: none;
    cursor: pointer;
    font-weight: bold;
}

.bouton:hover, 
.bouton:focus {
	color: #fff;
	text-decoration: underline;
}

.bouton.en_bleu {
	background-color: #00afe8;
}

.bouton.en_bleu.on {
	background-color: #80c132;
}

.pagination {
	height: 30px;
	line-height: 30px;
	margin: 30px 0;
}

.pagination a {
	color: #000;
}
.pagination .pages {
	display: block;
	padding: 0px 10px;
	background-color: #fff627;
}
.pagination .sep {
	display: none;
}

.pagination .pages strong, 
.pagination .pages a {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #fff;
}

.pagination .pages a {	
	background-color: transparent;
	text-decoration: none;
}

.colr h2:first-child {
	margin-top: 0;
}

.colr h2 {
	/*color: #fff;*/
	margin-top: 30px;
	font-size: 20px;
	color: #f26d35;
   	line-height: 30px;
    /*height: 30px;*/
    /*text-align: center;*/
    /*margin-left: 20px;*/
    /*margin-right: 20px;*/
	/*background-image: url("../images/bg-h-jaune-gauche.jpg"), url("../images/bg-h-jaune-droit.jpg");*/
	/*background-position: left center, right center;*/
	/*background-repeat: no-repeat;*/
	/*background-color: #fff627;*/
	/*overflow: hidden;*/
}

.colr h2 a {
	color: #f26d35;
	text-decoration: none;
}
.colr h2 a:hover,
.colr h2 a:focus {
	text-decoration: underline;
}

.print {
	display: none;
}

#hautPage {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 100;
}

#hautPage a {
	background-color: rgba(242,109,53,0.8);
	color: #fff;
	text-decoration: none;
	font-variant: small-caps;
	display: inline-block;
	padding: 0 11px;
	line-height: 35px;
	/*-webkit-border-radius: 5px 5px 5px 5px;*/
	/*border-radius: 5px 5px 5px 5px;*/
}

#hautPage a span {
	font-size: 1.2em;
}

#hautPage a:hover, 
#hautPage a:focus {
	background-color: rgba(242,109,53,1);
}

#hautPage a:hover span, 
#hautPage a:focus span {
	position: relative;
	bottom: 3px;
}

#browser-update {
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	height: 100px;
	padding-top: 20px;
	background-color: #d0aaaa;
	width: 100%;
	font-weight: bold; 
	z-index: 9999;
}

.mt40 {
	margin-top: 40px;
}


/**************************************************************************************/
/**************************************************************************************/
/*		RESPONSIVE [=responsive]
/**************************************************************************************/
/**************************************************************************************/
/* big media */
@media (min-width: 1251px) {

	/* agrandit le slider accueil (car en dur dans le code js, donc à remettre en css lors d'agrandissement d'écran) */
	#alaune .swiper-container {
		width: 730px;
	}

}

/* pre-medium media */
@media (max-width: 1250px) {
	
	/* reduit le slider accueil */
	#alaune .swiper-container {
		width: 600px;
	}

	/* supprime les image de fond */
	#formulaire_formidable-1 {
		background: none;
	}

}

/* medium media */
@media (max-width: 1150px) {
	
	/* reduit le slider accueil */
	#alaune .swiper-container {
		width: 500px;
	}

	/* on masque le menu */
	nav li {
		display: none;
	}
	/* on laisse jsute afficher le lien de connexion */
	nav li.connexion {
		display: block;
	}

	/* input l'un en dessous de l'autre */
	#associations_filtre input, 
	#associations_filtre select {
		display: block;
	}
	#associations_filtre p {
		height: auto;
	}

	/* recale fleche slider de album */
	.album-vandoeuvre .swiper-button-next, 
	.album-vandoeuvre .swiper-button-prev {
		top: 60px;
	}

}

/* pre-small media */
@media (max-width: 880px) {
	
	/* reduit le slider accueil */
	#alaune .swiper-container {
		width: 400px;
	}

	/* masque le descriptif de l'agenda accueil */
	.evt_descriptif {
		/*display: none;*/
	}

}

/* small media */
@media (max-width: 767px) {
	
	/* pour que lien article sur une ligne */
	#article_liste a {
		display: block;
	}

	/* cache le bouton print */
	#print {
		display: none;
	}

	/* desactive les grids (hack bug .grid-small-1) */
	.grid {
		display: block; 
	}

	/* remets du coup la bonne taille au bloc */
	.two-thirds {
		width: 100%;
	}

	/* reduit moteur de recherche */
	#formulaire_recherche {
		padding: 0;
		background: none;
		height: auto;
		border: none;
	}
	#formulaire_recherche form {
		display: block;
		min-height: initial;
	}
	#formulaire_recherche #recherche {
		width: 85%;
	}

	/* reduit le slider accueil */
	#alaune .swiper-container {
		width: 100%;
	}

	/* bouton prev/next slider accueil */
	.swiper-button-next,
	.swiper-button-prev {
		/*display: none;*/
		top: 100px;
	}

	/* hauteur slider accueil + marge */
	#alaune .swiper-container {
		height: auto;
	}

	/* retire la border bleu sur les cols droite */
	#agenda,
	.colr {
		padding: 0;
		margin-top: 50px;
		border: none;
		border-top: solid 1px #01B0F1;
		padding-top: 20px;
	}

	/* réajuste la marge sur l'accueil */
	#agenda {
		margin-top: 20px;
	}

	/* esapce entre agenda et demarches */
	#demarches {
		margin-top: 50px;
	}

	/* agrandit les liens demarches */
	#demarches article a {
		width: 100%;
		height: 55px;
    	line-height: 55px;
    	font-size: 19px;
	}

	/* recentre les lien du footer */
	footer {
		text-align: center;
		padding-left: 20px;
		padding-right: 20px;
	}

	/* footer, réorgnise les liens */
	footer > p + ul {
		margin: 20px 0;
		border: none;
		padding: 0;
	}

	/* orgnaise les liens externes du footer */
	footer > p + ul + div ul {
		padding: 0;
	}
	
	/* mise en forme le titre demarche de l'accueil */
	#demarches > h1 {
		margin-bottom: 20px;
		height: 30px;
		line-height: 30px;
	}

	/* réduit la barre orange menu */
	#clopen {
		height: 65px;
	}

	/* reire la marge prévu pour le menu barre orange */
	#container {
		padding-left: 0;
	}

	/* supprime la bordure bleu du mnav */
	nav a {
		border: none;
	}

	/* supprime le bouton imprimer */
	#outils #print {
		display: none;
	}

	/* marge sur le resumé dans la liste des assoc */
	.association .grid div + div {
		clear: both;
	    padding-top: 10px;
	}

	/* input l'un en dessous de l'autre */
	#associations_filtre input, 
	#associations_filtre select {
		display: inline-block;
		/* et prend presque toutes la ligne */
		width: 68%;
	}

	#associations_filtre {
		margin: 10px 0 40px 0;
		border: none;
	}

	/* recale fleche slider de album */
	.album-vandoeuvre .swiper-button-next, 
	.album-vandoeuvre .swiper-button-prev {
		top: 70px;
	}


}

/* tiny media */
@media (max-width: 543px) {
}

