/* 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  {
   
    
}

#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;
        
}

.wrapper5 {
    width: 1440px;
    position: relative;
    margin: 50 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.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: 250;
    top: 4500px;
}




.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: 100%;
    font-family: Amaranth-Regular, sans-serif;
    font-size: 80px;
    color: white;
    z-index: 500;
    top: 300px;
    text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
    2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
    }

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



    .copy > p > a {
        color: #fff;
        text-decoration:none ;
    }
    
    
    .fondcopy {
        position: absolute;
        height: 100%;
        min-height: 1080px;
        width: 100%;
        background: linear-gradient(#0f4255, #162d3b);
    }


    @keyframes scale {
        100% {
          transform: scale(1);
        }
      }
      
      span {
        display: inline-block;
        opacity: 0;
        filter: blur(4px);
        
      }

      span:nth-child(1) {
        animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(2) {
        animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(3) {
        animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(4) {
        animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(5) {
        animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(6) {
        animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(7) {
        animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(8) {
        animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(9) {
        animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(10) {
        animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(11) {
        animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(12) {
        animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(13) {
        animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(14) {
        animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(15) {
        animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(16) {
        animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(17) {
        animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }
      
      span:nth-child(18) {
        animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
      }

      @keyframes fade-in {
        100% {
          opacity: 1;
          filter: blur(0);
        }
    }

    .project {
        position: absolute;
        top: 1850px;
        width: 100%;
        background-color: #1E1E1E;
        text-align: center;
        z-index: 10000;
    
    }
    
   
    .videox {
    width: 440px;
    }



        .video-wrapper {
        /* Telling our absolute positioned video to 
        be relative to this element */
        position: absolute;
              
        width: 100%;
        height: 800px;
      
        /* Will not allow the video to overflow the 
        container */
        overflow: hidden;
      
        /* Centering the container's content vertically 
        and horizontally */
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    

    .videoy {
        /** Simulationg background-size: cover */
        object-fit: cover;
        height: 100%;
        width: 100%;
      
        position: absolute;
        top: 0;
        left: 0;
      }


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

.portrait {
    position: absolute;
    top: -20px;
    left:10px;
    z-index: 700;
    width: 150px;
    border-radius: 25px;
    
}

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

.comment > p {
    padding-left: 180px;
}


.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: 520px;
    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: 305px 135px;
    background-repeat: no-repeat;
    z-index: 600;
}


.fond {
    position: absolute;
    min-height: 5000px;
    width: 100%;
    background: linear-gradient(#0f4255, #162d3b);
}


.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 ;
}

.saintmandrier {
    display: block;
    position: absolute;
    top: 800px;
    left: 800px;
    width: 150px;
    height: 30px;
    border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}

.saintmandrier:hover {
    border: #ff0000 solid 1px;
}



.lavernefabregas {
    display: block;
    position: absolute;
    top: 800px;
    left: 380px;
    width: 100px;
    height: 80px;
     border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}

.lavernefabregas:hover {
    border: #ff0000 solid 1px;
}



.memorial {
    display: block;
    position: absolute;
    top: 100px;
    left: 715px;
    width: 100px;
    height: 30px;
     border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}

.memorial:hover {
    border: #ff0000 solid 1px;
}




.lemourillon {
    display: block;
    position: absolute;
    top: 480px;
    left: 1000px;
    width: 120px;
    height: 30px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.lemourillon:hover {
    border: #ff0000 solid 1px;
}



.lessablettes {
    display: block;
    position: absolute;
    top: 800px;
    left: 600px;
    width: 120px;
    height: 30px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.lessablettes:hover {
    border: #ff0000 solid 1px;
}




.fortbalaguier {
    display: block;
    position: absolute;
    top: 570px;
    left: 700px;
    width: 130px;
    height: 30px;
     border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.fortbalaguier:hover {
    border: #ff0000 solid 1px;
}






.baiedulazaret {
    display: block;
    position: absolute;
    top: 700px;
    left: 705px;
    width: 160px;
    height: 30px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.baiedulazaret:hover {
    border: #ff0000 solid 1px;
}




.centredetoulon {
    display: block;
    position: absolute;
    top: 200px;
    left: 710px;
    width: 160px;
    height: 30px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.centredetoulon:hover {
    border: #ff0000 solid 1px;
}



.leportdetoulon {
    display: block;
    position: absolute;
    top: 380px;
    left: 695px;
    width: 160px;
    height: 30px;
    border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.leportdetoulon:hover {
    border: #ff0000 solid 1px;
}


.notredamedumai {
    display: block;
    position: absolute;
    top: 900px;
    left: 330px;
    width: 180px;
    height: 30px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    background-color: #b4261c;
    border: #fff solid 1px;
    padding: 5px;
    border-radius: 5px;
    line-height: 19px;
}


.notredamedumai:hover {
    border: #ff0000 solid 1px;
}


.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:1450px;
    
    }

#p2 {
    top:1830px;
    
}

#p3 {
    top:2210px;
    
    }

#p4 {
    top:2610px;
    width: 100%;
        
    }





.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: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
    2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
    }



#baiedulazaret {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#baiedulazaret > div  {
    width: 100%;
}



