body {
    margin: 0;
    background: black;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: block;
} 

.clearfix:after {
    clear: both;
}

.wrapping {
    position: relative;
    max-width: 975px;
    width: 100%;
    left: calc((100vw - 975px)/2);
}

.covers > .cover {
    float: left;
    width: calc(100%/13);
    height: calc(100vw/13);
    max-width: 75px;
    max-height: 75px;
}

.covers > .cover > img {
    width: 100%;
    height: 100%;
}

.covers-content {
    position: relative;
    width: 100%;
    height: calc(100vw * 0.4615);
    max-height: 450px;
}

.covers-content img {
    display: block;
    max-height: 400px;
    max-width: 460px;
    width: 45vw;
    height: 45vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.covers-shade {
    width: 100%;
    height: calc(600vw / 13);
    max-height: 450px;
    background-color: black;
    opacity: 30%;
    position: absolute;
}

.title {
    font-size: 48px;
    font-family: 'Georgia';
    text-align: center;
    color: snow;
    padding: 15px;
    letter-spacing: 5px;
}

.menu {
    position: sticky;
    top: -1px;
    z-index: 1;
}

.menu > div {
    height: 36px;
    width: calc(100% / 5);
    font-family: "Paytone One", serif;
    letter-spacing: 1px;
    font-size: 24px;
    text-align: center;
    background-color: #13e4f8;
    color: #000;
    float: left;
    transition-duration: 500ms;
}

.menu > div:hover, .menu > div.selected {
    color: #e0fd12;
    cursor: pointer;
    background: #f81ca6;
    text-shadow: 2px 2px 1px #000;
}

.content {
    position: relative;
}

.content h3 {
    text-align: center;
    font-size: 2.5rem;
    font-family: "Paytone One", serif;
    font-weight: normal;
    position: relative;
    margin-top: 0;
}

.separator {
    height: 35px;
}

.content-text {
    padding: 0 1rem;
    line-height: 2rem;
    color: snow;
    font-size: 1.5rem;
    font-family: "Libre Baskerville", serif;
    position: relative;
}

#spectacles .content-text {
    text-align: center;
}

.text-black {
    color: #000;
}

.mobile-trans {
    display: none;
}

.stars {
    text-align: center;
    display: block;
    padding-top: 1rem;
    clear: both;
    position: relative;
}

#accueil, #spectacles, #repertoire {
    position: relative;
}

#spectacles {
    background: snow;
    padding-bottom: 1rem;
    position: relative;
}

.spectacle {
    padding: 15px;
}

.spectacle .date {
    display: block;
}

.spectacle a {
    text-decoration: none;
    color: black;
}

#spectacles .fa-star {
    color: #000;
    position: absolute;
}

#spectacles .fa-star:nth-child(4) {
    top: 5px;
    left: 5px;
}

#spectacles .fa-star:nth-child(5) {
    top: 5px;
    right: 5px;
}

#spectacles .fa-star:nth-child(6) {
    bottom: 5px;
    left: 5px;
}

#spectacles .fa-star:nth-child(7) {
    bottom: 5px;
    right: 5px;
}

#medias > div {
    text-align: center;
}

#medias > div > div {
    display: inline-block;
    max-width: 900px;
    padding: 1rem;
}

#medias > div > div > div {
    float: left;
    max-width: 290px;
    padding: 5px;
}

#medias span {
    display: block;
    font-family: "Libre Baskerville", serif;
    font-size: 1rem;
    margin: 5px;
}

#medias img {
    max-width: 100%;
    display: block;
}

#repertoire, #medias {
    color: snow;
    padding-bottom: 1.5rem;
}

#repertoire .song {
    font-family: sans-serif;
    font-size: 0.8rem;
    letter-spacing: 1px;
    margin-bottom: 10px;
    position: relative;
    padding: 0 1rem;
}

#repertoire .song-artist {
    font-weight: bold;
    margin-top: 2px;
}

#repertoire .col {
    float: left;
    width: 33%;
    text-align: center;
}

#contact {
    max-width: 400px;
    margin: auto;
    background-color: snow;
    position: relative;
    padding-bottom: 1rem;
    border-radius: 30px;
}

#contact .contact-box {
    width: 33%;
    float: left;
    text-align: center;
}

#contact .contact-box span {
    display: block;
    font-family: "Libre Baskerville", serif;
    font-size: 1rem;
}

#contact .contact-box > a {
    text-decoration: none;
    font-size: 70px;
    display: block;
    height: 70px;
    transition-duration: 500ms;
}

