@import url('https://fonts.googleapis.com/css2?family=Sofia+Sans+Extra+Condensed:ital,wght@0,1..1000;1,1..1000&display=swap');

* {
	margin: 0;
	padding: 0;
    scroll-behavior: smooth;
}

:root{
    --globalcolor:  #ffffff;
    --contrast:  #131212;
    --alternative: #ce8609;
}

::selection {
    background: var(--alternative);
}

body {
    text-align: center;
    background: white;
    color:black;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    font-style: normal;
}

#background {
    width: 100dvw;
    height: calc(100dvh - 50px);
    overflow: hidden;
    background: url(../img/background.jpg) no-repeat top / cover;
}


#header {
    margin: 0 auto;
    width: 96vw;
    
    /*
    border-bottom: 3px solid var(--contrast);
    */
}

h2 {
    display: block;
    font-size: 6vw;
    font-weight: 300;
    color: var(--globalcolor);
    text-align: center;
}

h3 {
    font-size: 72px;
    font-weight: 700;
    line-height: 0.86em;
    margin-top: 50px;
}

#tour h2 {
    color: var(--contrast);
}

#nav {
    margin: 0 auto;
    text-align: center;
}

#logo {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 18dvw;
    height: 50px;
    background: url(../img/icons/logo.svg) no-repeat left / contain;
    text-decoration: none;
}

#menu {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 2.5vw;
    padding: 5px 0 0 0;
}

#menu a {
    font-family: "Sofia Sans Extra Condensed", sans-serif;
    color: var(--contrast);
    font-size: 3.5vw;
    line-height: 1em;
    text-transform: uppercase;
    margin: 0 1vw;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
}

#menu a:hover {
    opacity: 0.5;
}

#socials {
    display: inline-block;
    text-align: center;
    padding: 0;
    vertical-align: middle;
    height: 35px;
}
#socials a {
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    line-height: 1em;
    margin: 0;
    padding: 0;
}
#socials a:hover {
    opacity: 0.5;
}

.icon {
    display: inline-block;
    width: 2.5dvw;
    height: 2.5dvw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-decoration: none;
}

.icon:last-child {
    border-right: 1px solid var(--globalcolor);
}

#facebook{
    background-image:url(../img/icons/fb.svg);
}
#spotify{
    background-image:url(../img/icons/sp.svg);
}
#deezer{
    background-image:url(../img/icons/de.svg);
}
#apple{
    background-image:url(../img/icons/am.svg);
}
#amazon{
    background-image:url(../img/icons/az.svg);
}
#songkick{
    background-image:url(../img/icons/sk.svg);
}
#twitter{
    background-image:url(../img/icons/tw.svg);
}
#instagram{
    background-image:url(../img/icons/ig.svg);
}
#youtube{
    background-image:url(../img/icons/yt.svg);
}
#soundcloud{
    background-image:url(../img/icons/sc.svg);
}
#tiktok{
    background-image:url(../img/icons/tt.svg);
}
#snapchat{
    background-image:url(../img/icons/snap.svg);
}
#twitch{
    background-image:url(../img/icons/twitch.svg);
}
#discord{
    background-image:url(../img/icons/discord.svg);
}


.bit-widget .bit-event .bit-location {
    text-align: left;
}


#tour {
    margin: 150px auto;
    width: 90%;
    max-width: 980px;
}

#footer {
    margin: 50px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.1em;
}

#footer p, #cookie {
    display: inline-block;
        font-size: 10px;
}

#cookie a {
    color: var(--contrast);
    margin: 0 10px;
    text-decoration: none;
    border-bottom: 1px dotted black;
    font-size: 10px;
    line-height: 2em;

}
#cookie a:hover {
    color: var(--contrast);
}

#shop {
    padding: 100px 0;
    background: var(--contrast);
}



.product {
    display: inline-block;    
    border: 1px solid var(--contrast);
    text-decoration: none;
    color: var(--contrast);
    padding: 10px;
    margin: 5px;
    font-size: 18px;
    font-family: "Sofia Sans Extra Condensed", sans-serif;
}
.product p, .disc p {
    color: var(--globalcolor);
    text-transform: uppercase;
}
.product:hover, .disc:hover {
    border: 1px solid var(--globalcolor);
}

.product .artwork {
    width: 100%;
    height: 25vw;
    margin-bottom: 15px;
}


.double .product {
    width: calc(48vw - 50px);
    max-width: 700px;
}

.triple .product {
    width: calc(33vw - 50px);
    max-width: 500px;
}


.soldout::after {
    position: absolute;
    bottom: 70px;
    letter-spacing: 0.2em;
    left: 50%;
    content:"SOLDOUT";
    color:var(--globalcolor);
    padding: 10px 20px 8px 25px;
    border: 1px solid var(--globalcolor);
    transform: translateX(-50%) rotate(-7deg);
}
.soldout:hover {
    border: 1px solid var(--contrast);
}
.soldout {
    position: relative;
}
.soldout .artwork {
    opacity: 0.2;
}







#discosymphony-lp .artwork {
    background: url(../img/products/discosymphony-lp.png) no-repeat center / contain;
}

#discosymphony-cd .artwork {
    background: url(../img/products/discosymphony-cd.png) no-repeat center / contain;
}

