/*****
SITE codep22.com
H.Fournier @2021
*****/

.test { background-color: pink;}
.test2 { background-color: yellow;}

/* Couleur en lien avec la couleur des classements */
.coulnat { color:#f0506e; } /*rouge - UiKit label */
.coulreg { color:#008AC9; } /*bleu - Logo Codep */
.couldep { color:#009635; } /*vert - Logo Codep */
.coulbg { background-color: #f8f8f8;
  padding: 0px 3px;
  font-size: 0.800rem;
  border-radius: 2px;
  }

/* Police pour le menu et les titres */
@font-face {
  font-family: 'oxanium-reg';
  src: url('../font/oxanium-reg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'kom';
  src: url('../font/kom.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.v-font-large {
  font-family: 'oxanium-reg';
  font-size: 1.8em;
}

.v-font-small {
  font-family: 'oxanium-reg';
  font-size: 1.2em;
}

.v-font-un {
  font-family: 'oxanium-reg';
  font-size: 1em;
}

.v-font-titre {
  font-family: 'kom';
  font-size: 1.1em;
}

/* pour les images sous les articles avec portfolio */
.gallery{}

.gallery a{
 display:inline-block;
 position:relative;
 border:1px dashed #ddd;
 background:#fff;
 padding:10px;
 margin:5px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
}

.gallery a img{
 display: block;
 position: relative;
 margin:0;
 padding:0;
}

/* REPRISE de SPIP - toujours pas trouvé de solution pour l'utilisation des tableaux ;-( */
/* Tableaux SPIP */
table.spip { width: 100%;}
table.spip caption { }
table.spip tr.row_first th { }
table.spip tr.odd td { }
table.spip tr.even td { }

table.spip { margin:1em 0;border-bottom: 1px solid lightgrey; }
table.spip caption {  background: none; text-align: left; border-bottom: 1px solid lightgrey; }
table.spip thead th { background: none; }
table.spip tbody tr th,
table.spip tr td { background: none;padding-right: 10px; }
table.spip tbody tr.odd th,
table.spip tfoot { border-top: 1px solid; }

/* en responsive,  lineariser le tableau pour eviter les scrolls*/
@media (max-width: 640px) {
	table.spip th, table.spip tr, table.spip td { }
	table.spip thead th {
		border-bottom:none !important;
	}
	table.spip thead th+th {
		border-top:none;
	}
	table.spip tr {
		border-bottom: 1px solid lightgrey;
	}
	table.spip td {
		border-bottom:none;
	}
}

/* Image dans document */
.spip_documents { margin-bottom: 1.5em; padding: 0; background: none; max-width: 100%; }
.spip_documents_center { clear: both; display: block; width: 100%; margin-right: auto; margin-left: auto; text-align: center; }
.spip_documents_left { float: left; margin-right: 1.5em; }
.spip_documents_right { float: right; margin-left: 1.5em; }
