@font-face {
  font-family: "cormorantlight_italic";
  src: url("../fonts/cormorant-lightitalic-webfont.eot")
      format("embedded-opentype"),
    url("../fonts/cormorant-lightitalic-webfont.woff2.html") format("woff2"),
    url("../fonts/cormorant-lightitalic-webfont.woff") format("woff"),
    url("../fonts/cormorant-lightitalic-webfont.ttf") format("truetype"),
    url("../fonts/cormorant-lightitalic-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.home img {
  width: 100%;
  height: auto;
}

#logo img {
  width: auto;
  height: 17px;
}

.news-image-vin img {
  width: 580px;
  height: 110%;
}

.news-image-pizza img {
  width: auto;
  height: 110%;
}

.news-image img {
  width: auto;
  height: 100%;
}

.view img {
  width: auto;
  height: 250px;
}

.presentation > img {
  width: 100%;
  height: auto;
}

.carte iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.link img {
  width: 35px;
  height: auto;
}

/*STRUCTURE */

.clear {
  clear: both;
}

body {
  width: 100%;
  height: auto;
  font-family: "Arimo", sans-serif;
}

a {
  cursor: pointer;
}

hr {
  opacity: 0.5;
}

/* HEADER */

.header {
  width: 100%;
  height: 34px;
  background-color: #040404;
  opacity: 0.8;
  font-size: 13px;
  position: fixed;
  z-index: 1000;
  font-family: "Arimo", sans-serif;
}

.menu {
  width: 90%;
  margin: auto;
}

.onglet {
  color: #fff;
  width: auto;
  height: 20px;
  padding-top: 14px;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 3px;
  display: inline;
  float: right;
}

a {
  color: #000;
  text-decoration: none;
}

.onglet:hover {
  border: none;
  background-color: #ff4d68;
  color: #fff;
  transition: background 0.5s;
}

#logo {
  width: auto;
  padding-top: 8px;
  height: 30px;
  display: inline;
  float: left;
}

.flag {
  width: 90px;
  margin: auto;
  padding-bottom: 20px;
}

.flagv {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-right: 22px;
  background-color: #55df00;
  border-radius: 10px;
  float: left;
}

.flagb {
  width: 12px;
  height: 12px;
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
  float: left;
}

.flagr {
  width: 12px;
  height: 12px;
  margin: auto;
  margin-right: 7px;
  background-color: #f33;
  border-radius: 10px;
}

/* ACCUEIL */

.picto-pizza-home {
  margin-right: 30px;
  height: 300px;
  float: left;
}

/* NEWS */

.news-titre {
  width: 280px;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  padding-top: 50px;
  margin: auto;
}

.news-image:hover {
  opacity: 0.9;
  transition: all 0.5s;
}

.news-texte-content h2 {
  font-family: "Raleway", sans-serif;
  font-size: 25px;
  font-weight: 400;
  font-style: normal;
}

.bloc-actu {
  width: 950px;
  margin: auto;
  padding-top: 50px;
  height: 700px;
}

.view {
  width: 250px;
  height: 250px;
  margin: 20px;
  float: left;
  border: 10px solid #fff;
  overflow: hidden;
  position: relative;
  text-align: center;
  -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  -moz-box-shadow: 1px 1px 2px #e6e6e6;
  box-shadow: 1px 1px 2px #e6e6e6;
  cursor: default;
  background: #f0f0f0;
}
.view .mask,
.view .content {
  width: 250px;
  height: 200px;
  margin-top: 20px;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}
.view img {
  display: block;
  position: relative;
}
.view h2 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  position: relative;
  font-size: 17px;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
  margin: 20px 0 0 0;
}
.view p {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #fff;
  padding: 10px 20px 20px;
  text-align: center;
}
.view a.info {
  display: inline-block;
  text-decoration: none;
  margin-top: 10px;
  padding: 7px 14px;
  background: #ff4d68;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  -webkit-box-shadow: 0 0 1px #ff4d68;
  -moz-box-shadow: 0 0 1px #ff4d68;
  box-shadow: 0 0 1px #ff4d68;
}
.view a.info:hover {
  -webkit-box-shadow: 0 0 5px #000;
  -moz-box-shadow: 0 0 5px #000;
  box-shadow: 0 0 5px #000;
}
.view-tenth img {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.view-tenth .mask {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth h2 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  background: transparent;
  margin: 20px 40px 0px 40px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #333;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth p {
  color: #333;
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-tenth a.info {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.view-tenth:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
}
.view-tenth:hover .mask {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.view-tenth:hover h2,
.view-tenth:hover p,
.view-tenth:hover a.info {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}

.info {
  font-size: 13px;
  margin-top: 10px;
  border-radius: 3px;
  padding: 5px;
  color: #fff;
  background-color: #ff4d68;
}

/* PRESENTATION */

.presentation {
  width: 100%;
  height: 670px;
  overflow: hidden;
  text-align: center;
}

.presentation img {
  float: left;
}

.pres-titre {
  color: #fff;
  width: 600px;
  margin: auto;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 22px;
  padding-top: 70px;
  padding-left: 26%;
  position: absolute;
  float: left;
}

.pres-titre h1 {
  font-size: 15px;
  line-height: 19px;
  font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  font-weight: 100;
  float: left;
}

.carte-pizza {
  width: 500px;
  margin: auto;
}

.picto-pizza {
  width: 110px;
  text-align: center;
  float: left;
  margin: 27px;
}

.picto-pizza img {
  margin: auto;
  padding-left: 10px;
}

.picto-boisson {
  width: 110px;
  text-align: center;
  float: left;
  margin: 27px;
}

.picto-boisson img {
  margin: auto;
  padding-left: 30px;
}

.picto-dessert {
  width: 110px;
  padding-top: 20px;
  text-align: center;
  float: left;
  margin: 27px;
}

.picto-dessert img {
  margin: auto;
  padding-left: 10px;
}

.bouton-carte {
  height: 10px;
  border: solid 1px;
  color: #ff4d68;
  border-color: #ff4d68;
  padding: 8px;
  font-size: 13px;
  border-radius: 4px;
}

.bouton-carte:hover {
  height: 10px;
  color: #fff;
  background-color: #ff4d68;
  padding: 8px;
  font-size: 13px;
  border-radius: 4px;
  transition: background 0.5s;
}

/* CONTACT */

.contact {
  width: 100%;
  overflow: hidden;
}

.infos {
  padding-top: 30px;
  width: 40%;
  height: 380px;
  overflow: hidden;
  color: #555;
  background-color: #fff;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  float: left;
}

.carte {
  width: 60%;
  overflow: hidden;
}

/*Footer */

.footer {
  width: 100%;
  height: 250px;
  background-image: url(../img/tactile_noise.png);
  z-index: 999;
}

.link {
  padding-top: 40px;
  margin: auto;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.onglet-footer {
  text-align: center;
  color: #fff;
  width: auto;
  height: 20px;
  padding-top: 14px;
  padding-left: 2%;
  padding-right: 2%;
  border-radius: 3px;
  display: inline;
  float: none;
}

.onglet-footer a {
  text-decoration: none;
}

.onglet-footer:hover {
  border: none;
  color: #ff4d68;
  transition: 0.5s;
}

.dev {
  text-align: center;
  color: #bbb;
  width: auto;
  height: 20px;
  font-size: 10px;
}

.dev:hover {
  color: #eee;
  transition: 0.5s;
}
