/* ================================= FONTS ================================ */
@font-face {
  font-family: "barlow_semi_condensedregular";
  src: url("webfonts/BarlowSemiCondensed-Regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "barlow_semi_condensedbold";
  src: url("webfonts/BarlowSemiCondensed-Bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "barlow_semi_condensedsemibold";
  src: url("webfonts/BarlowSemiCondensed-SemiBold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "barlow_semi_condenseditalic";
  src: url("webfonts/barlowsemicondensed-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "barlowbold";
  src: url("webfonts/Barlow-Bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "barlow_semi_condensedbolditalic";
  src: url("webfonts/BarlowSemiCondensed-BoldItalic-webfont.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
/* =============================== FONTS END ============================== */
html {
  box-sizing: border-box;
  font-size: 112.5%;
}

body {
  font-family: barlow_semi_condensedregular, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0.5em auto 0 auto;
  max-width: 900px;
  background: #fff;
}
body > footer {
  background: #70a4ff;
  color: #454545;
  margin: 2em 0 0 0;
  padding: 1em;
  font-size: 0.9em;
}
body > footer .footer-logos {
  margin-bottom: 1em;
  width: 30%;
}
body > footer a {
  color: #454545;
  text-decoration: none;
}

h1 {
  margin: 0;
  font-family: barlow_semi_condensedbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 3.375em;
  text-transform: uppercase;
}

section {
  margin-top: 1em;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

li {
  display: list-item;
  margin: 0.5em 0 0.5em 1em;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
}

cite {
  font-family: barlow_semi_condensedbolditalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-style: italic;
}

#body-padding {
  position: relative;
  padding: 0 0.5em;
}

#main-nav {
  font-family: barlow_semi_condensedbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  list-style-type: none;
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
}
#main-nav li {
  display: inline-block;
  margin-left: 0.5em;
  margin-right: 0em;
}
#main-nav li:first-child {
  margin-right: 0;
}
#main-nav a {
  text-decoration: none;
}

#title {
  padding: 1rem;
  text-transform: uppercase;
  font-family: barlow_semi_condensedbold, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
#title h1 {
  font-size: 3.33em;
  font-size: 14vw;
  margin: 0;
}
#title p {
  margin: 0;
  line-height: 1.2;
}

#lp-location {
  font-size: 1.4em;
  font-size: 6vw;
}

#lp-date {
  color: #fff;
  font-size: 4.66em;
  font-size: 14vw;
}

#programme h1 {
  font-size: 1.6em;
  font-family: barlow_semi_condenseditalic, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: italic;
}

.bg-lundi {
  background-color: #70a4ff;
}

.color-lundi {
  color: #3260b0;
}

/* ================================= @media ================================ */
@media (min-width: 550px) {
  #lp-date {
    font-size: 2.8em;
  }
}
@media (min-width: 800px) {
  html {
    background: url(/img/HeartGray.png);
    background-color: rgb(233, 233, 233);
  }
  body {
    margin: 1em auto;
  }
  header {
    display: table;
  }
  header div {
    display: table-cell;
    vertical-align: bottom;
  }
  header #header-img {
    width: 40%;
    padding-right: 1rem;
  }
  header #header-img img {
    width: 100%;
  }
  #body-padding {
    padding: 0.5em 1em 0 1em;
  }
  #title h1 {
    font-size: 2.8em;
  }
  #lp-location {
    font-size: 1.1em;
  }
  @supports (display: flex) {
    header {
      display: flex;
      gap: 1rem;
    }
    header #header-img {
      width: auto;
      padding-right: 0;
      flex: 1 1;
    }
    #title {
      flex: 1.4 1;
      display: flex;
      flex-direction: column;
      justify-content: end;
    }
  }
}

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