/*
#@squelettes/css/perso.less
*/
/*
@font-face {
	font-family: 'Roboto Slab';
	src: url('RobotoSlab-Light.eot');
	src: url('RobotoSlab-Light.eot?#iefix') format('embedded-opentype'),
		url('RobotoSlab-Light.woff') format('woff'),
		url('RobotoSlab-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('RobotoSlab-Bold.eot');
	src: url('RobotoSlab-Bold.eot?#iefix') format('embedded-opentype'),
		url('RobotoSlab-Bold.woff') format('woff'),
		url('RobotoSlab-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('RobotoSlab-Thin.eot');
	src: url('RobotoSlab-Thin.eot?#iefix') format('embedded-opentype'),
		url('RobotoSlab-Thin.woff') format('woff'),
		url('RobotoSlab-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Roboto Slab';
	src: url('RobotoSlab-Regular.eot');
	src: url('RobotoSlab-Regular.eot?#iefix') format('embedded-opentype'),
		url('RobotoSlab-Regular.woff') format('woff'),
		url('RobotoSlab-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400;
  src: local('Playfair Display'), local('PlayfairDisplay-Regular'), url('playfairdisplay.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}


*/
/* Special Font containing the Cantillon icon */
@font-face {
  font-family: 'canti-web';
  src: url('//www.cantillon.be/squelettes/css/canti-web.eot');
  src: url('//www.cantillon.be/squelettes/css/canti-web.eot#iefix') format('embedded-opentype'), url('//www.cantillon.be/squelettes/css/canti-web.woff2') format('woff2'), url('//www.cantillon.be/squelettes/css/canti-web.woff') format('woff'), url('//www.cantillon.be/squelettes/css/canti-web.ttf') format('truetype'), url('//www.cantillon.be/squelettes/css/canti-web.svg#canti-web') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'canti-web';
    src: url('../font/canti-web.svg?41220328#canti-web') format('svg');
  }
}
*/
[class^="fontello"]:before,
[class*=" fontello"]:before {
  font-family: "canti-web";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.fontellobonhomme:before {
  content: '\e800';
}
/* '' */
.fontelloattention-circled:before {
  content: '\e801';
}
/* '' */
.fontelloattention:before {
  content: '\e802';
}
/* '' */
.fontelloattention-alt:before {
  content: '\f12a';
}
/* '' */
#icones,
#bieres,
#fiche_biere,
#histoire_biere,
#musee .fond-1 {
  background-color: #eae6e1;
}
#evenements,
#bieres .icone,
#mot_brasseur_biere,
#musee .fond-2 {
  background-color: #eae6e1;
}
/*#flexiflex section:nth-child(odd){background-color:@bg-color-1;}
#flexiflex section:nth-child(even){background-color:@bg-color-2;}*/
body {
  overflow-x: hidden;
  font-family: "Roboto Slab", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  background-color: #eae6e1;
  color: #342e26;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #95784f;
}
p {
  line-height: 1.57142857;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
  background-color: transparent;
}
a {
  color: #95784f;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #915807;
}
h1,
h2,
h3,
h4,
h5,
h6,
#news .newsitem strong,
.h1 {
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  text-transform: initial;
}
h1.titre {
  font-size: 1.5em;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f7f7;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: #ffffff;
  background-color: #95784f;
  border-color: #95784f;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #745e3d;
  border-color: #6d583a;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #95784f;
  border-color: #95784f;
}
.btn-primary .badge {
  color: #95784f;
  background-color: #ffffff;
}
.btn-xl {
  color: #ffffff;
  background-color: #95784f;
  border-color: #95784f;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #ffffff;
  background-color: #745e3d;
  border-color: #6d583a;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #95784f;
  border-color: #95784f;
}
.btn-xl .badge {
  color: #95784f;
  background-color: #ffffff;
}
.style-titres .texte a:hover,
.style-titres .texte a:focus {
  color: #342e26;
}
.style-titres .texte .titre {
  text-align: left;
  background-color: #b89e79;
  color: #ffffff;
  padding: 0.5em;
}
.style-icones {
  text-align: center;
}
.style-icones .icone {
  margin-bottom: 2em;
}
.style-icones .icone h1 {
  background-color: #b89e79;
  color: #ffffff;
  text-transform: initial;
  font-size: 1.5em;
  padding: 0.5em 0.4em 0.4em;
  margin-bottom: 0;
  box-sizing: border-box;
}
.style-icones .icone.dispo-oui h1 {
  border-bottom: 0.3em solid #89ac10;
}
.style-icones .icone.dispo-non h1 {
  border-bottom: 0.3em solid #a73420;
}
.style-icones .icone .logo img {
  margin: 0 auto;
}
.style-icones .icone .legende {
  padding: 0.6em 0.4em;
  background-color: #ffffff;
  font-size: 1em;
  color: #342e26;
}
.style-icones .icone .legende:hover {
  color: #080706;
}
.style-icones .icone .legende p {
  margin-bottom: 0;
}
.style-icones .icone a:hover h1,
.style-icones .icone a:focus h1,
.style-icones .icone a:active h1 {
  color: #342e26;
}
header {
  z-index: 10;
  background-repeat: none;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: white;
}
header .parallax-container {
  min-height: 45.0vh;
  background: transparent;
}
header .intro-text {
  position: absolute;
  z-index: 10;
  width: 100%;
  padding-top: 9vh;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-size: 9vw;
  line-height: 9vw;
}
header .intro-text .intro-lead-in {
  margin-bottom: 3vh;
  background-image: url('//www.cantillon.be/squelettes/img/Cantillon-Logo-quick.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  height: 10vw;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
header .intro-text .intro-heading {
  font-size: 50%;
  line-height: 50%;
  margin-bottom: 6vh;
}
header .intro-text .fontellobonhomme {
  font-size: 5.0vh;
  padding-top: 2.0vh;
}
@media (min-width: 768px) {
  header .parallax-container {
    min-height: 60.0vh;
  }
  header .intro-text {
    font-size: 7vw;
  }
  header .intro-text .intro-lead-in {
    height: 8vw;
  }
  header .intro-text .fontellobonhomme {
    font-size: 5vmax;
    padding-top: 2em;
  }
}
@media (min-width: 992px) {
  header .parallax-container {
    min-height: 60.0vh;
  }
  header .intro-text .intro-heading {
    font-size: 30%;
    line-height: 30%;
    margin-bottom: 7vh;
  }
  header .intro-text .fontellobonhomme {
    font-size: 5vmax;
  }
}
@media (min-width: 1200px) {
  header .intro-text .intro-heading {
    margin-bottom: 5vh;
  }
  header .intro-text .fontellobonhomme {
    font-size: 5vmax;
    padding-top: 0.8em;
  }
}
.formulaire_menu_lang {
  z-index: 1000;
  float: right;
  background: none;
  padding: 0;
}
.formulaire_menu_lang .nav {
  margin-bottom: 0;
}
.formulaire_menu_lang .nav > li > a {
  color: #ffffff;
}
.formulaire_menu_lang .nav > li > a.current {
  color: #342e26;
}
.formulaire_menu_lang .nav > li > a:hover,
.formulaire_menu_lang .nav > li > a:focus {
  background-color: transparent !important;
  color: #342e26;
}
#lang-desktop .formulaire_menu_lang {
  background-color: rgba(128, 128, 128, 0.5);
  margin-top: 1vw;
}
#lang-mobile .formulaire_menu_lang {
  z-index: 10000;
  padding: 0;
  padding: 5px 10px;
}
#lang-mobile .formulaire_menu_lang .nav li a {
  text-transform: none;
  padding: 10px 7px;
}
#lang-mobile .formulaire_menu_lang .nav > li > a:hover,
#lang-mobile .formulaire_menu_lang .nav > li > a.current {
  color: #342e26;
}
#lang-mobile {
  float: left;
}
@media (min-width: 768px) {
  #lang-mobile {
    display: none;
  }
}
@media (max-width: 767px) {
  #lang-desktop {
    display: none;
  }
}
.navbar {
  margin-bottom: 0;
}
.navbar-default {
  background-color: #b89e79;
}
.navbar-default #nav-deco {
  position: absolute;
  z-index: 1000 !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  width: 78px;
  height: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 4px;
  background-color: #b89e79;
  -webkit-border-bottom-right-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-radius-bottomright: 50%;
  -moz-border-radius-bottomleft: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  opacity: 1;
  display: table;
  bottom: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s;
}
.navbar-default #nav-deco .fontellobonhomme {
  font-size: 1px;
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.25s ease 0.3s;
  -moz-transition: all 0.25s ease  0.3s;
  -o-transition: all 0.25s ease  0.3s;
  transition: all 0.25s  0.3;
}
.navbar-default #nav-deco.sticky {
  bottom: -39px;
  height: 78px;
}
.navbar-default #nav-deco.sticky .fontellobonhomme {
  font-size: 40px;
  opacity: 1;
}
@media (min-width: 768px) {
  .navbar-default .container > .navbar-header,
  .navbar-default .container-fluid > .navbar-header,
  .navbar-default .container > .navbar-collapse,
  .navbar-default .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  .navbar-default .navbar-default .navbar-nav > li:first-child > a {
    margin-left: 0;
  }
}
.navbar-default .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
  position: relative;
  z-index: 100 !important;
  background-color: #b89e79;
}
.navbar-default .navbar-toggle {
  background-color: #b89e79;
  border-color: #ffffff;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #a68658;
}
.navbar-default .nav {
  z-index: 50;
}
.navbar-default .nav li a {
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  line-height: inherit;
  letter-spacing: 1px;
  font-size: 120%;
  color: #ffffff;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #342e26;
  outline: none;
}
.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #ffffff;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
@media (min-width: 768px) {
  .navbar-default {
    border: none;
    border-radius: 0;
    border-top: 1px solid #ffffff;
  }
}
/*.bg-holder {
		background-image:url('../img/canti_home_head.jpg'); 
		background-size:cover;
		height:600px;}*/
