/* import */

@import url("https://fonts.cdnfonts.com/css/digital-numbers");
@import url("https://fonts.cdnfonts.com/css/domine");

/* reset 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;
}

/* HTML5 display-role reset for older browsers */
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 {
  color: currentColor;
  text-decoration: none;
}

/* fin reset CSS */

/* *************************************************************************************************************************** */

/* start Variables */

:root {
    --primary-color: #313E50;
    --primary-light: #06D6A0;
    --secondary-color: #ECCE8E;
    --secondary-light: #DBCF96;
    --other: #AF9AB2;
  }
  
  /* end Variables / Import */
   /* *************************************************************************************************************************** */
  h1{
    color: var(--primary-color);
    font-size: 35px;
    font-weight: bold;
    font-family: digital numbers, Verdana, Geneva, Tahoma, sans-serif;
  }
  
   h2, h3, h4{
    color: var(--other);
    font-size: x-large;
    font-family: domine, Verdana, Geneva, Tahoma, sans-serif;
  }

  h5{
    color: var(--primary-color);
    font-size: 1.3em;
    font-family: digital numbers, Verdana, Geneva, Tahoma, sans-serif;
  }
  
  p{
    color: var(--secondary-color);
    font-size: 36px;
  }
  
  body{
    background-color: var(--primary-light);
    height: auto;
    width: 100%;
  }

  #header{
    background-color: var(--primary-color);
    width: 100%;
    height: 120px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: 0.6s ease;
    top: 0px; 
    /* position: fixed; */
  }
  
  main{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.5s ease;
  }

  #box_nav{
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: 0.4s ease;
  }
  .logo{
    width: 65px;
    height: 50px;
    transition: 0.4s ease;
  }

  .utility{
    width: 100%;
    height: 930px;
    background-color: var(--primary-color);
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    transition: 0.4s ease;
}

  #h_utilise{
    transform: translate(-400px, 0);
    transition: 0.6s ease;
    color: var(--other);
    font-size: 1.5em;
  }

  .color_diff{
    color: var(--other);
    font-size: 1.3em;
    margin-top: 10px;
  }

  #remarque_user{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
    border-radius: 15px;
    width: 250px;
    height: 25px;
    transition: 1s ease;
    margin-top: 10px;
    margin-bottom: 2px;  
  }

  #lecteur{
    width: 100%;
    height: 60px;
    background-color: var(--secondary-color);
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    transition: 2s ease;
  }

  audio{
    display: block;
    padding: 10px;
    border-radius: 20px;
    width: 400px;
    height: 30px;
    transition: 0.5s ease;
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .box{
    width: 200px;
    height: 100px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  #fleche_prec{
    margin-right: 25px;
    width: 35px;
    height: 35px;
  }

  #fleche_suiv{
    margin-left: 25px;
    width: 35px;
    height: 35px;
    transform: rotate(180deg);
  }

  #cover{
    border: 2px solid var(--primary-color);
    border-radius: 20px;
    transition: 0.5s ease; 
  }

  #btn_:hover{
    opacity: 0.75;
    cursor: grab;
  }

  #btn_{
    background-color: var(--secondary-color);
    color: var(--primary-color);
    border: 1px dashed var(--primary-color);
    border-radius: 15px;
    width: 200px;
    height: 20px;
    margin-bottom: 10px;
  }
  .margin{
    margin-bottom: 23px;
  }

  #footer{
    height: 130px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: var(--primary-color); 
    position: absolute;
    transition: 0.5s ease;
  }

  /* mp'ecoute */

  #mp_ecoute{
    background-color: var(--other);
    height: auto;
    width: 100%;
  }

  .list_musik{
    height: 150px;
    width: 100%;
    border-bottom: 1px solid var(--primary-color);
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .diff{
    border-top: 1px solid var(--primary-color);
    margin-top: 30px;
  }

  .artiste_play{
    height: 200px;
    width: 1300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .cover{
    height: 75px;
    width: 75px;
    border-radius: 10px;
  }

  .image_play{
    height: 25px;
    width: 25px;
    margin-top: 30px;
  }

  .cover_fav{
    height: 150px;
    width: 150px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .fav{
    height: 20px;
    width: 20px;
  }

  #block{
    background-color: var(--primary-color);
    width: 200px;
    height: 35px;
    color: var(--primary-light);
    font-size: 1.3em;
    border: 1px solid var(--primary-color);
    border-radius: 10px;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .play{
    width: 50px;
    height: 50px;
    margin-top: 30px;
  }
