body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

.row-container {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.header{
    display: flex;
    text-align: justify;
    height: calc(25vw);
    min-height: 80px;
}

iframe#page {
    flex-grow: 1;
    border: none;
    margin: 0;
    padding: 0;
    -webkit-overflow-scrolling: touch;
    
}

.mainMenu{
    display:none;
}

body {
    width:100%;
    height: auto;
    background-color: #111111;
    overflow: hidden;
}

.mobileMenuImage{
    width:45px ;
}


.mobileMenuPage{
    height: 30px;
    width: auto;
    padding-top: 5px;
    padding-left: 15px; 
    
} 

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.2s;
    padding-top: 40px;
}


.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 0px;
    color: #818181;
    display: block;
    transition: 0s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 0px;
    font-size: 36px;
    margin-left: 0px;
}


.bougies{
    display: 'none';
}

.MobileInfo
{
    display: none;
}

canvas {
    position: absolute;
    top: 0px;
    pointer-events: none;
}

#flashLightContainer {
    display: flex;
    align-items: center;
    justify-content: center;
}


#mySidenav{
    display:block;
}

#menuMobile{
    display:block;
}

#mobileArtisansPNG{
    width:60px;
}

#titleImg{
    display: inline-block;
    min-width: 280px;
    max-width: 300px;
    max-height: 120px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;

}

.universText{
    color: #ffffff;
    font-family: "Viner Hand Itc", Times, serif;
    padding-left: 50px;
    margin: 0;
    padding-bottom: 5px;
}

.universButton{
    width:35px;
}

#contactButton{
    display: none;
}

#universButton{
    display: none;
}

#jeuxButton{
    display: none;
}


#artisansButton{
    display: none;
}



#candlesButton{
    display: none;
}
