@charset "utf-8";
/* CSS Document */


	div.infiniteCarousel {
		margin: 0 auto 0 auto;
		/*-moz-box-shadow: 0px 0px 10px #333;
		-webkit-box-shadow:  0px 0px 10px #333;*/
		clear:right;
		width: 50%;
	}
	div.infiniteCarousel2 {
		margin: 0 auto 0 auto;
		/*-moz-box-shadow: 0px 0px 10px #333;
		-webkit-box-shadow:  0px 0px 10px #333;*/
		clear:right;
	}

	.a
	{
		width: 352px !important;
		height: 165px !important;
	}
	
	.b
	{
		width: 352px !important;
		height: 165px !important;
	}
	


	div p {
		color: #333333;
		font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
		font-size: 18px;
		text-shadow: 0 1px 1px #C9C9C9;
	} 
	
	#bt_lien
	{
		border: none;
		position: absolute;
		top: 0;
		background: url(../img/go-button.png);
		width: 223px;
		height: 149px;
		font-family: "mathletebulky",Helvetica,sans-serif;
		font-size: 60px;
		text-decoration: none;
   		text-shadow: 1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		cursor: pointer;
	}
	#bt_lien:hover
	{
		background: url(../img/go-button-hover.png);
	
	}
	#form
	{
		width: 100%;
		padding: 10px;
		padding-right: 25px;
		padding-left: 25px;
	}
	#fourchette{
		
		text-align: center;
		width: 30%;
	}
	#bornes_date
	{
		width: 100px;
		font-size: 25px;
		margin-bottom: 10px;
		text-align: left;
	}
	#slider_date
	{
		width: 100px;
	}
	.ui-slider .ui-slider-handle {
		cursor: pointer !important;
		width: 1px !important; 
	}
	
	.ui-slider-horizontal .ui-slider-handle {
		margin-left: 0 !important;
	}
	
	
	.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
		background: url(../ressources/fourchette/barre_vertical.png)repeat-x scroll 50% 50% #E6E6E6 !important;
		border: 2px solid #000000;
		color: #000000;
		font-weight: normal;
	}
	
	.ui-widget-header {
		display: none !important;
	}
	
	.ui-widget-content {
		background: url("../ressources/fourchette/barre_horizontal.png") repeat-x scroll 50% 50%  !important;
		border: none !important;
	}
	
	
	
	/* rubrique */
	#nom_rubrique
	{
		font-family: "mathletebulky",Helvetica,sans-serif;
		font-size: 3rem;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		float: left;
		margin-left: 24px;
		margin-bottom: 10px;
		padding-right: 10px;
	}
	
	.jouet
	{
		margin-right: 10px;
		margin-bottom: 10px;
		/*border: 1px solid #000;*/
		cursor: pointer;
		width: 9%;
		/*opacity:1;
		transition: opacity .20s ease-in-out;
		-moz-transition: opacity .20s ease-in-out;
		-webkit-transition: opacity .20s ease-in-out;*/
	}
	
	.jouet:before {    
    background: rgba(0,255,255, 0.5);  
    -moz-transition: background .3s linear;  
    -webkit-transition: background .3s linear;  
    -o-transition: background .3s linear;  
    transition: background .3s linear;  
}  
	
	.jouet:hover:before
	{
	/*box-shadow: 1px 1px 12px #000;
	opacity:0.3;*/
	background:none;
	}
	#carte
	{
		 display: block;
		float: right;
		position: absolute;
		right: 0;
		bottom: 0;
		width: 23.5%;
		height: 100%;
		margin-right: 20px;
		min-width:300px;
	}
	
	#carte:hover
	{
		box-shadow: 1px 1px 12px #000;	
	}
	
	#list_jouet
	{
		text-align: left;
		padding: 5px;
	}
	
	#mes_jouets li
	{
	display: inline-block;
	padding: 10px;
	}
	#coffre
	{

	}
	#choix
	{
		background: url("../img/coffre.png") no-repeat scroll 0 0 / cover transparent;
		bottom: 0;
		height: 30%;
		width: 11%;
		background-size:contain;		
	}
	
	#choix:hover
	{
		background: url("../img/coffre-hover.png") no-repeat scroll 0 0 / cover transparent;
	}
		
	
	#nbr_jouet
	{
	position: relative;
	}
	
	.supprimer
	{
		text-decoration: none;
	}
	
	/*#instruction{
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: black;	
	}*/

/*---------------------------------BASE--------------------------------*/
	* {
	margin : 0;
	padding : 0;
	}
	
	html {
	margin:0;
	padding:0;
	}


