html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  padding-left: 10px;
  margin-left: 10px; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: "";
  content: none; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

html {
  font-size: 1rem; }

body {
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.45;
  color: #333; }

p {
  margin-bottom: 1.3em; }

p,
ul li,
a {
  font-family: Roboto;
  color: #333;
  text-decoration: none; }

p,
ul li,
a {
  font-size: 18px; }

h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: inherit;
  line-height: 1.2;
  color: #333;
  text-decoration: none; }

h1 {
  margin-top: 1em;
  font-size: 5.063em; }

h2 {
  font-size: 3.375em;
  padding-bottom: 4px;
  border-bottom: 1px solid #ccc; }

h3 {
  font-size: 2.25em; }

h4 {
  font-size: 1.5em; }

small, .font_small {
  font-size: 0.667em; }

em {
  font-style: italic; }

header,
main,
footer {
  clear: both;
  float: none; }

header h3,
header nav ul,
main section,
footer p {
  display: block;
  width: 960px;
  margin: auto; }

header {
  border-bottom: 1px solid #ccc; }

header h3 {
  margin-top: 0;
  padding: 10px 0;
  line-height: 3em; }

.menu-toggle {
  position: relative;
  display: inline-block;
  float: right;
  padding: 4px 10px;
  width: 3em;
  border-left: 1px solid #ccc;
  text-align: center; }
  .menu-toggle span {
    margin: 0 auto;
    font-size: 2.25em; }

.menu-toggle {
  cursor: pointer; }

header nav.menu {
  border-top: 1px solid #ccc;
  background: #f8f8f8;
  box-shadow: inset -3px 0px 6px #E2E1E1; }

header nav.menu ul {
  list-style-type: upper-roman;
  font-weight: 500; }

header nav.menu ul li {
  padding: 10px; }

section {
  padding: 0 10px; }
  section h1 .octicon {
    font-size: inherit; }
  section a {
    border-bottom: 1px dashed #333; }
  section h2 {
    clear: both;
    float: none;
    display: block;
    margin-top: 3em; }
  section img {
    float: left;
    max-width: 100%;
    padding-right: 2em; }
  section .button {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 8px 22px;
    background: #333;
    color: #fefefe;
    text-decoration: none;
    font-weight: lighter; }
    section .button span {
      font-size: inherit; }
  section .clear {
    clear: both; }

main {
  position: relative; }
  main .loading-indicator {
    position: absolute;
    width: 100%;
    height: 90vh; }
    main .loading-indicator .animation {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-top: -60px;
      margin-left: -60px; }

main section.content-index-cours ul.index {
  list-style-type: upper-roman; }
  main section.content-index-cours ul.index li {
    margin: 0 0 2em 0;
    font-size: 1.5em;
    text-transform: uppercase; }
    main section.content-index-cours ul.index li a {
      margin-bottom: .5em;
      font-weight: bolder;
      border-bottom: 1px solid #333; }
    main section.content-index-cours ul.index li .octicon {
      font-size: inherit; }
    main section.content-index-cours ul.index li ul {
      list-style-type: square; }
      main section.content-index-cours ul.index li ul li {
        margin: 0;
        font-size: 18px; }

main section.content-les-projets,
main section.default {
  padding: 0;
  width: 100%; }
  main section.content-les-projets img,
  main section.default img {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0; }

footer {
  border-top: 1px solid #ccc;
  margin-top: 24px;
  min-height: 34px; }
  footer p {
    padding: 10px; }

/*# sourceMappingURL=style.css.map */
