/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
    box-sizing: border-box;
}



@font-face {
    font-family: 'Keep on Truckin';
    src: url('fonts/KeeponTruckin.eot');
    src: url('fonts/KeeponTruckin.eot?#iefix') format('embedded-opentype'),
        url('fonts/KeeponTruckin.woff2') format('woff2'),
        url('fonts/KeeponTruckin.woff') format('woff'),
        url('fonts/KeeponTruckin.ttf') format('truetype'),
        url('fonts/KeeponTruckin.svg#KeeponTruckin') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Montserrat Alternates';
    src: url('fonts/MontserratAlternates-Regular.eot');
    src: url('fonts/MontserratAlternates-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/MontserratAlternates-Regular.woff2') format('woff2'),
        url('fonts/MontserratAlternates-Regular.woff') format('woff'),
        url('fonts/MontserratAlternates-Regular.ttf') format('truetype'),
        url('fonts/MontserratAlternates-Regular.svg#MontserratAlternates-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Amaranth-Regular';
    src: url('fonts/Amaranth-Regular.eot');
    src: url('fonts/Amaranth-Regular.eot') format('embedded-opentype'),
         url('fonts/Amaranth-Regular.woff2') format('woff2'),
         url('fonts/Amaranth-Regular.woff') format('woff'),
         url('fonts/Amaranth-Regular.ttf') format('truetype'),
         url('fonts/Amaranth-Regular.svg#Amaranth-Regular') format('svg');
}



body, html {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden visible;
        /*user-select: none;*/
  }
  
  .sr-only {
    position: absolute;
    pointer-events: none;
    width: 1px;
    height: 1px;
    overflow: hidden;
    color: transparent;
  }
  
  input {
    position: absolute;  
    opacity: 0;
    margin-top: 95vh;
    cursor: pointer;
  }
  
  label {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: solid 2px white;
    border-radius: 999px;
    background-color: transparent;
    margin: 95vh 6px 0 6px;
    z-index: 2;
    cursor: pointer;
    transition-duration: .4s;
    box-shadow: 0 0 20px 0 #000;
  }
  
  input:checked + label{
    background-color: #202020;
  }
  
  input + label::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' style='fill:black'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' /%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center 55%;
    background-size: 80px 80px;
    line-height: 100vh;
    transition: background-size 200ms;
    position: absolute;
    color: white;
    height: calc(95vh - 12px);
    width: 80px;
    top: -50px;
    left: 0;
    z-index: 60;
  }
  
  input + label:hover::after {
    background-size: 90px 90px;
  }
  
  input:checked + label::after {
    background-image: none;
    width: 100vw;
    left: 0;
    z-index: 50;
  }
  
  input:checked + label + .slide ~ input + label::after {
    display: none;
  }
  
  input:checked + label + .slide + input + label::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' fill='black'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' /%3E%3C/svg%3E");
    display: block;
    width: 80px;
    right: 0;
    left: auto;
    top:-50px;
  }
  
  input:focus + label{
    box-shadow: 0 0 0 2px teal, 0 0 18px white;
  }
  
  .slide {
    position: absolute;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 95%;
    top: 0;
    left: 0;
    z-index: 25;
    transform: translateX(-100%);
    transition-duration: .4s;
    opacity: 1;
  }
  
  input:checked ~ .slide {
    transform: translateX(100%);
  }
  
  input:checked + label + .slide {
    transform: translateX(0);
    opacity: 1;
  }
  
  .bx1{
    background-image: url(nyc2/001.jpg);
    z-index: 20;
  }
  .bx2{
    background-image: url(nyc2/002.jpg);
    z-index: 20;

  }
  .bx3{
    background-image: url(nyc2/003.jpg);
    z-index: 20;

  }
  .bx4{
    background-image: url(nyc2/004.jpg);
    z-index: 20;

  }
  .bx5{
    background-image: url(nyc2/005.jpg);
    z-index: 20;

  }

#level0 {
    display: block;
}

.wrapper {
    width: 100%;
    position: relative;
    margin: 0 auto;
    
}

.wrapper2 {
    width: 1440px;
    position: relative;
    margin: 0 auto;
        
}

.wrapper4 {
    width: 1440px;
    position: relative;
    margin: 0 auto;
        
}