#discosymphony-tshirt .artwork {
    background: url(../img/products/discosymphony-tshirt.png) no-repeat center / contain;
}

#discosymphony-hoodie .artwork {
    background: url(../img/products/discosymphony-hoodie.png) no-repeat center / contain;
}





#supernature-sweatshirt .artwork {
    background: url(../img/products/supernature-sweatshirt.png) no-repeat center / contain;
}
#malligator-cap .artwork {
    background: url(../img/products/malligator-cap.png) no-repeat center / 60%;
}
#supernature-tshirt .artwork {
    background: url(../img/products/supernature-tshirt.png) no-repeat center / contain;
}
#black-jacket .artwork {
    background: url(../img/products/black-jacket.png) no-repeat center / contain;
}
#orange-jacket .artwork {
    background: url(../img/products/orange-jacket.png) no-repeat center / contain;
}






#bestof .artwork {
    background: url(../img/products/bestof.png) no-repeat center / contain;
}
#classics .artwork {
    background: url(../img/products/classics.png) no-repeat center / contain;
}
#cerronebycerrone-lp .artwork {
    background: url(../img/products/cerronebycerrone-lp.png) no-repeat center / contain;
}
#supernature-lp .artwork {
    background: url(../img/products/supernature-lp.png) no-repeat center / contain;
}
#loveincminor-lp .artwork {
    background: url(../img/products/loveincminor-lp.png) no-repeat center / contain;
}
#dna-lp .artwork {
    background: url(../img/products/dna-lp.png) no-repeat center / contain;
}
#cerronebycerrone-cd .artwork {
    background: url(../img/products/cerronebycerrone-cd.png) no-repeat center / contain;
}
#supernature-cd .artwork {
    background: url(../img/products/supernature-cd.png) no-repeat center / contain;
}
#dna-cd .artwork {
    background: url(../img/products/dna-cd.png) no-repeat center / contain;
}







#play {
    font-size: 2.3vw;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
}

.wrapper {
    width: 95%;
    max-width: 1080px;
    margin: 0 auto;
}


#album .wrapper {
    display: flex;
    margin: 0 auto;
}

#album #leftPart img {
    width: 100%;
    display: block;
}

#album #leftPart {
    text-align: right;   
}
#album #rightPart {
    text-align: left;
    font-size: 35px;
        font-family: "Sofia Sans Extra Condensed", sans-serif;
}

#album #rightPart p {
    margin: 5px auto;
        font-family: "Sofia Sans Extra Condensed", sans-serif;
    letter-spacing: 0.05em;
}
.bouton {
    border: 1px solid var(--contrast);
    padding: 8px 0;
    margin: 10px auto 0 auto;
    display: block;
    text-decoration: none;
    color: var(--contrast);
    text-align: center;
    font-size: 35px;
        font-family: "Sofia Sans Extra Condensed", sans-serif;
}


.bouton:hover {
    background-color: var(--alternative);
}

#album {
    background-color: var(--contrast);
}
#album #rightPart h1 {
    margin-top: 2vw;
    font-size: 150px;
    line-height: 0.9em;
    text-align: left;
}

#album #leftPart {
    flex: 3;
    display: block;
    align-items: center;
    vertical-align: middle;
    padding: 15px;
    margin: 0 auto;
}
#album #rightPart {
    flex: 2;
    display: block;
    align-items: center;
    vertical-align: middle;
    padding: 15px;
    margin: 0 auto;
}





#discographie .artwork {
    display: inline-block;
    width: 30vw;
    height: 30vw;
    margin: 1vw;
    text-decoration: none;
}

#discographie .artwork:hover {
    transform: rotate(-1deg);
}
#discographie img {
    width: 100%;
}
#discographie .bouton {
    width: 94.5%;
}







#secondary .wrapper {
    border: 1px solid lightgrey;
    margin: 50px auto;
    padding: 50px 0;
}

.productDetails {
    padding: 25px;
}


.bit-rsvp-container {
    display: none!important;
}



@media screen and (max-width: 980px) {
    #logo, #menu, #socials {
        text-align: center;
        padding: 0;
        display: block;
    }
    #socials {
        margin-top: 10px;
    }
    #logo {
        width: 100%;
        margin: 15px auto;
        background-position: center;
    }

    h2 {
        font-size: 6vw;
    }
    #menu {
        margin-top: 5px;
    }
    #menu a {
        font-size: 30px;
    }
    .icon {
        width: 35px;
        height: 35px;
    }


    #annonce {
        margin: 0 auto;
    }
    #annonce a {
        display: block;
        text-align: center;
        width: 75%;
        margin: 0 auto;
        font-size: 18px;
    }
    #play {
        font-size: 14px;
    }
    #album .wrapper {
        margin: 50px auto;
        display: block;
    }
    #album #rightPart {
        text-align: center;
    }
    #album #rightPart h1 {
        text-align: center;
        font-size: 40px;
    }
    #album #rightPart p {
        font-size: 24px;
    }
    #album #rightPart a {
        font-size: 18px;
    }
    #discographie {
        margin: 150px auto;
    }

    #discographie .artwork {
        width: 45vw;
        height: 45vw;
    }

    .product {
        width: 90%!important;
    }
    .product .artwork {
        height: 400px;
    }

}