


/* media queries */
@media only screen and (max-width:600px){
	.main { display: none; }

	.siteContainer {
		width: 100%;
		background: #000;
		margin: 0;
		padding: 0;
		position: static;
		left: 0;
	}

	.header,
	.en .header,
	.de .header {
		width: 100%;
		height: 236px;
		background-image: url(mobile/header.jpg);
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.logo {
		width: 243px;
		height: 100px;
		display: block;
		position: absolute;
		top: 50px;
		left: 50%;
		margin-left: -121px;
		background: transparent url(mobile/logo-fr.png) 0 0 no-repeat;
	}
	.en .logo {
		width: 207px;
		margin-left: -103px;
		background: transparent url(mobile/logo-en.png) 0 0 no-repeat;
		background-size: 100%;
	}
	.de .logo {
		width: 206px;
		margin-left: -103px;
		background: transparent url(mobile/logo-de.png) 0 0 no-repeat;
		background-size: 100%;
	}

	#choixLangue,
	#choixLangue:hover {
		margin: 0;
		position: absolute;
		top: 10px;
		right: 10px;
		width: 48px;
		height: 25px;
		background: #3e5a9c url(mobile/choix-langue.png) 0 0 no-repeat;
		border-radius: 5px;
		z-index: 100;
	}
	#choixLangue.open {
		width: 48px;
		height: 83px;
		background: #3e5a9c url(mobile/choix-langue.png) -48px 0 no-repeat;
	}
	#choixLangue a {
		width: 24px;
		height: 12px;
		margin: 7px 0 0 4px;
		background: url(mobile/flags.png) 0 0 no-repeat;
	}
	#linkFr, #linkUs, #linkEn, #linkDe {  }
	#linkFr {}
	#choixLangue a#linkUs { background-position: 0 -12px; }
	#choixLangue a#linkEn { background-position: 0 -24px; }
	#choixLangue a#linkDe { background-position: 0 -36px; }



	/* ids et classes dynamiques -> jquery */
	#social{ float: left; margin: 10px 0 0 10px; }
	#social .youtubeBtn {
		width: 63px;
		height: 25px;
		display: inline-block;
		margin-right: 10px;
		background: url(mobile/youtube.png) 0 0 no-repeat;
	}
	#social .facebookBtn {
		width: 75px;
		height: 25px;
		display: inline-block;
		background: url(mobile/facebook.png) 0 0 no-repeat;
/*		background-size: cover;*/
	}
	#social .gplusBtn {
		width: 43px;
		height: 25px;
		display: inline-block;
		background: url(mobile/gplus.png) 0 0 no-repeat;
/*		background-size: cover;*/
	}
	#social .twitterBtn {
		width: 75px;
		height: 25px;
		display: inline-block;
		background: url(mobile/twitter.png) 0 0 no-repeat;
/*		background-size: cover;*/
	}
	#actions{
		position: relative;
		width: 100%;
		margin: -1em 0 0;
		overflow: hidden;
	}
	#actions a {
		width: 46%;
		display: block;
		float: left;
		margin: 0 2% 10px;
	}
	#actions a.venir,
	#actions a.venirEnFamille{
		width: 96%;
		margin: 0 2% 15px;
	}
	#actions a img { max-width: 100%; }

	#menu{}
	#menu > ul { margin: 0; padding: 0;}
	#menu .topMenu > li {
		  background: #445375;
                border-bottom: 1px solid #000;
	}
	#menu .topMenu li > a {
		display: block;
		color: #fff;
		text-decoration: none;
		height: 39px;
		line-height: 39px;
		padding-left: 10px;
	}
	#menu .topMenu li.withSub a.withSub { background: url(mobile/nav-withSub.png) 97% 13px no-repeat; }
	#menu .topMenu li.menuOpen a.withSub { background: url(mobile/nav-withSub.png) 97% -35px no-repeat; }

	#menu .topMenu li ul.submenu {
		display: none;
		padding: 0;
	}
	#menu .topMenu li ul.submenu > li {
		background: #000;
	}

	#menu .topMenu li ul.submenu li > a.contentToggle {
		height: 25px;
		line-height: 25px;
		font-size: 12px;
		padding-left: 20px;
		background: url(mobile/nav-withSub.png) 93% 6px no-repeat;
	}
	#menu .topMenu li ul.submenu li > a.contentToggle.contentOpen {
		background: url(mobile/nav-withSub.png) 93% -44px no-repeat;
	}

	.ajaxContent{
		display: none;
		background: #eee;
		padding: 5px 10px;
		font-size: 12px;
	}

	.ajaxContent h1 {
		font-size: 16px;
		color: #445375;
		background: none;
		padding: 0;
		margin: 0 0 10px;
	}

	.ajaxContent h3 {
		font-size: 13px;
		margin: 0 5px;
	}

	.ajaxContent strong {
		font-size: 13px;
	}

	.ajaxContent p {
		margin: 0 0 10px;
	}

	.ajaxContent img {
		max-width: 100%;
	}

	.ajaxContent a {
	font-weight:bold;
	color:#445375;
	}


	.newsletterPart {
		padding: 5px 10px;
		width: 100%;
		height: 45px;
		background: #000;
		position: relative;
	}

	.newsletterPart .titre {
		float: left;
		font-size: 14px;
		font-weight: bold;
		padding: 0;
		width: 100%;
	}

	.newsletterPart input#email {
		width: 315px;
		height: 28px;
		background: #2d364c;
		border: 2px solid #2d364c;
		border-radius: 17px;
		text-align: center;
		box-shadow: inset 0 5px 5px rgba(0,0,0,0.5);
		color: #FFF;
		font-size: 14px;
		font-weight: bold;
		margin-right: 5px;
	}

	.newsletterPart input#submit {
		background: #2d364c;
		height: 28px;
                width: 28px;
		padding: 0;
		border-radius: 17px;
		font-size: 14px;
		font-weight: bold;
		text-transform: uppercase;
		margin:0;
	}
