@font-face {
font-family: 'Roboto';
src: url("../../site/fonts/Roboto-Thin.ttf");
font-weight: normal;
font-style: normal;
}

.copyright {
   position: fixed;
   right: 5px;
   bottom: 5px;
}

.cursor {
cursor: url("images/souris.png"), pointer;	
}

.cursor:hover {
opacity: 0.6;
}

.cursor:hover{
	opacity:0.7;
}

.doctext_C_1, .textegris, .titreexpo, .titreoeuvre, .textbio, .gdtitrerubrique, .titrerubrique, .textedate, .lien_couleur, .lien_couleur:visited,  .lien_couleur:link, .lien_extern, .lien_extern:visited,  .lien_extern:link{
	color:#794014;
}

.menu_burger:before, .menu_burger:after, .menu_burger div{
   background: black;
}

.header_img, .mobile_icon, .panorama_buttons_img, {
   filter: invert(0%) sepia(73%) saturate(0%) hue-rotate(107deg) brightness(88%) contrast(104%);
}

.titreoeuvre_mosaique {
	font-family: 'Roboto', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size:20pt;
	line-height: 1.5em;
}

.texte {
	font-family: 'Roboto', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size:15pt;
}

.legende {
	font-family: 'Roboto', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size:11pt;
}

.titreoeuvre_mosaique:hover {
	text-decoration:none;
	cursor:pointer;
	font-size:20pt;
	line-height: 1.5em;
}

#titre:hover {
	color:#000000;
}

.full_width {
	position: absolute;
	left:0;
	width:100%;
	min-width:750px;
}

html {
  scroll-behavior: smooth;
}

#top {
	position:absolute;
	left:30;
	bottom:5;
	position:fixed;
}