@font-face {
	font-family: 'Ubuntu Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('./fonts/ubuntu-condensed-v15-latin-ext_latin-regular.eot');
	src: local(''),
		 url('./fonts/ubuntu-condensed-v15-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'),
		 url('./fonts/ubuntu-condensed-v15-latin-ext_latin-regular.woff2') format('woff2'),
		 url('./fonts/ubuntu-condensed-v15-latin-ext_latin-regular.woff') format('woff'),
		 url('./fonts/ubuntu-condensed-v15-latin-ext_latin-regular.ttf') format('truetype'),
		 url('./fonts/ubuntu-condensed-v15-latin-ext_latin-regular.svg#UbuntuCondensed') format('svg');
}

body {
	font-family: 'Ubuntu Condensed';
	background-color: #fff7d9;
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 16px;
}
.titre {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.titre .titre-contenu {
	display: inline-block;
}
.titre img {
	height: 105px;
}
.titre h1 {
	text-align: center;
	font-size: 30px;
	line-height: 35px;
}
.titre sup {
	line-height: 28px;
}
.main {
	display: block;
	width: auto;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	text-align: left;
	margin-bottom: 50px;
}
.main h1 {
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	border-bottom: 2px solid black;
	margin-top: 30px;
}
.main sup {
	line-height: 10px;
}
[id*="img"] {
	cursor: pointer;
}
[id*="plus"] {
	display: none;
	margin-left: 1em;
}
.sub {
	font-size: 10px;
	text-align: center;
	display:block; width:100%;
	font-style: italic;
}
.miniature {
	display: inline-block;
	width: calc(33% - 27px);
	cursor: pointer;
	text-align: center;
	border: 1px solid transparent;
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 5px #CCC;
	transition: background-color .4s linear;
	transition: box-shadow .4s;
}
.miniature:hover {
	border: 1px solid transparent;
	box-shadow: 0px 0px 10px 5px #444;
	background-color: rgba(255, 255, 255, 0.9);
	transition: background-color .4s linear;
	transition: box-shadow .4s;
}
.miniature > img {
	max-width: 150px;
	max-height: 84px;
}
.miniature-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	width: 1%;
	height: 42px;
}
.miniature img {
	transition: transform .2s;
}
.miniature:hover img {
	transform: scale(1.05);
	transition: transform .2s;
}
.miniature2 {
	display: inline-block;
	width: calc(50% - 27px);
	cursor: pointer;
	text-align: center;
	border: 1px solid transparent;
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 5px #CCC;
	transition: background-color .4s linear;
	transition: box-shadow .4s;
}
.miniature2:hover {
	border: 1px solid transparent;
	box-shadow: 0px 0px 10px 5px #444;
	background-color: rgba(255, 255, 255, 0.9);
	transition: background-color .4s linear;
	transition: box-shadow .4s;
}
.miniature2 > img {
	max-width: 250px;
	max-height: 140px;
}
.miniature2-text {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
	line-height: 14px;
	width: 1%;
	height: 28px;
}
.miniature2 img {
	transition: transform .2s;
}
.miniature2:hover img {
	transform: scale(1.05);
	transition: transform .2s;
}
.miniature100 {
	display: inline-block;
	width: 306px;
	cursor: pointer;
	text-align: center;
	border: 1px solid transparent;
	margin-bottom: 20px;
	padding: 5px;
	cursor: pointer;
	box-shadow: 0px 0px 10px 5px #CCC;
	transition: background-color .4s linear;
	transition: box-shadow .4s;
}
.miniature100:hover {
	border: 1px solid transparent;
	box-shadow: 0px 0px 10px 5px #444;
	background-color: rgba(255, 255, 255, 0.9);
	transition: background-color .4s linear;
	transition: box-shadow .4s;
}
.miniature100 > img {
	max-width: 300px;
	max-height: 168px;
}
.miniature100 img {
	transition: transform .2s;
}
.miniature100:hover img {
	transform: scale(1.05);
	transition: transform .2s;
}
a, a:visited {
	text-decoration: underline;
	color: black;
}
a:hover {
	text-decoration: none;
	color: black;
}

@media only screen and (max-width: 600px) {
	body {
		font-size: 12px;
	}
	.titre {
		width: 390px;
	}
	.titre img {
		height: 75px;
	}
	.titre h1 {
		font-size: 20px;
		line-height: 25px;
	}
	.main {
		width: 390px;
	}
	.main h1 {
		font-size: 16px;
		line-height: 20px;
	}
	.miniature > img {
		max-width: 75%;
		max-height: 84px;
	}
	.miniature2 > img {
		max-width: 75%;
		max-height: 140px;
	}
}