:root {
	--violet-fonce: #7E57C2;
	--violet-gris: #6B5F7F;
	--violet-moyen: #8A79BF;
	--violet-clair: #A394BF;
	--violet-tres-pale: #EBE7EF;
	--vert-1: #99BD56;
	--vert-2: #577028;
	--vert-3: #5D1D70;
	--beige: #F2D6B6;
	
	--lien-1: #6A5F7E;
	--lien-2: #657D39;
	--fond-clair: #EBE7EF;
	--bouton: var(--violet-clair);
	--cadre-clair: 1px solid var(--violet-clair);
}

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
	line-height: 140%;
	background: var(--fond-clair) url(../img/lavande-motif.png) calc(100% - 50px) calc(100% - 100px) no-repeat;
}
body.page_404 {
	background: var(--fond-clair) url(../img/404.jpg) 100% 100% no-repeat;
	background-size: cover;
	background-position: bottom center;
}
/* Surcharge styles SPIP
---------------------------------------------- */
.hyperlien {
	font-weight: inherit!important;
	background-color: #ECEDDE;
}
a {
	color: var(--lien-1);
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	font-weight: 400;
}
.hyperlien a {
	color: var(--lien-2);
	text-decoration: underline;
}
ol.spip {
	margin-left: 2.2em;
}
ol.spip li {
	margin-bottom: 0.5em;
}

.pagination {text-align: right;}
.pagination a {
    background: transparent;
    border: var(--cadre-clair);
}
.pagination a#pagination_selection {
	border: none;
}
.pagination .on {
	font-weight: normal;
	background: var(--bouton);
    border: var(--cadre-clair);
	color: white;
}
/* Ajout 2026-09-10 : SPIP 4 a change le balisage de #PAGINATION (ul.pagination-items >
   li.pagination-item > a/span.pagination-item-label au lieu de span.pages>strong/a).
   On reconstitue ici le rendu "petits cubes" du site de production : chaque page dans
   un bloc borde/arrondi, page active en fond violet plein, le tout aligne a droite
   comme avant. Reprend directement --cadre-clair et --bouton, deja definis plus haut,
   pour rester coherent si la charte graphique change. */
.pagination-items {
	/* SPIP4 place ce ul en frere du p.pagination (le navigateur ferme le <p> des qu il
	   rencontre un <ul>, qui n est pas du contenu autorise dans un <p>) - on reproduit
	   donc ici l alignement a droite qui etait prevu sur .pagination elle-meme. */
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
}
.pagination-item {
	display: inline-block;
	margin-left: 0.3em;
}
.pagination-item-label {
	display: inline-block;
	min-width: 1.2em;
	padding: 0.2em 0.6em;
	text-align: center;
	border-radius: 3px;
	background: transparent;
	border: var(--cadre-clair);
}
.pagination-item-label.on {
	font-weight: normal;
	background: var(--bouton);
	border: var(--cadre-clair);
	color: white;
}
sup, sup.typo_exposants {
    font-size: 70%;
    text-transform: lowercase;
    vertical-align: -5%;
}
.spip_documents img {max-width: 100%; height: auto;}

/* Surcharge materializecss
---------------------------------------------- */
figure {margin: 1em 0;}
nav {
    background-color: transparent;
    width: 100%;
    height: auto; 
    line-height: auto; 
}