/*.container {position:absolute;z-index:10;}*/
footer {
  color: #ffffff;
  background-color: #b89e79;
  border-top: 1px solid #ffffff;
  font-size: 1em;
  padding: 15px 0;
  text-align: center;
}
footer span.copyright,
footer span.design {
  line-height: 40px;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Playfair Display', 'Roboto Slab', Georgia, "Times New Roman", Times, serif;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
  text-transform: uppercase;
  text-transform: none;
}
@media (min-width: 768px) {
  /* Sticky footer styles
	-------------------------------------------------- */
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    /* Margin bottom by footer height */
    margin-bottom: 70px;
  }
  footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 70px;
  }
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #fff;
  color: #b89e79;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #95784f;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
::-moz-selection {
  text-shadow: none;
  background: #95784f;
}
::selection {
  text-shadow: none;
  background: #95784f;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #95784f;
}
.videowrap {
  margin-bottom: 30px;
}
.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
/*#flexiflex, .page_rubrique #bieres, .page_rubrique #musee, .page_rubrique #evenements {
	padding-top:30px;
	@media(min-width:@screen-sm-min) {
		padding-top:60px;
	}
}*/
section {
  padding-top: 30px;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding-top: 60px;
  }
}
.page_sommaire #icones {
  text-align: center;
}
.page_sommaire #icones .icone {
  margin-bottom: 2em;
}
.page_sommaire #icones .icone h1 {
  background-color: #b89e79;
  color: #ffffff;
  text-transform: initial;
  font-size: 1.5em;
  padding: 0.5em 0.4em 0.4em;
  margin-bottom: 0;
  box-sizing: border-box;
}
.page_sommaire #icones .icone.dispo-oui h1 {
  border-bottom: 0.3em solid #89ac10;
}
.page_sommaire #icones .icone.dispo-non h1 {
  border-bottom: 0.3em solid #a73420;
}
.page_sommaire #icones .icone .logo img {
  margin: 0 auto;
}
.page_sommaire #icones .icone .legende {
  padding: 0.6em 0.4em;
  background-color: #ffffff;
  font-size: 1em;
  color: #342e26;
}
.page_sommaire #icones .icone .legende:hover {
  color: #080706;
}
.page_sommaire #icones .icone .legende p {
  margin-bottom: 0;
}
.page_sommaire #icones .icone a:hover h1,
.page_sommaire #icones .icone a:focus h1,
.page_sommaire #icones .icone a:active h1 {
  color: #342e26;
}
.page_sommaire #gen_info {
  background-color: #eae6e1;
}
.page_sommaire #gen_info .texte a:hover,
.page_sommaire #gen_info .texte a:focus {
  color: #342e26;
}
.page_sommaire #gen_info .texte .titre {
  text-align: left;
  background-color: #b89e79;
  color: #ffffff;
  padding: 0.5em;
}
.page_sommaire #gen_info .photo_brasserie_xs {
  margin-bottom: 1em;
}
.page_sommaire section#map,
.page_sommaire section#shop {
  text-align: center;
}
.page_sommaire #map {
  background-color: #eae6e1;
}
@media (max-width: 767px) {
  .page_sommaire section#map {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.page_sommaire #shop {
  background: url('//www.cantillon.be/squelettes/img/shop.xs.jpg') no-repeat center center;
  background-size: cover;
  background-clip: border-box;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.page_sommaire #shop:before {
  display: block;
  content: "";
  padding-top: 56.25%;
}
.page_sommaire #shop .vertical-centering-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.3);
}
.page_sommaire #shop .vertical-centering-wrapper div {
  display: table;
  height: 100%;
  width: 100%;
}
.page_sommaire #shop .vertical-centering-wrapper div div {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.page_sommaire #shop .vertical-centering-wrapper div div h1 {
  color: #ffffff;
  text-shadow: 4px 4px 8px rgba(150, 150, 150, 0.5);
}
.page_sommaire #shop .vertical-centering-wrapper div div h1 span {
  background-color: rgba(128, 128, 128, 0.5);
  padding: 0.5em;
}
.page_sommaire #shop .legende {
  color: #ffffff;
  font-style: italic;
  text-align: right;
  margin-right: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  .page_sommaire #shop {
    background-image: url('//www.cantillon.be/squelettes/img/shop.sm.jpg');
  }
}
@media (min-width: 992px) {
  .page_sommaire #shop {
    background-image: url('//www.cantillon.be/squelettes/img/shop.md.jpg');
  }
}
@media (min-width: 1200px) {
  .page_sommaire #shop {
    background-image: url('//www.cantillon.be/squelettes/img/shop.lg.jpg');
  }
}
.bieres-legende {
  margin-top: 3.5em;
  font-size: 85%;
}
@media (min-width: 768px) {
  .bieres-legende {
    margin-top: 2.5em;
  }
}
.bieres-legende .dispo-oui i {
  color: #89ac10;
}
.bieres-legende .dispo-non i {
  color: #a73420;
}
.bieres-legende .distri a {
  color: #ffffff;
}
.bieres-legende .distri a:hover,
.bieres-legende .distri a:focus {
  color: #342e26;
}
.bieres-legende .distri a h1 {
  font-size: 150%;
  background-color: #b89e79;
  text-align: center;
  padding: 0.5em 0.4em 0.4em;
}
#bieres {
  text-align: center;
}
#bieres .icone {
  margin-bottom: 2em;
}
#bieres .icone h1 {
  background-color: #b89e79;
  color: #ffffff;
  text-transform: initial;
  font-size: 1.5em;
  padding: 0.5em 0.4em 0.4em;
  margin-bottom: 0;
  box-sizing: border-box;
}
#bieres .icone.dispo-oui h1 {
  border-bottom: 0.3em solid #89ac10;
}
#bieres .icone.dispo-non h1 {
  border-bottom: 0.3em solid #a73420;
}
#bieres .icone .logo img {
  margin: 0 auto;
}
#bieres .icone .legende {
  padding: 0.6em 0.4em;
  background-color: #ffffff;
  font-size: 1em;
  color: #342e26;
}
#bieres .icone .legende:hover {
  color: #080706;
}
#bieres .icone .legende p {
  margin-bottom: 0;
}
#bieres .icone a:hover h1,
#bieres .icone a:focus h1,
#bieres .icone a:active h1 {
  color: #342e26;
}
#bieres .icone h1 {
  display: block;
  font-size: 140%;
  height: 3.4em;
  display: table;
  width: 100%;
}
@media (max-width: 767px) {
  #bieres .icone h1 {
    height: 2em;
  }
}
#bieres .icone h1 span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#bieres .icone .legende {
  height: 8em;
  font-size: 0.95em;
  display: table;
  width: 100%;
}
#bieres .icone .legende span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fiche_biere,
#mot_brasseur_biere,
#histoire_biere,
#dispo_biere {
  padding: 40px 0;
}
#fiche_biere #image,
#mot_brasseur_biere #image,
#histoire_biere #image,
#dispo_biere #image {
  margin-bottom: 3em;
}
#fiche_biere .texte a:hover,
#mot_brasseur_biere .texte a:hover,
#histoire_biere .texte a:hover,
#dispo_biere .texte a:hover,
#fiche_biere .texte a:focus,
#mot_brasseur_biere .texte a:focus,
#histoire_biere .texte a:focus,
#dispo_biere .texte a:focus {
  color: #342e26;
}
#fiche_biere .texte .titre,
#mot_brasseur_biere .texte .titre,
#histoire_biere .texte .titre,
#dispo_biere .texte .titre {
  text-align: left;
  background-color: #b89e79;
  color: #ffffff;
  padding: 0.5em;
}
#fiche_biere .texte .chapo p,
#mot_brasseur_biere .texte .chapo p,
#histoire_biere .texte .chapo p,
#dispo_biere .texte .chapo p {
  margin-bottom: 0.5em;
}
#fiche_biere .texte #meta div,
#mot_brasseur_biere .texte #meta div,
#histoire_biere .texte #meta div,
#dispo_biere .texte #meta div {
  margin-bottom: 0.75em;
}
#fiche_biere .texte #meta div .inside,
#mot_brasseur_biere .texte #meta div .inside,
#histoire_biere .texte #meta div .inside,
#dispo_biere .texte #meta div .inside {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #dfdad2;
  padding-top: 1em;
  padding-bottom: 0.75em;
}
#fiche_biere .texte #meta div .inside h3,
#mot_brasseur_biere .texte #meta div .inside h3,
#histoire_biere .texte #meta div .inside h3,
#dispo_biere .texte #meta div .inside h3 {
  margin-bottom: 0.3em;
}
#fiche_biere .texte #meta div .inside ul,
#mot_brasseur_biere .texte #meta div .inside ul,
#histoire_biere .texte #meta div .inside ul,
#dispo_biere .texte #meta div .inside ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
}
#fiche_biere .texte #meta div .inside ul .dispo,
#mot_brasseur_biere .texte #meta div .inside ul .dispo,
#histoire_biere .texte #meta div .inside ul .dispo,
#dispo_biere .texte #meta div .inside ul .dispo {
  font-size: 75%;
}
#fiche_biere .texte #meta div .inside ul .dispo.dispo-oui,
#mot_brasseur_biere .texte #meta div .inside ul .dispo.dispo-oui,
#histoire_biere .texte #meta div .inside ul .dispo.dispo-oui,
#dispo_biere .texte #meta div .inside ul .dispo.dispo-oui {
  color: #89ac10;
}
#fiche_biere .texte #meta div .inside ul .dispo.dispo-non,
#mot_brasseur_biere .texte #meta div .inside ul .dispo.dispo-non,
#histoire_biere .texte #meta div .inside ul .dispo.dispo-non,
#dispo_biere .texte #meta div .inside ul .dispo.dispo-non {
  color: #a73420;
}
#fiche_biere .texte #meta div .inside .limite,
#mot_brasseur_biere .texte #meta div .inside .limite,
#histoire_biere .texte #meta div .inside .limite,
#dispo_biere .texte #meta div .inside .limite {
  margin-top: 0.3em;
  color: #a73420;
  font-weight: bold;
}
#fiche_biere .texte #mot_brasseur,
#mot_brasseur_biere .texte #mot_brasseur,
#histoire_biere .texte #mot_brasseur,
#dispo_biere .texte #mot_brasseur,
#fiche_biere .texte #histoire,
#mot_brasseur_biere .texte #histoire,
#histoire_biere .texte #histoire,
#dispo_biere .texte #histoire {
  margin-top: 0;
}
#mot_brasseur_biere img.brasseur {
  float: right;
  width: 80px;
}
@media (min-width: 768px) {
  #mot_brasseur_biere img.brasseur {
    width: 160px;
  }
}
.page_sommaire #evenements .h1,
.page_sommaire #alert .h1 {
  font-size: 1.4em;
  margin-bottom: 0;
}
#evenements article,
#alert article {
  display: block;
  background-color: #eae6e1;
  color: #342e26;
  /*margin-bottom:20px;*/
}
#evenements article .texte a:hover,
#alert article .texte a:hover,
#evenements article .texte a:focus,
#alert article .texte a:focus {
  color: #342e26;
}
#evenements article .texte .titre,
#alert article .texte .titre {
  text-align: left;
  background-color: #b89e79;
  color: #ffffff;
  padding: 0.5em;
}
.page_sommaire #evenements article .titre,
.page_sommaire #alert article .titre {
  font-size: 2em;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.page_sommaire #alert article .titre {
  background-color: #a73420 !important;
}
.page_sommaire #evenements article .texte .titre {
  margin-bottom: 0;
}
.page_sommaire #evenements article .texte .legende {
  padding: 0.6em 1em;
  background-color: #ffffff;
  font-size: 1em;
  color: #342e26;
}
.page_sommaire #evenements article .texte .legende .plus {
  text-align: right;
  font-weight: bold;
}
#musee .texte a:hover,
#distributeurs .texte a:hover,
#musee .texte a:focus,
#distributeurs .texte a:focus {
  color: #342e26;
}
#musee .texte .titre,
#distributeurs .texte .titre {
  text-align: left;
  background-color: #b89e79;
  color: #ffffff;
  padding: 0.5em;
}
#musee .texte h3.spip,
#distributeurs .texte h3.spip,
#musee .texte h2.titre,
#distributeurs .texte h2.titre {
  padding-top: 1.2em;
  margin-bottom: 0.6em;
}
#musee .texte blockquote.spip,
#distributeurs .texte blockquote.spip {
  background-color: rgba(128, 128, 128, 0.5);
  font-style: italic;
  color: #fff;
  min-height: auto;
  margin-left: 0;
  margin-right: 0;
  padding: 2em;
  border-left: none;
  text-align: center;
}
#musee .texte table.spip,
#distributeurs .texte table.spip {
  background-color: #f7f7f7;
}
#musee .texte table.spip thead,
#distributeurs .texte table.spip thead {
  background-color: rgba(128, 128, 128, 0.5);
  color: #ffffff;
}
#musee .texte table.spip > thead > tr > th,
#distributeurs .texte table.spip > thead > tr > th,
#musee .texte table.spip > tbody > tr > th,
#distributeurs .texte table.spip > tbody > tr > th,
#musee .texte table.spip > tfoot > tr > th,
#distributeurs .texte table.spip > tfoot > tr > th,
#musee .texte table.spip > thead > tr > td,
#distributeurs .texte table.spip > thead > tr > td,
#musee .texte table.spip > tbody > tr > td,
#distributeurs .texte table.spip > tbody > tr > td,
#musee .texte table.spip > tfoot > tr > td,
#distributeurs .texte table.spip > tfoot > tr > td {
  vertical-align: middle;
  text-align: center;
}
#musee .texte .spip_documents,
#distributeurs .texte .spip_documents {
  background-color: rgba(128, 128, 128, 0.5);
  text-align: center;
}
#musee .texte .spip_documents a,
#distributeurs .texte .spip_documents a {
  color: #fff;
}
#musee .texte .spip_documents a:hover,
#distributeurs .texte .spip_documents a:hover,
#musee .texte .spip_documents a:focus,
#distributeurs .texte .spip_documents a:focus {
  color: #342e26;
}
#musee .texte .spip_documents a .spip_doc_titre,
#distributeurs .texte .spip_documents a .spip_doc_titre {
  font-weight: bold;
  font-size: 145%;
  padding: 0.5em 0.3em;
}
#musee .texte .spip_documents a .spip_doc_descriptif,
#distributeurs .texte .spip_documents a .spip_doc_descriptif {
  font-style: italic;
  padding: 0.6em;
  margin-bottom: 0;
}
#musee .texte .visitchoices .visitchoice,
#distributeurs .texte .visitchoices .visitchoice {
  background-color: #f7f7f7;
  padding: 1.5rem;
}
#musee .texte .visitchoices .visitchoice h2,
#distributeurs .texte .visitchoices .visitchoice h2 {
  text-align: center;
}
#musee .texte .visitchoices .visitchoice h3.spip,
#distributeurs .texte .visitchoices .visitchoice h3.spip {
  padding-top: 0;
  font-weight: bold;
  margin-bottom: 1.2em;
}
#musee .texte .visitchoices .visitchoice .plus,
#distributeurs .texte .visitchoices .visitchoice .plus {
  text-align: right;
  font-weight: 700;
}
#musee .texte .visitchoices .visitchoice.specialvisit,
#distributeurs .texte .visitchoices .visitchoice.specialvisit {
  margin-top: 1rem;
}
#musee .texte .contenu {
  background-color: #f7f7f7;
  padding: 1.5rem;
}
#distributeurs .texte .row > div {
  padding-bottom: 1em;
}
#distributeurs .texte h3.spip,
#distributeurs .texte h2.titre {
  background-color: rgba(128, 128, 128, 0.5);
  font-style: italic;
  color: #fff;
  padding-top: 0.5em;
  padding: 0.5em;
}
#distributeurs .texte p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .row.no-gutters {
    margin-right: 0;
    margin-left: 0;
  }
  .row.no-gutters > [class^="col-"],
  .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
  }
  .row.no-gutters > .texte > .legende,
  .row.no-gutters > .texte > .titre {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .page_sommaire #flexiflex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-direction: column;
  }
  .page_sommaire #evenements {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
    background-color: #eae6e1;
  }
  .page_sommaire #icones {
    order: 4;
    -webkit-order: 4;
    -moz-order: 4;
    background-color: #eae6e1;
  }
  .page_sommaire #gen_info {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    background-color: #eae6e1;
  }
  .page_sommaire #map {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
    background-color: #eae6e1;
  }
  .page_sommaire #shop {
    order: 5;
    -webkit-order: 5;
    -moz-order: 5;
    background-color: #eae6e1;
  }
}
