@import url(./basscss.css);
@import url(./fonts/fonts.css);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  text-decoration: none;
  color: inherit; }
  a:hover {
    color: #4f545f; }

select {
  border: none;
  background: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: inherit; }
  select:focus {
    outline: none; }

button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit; }

html, body {
  background-color: #F5F6F7; }

.header {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: transparent; }

.progress-container {
  width: 100%;
  height: 4px;
  background: transparent; }

.progress-bar {
  height: 4px;
  background: black;
  width: 0%; }

h1, h2, h3, h4, h5, h6,
.mag-title,
.data-card,
footer {
  font-family: 'SangBleu Sans'; }

body, .download {
  font-family: 'Atlas Grotesk';
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5;
  color: #89909D;
  letter-spacing: 0.014em; }

.mainTitle {
  font-size: 3em; }

.mag-title {
  font-family: "SangBleu Sans";
  font-size: 31px;
  color: #4f545f; }

.country-title {
  font-size: 21px; }

b, strong {
  font-weight: 500;
  color: #4f545f; }

header .date {
  background: white;
  border-radius: 10px;
  padding: 8px 16px;
  display: inline-block; }
header b {
  display: inline-block; }
header .logo {
  height: 45px;
  width: 135px;
  display: inline-block;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat; }

footer a {
  color: #4f545f;
  border-bottom: 1px solid #4f545f; }

.card {
  box-shadow: 0px 10px 10px rgba(147, 147, 147, 0.1);
  background: white;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  transition: all .2s ease-in-out;
  transform: scale(1); }
  .card b, .card strong {
    font-weight: bold; }
  .card:hover {
    transform: scale(1.015); }
  .card .cover {
    width: 100%;
    min-height: 1px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    border-right: 2px solid #F5F6F7;
    background-repeat: no-repeat; }
    .card .cover.media {
      background-size: contain; }
  .card .data-card {
    background: #F5F6F7;
    border-radius: 10px;
    height: calc(100% - 1em); }
    .card .data-card.download {
      height: inherit !important;
      align-self: flex-end;
      background: none;
      padding-left: 3.55em;
      font-weight: normal;
      background: url("../img/download-picto.svg") no-repeat;
      background-position: left center;
      background-size: 3.05em;
      transition: all 0.6s ease-in-out;
      display: block;
      color: #4f545f;
      opacity: 1; }
      .card .data-card.download:hover {
        opacity: .55; }

.tabs {
  border-radius: 50px;
  position: relative; }
  .tabs .selector {
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 10px;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
    background: white; }
  .tabs a {
    padding: 8px 16px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s; }
    .tabs a.active {
      font-weight: normal;
      color: #4f545f; }

.navigation {
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid rgba(79, 84, 95, 0.05); }
  .navigation #showPanel {
    padding: 8px 0px 8px 16px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: normal;
    line-height: 2;
    transition-duration: 0.6s; }
    .navigation #showPanel:hover {
      cursor: pointer;
      color: #4f545f; }
    .navigation #showPanel i {
      font-size: 13px; }

.filters {
  display: none;
  background: white;
  border-radius: 10px; }
  .filters select {
    padding: 8px 35px 8px 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #F5F6F7 url("../img/arrow.svg") no-repeat;
    background-size: 14px;
    background-position: 95% center;
    font-weight: 300;
    width: 23.9%;
    margin-right: 1%;
    margin-bottom: .5rem;
    border-radius: 10px; }
    .filters select:last-child {
      margin-right: 0; }
  .filters #reset {
    display: inline-block; }
  .filters li {
    display: inline-block; }
  .filters .com-filters a,
  .filters .com-filters span {
    padding: 8px 0;
    border-radius: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 11px;
    transition-duration: 0.6s; }
    .filters .com-filters a i,
    .filters .com-filters span i {
      font-size: 13px; }
    .filters .com-filters a:hover,
    .filters .com-filters span:hover {
      color: #4f545f;
      cursor: pointer; }
  .filters button {
    margin: 1.25rem auto;
    display: inline-block;
    border-bottom: 2px solid #F5F6F7; }
    .filters button:hover {
      border-color: rgba(137, 144, 157, 0.5); }

@media (max-width: 47.99em) {
  body {
    font-size: 14px;
    line-height: 1.3; }

  .navigation #showPanel {
    padding: 4px 0 4px 16px; }

  .mag-title {
    font-size: 28px; }

  .card .cover {
    width: 150px;
    height: 200px;
    margin: 2em auto 0 auto;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #F5F6F7; }
  .card .mag-title {
    text-align: center; }

  .filters select {
    width: 100%; } }

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


