body {
    margin: 0;
    font-family: Helvetica, sans-serif;
    background-color: #e0e0e0;
    color: #fff;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
    scrollbar-width: none; 
    overflow-y: scroll;
}

.bg {
    height: 110%;
    background-image: url(https://www.lamourlamor.com/img/GIF-Fleurs.gif);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

header {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

header nav {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 30px;
}

header nav a {
    text-decoration: none;
    font-size: larger;
    color: #fff;
    padding: 12px 20px 10px 20px;

    border-radius: 50em;
    border: 1px solid rgba(255, 255, 255, 0.36);

    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

header nav a:hover {
    cursor: pointer;
}

/* */

section {
    width: 100%;
    display: flex;
    justify-content: center;
}

section > div {
    width: 85%;
}

@media screen and (min-width:900px) {
    section > div {
        width: 60%;
    }
}

/* CLIP */

.clip-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.clip {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    width: 700px;
    border-radius: 1.4rem;
    border: 1px solid rgba(255, 255, 255, 0.36);

    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(9px);
    -webkit-backdrop-filter: blur(15px);

    -webkit-animation: glowing 1s ease-in-out infinite alternate;
    -moz-animation: glowing 1s ease-in-out infinite alternate;
    animation: glowing 1s ease-in-out infinite alternate;
}

 @-webkit-keyframes glowing {
      from {
        box-shadow: 0 0 100px rgba(255, 255, 255, 0.5), 
                    0 0 20px rgba(255, 255, 255, 0.5), 
                    0 0 15px rgba(255, 255, 255, 0.5),
                    0 0 10px rgba(255, 255, 255, 0.5), 
                    0 0 7px rgba(255, 255, 255, 0.5),
                    0 0 10px rgba(255, 255, 255, 0.5),
                    0 0 10px rgba(255, 255, 255, 0.5);
      }
      to {
        box-shadow: 0 0 100px rgba(255, 255, 255, 0.5), 
                    0 0 20px rgba(255, 255, 255, 0.5), 
                    0 0 15px rgba(255, 255, 255, 0.5),
                    0 0 10px rgba(255, 255, 255, 0.5), 
                    0 0 7px rgba(255, 255, 255, 0.5),
                    0 0 10px rgba(255, 255, 255, 0.5),
                    0 0 10px rgba(255, 255, 255, 0.5);
      }
}

.clip iframe {
    border-radius: 1rem;
    z-index: 0;
    width: 100%;
    aspect-ratio: 16 / 9;
}


/*@media only screen and (min-width: 768px) {
    .clip {
        width: 350px;
        height: 200px;
    }

    .clip iframe {
        width: 350px;
        height: 200px;
    }
}
*/
/* CREDIT */

.credit-container 
    display: flex;
    justify-content: center;
    align-items: center;

.credit-container a {
    color: #fff;
}

.credit-title {
    display: flex;
    align-items: center;
}

/* COVER */

.img-tape {
    border: 1.5px solid #fff;
    height: 350px;
    width: 350px;
    padding: 13px;
    margin: 50px 0;
    border-radius: 1.4rem;

    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.img-tape img {
    width: 350px;
    border-radius: 1rem;
}

/* STORE */

.container-link-stream {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2em;
}

.link-stream-store {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    padding: 30px 25px;
    margin: 20px;
    height: 9px;
    border-radius: 50em;
    border: 1px solid rgba(255, 255, 255, 0.36);

    background: rgba(255, 255, 255, 0.1);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.link-stream-store:hover {
    background: rgba( 255, 255, 255, 0.35 );
    backdrop-filter: blur( 7.5px );
    -webkit-backdrop-filter: blur( 7.5px );
}

.icon-stream {
    height: 80px;
}

.icon-stream svg {
    width: 150px;
    fill: #fff;
}

@media only screen and (max-width: 768px) {

    .container-link-stream {
        flex-direction: column;
    }    
    
    .icon-stream {
        height: 110px;
    }
    
    .icon-stream svg {
        width: 200px;
    }
    
    .link-stream-store {
        padding: 40px 35px;
    }

}

/* SOCIAL MEDIA */

.container-link-social {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    margin: 30px 0;
}

.container-link-social a {
    padding: 0 20px;
    color: #fff;
    text-decoration: none;
    display: flex;
    text-align: center;
    align-items: center;
    height: 22px;
}

.container-link-social a:hover {
    text-decoration: underline;
}

.container-link-social img {
    width: 20px;
    height: 100%;
    margin-right: 10px;
}

.container-docu-tape {
    width: 100%;
}

.container-docu-tape h2 {
    padding: 0 25px;
}

.container-docu-tape iframe {
    width: 100%;
    height: 300px;
}

.container-link-song {
    display: flex;
    flex-direction: column;
}

.container-link-song .icon-song {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
}

.container-contact-song {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1.5px solid #fff;
    padding: 5px;
    margin: 10px 0;
}

.container-contact-song a {
    text-decoration: none;
    font-size: 14px;
    padding: 3px;
}

.link-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.link-contact a {
     color: #fff;
     font-weight: bold;
}

/* FOOTER */

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
}

footer p {
    font-size: small;
}