#centredetoulon {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#centredetoulon > div  {
    width: 100%;
}



#lavernefabregas {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#lavernefabregas > div  {
    width: 100%;
}


#fortbalaguier {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#fortbalaguier > div  {
    width: 100%;
}


#saintmandrier {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#saintmandrier > div  {
    width: 100%;
}


#lemourillon {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#lemourillon > div  {
    width: 100%;
}


#memorial {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#memorial > div  {
    width: 100%;
}



#lessablettes {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#lessablettes > div  {
    width: 100%;
}



#leportdetoulon {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#leportdetoulon > div  {
    width: 100%;
}

#notredamedumai {
    display: none;
    top: 100px;    
    background-color: #1E1E1E;
    border-radius: 25px;
    width: 1440px;
    min-height:800px ;
    position: relative;
    margin: 0 auto;
    z-index: 500;

}


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

#notredamedumai > div  {
    width: 100%;
}


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

}


#bclose:hover {
    text-decoration: none;
    border: red solid 2px;
    background-color: #fff;
    color: #000; 
    }


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


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


    body  {
   
    
    }
    
    #level0 {
        display: block;
    }
    
  .wrapper {
        width: 100%;
        position: relative;
        margin: 0 auto;
        
    }
    
    .wrapper2 {
        width: 845px;
        position: relative;
        margin: 0 auto;
            
    }
    
    .wrapper4 {
        width: 845px;
        position: relative;
        margin: 0 auto;
            
    }
    
    .wrapper5 {
        width: 1440px;
        position: relative;
        margin: 50 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.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 250;
        top: 3500px;
    }
    
    
    
    
    .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: white;
        z-index: 500;
        top: 300px;
        text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #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;
        top: -20px;
        left:-15px;
        z-index: 700;
        width: 150px;
        border-radius: 25px;
        
    }
    
    .comment {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 600px;
        width: 100%;
        border: #000 solid 1px;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:small;
        color: #fff;
        background-color: #1E1E1E;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        line-height: 1.5;
    }
    


