/*
#@plugins/auto/wsps_html5_dist_v2/css/typo.scss
#@plugins/auto/wsps_html5_dist_v2/css/_variables.scss
#@plugins/auto/tutotheque/css/_variables_perso.scss
*/
@charset "UTF-8";
/* Fonts */
/* Colors */
/* Grid */
/* --------------------------------------------------------------

   typo.css.html
   Base typographique
   Cf.: https://contrib.spip.net/3820

-------------------------------------------------------------- */
html {
  font-size: 100.01%;
}
/* Cf.: http://www.pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
body {
  background: #f3f1f2;
  font: 16px/24px Lato-Regular;
  color: #333;
}
/* Titraille / Intertitres */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font: 100% Lato-Regular;
  color: inherit;
  line-height: 1.1;
}
h1, .h1 {
  font-size: 32px;
  margin-bottom: 0.75em;
}
h2, .h2 {
  font-size: 24px;
  line-height: 1.71428em;
  margin-bottom: 0.857em;
}
h3, .h3 {
  font-size: 20px;
  line-height: 1;
  margin-bottom: 1em;
}
h4, .h4 {
  font-size: 18px;
  line-height: 1.2em;
  margin-bottom: 1.2em;
  font-weight: bold;
}
h5, .h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
  /*@margin-bottom*/
}
h6, .h6 {
  font-size: 1em;
  font-weight: bold;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 16px;
}
hr {
  height: 1px;
  margin: 1.5em 0;
  /*@margin-bottom*/
  border: 0;
  background: #333;
  /*@color*/
  color: #333;
  /*@color*/
}
/* Enrichissements typographiques */
strong, b {
  font-weight: bold;
}
em, i {
  font-style: italic;
}
small, .small {
  font-size: 80%;
}
big, .big {
  font-size: 150%;
}
abbr[title], acronym[title] {
  border-bottom: 0.1em dotted;
  cursor: help;
}
@media print {
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
}
dfn {
  font-weight: bold;
  font-style: italic;
}
del {
  text-decoration: line-through;
}
ins {
  text-decoration: none;
  background-color: #FFC;
}
sup, sub {
  font-size: 0.8em;
  font-variant: normal;
  line-height: 0;
}
sup {
  vertical-align: super;
}
.ie sup {
  vertical-align: text-top;
}
sub {
  vertical-align: sub;
}
.ie sub {
  vertical-align: text-bottom;
}
.caps {
  font-variant: small-caps;
}
/* Listes */
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
dl dt {
  font-weight: bold;
}
/* Tableaux */
table {
  margin-bottom: 1.5em;
  /*@margin-bottom*/
  width: 100%;
}
th {
  font-weight: bold;
}
thead th, tbody th {
  background: #c3d9ff;
}
th, td, caption {
  padding: 0.75em;
  /*@demi-line-height*/
}
tbody tr:nth-child(even) td, tbody tr.even td {
  background: #e5ecf9;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
/* Citations, code et poesie */
q {
  font-style: italic;
}
blockquote {
  padding: 0 50px;
  font-style: italic;
}
cite {
  font-style: italic;
}
address {
  font-style: italic;
}
pre, code, kbd, samp, var, tt {
  font-family: 'andale mono', 'lucida console', monospace;
  /*@font-family-mono*/
  font-size: 1em;
}
pre {
  margin: 1.5em 0;
  /*@margin-bottom*/
  white-space: pre-wrap;
  /* Cf.: http://perishablepress.com/press/2010/06/01/wrapping-content/ /
	white-space: pre;           /* CSS 2.0 */
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3.0 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -hp-pre-wrap;
  /* HP Printers */
  word-wrap: break-word;
  /* IE 5+ */
}
kbd {
  background-color: #333;
  /*@color*/
  color: #FFFFFF;
  /*@background-color*/
}
samp {
  font-weight: bold;
}
var {
  font-style: italic;
}
/* Paragraphes */
p, .p, dl, dd, blockquote, address, pre, table, fieldset {
  margin-bottom: 1.5em;
  /*@margin-bottom*/
}
/* Liens */
a[hreflang]:after {
  content: " (" attr(hreflang) ")";
}
@media print {
  /* Don't show links for images, or javascript/internal links */
  a, a:visited {
    color: #333;
    /*@color*/
    text-decoration: underline;
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
}
.on {
  font-weight: bold;
}
/**
* Print styles from HTML5 Boilerplate
* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
*/
@media print {
  /* css-discuss.incutio.com/wiki/Printing_Tables */
  pre, blockquote {
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* end */
