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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
input::-moz-focus-inner {
  border: 0;
}
.vert {
  color: #096e41;
  font-weight: bold;
}
.vert:hover,
.vert:focus {
  color: #096e41;
}
.d-flex {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
.d-none {
  display: none !important;
}
.invisible {
  opacity: 0;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
body {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1e1e1e;
  font-size: 14px;
  font-weight: normal;
  overflow: auto;
  overflow-x: hidden;
}
body header {
  min-height: 350px;
  background: url(../img/header.jpg) no-repeat bottom center;
  background-size: cover;
  -webkit-background-size: cover;
  text-transform: uppercase;
}
body header figure {
  background: rgba(0,0,0,0.3);
  padding: 25px 0;
}
body header nav {
  z-index: 99999999999 !important;
  margin: 0 0 70px 0;
  min-height: 40px;
  line-height: 40px;
  font-size: 18px;
  background: #fff;
  box-shadow: 10px 0 10px #000;
}
@media screen and (min-width: 768px) {
  body header nav {
    height: 40px;
  }
}
body header nav #livraison,
body header nav #tel {
  font-weight: bold;
  color: #871721;
}
body header nav #livraison a,
body header nav #tel a {
  color: #871721;
  text-decoration: none;
}
body header nav #tel {
  text-align: right;
  padding: 0 30px;
}
body header nav #livraison {
  text-align: left;
  padding: 0 15px;
}
body header nav #menu-mobile {
  position: relative;
}
body header nav #menu-mobile a {
  color: #871721;
}
body header nav #menu-mobile button {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  width: 40px;
  border: 2px solid #871721;
  background: #fff;
  color: #871721;
  text-align: center;
}
body header nav #menu {
  position: relative;
}
body header nav #menu #menu-container {
  text-align: center;
}
@media screen and (max-width: 768px) {
  body header nav #menu #menu-container {
    position: absolute;
    width: 100%;
    margin: 0 -15px;
    z-index: 99;
  }
}
body header nav #menu #menu-container a {
  text-decoration: none;
  padding: 0 15px;
  color: #1e1e1e;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
@media screen and (max-width: 768px) {
  body header nav #menu #menu-container a {
    border: 1px solid #871721;
    display: block;
    background: #fff;
  }
}
body header nav #menu #menu-container a:hover {
  color: #871721;
}
body header nav #menu #menu-container a:first-of-type {
  padding-left: 0;
}
body header nav #menu #menu-container a:last-of-type {
  padding-right: 0;
}
body header nav #menu #menu-container #facebook img {
  transform: translateY(.2rem);
}
body header #new {
  position: fixed;
  bottom: 0rem;
  left: 2rem;
  z-index: 999;
  transition: all .2s ease-in-out !important;
  -webkit-transition: all .2s ease-in-out !important;
  -moz-transition: all .2s ease-in-out !important;
  -o-transition: all .2s ease-in-out !important;
}
@media screen and (max-width: 992px) {
  body header #new {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  body header #new img {
    width: 170px;
  }
}
body main {
  padding: 25px 0 0 0;
  overflow: hidden;
}
body main p {
  font-size: 14px;
  text-align: justify;
  line-height: 18px;
  padding-bottom: 15px;
}
body main p strong {
  font-weight: bold;
}
body main nav {
  background: #871721;
  color: #fff;
  line-height: 40px;
  min-height: 40px;
  margin: 25px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
}
body main section#carte {
  padding: 50px 0 7rem;
}
body main section#carte h4 {
  text-align: left;
  font-weight: 700;
  font-size: 1.2rem;
  color: #1e1e1e;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
body main section#gratinades {
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
}
body main section#gratinades .gratinades-desc h2 {
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: 1px;
  color: #871721;
  font-weight: 700;
}
body main section#gratinades .gratinades-desc p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 1px;
}
body main section#gratinades .gratinades-desc img {
  max-width: 100%;
}
body main section#events {
  padding-top: 2rem;
  padding-bottom: 4rem;
}
body main section#events h2 img {
  margin: auto;
}
body main section#offre img {
  width: 100%;
  height: auto;
}
body main section#contact {
  background: #f3f3f3;
  padding: 50px 0 0 0;
}
body main section#contact .row {
  font-size: 18px;
  padding: 25px 0;
}
body main section#contact .row .col-xs-12 {
  text-align: center;
}
body main section#contact .row .col-xs-12 a {
  color: #1e1e1e;
  text-decoration: none;
}
body main section h2 {
  min-height: 45px;
  line-height: 45px;
  margin: 25px 0;
}
body main section h2 img {
  height: 45px !important;
  width: auto;
}
body main section h4 {
  color: #871721;
  text-transform: uppercase;
  font-size: 16px;
  text-align: center;
}
body main section h3 {
  color: #15225a;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  margin: 70px 0;
}
body main section ul li {
  font-size: 18px;
  line-height: 20px;
  padding-bottom: 10px;
}
body main section ul li strong {
  color: #871721;
  font-weight: bold;
}
body main section ul li.vert {
  color: #096e41;
  font-weight: bold;
}
body footer {
  min-height: 80px;
  line-height: 80px;
  text-align: center;
  background: #303030;
  color: #fff;
  font-size: 14px;
}
body footer a {
  color: #fff;
}
#tomate {
  width: 15%;
  margin-top: -50px;
  position: absolute;
  left: 0;
  z-index: 9999;
}
#tomate img {
  width: 100%;
}
#pizzas {
  width: 30%;
  margin-top: -175px;
  position: absolute;
  left: 0;
  z-index: 9999;
}
#pizzas img {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  #pizzas {
    margin-top: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #pizzas {
    margin-top: -95px;
  }
}
#gratinade {
  width: 30%;
  margin-top: -300px;
  position: absolute;
  right: -7rem;
  z-index: 9999;
}
#gratinade img {
  width: 100%;
}
@media screen and (min-width: 992px) and (max-width: 1500px) {
  #gratinade {
    margin-top: -120px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #gratinade {
    margin-top: -95px;
  }
}
#euro {
  width: 10%;
  margin-top: -150px;
  position: absolute;
  right: 80px;
  z-index: 9999;
}
#euro img {
  width: 100%;
}
#champignons {
  width: 17%;
  margin-top: -70px;
  position: absolute;
  right: 0;
  z-index: 9999;
}
#champignons img {
  width: 100%;
}
.cd-top {
  text-decoration: none;
  font-size: 60px;
  color: #871721;
  position: fixed;
  bottom: 20px;
  right: 20px;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 0.4s ease-in-out !important;
  -webkit-transition: all 0.4s ease-in-out !important;
  -moz-transition: all 0.4s ease-in-out !important;
  -o-transition: all 0.4s ease-in-out !important;
}
.cd-top:hover {
  color: #096e41;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  opacity: 1;
}