#contact .contact-box > a:hover {
    opacity: 0.8;
}

#contact .contact-box > a.fa-envelope {
    color: darkred;
}

#contact .contact-box > a.fa-phone {
    color: darkgreen;
}

#contact .contact-box span a {
    color: #000;
    text-decoration: none;
}

#contact .contact-box svg {
    width: 70px;
    color: #3B5998;
}

#contact h3 {
    margin-bottom: 0;
}

#contact h4 {
    position: relative;
    margin-top: 0.3rem;
    text-align: center;
    font-family: "Libre Baskerville", serif;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 975px;
    font-family: "Libre Baskerville", serif;
    box-sizing: border-box;
    font-size: 0.7rem;
    color: snow;
}

.footer-separator {
    height: 50px;
}

.footer .left {
    position: absolute;
    bottom: 0.5rem;
    left: 0.5rem;
    letter-spacing: 1px;
}

.footer .right {
    float: right;
    padding: 0.5rem;
    position: relative;
}

.footer .fa {
    font-size: 24px;
    color: white;
    padding: 5px;
    width: 24px;
    text-align: center;
    text-decoration: none;
    transition-duration: 500ms;
    margin-left: 5px;
}

.footer .fa:hover {
    opacity: 0.8;
}

.footer .fa-facebook {
    background: #3B5998;
}

.footer .fa-instagram {
    background: #125688;
}

.footer-trans {
    background: #000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
}

.icon, .mobile-menu {
    display: none;
}

@media (max-width: 1024px) {
    
}

@media (max-width: 975px) {
    .wrapping {
        left: 0px;
        max-width: 100%;
    }

    .covers-content img {
        padding: 3vw;
    }

    .menu > div {
        font-size: calc(1.6vw + 6px);
    }

    .separator {
        height: 3vw;
    }

    .content-text {
        font-size: 2.5vw;
        line-height: 3.5vw;
    }
}

@media (max-width: 768px) {
    .content h3 {
        font-size: 6vw;
    }

    #repertoire .col {
        width: 50%;
        text-align: left;
    }
}

@media (max-width: 480px) {
    .wrapping {
        position: absolute;
        min-height: 100vh;
    }

    .covers {
        position: fixed;
    }

    .covers > .cover {
        width: calc(100vw/6);
        height: calc(100vw/6);
        max-width: 80px;
        max-height: 80px;
    }

    .covers-content {
        height: auto;
    }

    .covers-content img {
        width: 250px;
        height: auto;
        position: relative;
        margin: auto;
        transform: none;
        top: 0;
        left: 0;
    
    }

    .covers-shade {
        height: 100%;
        max-height: none;
    }

    .content {
        margin: 1rem;
    }

    .separator {
        height: calc(36px + 1rem);
    }

    .content-text {
        font-size: 1rem;
        line-height: 1.5rem;
        padding: 1rem;
        text-align: justify;
    }

    #medias span {
        padding: 0.5rem;
        background: #000;
    }

    #contact {
        border-radius: 0px;
    }
    
    .mobile-trans {
        background: #000;
        opacity: 0.8;
        width: 100%;
        height: 100%;
        position: absolute;
        display: block;
    }

    .trans-white {
        background: snow;
        opacity: 0.9;
    }

    #spectacles {
        background: transparent;
    }

    .menu {
        display: none;
    }

    .footer .fa {
        font-size: 18px;
        width: 18px;
    }

    .icon {
        display: block;
        position: fixed;
        background-color: #e0fd12;
        color: #630b42;
        top: 0.5rem;
        right: 1.5rem;
        border-radius: 5px;
        width: 36px;
        height: 36px;
        text-align: center;
        line-height: 36px;
        font-size: 1.5rem;
        border: 1px solid;
    }

    .mobile-menu {
        position: fixed;
        font-family: "Paytone One", serif;
        letter-spacing: 1px;
        font-size: 30px;
        text-align: center;
        background-color: #630b42;
        color: #e0fd12;
        transition-duration: 500ms;
        width: calc(100vw - 3rem);
        top: 20vw;
        left: 105vw;
        display: block;
        box-shadow: 3px 3px 1px #000;
        text-shadow: 2px 2px 1px #000;
    }

    .mobile-menu.show {
        left: 1.5rem;
    }

    .mobile-menu > div {
        border-bottom: solid 1px black;
        padding: 0.5rem 0;
    }

    .mobile-menu > div:nth-child(odd) {
        background-color: #941063;
    }
}