@font-face {
font-family: 'Cormorant';
src: url("Cormorant_Garamond/CormorantGaramond-Medium.ttf");
font-weight: normal;
font-style: normal;
}

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

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

html, body, a {
cursor: url("images/home/glitter.png"), pointer;
}


.textegris, .titreoeuvre, .doctext_F_3 {
	color:#0000DC;
}



.ecrit {
	font-size:15pt;
	
}

.ecrit_Cormorant {
	font-size:20pt;
	font-family: Cormorant, Times, "Times New Roman", "serif"
}

.ecrit_Sedan {
	font-size:16pt;
	font-family: Sedan, Times, "Times New Roman", "serif";
	text-align: justify;
	color:black;
}

.ecrit_Montaga {
	font-size:20pt;
	font-family: Montaga, Times, "Times New Roman", "serif"
}

.texte_auteur {
	position: absolute;
	right:50;	
}

@media all and (min-width: 1300px) {
.texte_auteur-mobile {
display: none;
	}
}

@media all and (max-width: 1300px) {
.texte_auteur {
display: none;
	}
}

@media all and (min-width: 100px) {
img.responsive {
  width: 800px;
}
}

@media all and (min-width: 1200px) {
img.responsive {
  width: 1000px;
}
}


@media all and (min-width: 1400px){
img.responsive {
  width: 1100px;
}
}
