/*
Theme Name:         Maison de la Nutrition
Theme URI:
Description:        Thème Maison de la Nutrition basé sur le Framework Foundation 6
Version:            1.0
Author:             Coutelot Stéphane
Author URI:         http://coutelot-stephane.com/
*/

/* ----------------------------------------------------------------------------

  Unfortunately WordPress will require a style.css file
  located in the theme's root folder for stuff to work.

  However, we will not be using vanilla CSS. We're using Sass.

  Sass is a superset of CSS that adds in amazing features
  such as variables, nested selectors and loops. It's also
  the easiest way to customize Foundation.

  All Sass files are located in the /assets/scss folder.
  Please note that none of your scss files will be compiled to /stylesheets/foundation.css before you run
  'npm run watch' or 'npm run build'.

  Please read the README.md file before getting started. More info on how
  to use Sass with Foundation can be found here:
  http://foundation.zurb.com/docs/sass.html

  If you for some reason would like to write plain css instead of using Sass,
  you could just enqueue this file (style.css) to the header and add your styles in this file

---------------------------------------------------------------------------- */


.disco-banner{
	display:flex;
	align-items: center;
	background: #352727;
	margin: 40px 15px 0 !important;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
	max-height: 150px;
}

.disco-banner > div:first-child{
	padding:0;
}
.disco-banner .disco-banner-content{padding-left:4rem;}
.disco-banner h1, .disco-banner h2{margin-bottom:0;}
.disco-banner h1{color:#b9de21;font-size:1.5rem;font-weight:700;}
.disco-banner h2{color:#e7683f;font-size:1.25rem;font-weight:400;text-transform: inherit;}

.disco-en-savoir-plus{text-align:center;}
a.button-accueil{margin-bottom:0;text-transform: uppercase;}



@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {
		.disco-banner{
			flex-direction: column;
			max-height:inherit;
			margin: 15px !important;
			}
		.disco-banner .disco-banner-content{padding:10px;;}
		a.button-accueil{margin-bottom:20px;;}
}