/* CSS Document */

html {
	height: 100%;
	min-height: 650px;
}
body {
	height: 100%;
	margin: 0;
	
	font-family: Helvetica;
	font-size: 16px;
	background: #333;
}
a {
	color: #0CF;
}
.fa {
	margin-right: 10px;
	z-index: 99;
}


/*Topper*/
#topper {
	position: fixed;
	width: 100%;
	height: 60px;
	
	background: #333;
	z-index: 100;
	box-shadow: 0 5px 5px -5px black;
}
#topper .logo {
	display: block;
	height: 40px;
	width: 60px;
	float: left;
	
	margin: 10px 20px 10px 2%;
}
h1 {
	float: left;
	line-height: 60px;
	margin: 0;
	font-size: 28px;
	
	font-family: Tahoma, Geneva, sans-serif;
}
h1 a {
	color: white;
	text-decoration: none;
}
#menu
{
	margin: auto;
	line-height: 60px;
	text-align: center;
}
#menu ul
{
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu li
{
	list-style: none;
	float: left;
}
#menu a
{
	display: block;
	padding: 0 15px;
	
	color: white;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
}
#menu a:hover, #menu .active
{
	text-decoration: underline;
}


/*Slides*/
#accueil, #magnetisme, #seances, #contact {
	height: 100%;
}
.img, #accueil {
	background-size: cover !important;
}
.text {
	width: 94%;
	padding: 0 3% 0 3%;
	margin: auto;
	text-align: justify;
	
	overflow: hidden;
}
h2 {
	margin-top: 25px;
}
.nextButton {
	display: block;
	width: 40px;
	margin: 30px auto 0 auto;
	
	font-size: 40px;
	color: white;
}
.nextButton:hover {
	color: grey;
}


/*Accueil*/
#accueil {
	background: url(img/accueil.jpg) #CC6 fixed;
	height: 100%;
}			
#accueil h2 {
	padding: 110px 0 40px 0;
	font-size: 40px;
	color: #333;
	text-align: center;
	text-shadow: 0 0 10px white;
}
#accueil .text {
	color: #333;
	font-size: 18px;
	text-shadow: 0 0 10px white;
	
	width: 50%;
	padding-right: 47%;
}


/*Magnetisme*/
#magnetisme .img {
	background: url(img/magnetisme.jpg) #CCC fixed;
	height: 50%;
}	
#magnetisme .text {
	background: #FC3;
	height: 50%;
	color: #333;
}			
#magnetisme .tiers {
	width: 31%;
	margin: -20px 1% 0 1%;
	float: left;
}


/*Seances*/
#seances .img {
	background: url(img/cabinet.jpg) #999 fixed;
	width: 50%;
	height: 100%;
	float: right;
}
#seances .text {
	background: #C03;
	width: 44%;
	height: 100%;
	color: white;
}
#seances h2 {
	padding-top: 60px;
}
#seances h3 {
	margin-top: 30px;
}


/*Contact*/
#contact .img {
	background: url(img/contact.jpg) #F93 fixed;
	height: 50%;
}
#contact .map {
	width: 50%;
	height: 50%;
	border: 0;
	float: left;
}
#contact .text {
	background: #333;
	height: 50%;
	color: white;
	width: 43%;
	margin-left: 50%;
}
#contact .mentions {
	font-size: 12px;
}


/*Adaptations responsives*/
@media (max-width:1100px) {
	html {
		min-height: 600px;
	}
	body {
		font-size: 14px;
	}
	h1 {
		font-size: 24px;
	}
	#menu a {
		font-size: 14px;
	}
	#accLink {
		display: none;
	}
	#accueil h2 {
		font-size: 30px;
	}
	#accueil .text {
		font-size: 15px;
	}
	.nextButton {
		font-size: 30px;
		width: 30px;
	}
}
@media (max-width:850px) {
	body {
		text-align: justify;
	}
	h1 {
		font-size: 16px;
	}
	#menu {
		display: none;
	}
	.nextButton {
		display: none;
	}
	#seances .img {
		background-position: center !important;
	}
	.img {
		background-attachment: inherit !important;
		background-position: top !important;
	}
	.tiers, .img, .map {
		float: none !important;
		width: 100% !important;
	}
	.text {
		width: 94% !important;
		margin-left: 0 !important;
		padding-bottom: 20px !important;
		font-size: 14px !important;
	}
	#accueil, #magnetisme, #seances, #contact, .img, .text {
		height: auto;
		min-height: 200px;
	}
	
	#accueil .text {
		width: 100%;
		padding-right: 3%;
	}
	#seances h2 {
		padding-top: 0;
	}
	#magnetisme h3 {
		margin-top: 50px;
	}
	#contact .map {
		height: 300px;
	}
	#contact .img {
		display: none;
	}
}