@font-face {
font-family: 'cali';
src: url("font/Calistoga-Regular.ttf");
font-weight: normal;
font-style: normal;
}

body{
background-image: url("images/ciel-fond3.jpg");
background-repeat: no-repeat;
background-size: cover;
margin: 0px;
background-attachment: fixed; /* L'image ne bouge plus au scroll */
background-color: #543C00;    /* Toujours mettre une couleur au cas où */
}

.titreoeuvre_mosaique a:hover {
background-color:#2170B3;
	text-decoration: none
}

.titreoeuvre_mosaique {
	font-family: 'cali';
	font-size: 35pt;
	line-height : 1.8 ;
	word-spacing: 20px;
}

.titreoeuvre_mosaique .lien_texte:hover {
background-color:#B34B20;
text-decoration: none;
}

.lien_texte {
	font-family: 'cali';
	font-size: 35pt;
	line-height : 1.8 ;
	word-spacing: 20px;
}

.doctext_C_1{
	color:#fff4d8;
}

.textegris, .titreexpo, .titreoeuvre, .lien_texte, .textbio, .gdtitrerubrique, .titrerubrique, .titreoeuvre_mosaique, .lien_couleur, .lien_couleur:visited,  .lien_couleur:link{
	color:#fff4d8;
	
}

.menu_burger:before, .menu_burger:after, .menu_burger div{
   background: #fff4d8;
}

.header_img, .mobile_icon{
   filter: invert(75%) sepia(57%) saturate(2320%) hue-rotate(309deg) brightness(157%) contrast(137%);
}


@media all and (max-width: 650px) {
.titreoeuvre_mosaique, .lien_texte {
font-size:55pt;
}
	
}