body
{
	background-color: grey;
	background-image: url(images/lignesfIver900.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
@font-face
{
    font-family: '5x5 square';

    src: url('polices/5X5_square/5X5_square.woff') format('woff'),

         url('polices/5X5_square/5X5_square.ttf') format('truetype'),

         url('polices/5X5_square/5X5_square.svg') format('svg');
}
@font-face
{
    font-family: 'Binary X CHR BRK';

    src: url('polices/binary/BinaryCHRBRK.woff') format('woff'),

         url('polices/polices/binary/BinaryCHRBRK.ttf') format('truetype'),

         url('polices/polices/binary/BinaryCHRBRK.svg') format('svg');
}
@font-face {
    font-family: 'bpdotssquaresbold';
    src: url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.eot');
    src: url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.woff2') format('woff2'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.woff') format('woff'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.ttf') format('truetype'),
         url('polices/bpdotssquares_bold_macroman/BPdotsSquareBold-webfont.svg#bpdotssquaresbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
header
{
	background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.3));
	height: 84px;
	opacity: 0;
	transition: 2s;
	overflow: hidden;
}
header:hover
{
	opacity: 1;
	transition: 2s;
}
header h1
{
	font-size: 1em;
	color: rgb(255,70,51);
	display: inline-block;
	vertical-align: baseline;
}
header h1:nth-of-type(1)
{
	font-family: "5x5 square";
	margin-left:130px;
}
header h1:nth-of-type(2)
{
	font-family: "upheavalTT-brk-","5x5 square";
	font-size: 1.3em;
	padding-left: 130px;
	display: block;
}
header img
{
	width: 30px;
	padding-left: 10px;
}
header img:hover
{
	-webkit-transform: rotateX(360deg);
	transform: rotateX(360deg);
	transition: 2s;
	cursor: pointer;
}
header figure
{
	display: inline;
	right: 20px;
	vertical-align: baseline;
	position: absolute;
	right: 0px;
	top: 0px;
	perspective: 3000px;
}
nav
{
	position: fixed;
	top: 20px;
	left: 20px;
	width: 40px;
	perspective: 3000px;
}
nav img
{
	width: auto;
	z-index: 1;
}
nav img:hover
{
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	transition: 2s;
	cursor: pointer;
}
.atelierrouge
{
	position: fixed;
	bottom: 20px;
	right: 20px;
}
#menu
{
	position: fixed;
	left: 0px;
	height: 100%;
	min-height: 600px;
	width: 0px;
	background-image:  linear-gradient(to right top, rgba(0,0,0,0), rgba(0,0,0,0.3));
	transition: 1s;
}
#menu ul
{
	overflow: hidden;
	list-style-type: none;
	color: rgb(255,70,51);
	font-size: 150%;
}
#menu ul:nth-of-type(1)
{
	font-family: "5x5 square";
	line-height: 1.4em;	
}
#menu ul li ul:nth-of-type(1)
{
	font-family: "Binary X CHR BRK", "5x5 square";
	margin: -5px 0 0 -20px;
	line-height: 1.3em;
}
#menu ul li
{
	padding-left: 5px;
}
#menu ul li:hover
{
	background-color: rgba(0,0,0,0.3);
}
#expandmenu
{
	display: none;
	transition: 2s;
}
#expandmenu-btn
{
	display: block;
	cursor: pointer;
}
#expandmenu:checked ~ #menu
{
	width: 100%;
	min-width: 600px;
	transition: 1s;
}
a
{
	text-decoration: none;
	color: inherit;
}