/*---------------------------------NAV--------------------------------*/
header
{
width:100%;
height:55px;
top:0px;
position:relative;
z-index:5;
font-family: "mathletebulky", Helvetica, sans-serif;
font-size:24px;
background:#6c7388;
}

#lang
{
height:15px;
width:100%;
background: #333333;
border-bottom: 1px solid #666;
font-family: Helvetica, Arial, sans-serif;
font-size:10px;
color: #999;
}

#lang ul {
	margin: 0;
	padding: 0;
	float:right;}

#lang li {
	margin: 1px 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;}

#lang a {
	color: #999;
	text-decoration: none;}

#lang a:hover {
	color: #a9b4d5;
	}
	
#lang .current a {
	color: #a9b4d5;
}

/* nav */
.nav {
	position: relative;
	margin: 0;
	background:#6c7388;
}
.nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	margin: 5px 5px 10px 0;
	padding: 0;
	list-style: none;
	display: inline-block;
}
.nav a {
	padding: 3px 12px;
	text-decoration: none;
	color: #fff;
	line-height: 100%;
}
.nav a:hover {
	color: #a9b4d5;
}
.nav .current a {
	background:#a9b4d5;
	color: black;
	text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
	border: 1px solid white;
}

/*---------------------------------HEADER--------------------------------*/
.scene {
  margin: 0 auto;
  padding: 0;
}

#scene img {
  display: block;
  width: 100%;
}

#paralaxe
{
height:300px;
width:100%;
background: url(../img/ciel.png);
position:absolute;
z-index:1;
}

#logo
{
text-align: center;
position:absolute;
z-index:2;
height:300px;
width:100%;
}

#logo h1
{
display:none;
}

#slogan {
font-family: "mathletebulky", Helvetica, sans-serif;
font-size:2rem;
color: black;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
text-align : center;
margin-top:5px;
margin-bottom: 4px;
}
	
	
#presentation{
font-family : Arial, Helvetica, sans-serif;
font-size : 23px;
color: black;
text-align : center;
margin-bottom: 4px;
}
	
#presentation2 {
font-family : Arial, Helvetica, sans-serif;
font-size : 14px;
color: black;
text-align : center;
}

/*---------------------------------FOOTER--------------------------------*/

footer
	{
	height: 25px;
	width: 100%;
	background-color: #222222;
	position : fixed;
	bottom: 0px;
	z-index:40;
	}
	
	#socialnetwork
	{
		float: left;
		margin-left:5px;
	}
	
	#socialnetwork img
	{
	height:15px;
	}
	
	#facebook, #twitter, #google
	{
	height: 30px;
	width: 20px;
	float: left;
	margin-left:3px;
	margin-top:5px;
	}
	
	#credits
	{
	float: right;
	font-size : 11px;
	margin-top:6px;
	margin-right:5px;
	color : white;
	font-family : Arial, Helvetica, sans-serif;
	margin-right:5px;
	}
	
	

/*---------------------------------CONTAINER--------------------------------*/

#slider {
position:absolute;
z-index:2;

width:80%;
top:33%;
height:55%;
left:8%;

font-family: "mathletebulky", Helvetica, sans-serif;
text-align:center;
background-color:#fcb333;

box-shadow: -40px -100px 0px 20px rgba(255, 255, 255, 0.1) inset;
list-style: none;
border-style: solid;
border-width: 19px 16px 18px 15px;
-moz-border-image: url(../img/container.png) 19 16 18 15;
-webkit-border-image: url(../img/container.png) 19 16 18 15;
-o-border-image: url(../img/container.png) 19 16 18 15;
border-image: url(../img/container.png) 19 16 18 15 fill;
}

#slider h1 {
font-size:40px;
color:black;
text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}

#slider p {
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
}

.bouton a {
display:block;
width:150px;
height:150px;
top:78%;
left:85%;
line-height:100px;
text-align:center;
vertical-align:middle;
background:url(../img/go-button.png) no-repeat;
background-size:contain;
color:black;
text-decoration:none;
position:absolute;
z-index:4;
font-family: "mathletebulky", Helvetica, sans-serif;
font-size: 30px;
text-shadow: 1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
}
.bouton a:hover {
background:url(../img/go-button-hover.png) no-repeat;
background-size:contain;
}


#texte-projet
{
width :50%;
margin:3% 0 0 0;
float:left;
text-align:justify;
}


#map
{
width :50%;
float:left;
margin:3% 0 0 0;
}

#map img
{
height:265px;
}

#slider a {
		font-family: "mathletebulky", Helvetica, sans-serif;
		font-size: 28px;
		color:black;
		text-shadow: -1px 0 white, 0 1px white, 1px 0 white, 0 -1px white;
		text-decoration:none;
}

#slider a:hover{
		color:orange;
}

