@font-face {
	font-family: 'Prototype';
	src: url('../fonts/Prototype.eot?#iefix') format('embedded-opentype'),  url('../fonts/Prototype.woff') format('woff'), url('../fonts/Prototype.ttf')  format('truetype'), url('../fonts/Prototype.svg#Prototype') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Impact';
	src: url('../fonts/Impact.eot?#iefix') format('embedded-opentype'),  url('../fonts/Impact.woff') format('woff'), url('../fonts/Impact.ttf')  format('truetype'), url('../fonts/Impact.svg#Impact') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MyriadPro';
	src: url('../fonts/MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/MyriadPro-Regular.ttf')  format('truetype'), url('../fonts/MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

pre.sf-dump, pre.sf-dump .sf-dump-default{
	text-align: left !important;
}
/* --------------------------------------------------------------- */
/*
/* HTML
/*
/* --------------------------------------------------------------- */
* {
	box-sizing:border-box;	
}

html, body {
	margin:0; padding:0;
	width:100%; height:100%;
	font-family:"MyriadPro"; font-size:28px;
}

#main {
    position: relative; top: 0; left: 0;
    width:100vw;
    min-height: 100vh;
    background: url('../img/sensors.jpg') no-repeat center center;
    background-size: cover;
    padding:15px 0;

    display:flex;
    align-items: center;

    color:#FFF;
}

#logo img {
    display: inline-block;
    width:250px;
    margin-bottom:25px;
}

#black_friday img {
    display: inline-block;
    width:100%;
    max-width:650px;
    margin-bottom:25px;
}

.boutons {
    
}

.boutons a {
    display: inline-block;
    background-color: #840f00;
    color:#FFF;
    padding:10px 25px;
    border-radius: 7px;
    text-decoration: none;
    font-size: 23px;
    margin-bottom:15px;
}

#main b.code {
    font-size: 38px;
}