.card .card-image .card-title {
    color: #FFF;
    font-weight: 500;
    text-shadow: 1px 1px 1px #333;
}	
.card .card-content {
    padding: 10px;
}
.card .card-image .adapt-img-wrapper {
	display: block !important;
    background-position-x: 0;
    background-position-y: 100%;
    background-attachment: fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.card .card-action {padding: 0;}
.card .card-action a {display: block; width: 100%; height: 100%; text-align: right;margin:0; padding:1em;}
.card .card-action a:hover {background-color: rgba(153, 189, 86, 0.2);color: #577028;}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
	color: var(--vert-1);
	font-weight: 400;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #577028;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):active {
    color: var(--vert-3);
}
.card .card-content .card-title {
	font-family: "Roboto Condensed",Arial,sans-serif;
	line-height: 24px;
	display: block;
	margin-bottom: 0.5em;
	color: #6B5F7E;
}
.card .card-content .card-title a {
	color: #6B5F7E
}
h1 {
	color: #6B5F7F;
	font-size: 2.4rem;
	line-height: 110%;
	margin: 0.5em 0 0.5rem 0;
}
h2 {
    font-size: 2.1rem;
    line-height: 110%;
    margin: 1rem 0 1rem 0;
}
h3 {
    font-size: 1.8rem;
    line-height: 110%;
    margin: 1rem 0 1rem 0;
}
p.surtitre {
	font-weight: 300;
	font-size: 1.3em;
	margin-top: 1em;
	margin-bottom: 0;
	color: var(--violet-moyen);
}

.card.horizontal .card-image {
    background-size: cover;
}
.card.horizontal .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card .spip_logos {
    margin: 0;
}
.container.article {
	width: 90%;
    padding: 2rem;
	background-color: rgba(255, 255, 255, 1);
	border-radius:2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
    border-bottom: 1px solid #7E57C2;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #7E57C2;
    -webkit-box-shadow: 0 1px 0 0 #7E57C2;
    box-shadow: 0 1px 0 0 #7E57C2;
}
blockquote {
    border-left: 5px solid var(--vert-1);
}
ul.spip {margin-left: 2em;}
ul.spip  > li {text-indent: -1.2em;margin-bottom:0.25em;}
ul.spip  > li:before {
	font-family: 'Material Icons';
	content: "texture";
	-webkit-font-feature-settings: 'liga';
	color: #7E57C2;
	padding-right: 0.5em;
	vertical-align: middle;
	font-size: 0.7em;
}
img.adapt-img,.lazy img.adapt-img {opacity: 1;}
/* Hyperliens
---------------------------------------------- */

h1 > a, h2 > a, h3 > a {
	color:#666;
	text-decoration:none;
}
a.button-collapse {color:#FFF;font-size:200%;margin-right:0.5em;text-decoration:none;vertical-align:middle;}
a.button-collapse:hover, a.button-collapse:active {text-decoration:none;}
a.button-collapse i.material-icons {height: 24px;line-height:24px;}
a.suite {color: #6A1B9A;float:right;}
a.suite, a.suite:hover, a.suite:active {text-decoration:none;}

a.spip_out {text-decoration:underline;}

a.ghostbutton {
	cursor:pointer;
	display:block;
	color:#000;
	font-size:100%;
	font-weight:400;
	text-decoration:none;
	border-bottom:1px solid #000;
	text-transform: uppercase;
	vertical-align:middle;
	line-height:1em;
	padding: 0.2em 0.8em;
	margin:0 0 0 0;
	text-rendering:optimizeLegibility;
	letter-spacing:0.05em;
}
a.ghostbutton:hover {
	border-color: rgba(97, 97, 97, 0.3);
	border-bottom-color: #000;
	background-color: rgba(255, 255, 255, 0.8);
};a.ghostbutton:active {
	border-color: rgba(97, 97, 97, 0.7);
	background-color: rgba(255, 255, 255, 0.9);
}
textarea {
	margin-top: 1rem;
	height: auto;
	background-color: #ECEDDE;
}

/* Entete et barre de navigation
------------------------------------------ */
#entete {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:390px;
	background-image:url(../img/lavande.jpg);
	background-repeat:no-repeat;
	background-position-x:50%;
	background-position-y:30%;
	background-size:cover;
	margin:0 auto;
}
.copyright {
	position:absolute;
	bottom:0;
	left:0;
	color:#FFF;
	background-color: rgba(0,0,0,0.2);
	font-size:70%;
	text-align:left;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.page {
	width:85%;
	max-width: 1280px; 
	padding:0;
	margin-top:400px;
    align-self: auto;
    flex: 1 0 auto;
}
.header {width:85%;max-width: 1280px;text-align:left;margin: 0 auto; }
.header #logo {display: block; margin:260px 0 0 0; line-height: 1;}

.header #logo,
.header #logo a,
.header #logo a:hover { background: transparent; text-decoration: none; color: #FFF; }
.header #slogan { margin: 0; }
h1.logo {font-size: 4vw;text-shadow:0px 2px 3px #000;background-color: rgba(0,0,0,0.2);}

.header {}

#barrenav {width:85%;margin: 0 auto; padding: 0.5em 0.25em 1em 1.5em;text-align: left}
#barrelang {width:90%;margin: 0 auto;padding-top:2px;}

div#barrenav ul,
div#barrelang ul {
	display:inline;
}
div#barrenav ul.nav-site li,
div#barrelang ul.langues li {
	float:left;
}
ul.nav-site li {margin-right:1em;}

.main {padding:0;}
.footer {clear: both;border-top: 1px solid #8A79BF;font-size:0.8;}

.wrapper { clear: both; float: left; width: 70%; overflow: hidden; }
.content { min-height: 350px;clear:both;}
.aside { float: right; width: 25%; overflow: hidden; }

nav a.button-collapse {
    color: #000;
}
/* contenu du sommaire
------------------------------------------ */

.liste-articles {
}
.liste-articles h1,
.liste-articles-recherche h1,
.contenu-plan h1,
.contenu-contact h1,
.contenu-rubrique h1 {
	color: #333;
	color: #6B5F7F;
	font-size: 1.5em;
	font-weight: 400;
}	
.contenu-plan h1,
.contenu-contact h1,
.contenu-rubrique h1 {
	text-transform: uppercase;
}	
.liste-articles-recherche h1 > span.caps {
	text-transform: uppercase;	
}
.liste-articles-recherche h2 {
    font-size: 1.4rem;
    line-height: 110%;
    margin: 1rem 0 1rem 1rem;
}
/* choix de la langue
------------------------------------------ */
ul.langues {
	padding: 10px;
}
.langues li {
	display:inline;
	list-style-image:none;
}

.langues li a {
	display:block;
	color:#fff;
	font-weight: 400;
	font-size: 1rem;
	border:none;
	vertical-align:middle;
	line-height: 1.5em;
	padding: 0 1em;
	margin: 0;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.langues li.lien a { 
	color:#7E57C2;
	text-decoration:none;
	border-bottom: 1px solid #7E57C2;
}
.langues li.lien a:hover { 
	background-color: rgba(126, 87, 194, 0.2);
}
.langues li.actif a {
	color:#FFF;
	border: 1px solid #7E57C2;
	background-color: #7E57C2;
	cursor:default;
	border-radius: 2px;
}
ul.langues li:first-child {margin-right: 0.5em;}

/* Colonne latÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©rale
------------------------------------------ */

.marge {
	margin-top:-130px;
}
.marge .section {
	background-color: rgba(255, 255, 255, 1);
	border-radius:2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.breves {
	padding:1em;
	font-size:80%;
	line-height: 130%;
	background-color:transparent;
}

.breves h2 {
	text-transform:uppercase;
	color:#333;
	font-size:1.5em;
	font-weight:400;
}
.breves h3 {
	color:#666;
	font-size:1.2em;
	margin-bottom:0.25em;
}
.breves p,
.breves hr {margin:1em 0 0.25em 0;}

.chercher {
	margin-top: 1rem;
}
	
/*--------------------------------------------
 * formulaire de recherche
 *--------------------------------------------
*/
#formulaire_recherche {
	margin: 1em;
	font-size:0.9rem;
}
#formulaire_recherche input,
#formulaire_recherche input:focus {
	/* border-bottom: none; */
}

table.gsc-search-box {
  border-style: none;
  border-width: 0;
  border-spacing: 0 0;
  width: 100%;
  margin-bottom: 2px;
}
table.gsc-search-box  td, th {
  padding: 8px 4px!important;
  margin-bottom: 0;
}
.gsc-control-cse {
  padding: 0 8px!important;
}
table.gsc-search-box td.gsc-input {
  padding-right: 4px!important;
}
table.gsc-input {
	margin-bottom: 0;
}
.gsc-input-box {
  border: 1px solid #8A79BF;
  background: transparent;
  border-radius: 2px;
}

.gsc-search-button-v2 {   
	border-color: var(--violet-moyen)!important;
    background-color: var(--violet-moyen)!important;
    background-image: none!important;
    border-radius: 2px;
    filter: none;
    padding: 0 16px!important;
} 
.gsc-search-button-v2:hover, 
.gsc-search-button-v2:focus,
.gsc-search-button-v2:active
{   
	border-color: var(--violet-fonce)!important;
    background-color: var(--violet-fonce)!important;
    background-image: none!important;
}
.gsc-search-button-v2 svg {
    width: 16px!important;
    height: 16px!important;
	margin: 8px 4px 0 4px!important;
}
table.gsc-search-box td.gsc-input {
  padding:0;
}
.gsst_a .gscb_a {
    color: var(--violet-clair)!important;
}
.gsst_a .gscb_a:hover,
.gsst_a .gscb_a:active {
    color: var(--violet-fonce)!important;
}
/* menu
------------------------------------------ */
.menu {
	/*background-color: rgba(255, 255, 255, 0.8);
	background-color: rgba(231, 232 ,229, 0.95);
	border-radius:2px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 3px 10px, rgba(0, 0, 0, 0.15) 0 3px 10px;*/
}	
.rubriques {
	padding-top:2em;
	width:90%;
	margin:0 auto;
}
.menu .rubriques li:first-child {
	border-top:1px solid #bbb;
}
.rubriques li {
	text-align:left;
	font-size:100%;
	font-weight:400;
	border-bottom:1px solid #bbb;
	padding:0;margin:0;
	font-family:"Roboto",Arial,sans-serif;
}
.rubriques a {
	display:block;
	width:100%;
	height:100%;
	color:#000;
	padding: 0.8em 0.25em;
	text-decoration:none;
}
.rubriques a:hover {
	background-color: rgba(153, 189, 86, 0.2);
}

/* menu retractable */
.side-nav {
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16), 0 5px 0 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16), 0 5px 0 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16), 0 5px 0 0 rgba(0, 0, 0, 0.12);
}
.side-nav li > a:hover {
    background-color: rgba(153, 189, 86, 0.2);
}
/* Tuiles articles 
------------------------------------------ */