#mailing_list_result{top:-6px;}
	#newsletterError,
	#newsletterSuccess {
		background: #810000;
		color: #fff;
		font: 11px Arial, sans-serif;
		padding: 5px;
		border-radius: 5px;
		position: absolute;
		top:-32px;
		left: 80px;
		box-shadow: 0 0 5px rgba(0,0,0,0.7);
		display: none;
	}
	#newsletterError:before,
	#newsletterSuccess:before {
		border:solid;
		border-color:#810000 transparent;
		border-width:6px 6px 0 6px;
		bottom:-6px;
		content:"";
		display:block;
		left:50px;
		position:absolute;
		z-index:99
   }
   #newsletterSuccess {
	   background: #387500;
   }
   #newsletterSuccess:before {
	   border-color:#387500 transparent;
   }


   /* FOOTER STUFF --------- */
   .footer {
		position: static;
		width: auto;
/*		padding: 135px 10px 10px;*/
		padding: 0 10px 10px;
		background: #000 url(mobile/footer-bg.png) no-repeat center top;
	}

	.en .footer {
		background: #000 url(mobile/footer-bg-en.png) no-repeat center top;
	}

	.de .footer {
		background: #000 url(mobile/footer-bg-de.png) no-repeat center top;
	}

	.footer .ligne1 { padding: 0 0 15px; }

	.footer .ligne1 li{
		white-space: nowrap;
	}

	.footer .ligne1 a {
		border-left: 1px solid #D5BA99;
		text-decoration: underline;
	}

	.footer .ligne1 li:first-child a { border: none; }

	.footer .ligne2 {
		padding: 90px 0 0;
		background: #000 url(mobile/footer-bg2.png) no-repeat center top;
	}

	.appStore{
		background: #000 url(mobile/btn-appstore_mobile-uk.png) no-repeat center top;
		height: 68px;
		width: 100%;
		text-indent: -9999px;
		display: block;
	}
	.googlePlay{
		background: #000 url(mobile/btn-googleplay_mobile-uk.png) no-repeat center top;
		height: 54px;
		width: 100%;
		text-indent: -9999px;
		display: block;
	}

	.appIntro{
		padding: 0;
		margin: 10px 0 0;
	}

	.iphoneApp{
		background: #000 url(mobile/btn-android_mobile-fr.png) no-repeat center top;
		height: 135px;
		text-indent: -9999px;
		display: block;
	}

	.de .iphoneApp{ background: #000 url(mobile/btn-android_mobile-de.png) no-repeat center top; }
	.en .iphoneApp{ background: #000 url(mobile/btn-android_mobile-uk.png) no-repeat center top; }










	/* loading indicator */
	#loading {
		position: absolute;
		top:0; left:0; bottom:0; right:0;
		background: rgba(0,0,0,0.8) url(mobile/ajax-loader.gif) center center no-repeat;
		z-index: 9999;
		display: none;
		text-align: center;
		padding-top: 20%;
	}


	/* popin */
	#popin{
		position: absolute;
		top:0; left:0; bottom:0; right:0;
/*		background: #A28969;*/
		background: rgba(0,0,0,0.8);
		z-index: 999;
		display: none;
		padding: 5px;
		font-size: 12px;
	}

	#popin #closeButton{
		background: #A28969;
		color: #fff;
		font-weight: bold;
		display: block;
		float: right;
		padding: 3px 5px;
		border-radius: 3px;
		position: absolute;
		top: 9px;
		right: 9px;
		text-decoration: none;
		z-index: 9999;
	}

	#popin .whiteContent{
		clear: both;
		padding: 0 0 15px;
		background: #FEF6DF;
		margin: 0 0 10px;
/*		box-shadow: 0 3px 5px #7d6345;*/
		border-radius: 5px;
		padding: 5px 10px 10px;
	}

	#popin .whiteContent h1{
		background: none;
		font-size: 16px;
		padding: 0 0 5px;
	}

	#popin .whiteContent a{
		color: #A28969;
	}

	#popin .whiteContent .txtLibrairierContainer{
		width: auto;
	}

	#popin .whiteContent .txtLibrairierContainer p{
/*		font-size: 12px;*/
	}

	#popin .whiteContent .bottom{
		height: auto;
	}

	#popin p.message {
/*		font-size: 12px;*/
		padding: 0;
		margin: 0 0 10px;
	}

	#popin label{
/*		font-size: 12px;*/
		display: block;
		font-weight: bold;
		margin: 10px 0 5px;
	}

	#popin input[type="text"],
	#popin textarea{
		width: 96%;
	}

	#popin br{
		display: block;
	}

	#popin .btnJaune * {
		height: auto;
	}

	#popin .btnJaune{
		padding: 10px 0;
		text-align: center;
		margin: 0;
		float: none;
		clear: both;
	}

	#popin .btnJaune a.jauneMiddle{
	background: #A28969;
	background: -moz-linear-gradient(top, #DABF9D 0%, #A28969 100%);
	background: -webkit-linear-gradient(top, #DABF9D 0%, #A28969 100%);
	background: -ms-linear-gradient(top, #DABF9D 0%, #A28969 100%);
    border-radius: 5px;
    box-shadow: 0 4px 0px #7d6345;
    color: #000;
    display: block;
    padding: 7px 10px;
    width: auto;
	margin: 0 auto;
	color: #fff;
	text-shadow: 0 1px 1px #7D6345;
	display: inline;
	float: none;
	}
}

@media only screen and (max-width:320px){
	input.champsEmail { width: 165px; }
}