.board {
	display: flex;
	flex-flow: column;
	width: 100%;
	height: auto;
}

.affiche{
	display: flex;
	flex-flow: row wrap;
	width: 100%;
	height: auto;
	margin: 28px 0;
}

figure {
	width: 1260px;
	height: auto;
}

.mypic{	
	width: 100%;
	max-width: 1260px;
	height: auto;
	object-fit: scale;
	}

.filmtext{
	width: auto;
	height: auto;
	font-size : 20px;
	line-height : 1.1;
	text-align: left;
	font-family:LightCond;
	color: rgba(0,0,0,1);
	padding-left: 30px;
}
.ext_vue:hover{
	color: white;
	cursor: pointer;
}

@media only screen and (max-width: 1366px) {
	
	.affiche{
	margin: 20px 0;
	
	}
	figure {
	width: 70%;
	height: auto;
	}
	.filmtext{
	width: 30%;
	font-size : 18px;
	padding-left: 30px;
	}
	
}
@media only screen and (max-width: 1280px) {
	
	.affiche{
	margin: 20px 0;
	
	}
	figure {
	width: 70%;
	height: auto;
	}
	.filmtext{
	width: 30%;
	font-size : 18px;
	padding-left: 30px;
	}
	
}
@media only screen and (max-width: 1120px) {
	
	figure {
	width: 50%;
	height: auto;
	}
	.filmtext{
	width: auto;
	font-size : 18px;
	}
	
}

@media only screen and (max-width: 1024px) {
	
	figure {
	width: 60%;
	height: auto;
	}
	
	.filmtext{
	width: auto;
	font-size : 16px;
	margin-left: 0;
	}
	
}
@media only screen and (max-width: 900px) {
	
	body {
	padding-top: 1.5em;
	}
	
	.affiche{
	margin: 20px 0;
	}
	
	figure {
	width: 60%;
	height: auto;
	}
	
	.filmtext{
	width: auto;
	margin-top: 0;
	}
	
}

@media only screen and (max-width: 846px) {
	body {
	padding-top: 1.5em;
	}
	
	.affiche{
	margin: 20px 0;
	}
	
	figure {
	width: 60%;
	height: auto;
	}	
	.filmtext{
	width: auto;
	margin-top: 0;
	}
	
}
@media only screen and (max-width: 812px) {
	
	.filmtext{
	
	}
	
}
@media only screen and (max-width: 800px) {
	
	.filmtext{
	
	}
	
}
@media only screen and (max-width: 768px) {
	
	figure {
	width: 55%;
	height: auto;
	}
	
	.filmtext{
	width: 45%;
	}
	
}
@media only screen and (max-width: 740px) {
	
	figure {
	width: 55%;
	height: auto;
	}
	.filmtext{
	
	}
	
}
@media only screen and (max-width: 736px) {
	
	.filmtext{
		
	}
	
}
@media only screen and (max-width: 670px) {
	
	figure {
	width: 50%;
	height: auto;
	}
	
	.filmtext{

	}
	
}
@media only screen and (max-width: 640px) {
	
	body {
	padding-top: 1.1em;
	}
	
	.affiche{
	margin: 15px 0;
	}
	
	figure {
	width: 50%;
	height: auto;
	}
	.filmtext{
	margin: 0;
	}

	
}
@media only screen and (max-width: 568px) {
	
	header h2{
	font-size: 18px;
	letter-spacing:0.5px;
	font-family:MedCond;
	}
	
	figure {
	width: 50%;
	height: auto;
	}
	.filmtext{
	width: 50%;
	height: 125px;
	margin-left: 0;
	margin-top: 0;
	padding-left: 20px;
	padding-right: 10px;
	overflow: auto;
	}
	span{
		display: none;
	}
	
}
@media only screen and (max-width: 414px) {
	
	header h2{
	font-size: 18px;
	letter-spacing:0.5px;
	font-family:MedCond;
	}
	figure {
	width: 100%;
	height: auto;
	}
	.filmtext{
	width: auto;
	height: auto;
	font-size : 18px;
	line-height : 1.025;
	margin: 0;
	margin-top: 20px;
	padding: 0;
	overflow: hidden;
}
	b.ext_vue {
	font-size : 1.25em;
	}
	span{
		display: none;
	}
	
}
@media only screen and (max-width: 375px) {
	
	.filmtext{
	
	}
	
}
@media only screen and (max-width: 360px) {
	
	.filmtext{
	font-size: 1em;
	line-height : 1.1;	
	}
	
}
@media only screen and (max-width: 320px) {
	
	.filmtext{
	font-size: 17px;
	}
	
}
@media only screen and (max-width: 240px) {
	
	.filmtext{
	
	}
	
}