.comment > p {
    padding-left: 150px;
}



    
    .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;
    }




    .project {
        position: absolute;
        top: 1550px;
        width: 100%;
        background-color: #1E1E1E;
        text-align: center;
        z-index: 10000;
    
    }
    
   
    .videox {
    width: 440px;
    }



        .video-wrapper {
        /* Telling our absolute positioned video to 
        be relative to this element */
        position: absolute;
              
        width: 100%;
        height: 700px;
      
        /* Will not allow the video to overflow the 
        container */
        overflow: hidden;
      
        /* Centering the container's content vertically 
        and horizontally */
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
      }
    

    .videoy {
        /** Simulationg background-size: cover */
        object-fit: cover;
        height: 100%;
        width: 100%;
      
        position: absolute;
        top: 0;
        left: 0;
      }
    
    .map {
        position: absolute;
        position: relative;
        top: 700px;
        width: 100%;
        min-height: 1300px;
        background-image: url(images/carte800.png);
        background-size: 70%;
        background-position: 100px 155px;
        background-repeat: no-repeat;
        z-index: 600;
    }
    
    
    .fond {
        position: absolute;
        min-height: 4000px;
        width: 100%;
        background: linear-gradient(#0f4255, #162d3b);
    }
    
    
    .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 ;
    }
    
    .saintmandrier {
        display: block;
        position: absolute;
        top: 620px;
        left: 425px;
        width: 150px;
        height: 25px;
       border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    .saintmandrier:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
    .lavernefabregas {
        display: block;
        position: absolute;
        top: 620px;
        left: 130px;
        width: 110px;
        height: 50px;
        border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    .lavernefabregas:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
    .memorial {
        display: block;
        position: absolute;
        top: 150px;
        left: 400px;
        width: 100px;
        height: 25px;
        border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    .memorial:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
    
    .lemourillon {
        display: block;
        position: absolute;
        top: 380px;
        left: 500px;
        width: 120px;
        height: 25px;
        border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    
    .lemourillon:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
    .lessablettes {
        display: block;
        position: absolute;
        top: 600px;
        left: 280px;
        width: 120px;
        height: 25px;
         border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    
    .lessablettes:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    .fortbalaguier {
        display: block;
        position: absolute;
        top: 445px;
        left: 370px;
        width: 130px;
        height: 25px;
        border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    
    .fortbalaguier:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    
    
    .baiedulazaret {
        display: block;
        position: absolute;
        top: 515px;
        left: 360px;
        width: 150px;
        height: 25px;
        border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    
    .baiedulazaret:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    .centredetoulon {
        display: block;
        position: absolute;
        top: 215px;
        left: 295px;
        width: 150px;
        height: 25px;
        border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    
    .centredetoulon:hover {
        border: #fff solid 1px;
    }
    
    
    
    .leportdetoulon {
        display: block;
        position: absolute;
        top: 280px;
        left: 385px;
        width: 160px;
        height: 25px;
       border: #fff dotted 0px;
        z-index: 1000;
        font-family: Montserrat Alternates, sans-serif ;
        color: white;
    }
    
    
    .leportdetoulon:hover {
        border: #fff solid 1px;
    }
    
    
    .notredamedumai {
    display: block;
    position: absolute;
    top: 680px;
    left: 125px;
    width: 180px;
    height: 25px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 17px;
    font-family: Montserrat Alternates, sans-serif ;
}


.notredamedumai:hover {
    border: #fff solid 1px;
}

    
      
    
    .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:1100px;
        left:0%;
        }
    
    #p2 {
        top:1350px;
        left:0%;
    }
    
    #p3 {
        top:1600px;
        left:0%;
        }
    
       #p4 {
        top:1850px;
        width: 100%;
        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: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
        }
    
    
    
        #baiedulazaret {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #baiedulazaret > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #baiedulazaret > div  {
            width: 100%;
        }
        
                           
        
        
        #centredetoulon {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #centredetoulon > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #centredetoulon > div  {
            width: 100%;
        }
        
        
        
        #lavernefabregas {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #lavernefabregas > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #lavernefabregas > div  {
            width: 100%;
        }
        
        
        #fortbalaguier {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #fortbalaguier > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #fortbalaguier > div  {
            width: 100%;
        }
        
        
        #saintmandrier {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #saintmandrier > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #saintmandrier > div  {
            width: 100%;
        }
        
        
        #lemourillon {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #lemourillon > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #lemourillon > div  {
            width: 100%;
        }
        
        
        #memorial {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #memorial > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #memorial > div  {
            width: 100%;
        }
        
        
        
        #lessablettes {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #lessablettes > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #lessablettes > div  {
            width: 100%;
        }
        
        
        
        #leportdetoulon {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #leportdetoulon > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #leportdetoulon > div  {
            width: 100%;
        }


        #notredamedumai {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 800px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #notredamedumai > div > a > img {
            width: 100%;
            padding: 15px;
            border-radius: 40px;
        }
        
        #notredamedumai > 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: 400px;
        position: relative;
        margin: 0 auto;
            
    }
    
    .wrapper5 {
        width: 400px;
        position: relative;
        margin: 50 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.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        z-index: 250;
        top: 5500px;
    }
    
    
    
    
    .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: 50px;
        color: white;
        z-index: 500;
        top: 300px;
        text-shadow: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #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;
        top: -250px;
        left:0px;
        z-index: 700;
        width: 150px;
        border-radius: 25px;
        
    }
    
    
    .comment {
        position: absolute;
        z-index: 600;
        left: 0;
        top: 600px;
        width: 100%;
        border: #000 solid 1px;
        font-family: Montserrat Alternates, sans-serif ;
        font-size:small;
        color: #fff;
        background-color: #1E1E1E;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        line-height: 1.5;
    }
    


.comment > p {
    padding-left: 0px;
}
    
    
.project {
    position: absolute;
    top: 1400px;
    width: 100%;
    background-color: #1E1E1E;
    text-align: center;
    z-index: 10000;

}

