/*rosemaine_u*/
/*
 * responsive.custom.css is for custom media queries that are not set via the
 * theme settings, such as cascading media queries.
 *
 * By default all the other responsive stylesheets used in Adaptivetheme use a
 * "stacking method", however cascading media queries use a waterfall method so
 * you can leverage the cascade and inheritance for all browsers that support
 * media queries.
 *
 * @SEE http://zomigi.com/blog/essential-considerations-for-crafting-quality-media-queries/#mq-overlap-stack
 *
 * NOTE: this file loads by default, to disable go to your theme settings and
 * look under the "CSS" settings tab.
 */

 
@media only screen and (max-width: 480px) {
 
  .region[class*="float-blocks"] .block { float: none; width: 100%;  }
  .region-leaderboard {margin-top: 40px !important;}
  
 }

@media only screen and (max-width: 900px) and (min-width: 651px)  {
	#menu-bar nav.block-superfish a {font-size: 1em !important;}
	#block-menu-menu-annexes a {font-size: 1em;}
}

@media only screen and (max-width: 970px) and (min-width: 651px)  {
	#menu-bar nav.block-superfish li {width: 85% !important;}
	
}

@media only screen and (max-width: 650px) {
	#menu-bar nav.block-superfish a {font-size: 1em !important;}
	#menu-bar nav.block-superfish li {width: 95% !important;}
	#block-menu-menu-annexes a {font-size: 0.8em;}
	body {font-size: 80% !important;}	
}
@media only screen and (max-width: 480px) {
	body {min-width: 500px;}
}

@media only screen and (max-width: 1040px) and (min-width: 901px)  {		
	#menu-bar nav.block-superfish a {font-size: 1.2em;}
} 

@media only screen and (max-width: 1024px) {
	.page-accueil .view-display-id-block_accordion_article {width: 95% !important;}
}