/* --------------------------------------------------------------

   retouches du thème de base pour la méridienne

-------------------------------------------------------------- */

/* ------------------------------------------
/* Habillage des balises HTML
/* ------------------------------------------ */

/* Elements principaux
------------------------------------------ */
body {font-family: Texta, sans-serif; color:#222222;background:#ffffff; line-height: 1.4; } 


b {
    font-weight: inherit;
}

/* Hyperliens
---------------------------------------------- */
a, a:visited {
color: #222; 
text-decoration: none;
border-bottom: 2px solid #fac2c7; 
box-shadow: 0 -0.27em 0 #fac2c7 inset;
transition-duration:.3s;
transition-property: border, color, box-shadow;
-moz-transition-duration:.3s;
transition-property: border, color, box-shadow;
-webkit-transition-duration:.3s;
transition-property: border, color, box-shadow;
} 
 
a:hover {
background-color:transparent; 
color: #F02233;
border-bottom: 2px solid #F02233; 
box-shadow: 0 0 0 #F02233 inset;
}
a:focus, 
a:active {
background-color:#F02233 !important; 
color: #fff !important; 
border: 0 !important; 
box-shadow: 0 0 0 #F02233 inset;
outline:none !important;
}

a.spip_out::after, a.external::after {
content: none;
}


/* Polices
---------------------------------------------- */

  
@font-face {font-family: 'Texta';font-weight: normal;font-style: normal;src: url('polis/30E8B9_2_0.eot');src: url('polis/30E8B9_2_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8B9_2_0.woff2') format('woff2'),url('polis/30E8B9_2_0.woff') format('woff'),url('polis/30E8B9_2_0.ttf') format('truetype');}
  
@font-face {font-family: 'Texta';font-weight: normal;font-style: italic;src: url('polis/30E8B9_3_0.eot');src: url('polis/30E8B9_3_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8B9_3_0.woff2') format('woff2'),url('polis/30E8B9_3_0.woff') format('woff'),url('polis/30E8B9_3_0.ttf') format('truetype');}
 
@font-face {font-family: 'Texta';font-weight: bold;font-style: normal;src: url('polis/30E8B9_1_0.eot');src: url('polis/30E8B9_1_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8B9_1_0.woff2') format('woff2'),url('polis/30E8B9_1_0.woff') format('woff'),url('polis/30E8B9_1_0.ttf') format('truetype');}

@font-face {font-family: 'Texta';font-weight: bold;font-style: italic;src: url('polis/30E8B9_0_0.eot');src: url('polis/30E8B9_0_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8B9_0_0.woff2') format('woff2'),url('polis/30E8B9_0_0.woff') format('woff'),url('polis/30E8B9_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'Rufina';font-weight: normal;font-style: normal;src: url('polis/30E8CC_3_0.eot');src: url('polis/30E8CC_3_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8CC_3_0.woff2') format('woff2'),url('polis/30E8CC_3_0.woff') format('woff'),url('polis/30E8CC_3_0.ttf') format('truetype');}

@font-face {font-family: 'Rufina';font-weight: normal;font-style: italic;src: url('polis/30E8CC_2_0.eot');src: url('polis/30E8CC_2_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8CC_2_0.woff2') format('woff2'),url('polis/30E8CC_2_0.woff') format('woff'),url('polis/30E8CC_2_0.ttf') format('truetype');}

@font-face {font-family: 'Rufina';font-weight: bold;font-style: normal;src: url('polis/30E8CC_0_0.eot');src: url('polis/30E8CC_0_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8CC_0_0.woff2') format('woff2'),url('polis/30E8CC_0_0.woff') format('woff'),url('polis/30E8CC_0_0.ttf') format('truetype');}
  
@font-face {font-family: 'Rufina';font-weight: bold;font-style: italic;src: url('polis/30E8CC_1_0.eot');src: url('polis/30E8CC_1_0.eot?#iefix') format('embedded-opentype'),url('polis/30E8CC_1_0.woff2') format('woff2'),url('polis/30E8CC_1_0.woff') format('woff'),url('polis/30E8CC_1_0.ttf') format('truetype');}


/* typo
------------------------------------------ */

h1,.h1,
h2,.h2 { line-height: 1em; font-family: Texta, sans-serif;}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
font-weight: bold;
}

h1 {
font-size: 4em;
font-weight: bold;
color: #F02233;
margin: 0 0 0.3em 0;
line-height: 0.8em;
}

h2, .h2 {
font-size: 2.5em;
}

h3 {
font-weight: bold;
font-family: Texta, sans-serif;
font-size: 1.7em;
margin: 0 0 0.5em 0;
line-height: 0.95em;
}

.texte h3 {
margin: 1.5em 0 0.8em 0;
color: #F02233;
}

p, .p, ul, ol, dl, dd, blockquote, address, pre, .table, fieldset {
    margin-bottom: 1em;
}

.introduction {
font-size: 1.2em;
font-family: Rufina, serif;
}

/* layout
------------------------------------------ */

.header .spip_logo_site, header a {
vertical-align: middle;
display: inline-block;
}

.header h1 {
font-size: 6em;
margin: 0 0 8px 0;
color: #333;
}

.header a {
vertical-align: middle;
display: inline-block;
border-bottom: 0; 
box-shadow: none;
}

.header .h1 {
margin: 0 0 5px 0;
font-size: 4em;
}

.header a:hover .h1 {
color: #F02233;
border: 0;
}

.header img.fenetre {
display: inline-block;
margin: 0 20px 0 0;
max-width: 100px !important;
height: auto;
vertical-align: middle;
}

.page_sommaire .header .spip_logo {
max-width: 300px;
vertical-align: middle;
}

#slogan {
font-weight: normal;
font-size:1.3em;
}
#slogan.fat {
font-size:2.6em;
}

