
/* FONTS */
@font-face
{
	font-family: josephin;
	src: url(../../fonts/josephin/Josephin.ttf),
		url(../../fonts/josephin/josephin-webfont.woff),
		url(../../fonts/josephin/josephin-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: timeless;
	src: url(../../fonts/timeless/Timeless.ttf),
		 url(../../fonts/timeless/timeless-webfont.woff),
	 	 url(../../fonts/timeless/timeless-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: bubbler_one;
	src: url(../../fonts/bubbler_one/bubblerone-regular-webfont.woff);
	font-weight: normal;
	font-style: normal;
}




/* HEADER */

header h1
{
	font-family: josephin, Ubuntu, serif;
	color: white; 
	font-size: 5em;
	font-weight: normal;
	padding: 0em;
	padding-left: 1em;
}

header .soustitre
{
	font-family: timeless, ubuntu, serif;
	font-size: 1.5em;
	font-style: oblique;
	color: white;
	padding-left: 5em;
	margin-bottom: 2em;
}

header a
{
	color: white;
	text-decoration: none;
}

header a:visited
{
	color: white;
	text-decoration: none;
}


/*MENUS */

nav
{
	margin: auto; /*sert à centrer, for some reason.*/
	font-size: 1.3em;
	font-family: josephin, ubuntu, serif;
	background-color: white;
	border-radius: 10px;
	width: 45%;
	min-width: 300px;
}

nav ul, nav li
{
	list-style-type: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	padding-right: 8px;
	padding-left: 8px;
}

nav a
{
	color: #073763;
	text-decoration: none;
}

nav a:visited
{
	color: #073763;
	text-decoration: none;
}

/* TITLES */
h2
{
	font-family: bubbler_one, ubuntu, serif;
	font-size: 5em;
	font-weight: normal;
	margin: 0.5em;
	padding-bottom: 0em;
	color: #3d85c6;
	text-align: center;
}

body .sstt
{
	font-family: bubbler_one, ubuntu, serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 0em;
	padding-top: 0em;
	padding-bottom: 1em;
	color:#3d85c6;
	text-align: center;
}

h3
{
	font-family: bubbler_one, ubuntu, serif;
	font-size: 2em;
	font-weight: normal;
	color:#3d85c6;
	margin: 0em;
	padding: 0em;
}

h4
{
	font-family: bubbler_one, ubuntu, serif;
	font-size: 1.6em;
	margin-top: 0.2em;
	margin-bottom: 0.5em;	
	font-weight: normal;
	color:#3d85c6;
	padding-left: 1.2em;
}

/* FORMATTING */

body
{
	background-image: url(background_passage.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-attachment: fixed;
	background-color: #073763;
}

section
{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
}

article
{
    background-color: #f6eeff;
    padding: 2%;
    flex: 4;
    text-align: justify;
    font-family: bubbler_one, ubuntu, serif;
    color: black;
    border-radius: 10px;
    max-width: 1000px;
    min-width: 200px;
    margin:auto;
    margin-top: 2%;
    margin-bottom: 2%;
}

.boite
{
	background-color: white;
	padding: 1%;
	padding-left: 2%;
	padding-right: 2%;
	margin: 1%;
	border-style: solid;
	border-width: 2px;
	border-color: #073763;
	border-radius: 10px;
	font-size: 1.2em;
	font-weight: bold;
}
.gamebox
{
	background-color: #f6eeff;
	display: table;
	width: 100%;
	max-width: 900px;
	padding-right: 4%;
	padding-left: 4%;
	padding-top: 1%;
	padding-bottom: 1%;
	font-size: 1.2em;
}

.colonne
{
	display: table-cell;
	padding: 2%;
}

*
{
	overflow: auto;
	word-wrap: break-word;
}

ul, li
{
	list-style-type: "✪";
	overflow: visible;
	padding-left: 1em;
}

img
{
	display: block;
	max-height: 500px;
	padding-bottom: 2%;
	padding-top: 2%;
	margin: auto;
}

footer
{
	color: white;
	font-style: italic;
	font-weight: bold;
}