/*---------------------------------INFO--------------------------------*/
#one, #two, #three
{
width:30%;
margin-right:3%;
float:left;
}

#one img
{
height:150px;
margin-top:187px;
}

#two img
{
height:150px;
margin-top:208px;
}

#three img
{
height:150px;
margin-top:220px;
}

#date{
top:10%;
left:5%;
background-color:#FFC45C;
width:25%;
max-height:100%;
}

#tarifs{
top:20%;
left:37%;
background-color:#f33;
width:25%;
max-height:100%;
}
#acces{
top:2%;
left:67%;
background-color:#CEBFD8;
width:25%;
max-height:100%;
}

.pancarte{
text-align:center;
position:absolute;
z-index:3;
box-shadow: -40px -100px 0px 20px rgba(255, 255, 255, 0.1) inset;
border-style: solid;
border-width: 19px 16px 18px 15px;
-moz-border-image: url(../img/container.png) 19 16 18 15;
-webkit-border-image: url(../img/container.png) 19 16 18 15;
-o-border-image: url(../img/container.png) 19 16 18 15;
border-image: url(../img/container.png) 19 16 18 15 fill;
}


/*MEDIAQUERIES*/
@media screen and (max-width: 1000px) {
	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 180px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #6c7388;
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
		background: #a9b4d5;
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
		background: #a9b4d5;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		/*background: url(.../img/icon-check.png) no-repeat 10px 7px;*/
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
	#bt_lien
	{
	left: 40px;
    top: 250px;
	}
	.a
	{
		width: 320px !important;
		height: 150px !important;
	}
	
	.b
	{
		width: 320px !important;
		height: 150px !important;
	}
	#carte {
    bottom: 0;
    display: block;
    float: right;
    margin-right: 5px;
	height: 50%;
    min-width: 0;
    position: absolute;
    right: 0;
    width: 130px;
	}
	
	#fourchette{
    padding-bottom: 7px;
    padding-left: 150px;
    padding-top: 0;
    text-align: center;
    width: 30%;
	}
	
	#choix {
    background: url("../img/coffre.png") no-repeat scroll 0 0 / contain transparent;
    bottom: 0;
    height: 30%;
    width: 150px;
}
	#choix:hover{
    background: url("../img/coffre-hover.png") no-repeat scroll 0 0 / cover transparent;
    bottom: 0;
    height: 30%;
    width: 150px;
	}

	.jouet {
		width: 48px;
	}
	#list_jouet {
		padding: 5px 5px 0;
		text-align: left;
		width: 100%;
	}

	.bouton a {
	left: 0;
	}
		
	#nom_rubrique {
		margin-bottom: 0;
		margin-left: 15px;
	}
	
	#text_nbrjouet
	{
	padding-top: 5px
	}
	
	#text_nbrjouet {
    bottom: 8px;
    left: 0;
    position: absolute;
    width: 150px;
}



	
	#map img {
    height: 90px;
    margin: auto;
    padding: 0;
    text-align: center;
	}

	#texte-projet {
		width: 100%;
		 margin: 0;
	}
	#texte-projet p {
		font-size: 10px;
	}

	#acces {
		background-color: #CEBFD8;
		top: -20px;
		width: 30%;
	}


	#tarifs {
		background-color: #FF3333;
		top: -20px;
		left: 90px;
		width: 30%;
	}
	
	#date {
    background-color: #FFC45C;
    top: -20px;
	left: -20px;
    width: 30%;
	}
	
	
	#slider h1 {
	  
		font-size: 20px;

	}
	
	
	#slider p {
		font-size: 12px;
	}
	
	#text_jouet {
    bottom: 0;
    font-size: 27px;
    position: absolute;
	}
	#map {
	display: none;
	}
	#map img {
	display: none;
	}
	
}


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

	#slogan, #presentation, #presentation2
	{
	display:none;
	}
	
	
	
	#logo img
	{
	width:200px;
	}
	
	#slider {
	top:25%;
	left:5%;
	}
	
	#bt_lien
	{
	left: 40px;
    top: 250px;
	}
	.a
	{
		width: 320px !important;
		height: 150px !important;
	}
	
	.b
	{
		width: 320px !important;
		height: 150px !important;
	}
	#carte {
    bottom: 0;
    display: block;
    float: right;
    margin-right: 5px;
	height: 60%;
    min-width: 0;
    position: absolute;
    right: 0;
    width: 250px;
	}
	
	#fourchette{
    padding-bottom: 7px;
    padding-left: 150px;
    padding-top: 0;
    text-align: center;
    width: 30%;
	}
	
	#choix {
    background: url("../img/coffre.png") no-repeat scroll 0 0 / contain transparent;
    bottom: 0;
    height: 30%;
    width: 150px;
}
	#choix:hover{
    background: url("../img/coffre-hover.png") no-repeat scroll 0 0 / cover transparent;
    bottom: 0;
    height: 30%;
    width: 150px;
	}

	.jouet {
		width: 140px;
	}
	#list_jouet {
		padding: 5px 5px 0;
		text-align: left;
		width: 100%;
	}

	.bouton a {
	left: 0;
	}
		
	#nom_rubrique {
		font-size: 55px;
		margin-bottom: 0;
		margin-left: 15px;
	}
	.bouton a {

    font-size: 60px;
    height: 150px;  
    width: 250px;
	padding-top: 30px;
 
}
	
	#text_nbrjouet
	{
	padding-top: 5px
	}
	
	#text_nbrjouet {
    bottom: 108px;
    left: 0;
    position: absolute;
    width: 350px;
	font-size: 50px
}



	
	#map img {
    height: 90px;
    margin: auto;
    padding: 0;
    text-align: center;
	}

	#texte-projet {
		width: 100%;
		 margin: 0;
	}
	#texte-projet p {
		font-size: 10px;
	}

	#acces {
		background-color: #CEBFD8;
		top: -20px;
		left: 400px;
		width: 50%;
	}


	#tarifs {
		background-color: #FF3333;
		top: 300px;
		left: 90px;
		width: 50%;
	}
	
	#date {
    background-color: #FFC45C;
    top: -20px;
	left: -20px;
    width: 50%;
	}
	
	
	#slider h1 {
	  
		font-size: 50px;

	}
	
	
	#slider p {
		font-size: 25px;
	}
	
	#text_jouet {
    bottom: 0;
    font-size: 27px;
    position: absolute;
	}
	#map {
	display: none;
	}
	#map img {
	display: none;
	}
}