.banner {
    width: 100%;
    min-height: 800px;
    background: url(images/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -10;
}


.banner-footer {
    width: 100%;
    min-height: 513px;
    background: url(images/banner_footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 250;
    top: 4000px;
}




.logo {
    position: absolute;
    left: 0;
    top:-20px;
    z-index: 100;
    width: 15%;
    background-color:#1E1E1E ;
    padding: 25px;
    border-bottom-right-radius: 25px;

}

.logo>a>img {
    width: 70%;
}

.presente {
    font-family: Keep on Truckin, sans-serif;
    font-size: 20px;
    color: white;
    margin-left: 20%;

}

.title {
    position: absolute;
    width: 900px;
    font-family: Amaranth-Regular, sans-serif;
    font-size: 80px;
    color: #ffffff;
    background-color: #305e90;
    z-index: 500;
    top: 300px;
    /*text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
    2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;*/
    }

    .title > h1 {
        display: block;
        width: 100%;
        text-align: center;
    }


    .subtitle {
        position: absolute;
        width: 650px;
        font-family: Amaranth-Regular, sans-serif;
        font-size: 30px;
        color: #e0e0e0;
        background-color: #990000;
        z-index: 500;
        left: 0;
        top: 380px;
        /*text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;*/
        }

        .subtitle > h3 {
            display: block;
            width: 100%;
            text-align: center;
            
        }


        .project {
            position: absolute;
            top: 120hv;
            width: 100%;
            background-color: #101010;
            text-align: center;
            z-index: 10000;

        }

        video {
            width: 1000px;
        }



    

.flag {
    position: absolute;
    z-index: 400;
    left:35%;
    top: 280px;
}

.portrait {
    position: absolute;
    z-index: 700;
    left: 26%;
    top: 530px;
    width: 8%;
    border-radius: 25px;
    border: #000 solid 0px;
}

.comment {
    position: absolute;
    z-index: 600;
    top: 730px;
    width: 100%;
    font-family: Montserrat Alternates, sans-serif ;
    font-size:medium;
    color: #fff;
    background-color: #305e90;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.5;
}


.portrait2 {
    position: absolute;
    z-index: 700;
    left:20px;
    top: 550px;
    width: 10%;
    border-radius: 25px;
    border: #000 solid 3px;
}


.comment2 {
    position: absolute;
    z-index: 600;
    left: 0;
    top: 530px;
    width: 600px;
    border-radius: 25px;
    border: #000 solid 1px;
    font-family: Montserrat Alternates, sans-serif ;
    font-size:small;
    color: #fff;
    background-color: #1E1E1E;
    padding-left: 12%;
    padding-right: 20px;
    padding-top: 10px;
    line-height: 1.5;
}

.map {
    position: absolute;
    position: relative;
    top: 750px;
    width: 100%;
    min-height: 1400px;
    background-image: url(images/carte1024.png);
    background-size: 60%;
    background-position: 405px 135px;
    background-repeat: no-repeat;
    z-index: 600;
}


.fond {
    position: absolute;
    min-height: 4500px;
    width: 100%;
    background: linear-gradient(#305e90, #0e2a00);
}


.txt {
    padding: 20px;
    color: #fff;
    font-family: Montserrat Alternates, sans-serif ;
    font-size:medium;
    line-height: 1.5;
}


h6 {
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-family: Montserrat Alternates, sans-serif ;
}





.legend {
    position: absolute;
    top: 1060px;
    left: 35%;
    color: #fff;
    text-align: center;
    font-family: Montserrat Alternates, sans-serif ;
    font-size:medium;


}




.size {
    width: 30%;
}


.pictures {
    position: absolute;
    z-index:6000;
}

.pictures > div > a > img {
    width: 100%;
    border: #000 solid 5px;
    border-radius: 25px;
}

.pictures > div > a > img:hover {
    border: #b00225 solid 5px;
}


.pict {
    padding: 5px;
    padding-bottom: 5px;
    background-color: #1E1E1E;
    border-radius: 25px;
}


.l {
    font-family: Amaranth-Regular, sans-serif;
    text-align: center;
    font-size: 25px;
    color:#fff;
    }


#p1 {
    top:1350px;
    
    }

#p2 {
    top:1730px;
    
}

#p3 {
    top:2110px;
    
    }





.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 50px;
    background-color: #1E1E1E;
    text-align: center;
    z-index: 10000;
}

.logo2 {
    height: 40px;
    margin: auto 0;
}

.footer > p {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.footer > p > a {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-decoration: none;
}


.flex {
    display: flex;
    align-items: center;
    justify-content: space-around;
   
}

.title2 {
    font-family: Amaranth-Regular, sans-serif;
    font-size: 35px;
    color: white;
    text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
    2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
    }







#visuelx {
    display: block;
    position: absolute;
    top: 100px;    
    background-color: #101010;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


#visuelx > div > a > img {
    width: 100%;
    padding: 25px;
    border-radius: 40px;
}

#visuelx > div  {
    width: 100%;
}



