h1 {
    font-family: 'Lobster';
    color: #000;
	font-size: 5em;
	line-height: 1;
	text-align:center;
	font-weight: 700;
	margin-bottom:60px;
}

.zoom-rotation {
	position: relative;
	margin: -2em auto 0 auto;
	max-width: 800px;
	width: 100%;
}

.zoom-rotation .zoom-contenu {
	position: absolute;
	border-top: 1px dashed #000;
	padding: 1em 0;
	top: 0;
	opacity: 0;
	width: 100%;
}

.no-js .zoom-rotation .zoom-contenu {
	border-bottom: none;
}

.zoom-rotation .zoom-contenu.zoom-current,
.no-js .zoom-rotation .zoom-contenu {
	position: relative; 
	z-index: 100;
	pointer-events: auto;
	opacity: 1;
}

.zoom-rotation .zoom-contenu:before,
.zoom-rotation .zoom-contenu:after {
	content: " ";
	display: table;
}

.zoom-rotation .zoom-contenu:after {
	clear: both;
}

.zoom-progression {
	position: absolute;
	background: #F07440;
	height: 1px;
	width: 0%;
	top: 0;
	z-index: 1000;
}

.zoom-rotation blockquote {
	margin: 0;
	padding: 0;
}

.zoom-rotation blockquote h2 {
    font-family: 'Lobster',sans-serif;	
    font-size: 2em;
    color:#F07440;
	font-weight: 400;
	margin: 0 0 0.4em;
}

.zoom-rotation blockquote p {
	font-size: 1.3em;
	color: #000;
	font-weight: 300;
	margin: 0.4em 0 0.5em;
}

.zoom-rotation blockquote footer {
	font-size: 1.4em;
	color: #000;
	font-weight: 700;
}

.zoom-rotation blockquote footer:before {
	content: '> ';
}

.zoom-rotation blockquote footer a {
	font-size: 1em;
	color: #000;
	font-weight: 300;
	border-bottom: 1px dashed #ffccb2;
}

.zoom-rotation blockquote footer a:hover {
	border-bottom: 1px dashed #F07440;
}

.zoom-rotation .zoom-contenu img {
	float: left;
	margin-right: 3em;
	border-collapse: collapse;
	border: 1px solid #000;
}

/* Example for media query */
@media screen and (max-width: 30.6em) { 

	.zoom-rotation {
		font-size: 70%;
	}

	.zoom-rotation img {
		width: 80px;
	}

}
