@import "fonts.css";
body {
  margin: 0;
  padding: 0;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-weight: 400;
  font-style: normal;
  overflow: hidden;
}

.nvda-text {
  text-indent: -9999px;
  position: absolute;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.ow-paris {
  cursor: pointer;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 24px 12px;
  background: white;
}
.ow-paris > * {
  flex: 1;
}
.ow-paris__text {
  font-size: 16px;
  line-height: 28px;
  padding-bottom: 8px;
}
.ow-paris__text-title {
  font-family: "SourceSansPro-Bold", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
}
.ow-paris__text-separator {
  padding: 0 8px;
}
.ow-paris__text-date {
  font-family: "SourceSansPro-Regular", sans-serif;
  font-weight: 400;
}
.ow-paris__countdown {
  padding: 8px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-paris__countdown > * {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ow-paris__countdown-days > * {
  padding: 2px;
}
.ow-paris__countdown-logo {
  padding-left: 24px;
}
.ow-paris__countdown-logo img {
  max-width: 91px;
}
.ow-paris__days {
  position: relative;
  min-width: 42px;
  text-align: center;
}
.ow-paris__days-num {
  font-size: 32px;
  font-family: "SourceSansPro-Regular-Bold", sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
}
.ow-paris__days-alph {
  font-size: 14px;
  text-align: center;
  font-family: "SourceSansPro-Regular", sans-serif;
  font-weight: 400;
}
.ow-paris__separator {
  font-size: 26px;
  padding-bottom: 0;
  align-self: flex-start;
  padding-top: 6px;
}

.ow-paris__countdown-days.edge .ow-paris__separator {
  padding-top: 2px;
}

.ow-paris__countdown-days.firefox .ow-paris__separator {
  padding-top: 0;
}

@media (max-width: 639px) {
  .ow-paris__days-num {
    font-size: 28px;
  }
}
@media (max-width: 959px) {
  .hidden-mobile {
    display: none;
  }
  .ow-paris {
    text-align: center;
    height: 160px;
    padding: 10px 0;
  }
  .ow-paris__text-title {
    margin-bottom: 4px;
  }
  .ow-paris__days-alph {
    font-size: 12px;
  }
}
@media (min-width: 960px) {
  .ow-paris {
    flex-direction: row;
    height: 100vh;
  }
  .ow-paris > * {
    padding: 0;
    align-items: center;
  }
  .ow-paris__text {
    display: flex;
    justify-content: right;
    padding-right: 20px;
  }
  .ow-paris__text-title {
    font-size: 20px;
  }
  .ow-paris__text-title.para.lang-en,
  .ow-paris__text-title.para.lang-fr {
    font-size: 18px;
  }
  .ow-paris__text-title.para.lang-ru,
  .ow-paris__text-title.para.lang-es {
    font-size: 13px;
  }
  .ow-paris__text-title.oly.lang-es,
  .ow-paris__text-title.para.lang-de {
    font-size: 17px;
  }
  .ow-paris__text-title.para.lang-pt,
  .ow-paris__text-title.oly.lang-ru {
    font-size: 15px;
  }
  .ow-paris__countdown {
    justify-content: left;
    padding-left: 20px;
  }
}
html[lang=zh] body,
html[lang=jp] body,
html[lang=kr] body,
html[lang=ru] body {
  font-family: "SourceSansPro-Regular", sans-serif;
}
html[lang=zh] .ow-paris__text,
html[lang=jp] .ow-paris__text,
html[lang=kr] .ow-paris__text,
html[lang=ru] .ow-paris__text {
  font-family: "SourceSansPro-Regular", sans-serif;
}
html[lang=zh] .ow-paris__text-title,
html[lang=jp] .ow-paris__text-title,
html[lang=kr] .ow-paris__text-title,
html[lang=ru] .ow-paris__text-title {
  font-family: "SourceSansPro-Regular-Bold", sans-serif;
  padding-bottom: 4px;
}
html[lang=zh] .ow-paris__text-date,
html[lang=jp] .ow-paris__text-date,
html[lang=kr] .ow-paris__text-date,
html[lang=ru] .ow-paris__text-date {
  font-family: "SourceSansPro-Regular", sans-serif;
}
html[lang=zh] .ow-paris__days-alph,
html[lang=jp] .ow-paris__days-alph,
html[lang=kr] .ow-paris__days-alph,
html[lang=ru] .ow-paris__days-alph {
  font-family: "SourceSansPro-Regular", sans-serif;
}

html[lang=kr] .ow-paris__text-separator {
  padding: 0 8px 3px 8px;
}

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