/*main CCS*/
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,300i,400,500,700,900&display=swap');

*,body,footer,img{margin:0; padding: 0}

body { 
	background-color:#000000;
	font-family: 'Roboto', sans-serif;
	color:#ffffff;
	font-size: 1em;
 }

a:link,a:visited,a:hover,a:active { text-decoration: none;}

h1{
	font-size: 1.8em;
	font-weight: 400;
	padding: 40px 0px 30px 0px;	
}

h2{
	font-size: 1.6em;
	font-weight: 700;
	margin: 0;	
}
h3{
	font-weight: 400;
}



.container{
	display: flex;
	flex-direction: column;

	width: 100%;
	justify-content: center;
}

.menu-table{
	border:collapse;
	min-width: 50%;
	margin: 0 auto 2%;
	text-align: center;
}

.menu-img{
	width: 1000px;
	height: 156px;
	margin: 0;
}


.link_to_image{
	width: 1500px;	
	height: 844px;
}

.intro {
	width: 60%;
	margin: 20px auto 30px;
	text-align: center;
}
.intro p{
	font-size: 1.05em;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
	text-transform: uppercase;
}

.intro .txt-ego{
	font-size: 1em;
	font-weight: 400;
	line-height: 1.5;
	text-transform: none;
}

.intro img{
	width: 800px;
	height: auto;
	margin: 2% auto;
}

.description{
	width: 100%;
	margin: auto;
	text-align: center;
	margin-top: 30px
}

.description p{
	font-size: 1.1em;
	font-weight: 300;
	line-height: 1.5;
	text-align: center;	
}

.description h2{
	padding: 80px 0px 0px 20px;
}

.description .txt-desc{
	margin: 1% 23% 0px 23%;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.3;
	text-align: justify;		
}

.description .txt-bio{
	text-align: justify;
	margin:0px 25%;

}

.description .txt-date{
	font-weight: 900;
	padding-top: 50px;	
}

.description .bandeau{
	width: 1000px;
	height: auto;
	margin: 0px auto 50px;
}

.description .affiche{
	display: block;
	width: 203px;
	height: auto;
	margin: 40px auto;
}

.description .accroche{
	font-size: 1.8em;
	font-weight: 900;
	line-height: 1.5;
}

.album{
	display: flex;
	width: 75%;

	flex-wrap: wrap;
	justify-content: center;
	margin: auto;
	margin-top: 1%;
	margin-bottom: 3%;
}

.album-img{
	display: block;
	width: 1500px;
	height: auto;
	margin: 2% auto;
}

.album-kit{
	display: block;
	width: 400px;
	height: auto;
	padding: 0px 10px;
}

.album .affiche200x166{
	display: block;
	width: 200px;
	height: 166px;
	margin: 1px;
	float: left;
}
.album .affiche169x300{
	display: block;
	width: 169px;
	height: 300px;
	margin: 1px;
	float: left;
}
.album .affiche159x200{
	display: block;
	width: 159px;
	height: 200px;
	margin: 1px;
	float: left;
}

.album .affiche3{
	display: block;
	width: 133px;
	height: auto;
	margin:1px;
	float: left;
}

.album .affiche2{
	display: block;
	width: 200px;
	height: auto;
	margin:1px;
	float: left;
}
.album .affiche300x180{
	display: block;
	width: 300px;
	height: 180px;
	margin: 1px;
	float: left;
}

.album .affichex1200{
	display: block;
	width: 1200px;
	height: auto;
	margin: 10px;
	float: left;
}

.affiche300x67{
	display: block;
	width: 300px;
	height: auto;
	margin: 3px auto;
	padding: 3px;
}

.vignette{
	display: block;
	padding: 2% 0px 9% 0px;
	margin: auto;
	width: 1000px;
}

.vignette-model{
	display: block;
	margin: 4% auto 0px;
	width: 1000px;
	height: auto;	
}

.my-demo{
	margin: 40px 0;
	width: 600px;
	height: 450px;
}

footer{
	width: 100%;
	background-color: #000000;
	margin: 30px auto 0px;
	text-align: center;
}
.menu-foot{
	width: 1000px;
	height: 156px;
	margin: 0;
}
















@media all and (max-width: 320px) {
	.container{
		width: 100%;
	}

	.menu-table{
		min-width: 100%;
	}
    
 }