@charset "utf-8";
/* CSS Document */
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;
}






html,body{
	background-color:#fef6e9;
	margin: 0px;
	padding: 0px;
	font-family:rockwell;
}

header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
}


.logo{
	font-size: 30px;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
	color: #E3E0D0;
	font-weight: 800;
	text-transform: uppercase;
	z-index: 2;
}

/* Dropdown Nav */
nav {
	float: right;
}

 
nav ul {
	margin: 0;
	padding: 0;
	display: flex;
}

 --Nav Items--
nav ul li {
	list-style: none;
	position: relative;
}



nav ul li a {
	font-size: 12px;
	font-family: rockwell;
	color: #23212c;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	
	
}

nav ul li a:hover, nav ul li a.active {
 	background-color: #00a651;
	
}

/* Toggle Button */
.menu-toggle {
	color: #23212c;
	position: absolute;
	margin-left: 93%;
	margin-top: 2px;
	line-height: 50px;
	font-size: 24px;
	cursor: pointer;
	display: none;
	z-index: 10;
}

.ban,.pict{
	display: block;
}

.ban{
	width: 100%;
	height: auto;
	z-index: 20;
}


.magnet{
	width: 100%;
	height: auto;
}

.wait{
	width: 100%;
	height: auto;
}

.foot{
	width: 100%;
	background-color: #00a651;
}




@media screen and (min-width:1000px){

nav ul li a {
	padding: 7px 2px;
	border: 1px solid #00a651;
	border-radius: 10px;
	margin: 15px 2px;
}
	
#lgs{
	display: none;
}

#lgb{
	margin-left: 89%;
}



.fb{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 4%;
	cursor: pointer;
}

.twit{
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	width: 4%;
	cursor: pointer;
}	

h5{
	font-size: 16px;
	font-family: rockwell;
	font-weight:bold;
}
	
.side{
		display: flex;
	}
	.prendrdv1{
		width: 50%;
	}

}



@media screen and (max-width:1000px){

.logo{
		font-size: 26px;
	}


.menu-toggle {
		display: block;
		
	}

nav {
		position: absolute;
		width: 100%;
		height: calc(20vh - 10px);
		background: #00a651;
		top: 100px;
		left: -100%;
		transition: 0.5s;
		z-index: 50;
	}

nav.active {
		left: 0;
	}

 nav ul {
		display: block;
		text-align: center;
	}

nav ul li a {
		height: 40px;
		line-height: 40px;
		padding: 0 5px;
		border-bottom: 1px solid rgba(0,0,.2);
		font-size: 15px;
	}
	
#lgb{
		display: none;
	}
#lgs{
	margin-left: 92%;
}
	
.fb{
	float: right;
	margin-top: 20px;
	margin-right: 10px;
	width: 10%;
	cursor: pointer;
}

.twit{
	float: right;
	margin-top: 25px;
	margin-right: 20px;
	width: 10%;
	cursor: pointer;
}
	
h5{
	font-size: 14px;
	font-family: rockwell;
	font-weight:bold;
}


}

@media screen and (max-width:750px){
	
.pict{
	width: 25%;
	height: auto;
	float:right;
	padding-left:10px;
}

.pict2{
	display: none;
}
	
.ban,.pict{
	display: block;
}
	
.slog{
		display: none;
	}
	
#rdv2{
		display: none;
	}

h2 {
		font-size: 24px;
	}
}

	

@media screen and (min-width:750px){


.pict{
	display: none;
}



.pict2{
	min-width: 100px;
	max-width: 300px;
	width: 40%;
	height: auto;
	float: right;
	padding-left: 10px;
}

.ban,.pict2{
	display: block;
}
	
.slog{
	text-align: center;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 800;
	line-height: 175%;

}

.contslog{
	padding-top: 50px;
	border: 0 50;
}	

	.rdv, .monmag{
		display: none;
	}
}


h4 a {
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	font-family: rockwell;
	font-weight: bold;
	color: #23212c;
	font-size: 13px;
	position: absolute;
	margin-left: 92%;
	Top : 50px;
	width: 40px;
	height: 10px;
	z-index: 40;
	cursor:pointer;
}

.present{
	font-family: rockwell;
	font-size: 20px;
	font-weight:bold;
	line-height: 200%;
	padding: 50px 20px;
	text-align: center;
	margin: 0 10 40;
}

.rdv{
	float: left;
	padding: 20px 5px;
	margin-left: 5px;
}


.monmag{
	float: right;
	padding: 20px 5%;
	margin-right: 5px;

}

.rdv,.monmag{
	text-decoration: none;
	color: #23212c;
	text-transform: uppercase;
	font-family: Rockwell;
	font-size: 14px;
	font-weight: 700;
	
	height: 1%;
	border-radius: 10px;
	border-width: 4px;
	border-color: #2e4c6c;
	border-style: solid;
	background-color: #00a651;
}


.portmagn{
	float: right;
	max-width: 300px;
	width: 40%;
	padding-left: 10px;
}

.magnet,.portmagn{
	display: block;
}


h2{
	font-family: Rockwell;
	color: #23212c;
	font-size: 26px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}


.magnetisme, .seance{
	font-family: rockwell;
	font-size: 20px;
	font-weight:bold;
	line-height: 200%;
	padding: 10px 10px 40px ;
	margin-left: 10px;
	margin-right: 10px;
	text-align: justify;
}

.rdv2{
	text-decoration: none;
	color: #23212c;
	text-transform: uppercase;
	font-family: Rockwell;
	font-size: 14px;
	font-weight: 700;
	border-radius: 10px;
	background-color: #00a651;
	padding: 20px 10px;
}

.divrdv2{
	text-align: center;
	margin-bottom: 70px;
}


.divpaie{
	text-align: center;
	margin-bottom: 70px;
}


.copy{
	clear: both;
	text-align: center;
}

.contact{
	margin-left: 30px;
	line-height: 170%;
}
.credit{
	margin-left: 30px;
	line-height: 400%;
}

.prendrdv{
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 30px 50px 20px;
	
}

.prendrdv1{
	text-align: center;
	font-weight: bold;
	display: block;
	margin: 30px 50px 50px;
	
}

input{
	
	width: 100%;
}

textarea{
	width: 100%;
	resize: none;
}

.lab{
	line-height: 40px;
	font-family: rockwell;
	font-size: 20px;
	display: inline-block;	
}

.rule{
	margin-top: 15px;
	margin-bottom: 30px;
	font-family: rockwell;
	font-size: 20px;
	font-weight: bold;
	width: 90%;
	display: block;
	text-align: center;
	margin-left: 5%;
}

.butpaypal{
	width: 150px;
	height:auto;
	text-align:center;
}





