@import url('https://fonts.googleapis.com/css?family=Open+Sans:300i,400');

/*! Generated by Font Squirrel (https://www.fontsquirrel.com) on June 12, 2017 */



@font-face {
    font-family: 'dejavu_serifbook';
    src: url('../fonts/dejavuserif-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserif-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifcondensed_bold';
    src: url('../fonts/dejavuserifcondensed-bold-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserifcondensed-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifcondensed';
    src: url('../fonts/dejavuserifcondensed-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserifcondensed-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifCnBdIt';
    src: url('../fonts/dejavuserifcondensed-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserifcondensed-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifcondensed_italic';
    src: url('../fonts/dejavuserifcondensed-italic-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserifcondensed-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifbold';
    src: url('../fonts/dejavuserif-bold-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserif-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifbold_italic';
    src: url('../fonts/dejavuserif-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserif-bolditalic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'dejavu_serifitalic';
    src: url('../fonts/dejavuserif-italic-webfont.woff2') format('woff2'),
         url('../fonts/dejavuserif-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


body {
	background-image: url(../images/bg-pc.jpg);
	/* background-image: url(../Maquette/Maquette.png); */
	background-position: center top;
	background-size: cover;
	background-color: #000;
	background-repeat: no-repeat;

	color: white;
	font-size: 14px;
}
.cont-lukes {
	padding: 0 54px;
}
h1 {
	font-family: 'Open sans';
	font-weight: 100;
	font-style: italic;
    font-size: 4.75rem;
	text-transform: uppercase;
	margin: 55px auto 109px;
}
h2 {
	text-transform: uppercase;
	font-size: 1.55rem;
    margin-bottom: 36px;
    font-family: 'Open sans';
    font-weight: 400;
}
p {
	font-size: 1.75rem;
    line-height: 3rem;
    font-family: 'dejavu_serifbook'
}