@charset "UTF-8";
body
{
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background-image: url(../images/urban-skate\ copie.png);
    background-repeat: no-repeat;
}


div.card{
    z-index: 1;
    position: absolute;
    left: 50px;
    top: 1649px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(urban-skate.png) no-repeat center fixed;
    background-size: cover;
}



#layer-1{
    z-index: 1;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

#layer-1 img{
    z-index: 1;
    height: 340px;
    
}
h1 {
    position: absolute;
    color: white;
    z-index: 1;
    font-size: 0px;
    font-family: 'DotGothic16', sans-serif;
    color: red;
    text-transform: uppercase;
    transition: .5s;
}

#layer-2{
    position: absolute;
    width: 340px;
    height: 340px;
}
#layer-2 img{
    height: 170px;
    position: absolute;
    z-index: 2;
    transition: .5s;
}
.hover-1 {
    top: 10;
    left: 0;
}
.images-2 {
    top: 0;
    right: 0;
}
.images-3 {
    bottom: 0;
    right: 0;
}
.images-4 {
    bottom: 0;
    left: 0;
}
.card:hover #layer-2 img{
    box-shadow: .1px .1px 10px black;
    height: 80px;
}
.card:hover h1{
    box-shadow: .1px .1px 10px rgb(255, 255, 255);
    font-size: 45px;
}




.texte{
    top:0;
    right: 0;
    z-index: +22;
    position: sticky;
    text-align: right;
    font-size: 2em;
    font-weight: bolder;
    font-family: 'DotGothic16', sans-serif;
    color: red;
    text-transform: uppercase;
    cursor: pointer;
}
p1{
    top:0;
    right: 0;
    z-index: +22;
    position: fixed;
    text-align: right;
    font-size: 1em;
    font-weight: bolder;
    font-family: 'DotGothic16', sans-serif;
    color: red;
    text-transform: uppercase;
    cursor: pointer

}
.container1
{
    position: absolute;
    display: block;
    top: 1915px;
    left: 1700px;
    width: 800px;
    height: 400px;
    overflow: scroll;
    object-fit: cover;
}
p2{
    z-index: +21;
    color: red;
    font-family: 'DotGothic16', sans-serif;
    font-size: 2em;
    position: absolute;
    display: block;
    top: 1915px;
    left: 1700px;
  
  
}
.container2
{
    position: absolute;
    display: inline;
    top: 984px;
    left: 1973px;
    width: 890px;
    height: 400px;
    overflow: scroll;
}
p3{
    z-index: +21;
    color: red;
    font-family: 'DotGothic16', sans-serif;
    font-size: 2em;
    position: absolute;
    display: block;
    top: 984px;
    left: 1973px;
}
.container3
{
    z-index: 10;
    position: absolute;
    top: 1117px;
    left: 2824px;
    width: 1200px;
    height: 500px;
    object-fit: cover;
    overflow: scroll;
}
p4{
    z-index: +21;
    color: red;
    font-family: 'DotGothic16', sans-serif;
    font-size: 2em;
    position: absolute;
    display: block;
    top: 1117px;
    left: 2824px;
}