.tuile-article {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	vertical-align:top;
	width:100%;
	max-height:200px;
	background-color:#FFF;
	border-radius:2px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	margin-bottom:2%;
	font-size:85%;
}

.tuile-contenu {
	position:relative;
	padding:20px;
}
.tuile-contenu > a:hover,
.tuile-contenu > a:active {
	text-decoration: none;
	color: #6A1B9A;
}
.tuile-logomin {display:none;}

.tuile-logo .spip_logos {
	border-radius: inherit;
	padding:0; margin:0 10px 0 0;
	width:auto;
	background-size:contain;
	height:100%;
}
spip_logos {
	vertical-align:top;
	float:left;
}
.tuile-contenu {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.tuile-contenu h2 {
	font-size:130%;
	margin:0 0 1em 0;
}
.tuile-contenu p {
	line-height:130%;
	margin-bottom:0.5em;
}
.snippet {
	flex: 1;
}
.tuile-suite {
	display: flex;
	align-items: flex-end;
	align-content: flex-end;
	flex: 1 0 auto;
	height: 36px;
	width: 100%;
}
.tuile-suite .btn-flat {
	margin-bottom: 5px;
}

/* Contenu article / plan du site
------------------------------------------ */

.conteneur-article {
	float:left;
	width:60%;
}
.contenu-article {
	background-color:#FFF;
	box-shadow: rgba(0, 0, 0, 0.25) 0 3px 10px, rgba(0, 0, 0, 0.15) 0 3px 10px;
	margin:0 2% 2% 0;
	padding:5%;
	line-height:1.3em;
	font-size:100%;
}
.cartouche {
	margin: 8% 0 5% 0;
}
.contenu-article h1 {
	font-weight: 400;
	margin: 0;
	color: #999;
	font-size: 2em;
	line-height: 110%;
}	
.contenu-article p.soustitre {
	font-weight: 300;
	margin-top: 0.5em;
	color:#999;
	font-size: .3em;
	line-height: 120%;
}	
.contenu-article iframe {
	max-width:100%;
}
.date-publi, .trad-publi {
	font-size: .8rem;
	font-style: italic;
	margin-bottom: 0;
}

div.arbo {
	padding: 0 1em 0.5em 0.25em;
	margin-bottom: 0;
    margin-bottom: 2em;
}
div.arbo a {
	color: #657D39;
	text-decoration: underline;
}
div.arbo a:hover {
	color: var(--vert-2);
	background-color: #D7FF8E;
}
div.arbo a:active {
	color: var(--vert-3);
	background-color: var(--fond-clair);
}
.ps, 
.notes {
	font-size: 90%;
	border-top: 1px dotted #999;
	color: #999;
}
.texte p {
	margin-bottom: 0.5em;
}	
.chapo {
	color: #6B5F7F;
	font-weight: 400;
}
.chapo a,
.texte a {
	text-decoration: underline;
}
.chapo h3 {
	font-family:"Roboto",Arial,sans-serif;
	font-size= 1.2em;
}
.texte {
	padding-bottom: 0.5em;
}
a.spip_in { 
	color: #449;
	text-decoration: none;
	border-bottom: 1px dashed #00488e;
} 

/*** complements de l'article (dans la mÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âªme rubrique) ***/

.complement-article {
	border-top: var(--cadre-clair);
	line-height: 1.3em;
	margin-top: 1rem;
}
.complement-article h2 {
	text-transform: uppercase;
	color: #333;
	font-size: 1.3em;
	font-weight: 300;
	color: var(--vert-1);
}
.complements {
	line-height: 130%;
	background-color: transparent;
	text-align: left;
	font-size: 90%;
}
@media screen and (min-width: 800px) {
	.complements {
		-webkit-columns: 2;
		-moz-columns: 2;
		columns: 2;
	}
}
.complements ul {
	list-style-type: none;
}
.complements li {
	border-bottom: 1px solid #bbb;
}
.complements a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 0.2em;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
}

