@charset "UTF-8";
/* -------------------------------------------------------------------
IMPORTS
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
COLORS
------------------------------------------------------------------- */
/* NUANCES */
/* THEME */
/*
OPACITY
*/
/*
TEXT
*/
/*
BORDER-RADIUS
*/
/*
BORDER-GRADIENT
*/
/*
BACKGROUND-GRADIENT
*/
/*
TEXT-GRADIENT
*/
/*
TRANSITION
*/
/*
TRANSFORM
*/
/*
APPEARANCE
*/
/*
VERTICAL-CENTER
*/
/*
HORIZONTAL-CENTER
*/
/*
IMAGE-GRAYSCALE
*/
/*
ANIMATION
*/
/*
KEYFRAMES
*/
/* -------------------------------------------------------------------
FONTS
------------------------------------------------------------------- */
/*
MERRIWEATHER
*/
@font-face {
  font-family: 'Merriweather-Light';
  src: url("../../fonts/Merriweather/Merriweather-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Regular';
  src: url("../../fonts/Merriweather/Merriweather-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Merriweather-Bold';
  src: url("../../fonts/Merriweather/Merriweather-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
REGATTIA-STENCIL
*/
@font-face {
  font-family: 'RegattiaStencil-Bold';
  src: url("../../fonts/RegattiaStencil/RegattiaStencil-Bold.otf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/* -------------------------------------------------------------------
REDEFINITIONS D'ELEMENTS
------------------------------------------------------------------- */
* {
  /* Correction de la difference de gestion des marges par défaut entre Firefox et IE */
  margin: 0px;
  padding: 0px;
  /* Anti-aliasing des polices */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* On met un fading sur tous les changements de background, d'opacité et de couleur de texte*/
  -moz-transition: background 0.5s ease, opacity 0.3s ease, color 0.3s ease;
  -o-transition: background 0.5s ease, opacity 0.3s ease, color 0.3s ease;
  -webkit-transition: background 0.5s ease, opacity 0.3s ease, color 0.3s ease;
  transition: background 0.5s ease, opacity 0.3s ease, color 0.3s ease; }

I {
  font-style: normal; }

UL, OL, LI {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }

UL {
  margin: 0px;
  padding: 0px; }

A,
A:hover,
A:focus {
  text-decoration: none !important;
  cursor: pointer !important; }

H1, H2, H3, H4, H5, H6, LABEL {
  margin: 0px;
  padding: 0px; }

::-moz-selection {
  color: #ffffff;
  text-shadow: none;
  background: #000000; }

::selection {
  color: #ffffff;
  text-shadow: none;
  background: #000000; }

/* -- VIDEO IOS -- */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

video::-webkit-media-controls {
  display: none !important; }

BODY {
  height: 100%;
  /* On corrige le problème d'interlignage de Firefox */
  line-height: 1.2;
  cursor: default;
  overflow-x: hidden; }

/* -------------------------------------------------------------------
COMMUN
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
PRE-HOME
------------------------------------------------------------------- */
.pre-home-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
  min-height: 100%;
  padding: 0px !important; }
  .pre-home-container section {
    position: absolute;
    width: 50%;
    height: 100%; }
    .pre-home-container section .info {
      position: absolute;
      display: flex;
      flex-direction: column;
      z-index: 3; }
      .pre-home-container section .info .middle {
        display: flex; }
        .pre-home-container section .info .middle .buttons {
          display: flex;
          flex-direction: row; }
          .pre-home-container section .info .middle .buttons .button-action {
            height: 38px;
            margin-right: 20px;
            cursor: pointer; }
            .pre-home-container section .info .middle .buttons .button-action.button-visit a {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              line-height: 16px;
              color: #ffffff;
              text-align: center;
              text-transform: uppercase;
              text-decoration: none;
              border: 2px solid #ffffff;
              background: none;
              padding: 8px; }
              .pre-home-container section .info .middle .buttons .button-action.button-visit a:hover {
                background: #ffffff; }
            .pre-home-container section .info .middle .buttons .button-action.button-book a {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              line-height: 16px;
              color: #000000;
              text-align: center;
              text-transform: uppercase;
              text-decoration: none;
              border: 2px solid #ffffff;
              background: #ffffff;
              padding: 8px; }
              .pre-home-container section .info .middle .buttons .button-action.button-book a:hover {
                color: #ffffff !important;
                background: none; }
        .pre-home-container section .info .middle .text {
          position: relative;
          font-family: "RegattiaStencil-Bold";
          font-weight: normal;
          font-style: normal;
          font-size: 46px;
          line-height: 50px;
          color: #ffffff;
          text-align: left;
          text-transform: none;
          text-decoration: underline; }
      .pre-home-container section .info .bottom {
        font-family: "Merriweather-Regular";
        font-weight: normal;
        font-style: normal;
        font-size: 16px;
        line-height: 18px;
        color: #ffffff;
        text-align: left;
        text-transform: none;
        text-decoration: none; }
        .pre-home-container section .info .bottom a {
          font-family: "Merriweather-Regular";
          font-weight: normal;
          font-style: normal;
          font-size: 16px;
          line-height: 18px;
          color: #ffffff;
          text-align: left;
          text-transform: none;
          text-decoration: none;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1;
          -khtml-opacity: 1; }
          .pre-home-container section .info .bottom a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
            -khtml-opacity: 0.5; }
    .pre-home-container section.theme-vitelloni .info {
      top: 6%;
      left: -100vw;
      width: 88%;
      min-height: 400px;
      padding: 3%;
      -webkit-animation: show-info-vitelloni ease-in-out 0.8s 0.2s forwards;
      -moz-animation: show-info-vitelloni ease-in-out 0.8s 0.2s forwards;
      -ms-animation: show-info-vitelloni ease-in-out 0.8s 0.2s forwards;
      -o-animation: show-info-vitelloni ease-in-out 0.8s 0.2s forwards;
      animation: show-info-vitelloni ease-in-out 0.8s 0.2s forwards; }
      .pre-home-container section.theme-vitelloni .info .top {
        width: 50%; }
        .pre-home-container section.theme-vitelloni .info .top img.logo {
          width: 100%;
          cursor: pointer; }
          .pre-home-container section.theme-vitelloni .info .top img.logo:hover {
            -webkit-animation: jello 1s;
            animation: jello 1s; }
      .pre-home-container section.theme-vitelloni .info .middle {
        flex-direction: column;
        padding-top: 30px;
        padding-left: 3%; }
        .pre-home-container section.theme-vitelloni .info .middle .buttons .button-action.button-visit a:hover {
          color: #9d0010; }
        .pre-home-container section.theme-vitelloni .info .middle .buttons .button-action.button-book a {
          color: #9d0010; }
        .pre-home-container section.theme-vitelloni .info .middle .text {
          top: 0px;
          margin-left: 0px; }
      .pre-home-container section.theme-vitelloni .info .bottom {
        margin-top: 25px;
        margin-left: 14%; }
    .pre-home-container section.theme-focacceria {
      left: 50%; }
      .pre-home-container section.theme-focacceria .info {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -100vw;
        width: 50%;
        padding: 6% 0%;
        -webkit-animation: show-info-foccaceria ease-in-out 0.8s 0.2s forwards;
        -moz-animation: show-info-foccaceria ease-in-out 0.8s 0.2s forwards;
        -ms-animation: show-info-foccaceria ease-in-out 0.8s 0.2s forwards;
        -o-animation: show-info-foccaceria ease-in-out 0.8s 0.2s forwards;
        animation: show-info-foccaceria ease-in-out 0.8s 0.2s forwards; }
        .pre-home-container section.theme-focacceria .info .top {
          width: 100%;
          padding: 0% 5%; }
          .pre-home-container section.theme-focacceria .info .top img {
            width: 100%;
            cursor: pointer; }
            .pre-home-container section.theme-focacceria .info .top img:hover {
              -webkit-animation: jello 1s;
              animation: jello 1s; }
        .pre-home-container section.theme-focacceria .info .middle {
          flex-direction: column;
          width: 94%;
          padding: 20px 0%; }
          .pre-home-container section.theme-focacceria .info .middle .buttons {
            width: 100%;
            padding: 0% 8%; }
            .pre-home-container section.theme-focacceria .info .middle .buttons .button-action.button-visit a:hover {
              color: #2800ff; }
            .pre-home-container section.theme-focacceria .info .middle .buttons .button-action.button-book a {
              color: #2800ff; }
          .pre-home-container section.theme-focacceria .info .middle .text {
            left: -95px;
            width: 140%;
            margin-top: 20px; }
        .pre-home-container section.theme-focacceria .info .bottom {
          margin-top: 20px;
          margin-left: 8%; }
    .pre-home-container section .bg-color-info {
      position: absolute;
      mix-blend-mode: multiply;
      z-index: 2; }
    .pre-home-container section.theme-vitelloni .bg-color-info {
      top: 6%;
      left: -100vw;
      width: 88%;
      height: 30vh;
      min-height: 400px;
      background-color: #9d0010;
      -webkit-animation: show-info-vitelloni ease-in-out 0.8s 0.1s forwards;
      -moz-animation: show-info-vitelloni ease-in-out 0.8s 0.1s forwards;
      -ms-animation: show-info-vitelloni ease-in-out 0.8s 0.1s forwards;
      -o-animation: show-info-vitelloni ease-in-out 0.8s 0.1s forwards;
      animation: show-info-vitelloni ease-in-out 0.8s 0.1s forwards; }
    .pre-home-container section.theme-focacceria .bg-color-info {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: -100vw;
      width: 50%;
      height: 30vh;
      background-color: #2800ff;
      -webkit-animation: show-info-foccaceria ease-in-out 0.8s 0.1s forwards;
      -moz-animation: show-info-foccaceria ease-in-out 0.8s 0.1s forwards;
      -ms-animation: show-info-foccaceria ease-in-out 0.8s 0.1s forwards;
      -o-animation: show-info-foccaceria ease-in-out 0.8s 0.1s forwards;
      animation: show-info-foccaceria ease-in-out 0.8s 0.1s forwards; }
    .pre-home-container section .picture {
      position: fixed;
      width: 100%;
      min-height: 100%;
      z-index: 1; }
    .pre-home-container section.theme-vitelloni .picture {
      background: url("../../images/photos/home_01.jpg") no-repeat center top;
      background-size: cover; }
    .pre-home-container section.theme-focacceria .picture {
      background: url("../../images/photos/home_02.jpg") no-repeat center top;
      background-size: cover; }
  .pre-home-container .social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 30vh;
    height: 20vh;
    bottom: -100vh;
    z-index: 3;
    -webkit-animation: show-social ease-in-out 0.8s 0.5s forwards;
    -moz-animation: show-social ease-in-out 0.8s 0.5s forwards;
    -ms-animation: show-social ease-in-out 0.8s 0.5s forwards;
    -o-animation: show-social ease-in-out 0.8s 0.5s forwards;
    animation: show-social ease-in-out 0.8s 0.5s forwards; }
    .pre-home-container .social .icons {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center; }
      .pre-home-container .social .icons a.icon {
        width: 25px;
        height: 25px;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        opacity: 1;
        -khtml-opacity: 1; }
        .pre-home-container .social .icons a.icon.icon-facebook {
          background: url("../../images/icon_facebook_white.png") no-repeat center;
          background-size: 11px 23px;
          margin-right: 3px; }
        .pre-home-container .social .icons a.icon.icon-instagram {
          background: url("../../images/icon_instagram_white.png") no-repeat center;
          background-size: 25px 25px;
          margin-left: 10px; }
        .pre-home-container .social .icons a.icon:hover {
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
          filter: alpha(opacity=50);
          -moz-opacity: 0.5;
          opacity: 0.5;
          -khtml-opacity: 0.5;
          -webkit-animation: rubberBand 1s;
          animation: rubberBand 1s; }
  .pre-home-container .circle {
    position: absolute;
    bottom: -100vh;
    width: 20vh;
    height: 20vh;
    -webkit-border-radius: 20vh;
    -moz-border-radius: 20vh;
    -ms-border-radius: 20vh;
    border-radius: 20vh;
    mix-blend-mode: multiply;
    z-index: 2;
    -webkit-animation: show-social ease-in-out 0.8s 0.4s forwards;
    -moz-animation: show-social ease-in-out 0.8s 0.4s forwards;
    -ms-animation: show-social ease-in-out 0.8s 0.4s forwards;
    -o-animation: show-social ease-in-out 0.8s 0.4s forwards;
    animation: show-social ease-in-out 0.8s 0.4s forwards; }
    .pre-home-container .circle.blue {
      left: calc(50% - 5vh);
      background-color: #2800ff; }
    .pre-home-container .circle.red {
      left: calc(50% - 15vh);
      background-color: #9d0010; }

/* -------------------------------------------------------------------
PAGE VITELLONI
------------------------------------------------------------------- */
.page-vitelloni {
  display: flex;
  flex-direction: column;
  padding: 0px !important; }
  .page-vitelloni .main-header {
    position: absolute;
    width: 100%;
    padding-top: 45px;
    -moz-transition: background 0.2s ease, height 0.3s ease;
    -o-transition: background 0.2s ease, height 0.3s ease;
    -webkit-transition: background 0.2s ease, height 0.3s ease;
    transition: background 0.2s ease, height 0.3s ease;
    z-index: 10; }
    .page-vitelloni .main-header.small {
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: center;
      position: fixed;
      height: 90px;
      background: #900019;
      padding-top: 0px; }
      .page-vitelloni .main-header.small .container {
        align-items: center;
        width: 100%;
        margin: 0px; }
      .page-vitelloni .main-header.small .logo {
        width: 19%;
        min-width: 120px; }
        .page-vitelloni .main-header.small .logo img {
          width: auto;
          height: 100%;
          max-height: 60px; }
      .page-vitelloni .main-header.small ul.menu {
        margin-top: 14px; }
      .page-vitelloni .main-header.small ul.social {
        margin-top: 14px; }
    .page-vitelloni .main-header .container {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
    .page-vitelloni .main-header .logo {
      width: 25%;
      -moz-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; }
      .page-vitelloni .main-header .logo:hover {
        -webkit-animation: jello 1s;
        animation: jello 1s; }
      .page-vitelloni .main-header .logo img {
        width: 100%; }
    .page-vitelloni .main-header ul.menu {
      display: flex;
      flex-direction: row;
      -moz-transition: margin-top 0.3s ease;
      -o-transition: margin-top 0.3s ease;
      -webkit-transition: margin-top 0.3s ease;
      transition: margin-top 0.3s ease; }
      .page-vitelloni .main-header ul.menu li.item {
        position: relative;
        font-family: "Merriweather-Bold";
        font-weight: normal;
        font-style: normal;
        font-size: 1.2vw;
        line-height: 26px;
        color: #ffffff;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        margin-right: 25px; }
        .page-vitelloni .main-header ul.menu li.item:last-child {
          margin-right: 10px; }
        .page-vitelloni .main-header ul.menu li.item a {
          font-family: "Merriweather-Bold";
          font-weight: normal;
          font-style: normal;
          font-size: 1.2vw;
          line-height: 26px;
          color: #ffffff;
          text-align: left;
          text-transform: uppercase;
          text-decoration: none; }
          .page-vitelloni .main-header ul.menu li.item a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            top: 22px;
            left: 0px;
            visibility: hidden;
            transform: scaleX(0);
            transition: .25s linear;
            background: #ffffff; }
          .page-vitelloni .main-header ul.menu li.item a:hover:before {
            visibility: visible;
            transform: scaleX(1); }
          .page-vitelloni .main-header ul.menu li.item a:focus:before {
            visibility: visible;
            transform: scaleX(1); }
        .page-vitelloni .main-header ul.menu li.item.active {
          font-family: "Merriweather-Bold";
          font-weight: normal;
          font-style: normal;
          font-size: 1.2vw;
          line-height: 26px;
          color: #ef0600;
          text-align: left;
          text-transform: uppercase;
          text-decoration: none; }
          .page-vitelloni .main-header ul.menu li.item.active a {
            font-family: "Merriweather-Bold";
            font-weight: normal;
            font-style: normal;
            font-size: 1.2vw;
            line-height: 26px;
            color: #ef0600;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none; }
            .page-vitelloni .main-header ul.menu li.item.active a:before {
              visibility: visible;
              transform: scaleX(1);
              background: #ef0600; }
    .page-vitelloni .main-header ul.social {
      display: flex;
      flex-direction: row;
      width: 62px;
      height: 26px;
      -moz-transition: margin-top 0.3s ease;
      -o-transition: margin-top 0.3s ease;
      -webkit-transition: margin-top 0.3s ease;
      transition: margin-top 0.3s ease; }
      .page-vitelloni .main-header ul.social li.icon {
        display: flex; }
        .page-vitelloni .main-header ul.social li.icon a {
          display: flex;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1;
          -khtml-opacity: 1; }
          .page-vitelloni .main-header ul.social li.icon a.icon-facebook {
            width: 26px;
            height: 26px;
            background: url("../../images/icon_facebook_red.png") no-repeat center;
            background-size: 12px 24px;
            margin-right: 5px; }
          .page-vitelloni .main-header ul.social li.icon a.icon-instagram {
            width: 26px;
            height: 26px;
            background: url("../../images/icon_instagram_red.png") no-repeat center;
            background-size: 26px 26px;
            margin-left: 5px; }
          .page-vitelloni .main-header ul.social li.icon a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
            -khtml-opacity: 0.5;
            -webkit-animation: rubberBand 1s;
            animation: rubberBand 1s; }
  .page-vitelloni .header-mobile {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #000000;
    z-index: 10; }
    .page-vitelloni .header-mobile .btn-menu {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 35px;
      height: 25px;
      cursor: pointer;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      -moz-opacity: 1;
      opacity: 1;
      -khtml-opacity: 1;
      margin-left: 20px; }
      .page-vitelloni .header-mobile .btn-menu:hover {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        opacity: 0.5;
        -khtml-opacity: 0.5; }
      .page-vitelloni .header-mobile .btn-menu .line {
        position: relative;
        width: 100%;
        height: 4px;
        background-color: #ef0600;
        -moz-transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -o-transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        -webkit-transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
        transition: top 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease; }
        .page-vitelloni .header-mobile .btn-menu .line:nth-of-type(1) {
          transform-origin: top left; }
        .page-vitelloni .header-mobile .btn-menu .line:nth-of-type(3) {
          transform-origin: bottom left; }
      .page-vitelloni .header-mobile .btn-menu.active .line:nth-of-type(1) {
        top: -2px;
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .page-vitelloni .header-mobile .btn-menu.active .line:nth-of-type(2) {
        display: none; }
      .page-vitelloni .header-mobile .btn-menu.active .line:nth-of-type(3) {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .page-vitelloni .header-mobile .logo {
      height: 40px;
      -moz-transition: width 0.3s ease;
      -o-transition: width 0.3s ease;
      -webkit-transition: width 0.3s ease;
      transition: width 0.3s ease; }
      .page-vitelloni .header-mobile .logo:hover {
        -webkit-animation: jello 1s;
        animation: jello 1s; }
      .page-vitelloni .header-mobile .logo img {
        height: 100%; }
    .page-vitelloni .header-mobile ul.social {
      display: flex;
      flex-direction: row;
      width: 62px;
      height: 26px;
      -moz-transition: margin-top 0.3s ease;
      -o-transition: margin-top 0.3s ease;
      -webkit-transition: margin-top 0.3s ease;
      transition: margin-top 0.3s ease;
      margin-bottom: 0px;
      margin-right: 20px; }
      .page-vitelloni .header-mobile ul.social li.icon {
        display: flex; }
        .page-vitelloni .header-mobile ul.social li.icon a {
          display: flex;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
          filter: alpha(opacity=100);
          -moz-opacity: 1;
          opacity: 1;
          -khtml-opacity: 1; }
          .page-vitelloni .header-mobile ul.social li.icon a.icon-facebook {
            width: 26px;
            height: 26px;
            background: url("../../images/icon_facebook_red.png") no-repeat center;
            background-size: 12px 24px;
            margin-right: 5px; }
          .page-vitelloni .header-mobile ul.social li.icon a.icon-instagram {
            width: 26px;
            height: 26px;
            background: url("../../images/icon_instagram_red.png") no-repeat center;
            background-size: 26px 26px;
            margin-left: 5px; }
          .page-vitelloni .header-mobile ul.social li.icon a:hover {
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
            filter: alpha(opacity=50);
            -moz-opacity: 0.5;
            opacity: 0.5;
            -khtml-opacity: 0.5;
            -webkit-animation: rubberBand 1s;
            animation: rubberBand 1s; }
  .page-vitelloni #menu-mobile {
    position: fixed;
    top: 60px;
    left: -100vw;
    width: 100%;
    min-height: calc(100vh - 60px);
    background-color: #000000;
    border-top: 1px solid #ffffff;
    z-index: 100; }
    .page-vitelloni #menu-mobile.active {
      -webkit-animation: show-container-menu-mobile ease 0.5s forwards;
      -moz-animation: show-container-menu-mobile ease 0.5s forwards;
      -ms-animation: show-container-menu-mobile ease 0.5s forwards;
      -o-animation: show-container-menu-mobile ease 0.5s forwards;
      animation: show-container-menu-mobile ease 0.5s forwards; }
    .page-vitelloni #menu-mobile ul.menu {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      position: absolute;
      width: 100%;
      height: 100%; }
      .page-vitelloni #menu-mobile ul.menu li.item {
        position: relative;
        font-family: "Merriweather-Bold";
        font-weight: normal;
        font-style: normal;
        font-size: 26px;
        line-height: 26px;
        color: #ffffff;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none;
        margin: 15px 0px; }
        .page-vitelloni #menu-mobile ul.menu li.item a {
          font-family: "Merriweather-Bold";
          font-weight: normal;
          font-style: normal;
          font-size: 26px;
          line-height: 26px;
          color: #ffffff;
          text-align: left;
          text-transform: uppercase;
          text-decoration: none; }
          .page-vitelloni #menu-mobile ul.menu li.item a:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 2px;
            top: 28px;
            left: 0px;
            visibility: hidden;
            transform: scaleX(0);
            transition: .25s linear;
            background: #ffffff; }
          .page-vitelloni #menu-mobile ul.menu li.item a:hover:before {
            visibility: visible;
            transform: scaleX(1); }
          .page-vitelloni #menu-mobile ul.menu li.item a:focus:before {
            visibility: visible;
            transform: scaleX(1); }
        .page-vitelloni #menu-mobile ul.menu li.item.active {
          font-family: "Merriweather-Bold";
          font-weight: normal;
          font-style: normal;
          font-size: 26px;
          line-height: 26px;
          color: #ef0600;
          text-align: left;
          text-transform: uppercase;
          text-decoration: none; }
          .page-vitelloni #menu-mobile ul.menu li.item.active a {
            font-family: "Merriweather-Bold";
            font-weight: normal;
            font-style: normal;
            font-size: 26px;
            line-height: 26px;
            color: #ef0600;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none; }
            .page-vitelloni #menu-mobile ul.menu li.item.active a:before {
              visibility: visible;
              transform: scaleX(1);
              background: #ef0600; }
  .page-vitelloni section {
    display: flex;
    flex-direction: column; }
    .page-vitelloni section.section-highlight {
      position: relative;
      width: 100%;
      height: 1000px;
      min-height: 100vh;
      background-color: #900019; }
      .page-vitelloni section.section-highlight .content-above {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        z-index: 2; }
      .page-vitelloni section.section-highlight .content {
        display: flex;
        flex-direction: column;
        margin-top: 200px;
        margin-left: 12%; }
        .page-vitelloni section.section-highlight .content ul.wrap-title {
          display: flex; }
          .page-vitelloni section.section-highlight .content ul.wrap-title li.item-title {
            display: flex;
            font-family: "RegattiaStencil-Bold";
            font-weight: normal;
            font-style: normal;
            font-size: 8vw;
            line-height: 9vw;
            color: #ffffff;
            text-align: left;
            text-transform: none;
            text-decoration: underline; }
        .page-vitelloni section.section-highlight .content .wrap-text {
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          width: 100%;
          padding-top: 30px;
          padding-bottom: 50px; }
          .page-vitelloni section.section-highlight .content .wrap-text .text {
            display: flex;
            width: 600px;
            font-family: "Merriweather-Regular";
            font-weight: normal;
            font-style: normal;
            font-size: 22px;
            line-height: 26px;
            color: #ef0600;
            text-align: left;
            text-transform: none;
            text-decoration: none;
            margin-bottom: 40px; }
          .page-vitelloni section.section-highlight .content .wrap-text .button-movie {
            display: flex;
            width: 600px; }
            .page-vitelloni section.section-highlight .content .wrap-text .button-movie a {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 20px;
              line-height: 20px;
              color: #ef0600;
              text-align: center;
              text-transform: none;
              text-decoration: none;
              border: 4px solid #ef0600;
              background: none;
              padding: 10px 15px; }
              .page-vitelloni section.section-highlight .content .wrap-text .button-movie a:hover {
                -webkit-animation: swing 0.5s;
                animation: swing 0.5s;
                background: #ffffff; }
      .page-vitelloni section.section-highlight .slideshow-photos {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        z-index: 1; }
        .page-vitelloni section.section-highlight .slideshow-photos .slide {
          position: absolute;
          width: 100%;
          height: 100%;
          -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
          filter: alpha(opacity=0);
          -moz-opacity: 0;
          opacity: 0;
          -khtml-opacity: 0;
          -webkit-animation: slideshow-photos 30s infinite;
          -moz-animation: slideshow-photos 30s infinite;
          -ms-animation: slideshow-photos 30s infinite;
          -o-animation: slideshow-photos 30s infinite;
          animation: slideshow-photos 30s infinite; }
          .page-vitelloni section.section-highlight .slideshow-photos .slide.photo-1 {
            background: url("../../images/photos/slider_01.jpg") no-repeat center;
            background-size: cover;
            animation-delay: 0s; }
          .page-vitelloni section.section-highlight .slideshow-photos .slide.photo-2 {
            background: url("../../images/photos/slider_02.jpg") no-repeat center;
            background-size: cover;
            animation-delay: 10s; }
          .page-vitelloni section.section-highlight .slideshow-photos .slide.photo-3 {
            background: url("../../images/photos/slider_03.jpg") no-repeat center;
            background-size: cover;
            animation-delay: 20s; }
    .page-vitelloni section.section-standard {
      position: relative;
      width: 100%;
      background-color: #ffffff;
      /*-- COMMUN (TOUTES SECTIONS) --*/
      /*-- CUISINE --*/
      /*-- HORAIRES --*/
      /*-- CONTACT --*/ }
      .page-vitelloni section.section-standard .line-red {
        position: absolute;
        height: 8px;
        background-color: #ef0600;
        z-index: 2; }
      .page-vitelloni section.section-standard .content-center .title-section {
        font-family: "Merriweather-Light";
        font-weight: normal;
        font-style: normal;
        font-size: 70px;
        line-height: 70px;
        color: #000000;
        text-align: left;
        text-transform: uppercase;
        text-decoration: none; }
      .page-vitelloni section.section-standard.section-cuisine .line-red {
        top: 598px;
        right: 0px;
        width: 66%; }
      .page-vitelloni section.section-standard.section-cuisine .content-center {
        position: relative;
        width: 100%;
        z-index: 3; }
        .page-vitelloni section.section-standard.section-cuisine .content-center .title-section {
          margin-top: 569px;
          margin-left: 29%; }
        .page-vitelloni section.section-standard.section-cuisine .content-center .title-red {
          position: relative;
          font-family: "RegattiaStencil-Bold";
          font-weight: normal;
          font-style: normal;
          font-size: 104px;
          line-height: 120px;
          color: #ef0600;
          text-align: left;
          text-transform: none;
          text-decoration: underline;
          margin-top: 435px;
          margin-left: 12%; }
        .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions {
          display: flex;
          flex-direction: column; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .button-book a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Merriweather-Regular";
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 16px;
            color: #ef0600;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            padding: 8px;
            background-color: #ffffff;
            border: 3px solid #ef0600; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .button-book a:hover {
              color: #ffffff;
              background-color: #ef0600; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .social {
            display: flex;
            flex-direction: row;
            margin-top: 20px; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .social a.icon-social {
              width: 26px;
              height: 26px;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              opacity: 1;
              -khtml-opacity: 1; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .social a.icon-social.icon-facebook {
                background: url("../../images/icon_facebook_black.png") no-repeat center;
                background-size: 12px 23px;
                margin-right: 6px; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .social a.icon-social.icon-instagram {
                background: url("../../images/icon_instagram_black.png") no-repeat center;
                background-size: 26px 26px;
                margin-left: 6px; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine .actions .social a.icon-social:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                opacity: 0.5;
                -khtml-opacity: 0.5;
                -webkit-animation: rubberBand 1s;
                animation: rubberBand 1s; }
        .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 {
          position: relative;
          width: 100%;
          margin-top: 257px; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .actions {
            position: absolute;
            top: 0px;
            right: 10px;
            z-index: 2; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .actions .social {
              justify-content: flex-end; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .desc {
            position: absolute;
            width: 73%;
            max-width: 856px;
            height: 100%;
            max-height: 572px;
            z-index: 2; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .desc .content-desc {
              position: absolute;
              right: -210px;
              bottom: 0px;
              display: flex;
              flex-direction: column;
              width: 420px;
              height: 265px;
              background-color: #ffffff;
              padding-top: 50px;
              padding-left: 44px; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .desc .content-desc .title {
                font-family: "Merriweather-Bold";
                font-weight: normal;
                font-style: normal;
                font-size: 18px;
                line-height: 18px;
                color: #000000;
                text-align: left;
                text-transform: uppercase;
                text-decoration: none; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .desc .content-desc .text {
                font-family: "Merriweather-Regular";
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                line-height: 20px;
                color: #000000;
                text-align: left;
                text-transform: none;
                text-decoration: none;
                margin-top: 20px; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .photo {
            position: relative;
            top: 0px;
            left: 0px;
            width: 73%;
            max-width: 856px;
            z-index: 1; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-1 .photo img {
              width: 100%; }
        .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 {
          position: relative;
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-top: 1224px; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content {
            display: flex;
            width: 25%;
            flex-direction: column; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content .desc {
              width: 100%;
              padding-top: 25px; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content .desc .title {
                font-family: "Merriweather-Bold";
                font-weight: normal;
                font-style: normal;
                font-size: 18px;
                line-height: 20px;
                color: #000000;
                text-align: left;
                text-transform: uppercase;
                text-decoration: none; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content .desc .text {
                font-family: "Merriweather-Regular";
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                line-height: 20px;
                color: #000000;
                text-align: left;
                text-transform: none;
                text-decoration: none;
                margin-top: 20px; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content .actions {
              width: 100%;
              margin-top: 115px; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content .actions .button-book {
                display: flex;
                justify-content: flex-end; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-content .actions .social {
                justify-content: flex-end;
                padding-right: 50px; }
          .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-picture {
            position: relative;
            display: flex;
            width: 57%; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-picture .photo {
              position: absolute;
              top: 0px;
              right: 0px;
              width: 100%;
              max-width: 675px;
              z-index: 2; }
              .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-picture .photo img {
                width: 100%; }
            .page-vitelloni section.section-standard.section-cuisine .content-center .sub-section-cuisine.template-2 .wrap-picture .deco {
              position: relative;
              top: 105px;
              left: 15%;
              width: 100%;
              max-width: 720px;
              background-color: #9d0010;
              z-index: 1; }
      .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full {
        position: relative;
        display: flex;
        width: 100%;
        height: 100vh;
        max-height: 856px;
        background: url("../../images/photos/cuisine_03.jpg") no-repeat center;
        background-size: cover;
        margin-top: 245px; }
        .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .container {
          position: relative; }
        .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .desc {
          display: flex;
          flex-direction: column;
          width: 44%;
          margin-top: 10%;
          margin-left: 2%;
          padding: 35px 35px 50px 35px;
          background: #ffffff; }
          .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .desc .title {
            font-family: "Merriweather-Bold";
            font-weight: normal;
            font-style: normal;
            font-size: 18px;
            line-height: 20px;
            color: #000000;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none; }
          .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .desc .text {
            font-family: "Merriweather-Regular";
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 20px;
            color: #000000;
            text-align: left;
            text-transform: none;
            text-decoration: none;
            margin-top: 20px; }
        .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions {
          position: absolute;
          right: 18%;
          bottom: 19%;
          display: flex;
          flex-direction: column;
          z-index: 2; }
          .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .button-book a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Merriweather-Regular";
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 16px;
            color: #ffffff;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            padding: 8px;
            background-color: none;
            border: 3px solid #ffffff; }
            .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .button-book a:hover {
              color: #ef0600;
              background-color: #ffffff; }
          .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .social {
            display: flex;
            flex-direction: row;
            margin-top: 20px; }
            .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .social a.icon-social {
              width: 26px;
              height: 26px;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              opacity: 1;
              -khtml-opacity: 1; }
              .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .social a.icon-social.icon-facebook {
                background: url("../../images/icon_facebook_white.png") no-repeat center;
                background-size: 12px 23px;
                margin-right: 6px; }
              .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .social a.icon-social.icon-instagram {
                background: url("../../images/icon_instagram_white.png") no-repeat center;
                background-size: 26px 26px;
                margin-left: 6px; }
              .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .actions .social a.icon-social:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                opacity: 0.5;
                -khtml-opacity: 0.5;
                -webkit-animation: rubberBand 1s;
                animation: rubberBand 1s; }
        .page-vitelloni section.section-standard.section-cuisine .content-cuisine-full .filter-red {
          position: absolute;
          right: 0px;
          width: 40%;
          height: 100%;
          background-color: #9d0010;
          mix-blend-mode: multiply; }
      .page-vitelloni section.section-standard.section-cuisine .produit-1 {
        position: absolute;
        top: 110px;
        left: 0px;
        width: 40vw;
        max-width: 574px;
        height: 75vw;
        max-height: 1080px;
        background: url("../../images/photos/produit_01.jpg") no-repeat left;
        background-size: 100% 100%;
        z-index: 1; }
      .page-vitelloni section.section-standard.section-cuisine .produit-2 {
        position: absolute;
        top: 2285px;
        right: 0px;
        width: 45vw;
        max-width: 648px;
        height: 57vw;
        max-height: 818px;
        background: url("../../images/photos/produit_02.jpg") no-repeat left;
        background-size: 100% 100%;
        z-index: 1; }
      .page-vitelloni section.section-standard.section-cuisine .produit-3 {
        position: absolute;
        top: 2455px;
        left: 0px;
        width: 25vw;
        max-width: 360px;
        height: 66vw;
        max-height: 947px;
        background: url("../../images/photos/produit_03.jpg") no-repeat left;
        background-size: 100% 100%;
        z-index: 1; }
      .page-vitelloni section.section-standard.section-horaires .line-red {
        top: 387px;
        left: 0px;
        width: 75%; }
      .page-vitelloni section.section-standard.section-horaires .content-center {
        position: relative;
        width: 100%;
        z-index: 3; }
        .page-vitelloni section.section-standard.section-horaires .content-center .container {
          position: relative; }
        .page-vitelloni section.section-standard.section-horaires .content-center .actions {
          position: absolute;
          top: 320px;
          left: 2%;
          display: flex;
          flex-direction: row;
          z-index: 2; }
          .page-vitelloni section.section-standard.section-horaires .content-center .actions .button-book a {
            display: flex;
            justify-content: center;
            align-items: center;
            font-family: "Merriweather-Regular";
            font-weight: normal;
            font-style: normal;
            font-size: 16px;
            line-height: 16px;
            color: #ef0600;
            text-align: center;
            text-transform: uppercase;
            text-decoration: none;
            padding: 8px;
            background-color: none;
            border: 3px solid #ef0600; }
            .page-vitelloni section.section-standard.section-horaires .content-center .actions .button-book a:hover {
              color: #ffffff;
              background-color: #ef0600; }
          .page-vitelloni section.section-standard.section-horaires .content-center .actions .social {
            display: flex;
            flex-direction: row;
            margin-top: 6px;
            margin-left: 14px; }
            .page-vitelloni section.section-standard.section-horaires .content-center .actions .social a.icon-social {
              width: 26px;
              height: 26px;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              opacity: 1;
              -khtml-opacity: 1; }
              .page-vitelloni section.section-standard.section-horaires .content-center .actions .social a.icon-social.icon-facebook {
                background: url("../../images/icon_facebook_black.png") no-repeat center;
                background-size: 12px 23px;
                margin-right: 6px; }
              .page-vitelloni section.section-standard.section-horaires .content-center .actions .social a.icon-social.icon-instagram {
                background: url("../../images/icon_instagram_black.png") no-repeat center;
                background-size: 26px 26px;
                margin-left: 6px; }
              .page-vitelloni section.section-standard.section-horaires .content-center .actions .social a.icon-social:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                opacity: 0.5;
                -khtml-opacity: 0.5;
                -webkit-animation: rubberBand 1s;
                animation: rubberBand 1s; }
        .page-vitelloni section.section-standard.section-horaires .content-center .title-section {
          margin-top: 358px;
          margin-left: 30%; }
        .page-vitelloni section.section-standard.section-horaires .content-center .week {
          display: flex;
          flex-direction: row;
          justify-content: space-between;
          margin-top: 65px; }
          .page-vitelloni section.section-standard.section-horaires .content-center .week .day {
            display: flex;
            flex-direction: column; }
            .page-vitelloni section.section-standard.section-horaires .content-center .week .day .title {
              font-family: "Merriweather-Bold";
              font-weight: normal;
              font-style: normal;
              font-size: 18px;
              line-height: 18px;
              color: #000000;
              text-align: center;
              text-transform: uppercase;
              text-decoration: none; }
            .page-vitelloni section.section-standard.section-horaires .content-center .week .day .text {
              font-family: "Merriweather-Light";
              font-weight: normal;
              font-style: normal;
              font-size: 18px;
              line-height: 24px;
              color: #000000;
              text-align: center;
              text-transform: uppercase;
              text-decoration: none;
              margin-top: 35px; }
            .page-vitelloni section.section-standard.section-horaires .content-center .week .day:nth-child(even) {
              margin-top: 50px; }
        .page-vitelloni section.section-standard.section-horaires .content-center .mention {
          margin-top: 100px; }
          .page-vitelloni section.section-standard.section-horaires .content-center .mention img.arrow {
            width: auto;
            height: 9px;
            margin-top: -6px;
            margin-right: 5px; }
          .page-vitelloni section.section-standard.section-horaires .content-center .mention span.text {
            font-family: "Merriweather-Regular";
            font-weight: normal;
            font-style: normal;
            font-size: 17px;
            line-height: 24px;
            color: #000000;
            text-align: left;
            text-transform: uppercase;
            text-decoration: none; }
            .page-vitelloni section.section-standard.section-horaires .content-center .mention span.text a {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              line-height: 24px;
              color: #ef0600;
              text-align: left;
              text-transform: uppercase;
              text-decoration: none;
              -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
              filter: alpha(opacity=100);
              -moz-opacity: 1;
              opacity: 1;
              -khtml-opacity: 1; }
              .page-vitelloni section.section-standard.section-horaires .content-center .mention span.text a:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
                filter: alpha(opacity=50);
                -moz-opacity: 0.5;
                opacity: 0.5;
                -khtml-opacity: 0.5; }
      .page-vitelloni section.section-standard.section-horaires .produit-4 {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 25vw;
        max-width: 360px;
        height: 62vw;
        max-height: 896px;
        background: url("../../images/photos/produit_04.jpg") no-repeat left;
        background-size: 100% 100%;
        z-index: 1; }
      .page-vitelloni section.section-standard.section-contact .line-red {
        top: 340px;
        right: 0px;
        width: 89%; }
      .page-vitelloni section.section-standard.section-contact .content-center {
        position: relative;
        width: 100%;
        z-index: 3; }
        .page-vitelloni section.section-standard.section-contact .content-center .title-section {
          margin-top: 308px;
          margin-left: 11%; }
      .page-vitelloni section.section-standard.section-contact .content-contact-full {
        position: relative;
        display: flex;
        width: 100%;
        margin-top: 120px; }
        .page-vitelloni section.section-standard.section-contact .content-contact-full .filter-red {
          position: absolute;
          left: 0px;
          width: 14%;
          max-width: 213px;
          height: 1000px;
          background-color: #9d0010;
          mix-blend-mode: multiply;
          z-index: 2; }
        .page-vitelloni section.section-standard.section-contact .content-contact-full .photo {
          position: absolute;
          width: 57%;
          max-width: 822px;
          margin-top: 35px;
          z-index: 1; }
          .page-vitelloni section.section-standard.section-contact .content-contact-full .photo img {
            width: 100%;
            height: auto; }
        .page-vitelloni section.section-standard.section-contact .content-contact-full .container {
          position: relative;
          display: flex;
          flex-direction: column;
          align-items: flex-end;
          padding-top: 40px; }
          .page-vitelloni section.section-standard.section-contact .content-contact-full .container .mention {
            width: 100%; }
            .page-vitelloni section.section-standard.section-contact .content-contact-full .container .mention img.arrow {
              width: auto;
              height: 9px;
              margin-top: -6px;
              margin-right: 5px; }
            .page-vitelloni section.section-standard.section-contact .content-contact-full .container .mention span.text {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 17px;
              line-height: 24px;
              color: #000000;
              text-align: left;
              text-transform: uppercase;
              text-decoration: none; }
          .page-vitelloni section.section-standard.section-contact .content-contact-full .container .box-contact {
            display: flex;
            flex-direction: column;
            width: 38%;
            margin-bottom: 55px; }
            .page-vitelloni section.section-standard.section-contact .content-contact-full .container .box-contact .title {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 26px;
              line-height: 26px;
              color: #000000;
              text-align: left;
              text-transform: uppercase;
              text-decoration: none;
              margin-bottom: 30px; }
            .page-vitelloni section.section-standard.section-contact .content-contact-full .container .box-contact .line-content {
              font-family: "Merriweather-Regular";
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              line-height: 16px;
              color: #000000;
              text-align: left;
              text-transform: uppercase;
              text-decoration: none; }
              .page-vitelloni section.section-standard.section-contact .content-contact-full .container .box-contact .line-content a {
                font-family: "Merriweather-Regular";
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                line-height: 16px;
                color: #000000;
                text-align: left;
                text-transform: uppercase;
                text-decoration: none; }
                .page-vitelloni section.section-standard.section-contact .content-contact-full .container .box-contact .line-content a:hover {
                  color: #ef0600; }
            .page-vitelloni section.section-standard.section-contact .content-contact-full .container .box-contact .sep {
              width: 50px;
              height: 2px;
              background-color: #000000;
              margin: 12px 0px 10px 0px; }
      .page-vitelloni section.section-standard.section-contact .produit-5 {
        position: absolute;
        top: 1048px;
        right: 0px;
        width: 48vw;
        max-width: 690px;
        height: 60vw;
        max-height: 864px;
        background: url("../../images/photos/produit_05.jpg") no-repeat left;
        background-size: 100% 100%;
        margin-bottom: 125px;
        z-index: 1; }

/* -------------------------------------------------------------------
ANIMATIONS
------------------------------------------------------------------- */
@-webkit-keyframes slideshow-photos {
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1; }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0; } }

@-moz-keyframes slideshow-photos {
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1; }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0; } }

@-ms-keyframes slideshow-photos {
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1; }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0; } }

@-o-keyframes slideshow-photos {
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1; }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0; } }

@keyframes slideshow-photos {
  25% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -khtml-opacity: 1; }
  40% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -khtml-opacity: 0; } }

@-webkit-keyframes show-social {
  from {
    bottom: -100vh; }
  to {
    bottom: 2vh; } }

@-moz-keyframes show-social {
  from {
    bottom: -100vh; }
  to {
    bottom: 2vh; } }

@-ms-keyframes show-social {
  from {
    bottom: -100vh; }
  to {
    bottom: 2vh; } }

@-o-keyframes show-social {
  from {
    bottom: -100vh; }
  to {
    bottom: 2vh; } }

@keyframes show-social {
  from {
    bottom: -100vh; }
  to {
    bottom: 2vh; } }

@-webkit-keyframes show-info-vitelloni {
  from {
    left: -100vw; }
  to {
    left: 6%; } }

@-moz-keyframes show-info-vitelloni {
  from {
    left: -100vw; }
  to {
    left: 6%; } }

@-ms-keyframes show-info-vitelloni {
  from {
    left: -100vw; }
  to {
    left: 6%; } }

@-o-keyframes show-info-vitelloni {
  from {
    left: -100vw; }
  to {
    left: 6%; } }

@keyframes show-info-vitelloni {
  from {
    left: -100vw; }
  to {
    left: 6%; } }

@-webkit-keyframes show-info-foccaceria {
  from {
    right: -100vw; }
  to {
    right: 8%; } }

@-moz-keyframes show-info-foccaceria {
  from {
    right: -100vw; }
  to {
    right: 8%; } }

@-ms-keyframes show-info-foccaceria {
  from {
    right: -100vw; }
  to {
    right: 8%; } }

@-o-keyframes show-info-foccaceria {
  from {
    right: -100vw; }
  to {
    right: 8%; } }

@keyframes show-info-foccaceria {
  from {
    right: -100vw; }
  to {
    right: 8%; } }

@-webkit-keyframes show-container-menu-mobile {
  from {
    left: -100vw; }
  to {
    left: 0px; } }

@-moz-keyframes show-container-menu-mobile {
  from {
    left: -100vw; }
  to {
    left: 0px; } }

@-ms-keyframes show-container-menu-mobile {
  from {
    left: -100vw; }
  to {
    left: 0px; } }

@-o-keyframes show-container-menu-mobile {
  from {
    left: -100vw; }
  to {
    left: 0px; } }

@keyframes show-container-menu-mobile {
  from {
    left: -100vw; }
  to {
    left: 0px; } }
