body {
   /* Ici on peut placer des commentaires */
   /* background-image: url(img/fond.jpg);
   background-size:cover; */
   background-color: #b8bdb2;
   color:#d02be2;
  margin:0;
  padding:0;
}

h1 {
   color:#f2f2f297;
   font-family: "3dumb", sans-serif;
   background-color:#9621a2;
   background:url("img/bashung.jpg");
   background-size: 30%;
   background-position: center;
   background-size: cover;
   font-size:18vw;
   text-align:center;
   height:84vh;
   opacity:1;
   width:100%;
   margin:0 auto;
   padding: 50px 0 0 0;
}
h2 {
   color:#ffffff;
   width:95%;
   text-align:center;
   background-color: darkolivegreen;
   margin:0;
   padding:2.5%;
   font-family: "3dumb";
}

a{
   color:coral;
}
img{
   width:20%;
   height:auto;
   max-width: 600px;
   
}

p {
   font-family:Verdana, Geneva, Tahoma, sans-serif;
   font-size:12pt;
   color:darkblue
}

div.paroles p.refrain {
   color:#000000;
   margin-left:25vw;
   font-family: "3dumb", sans-serif;
   font-size: 2.2vw;
   user-select: none;
   transition: all .3s ease-in-out;
}
div.paroles p.refrain:hover {
   text-shadow: 2px 5px 5px #ff00FF;
   cursor: pointer;
   font-size: 3vw;
   color: #ff00FF;
   transition: all .5s ease-in-out;
}


div.paroles p.milieu {
   color:rgb(9, 176, 134);
   margin-left:15vw;
}

div.paroles {
   height:60vh;
   margin: 0 auto;
   overflow: auto;
}

div.paroles p {
   margin-left:20vw;
}


div.platine {
   background-color: #f0efef;
   
   height:auto;
   margin:0 auto;
   display:flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   border-bottom: #000 1px dashed;
   padding-top:2vh;
   padding-bottom:2vh;
} 

div.platine img {
   width: 40%;
   margin-bottom: 2vh;
   margin-top: 0;
   border-radius: 5%;
   box-shadow: 0 0 50px #00000080;
}

footer {
   background-color: #000;
   color:#fff;
   text-align:center;
   padding: 1vh 0;
   font-size: 1.5vw;
   position: relative;
   bottom: 0;
   font-family: "3dumb";
   height:20vh;
   display:flex;
   align-items: center ;
   justify-content: center;
}

@font-face {
   font-family: "3dumb";
   src: url("fonts/3dumb-webfont.woff") format("woff");
}