/* Productions passées */
aside{
	text-align: center;
}
aside img{
	margin: 5px;
}
aside h3 span{
	font-size: 0.64em;
}
iframe{
	box-shadow: 1px 1px 6px black;
}
.article{
	text-align: left;
}
.about-article{
	text-align: right;
}
.support{
	font-size: 0.9em;
	text-align: center;
	margin-top: 35px;
}
.order{
	margin: 35px 0;
}
section h1 span{
	font-size: 0.8em;
  font-weight: 400;
}
.autour-du-spectacle{
    text-align: left;
    margin-left: 160px;
}
.poster-float-right {
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	width: 300px;
}
.frame{
	overflow: hidden;   /* creates a block formatting context */
	border-radius: 5px;
	border: 1px solid #ffffff;
	padding: 0px 16px;
}