 * {margin: 0; padding: 0}

 html {
  background:#131116;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color:#fff;
  line-height:28px;
  text-align:justify;
  height:100%;
} 
body {text-align: center; height: 100%; width: 100%;}


::selection {background: #fff; color:#000}

header {
  background: url('../img/espace.jpg');
  background-size: cover;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}  

aside {
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-right: 10%;
}

.couleur1 {color: #edd7c3}
.btn-noir {
  display: inline-block;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.1s ease-in-out;
  border: 1px solid #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  color: #edd7c3;
  text-decoration: none;
  margin: 30px 0;
}
.btn-noir:hover {background:#fff; color: #131116; border:1px solid #fff;}

.logo-header {max-width: 100%}
.album {display: flex;}
.album-txt {
  text-align: right; 
  margin-right: 20px; 
  align-items: end; 
  display: flex; 
  font-size: 30px; 
  line-height: 38px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
  flex-direction: column;
  padding-top: 20px;
}
.album-txt b {color:#edd7c3}
.album-txt .btn-noir {padding:10px 40px}

#accueil-flechebas {
    background: rgba(255, 255, 255, 0.07) url(../img/fleche-bas.png) no-repeat center 27px;
    background-size: 39px 18px;
    position: absolute;
    left: 50%;
    bottom:20px;
    margin-left: -39px;
    width: 65px;
    height: 65px;
    border-radius: 65px;
    z-index: 201;
    display: block;
    transition: 0.2s all ease-in-out;
    -webkit-animation: bounce 1.2s linear infinite;
    -moz-animation: bounce 1.2s linear infinite;
    -o-animation: bounce 1.2s linear infinite;
    animation: bounce 1.2s linear infinite;
}
#accueil-flechebas:hover {background:rgba(255,255,255,0.1) url('../img/fleche-bas.png') no-repeat center 27px; background-size: 39px 18px; bottom: 25px}


footer {padding: 80px 0 40px 0; display: flex; flex-direction: column;}
footer a {color:#edd7c3}
.logo-footer {width:200px; margin: auto;}

h1 {
  font-size: 40px;   
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;  
  font-style: normal;
  margin-bottom: 40px;
  letter-spacing: 3px;
}
h2 {
  margin:40px 0 7px 0; 
  color: #edd7c3;
  font-family: "Bebas Neue", sans-serif;  
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 2px;
}

.conteneur {
  background:  url('../img/cover-footer.jpg') bottom left;
  background-repeat: no-repeat;
  background-size: 50%;
  padding:40px 10%; 
  text-align: center;   
  margin: auto;
}

iframe {display: flex; flex-direction: column; margin: 30px auto;}


.video {width:100%; min-height:500px; border:10px #121015 solid;}
.audio {width: 100%; max-width:800px; min-height:270px;; border:10px #121015 solid;}

.intro {margin: 60px 0 80px}
.intro p {margin-bottom: 20px; font-weight: 200; font-size: 22px}


/* ========== RESPONSIVE ========== */
@media (max-width: 800px) {  
  header {justify-content: center;}
  aside {
      display: flex;
      flex-direction: column;
      align-items: end;
      padding: 20px;
      margin: 100px 0 0 0;
  }
  .album {
    display: flex;
    flex-direction: column;
  }
  .album-txt {margin:0; text-align: center}
  .album-img {margin:20px}
}