html {
	font-size: 2vw;
	overflow-wrap: break-word;
	overflow-x: hidden; }

body {
	min-height: 100vh;
	padding: 0;
	margin: 0;
	font-family: arial, sans-serif; }

	     
div {
	padding: 0;
	margin: 0;
	background-color: white;
	position: relative; 
}

img {
	display: block;
}
	
ul {
	margin: 0;
	padding: 0;
	padding-left: 1.2rem; }

a {
    color: black;
    text-decoration: none;
}

a:hover {
    color: blue;
}

.scroll {
	overflow-y: auto;
    -ms-overflow-style: none; }
    
.scroll::-webkit-scrollbar { 
    visibility: hidden; }
 
	
.texte {
	padding: 1.2rem;
	padding-bottom:0.2rem;
	font-size: 1.5rem; }
	
.textemoyen {
	padding: 1.2rem;
	font-size: 2.1rem; }
	
.textegros {
	padding: 1.2rem;
	font-size: 3.3rem; }
	
.curseur {
	cursor: pointer; }
	
.lienItalicSouligne:hover {
	font-style: italic;
	text-decoration: underline; }
	
.lienItalic:hover {
	font-style: italic;
	 }
	
.lienGros:hover {
	font-size: 3.8vw;
	 }

#container {
	width: 100vw;
	height: 100vh;
	min-height: 100vh; }
	

.textebis {
	position: fixed;
	width: 30vw;
	bottom: 2vh; }
	
.rel {
	position: relative;
	margin-left: 0vw;
	margin-top: -0.4vw;
	width: 66vw;
	height: auto;
	vertical-align: bottom }
	
.fin_images {
	height: 0.7vw; }

/*iframe {
	width: 560px; 
	height: 215px;
}*/


.conteneur
{
position: relative;
}

.conteneur iframe
{
position: absolute;
top: 0;
left: 0;
width: 66vw;
height: 230px;
}

hr {
padding: 0;
margin: 0;
height: 2px; 
background-color: black;
}
	



