 {
  box-sizing: border-box;
}

body {
background: rgb(151,160,247);
background: linear-gradient(172deg, rgba(151,160,247,1) 0%, rgba(252,114,69,1) 99%);
  background-size: contain;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
  
  font-family: 'Courier', sans-serif;
  letter-spacing: 2px;
  font-size: 13px;
  color: #000000;
  text-transform: none;
  padding: 0px;
  margin: 0px;
  line-height: 1.2;
}

.info {
  width: 100%;
  margin: 10px 0 0 0;
  padding: 0 0 75px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.links {
  margin: 0;
  align-self: flex-end;
}

.menu a {
  color: black;
  font-size: 13px;
  font-weight: bold;
}

/* boutons-liens */
a > .txt {
color: black;
margin: 15px 0 0 0;
}
a > .txt:active {
color: black;
}
a > .txt:visited {
color: black;
}
a > .spotify:hover {
background-color: #1ed760;
color: white;
}
a > .paroles:hover {
background-color: #fca83b;
color: white;
}
a > .bandcamp:hover {
background-color: #1da0c3;
color: white;
}
a > .stream:hover {
background-color: black;
color: white;
}


.txt {
  display: inline-block;
  background: white;
  padding: 5px;
}

.txt.tag {
  display: none;
  font-weight: 500; /* apparently a  medium */
  text-transform: uppercase;
}

.gap {
  margin-top: 10px;
}

.rcrd {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin: 0;
  margin-top: 250px;
  position: relative;
}

.new::before {
  content: 'hot|chaud';
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -5px;
  padding: 5px;
  color: #F55;
  background: white;
  border: 2px solid #f55;
  box-shadow: 2px 2px #f55;
}

.art {
  display: block;
  width: 100%;
  height: auto;
  background: white;
  border: 4px solid white;
  width: 300px;
  height: 300px;
}

.photo {
  display: block;
  width: 100%;
  height: auto;
  background: white;
  border: 4px solid white;
  width: 300px;
  height: 200px;
}

.videolong {
  display: block;
  width: 100%;
  height: auto;
  background: white;
  border: 4px solid white;
  width: 300px;
  height: 150px;
}

.videosquare {
  display: block;
  width: 100%;
  height: auto;
  background: white;
  border: 4px solid white;
  width: 330px;
  height: 300px;
}

#floater {
  position: absolute;
  margin: 0px auto;
  left: 15px;
  width: 346px;
  height: 19px;
  z-index: 1;
}

#floater img {
  left: 20px;
  top: 20px;
  height: 105px;
  width: 250px;
  float: left;
  margin: 0px -45px;
  padding-left: 15px;
}

#floater span {
  display: inline-block;
  text-align: center;
  background-color: white;
  padding: 7px;
  line-height: 1.4;
  margin: 30px 15px 8px auto;
}

#box {
  display: flex;
  height: auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
  overflow: visible;
  margin: 30px auto 0 auto;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  text-decoration: underline;
}

/*  ~ ~ ~ middle ground ~ ~ ~ */

@media screen and (min-width: 515px) {
  #floater {
    width: 450px;
    height: 76px;
  }

  #floater img {
    width: 300px;
    height: 126px;
  }

  #floater span {
    margin: 0px 15px 15px 0;
  }

  .art {
    width: 450px;
    height: 450px;
  }

  .photo {
    width: 450px;
    height: 300px;
  }
  
  .videolong {
  width: 450px;
  height: 250px;
}

.videosquare {
  width: 400px;
  height: 350px;
}

  .info {
    padding: 0 0 100px 0; /* actually a margin lol */
  }
}


/*  ~ ~ ~ switch ~ ~ ~ */

@media screen and (min-width: 800px) {
  /*768px*/

  #box {
    flex-direction: row;
    height: 100vh;
    margin: 0;
  }

  .photo {
    width: 600px;
    height: 400px;
  }

  .rcrd {
    flex-direction: row;
    margin: 100px 0 0 80px;
  }
  
  .videolong {
  width: 700px;
  height: 350px;
}

.videosquare {
  width: 400px;
  height: 350px;
}

  .new::before {
    top: -15px;
    left: -15px;
    right: auto;
    padding: 6px;
  }

  .info {
    width: auto;
    margin: 0 0 0 10px;
    padding: 0 111px 0 0; /* actually a margin lol */
  }

  .links {
    margin-top: 40px;
    align-self: flex-start;
  }

  #floater {
    position: fixed;
    margin: 0;
    top: 12px;
    left: 20px;
    width: auto;
    height: 75px;
    z-index: 3;
  }

  #floater span {
    margin: 50px 15px 10px 20px;
  }
 
}

@media screen and (max-height: 450px) {
  
  .rcrd {
  margin-top: 350px;
  position: relative;
}
  
  
  }

@media screen and (max-height: 300px) {
  .rcrd {
    margin-top: 500px;
    position: relative;
  }
