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(12vw);
    min-height: 60px;
    max-height: 140px;
}

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



body {
    background-color: #111111;
}


p{
	color: #ffffff;
}

h1, h2, h4{
	color: #ffffff;
  font-family: "Viner Hand Itc", Times, serif;
}

h3{
	color: #ffffff;
	font-family: "Andalus", Times, serif;
	text-align: justify;
    	text-justify: inter-word;
}

#titleImg{
    min-height: 0;
    min-width: 0;
    max-height: 132px;
    display: inline-block;
}

#contactButton{
    min-height: 0;
    min-width: 0;
    max-width: 150px;
    max-height: 132px;
    display: inline-block;
}

#universButton{
    min-height: 0;
    min-width: 0;
    max-width: 150px;
    max-height: 132px;
    display: inline-block;
}

#jeuxButton{
    min-height: 0;
    min-width: 0;
    max-width: 150px;
    max-height: 132px;
    display: inline-block;
}


#artisansButton{
    min-height: 0;
    min-width: 0;
    max-width: 150px;
    max-height: 132px;
    height: auto;
    display: inline-block;
}

#candlesButton{
    min-height: 0;
    min-width: 0;
    max-width: 150px;
    max-height: 132px;
    display: inline-block;
}

.MobileInfo
{
    position: absolute;
    left:525;
    top:75;
    font-family: "Viner Hand Itc", Times, serif;
    display: none;
}

#text{
	position: absolute;
    left: 150px;
    top: 90px;
}

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

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

#mySidenav{
    display:none;
}

#menuMobile{
    display:none;
}

#mobileMenuTitle{
    width: 100%;
    height: auto;
}

.range-slider{
    display: flex;
    align-items: center;
}
/* Slider */
.input-range {
    -webkit-appearance: none;
    height: 80%;
    writing-mode: bt-lr; /* IE */
    -webkit-appearance: slider-vertical; /* WebKit */
    max-width: 60px;
}

.range-value{
    max-height: 50px;
}