html, body {
    margin: 0px;
    height: 100%;
    width: 100%;
    background-color: rgb(244, 248, 242);
}

.nonSelectionnable
{
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}

.video {
    width: 88vw;
    height: 51vw;
    margin-top: 4vh;
    display: block;
    margin-left: auto;
    margin-right: auto;
    
}

li{
	list-style: none;
}

em{
	font-size: 6vw;
}

a:link {
	color:black;
	background-color: transparent; 
	text-decoration: none;
	font-family: 'junicode';
	font-size: 6vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
}

a:visited {
    color: rgb(21, 32, 21);
	background-color: transparent;
	text-decoration: none;
}

a:hover {
	color: rgb(8, 114, 28);
	background-color: transparent;
	text-decoration: underline;
}

#nom {
    font-family: 'junicode';
    text-align: center;
    font-size: 8vw;
	margin-left: 1vw;
}

#dg {
    font-family:'junicode';
    text-align: center;
    font-size: 8vw;
}

#smile {
	width: 20vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#menu{
	margin-top: 6vw;
    text-align: center;
}

.menu2{
    font-size: 12vw;
}

#flechepropos{
    width: 12vw;
    margin-top: 3vw;
    margin-left: 78vw;
    
}

#fleche{
    z-index: 2;
    width: 12vw;
    margin-top: 11vw;
    margin-left: 80vw;
    
}

#txtcontact {
	margin-top: 7vw;
	margin-left: 6vw;
	font-family: 'junicode';
	font-size: 6vw;
}

#instacontact{
 color: rgb(8, 114, 28);
}



#photocontact{
width: 75vw;
margin-top: 18vh;
display: block;
margin-left: auto;
margin-right: auto;

}

#txtpropos{
    color:black;
	font-family: 'junicode';
	font-size: 6.4vw;
    text-align: center;
    margin: 7vw;
    margin-top: 10vw;
}

#bonjour {
    position: absolute;
    font-family:'junicode';
	font-style: italic;
    font-size: 7vw;
    margin-left: 3vw;
	margin-top: 2.5vw;
    top: 0;
}

#smilepropos{
    margin-top: 12vw;
	width: 22vw;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.images {
    width: 50vh;
    margin-left:2.7vh;
    margin-top: 3vh;
}

.scroll {
    margin-top: 4vh;
}

#text {
    font-family:'junicode';
    font-size: 5.2vw;
    padding: 2vh;
    margin: 1.6vh;

}

#date {
    position: absolute;
    margin-left: 1vh;
}



