html {
	overflow-y: scroll;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}
body {
	overflow-y: visible;
	position: relative;
  height: unset;
}
html, body {
	overflow-x: hidden;
	margin: 0;
}
#app{
    position: relative;
    z-index: 1;
}
.parent>div>p>a, .parent>div>p, .credits>div>p, .credits>div>p>a, .reseaux-sociaux>a, .date-place>p, .navigation-main>a{
    color: var(--white);
}

#app::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url("https://i.imgur.com/014YVum.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: -1;
}

/* SLIDER */
.carousel {
    position: relative;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.64);
    margin-top: 10%;
    width: 600px;
    display: flex;
    align-self: center;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 600px;
}

.carousel-open:checked + .carousel-item {
    position: static;
    opacity: 100;
}

.carousel-item {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.6s ease-out;
    transition: opacity 0.6s ease-out;
}

.carousel-item img {
    display: block;
    height: auto;
    width: 600px;
}

.carousel-control {
    background: rgba(0, 0, 0, 0.28);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    display: none;
    font-size: 40px;
    height: 40px;
    line-height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
    width: 40px;
    z-index: 10;
}

.carousel-control.prev {
    left: 2%;
}

.carousel-control.next {
    right: 2%;
}

.carousel-control:hover {
    background: rgba(0, 0, 0, 0.8);
    color: #aaaaaa;
}

/* Display controls based on the checked image */
#carousel-1:checked ~ .control-1,
#carousel-2:checked ~ .control-2,
#carousel-3:checked ~ .control-3,
#carousel-4:checked ~ .control-4,
#carousel-5:checked ~ .control-5,
#carousel-6:checked ~ .control-6,
#carousel-7:checked ~ .control-7,
#carousel-8:checked ~ .control-8,
#carousel-9:checked ~ .control-9,
#carousel-10:checked ~ .control-10 {
    display: block;
}

.carousel-indicators {
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.carousel-indicators li {
    display: inline-block;
    margin: 0 5px;
}

.carousel-bullet {
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 35px;
}

.carousel-bullet:hover {
    color: #aaaaaa;
}

/* Active bullet color for each slide */
#carousel-1:checked ~ .control-1 ~ .carousel-indicators li:nth-child(1) .carousel-bullet,
#carousel-2:checked ~ .control-2 ~ .carousel-indicators li:nth-child(2) .carousel-bullet,
#carousel-3:checked ~ .control-3 ~ .carousel-indicators li:nth-child(3) .carousel-bullet,
#carousel-4:checked ~ .control-4 ~ .carousel-indicators li:nth-child(4) .carousel-bullet,
#carousel-5:checked ~ .control-5 ~ .carousel-indicators li:nth-child(5) .carousel-bullet,
#carousel-6:checked ~ .control-6 ~ .carousel-indicators li:nth-child(6) .carousel-bullet,
#carousel-7:checked ~ .control-7 ~ .carousel-indicators li:nth-child(7) .carousel-bullet,
#carousel-8:checked ~ .control-8 ~ .carousel-indicators li:nth-child(8) .carousel-bullet,
#carousel-9:checked ~ .control-9 ~ .carousel-indicators li:nth-child(9) .carousel-bullet,
#carousel-10:checked ~ .control-10 ~ .carousel-indicators li:nth-child(10) .carousel-bullet {
    color: var(--blue);
}

#birthday-image{
    margin-top: 5vh;
    align-self: center;
    width: 90%;
}

.artist-card{
    display: flex;
    justify-content: center;
    width: 49%;
    margin: 5px 0;
}
.artist-card>.container-photo{
    width: 100%;
}

.artist-card>.container-photo>img{
    width: 100%;
    height: 100%;
}

.artists-list{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.artists-list>div{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.parent {
    display: grid;
    align-self: center;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.parent>div{
    margin-bottom: 10px;
}

.parent>div>img{
    width: 100%;
}

.div1  { grid-area: 1 / 1 / 2 / 2; }
.div2  { grid-area: 1 / 2 / 2 / 3; }
.div3  { grid-area: 2 / 1 / 3 / 2; }
.div4  { grid-area: 2 / 2 / 3 / 3; }
.div5  { grid-area: 3 / 1 / 4 / 2; }
.div6  { grid-area: 3 / 2 / 4 / 3; }
.div7  { grid-area: 4 / 1 / 5 / 2; }
.div8  { grid-area: 4 / 2 / 5 / 3; }
.div9  { grid-area: 5 / 1 / 6 / 2; }
.div10 { grid-area: 5 / 2 / 6 / 3; }


/* RESPONSIVE */

@media only screen and (max-width: 1200px){
    #app::before{
        background-image: url("https://i.imgur.com/H4kooLQ.png") !important;
    }
}

@media only screen and (max-width: 1024px){
    #app::before{
        background-image: url("https://i.imgur.com/MBsJhZx.png") !important;
    }

    .carousel{
        width: 500px !important;
    }
    .carousel-inner{
        width: 500px !important;
    }
    .carousel-item img{
        width: 500px !important;
    }
}

@media only screen and (max-width: 900px){
    #app::before{
        background-image: url("https://i.imgur.com/8NLXp2N.png") !important;
    }
    .artist-card{
        width: 100%;
        margin: 5px 0;
    }

    .parent {
        display: flex;
        flex-wrap: wrap;
    }
    
    .parent > div { 
        width: 100%;
    }
    .parent>div>p{
        font-size: 2rem;
    }
}

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

}

@media only screen and (max-width: 500px){
    #app::before{
        background-image: url("https://i.imgur.com/aVfthK4.png") !important;
    }

    .carousel{
        width: 300px !important;
    }
    .carousel-inner{
        width: 300px !important;
    }
    .carousel-item img{
        width: 300px !important;
    }
}

@media only screen and (max-width: 360px){
    #app::before{
        background-image: url("https://i.imgur.com/KoogUlk.png") !important;
    }
}


@media only screen and (max-width: 320px){
    #app::before{
        background-image: url("https://i.imgur.com/4RSZp1q.png") !important;
    }
}