@font-face {
  font-family: 'MS Sans Serif 12pt';
  src: url("/fonts/MS Sans Serif 12pt.ttf");
}

@font-face {
  font-family: 'MS Sans Serif 8pt';
  src: url("/fonts/MS Sans Serif.ttf");
}

body {
  background: url("/img/win95setup.jpg");
  color: black;
  margin: 0;
  padding: 0;
  text-align: center;
  /* ça fait ramer du cul */
  /* background-attachment: fixed; */
}

h1 {
  margin-top: 10px;
  font-size: 32px;
  font-family: 'Courier New', Courier, monospace;
}

h2 {
  font-size: 24px;
  font-family: 'Courier New', Courier, monospace;
}

h3 {
  font-size: 20px;
  font-family: 'Courier New', Courier, monospace;
}

ul {
  margin-left: 0;
  padding-left: 22px;
}

p, li {
  font-size: 16px;
  font-family: 'MS Sans Serif 12pt', 'MS Sans Serif';
}

hr {
  margin-left: 10px;
  margin-right: 10px;
}

.wrapper {
  width: 900px;
  margin: 50px auto 0 auto;
  overflow: hidden;
  text-align: left;
}

.main-container {
  width: 580px;
  float: left;
  padding: 12px;
  background-color: lightgrey;
  border: 2px solid blueviolet;
  margin-right: 5px;
}

#header {
  background-color: rgb(160, 160, 160);
  padding: 10px;
  border: 10px ridge blue;
  text-align: center;
}

#nav {
  background-color: gray;;
  padding: 0px;
  margin: 10px 0;
  border: 5px outset #000;
  text-align: center;
}

table{
  display: inline;
}

.nav-button {
  font-family: 'MS Sans Serif 12pt', 'MS Sans Serif';
  padding: 2px 4px;
  font-size: 16px;
  background-color: lightgrey;
  border: 2px solid #000;
}

.nav-button img {
  vertical-align: middle;
  margin-right: 3px;
  border: none;
}

.nav-button:hover {
  background-color: #e5e5e5;
  color: #333;
}

.nav-button:active {
  position: relative;
  top: 3px;
  left: 3px;
}

#blinking-text {
  font-size: 16px;
  color: blue;
  font-family: 'MS Sans Serif 12pt', 'MS Sans Serif';
}

#main {
  margin-top: 20px;
}

.section h2 {
  margin-left: 25px;
}

.section p {
  margin-left: 25px;
}

.image-container {
  display: grid;
  text-align: center;
}

.image-container img{
  justify-self: center;
}

.image-container p{
  margin-right: 25px;
}

.section ul {
  padding-left: 22px;
  margin-left: 25px;
}

.section li {
  margin-bottom: 10px;
}

#footer {
  margin-top: 20px;
  padding: 10px;
  background-color: rgb(160, 160, 160);
  border-top: 10px ridge blue;
  text-align: center;
}

.side-container {
  width: 275px;
  float: right;
  background-color: lightgrey;
  padding: 4px;
  margin-left: 0px;
  padding-top: 12px;
  border: 2px solid blueviolet;
}

.side-wrapper{
  float: left;
}

.counter-wrapper{
  height: 24px;
  margin: 0;

  display: flex;
}

.visitor{
  margin-top: 8px;
}

#counter{
  color: lime;
  background-color: black;
}

/*Lecteur de cassette*/

.cassette-player-container {
  margin-left: 10px;
  padding: 5px;
  width: 224px;
  background-color: #333;
  overflow: hidden;
}

.cassette-player-wrapper{
  float: left;
  width : 190px;
  height : 150px;
  background-color: #000;
}

.cassette-holder{
  width: 190px;
  height: 107px;
}

.cassette-player-buttons{
  width: 100%;
  background-color: lightgrey;
  height: 41px;
}

.player-labels{
  margin: 0;
  padding-top: 2px;
  font-family: 'MS Sans Serif 8pt', 'MS Sans Serif';
  text-align: center;
  font-size: 11px;
}

.cassette-player-buttons-container{
  text-align: center;
  white-space: nowrap;
}

.cassette-player-buttons-container button {
  float: center;
}

.cassette-button{
  background-color: silver;
  border: 2px solid black;
  width: 25px;
  height: 25px;
  padding: 0;
  font-size: 11px;
  font-family: 'MS Sans Serif 8pt', 'MS Sans Serif';
}

#eject-button{
  width: 12px;
  height: 25px;
  margin-right: 20px;
}

#play-button{
  width: 35px;
  height: 25px;
}

.cassette-button:active{
  background-color: rgb(155, 155, 155);

}

.equalizer {
  float: right;
  height: 150px;
  width: 19px;
  margin-left: 10px;
  margin-right: 5px;
  padding-top: 4px;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}

#bar {
  height: 0px;
  width: 10px;
  margin-left: 4px;
  margin-bottom: 4px;
  background-color: red;
  overflow: hidden;
}

.website-buttons-container {
  text-align: center;
  margin: 0 auto;
}

.website-buttons-container a {
  display: inline-block;
  margin: 0px;
  width: 88px;
  height: 31px;
}

.website-buttons{
  width: 88px;
  height: 31px;
  border: none;
}

/* éléments bonus */

#cat {
  position: absolute;
  width: 90px;
  height: 111px;
  overflow: hidden;

  position: fixed;
  right: 4%;
  bottom: 5%;
}

#cat img {
  width: 100%;
  height: auto;
}

embed{
  visibility: hidden;
}

::-webkit-scrollbar {
  width: 16px;
}