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

   theme.css
   Theme par defaut de SPIP 3.1 
   2014 - theme neodist - collectif SPIP

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

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

/* Elements principaux
------------------------------------------ */
@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

body {font-family: "Marat", Helvetica, sans-serif; color:rgba(0,0,0,.84);background:rgba(0,0,0,.14); text-rendering: optimizeLegibility; } 
.page {background:#ffffff; }
h1,.h1,
h2,.h2 { line-height: 1.2; font-weight:700; }

/* Hyperliens
---------------------------------------------- */
a, a:visited { color: rgba(0,0,0,.84); text-decoration:none  }
 
a:focus, 
a:hover, 
a:active { text-decoration: underline;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

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

/* fil d'ariane */
.arbo { clear: both; color: rgba(0,0,0,.54); margin: 0 0 3em 0; letter-spacing:.2px; }
.arbo * { font-weight: normal; }
.arbo a,
.arbo a:visited { color: rgba(0,0,0,.54); text-decoration:none;}
.arbo a:hover,
.arbo a:focus { border-bottom: 1px solid rgba(0,0,0,.54); }

.lettrine {
 float: left;
 font-size: 4em;
 font-weight: bold;
 color:#B62A38;
 border: 10px solid #B62A38;
 padding: 17px 20px 24px 20px;
 margin:-34px 12px 7px -10px;
 line-height: .7em;
}

figure {
    margin: 0;
    margin-bottom: 0;
    clear: both;
    margin-left: -2.666rem;
    margin-right: -2.666rem;
}

.taille { width: 140px; }
.marge { margin:0 3em; }

.cartouche { margin: 2em; }
.cartouche h1 { font-weight: 900; font-size: 2.556em; }
.cartouche p { }
.surtitre { text-transform: uppercase; letter-spacing: .08em; display: block; margin: 2em 0 .5em 0; }
.soustitre { text-transform: uppercase; letter-spacing: .08em; display: block; margin: 0 0 2em 0; }
abbr.published { border: 0; }
@media print {
	abbr[title].published:after { content: ""; }
	abbr[title].dtreviewed:after { content: ""; }
}
.info-publi { color:rgba(0,0,0,.54); letter-spacing:.2px; margin:2em 0; line-height: 1.7;}
html[dir="rtl"] .info-publi { font-style: normal; }
.traductions { color:rgba(0,0,0,.54); font-size: .9em; }
.traductions a[hreflang]:after { content: ''; }

.author a { text-decoration:none; }
.chapo { font-weight: bold; font-size: 1.25em; margin-left: 1.5em; margin-bottom: 4em; }
.chapo a { color:#B62A38; }
.texte { font-size: 1em; line-height: 1.5; margin: 2em; font-family: 'PT Serif', Georgia, 'Times New Roman', Times, serif; letter-spacing: -.004em; color: #000000; }
.texte small { color:rgba(0,0,0,.54); font-family: "Marat", Helvetica, sans-serif; font-size:.85em; }
.texte a { border-bottom: 1px solid rgba(0,0,0,.54); text-decoration:none; color:#3a3a3a; }
.texte a:hover { color:#B62A38; }
.texte ul { margin-left:1em; list-style:disc; }
.texte h3 { font-family: "Marat", Helvetica, sans-serif;}
.sur { text-transform: uppercase; font-size: 0.833rem; letter-spacing: .08em; display: block; margin: 0 0 .25rem 0; color:rgba(0,0,0,.54); }
.sous { text-transform: uppercase; font-size: 0.833rem; letter-spacing: .08em; display: block; margin: 1.25rem 0 0 0; color:rgba(0,0,0,.54); }
.hyperlien { display: block; padding: 1.5em 50px; background: #ebebeb url(img/def.png) no-repeat 25px 1.9em; font-weight: bold; }
.ps, .notes { margin-bottom: 1.5em; }
.notes { clear: both; font-size: .9em; }

/* 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: #EEE; }
table.spip tr:hover td {background: #AAD;}
table.spip tfoot { border-top: 1px solid; }

/* 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: 90%;
  	  color: rgba(0,0,0,.54);
	  outline: none;
	  font-size: 2.4em;
}
.formulaire_recherche input.submit { 
	width: 17%;
	padding:0; 
	height: 32px;
	vertical-align: middle;
	border:solid 1px #aaa;
	background:#ddd;
	border-left: none;
	-webkit-border-radius: 0 0.25em 0.25em 0;
	border-radius: 0 0.25em 0.25em 0;
	text-align: center;
}

/* 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:#EEE;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 #EEE;}
.comments  ul {list-style:none;}
.comment-item {margin:0.5em 0 0 0;padding:0.5em 0 0 0;border-top:1px solid #EEE;}
.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 #EEE;}
.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; margin: 0.5em 0; }
html[dir="rtl"] .formulaire_forum .saisie_texte .explication { font-style: normal; }
.formulaire_forum .boutons { margin-top: 1em; }

/* 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: 2.5em; }
.menu ul li {}
.menu ul li ul { margin-left: 1.5em; list-style: circle; }
 
/* Pagination */
.pagination a,
.pagination .on  { padding:.5em; margin: 0em; border-radius:.25em; }
.pagination a { background: #f0f0f0; text-decoration: none; }
.pagination .on,
.pagination a:hover,
.pagination a:focus,
.pagination a:active { 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: 2.5em; }

.menu_articles li h2 { margin: -0.2em 0 0.2em 0; }
.menu_articles li p { margin: 0; }
.menu_articles li small {  }
.menu_articles li .enclosures { float: right; text-align: right; max-width: 60%; margin: 0; }
.menu_articles li div {margin-top:0.3em;margin-bottom:0.5em;}
.menu_articles a {text-decoration:none; }
.menu_articles a:hover { color:#B62A38; 
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.menu_articles strong {font-size:1.2em;}
 
.menu_breves li {}
.menu_breves li h3 { margin: 0; }

.aside h2 { }

.aside li {margin:2.5em 0;}
.aside a {text-decoration:none;}

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

/* ------------------------------------------
/* 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) { 
  .pagination {line-height:3;}
}

 
/* largeur maximum 640px */
@media (max-width: 640px) {
  body {font-size:1.063em; background:#FFF; }
  h1,.h1,
  h2,.h2 { line-height:1.2;}
  .cartouche h1 { font-size: 1.875em; }
  .texte { font-size: 1.111em; margin: 3em 0 2em 0; line-height: 1.4 }
  .taille { width: 110px; }
  .chapo { margin: 1em 0 0 0; }
  small { font-size:0.875em; }
  .lettrine { font-size: 3em; border: 5px solid #B62A38; padding: 12px 15px 21px 15px; margin:-15px 12px 7px 0; }
  figure { margin-left: -20px; margin-right: -20px; }
  .noun { margin: 2em !important; }
  .marge { margin:0; }

}


/* fin */