html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}


ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

@font-face { font-family: "FournierODPGothicBk"; src: url('fonts/Fournier ODP Gothic-Bk.otf'); }
.GothicBk{
	font-family: "FournierODPGothicBk";
}
@font-face { font-family: "FournierODPGothicRg"; src: url('fonts/Fournier ODP Gothic-Rg.otf'); }
.GothicRg{
	font-family: "FournierODPGothicRg";
}

@font-face { font-family: "FournierODPTextSansBk"; src: url('fonts/Fournier ODP Text Sans-Bk.otf'); }
.TextSansBk{
font-family: "FournierODPTextSansBk";	
}
@font-face { font-family: "FournierODPTextSansLt"; src: url('fonts/Fournier ODP Text Sans-Lt.otf'); }
.TextSansLt{
font-family: "FournierODPTextSansLt";	
}

@font-face { font-family: "FournierODPTextSansRg"; src: url('fonts/Fournier ODP Text Sans-Rg.otf'); }
.TextSansRg{
font-family:"FournierODPTextSansRg";	
}

@font-face { font-family: "FournierODPTextSerifBk"; src: url('fonts/Fournier ODP Text Serif-Bk.otf'); }
.TextSerifBk{
font-family: "FournierODPTextSerifBk";	
}

html { background: #FFF; }





.left { float: left; }
.center { text-align: center; }

/* 
	********
	Modif css Mehdi 
	*******
*/
/* css bibliothéque */
#content{
	width:100%;
	margin: 0;
	padding: 0;
	min-width: 1120px;
} 
#content #preview_content{
	width: 100%;
	text-align: center;
	margin-top: 80px;
}
#content #preview_content .preview{
	width:260px;
	display: inline-block;
	vertical-align: top;
	margin-left: 16px; 
}
#content #preview_content .preview .family_name{
width: 260px;
color: #42474A; font: 18px FournierODPGothicRg; 
margin-left: 15px;
margin-bottom: -10px;
}


.bloc_preview{
	width:260px;
	height: 145px;
	position: relative;
	margin:16px;
	overflow: hidden; 
	cursor: pointer;
}
.bloc_preview img{
	position: absolute;
	top:0;
	left: 0;
}
.bloc_preview img:last-child{
	opacity: 0;
	transition: opacity .3s;
	
}
@media screen and (max-width: 1024px) {
#content{
	width:100%;
	margin: 0;
	padding: 0;
	min-width: 1024px;
	
} 
#content #preview_content{
	width: 100%;
	text-align: center;
	margin-top: 80px;
	
}
#content #preview_content .preview{
	width:202px;
	display: inline-block;
	vertical-align: top;
	margin-left: 12px;
}
#content #preview_content .preview .family_name{
width: 202px;
color: #42474A; font: 15px FournierODPGothicRg; 
margin-left: 11px;
margin-bottom: -10px;
}


.bloc_preview{
	width:202px;
	height: 113px;
	position: relative;
	margin:12px;
	overflow: hidden; 
	cursor: pointer;
}
.bloc_preview img:first-child{
	display: block;
	opacity:1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bloc_preview img{
	display: none;
	
}
	}
@media screen and (min-width: 1600px) {
	#content #preview_content .preview{
		width:320px;
		display: inline-block;
		vertical-align: top;
		margin-left: 16px; 
	}
	#content #preview_content .preview .family_name{
		width: 320px;
		color: #42474A; font: 18px FournierODPGothicRg; 
		margin-left: 15px;
		margin-bottom: -10px;
	}
	.bloc_preview{
	width:320px;
	height: 178px;
	position: relative;
	margin:16px;
	overflow: hidden; 
	cursor: pointer;
}
	.bloc_preview img{
		position: absolute;
		top:0;
		left: 0;
		width:320px;
	}
	.bloc_preview img:last-child{
		opacity: 0;
		transition: opacity .3s;
		
	}
}
@media screen and (min-width: 1920px) {
	#content #preview_content .preview{
		width: 350px;
		display: inline-block;
		vertical-align: top;
		margin-left: 16px; 
	}
	#content #preview_content .preview .family_name{
		width: 350px;
		color: #42474A; font: 20px FournierODPGothicRg; 
		margin-left: 15px;
		margin-bottom: -10px;
	}
	.bloc_preview{
	width:350px;
	height: 195px;
	position: relative;
	margin:16px;
	overflow: hidden; 
	cursor: pointer;
}
	.bloc_preview img{
		position: absolute;
		top:0;
		left: 0;
		width: 350px;
	}
	.bloc_preview img:last-child{
		opacity: 0;
		transition: opacity .3s;
		
	}
}