video {
width: 100%;
}

    .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: 350px;
        width: 100%;
        min-height: 1500px;
        background-image: url(images/carte800.png);
        background-size: 100%;
        background-position: 0px 558px;
        background-repeat: no-repeat;
        z-index: 600;
    }
    
    
    .fond {
        position: absolute;
        min-height: 6000px;
        width: 100%;
        background: linear-gradient(#0f4255, #162d3b);
    }
    
    
    .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 ;
    }
    
    .saintmandrier {
        display: block;
        position: absolute;
        top: 875px;
        left: 250px;
        width: 80px;
        height: 40px;
        border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 15px;
        font-size: smaller;
    }
    
    .saintmandrier:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
    .lavernefabregas {
        display: block;
        position: absolute;
        top: 840px;
        left: 5px;
        width: 100px;
        height: 40px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 12px;
        font-size: smaller;
    }
    
    .lavernefabregas:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
    .memorial {
        display: block;
        position: absolute;
        top: 540px;
        left: 150px;
        width: 90px;
        height: 20px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 12px;
        font-size: smaller;
    }
    
    .memorial:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    .lemourillon {
        display: block;
        position: absolute;
        top: 710px;
        left: 280px;
        width: 100px;
        height: 20px;
        border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 12px;
        font-size: smaller;
    }
    
    
    .lemourillon:hover {
        border: #fff solid 1px;
    }
    
    
    
    .lessablettes {
        display: block;
        position: absolute;
        top: 865px;
        left: 120px;
        width: 110px;
        height: 20px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 12px;
        font-size: smaller;
    }
    
    
    .lessablettes:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    .fortbalaguier {
        display: block;
        position: absolute;
        top: 760px;
        left: 150px;
        width: 110px;
        height: 20px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 12px;
        font-size: smaller;
    }
    
    
    .fortbalaguier:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    
    
    .baiedulazaret {
        display: block;
        position: absolute;
        top: 800px;
        left: 180px;
        width: 120px;
        height: 20px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 12px;
        font-size: smaller;
    }
    
    
    .baiedulazaret:hover {
        border: #fff solid 1px;
    }
    
    
    
    
    .centredetoulon {
        display: block;
        position: absolute;
        top: 580px;
        left: 180px;
        width: 80px;
        height: 40px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 15px;
        font-size: smaller;
    }
    
    
    .centredetoulon:hover {
        border: #fff solid 1px;
    }
    
    
    
    .leportdetoulon {
        display: block;
        position: absolute;
        top: 625px;
        left: 270px;
        width: 95px;
        height: 40px;
       border: #fff dotted 0px;
        z-index: 1000;
        color: white;
        line-height: 15px;
        font-size: smaller;
    }
    
    
    .leportdetoulon:hover {
        border: #ff0000 solid 1px;
    }
    
    
    
 
    .notredamedumai {
    display: block;
    position: absolute;
    top: 900px;
    left: 10px;
    width: 160px;
    height: 20px;
      border: #fff dotted 0px;
    z-index: 1000;
    color: white;
    text-align: center;
    text-decoration: none;
    line-height: 25px;
    font-family: Montserrat Alternates, sans-serif ;
    line-height: 12px;
    font-size: smaller;
}


.notredamedumai:hover {
    border: #ff0000 solid 1px;
}

    
    
    
    
    
    
    .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;
        }
    
    
        #p4 {
        top:3930px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        }

        #p4 > 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: 2px 0 #000, -2px 0 #000, 0 2px #000, 0 -2px #000,
        2px 2px #000, -2px -2px #000, 2px -2px #000, -2px 2px #000;
        }
    
    
    
        #baiedulazaret {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #baiedulazaret > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #baiedulazaret > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        
               
        
        
        #centredetoulon {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #centredetoulon > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #centredetoulon > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        
        #lavernefabregas {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #lavernefabregas > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #lavernefabregas > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        #fortbalaguier {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #fortbalaguier > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #fortbalaguier > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        #saintmandrier {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #saintmandrier > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #saintmandrier > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        #lemourillon {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #lemourillon > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #lemourillon > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        #memorial {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #memorial > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #memorial > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        
        #lessablettes {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #lessablettes > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #lessablettes > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }
        
        
        
        #leportdetoulon {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #leportdetoulon > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #leportdetoulon > div  {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
        }



                #notredamedumai {
            display: none;
            top: 100px;    
            background-color: #1E1E1E;
            border-radius: 25px;
            width: 400px;
            min-height:800px ;
            position: relative;
            margin: 0 auto;
            z-index: 500;
        
        }
        
        
        #notredamedumai > div > a > img {
            width: 100%;
            padding: 5px;
            border-radius: 20px;
        }
        
        #notredamedumai > 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; 
    }


    
}




