@font-face {
  font-family: 'jurabook';
  src: url('../fonts/jura-regular-webfont.eot');
  src: url('../fonts/jura-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/jura-regular-webfont.woff2') format('woff2'), url('../fonts/jura-regular-webfont.woff') format('woff'), url('../fonts/jura-regular-webfont.ttf') format('truetype'), url('../fonts/jura-regular-webfont.svg#jurabook') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'amaranthregular';
  src: url('../fonts/amaranth-regular-webfont.eot');
  src: url('../fonts/amaranth-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/amaranth-regular-webfont.woff2') format('woff2'), url('../fonts/amaranth-regular-webfont.woff') format('woff'), url('../fonts/amaranth-regular-webfont.ttf') format('truetype'), url('../fonts/amaranth-regular-webfont.svg#amaranthregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'windsongregular';
  src: url('../fonts/Windsong-webfont.eot');
  src: url('../fonts/Windsong-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Windsong-webfont.woff') format('woff'), url('../fonts/Windsong-webfont.ttf') format('truetype'), url('../fonts/Windsong-webfont.svg#windsongregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  background: #fff;
  color: #000;
  font-family: 'jurabook', sans-serif;
  font-size: 1.8em;
  width: 100%;
}
.header-section .title h1 {
  font-family: 'windsongregular', cursive;
  font-size: 5em;
}
.header-section .title h2 {
  font-family: 'windsongregular', cursive;
  font-size: 4em;
}
.header-section .title h3 {
  font-family: 'windsongregular', cursive;
  font-size: 3em;
}
.header-section h4 {
  font-size: 1.3em;
}
.navbar-inverse .navbar-nav > .account > a {
  vertical-align: middle;
}
.dropdown-menu > li > a.link-label {
  font-weight: bold;
}
.dropdown-menu > li > a.link-label:hover,
.dropdown-menu > li > a.link-label:focus {
  background: transparent;
}
.footer {
  background: #222;
  color: #fff;
  padding-top: 20px;
  min-height: 150px;
}
.footer a {
  color: #fff;
}
.footer a:hover {
  color: #eee;
}
.footer .social-share a img {
  width: 24px;
}
.slide-content {
  position: relative;
}
.carousel-caption {
  background: #7E7B09;
  opacity: 0.95;
  color: #fff;
  padding: 10px;
  padding-bottom: 50px;
}
.carousel-caption a {
  color: #fff;
}
.carousel-caption a:hover {
  color: #ccc;
}
@media (max-width: 768px) {
  .slide-content .text {
    display: block;
    background: #7E7B09;
    opacity: 1;
    color: #fff;
    padding: 5px;
    border-radius: 6px;
    font-size: 1em;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .slide-content .text {
    display: block;
    position: absolute;
    top: 5%;
    left: 45%;
    width: 50%;
    background: #7E7B09;
    opacity: 0.9;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 1em;
  }
  .slide-content .text h1 {
    font-size: 1.8em;
  }
}
@media (min-width: 991px) {
  .slide-content .text {
    display: block;
    position: absolute;
    top: 10%;
    left: 45%;
    width: 50%;
    background: #7E7B09;
    opacity: 0.9;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 1.2em;
  }
}
@media (min-width: 1300px) {
  .slide-content .text {
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    width: 40%;
    background: #7E7B09;
    opacity: 0.9;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    font-size: 1.2em;
  }
}
.slide-content .text ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slide-content .text ul li {
  margin: 0;
  padding: 0;
}
.recipes-section {
  padding-bottom: 150px;
  background: #fff;
}
.registration-section {
  padding-bottom: 150px;
  background: #fff;
}
.purchase-section {
  background: #ffeeaa;
  padding-top: 100px;
  padding-bottom: 100px;
}
.purchase-section.purchase-intro {
  padding-bottom: 0;
}
.fragment-section {
  padding-top: 0px;
}
.before-animation {
  background: linear-gradient(#d0f0f8, #90c0d8);
  padding-top: 30px;
}
.after-animation {
  border-top: solid 1px #aaa;
  padding-top: 30px;
  padding-bottom: 30px;
  background: linear-gradient(#90c0d8, #d0f0f8);
}
.animation-section {
  background: #90c0d8;
}
.store {
  text-align: left;
  background: #fff;
  padding: 20px;
  min-height: 600px;
}
.store ul.categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.store ul.categories li {
  display: inline-block;
  padding: 3px 6px;
  background: #eee;
  color: #000;
  font-size: 1em;
  margin-right: 10px;
  margin-bottom: 4px;
  border-radius: 0 8px 8px 0;
  border: solid 2px #ccc;
}
.store ul.categories li:last-of-type {
  margin-right: 0;
}
.store ul.categories li:hover {
  background: #e0e0e0;
}
.store ul.categories li.mon-panier {
  border-color: #ffcc33;
  background: #ffeeaa;
}
.store ul.categories li.active {
  background: #ffcc33;
}
.store ul.categories li a {
  color: #000;
}
.store ul.categories li a:hover,
.store ul.categories li a:focus {
  color: #444;
}
.store ul.categories li a {
  color: #000;
}
.store ul.categories li.mon-panier a,
.store ul.categories li.mon-panier a:hover,
.store ul.categories li.mon-panier a:focus {
  color: #000;
  text-decoration: none;
}
.store ul.categories li.active a,
.store ul.categories li.active a:hover,
.store ul.categories li.active a:focus {
  color: #000;
  text-decoration: none;
}
.store ul.categories li a:focus {
  outline: none;
}
.store ul.categories li a:hover {
  text-decoration: none;
}
.store .store-header {
  margin-bottom: 10px;
}
.store .toolbar {
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 1px #888;
}
.store .store-commande {
  padding-top: 30px;
  margin-top: 20px;
  border-top: solid 1px #888;
}
.store .store-header h2 {
  margin: 0;
  padding: 0;
}
.div-striped .row {
  padding: 10px;
}
.div-striped .row:nth-of-type(odd) {
  background: #eee;
}
.store .div-striped {
  margin-top: 20px;
}
.store .fav-icon {
  width: 20px;
}
.store input[type=number] {
  width: 80px;
  text-align: right;
}
.store .row.total {
  background: #888;
  color: #fff;
  font-weight: bold;
  margin-top: 3px;
}
.store .price {
  text-align: right;
}
.store .has-btn {
  text-align: right;
}
.store .total-price {
  color: #888;
}
.store .fav-icon a {
  color: #000;
}
.store .fav-icon a:hover {
  color: #444;
}
.store .btn-purchase {
  background: #ffcc33;
  color: #000;
}
.store .btn-purchase[disabled=disabled] {
  background: #ffeeaa;
  color: #888;
}
.store .product-brand {
  color: #888;
  font-size: 0.8em;
  margin-left: 20px;
}
.store .product-unit {
  font-size: 0.8em;
  margin-left: 20px;
}
.store .price-class {
  font-size: 0.8em;
  margin-left: 20px;
}
.store .btn-purchase:hover,
.store .btn-purchase:focus {
  color: #444;
}
.store .ng-invalid {
  background: #fcc;
}
/* enable absolute positioning */
.inner-addon {
  position: relative;
}
/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}
/* align icon */
.left-addon .glyphicon {
  left: 0px;
}
.right-addon .glyphicon {
  right: 0px;
}
/* add padding  */
.left-addon input {
  padding-left: 30px;
}
.right-addon input {
  padding-right: 30px;
}
.toolbar .inner-addon {
  display: inline-block;
  vertical-align: top;
}
.toolbar ul.categories,
.toolbar select.form-control {
  display: inline-block;
  vertical-align: top;
  width: auto;
}
.registration-section .form-group {
  padding: 10px 0;
}
.registration-section .checkbox {
  padding: 0 20px;
  margin: 0;
}
.registration-section .help-block {
  margin: -5px 0 0 0;
  font-size: 0.8em;
}
.registration-section .form-group ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.registration-section .form-group ul li {
  display: inline-block;
}
.ui-menu-item {
  font-size: 0.8em;
  font-family: 'jurabook';
}
ul.errorlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.errorlist li {
  background: #D9534F;
  color: #fff;
  padding: 2px 5px;
  border-radius: 4px;
}
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
.store .message-zone {
  margin-top: 20px;
}
.registration-section {
  padding-top: 50px;
  min-height: 600px;
}
.recipes-section {
  padding: 100px 0;
}
.intro-section {
  padding-top: 100px;
  padding-bottom: 40px;
  background: #fff;
}
.loading {
  color: #ccc;
}
.category-icon {
  margin: 0 0 0 -30px;
  padding: 5px;
  border-radius: 32px;
  border: solid 2px #ccc;
  background: #eee;
}
.category-icon.active {
  background: #ffcc33;
}
.warning-text {
  font-weight: bold;
  background: #aa0000;
  color: #ffffff;
  padding: 3px 10px;
  border-radius: 4px;
}
.tag-label {
  padding: 2px 5px;
  margin-right: 1px;
  text-align: center;
  display: inline-block;
}
.label-discount {
  padding: 2px 5px;
  margin-right: 1px;
  text-align: center;
  display: inline-block;
  background: #ffcc33;
  color: #000;
}
.navbar {
  min-height: 20px;
}
.navbar-inverse {
  padding: 0;
  background: #ffcc33;
  border: none;
}
.navbar-inverse .navbar-nav > li > a {
  padding: 8px 16px;
  color: #222;
}
.navbar-inverse .navbar-nav > li.active > a {
  background: #000;
  color: #fff;
}
.navbar-inverse .navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav > li:hover > a {
  background: transparent;
  coor: #ccc;
}
.navbar-inverse ul.navbar-nav {
  margin-left: 80px;
}
.navbar-inverse .navbar-brand {
  padding: 0;
  height: auto;
  color: #222;
  vertical-align: middle;
  margin-top: 5px;
}
.header .logo {
  display: block;
}
.header .logo img {
  height: auto;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .header .logo img {
    max-width: 400px;
    margin: auto;
    text-align: center;
  }
  .navbar-inverse ul.navbar-nav {
    margin-left: 0px;
  }
  .navbar-inverse ul.navbar-nav li > a {
    margin-right: 10px;
  }
  .navbar-inverse .navbar-brand {
    margin-top: 15px;
    margin-left: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-inverse ul.navbar-nav {
    margin-left: 0px;
  }
  .navbar-inverse ul.navbar-nav li > a {
    font-size: 1.1em;
  }
  .navbar-inverse .navbar-brand {
    display: none;
  }
}
@media (max-width: 991px) {
  nav.navbar .container {
    padding: 0;
  }
  .navbar-inverse ul.navbar-nav li > a {
    font-size: 0.9em;
  }
}
.slide-section.header-section {
  padding-top: 120px;
  background: #9b5378;
  padding-bottom: 40px;
  color: #fff;
}
.slide-section.header-section a {
  padding: 5px 10px;
  background: #ffcc33;
  color: #000;
  border-radius: 4px;
}
.slide-section.header-section a.update-logo {
  padding: 0;
  background: none;
  color: #000;
  border-radius: 0;
}
.producers-section {
  background: #7E7B09;
  padding: 40px 0;
  color: #fff;
}
.producers-section .producer {
  color: #000;
  background: #f0f0f0;
  border-radius: 8px;
  display: block;
  border: solid 2px #ccc;
  margin-bottom: 20px;
  padding: 20px;
}
.producers-section .producer:hover,
.producers-section.producer:focus {
  color: #000;
  background: #fff;
  text-decoration: none;
  border-color: #ffcc33;
}
.producers-section .producer .producer-title {
  padding: 10px 0;
  text-align: left;
  font-size: 1.2em;
}
.producers-section .producer .producer-description {
  text-align: left;
}
.producers-section .producer img {
  width: 100%;
  max-width: 100px;
  margin: auto;
  height: 100px;
  border-radius: 8px;
}
.horaires ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.horaires ul li {
  padding: 2px 10px;
}
.horaires h4 {
  font-size: 1.3em;
}
.horaires ul li {
  background: #ab6388;
  margin-bottom: 10px;
}
.header-section table.table {
  border-spacing: 5px;
  border-collapse: separate;
}
.header-section .title h1,
.header-section .title h2,
.header-section .title h3 {
  margin: 0;
}
.header-section .title h2 {
  text-align: right;
}
.header-section .table > tbody > tr > td {
  border: solid thin #ffcc33;
}
td.paragraph-block {
  padding: 5px;
  border-radius: 8px;
  width: 46%;
}
.navbar-categories {
  background: #eee;
  font-size: 0.9em;
  padding: 2px 0;
}
.navbar-categories .container {
  padding: 2px 0;
}
.navbar-categories-in {
  padding: 0;
}
.navbar-categories a {
  color: #000;
}
.navbar-categories li {
  padding: 2px 10px;
  margin: 0;
}
.navbar-categories .navbar-nav > li > a,
.navbar-categories a.navbar-brand {
  color: #000;
  padding: 2px;
  height: auto;
}
.navbar-categories .navbar-nav > li > a:hover,
.navbar-categories .navbar-nav > li > a:focus {
  background: #eee;
}
.navbar-categories .dropdown-menu > .active > a,
.navbar-categories .dropdown-menu > .active > a:hover,
.navbar-categories .dropdown-menu > .active > a:focus {
  background: #ffcc33;
  color: #000;
}
.store-table-title {
  font-weight: bold;
  font-size: 1.3em;
  background: #ffcc33;
  padding: 4px 10px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 15px;
  vertical-align: middle;
}
.navbar-inverse .navbar-toggle {
  border-color: #ffeeaa;
}
.navbar-categories .navbar-toogle {
  color: #fff;
  border-color: #fff;
}
.entete-infos {
  margin-top: 0;
  font-size: 0.7em;
  float: right;
  text-align: right;
}
.entete-infos h3 {
  font-size: 1.3em;
}
.entete-infos h4 {
  font-size: 1.2em;
}
.slide-section.header-section {
  padding-top: 60px;
  background: #9b5378;
  padding-bottom: 40px;
  color: #fff;
}
.homepage_block {
  padding: 5px;
  margin: 5px;
  border: solid 1px #ab6388;
  border-radius: 8px;
}
.homepage_block ul {
  margin: 0;
  padding: 0;
}
.homepage_block ul li {
  background: #ab6388;
  margin-bottom: 10px;
  list-style: none;
  padding: 2px;
}
.slide-section.header-section .homepage_block ul li a {
  background: none;
  color: #fff;
}
.slide-section.header-section {
  padding: 80px;
}
.categories-select {
  display: inline-block;
  width: calc(100% - 12px);
  margin-left: 10px;
}