/*********************************************/
/*   Feuille de style du Kit Spip CNRS       */
/*   Styles globaux au Kit labos             */
/*   Auteur : CNRS                           */
/*   © 2013                                  */
/*********************************************/


/*--- COMMUN ---*/

#metas {
  color: grey !important;
  font-size: 0.8em;
  margin: 0.5em 0;
}
#metas a {
  text-decoration: none;
  font-weight: bold;
  color: grey;
}

code,
.spip_code,
.spip_cadre {
  background-color: #eee;
  font-family: monospace;
  font-style: normal;
  font-size: 1em;
  padding: 0.1em 0.5em;
}

.spip_documents {
  margin: 1.5em 0;
  min-width: 220px;
}
.spip_documents_center {
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.spip_documents_left {
  float: left;
  margin:10px 10px 10px 0;
}
.spip_documents_right {
  float: right;
  margin:10px 0 10px 10px;
}
.spip_documents .spip_doc_image {
  line-height: 0;
  text-align: center;
}
.spip_documents .spip_doc_legende {
  background-color: #ddd;
  padding: 5px 5px 2px 5px;
  font-size: 0.75em;
  line-height: 1.2em;
  color: #333;
}
.spip_documents .spip_doc_titre {
  margin-bottom: 3px;
  font-weight: bold;
  color: #000;
}
.spip_documents .spip_doc_descriptif {
  margin-top: 3px;
  margin-bottom: 3px;
}
.spip_documents .spip_doc_credits {
  margin-top: 3px;
  margin-bottom: 3px;
  font-weight:bold;
  font-size: 0.8em;
}

/* Navigation */
#nav-art-bas, #nav-rub-bas, #nav-site-bas {
  clear: both;
}
/* liste d'articles de la rubrique affichés en bas de page ("Dans la même rubrique") : par défaut, l'article courant est masqué */
#nav-art-freres-bas-list li.active { display: none; }
/* mise en valeur de l'élément suivant l'élément actif, uniquement sur les listes d'articles du bas */
#nav-art-freres-bas-list li.after-active:before { content: '\25BA'; color: lightgrey; }

/* liste de sites web */
#sites {
  width: 550px;
  margin: 20px auto 0 auto;
}
#sites div.site {
  float: left;
  width: 170px;
  height:260px;
  overflow: hidden;
  margin: 0 13px 20px 0;
  background-color:#ddd;
}
#sites div.logo {
  height: 170px;
  width: 170px;
  display: table-cell;
  vertical-align: bottom;
  text-align: center;
  border:solid 1px #ddd;
  background-color:#fff;

}
#sites div.logo img {
  max-width: 165px;
  height: auto;
  border: 0;
}

#sites .url a, #sites .titre a {
  font-size:11px;
  text-decoration:none;
  line-height:12px;
  display:block;
  padding:5px;
  color:#000;

}
#sites .titre a {
  font-weight:bold;
  border-top:solid 1px #999;
  padding-top:3px;
}


/*--- HOME ---*/

/* Modif valeur fixée dans le plugin calendriermini/v2.3.5/css/minical.css height: 17em; */
.calendriermini .calendar-container {
  height: auto !important;
}


/*--- MOTS-CLES ---*/

/* avec affichage des titres des groupes de mots-clés */

.groupes-mots {
  padding: 0.5em 1em;
  margin: 2em 0;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.groupes-mots > .title {
  font-weight: bold;
  margin-bottom: 0.25em;
}
.groupe-mots {
  margin-left: 1em;
}
.groupe-mots > .title, .mots-cles {
  display: inline;
}
.groupe-mots > .title:after {
  content: ':';
}
html[lang=fr] .groupe-mots > .title:after {
  content: ' :';
}
.mot-cle {
  margin-left: 0.5em;
}
.mot-cle:after {
  content: ',';
}
.mot-cle.last:after {
  content: '';
}

/* pour afficher la liste des mots-clés en continu, sans les titres de groupes (styles CSS préparés dans global.css, à copier dans votre fichier de surcharge locale) : 

.groupes-mots > .title {
  display: inline;
}
.groupes-mots .groupes-mots-content  {
  display: inline;
}
.groupe-mots > .title {
  display: none;
}
.groupe-mots {
  margin-left: 0;
  display: inline;
}
.mots-cles {
  display: inline;
}
.mot-cle {
  margin-left: 0;
}
.mot-cle.last:after {
  content: ',';
}
.groupe-mots.last .mot-cle.last:after {
  content: '';
}
/ * spécifique charte 1 : * /
.mot-cle {
  margin-left: 5px;
}
/ * spécifique charte 2 : * /
.groupes-mots {
  padding:2% 1% 2% 5%;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
}
.groupes-mots > .title {
  padding:0;
  margin: 0;
  border-bottom: none;
}
.mots-cles, .groupes-mots .groupes-mots-content {
  margin: 0;
}
*/

body.p-mot span.titre-groupe-mots:after {
  content: ': ';
}
html[lang=fr] body.p-mot span.titre-groupe-mots:after {
  content: ' : ';
}


/*--- SITE ---*/

body.p-site .logo-url {
  text-align: center;
}
body.p-site .logo-url .url {
  margin: 0.5em 0;
}
body.p-site .logo-url .url a {
  font-size: 1.05em;
  font-weight: bold;
  text-decoration: none;
}
body.p-site #syndic-articles li h3 {
  margin: 1em 0 0.5em 0;
}

