/* CSS Document */
body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #000;
    color: #FFFFFF;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}


#header h1 {
    font-size: 2em;
    font-weight: bold;
    color: #FFFFFF;
	padding: 10px;
}

#header h2 {
    font-size: 1em;
    font-weight: normal;
    color: #606060;
	padding: 10px;
}
#header{
	display: flex;
	align-items: center;
	background-color: #1A1A1A;
	margin-bottom: 20px;
}
#header #fleche-retour {
	padding: 10px;
}
#header #fleche-retour a{
	font-size: 3em;
	color: #777777;
	
	-webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
	
}
#header #fleche-retour a:hover{
	color: #FFFFFF;
	
	-webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;

}

#basic {
    width: 100%;
    min-height: 81.8%;
}
#basic ul{
	width: 100%;
	display: flex;
	flex-wrap:wrap;
	justify-content: center;
	align-items: center;
	padding: 0px;
	margin: 0px;
}

#basic li{
	display: block;
}
.paysage img{
	height: 75px;
}
.portrait img{
	height: 75px;
}
#footer {
    height: 20px;
    margin: 0 auto;
    background-color: #292929;
    padding: 10px;
    text-align: center;
	font-size: 0.8em;
}
#fb-root{
	display: inline-block;
}

.vignette{
	margin: 1px;
}
.vignette img {
    filter: grayscale(80%);
    -webkit-filter: grayscale(80%);
    -moz-filter: grayscale(80%);
    -ms-filter: grayscale(80%);
    -o-filter: grayscale(80%);
    opacity: 0.5;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
	border: none 0px;
	display: block;
}
.vignette a:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    opacity: 1;
    -webkit-transition: all 200ms ease-in-out 0s;
    -o-transition: all 200ms ease-in-out 0s;
    transition: all 200ms ease-in-out 0s;
}
.lg-sub-html{
	display: none;
}
