.site-title a img {
    transform: scale(1);
    transition: transform 200ms ease-out;
  }
  .site-title a:hover img, .site-title a:focus img {
    transform: scale(1.05);
  }
  .appel-de-liege {
      max-width: 1080px;
      padding:0 20px;
      margin: 0 auto;
      display:flex;
      flex-direction:column;
  }
  .appel-de-liege__txt {
    max-width:720px;
    margin-right:auto;
    margin-left:auto;
  }
  .appel-de-liege__logo {
    display: block;
    margin: 60px auto 40px auto;
    width: 100%;
    height: auto;
    max-width: 514px;
  }
  .appel-de-liege__title {
    font-size: 2rem;
    text-align: center;
    margin-top: 80px;
    line-height:1;
  }
  .appel-de-liege__title small {
    font-size: 70%;
  }
  .appel-de-liege__list {
    padding:0 0 0 1.5em;
    margin-bottom:80px;
  }
  .appel-de-liege__list li {
    list-style:decimal;
    padding: 0.2em 0.4em;
  }
  .appel-de-liege__list li:nth-child(odd) {
    background-color:#fde5c1;
  }
  a.button {
    padding: 0.4em 0.8em 0.2em 0.8em;
    font-size: 1.6rem;
    margin: 40px auto 0 auto;
    text-align: center;
    display: inline-block;
  }
  ul {
    list-style: disc;
  }

  .languages {
    display: flex;
    list-style: none;
    margin: 10px auto;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding:0;
  }
  .languages a {
    display:block;
    border: 1px solid;
    text-decoration: none;
    padding: 0.2em 0.4em 0;
    font-size: 0.9rem;
    margin:0.4em;
    color:#777;
    width: 1.2em;
    text-align: center;
    -webkit-box-shadow: 0 1px 3px -1px rgba(0,0,0,.2),0 2px 4px -1px rgba(0,0,0,.1);
    box-shadow: 0 1px 3px -1px rgba(0,0,0,.2),0 2px 4px -1px rgba(0,0,0,.1);
    transition: all 150ms ease-out;
  }
  .languages a:hover, .languages a:focus {
    background-color:#e975ab;
    border-color:#e975ab;
    color:white;
    -webkit-box-shadow: 0 3px 5px -1px rgba(0,0,0,0.3),0 2px 4px -1px rgba(0,0,0,0.2);
    box-shadow: 0 3px 5px -1px rgba(0,0,0,0.3),0 2px 4px -1px rgba(0,0,0,0.2);
  }
  .languages a:active {
    background-color:#e975ab;
    border-color:#e975ab;
    color:white;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .resp-sharing-button__link,
.resp-sharing-button__icon {
display: flex;
}

.resp-sharing-button__link {
text-decoration: none;
color: #fff;
margin: 0.5em;
-webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 2px 4px -1px rgba(0,0,0,.1);
box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 2px 4px -1px rgba(0,0,0,.1);
transition: box-shadow 200ms ease-out;
border-radius:0.3em;
}

.resp-sharing-button__link:hover, .resp-sharing-button__link:focus, a.resp-sharing-button__link:hover, a.resp-sharing-button__link:focus {
  -webkit-box-shadow: 0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.16);
  box-shadow: 0 4px 6px -1px rgba(0,0,0,.3),0 2px 4px -1px rgba(0,0,0,.16);
}

.resp-sharing-button__link:active, a.resp-sharing-button__link:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.resp-sharing-button__link:hover, a.resp-sharing-button__link:focus {
color: #fff;
}

.resp-sharing-button {
  border-radius: 5px;
  transition: 25ms ease-out;
  padding: 0.3em 0.6em;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  display: flex;
  align-items: center;
  font-size: 0.9rem;
}

.resp-sharing-button__icon svg {
width: 1em;
height: 1em;
margin-right: 0.4em;
vertical-align: top
}

.resp-sharing-button--small svg {
margin: 0;
vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
stroke: #fff;
fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
fill: #fff;
stroke: none
}

.resp-sharing-button--twitter {
background-color: #55acee
}

.resp-sharing-button--twitter:hover {
background-color: #2795e9
}

.resp-sharing-button--pinterest {
background-color: #bd081c
}

.resp-sharing-button--pinterest:hover {
background-color: #8c0615
}

.resp-sharing-button--facebook {
background-color: #3b5998
}

.resp-sharing-button--facebook:hover {
background-color: #2d4373
}

.resp-sharing-button--tumblr {
background-color: #35465C
}

.resp-sharing-button--tumblr:hover {
background-color: #222d3c
}

.resp-sharing-button--reddit {
background-color: #5f99cf
}

.resp-sharing-button--reddit:hover {
background-color: #3a80c1
}

.resp-sharing-button--google {
background-color: #dd4b39
}

.resp-sharing-button--google:hover {
background-color: #c23321
}

.resp-sharing-button--linkedin {
background-color: #0077b5
}

.resp-sharing-button--linkedin:hover {
background-color: #046293
}

.resp-sharing-button--email {
background-color: #777
}

.resp-sharing-button--email:hover {
background-color: #5e5e5e
}

.resp-sharing-button--xing {
background-color: #1a7576
}

.resp-sharing-button--xing:hover {
background-color: #114c4c
}

.resp-sharing-button--whatsapp {
background-color: #25D366
}

.resp-sharing-button--whatsapp:hover {
background-color: #1da851
}

.resp-sharing-button--hackernews {
background-color: #FF6600
}
.resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {   background-color: #FB6200 }

.resp-sharing-button--vk {
background-color: #507299
}

.resp-sharing-button--vk:hover {
background-color: #43648c
}

.resp-sharing-button--facebook {
background-color: #3b5998;
border-color: #3b5998;
}

.resp-sharing-button--facebook:hover,
.resp-sharing-button--facebook:active {
background-color: #2d4373;
border-color: #2d4373;
}

.resp-sharing-button--twitter {
background-color: #55acee;
border-color: #55acee;
}

.resp-sharing-button--twitter:hover,
.resp-sharing-button--twitter:active {
background-color: #2795e9;
border-color: #2795e9;
}

.resp-sharing-button--email {
background-color: #777777;
border-color: #777777;
}

.resp-sharing-button--email:hover,
.resp-sharing-button--email:active {
background-color: #5e5e5e;
border-color: #5e5e5e;
}

.resp-sharing-button--pinterest {
background-color: #bd081c;
border-color: #bd081c;
}

.resp-sharing-button--pinterest:hover,
.resp-sharing-button--pinterest:active {
background-color: #8c0615;
border-color: #8c0615;
}