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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

body {
    background-image: url(content/mercedes-immatriculation-changed.jpg);
    background-size: cover;
    background-position-y: -12vh;
    background-position-x:center;
    background-repeat: no-repeat;
    display: flex;
    justify-content:center;
    width: 100%;
    background-color:black;
}

#content {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#logo {
    width: 100%;
    max-width: 348px;
    margin: 30px;
}

#content > div {
    background-color: white;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    max-width: 545px;
    border-radius: 25px;
    box-shadow: 10px 10px 25px rgba(0,0,0,0.5);
    padding: 30px;
}

#content > div > p:nth-child(1) {
    font-family: 'Playfair Display', Times, serif;
    font-size: 45px;
    color: #272727;
}

#content > div > p:nth-child(2) {
    font-size: 35px;
    margin-top: 5px;
}

.separateur {
    width: 95px;
    height: 1.5px;
    background-color: #FFC151;
    margin: 40px 0;
}

#content > div > p:nth-child(4) {
    font-size: 22px;
    margin-top: 5px;
    width: 450px;
    font-size: 22px;
}

#content > div > p:nth-child(5), #content > div > p:nth-child(6) {
    font-size: 24px;
    margin-top: 5px;
}

#content > div > p:nth-child(5) {
    margin-top: 15px;
}

#content span {
    font-weight: 700;
}

@media screen and (max-width:1530px) {
    body {
        background-position-y:0;
    }
}

@media screen and (max-width:700px) {

    #logo {
        margin: 10px;
        max-width:200px
    }

    body {
        background-size:1350px;
    }

    #content {
        width: 100vw;
        padding: 50px;
    }

    #content > div {
        margin:10px;
        max-width:inherit;
    }

    .separateur {
        margin: 25px 0;
    }

    #content > div > p:nth-child(1) {font-size: 35px;}
    #content > div > p:nth-child(2) {font-size: 25px;}
    #content > div > p:nth-child(4) {
        font-size: 16px;
        width: 100%;
    }
    #content > div > p:nth-child(5), #content > div > p:nth-child(6) {
        font-size: 16px;
        margin-top: 5px;
    }

}