#bclose {
    display: inline-block;
    text-align: center;
    width: 25%;
    padding: 25px;
    color: #D9D9D9;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    border: #fff solid 2px ;
    border-radius: 40px;

}


#bclose:hover {
    text-decoration: underline;
    border: red solid 2px; 
}


/* ----------------------------TABLETTE-------------------------------------------*/


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


    body  {
   
    
    }
    
    #level0 {
        display: block;
    }
    
    .wrapper {
        width: 100%;
        position: relative;
        margin: 0 auto;
        
    }
    
    .wrapper2 {
        width: 945px;
        position: relative;
        margin: 0 auto;
            
    }

    .wrapper4 {
        width: 945px;
        position: relative;
        margin: 0 auto;
            
    }
    
    
    .banner {
        width: 100%;
        min-height: 600px;
        background: url(images/banner800.jpg);
        background-repeat: no-repeat;
        background-size: content;
        position: absolute;
        z-index: 10;
    }
    
    
    .banner-footer {
        width: 100%;
        min-height: 513px;
        background: url(images/banner_footer.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 250;
        top: 2500px;
    }
    
    
    
    
    .logo {
        position: absolute;
        left: 0;
        top:-20px;
        z-index: 100;
        width: 25%;
        background-color:#1E1E1E ;
        padding: 25px;
        border-bottom-right-radius: 25px;
    
    }
    
    .logo>img {
        width: 70%;
    }
    
    .presente {
        font-family: Keep on Truckin, sans-serif;
        font-size: 20px;
        color: white;
        margin-left: 20%;
    
    }
    
    .title {
        position: absolute;
        font-family: Amaranth-Regular, sans-serif;
        font-size: 50px;
        color: #fff;
        z-index: 500;
        left: 0;
        top: 300px;
        /*text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;*/
        }
    

 

    .flag {
        position: absolute;
        z-index: 400;
        left:35%;
        top: 280px;
    }
    
    .portrait {
        position: absolute;
        z-index: 700;
        left: 5%;
        top: 540px;
        width: 20%;
        border-radius: 25px;
        border: #000 solid 0px;
    }
    
    .comment {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 530px;
        width: 100%;
        border: #305e90 solid 1px;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:medium;
        color: #fff;
        background-color: #305e90;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        line-height: 1.5;
    }
    
    
    .portrait2 {
        position: absolute;
        z-index: 700;
        left:10px;
        top: 250px;
        width: 10%;
        border-radius: 25px;
        border: #000 solid 3px;
    }
    
    
    .comment2 {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 230px;
        width: 600px;
        border-radius: 25px;
        border: #000 solid 1px;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:small;
        color: #fff;
        background-color: #1E1E1E;
        padding-left: 12%;
        padding-right: 20px;
        padding-top: 10px;
        line-height: 1.5;
    }
    
    .map {
        position: absolute;
        position: relative;
        top: 600px;
        width: 100%;
        min-height: 1300px;
        background-image: url(images/carte800.png);
        background-size: 60%;
        background-position: 200px 155px;
        background-repeat: no-repeat;
        z-index: 600;
    }
    
    
    .fond {
        position: absolute;
        min-height: 3000px;
        width: 100%;
       background: linear-gradient(#305e90, #0e2a00);
    }
    
    
    .txt {
        padding: 20px;
        color: #fff;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:medium;
        line-height: 1.5;
    }
    
    
    h6 {
        text-align: center;
        color: #fff;
        font-size: 25px;
        font-family: Montserrat Alternates, sans-serif ;
    }


    .project {
        position: absolute;
        top: 105vh;
        width: 100%;
        background-color: #032E3A;
        text-align: center;
        z-index: 10000;

    }

    video {
        /** Simulationg background-size: cover */
        
        height: 100%;
        width: 100%;
      
    
      }

    
    
    
    
    
    
    
    
    
      
    
    .legend {
        position: absolute;
        top: 800px;
        left: 25%;
        color: #fff;
        text-align: center;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:medium;
    
    
    }
    
    
    
    
    .size {
        width: 30%;
    }
    
    
    .pictures {
        position: absolute;
        left:12%;
        z-index:6000;
    }
    
    .pictures > div > a > img {
        width: 100%;
        border: #000 solid 5px;
        border-radius: 25px;
    }
    
    .pictures > div > a > img:hover {
        border: #b00225 solid 5px;
    }
    
    
    .pict {
        padding: 5px;
        padding-bottom: 5px;
        background-color: #1E1E1E;
        border-radius: 25px;
    }
    
    
    .l {
        font-family: Amaranth-Regular, sans-serif;
        text-align: center;
        font-size: 25px;
        color:#fff;
        }
    
    
    #p1 {
        top:900px;
        left:0%;
        }
    
    #p2 {
        top:1200px;
        left:0%;
    }
    
    #p3 {
        top:1500px;
        left:0%;
        }
    
    
    
    
    
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        min-height: 50px;
        background-color: #1E1E1E;
        text-align: center;
        z-index: 10000;
    }
    
    .logo2 {
        height: 40px;
        margin: auto 0;
    }
    
    .footer > p {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
    }
    
    .footer > p > a {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        text-decoration: none;
    }
    
    
    .flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
       
    }
    
    .title2 {
        font-family: Amaranth-Regular, sans-serif;
        font-size: 35px;
        color: white;
        text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
        }
    
    
    
        
        
        
        
        #visuelx {
            display: block;
            position: absolute;
            top: 100px;    
            background-color: #101010;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #visuelx > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #visuelx > div  {
            width: 100%;
        }

       
    
    #bclose {
        display: inline-block;
        text-align: center;
        width: 25%;
        padding: 25px;
        color: #D9D9D9;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        border: #fff solid 2px ;
        border-radius: 40px;
    
    }
    
    
    #bclose:hover {
        text-decoration: underline;
        border: red solid 2px; 
    }


    
}




