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

/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin: 0;
}
ol, ul {
	list-style: none;
	margin: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*** GLOBAL ***/
::-moz-selection {
  background-color: #23232C;
  color: #ffffff;
}
::selection {
  background-color: #23232C;
  color: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main{
	display: block;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}


/*** FONT ***/

html {
 font-size: 60%;
 font-size: calc(1em * .7);
}

body {
  font-family: "Bricolage Grotesque", sans-serif;
  font-optical-sizing: auto;
 font-size: 1.2em; /* 16px */
 font-weight: 200;
 color: #000;
 line-height: 1.6;
}
em {font-style: italic;}
strong {font-weight: 600;}
h1, h2{position: relative; font-size:  1.6em; font-weight: 600; margin: 0; padding: 0; margin-block: 0; z-index: 10;}
.adresse-pgme{position: relative;display: inline-block;background-color: #fff168;margin:0 0 0 15em;padding: 0 0.5em;font-size: 0.8em; line-height: 2.5em; z-index: 10; color: #000; text-decoration: underline;}

.fd-jaune{display:inline-block;background-color: #fff168; padding: 0 0.2em; margin: 0;}
.fd-vert{display:inline-block;background-color: #abd7c4; padding: 0 0.2em; margin: 0;}

h3, h4{font-size: 1.4em; font-weight: 400; line-height: 1.2em;  margin-top: 0.2em;}
p{font-size: 1em; margin-bottom: 0.2em;}

@media (min-width: 900px) {
   body {
       font-size: 1.4em; /* 16px */
   }
}
@media (min-width: 1000px) {
   body {
       font-size: 1.6em; /* 16px */
   }
}
@media (min-width: 1100px) {
   body {
       font-size: 1.8em; /* 16px */
   }
}
@media (max-width: 450px) {
   body {
       font-size: 0.9em; /* 16px */
   }
}


 /* MENU */
 .header{	
	width: 100%;
	background-color: #fff168;
}
.header__content{
	display: block;
	padding: 0 2em;
	height: 150px;
	text-align: center;
}
.logo{
	position: relative;
	display: block;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/les-concerts-millesimes.png");
	background-size: 250px;
	background-repeat: no-repeat;
	background-position: center;
	text-indent: -999em;
}
	.header__menu{
		display: flex; align-items: center; justify-content: center;
		padding: 1em 0;
		}
	.header__menu__item{
		display: flex;
		padding: 0 0.5em;	
		font-weight: 600;
		font-size: 1em;
		text-transform: uppercase;
		background-color: #fff168;
		margin-bottom: 0;
		}
	.header__menu__link{
		font-weight: 200;
		background-color: #abd7c4;
		color: #000;
		margin: 0 0.1em;}
	.header__menu__link:hover{
		background-color: #a8a9d5;}

/* CONTENU */
.blk__home{background-color: #fff168; max-width: 1000px; margin:2em auto; padding:2em ;}
.contenu{ display: block; width: 100%; max-width: 1200px; padding: 4em 0; margin: 0 auto;}
.contenu__infos{ display: flex; width: 100%; max-width: 1000px; padding: 2em 4em; margin:2em auto; flex-wrap:wrap;}
.contenu__infos__items{display: block; width:100% }


.blk__titre{display: block;position: relative;}
.blk__titre-text{display: block; position: absolute; top:1em;}
.img-pgme{display: block; position: relative; width: 100%; z-index: 1; max-width: 800px;}

.img-pgme-tatanka{padding-top: 3em;}

.heure__pgme{background-repeat: no-repeat; padding: 1em 1em 0 1em;}
.heure__pgme-1{background-image: url(../img/bulle1.png);background-size: 3.5em; }
.heure__pgme-2{background-image: url(../img/bulle2.png);background-size: 7em;}
.heure__pgme-3{background-image: url(../img/bulle2.png);background-size: 4em; background-position: 0em 0.5em;}
.heure__pgme-4{background-image: url(../img/bulle2.png);background-size: 9em; background-position: 0.5em 0em;}


.distrib{font-size: 0.8em; line-height:1.1em ; padding: 1em 0 1em 4em;}
.distrib p{margin-top: 0.5em;}
.titre-distrib{color:#a8a9d5; font-weight: 600;}


.separation{display: block;height: 1px; margin: 2em 0; background-color: #a8a9d5;}

.titre__infos{margin:2em 0 0 0; width: 100%;}
.infos__plus{display: inline-block; background-color: #fff168; padding: 0 0.2em; font-weight: 600;}

/* FOOTER */
.footer{display: block; width: 100%; margin-top: 2em; background-color: #fff168; padding:3em 0 0 0 ; text-align: center;}
.footer__contenu{display: block; font-size: 0.8em; color: #000;}
.blk__logo__footer{display: flex; align-items: center; justify-content: center; flex-wrap: wrap;}
.logo__footer-img{margin: 1em 1em; max-height: 50px;}



/* GRAND ECRAN ----------------------------*/

@media (min-width:800px)
	{
	/* MENU */
	.header__content{display: flex;	align-items: center;justify-content:space-between;;height: 200px; max-width: 1200px; padding: 0 7em; margin: 0 auto;}
	
	.logo{
	width: 329px;
	display: block;
	background-size: 100%;}



	
	/* CONTENU */
	.contenu__infos__items{display: block; margin: 2.5%; width: 45%;}
	.adresse-pgme:hover{background-color: #a8a9d5;}
	.blk__home{width: 80%; padding: 2em; font-size: 0.7em;}
	
	.blk__flex{display: flex; width: 100%; padding: 0; align-items: center;}
		
	.blk__1-3{display: block; width: 33%; }
	.blk__1-2{display: block; width: 50%;}
	.blk__2-3{display: block; width: 66%;}
	.blk__3-3{display: block; width: 100%;}

	.logo__footer-img{max-height:none;}
	}