@font-face {
	font-family: 'Irma Black';
	src: url('fonts/IRMATEXTSTD BLACK.eot');
	src: local('☺'), url('fonts/IRMATEXTSTD BLACK.ttf') format('truetype'), url('fonts/IRMATEXTSTD BLACK.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Irma Regular';
	src: url('fonts/IRMATEXTSTD REGULAR.eot');
	src: local('☺'), url('fonts/IRMATEXTSTD REGULAR.ttf') format('truetype'), url('fonts/IRMATEXTSTD REGULAR.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body {
	width : 100%;
	margin : auto;
}

.tl-slider-container-mask {
	background-color: #f2f2f2;
}

h1 /* Rodin, une vie : 1840-1917 */ {
	color: #e74b47;
	font-family: "Irma Black", Helvetica, Arial, sans-serif;
	font-size : 1.7em;
}

h2.tl-headline /* titre de chaque slide */ {
	color: #181818;
	font-family: "Irma Black", Helvetica, Arial, sans-serif;
	font-size : 1.7em;
	text-transform: uppercase;
}

.tl-text .tl-headline-date, .tl-text h3.tl-headline-date /*dates de chaque slide */ {
	color: #e74b47 !important;
	font-family: "Irma Regular", Helvetica, Arial, sans-serif;
	font-size: 1.3em;
}

.tl-timemarker .tl-timemarker-content-container .tl-timemarker-content .tl-timemarker-text h2.tl-headline {
	font-family: Helvetica, Arial, sans-serif !important;
}

.tl-attribution /* JS Juxtapose */ {
	display : none !important;
}

a:hover /* lien */ {
	color: #e74b47 !important;
}

@media screen and (max-width: 768px) {
	h2.tl-headline /* titre de chaque slide */ {
		color: #181818;
		font-family: "Irma Black",Helvetica,Arial,sans-serif;
		font-size : 15px !important;
		line-height : 15px !important;
	}
	.tl-text .tl-headline-date, .tl-text h3.tl-headline-date /*dates de chaque slide */ {
		color: #e74b47 !important;
		font-family: "Irma Regular", Helvetica, Arial, sans-serif;
		font-size: 15px !important;
	}
}