<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

@font-face {
    font-family:"BODONI";
    src: url(police/BodoniXT.ttf);
}
body{
	margin: 0;
	padding: 0;
	
}

html {
    background: url(img/bg.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/*------------------------------------------------------------------------MENU--------------------------------------------------------------*/


nav{
	background-color: black;
	height: 50px;
	width: 100%;

	
}

nav ul{
	padding-top: 16px;
}


nav ul li{
	display: inline; 
	padding-right: 40px;
	
}

nav ul li a{
	color:white;
	text-decoration: none;
	text-transform:uppercase;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	font-weight :700;
	letter-spacing:3px;
	
}
nav ul li a:hover{
	color:#00ffff;

}

#page_actuelle{
	color:#00ffff;

}



/*------------------------------------------------------------------------BODY--------------------------------------------------------------*/

h1{
	color:#00ffff;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Playfair Display', serif;
	margin-top:5%;
	font-size: 29px;
	letter-spacing:10px;
	font-weight :700;

}

h2{
	color:#00ffff;
	font-weight :700;
	text-transform:uppercase;
	text-align:center;
	font-size: 18px;
	letter-spacing:6px;
	margin-top: -10px;
}

h3{
	text-align: center;
	font-size: 18px;
	letter-spacing:4px;
	font-family: 'Playfair Display', serif;
	padding-bottom: 60px;
}

.blue{
	text-transform:uppercase;
	color: #00ffff;
	padding-bottom: 15px;
	padding-top: 0px;
	letter-spacing:4px;
	font-size: 13px;
	font-weight :700;

}

#text_home{
color: white;
	background-color: black;
	width: 35%;
	height: 70%;
    position: absolute;
    right: 0px;
    bottom: 0px;
    overflow: auto;
    padding-left: 15px;
    padding-right: 15px;
    text-align: justify;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 10px;
    letter-spacing:1px;


}

.lien {
	text-decoration: none;
	color: white;
	font-size: 8px;
	font-weight :300;
}

.lien:hover {
	
	color: #00ffff;
}


#video {
	height: 70%;
	width: 65%;
	position: absolute;
	 left: 0px;
    bottom: 0px;


}



}





</pre></body></html>