/* liens internes */

.texte a:hover,
.chapo a:hover {
	background-color: #CFCCA1f;
}
.spip_doc_titre strong {
	font-weight:300;
	font-size:80%;
}

/*  Page rubrique  */
div.intro-rubrique {
	margin: 1em 0;
	line-height: 1.5em;
	font-weight:400;
	border: 1px solid #8A79BF;
	padding: 0.5em;
}
/* Liste des sous-rubriques et des articles (guide du rÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©dacteur) */
.sous-rubriques .card-content .card-title {
	font-size: 1.5em;
}
.sous-rubriques .card-content p:before {
	font-family: 'Material Icons';
	content: "texture";
	-webkit-font-feature-settings: 'liga';
	color: #7E57C2;
	padding-right: 0.5em;
	vertical-align: middle;
	font-size: 0.7em;
}
/* Plan du site */

.liste-articles-plan {
	background-color:#FFF;
	box-shadow: rgba(0, 0, 0, 0.25) 0 3px 10px, rgba(0, 0, 0, 0.15) 0 3px 10px;
	margin:0 2% 2% 0;
	padding:5%;
	line-height:1.3em;
	font-size:100%;
}

/* page contact */

.formulaire-contact {
	border: var(--cadre-clair);
	margin:  0 2% 2% 0;
	padding: 2%;	
}

