html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	font-family: 'Open Sans Condensed', sans-serif;
}


/*Polices */
@font-face {
    font-family: 'Bebas_Neue';
    src: url(fonts/bebas-neue-webfont.eot);
    src: url(fonts/bebas-neue-webfont.eot?#iefix) format('embedded-opentype'),
         url(fonts/bebas-neue-webfont.woff2) format('woff2'),
         url(fonts/bebas-neue-webfont.woff) format('woff'),
         url(fonts/bebas-neue-webfont.ttf) format('truetype'),
         url(fonts/bebas-neue-webfont.svg#Bebas_neue) format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face{
    font-family: 'Roboto Regular';
    src:url(fonts/Roboto-Regular.ttf);
}
@font-face{
    font-family: 'Raleway';
    src:url(fonts/Raleway-Medium.ttf);
}
@font-face{
    font-family: 'Raleway_Light';
    src:url(fonts/Raleway-Light.ttf);
}
/*Fin polices */

#image_full{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100vh;
	width:100%;
	z-index:2;
	background-color:#40E0D0;
	background-color:white;
	background-image:url("photos/accueil-fin-texte.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}

/*****ecran max 800 px *****/
@media screen and (max-width:800px) and (orientation: portrait){   
    #image_full{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100vh;
	width:100%;
	z-index:2;
	background-color:#40E0D0;
	background-color:white;
	background-image:url("photos/accueil-fin-texte-3.png");
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
}