.spip_logo_site {
font-weight: inherit;
}


/* ------------------------------------------
/* Habillage des elements du contenu
/* ------------------------------------------ */

/* fil d'ariane */
.arbo { display :none; }  

.cartouche { margin-bottom: 1.5em; }

.surtitre, .soustitre { 
font-size: 2em; 
line-height: 1em; 
font-weight: bold;
color: #aaa;
margin: 0;
}

abbr.published { border: 0; }
@media print {
	abbr[title].published:after { content: ""; }
	abbr[title].dtreviewed:after { content: ""; }
}

.info-publi {
margin: 0 0 0.5em;
font-size: 1.3em; 
font-style: normal;
color: #aaa;
font-family: Texta, sans-serif;
 }

html[dir="rtl"] .info-publi { font-style: normal; }
.traductions { font-size: .9em; }
.traductions a[hreflang]:after { content: ''; }

.chapo { font-weight: bold; font-size: 1.4em;}

.texte {
font-size: 1.4em;
font-family: Rufina, serif;
}

.texte iframe {
	margin: 0.4em 0 1.5em;
}

.hyperlien { display: block; padding: 1.5em 50px; background: #EED url(img/def.png) no-repeat 25px 1.9em; font-weight: bold; }
.ps, .notes { margin-bottom: 1.5em; }

.notes {
clear: both;
font-size: 1.1em;
font-family: Rufina, serif;
}

.spip_note_ref {
color: #ccc;
}
.spip_note_ref a {
font-family: Texta, sans-serif;
}
a.spip_note, .texte a.spip_note {
font-weight: normal;
border: 0;
box-shadow: 0 0 0;
}

.notebox {
background: #fff;
font-family: Rufina, serif;
font-size: 1em;
margin: 0;
padding: 0 0 30px 0;
position: fixed;
z-index: 30;
bottom: 0;
max-height: 85%;
overflow:auto;
width: 23%;
}
.notebox.plein {
}

.notebox div {
display: none;
}
.notebox div.visible {
display: block;
position:relative;
}

/* Listes et tableaux */
dl.spip dt { background: url(img/def.png) no-repeat 25px .5em; }
dl.spip dd {}

table.spip {margin:1em 0;}
table.spip caption {  background: none; border-bottom: 1px solid; text-align: left; font-weight: bold; }
table.spip thead th { background: none; border: 1px solid; border-width: 1px 0; }
table.spip tbody tr th,
table.spip tr td { background: none; }
table.spip tbody tr.odd th,
table.spip tr.odd td { background: #EED; }
table.spip tr:hover td {background: #AAD;}
table.spip tfoot { border-top: 1px solid; }


.spip_doc_inner {
	margin: 0;
	text-align: left;
	max-width: 100%;
}

.spip_doc_legende {
	display: block;
	max-width: 90%;
	margin-left: 0;
}

.spip_documents_right,
.spip_documents_left{
	max-width: 50%;
}

.spip_documents_center {
margin-top: 1.5em;
}
.spip_documents_center, .spip_doc_titre, .spip_doc_descriptif {
margin-left: 0;
margin-right: 0;
text-align: left;
}

.spip_doc_titre, .spip_doc_descriptif {
font-size: 0.75em;
margin: 0.3em 0 0 0;
font-family: Texta, sans-serif;
}

dt {
font-weight: normal;
}

/* Formulaires : variantes et cas particuliers
----------------------------------------------- */
.formulaire_spip { margin-bottom: 1.5em; }

fieldset {
  width: 100%; margin: 0;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

label { display: block; }
.formulaire_recherche label { display: block; }
.erreur_message { display: block; }
input.text,textarea {
  width: 100%;
  -ms-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.content input.text { width: 50%; }
textarea { width: 100%; }

/* Selection des langues */
.formulaire_menu_lang { margin: 0; padding: 0; background: none; }

/* Formulaires de recherche (site / petitions) */
.formulaire_recherche input.text { width: 15vw; max-width: 180px; padding-left: 20px;border:solid 1px #aaa; background:#fff url(img/recherche.png) no-repeat left center; }
.formulaire_recherche input.submit {padding:0.1em;}

/* Choix des mots-clefs */
ul.choix_mots { display: block; margin: 0; padding: 0; list-style: none; }
ul.choix_mots li { clear: none; float: left; display: block; width: 30%; padding: 1%; }
ul.choix_mots li label { display: inline; font-weight: normal; }

.formulaire_spip .bugajaxie { display: none; } /*IE/Win*/

/* Formulaire de login dans une page */
.formulaire_login .editer-groupe .editer { clear: left; }
.formulaire_login .editer_password .details { display: block; }
.formulaire_login #spip_logo_auteur { float: right; }

/* Fomulaire de contact */
.formulaire_ecrire_auteur {}
.formulaire_ecrire_auteur .saisie_sujet_message_auteur input.text { width: 100%; }


/* Habillage des portfolios
---------------------------------------------- */
.documents_portfolio li {display:inline;margin:0;padding:0;}
.documents_portfolio a {display:inline-block;padding:10px;margin:5px;border:1px solid #ccc !important;color:#EED;background:#fff;box-shadow: 5px 7px 5px 2px rgba(85,85,85,0.3);}
.documents_portfolio a:hover {color:#999;opacity:0.8;}
.documents_portfolio img {margin:0;}

.documents_joints .descriptif p {margin:0;}

/* Habillage des forums
---------------------------------------------- */
.comments  {margin-top:2em;padding:1em 0;border-top:10px solid #EED;}
.comments  ul {list-style:none;}
.comment-item {margin:0.5em 0 0 0;padding:0.5em 0 0 0;border-top:1px solid #EED;}
.comments-items .comments-items {margin-left: 25px;padding-left: 20px;border-left:5px solid #ddd;}
.comment-meta { margin: 0; font-weight: bold; }
.comment-meta small { font-size: 100%; }
.comment-meta abbr { border: 0; }
.comment-meta a { text-decoration:none;}
.comment-content .hyperlien { padding: 0; background: transparent; font-weight: normal; }

/* Formulaire de forum */
.forum-titre  {margin-top:2em;padding:1em 0;border-top:10px solid #EED;}
.formulaire_forum {}
.formulaire_forum legend { display: none; }
.formulaire_forum .saisie_titre input.text { width: 100% }
.formulaire_forum .session_qui { display: none; }
.formulaire_forum .saisie_texte .explication { font-size: .9em; font-style: italic; }
html[dir="rtl"] .formulaire_forum .saisie_texte .explication { font-style: normal; }

/* Habillage des petitions
---------------------------------------------- */
#signatures td.signature-date small { white-space: nowrap; }
#signatures .formulaire_recherche { margin: 1.5em auto; text-align: center; }

/* Formulaire de signature */
.formulaire_signature {}

/* ------------------------------------------
/* Sous-navigation et autres menus
/* ------------------------------------------ */

/* Habillage general des menus de nav */
.menu { clear: both; margin-bottom: 1.5em; text-align: left; }
.menu p {}
.menu ul { margin-bottom: 1.5em; }
.menu ul li {}
.menu ul li ul { margin-left: 1.5em; list-style: circle; }
 
/* Pagination */
.pagination-items li {
	list-style-type: none;
	display: inline-block;
	font-size: 1.4em;
	margin-right: 0.5em; 
} 

.pagination a,
.pagination .on  { font-size: 1.4em; padding:.5em 1em; border-radius:1em; box-shadow:none }
.pagination a { background: #fac2c7; text-decoration: none; border: 0; margin: 1em 0; }
.pagination a:hover { background: #F02233; color: #fff; }
.pagination .on { font-weight: bold; background: #222; color: #fff; }
.pagination .sep { visibility: hidden; }
.menu_articles .pagination strong {font-size:1em;}

/* Listes d'articles et extraits introductifs */
.menu_articles li { clear: both; margin-bottom: 1.5em; }
.menu_articles li h3,
.menu_articles li h2 { margin: 0 0 0.2em 0; }
.menu_articles li p { margin: 0; }
.menu_articles li small {  }
.menu_articles li .spip_logo {float: left; width: 200px; margin: 5px 20px 5px 0;}
.menu_articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.menu_articles li div {margin-top:0.2em;margin-bottom:0.5em;}
.menu_articles a {text-decoration:none;}
.menu_articles strong {font-size:1.2em;}
.menu_articles li .soustitre {font-size: 1.5em;}
 
.menu_breves li {}
.menu_breves li h3 { margin: 0; }

.menu.mots ul li {
display: inline-block;
font-size:1.2em;
margin: 20px 0 0 0;
}
.menu.mots ul li a {
border: 0;
border-radius: 18px;
padding: 8px 16px 7px;
background: #fac2c7;
color: #333333;
transition-duration:.2s;
transition-property: background;
-moz-transition-duration:.2s;
-moz-transition-property: background;
-webkit-transition-duration:.2s;
-webkit-transition-property: background;
margin-right: 0.5em;
}
.menu.mots ul li a:hover {
background: #F02233;
color: #ffffff;
}


.ps {
font-size: 1.3em;
}

.aside h2 {
font-size: 2em;
text-transform: uppercase;
margin-bottom: 0.5em;
font-weight: normal;
}

.aside li {
margin:0 0 1em 0;
}

.aside a {text-decoration:none;}

.footer {
border-top: 1px solid #F02233;
font-size:1.2em;
}

.footer a {text-decoration:none;}
.footer a.spip_out:after {
  content: "";
}

.content input.text, .content textarea {
margin-bottom: 15px;
}

.menu .date {
font-size: 1.2em; 
line-height: 1em; 
color: #aaa;
margin: 0 0 8px 0;
}

.formulaire_recherche label {
display: none;
}
.formulaire_recherche input.submit {
border: 0;
color: transparent;
background: url('../images/loupe.png') no-repeat 0 0 transparent;
width: 30px;
height: 30px;
margin-left:5px;
padding: 0;
}
.formulaire_recherche input.submit:hover {
color: transparent;
background: url('../images/loupe.png') no-repeat -30px 0 transparent;
cursor: pointer;
}
.formulaire_recherche input.text, .formulaire_recherche input.submit {
vertical-align: top;
}


/* ------------------------------------------
/* Autres medias
/* ------------------------------------------ */

@media print {

	/*  Ne pas imprimer */
	.spip-admin,
	.spip-admin-float,
	.spip-previsu { display: none; }
	.repondre,
	.formulaire_spip { display: none; }

	/* Souligner et expliciter les liens */
	a { color: #600; text-decoration: underline !important; }
	a.spip_out:after,
	a.spip_glossaire:after,
	a.spip_mail:after { display: inline; content: " [" attr(href) "]"; }

}


/* ------------------------------------------
/* Responsive
/* ------------------------------------------ */

/* largeur maximum 767px */
@media (max-width: 767px) { 
 	body {font-size:0.9em;}
 .pagination {line-height:3;}
  .notebox {
	font-size: 0.9em;
	padding: 0 15px 15px 15px;
	bottom: 0;
	max-height: 60%;
	width: calc(100% - 40px);
	}
	.notebox.plein {
	border-bottom: 0;
	padding-top:15px;
	border-top:1px solid #ccc;
	}

	h1 {font-size: 3em;}	
	.soustitre {font-size: 1.8em;}
	.menu_articles li .soustitre {font-size: 1.3em;}


	.header h1 {font-size: 12vw;}
	.header #slogan {font-size: 5vw;}
	.header .h1 {font-size: 10vw;}
	.header img.fenetre {margin: 0 15px 0 0;}
	
	.aside h2 {font-size: 3vw;}
	
	.menu_articles li .spip_logo {float: none; width: 100%; margin: 0 0 8px 0;}
}

 
/* largeur maximum 640px */
@media (max-width: 640px) {
	body {font-size:0.85em;}
	.texte {font-size: 1.1em;}
	.surtitre, .soustitre { font-size: 1.6em;}
	.menu_articles li .soustitre {font-size: 1.2em;}

	.header img.fenetre {max-width: 15vw !important;}
	h1 {font-size: 2.8em;}	
	.soustitre {font-size: 1.8em;}
	.header h1, .header .h1 {font-size: 10vw;}
	.header #slogan {font-size: 4vw;}
	.header img.fenetre {margin: 0 10px 0 0;}
	
	.aside h2 {font-size: 2em;}

	.formulaire_recherche {margin: 2em 0 2.5em}
	.formulaire_recherche input.text { width: 80%; max-width: 80%; }

	.texte iframe {
		height: calc(100vw / 1.77);
	}

}


/* fin */