@font-face {
  font-family: 'Cabin';
  font-weight: normal;
  src: url("fonts/Cabin-Regular-webfont.eot"), url("fonts/Cabin-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin-Regular-webfont.woff") format("woff"), url("fonts/Cabin-Regular-webfont.ttf") format("truetype"); }
@font-face {
  font-family: 'Cabin';
  font-weight: bold;
  src: url("fonts/Cabin-Bold-webfont.eot"), url("fonts/Cabin-Bold-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/Cabin-Bold-webfont.woff") format("woff"), url("fonts/Cabin-Bold-webfont.ttf") format("truetype"); }
/*
 * Mixins to easily deal with every browser
 * From https://developer.mozilla.org/en-US/docs/Inbox/Advanced_layouts_with_flexbox
 */
html {
  font-size: 18px; }

body {
  font-family: Cabin, sans-serif;
  margin: 0; }

main {
  flex-grow: 1; }

section {
  max-width: 1000px;
  margin: 0 auto;
  padding: 1rem; }
  section > p:first-child {
    margin-top: 0; }

@media screen and (min-width: 700px) {
  body {
    display: flex; }

  .sider {
    display: flex;
    max-width: 250px;
    flex-direction: column; }
    .sider nav {
      flex-grow: 1; }

  main {
    height: 100vh;
    overflow-y: auto; }

  #introduction {
    height: 100vh;
    background: center center no-repeat;
    background-image: url("../images/bg.jpg");
    background-size: cover; } }
@media screen and (max-width: 699px) {
  .go-to-content,
  footer {
    display: none; } }
ul {
  margin: 0;
  padding: 0; }

.avatar {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: no-repeat center center url("../images/antoine-duparay.jpg");
  margin: 12px auto; }

a,
a:visited {
  color: black; }

a:hover {
  color: #333; }

nav li {
  list-style: none;
  padding: 12px; }
nav a {
  font-size: 1.1rem; }

h2 {
  color: #11111f; }

.sider {
  background-color: #11111f;
  color: #fff; }
  .sider a,
  .sider a:visited {
    color: #fff; }
  .sider a:hover {
    color: #ccc; }
  .sider h1 {
    color: #ccc;
    margin: 0.3rem;
    font-size: 1.4rem; }
    .sider h1 a {
      text-decoration: none; }

header,
nav,
footer {
  padding: 12px; }

header {
  text-align: center; }

footer {
  font-size: 0.7rem; }
  footer .music {
    font-style: italic; }
  footer .source-code {
    text-align: center; }

#introduction {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
  background-color: #11111f;
  font-size: 1.1rem; }
  #introduction h2 {
    color: white;
    font-size: 2rem;
    margin: 0; }
  #introduction strong {
    font-size: 1.3rem; }
  #introduction .go-to-content {
    width: 50px;
    height: 50px;
    margin: 1rem auto; }
    #introduction .go-to-content:hover circle {
      fill: #fff; }
    #introduction .go-to-content:hover path {
      fill: #11111f; }

.section-intro {
  font-style: italic; }

.list li {
  list-style: none; }

.logo + p {
  text-align: center; }

.skate img {
  width: 100%; }

@media screen and (min-width: 700px) {
  .skate {
    display: none; }

  .section-intro,
  .list li .logo {
    padding-right: 200px; }

  .list li .logo {
    background: center right no-repeat; }

  .logo + p {
    display: none; }

  #diaspora .logo {
    background-image: url("../images/diaspora.jpg"); }

  #framasoft .logo {
    background-image: url("../images/framasoft.jpg"); }

  #mozilla .logo {
    background-image: url("../images/firefox.jpg"); }

  #cern .logo {
    background-image: url("../images/cern.jpg"); }

  #st .logo {
    background-image: url("../images/st.jpg"); }

  #lrv .logo {
    background-image: url("../images/lrv.jpg"); }

  #ensimag .logo {
    background-image: url("../images/ensimag.jpg"); } }

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