@charset "UTF-8";
@font-face {
  font-family: montserrat;
  font-weight: bold;
  src: url(/2020/static/fonts/Montserrat-Bold.ttf); }

@font-face {
  font-family: lexend;
  font-weight: normal;
  src: url(/2020/static/fonts/LexendDeca-Regular.ttf); }

* {
  font-style: normal !important; }

html {
  color: #000000;
  font-family: lexend;
  font-size: 1.1em; }

body {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-height: 100vh; }

h1 {
  display: none; }

h2, h3, h4, h5 {
  font-family: montserrat;
  font-weight: bold;
  margin-top: 2em; }

a {
  color: #FF2A35;
  text-decoration: inherit; }

address {
  white-space: pre-line; }

ul li {
  list-style: url("../svg/tiret.svg"); }

p {
  font-size: .9em;
  line-height: 1.5em; }

.text-center {
  text-align: center; }

.d-flex {
  display: flex;
  justify-content: space-around; }
  .d-flex .card {
    list-style: none;
    margin: 1rem; }

.column {
  display: flex;
  flex-direction: column; }
  .column.center {
    align-items: center; }
  .column .button {
    background: #FF2A35;
    border-radius: .5em;
    color: #FFFFFF;
    margin: 2rem 0;
    padding: 1em;
    transition: background .2s; }
    .column .button:hover {
      background: #dd000b; }

hgroup {
  display: flex;
  align-items: center;
  flex-direction: column; }
  hgroup hr {
    background: #FF2A35;
    border: none;
    height: 5px;
    width: 3rem; }
  hgroup img {
    height: 3em;
    margin: 1.5rem 0.5rem; }

aside, nav, footer {
  background: #000000;
  color: #ffffff;
  font-size: .9em; }
  aside ul, nav ul, footer ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    justify-content: center;
    padding: 0; }
    aside ul li, nav ul li, footer ul li {
      display: block; }
      aside ul li a, nav ul li a, footer ul li a {
        color: inherit;
        display: inline-block;
        padding: 1em;
        text-decoration: inherit;
        transition: background .2s; }
        aside ul li a:hover, nav ul li a:hover, footer ul li a:hover {
          background: #FF2A35; }
      aside ul li.active a, nav ul li.active a, footer ul li.active a {
        background: #FF2A35; }

aside {
  align-self: flex-end;
  height: 0;
  z-index: 1; }
  aside ul li {
    font-size: 0;
    opacity: 0.4;
    padding-right: 0.5rem;
    padding-top: 0.5rem; }
    aside ul li a::before {
      background: center / cover;
      content: '';
      display: block;
      height: 1rem;
      width: 1.5rem; }
    aside ul li#french a::before {
      background-image: url(/2020/static/images/france.svg); }
    aside ul li#english a::before {
      background-image: url(/2020/static/images/united-kingdom.svg); }
    aside ul li.active {
      opacity: 1; }
      aside ul li.active a {
        background: transparent; }

main {
  flex: 1; }
  main article > * {
    box-sizing: border-box;
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2rem;
    padding-right: 2rem;
    width: 80rem; }
  main article {
    overflow: auto;
    padding-bottom: 3em; }
    main article h3 a {
      color: inherit;
      cursor: text; }
      main article h3 a::after {
        content: '🔗';
        cursor: pointer;
        margin-left: 0.5em; }
    main article table {
      border-collapse: collapse;
      margin: 2em auto;
      width: 60rem; }
      main article table th {
        font-weight: normal; }
      main article table td {
        border: 1px solid #000000;
        padding: 0.25em; }
        main article table td:not(:first-child) {
          text-align: center;
          width: 15%; }
    main article > iframe {
      border: 0;
      height: 25rem;
      margin: 1em 0;
      max-width: 100%;
      min-height: 60vh;
      overflow: hidden;
      padding: 0;
      width: 100%; }
  main .sponsors {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    main .sponsors .sponsor {
      align-items: center;
      display: flex;
      flex-direction: column; }
    main .sponsors section {
      align-items: center;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-around;
      padding: 1em; }
      main .sponsors section .logo {
        display: block; }
        main .sponsors section .logo img {
          display: block;
          margin: 1rem;
          width: 200px; }

#news section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }

#sponsors hgroup img {
  height: 3em;
  margin: 1.5rem 0.5rem; }

#sponsors .sponsor .description {
  max-width: 600px;
  padding: 1.5rem;
  border-right: 5px solid #ffd205;
  border-left: 5px solid #0606fe; }

#index hgroup img {
  height: 3em;
  margin: 1.5rem 0.5rem; }

#index article:first-child {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.75), white);
  display: flex;
  flex-direction: column;
  font-size: 1.15em;
  height: 100vh;
  justify-content: center;
  padding-bottom: 0;
  position: relative;
  text-align: center; }
  #index article:first-child::before {
    background: url(/2020/static/images/strasbourg-small.jpg) center/cover;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1; }
  #index article:first-child h2 {
    font-size: 0; }
    #index article:first-child h2::before {
      content: url(/2020/static/images/logo.svg);
      display: block;
      margin: -4rem auto 0;
      max-width: 30rem;
      width: 80%; }
  #index article:first-child p {
    margin: 1rem auto;
    width: 75%; }
    #index article:first-child p:first-of-type {
      font-family: montserrat;
      font-size: 1.5em;
      line-height: 1;
      margin-bottom: 0; }
      #index article:first-child p:first-of-type sup {
        font-size: 0.5em;
        vertical-align: 55%; }
  #index article:first-child ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0.8em;
    padding: 0; }
    #index article:first-child ul li {
      display: block;
      margin: 0.5em 1em;
      white-space: nowrap; }
      #index article:first-child ul li a {
        background: #FF2A35;
        border-radius: .5em;
        color: #FFFFFF;
        margin: 2rem 0;
        padding: 1em;
        transition: background .2s; }
        #index article:first-child ul li a:hover {
          background: #dd000b; }

@media (max-width: 800px) {
  nav ul li a, footer ul li a {
    font-size: 0.9em;
    padding: 0.5em; }
  aside ul {
    flex-direction: column; }
  main article table {
    font-size: 0.9em;
    width: auto; }
  #index article:first-child p {
    width: 95%; }
  .d-flex {
    flex-wrap: wrap;
    justify-content: flex-start; } }

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