@import url(http://fonts.googleapis.com/css?family=Dancing+Script:400,700);

body {
  font-family: 'Dancing Script', cursive;
  margin: 0;
  padding: 0;
  font-size: 20px;
}

header {
  margin-bottom: 25px;
  padding-bottom: 5px;
  border-bottom: 2px solid #06ae01;
}

.content {
  text-align: center;
}

footer {
  margin-top: 25px;
  padding-top: 5px;
  padding-bottom:25px;
  border-top: 2px solid #06ae01;
}

h1 {
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size: 36px;
  margin-top: 30px;
  margin-bottom: 15px;
}

h3 {
  font-size: 28px;
  font-weight: normal;
  padding: 15px;
}

h3 img {
  position: absolute;
  margin-left: -60px;
  margin-top: -10px;
}

h4 {
  font-weight: bold;
}

.logo-font img {
  position: relative;
  height: 100px;
}

.logo img {
  position: absolute;
  height: 120px;
  margin-top: 5px;
}

.logo .spacer {
  position: absolute;
  background-color: #fff;

  height: 20px;
  width: 20px;
  width: 66px;
  margin-top: 90px;
  margin-left: 22px;
}

.logo-font {
  text-align: right;
}

.content .row {
  margin-bottom: 15px;
}

.content img {
  width: auto;
  max-width: 100%;
}

.moule {
  color: #fff;
  background-color: #01836c;
}

.pomme {
  color: #fff;
  background-color: #d50107;
}

.pomme-seche {
  color: #fff;
  background-color: #f9516f;
}

.courgette {
  color: #fff;
  background-color: #089a00;
}

.courgette-seche {
  color: #fff;
  background-color: #7ef24f;
}

.carotte {
  color: #fff;
  background-color: #f46c00;
}

.poulet {
  color: 000;
  background-color: #ffdd4c;
}

.img-label {
  right: 0;
  font-size: 16px;
  margin-right: 15px;
  padding: 10px;
  position: absolute;
  text-align: center;
}
