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;
}

a {
    text-decoration: none;
    color: black;
}

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

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

#content {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    height: 100dvh;
    background:#fff;
    background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
    width: 50rem;
    justify-content: center;
    padding-left: 100px;
}

#logo {
    width: 100%;
    max-width: 348px;
    margin: 0 0 30px 0;
    height: fit-content;
}

#content > div {
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    max-width: 545px;
    border-radius: 25px;
    padding: 30px 0;
}

#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: 100%;
    max-width: 268px;
    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 > div > p:nth-child(8) {
    font-size: 35px;
    font-weight: 700;
    margin-top: 5px;
}

#content > div > img:nth-child(9) {
    width: 100%;
    max-width: 275px;
    position: relative;
    right: 7px;
    margin-top: 23px;
}

#content span {
    font-weight: 700;
}

@media screen and (max-width:1960px) {
    body {
    background-position-x:190px;
    }
}

@media screen and (max-width:1280px) {
    body {
            background-position-x:center;
            background-position-y:-230px;
            justify-content: center;
        }

    #content {
        display: flex;
        align-items: center;
        flex-direction: column;
        width: 100%;
        height: initial;
        background:#fff;
        background: none;
        justify-content: flex-start;
        padding-left: 0;
    }

    #logo {
        min-height: 130px;
        height: fit-content;
        padding: 30px;
        margin: 10px;
        background: white;
        border-radius: 20px;
    }

    #content > div {
        text-align: center;
        width: 100%;
        padding: 280px 0 70px 0;
        margin-top: 12rem;
        background: linear-gradient(0deg,rgb(254, 255, 255) 0%, rgb(255, 255, 255) 70%, rgba(255, 255, 255, 0) 100%);
        max-width: initial;
        align-items: center;
        border-radius: 0;
    }

}

@media screen and (max-width:700px) {
    body {
        background-position-x:center;
        background-position-y:0;
        justify-content: center;
        background-size: 360%;
    }

        #content > div > p:nth-child(4) {
        width: initial;
    }
}
