:root{
    --largeur-contenu: 1000px;
}
html{
    background-color:  rgba(174,48,71,1);
    font-family: "Work Sans","sans-serif";
}

body{
    background-color:  rgba(174,48,71,1);
    margin: 0;
}

@media only screen and (max-width: 768px) {
    body{
        background-image: url("images/background-A4.png");
        background-repeat: no-repeat;
        background-size: 100%;
    }
}


@media only screen and (min-width: 768px) {
    body{
        background-image: none;
    }

    .parallax {
        height: 100vh;
        overflow-x: hidden;
        overflow-y:auto;
        perspective: 50vw;
        z-index: -8;
        
    }
    
    .parallax-layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vW;
    height: fit-content;
    }

    .parallax-layer img{
        display: block;
        width: 100%;
        /* height: auto; */
    }
    
    
    .layer4{
        -webkit-transform: translateZ(-300vw) scale(7);
        transform: translateZ(-300vw) scale(7);
        z-index: -5;
        top:-50vw;
    }

    .layer4 img{
        
        content: url("images/retropico-illu-nuit-calques/Plan4.png");
        
    }

    .layer3{
        -webkit-transform: translateZ(-250vw) scale(6);
        transform: translateZ(-250vw) scale(6);
        top:150vw;
        z-index: -4;
    }

    .layer3 img{
        content: url("images/retropico-illu-nuit-calques/Plan3.png")
    }

    .layer2{
        -webkit-transform: translateZ(-200vw) scale(5);
        transform: translateZ(-200vw) scale(5);
        top:180vw;
        z-index: -3;
    }
    .layer2 img{
        content: url("images/retropico-illu-nuit-calques/Plan2.png");
    }

    .layer1-bis{
        -webkit-transform: translateZ(-100vw) scale(3);
        transform: translateZ(-100vw) scale(3);
        top:155vw;
        z-index: -2;
    }
    .layer1-bis img{
        content: url("images/retropico-illu-nuit-calques/Plan1-bis.png");
    }

    .layer1{
        -webkit-transform: translateZ(-50vw) scale(2);
        transform: translateZ(-50vw) scale(2);
        top:115vw;
        z-index: -1;
    }
    .layer1 img{
        content: url("images/retropico-illu-nuit-calques/Plan1.png");
    }

}


.nav-bar{
    position: sticky;
    display: flex;
    flex-direction: row;
    height: 20vh;
    max-height: 100px;
    min-height: 20px;
    background: linear-gradient(180deg, rgba(0,0,0,0.1),rgba(0,0,0,0));
    padding: 0 30px 0 19px;
}
.logo-container{
    display:flex;
    justify-content: center;
}
#retropico-logo{
    max-width: 100%;
}
.navbar-logo{
    /* max-height:100%; */
    max-width: 100%;
    width: 315px;
}

.social-icons{
    height: 100%;
}

.navbar-image{
    max-height: 24px;
    max-width: 100%;
}

.navbar-item{
    /* flex:auto; */
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.empty-container{
    height: min(110vw,100vh);
}

@media only screen and (min-width: 768px) {
    .empty-container{
        /* height: min(66vw,100vh); */
        height: 150vw;
    }
}

.gradient-container{
    width: 100%;
    padding-inline: 30px;
    /* padding-top:20vh; */
    padding-bottom: 70px;
    /* height: 200vh; */
    background: rgb(72,53,62);
    background: linear-gradient(180deg, rgba(72,53,62,0) 0%, rgba(91,52,64,1) 22vW, rgba(174,48,71,1) 100%);
}

@media only screen and (min-width: 768px) {
    .gradient-container{
        background: linear-gradient(180deg, rgba(72,53,62,0) 0%, rgba(91,52,64,1) 50vW, rgba(174,48,71,1) 100%);
    }
}

.spotify-container{
    height: 400px;
    border-radius: 15px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
}

.container-part-1{
    padding-block: 20px;
    margin-left: auto;
    margin-right: auto;
    /* margin-top:140px; */
    max-width: var(--largeur-contenu);
}

.bit-details-inner-wrapper{
    width: 300px !important;
}

.bit-button{
    background-color: #e75529 !important;
    height: 32px !important;
    width: 160px !important;
    border-radius: 4px !important;
    color: white !important;
    border-color: #48353e !important;
}

.dates-spotify-col{
    margin-block:50px
}

@font-face  {
    font-family: "retropico";
    src: url("Retropico_v1-Regular.ttf")
  }

.dates-container{
    font-family: "retropico","Work Sans";
    overflow: auto;
    border-radius: 15px;
    background-color:#48353E ;
    color:#E84919;
    padding: 30px;
    font-weight: 400;
    height: 400px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
}


h2{
    font-weight:400;
    font-size: 3rem;

}

.container-part-2{
    margin-left: auto;
    margin-right: auto;
    max-width: var(--largeur-contenu);
}

.container-video{
    width:100%;
    margin-top:20px;
    margin-bottom: 100px;
    aspect-ratio: 16/9;
}

.container-video div{
    width:100%;
    height: auto;
}

.container-video div iframe{
    border-radius: 7px;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
}


.description{
    color:#F5AC9D;
    margin-bottom: 50px;
}

.text-description{
    text-align: justify;
    text-justify: inter-word;
}

.container-part-3{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.button{
    width: 200px;
    height: 60;
    padding: 10px;
    margin-top: 20;
    margin-inline: auto;
    font-size:x-large;
    font-weight: bolder;
    border-radius: 6px;
    border-width: 0;
    text-align: center;
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
    text-decoration: none;
}

.button-contact{
    background-color: #E84919;
    color: white;
}

.button-contact:hover{
    background-color: #e75529;
}

.button-linkaband{
    background-color: #F5AC9D;
    color: white;
}

.button-linkaband:hover{
    background-color: #ebcdc8
}


.footer{
    display: flex;
    padding-block: 10px;
    height: 80px;
    background-color: white;
}

.container-part-4{
    border-radius: 7px;
    margin-left: auto;
    margin-right: auto;
    margin-block:100px;
    max-width: var(--largeur-contenu);
    background-color:  rgba(174,48,71,1);
    aspect-ratio: 16/9;
    margin-bottom:50px;
}

.slider-container{
    box-shadow: 0 6px 6px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
    border-radius: 7px;
    width: 100% !important;
    aspect-ratio: 16/9 !important;
    height: auto;
}

li img{
    width: 100% !important;
    aspect-ratio: 16/9 !important
}

li{
    width: 100% !important;
    aspect-ratio: 16/9  !important;
}


.footer-logo{
    flex:auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 100%;
}

.footer-logo img{
    max-height: 100%;
    max-width: 100%;
}





