@media screen and (min-width: 1200px) {
html, body {
    margin: 0px;
    height: 100%;
    overflow: hidden;
    background-color: rgb(244, 248, 242);
}

#menutablette{
	display: none;
}


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

li{
	list-style: none;
	margin-left: 1.2vw;
}
    


em{
	font-size: 1.4vw;
}

a:link {
	color:black;
	background-color: transparent; 
	text-decoration: none;
	font-family: 'junicode';
	font-size: 2vw;

}

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

.photo {
	display: none;
	margin-left: 67vw;
	margin-top: 10vh;
  }

#content{
	position:absolute;
	z-index: 2;	
 }

 #content1{
	position:absolute;
	z-index: 2;	
 }

 #content2{
	position:absolute;
	z-index: 2;	
 }

 #content3{
	position:absolute;
	z-index: 2;	
 }

 #content4{
	position:absolute;
	z-index: 2;	
 }

 #content5{
	position:absolute;
	z-index: 2;	
 }

 #content6{
	position:absolute;
	z-index: 2;	
 }

 #content7{
	position:absolute;
	z-index: 2;	
 }

 #content8{
	position:absolute;
	z-index: 2;	
 }

 #content9{
	position:absolute;
	z-index: 2;	
 }

 #content10{
	position:absolute;
	z-index: 2;	
 }

 #content11{
	position:absolute;
	z-index: 2;	
 }
    
 #content12{
	position:absolute;
	z-index: 2;	
 }
    
#content13{
	position:absolute;
	z-index: 2;	
 }

 #content14{
	position:absolute;
	z-index: 2;	
 }


.photosmenu{
	width: 30vw;

}

#autre {
position: absolute;
margin-top: 18vh;
}

#nom {
    position: absolute;
    font-family: 'junicode';
    font-size: 2vw;
	margin-left: 1vw;
    top: 0;
}

#dg {
    position: absolute;
    font-family:'junicode';
    font-size: 2vw;
    margin-left: 67vw;
    top: 0;
}
    
    
#menu2{
    position: absolute;
    font-family:'junicode';
    font-size: 2vw;
    margin-left: 85vw;
    margin-top:40vw;
    top: 0;
}

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



#smile {
	position: absolute;
	top: 2.7vw;
	width: 2vw;
	left: 8.8vw;
}

#menu{
	margin-top: 6vw;
}
    

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    -moz-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.hvrbox,
.hvrbox * {
    box-sizing: border-box;
}

.hvrbox {
    position: absolute;
    display: inline-block;
}

.hvrbox img {
    max-width: 30%;
}

.hvrbox .hvrbox-layer_bottom {
    display: block;
}

.hvrbox .hvrbox-layer_top {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 107%;
    height: 107%;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
}

.hvrbox:hover .hvrbox-layer_top,
.hvrbox.active .hvrbox-layer_top {
    opacity: 2;
}


  #txtpropos{
    color:black;
	font-family: 'junicode';
	font-size: 1.6vw;
    width: 55vw;
    margin-top: 5.5vw;
    margin-left: 5.6vw;


  }

  #fleche{
    position: fixed;
    width: 3.7vw;
    margin-top: 6vw;
    margin-left: 1vw;
    
}


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

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

#smilepropos{
	position: absolute;
	width: 17vw;
	margin-top: 34vw;
	margin-left: 140vh;
}


#photocontact{
position: absolute;
width: 35vw;
margin-left: 55vw;
margin-top: 10vh;

}
}

@media screen and (max-width: 1200px) {
		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;
		
		}
		
		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;
		}

		#photosmenu{
			display: none;
		}

		#autre {
			display: none;
		}

		#bonjour {
			display: none;
		}
		

	

	


}