* {
  box-sizing: border-box;
}
@font-face {
  font-family: 'mushling';
  src: url('font/mushling-extd-bold-webfont.woff2') format('woff2'),
      url('font/mushling-extd-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten';
  src: url('font/Tungsten-Semibold.woff') format('woff'), url('font/Tungsten-Semibold.tff') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tungsten-Medium';
  src: url('font/TungstenNarrow-Medium.woff') format('woff'), url('font/TungstenNarrow-Medium.tff') format('truetype');
  font-weight: normal;
  font-style: normal;
}
body {
  background: url('pattern-dark-secondary.jpg');
  color: #d3dfe6;
  font-family: 'Oxygen', sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 10px;
}
h1 {
  font-family: 'Tungsten', sans-serif;
  text-transform: uppercase;
  font-size: 4em;
  letter-spacing: 1px;
  margin: 5px 0;
}
a {
  font-size: 0.85em;
  text-decoration: none;
  font-weight: normal;
  color: #fff;
  padding: 1px 5px;
  background-color: #0058a6;
}
button {
  font-family: 'Tungsten-Medium';
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 30px;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  border: solid 2px #d3dfe6;
  background: transparent;
  color: #d3dfe6;
  margin: 10px 10px 0 0;
}
button:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #0058a6;
  border: solid 2px #0058a6;
}
form.chronique div:not(.chronique) {
  display: none;
}
form.report div:not(.report) {
  display: none;
}
input, textarea, select {
  background: #1f201d;
  border: 1px solid #7197ae;
  padding: .5em .65em;
  color: #d3dfe6;
  min-width: 450px;
}
input {
  height: 36px;
}
input:focus, textarea:focus {
  border-color: #007ceb;
  outline: 1px solid #007ceb;
}
label {
  font-family: Arial, sans-serif;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.4;
}
#deezer-data, #spotify-data {
  display: none;
}
.preview {
  max-width: 200px;
  max-height: 200px;
  min-width: 10px;
  min-height: 10px;
  background-color: #ff3b38;
  border: none;
}