.formulaire_spip {border:none;}
.formulaire-contact fieldset {border: none;}
.formulaire-contact fieldset.previsu {
	border: 4px dashed #F57900;
	position: relative;
	width: 100%;
	height: 50%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 2em;
	z-index: 10;
}
.formulaire-contact fieldset.previsu .previsu-content {
	background-color: #FFF;
	padding: 1em;
}

.formulaire-contact label {color:#6A1B9A; font-size:0.9rem;}
.formulaire-contact .erreur_message {font-size:0.9rem;margin-top:0.5rem}
.btn, .btn-large {
	color: #FFF;
	background-color: #6B5F7F;
}
.btn:hover, .btn-large:hover {
    background-color: #8A79BF;
}

.formulaire-contact fieldset.previsu .btn {
	color: #FFF;
	background-color: #F57900;
}
.formulaire-contact fieldset.previsu .btn:hover {
    background-color: #FFA000;
}


/* Formulaires
------------------------------------------ */

.formulaire_menu_lang { position: absolute; right: 0; top: .9em; display: block; width: 30%; }

.footer .colophon {/* float: left; *//* height: 40px; *//* width: 70%; *//* margin: 0; */text-align:  center;}
.footer .generator { float: right; }
.footer .generator a { padding: 0; background: none; }

/*--------------------------------------------*/
#ombre {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #333;
    z-index: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.formulaire-contact  {
	background: url(img/bg.png) repeat;
	padding:1em;
}
.formulaire-contact fieldset {
	background-color:#FFF;
	margin:0.5em 0;
	padding:0.25em;
	border:none;
}
.formulaire-contact .control-group {
	margin-bottom:0.5em;
}
.formulaire-contact label {
	display:inline;
	text-align:left;
	font-weight:300;
}
.formulaire-contact input,
.formulaire-contact textarea {

	padding:0.5em;
}
.formulaire p.boutons,
.modal p.boutons {
	text-align:right;
}

.modal {
  	position: fixed;
	padding:1em;
    border: 3px solid #999;
    border: 3px solid rgba(0, 0, 0, 0.3);
}
.popupinfo {
  	width:80%;
  	height:85%;
	top:2%;
	margin:0 auto;
	background-color:#FFF;
	z-index:99;
}
.modal-header h2 {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	color: #0074CC;
	font-size:20px;
	line-height:normal;
	text-align:center;
}
.modal-header p,
.modal-body p {
	margin-bottom:1em;
	text-align:center;
}
.modal-body {
	font-weight:normal;
	background-color:#FFF;
	padding:1em;
}
.previsu .modal-body,
.popupinfo .modal-body {
	height:13em;
	overflow:scroll;
}
.modal-footer {
	padding:0.5em;
}
.lienSuite {
	text-align:right;
	cursor:pointer;
}

/*----- manuel du site -----*/

.manuelsite_contenu_bord_gauche {background-color:#e7ffbf; width:800px;}

/*----- page 404 ----*/
.page_404 p.info404 {
	font-size: 2.5rem;
	line-height: 150%;
	text-align: center;
	color: #000;
	font-weight: 500;
	position: absolute;
	bottom:  5%;
}
.page_404 p.recherche404 {
	width: 50%;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	background-color: var(--fond-clair);
	padding:0.5em;
}