/* ----------------------------MOBILE-------------------------------------------*/

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

   
    body  {
   
    
    }
    
    #level0 {
        display: block;
    }
    
    .wrapper {
        width: 100%;
        position: relative;
        margin: 0 auto;
        
    }
    
    .wrapper2 {
        width: 400px;
        position: relative;
        margin: 0 auto;
            
    }

    .wrapper4 {
        width: 100%;
        position: relative;
        margin: 0 auto;
            
    }
    
    
    .banner {
        width: 100%;
        min-height: 600px;
        background: url(images/banner500.jpg);
        background-repeat: no-repeat;
        background-size: content;
        position: absolute;
        z-index: 10;
    }
    
    
    .banner-footer {
        width: 100%;
        min-height: 513px;
        background: url(images/banner_footer500.png);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 250;
        top: 6000px;
    }
    
    
    
    
    .logo {
        position: absolute;
        left: 0;
        top:-20px;
        z-index: 100;
        width: 55%;
        background-color:#1E1E1E ;
        padding: 25px;
        border-bottom-right-radius: 25px;
    
    }
    
    .logo>img {
        width: 70%;
    }
    
    .presente {
        font-family: Keep on Truckin, sans-serif;
        font-size: 20px;
        color: white;
        margin-left: 20%;
    
    }
    
    .title {
        position: absolute;
        font-family: Amaranth-Regular, sans-serif;
        font-size: 30px;
        color: #ffffff;
        z-index: 400;
        left: 0;
        top: 200px;
        width: 350px;
        /*text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;*/
        }
    
        .subtitle {
            top:300px;
            width: 350px;
            font-size: 20px;
        }
    
    .flag {
        position: absolute;
        z-index: 400;
        left:35%;
        top: 280px;
    }
    
    .portrait {
        position: absolute;
        z-index: 700;
        left: 35%;
        top: 400px;
        width: 30%;
        border-radius: 25px;
        border: #000 solid 0px;
    }
    
    .comment {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 600px;
        width: 100%;
        border-radius: 0;
        border: #000 solid 1px;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:medium;
        color: #fff;
        background-color: #305e90;
        padding-left: 5%;
        padding-right: 20px;
        padding-top: 10px;
        line-height: 1.5;
    }
    
    
    .portrait2 {
        position: absolute;
        z-index: 700;
        left:0;
        top: 230px;
        width: 10%;
        border-radius: 25px;
        border: #000 solid 3px;
    }
    
    
    .comment2 {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 230px;
        width: 100%;
        border-radius: 0;
        border: #000 solid 1px;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:small;
        color: #fff;
        background-color: #1E1E1E;
        padding-left: 12%;
        padding-right: 20px;
        padding-top: 10px;
        line-height: 1.5;
    }
    
    .map {
        position: absolute;
        position: relative;
        top: 550px;
        width: 100%;
        min-height: 1200px;
        background-image: url(images/carte500.png);
        background-size: 100%;
        background-position: 0px 558px;
        background-repeat: no-repeat;
        z-index: 600;
    }
    
    
    .fond {
        position: absolute;
        min-height: 6500px;
        width: 100%;
        background: linear-gradient(#305e90, #0e2a00);
    }
    
    
    .txt {
        padding: 20px;
        color: #fff;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:medium;
        line-height: 1.5;
    }
    
    
    h6 {
        text-align: center;
        color: #fff;
        font-size: 25px;
        font-family: Montserrat Alternates, sans-serif ;
    }

    .project {
        position: absolute;
        top: 950px;
        width: 100%;
        background-color: #032E3A;
        text-align: center;
        z-index: 10000;

    }

    video {
        /** Simulationg background-size: cover */
        
        height: 100%;
        width: 100%;
      
    
      }
    
    
    
    
    
    
      
    
    
    
    
    
    
    
    .legend {
        position: absolute;
        top: 1000px;
        left: 0;
        color: #fff;
        text-align: center;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:medium;
    
    
    }
    
    
    
    
    .size {
        width: 100%;
    }
    
    
    .pictures {
        position: absolute;
        left:12%;
        z-index:6000;
    }
    
    .pictures > div > a > img {
        width: 100%;
        border: #000 solid 5px;
        border-radius: 25px;
    }
    
    .pictures > div > a > img:hover {
        border: #b00225 solid 5px;
    }
    
    
    .pict {
        padding: 5px;
        padding-bottom: 5px;
        background-color: #1E1E1E;
        border-radius: 25px;
    }
    
    
    .l {
        font-family: Amaranth-Regular, sans-serif;
        text-align: center;
        font-size: 25px;
        color:#fff;
        }
    
    
    #p1 {
        top:700px;
       
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        }

        #p1 > div {
            width: 100%;
            margin-bottom: 25px;
        }
    
    #p2 {
        top:1780px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
    }

    #p2 > div {
        width: 100%;
        margin-bottom: 25px;
    }
    
    #p3 {
        top:2850px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        }

        #p3 > div {
            width: 100%;
            margin-bottom: 25px;
        }
    
    
    
    
    
    .footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        min-height: 50px;
        background-color: #1E1E1E;
        text-align: center;
        z-index: 10000;
    }
    
    .logo2 {
        height: 40px;
        margin: auto 0;
    }
    
    .footer > p {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
    }
    
    .footer > p > a {
        color: #fff;
        font-family: Arial, Helvetica, sans-serif;
        font-size: small;
        text-decoration: none;
    }
    
    
    .flex {
        display: flex;
        align-items: center;
        justify-content: space-around;
       
    }
    
    .title2 {
        font-family: Amaranth-Regular, sans-serif;
        font-size: 15px;
        color: white;
        text-shadow: 5px 0 #000, -5px 0 #000, 0 5px #000, 0 -5px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
        }
    
    
    
        
        
        
        
        #visuelx {
            display: block;
            position: absolute;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #visuelx > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #visuelx > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }

        
   
    
    
    #bclose {
        display: inline-block;
        text-align: center;
        width: 25%;
        padding: 15px;
        color: #D9D9D9;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        border: #fff solid 2px ;
        border-radius: 5px;
    
    }
    
    
    #bclose:hover {
        text-decoration: underline;
        border: red solid 2px; 
    }


    input + label::after{
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' style='fill:black'%3E%3Cpath d='M31.7 239l136-136c9.4-9.4 24.6-9.4 33.9 0l22.6 22.6c9.4 9.4 9.4 24.6 0 33.9L127.9 256l96.4 96.4c9.4 9.4 9.4 24.6 0 33.9L201.7 409c-9.4 9.4-24.6 9.4-33.9 0l-136-136c-9.5-9.4-9.5-24.6-.1-34z' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center 55%;
        background-size: 80px 80px;
        line-height: 100vh;
        transition: background-size 200ms;
        position: absolute;
        color: white;
        height: calc(95vh - 12px);
        width: 80px;
        top: 80px;
        left: 0;
        z-index: 60;
      }
      
      input + label:hover::after {
        background-size: 90px 90px;
      }
      
      input:checked + label::after {
        background-image: none;
        width: 100vw;
        left: 0;
        z-index: 50;
      }
      
      input:checked + label + .slide ~ input + label::after {
        display: none;
      }
      
      input:checked + label + .slide + input + label::after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 256 512' width='100' fill='black'%3E%3Cpath d='M224.3 273l-136 136c-9.4 9.4-24.6 9.4-33.9 0l-22.6-22.6c-9.4-9.4-9.4-24.6 0-33.9l96.4-96.4-96.4-96.4c-9.4-9.4-9.4-24.6 0-33.9L54.3 103c9.4-9.4 24.6-9.4 33.9 0l136 136c9.5 9.4 9.5 24.6.1 34z' /%3E%3C/svg%3E");
        display: block;
        width: 80px;
        right: 0;
        left: auto;
        top:-50px;
      }


    
}




