@font-face {
    font-family: 'Lora';
    src: url(../Fonts/Lora/Lora-VariableFont_wght.ttf);
}

@font-face {
    font-family: 'Roboto';
    src: url(../Fonts/Roboto/Roboto-VariableFont_wdth\,wght.ttf);
}

body {
    background: #0D1E4D;
    background: linear-gradient(0deg, rgba(13, 30, 77, 1) 0%, rgba(44, 77, 140, 1) 100%);
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: contain;
    color: #E3EAF0;
    font-family: 'Roboto';
    font-size: 16px;
    line-height: 1.5em;
}

img {
    margin: auto;
    width: 100%;
    max-width: 720px;
}

header {
    margin: 0;
    padding: 1em;
    overflow: visible;
    text-align: center;
}

h1,
h2,
h3 {
    font-family: 'Lora';
    border-bottom: 1px solid #333;
	line-height: 1.25em
}
h1{
	font-size: 3em;
}
h2 {
    overflow: hidden;
    position: relative;
    z-index: 10;
    border-radius: .5em;
    text-shadow: 0 0 25px #09004b, 0px 15px 10px #98fffd;
    padding: 1em .5em;
    color: rgb(16, 16, 53);
	font-size: 2em;
}

h2 img {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: .2;
    z-index: 1;
    filter: blur(7px) contrast(150%);
}

article,
footer {
    width: 760px;
    max-width: 90vw;
    margin: auto;
}

p {
	padding-top: 1em;
    margin: auto;
    width: calc(100% - 2em);
}


h3 {
    padding: 1em;
    padding: 0;
}

div {
    border-radius: 1em;
    margin: 1em 0;
    ;
}

article p::first-letter {
    padding-left: 1em;
    font-size: 2em;
    font-weight: bold;
}

div:nth-of-type(even) {
    background: #377ebc;
    padding: 1em;
}

div:nth-of-type(odd) {

    background: #488FC6;
    padding: 1em;
}

b {
    color: #a8c8ff;
}

span.question {
    font-weight: bold;
    color: #122f61;
    text-decoration: underline;
    text-align: center;
    display: inline-block;
    padding: 1em 0;
    font-size: 1.5em;
}

br {
    margin-bottom: 0.5em;
}

i {
    color: rgb(179, 251, 62);
}

footer p.ressources {
    margin-left: 2em;
    line-height: 2em;
}

footer p.ressources::first-letter {
    margin-left: -2em;
}

a:any-link {
    color: #E3EAF0;
}

a:hover {
    color: #377ebc;
}

footer h3 {
    text-align: center;
}

@media screen and (orientation: portrait){
	body{
		font-size: 12px;
	}
}