/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html {
  height: 100%;
  min-height: 100%; }

body {
  width: 100%;
  height: 100%;
  background: url("../img/bg.jpg") no-repeat center center fixed;
  background-size: cover;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  padding: 0px;
  font-family: 'Raleway', sans-serif; }

footer {
  width: 100%;
  background-color: #131517;
  height: 70px;
  position: fixed;
  bottom: 0; }
  footer .center {
    margin: auto;
    text-align: center;
    width: 85%;
    max-width: 900px; }
  footer img {
    height: 60px; }

.pannel {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  background-color: rgba(255, 255, 255, 0.7); }

h1 {
  width: 100%;
  text-align: center;
  border-bottom: solid 1px #A2460F;
  border-top: solid 1px #A2460F;
  padding-bottom: 5px;
  padding-top: 5px;
  color: #A2460F;
  font-weight: bold; }

h2 {
  text-align: left;
  padding-bottom: 5px;
  margin-bottom: 40px;
  margin-top: 45px;
  color: #d80020;
  font-weight: bold;
  font-size: 25px; }

.coords {
  margin-left: 15px;
  margin-top: 25px;
  font-size: 20px; }

#menu {
  width: 85%;
  margin: auto;
  max-width: 900px;
  margin-top: 40px;
  padding: 15px;
  color: #131517;
  padding-bottom: 80px; }

.azzurra {
  text-align: center;
  margin-bottom: 20px;
  height: auto;
  position: relative; }
  .azzurra h2 {
    font-size: 26px;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #d80020; }
  .azzurra .coord {
    font-size: 15px; }
    .azzurra .coord b {
      font-size: 17px; }
  .azzurra img {
    margin-top: 25px;
    width: 80%; }
  .azzurra img.fb {
    width: 100px;
    position: absolute;
    right: -5px;
    margin: 0;
    top: -10px; }
  .azzurra img.fb2 {
    display: none;
    width: 100px;
    margin-top: 10px; }

.pizza {
  margin-bottom: 10px;
  padding: 7px; }

#menu .pizza:nth-child(even) {
  background-color: rgba(19, 21, 23, 0.08); }

#menu .pizza:nth-child(odd) {
  /*background-color: rgba(0,0,0,0.2);*/ }

#menu .pizza:hover {
  background-color: rgba(216, 0, 32, 0.7);
  color: #fff;
  font-weight: bold; }
  #menu .pizza:hover .prix {
    color: #fff;
    font-weight: bold; }

.pizza .titre {
  font-weight: bold;
  font-size: 19px;
  display: inline-block; }

.pizza.viande .titre {
  width: 230px; }

.pizza.pates .titre {
  width: 320px; }

.pizza .ingredient {
  font-size: 14px;
  display: inline-block;
  padding-top: 5px; }

.pizza .prix {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  display: inline-block;
  color: #d80020; }

#menu .saisonniere {
  margin-bottom: 30px;
  border-top: solid 1px #d80020;
  border-bottom: solid 2px #d80020;
  padding-bottom: 8px;
  background-color: rgba(216, 0, 32, 0.2);
  margin-right: -15px;
  margin-left: -15px; }
  #menu .saisonniere .letitre {
    font-size: 20px;
    margin-bottom: 8px;
    margin-top: 4px;
    text-align: center;
    font-weight: bold; }
  #menu .saisonniere .row {
    margin-left: 0;
    margin-right: 0; }
  #menu .saisonniere .pizza {
    background-color: transparent; }
    #menu .saisonniere .pizza:hover {
      color: #131517;
      font-weight: normal; }
      #menu .saisonniere .pizza:hover .prix {
        color: #d80020;
        font-weight: bold; }

.full-ligne {
  font-weight: bold;
  font-size: 15px;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 25px; }

hr {
  border-top: solid 2px #d80020; }

.saison {
  border: solid 1px #A2460F;
  margin-bottom: 25px;
  padding-bottom: 10px; }

.saison h3 {
  text-align: center;
  margin: 0;
  color: #A2460F;
  text-decoration: underline; }

@media screen and (max-width: 640px) {
  .pizza .prix {
    text-align: left;
    font-size: 15px; }

  .pizza .titre {
    font-size: 15px; }

  .pizza .ingredient {
    font-size: 12px; }

  .full-ligne {
    font-size: 9px; }

  h2 {
    margin-bottom: 20px; }

  body {
    background: url("../img/bg_m.jpg") no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover; }

  .azzurra img.fb {
    display: none; }

  .azzurra img.fb2 {
    display: inline-block; } }

/*# sourceMappingURL=main.css.map */
