/*
    Les Mutins de Pangée
	Bruno Bartkowiak
	wwww.brunobartkowiak.com
	contact@brunobartkowiak.com
	juin 2016
*/



/*	RESPONSIVE MEDIA QUERIES */

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

	html {background: #f9f3e5 url(../_gfx/bg-mainwrapper.jpg) center top repeat-y;}
	body {font-size: 1em; background: #f9f3e5 url(../_gfx/bg-mainwrapper.jpg) center top repeat-y;}

	#mainWrapper {width: 760px; margin: 0 auto; padding: 0;}

	#header {width: auto; max-width: 760px; height: auto; background: none;}
	  #header a#logoMutins {display: block; float: none; width: auto; height: auto; margin: 0 auto; text-align: center}
      	#header a#logoMutins img {max-width: 740px; height: auto;}
	  #header .animation {display: none;}


	#burger {display: block;  width: auto; height: 32px; padding: 0 6px 0 33px; margin: 0 10px 20px 10px; background: #000 url(../_gfx/burger2.png) 5px center no-repeat; background-size: 20px; font-size: 1.8em; line-height: 33px; text-transform: uppercase; font-family: typoCustom, 'Arial black', 'arial', sans-serif; letter-spacing: 0.05em; font-weight: normal;  text-align: left; color: #f9f3e5; cursor: pointer;}
	#mainMenu {float: none; width: 147px; margin: 0 auto 20px auto; padding: 0px 593px 10px 0px;}
	#mainMenu.closed {display: none;}
		#mainMenu ul#rubriques {padding-top: 0; background: none;}
	
	
	#menuBoutique {margin-left: 0px; margin-right: 10px;}


	
	 
	#footer {width: auto; max-width: 760px;padding: 0px 0 20px 0px; margin: 0 auto; background: none;}


}


/*
@media screen and (max-width: 760px) {
	
	#mainWrapper {width: auto; width: 508px;}

	#header {width: auto; max-width: 508px; height: auto; background: none;}
	  #header a#logoMutins {display: block; float: none;  margin: 0 auto; text-align: center}
      	#header a#logoMutins img {max-width: 488px; height: auto;}

	#mainContent, #rub0 #mainContent {width: 508px;}

	.listeCatalogue {width: 508px;}
	
}

*/