/* ****************** */
/*      GENERAL       */
/* ****************** */

html {
	font-size: 100%;
	height: 100%;
}

body {
	color: #000000;
	background-color: #f7eeca;
	background: url(/image/background.jpg) no-repeat 50% 50% fixed;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	padding: 0px;
	margin: 0px;
	height: 100%;
	font-family: Roboto, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	text-align: left;
	line-height: 1.5em;
}

div.main-content {
	background-color: #fff;
	width: 1024px;
	min-height: 100%;
	padding: 20px;
	transition: all 0.3s;
}

.important {
	font-weight: bold;
}

nav.navbar {
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	height: 150px;
	margin-bottom: 60px;
}

div#avatar {
	background: url("/image/avatar.png") no-repeat;
	background-size: 85px;
	background-position: 2px 20px;
	width: 100px;
	height: 150px;
}

div#text-site {
	font-family: 'dk_cool_crayonregular';
	font-size: 3.6rem;
	color: rgba(129, 9, 55, 1);
	position: relative;
	top: -70px;
	left: 140px;
}

div.menu a {
	display: inline-block;
	margin-left: 50px;
}

a.nav-link {
	visibility: hidden;
}

/* ************************** */
/*      GENERAL - MOBILE      */
/* ************************** */

@media (max-width: 991px) {

	body {
		background: none;
		background-color: #fff;
	}

	div.main-content {
		width: 100%;
	}

	div.menu {
		width: 100% !important;
		margin-top: 0 !important;
		margin-left: 0 !important;
		height: 110%;
	}

	div.menu a {
		margin-left: 0px;
	}

	a.nav-link {
		visibility: visible;
	}

	div#avatar {
		background-size: 50px;
		background-position-y: 0;
	}

	div#text-site {
		position: absolute;
		font-size: 1.5em;
		display: inline-block;
		width: 60%;
		white-space: break-spaces;
		text-align: center;
		margin-left: -60px;
		margin-top: 90px;
	}

	.navbar-toggler {
		margin-top: -75px;
	}

	nav.navbar {
		height: 100px;
	}

	div.navbar-nav a {
		padding-left: 35px;
		font-weight: bold;
	}

	div.navbar-nav a.menu-pssst {
		background: url(/image/menu-overlay/home.jpg) left no-repeat;
		color: #62D256;
	}

	div.navbar-nav a.menu-programme {
		background: url(/image/menu-overlay/programme.jpg) left no-repeat;
		color: #F093A4;
	}

	div.navbar-nav a.menu-atelier {
		background: url(/image/menu-overlay/atelier.jpg) left no-repeat;
		color: #53CED7;
	}

	div.navbar-nav a.menu-galerie {
		background: url(/image/menu-overlay/galerie.jpg) left no-repeat;
		color: #AC78C5;
	}

	div.navbar-nav a.menu-apropos {
		background: url(/image/menu-overlay/apropos.jpg) left no-repeat;
		color: #856F5A;
	}

	div.navbar-nav a.menu-contact {
		background: url(/image/menu-overlay/contact.jpg) left no-repeat;
		color: #EF9753;
	}
}