@media screen and (min-width: 320px)and (max-width: 700px){

	#slogan, #presentation, #presentation2
	{
	display:none;
	}
	
	#logo
	{
	left:5%;
	}
	
	#logo img
	{
	width:200px;
	}
	
	#slider {
	top:25%;
	left:5%;
	}
	
	#bt_lien
	{
	top: 150px;
	left: 20px;
	}
	#image 
	{
		width: 100%;
	}
	
	.a
	{
		width: 280px !important;
		height: 105px !important;
	}
	
	.b
	{
		width: 280px !important;
		height: 105px !important;
	}
	
	#bt_lien {  
    top: 190px;
	}
	
	
	#fourchette {
	padding-bottom: 0px;
		padding-left: 100px;
	}
	.jouet {
    width: 38px;
}


	#form {
		padding-bottom: 15px;
		padding-left: 20px;
		width: 100%;
	}
	
	#carte {
    height: 48%;
    margin-right: 2px;
    width: 110px;
}
	#coffre
	{
	height: 80%;
	width: 50%;
	}
	
	#text_nbrjouet {
    font-size: 14px;
    position: absolute;
    width: 100px;
	}
	

	
	#slider p {
    font-size: 11px;
	}
	
	
	#tarifs {
    left: 70px;
	}
	
	#map {
	display: none;
	}
	#map img {
	display: none;
	}
	
	#text_jouet {
    bottom: 0;
    font-size: 27px;
    position: absolute;
	}
}
@media (max-width: 700px) and (orientation: landscape) 
{

.a
	{
		width: 240px !important;
		height: 90px !important;
	}
	
	.b
	{
		width: 240px !important;
		height: 90px !important;
	}
	
	#bt_lien {

    left: -70px;
    top: 20px;
	}

}



@media screen and (miw-width: 0px) and (max-width: 320px)) {
	.nav {
		position: relative;
		min-height: 40px;
	}	
	.nav ul {
		width: 180px;
		padding: 0;
		position: absolute;
		top: 0;
		left: 0;
		background: #6c7388;
	}
	.nav li {
		display: none; /* hide all <li> items */
		margin: 0;
	}
	.nav .current {
		display: block; /* show only current <li> item */
		background: #a9b4d5;
	}
	.nav a {
		display: block;
		padding: 5px 5px 5px 32px;
		text-align: left;
	}
	.nav .current a {
		background: none;
		color: #666;
		background: #a9b4d5;
	}

	/* on nav hover */
	.nav ul:hover {
		background-image: none;
	}
	.nav ul:hover li {
		display: block;
		margin: 0 0 5px;
	}
	.nav ul:hover .current {
		/*background: url(.../img/icon-check.png) no-repeat 10px 7px;*/
	}

	/* right nav */
	.nav.right ul {
		left: auto;
		right: 0;
	}

	/* center nav */
	.nav.center ul {
		left: 50%;
		margin-left: -90px;
	}
	
}
