@charset "UTF-8";
#contenu,
#header,
body,
html {
    padding: 0;
    margin: 0
}
@keyframes slidy {
    0% {
        left: 0%;
    }
    20% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}
#franchise-header a {
    line-height: 160%;
}

a.reservation_popup{
        border: solid #FFF 2px;
    display: inline !important;
    padding: 3% 2% 2% 2%;
        margin-left: -2.1%;
}

a.review_popup{
        padding-bottom: 5% !important;
}
header h1 {
       font-family: 'Libre Baskerville', serif;
    text-transform: none;
    font-size: 1.5vw !important;
    color: #FFF;
    text-align: center;
    letter-spacing: normal;
    /* padding: 6%; */
    margin: 20% 0;
    width: 100%;
    vertical-align: super;
}
#form label {
    display: block;
    margin: 2% 0;
    text-transform: uppercase;
    font-size: .7vw;
}
@-webkit-keyframes slideDown {
    0%,
    100% {
        -webkit-transform: translateY(-300px)
    }
    10%,
    90% {
        -webkit-transform: translateY(0px)
    }
}
@-moz-keyframes slideDown {
    0%,
    50% {
        -moz-transform: translateY(-300px)
    }
    10%,
    90% {
        -moz-transform: translateY(0px)
    }
}
@-webkit-keyframes slideUp {
    0%,
    100% {
        -webkit-transform: translateY(0px)
    }
    10%,
    90% {
        -webkit-transform: translateY(-300px)
    }
}
@-moz-keyframes slideUp {
    0%,
    100% {
        -moz-transform: translateY(0px)
    }
    10%,
    90% {
        -moz-transform: translateY(-500px)
    }
}
.messageform {
    -webkit-transform: translateY(-300px);
    -webkit-animation: slideDown 2.5s 1s 1 ease;
    -moz-transform: translateY(-300px);
    -moz-animation: slideDown 2.5s 1s 1 ease;
    -webkit-animation-direction: normal;
    -moz-animation-direction: normal;
    visibility: visible;
}
.retour {
    visibility: hidden;
}
#returnmessage {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 100;
    color: #FFF;
    margin: 0
}
p.erreur {
    background: #CD202C;
}
p.reussite {
    background: #2ecc71;
}
#form .button {
    -webkit-appearance: none;
    clear: both;
    background-color: #FFF;
    border: 0;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: 300;
    height: 32px;
    line-height: 32px;
    margin: 3% 5% 2% 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    font-size: 0.8vw;
    text-transform: uppercase;
}
#form input[type=text] {
    background-color: #373737;
    border-bottom: 2px solid #FFF;
    display: block;
    margin: 0 auto;
    min-height: 26px;
    max-width: 100%;
    padding: 0;
    vertical-align: middle;
    width: 100%;
    min-width: 100px;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #FFF;
    font-size: 0.8vw;
}
div#slider,
div#slider2,
div#slider3,
div#slider4 {
    overflow: hidden;
}
div#slider figure img,
div#slider2 figure img,
div#slider3 figure img,
div#slider4 figure img {
    width: 20%;
    float: left;
}
div#slider figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}
div#slider2 figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 40s slidy infinite;
}
div#slider3 figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 50s slidy infinite;
}
div#slider4 figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 60s slidy infinite;
}
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    /* change if the mask should have another color then white */
    z-index: 2000;
    /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    position: absolute;
    left: 50%;
    /* centers the loading animation horizontally one the screen */
    top: 50%;
    /* centers the loading animation vertically one the screen */
    background-image: url(../images/loading.gif);
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    /* is width and height divided by two */
}
p.legende {
    padding-top: 1em;
    font-size: 0.6em;
    text-transform: uppercase
}
h3.histoire {
    text-align: center;
    border-bottom: solid thin #FFF;
    padding: 2em 0 1em 0;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-size: 0.8vw;
    font-weight: 700
}
p.histoire {
    margin-top: 2em;
    text-align: center;
    line-height: 1.5em;
    text-transform: uppercase;
    font-size: 1.2vw;
    font-style: italic
}
#contenu,
.marquee,
div.slideshow {
    overflow: hidden
}

}
#facebook .avatar-size-square,
#menu ul li,
#slider1 ul,
.bx-viewport,
.show-menu,
ol,
ul {
    list-style: none
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
body,
html {
    background: #FFF;
    width: 100%;
    font-size: 1vw;
    letter-spacing: .08em;
    line-height: 100%;
    content: 'viewport-units-buggyfill; font-size: 1vw;';
    font-family: Futura-Light;
    font-weight: 100
}
#menu {
    line-height: 120px
}
a.login {
    background: #CD202C;
    color: #fff;
    font-family: Futura-Bold, sans-serif;
    font-size: 0.8vw;
    width: auto;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    padding: 1%;
    text-decoration: none;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    margin: 1% auto 0 auto;
    letter-spacing: 0.1em;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}
div.espace-perso {
    text-align: center;
    margin: 2% auto 0 auto;
    width: 100%;
    position: absolute;
    bottom: 8%;
}
#franchise-header {
    background: url(../images/carreaux.jpg) center center;
    z-index: 1000;
}
a.salon {
    position: absolute;
    right: 5%;
    top: 20%;
}
.red,
.colonne-franchise a {
    color: #CD202C !important;
}
div.franchise h1 {
    font-size: 1.8vw;
    text-align: left;
}
div.titrage.franchise {
    margin: 5% 1% 5% 5%;
    width: 80%;
}
#franchise-header h1 {
    font-family: 'Libre Baskerville', serif;
    text-transform: none;
    font-size: 2.5vw;
    color: #333;
    text-align: center;
    letter-spacing: normal;
    padding: 6% 0 0 0;
    margin: 0 auto;
    width: 80%;
}
#franchise-header h1 span {
    color: #CD202C;
}
#franchise-header h1 span {
    color: #CD202C;
}
img.icone {
    transform: rotate(-5deg);
    margin: -5% 5% 5% 18%;
}
img {
    max-width: 100%;
    height: auto;
    color: #333;
    font-size: .6vw
}
a:active,
a:link,
a:visited {
    text-decoration: none;
    color: #FFF
}
@font-face {
    font-family: Futura-Light;
    src: url(../fonts/FuturaLT-Light.eot);
    src: url(../fonts/FuturaLT-Light.eot#iefix) format('vwbedded-opentype'), url(../fonts/FuturaLT-Light.woff) format('woff2'), url(../fonts/FuturaLT-Light.woff) format('woff'), url(../fonts/FuturaLT-Light.ttf) format('truetype'), url(../fonts/FuturaLT-Light.svg) format('svg');
    font-weight: 100;
    font-style: normal
}
@font-face {
    font-family: Futura-LightOblique;
    src: url(../fonts/FuturaLT-LightOblique.eot);
    src: url(../fonts/FuturaLT-LightOblique.eot#iefix) format('vwbedded-opentype'), url(../fonts/FuturaLT-LightOblique.woff) format('woff2'), url(../fonts/FuturaLT-LightOblique.woff) format('woff'), url(../fonts/FuturaLT-LightOblique.ttf) format('truetype'), url(../fonts/FuturaLT-LightOblique.svg) format('svg');
    font-weight: 100;
    font-style: italic
}
@font-face {
    font-family: Futura-Heavy;
    src: url(../fonts/FuturaLT-Heavy.eot);
    src: url(../fonts/FuturaLT-Heavy.eot#iefix) format('vwbedded-opentype'), url(../fonts/FuturaLT-Heavy.woff) format('woff2'), url(../fonts/FuturaLT-Heavy.woff) format('woff'), url(../fonts/FuturaLT-Heavy.ttf) format('truetype'), url(../fonts/FuturaLT-Heavy.svg) format('svg');
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: Futura-HeavyOblique;
    src: url(../fonts/FuturaLT-HeavyOblique.eot);
    src: url(../fonts/FuturaLT-HeavyOblique.eot#iefix) format('vwbedded-opentype'), url(../fonts/FuturaLT-HeavyOblique.woff) format('woff2'), url(../fonts/FuturaLT-HeavyOblique.woff) format('woff'), url(../fonts/FuturaLT-HeavyOblique.ttf) format('truetype'), url(../fonts/FuturaLT-HeavyOblique.svg) format('svg');
    font-weight: 700;
    font-style: italic
}
#menu ul li.active a {
    color: #CD202C
}
strong {
    font-family: Futura-Heavy, sans-serif;
    font-weight: 700
}
.bggris {
    background: #F2F0F1;
    display: block
}
.bgcuivre {
    background: #99562f;
    display: block
}
.bgrouge {
    background: #CD202C;
    display: block
}
.bgnoir {
    background: #373737;
    display: block
}
.bgbleu {
    background: #4B5B6E;
    display: block
}
.bgmarron {
    background: #7F4912;
    display: block
}
#header {
    width: 100%;
    display: inline-block
}
#logo {
    float: left
}
#contenu {
    background: #F2F0F1;
    clear: both;
    height: auto
}
h1,
h2 {
    text-transform: uppercase;
    content: 'viewport-units-buggyfill; font-size: 1.2vw;';
    letter-spacing: .08em;
    line-height: 140%;
    padding-bottom: .6em
}
h1 {
    font-family: Futura-Light, sans-serif;
    font-size: 1.8vw
}
div.titrage h1 strong,
h2 {
    font-family: Futura-Heavy, sans-serif
}
h2 {
    font-size: 1.2vw
}
div.titrage {
    margin: 5% 1% 5% 5%;
    width: 59%
}
div.titrage h1 {
    color: #373737
}
a.popup-btn,
div.colonnes {
    font-family: Futura-Light, sans-serif
}
div.colonnes,
.franchise-text {
    display: table;
    margin: 5% 5% 0 5%;
    width: 87%;
    font-size: .9vw;
    float: left;
}
p.colonne1,
p.colonne2 {
    display: table-cell;
    width: 50%;
    line-height: 140%;
    padding: 0 6% 5% 0
}
div.horaires span.reservation {
    letter-spacing: 0.1em !important;
    line-height: 1.5em;
}
p.marquee {
    text-transform: uppercase;
    color: #FFF;
    padding: 1.5em 0 .8em;
    font-size: 1.2vw
}
p {
    line-height: 130%
}
div.boucherie-text {
    margin: -1% 0 5% 5%;
    width: 66%;
    display: inline-block;
    float: none
}
div.story {
    line-height: 140%;
    font-size: 0.8vw
}
div.boucherie {
    margin-left: 0;
    width: 20%;
    display: inline-block;
    vertical-align: bottom;
    padding-bottom: 6%
}
div.prix {
    margin-left: -3%
}
div.recompenses {
    width: 95%;
    float: left;
    display: block;
    margin: 0;
    text-align: center;
    padding: 3% 0;
}
div.recompenses div {
    margin: 1%;
    text-align: center;
    display: inline
}
a.popup-btn,
a.popup-btn img {
    text-align: center;
    display: block
}
a.popup-btn {
    color: #CD202C;
    text-transform: uppercase;
    font-size: .7vw;
    margin: 4% 0 0 10%;
    display: inline-block;
}
a.popup-btn img {
    margin: 0 auto;
    padding-top: 8%
}
img.droite {
    position: absolute;
    right: 18%;
    top: 10%
}
img.sousvide {
    position: absolute;
    right: 11%;
    top: 15%
}
@keyframes "marquee" {
    0% {
        text-indent: 430px;
    }
    100% {
        text-indent: -485px;
    }
}
@-webkit-keyframes "marquee" {
    0% {
        text-indent: 430px;
    }
    100% {
        text-indent: -485px;
    }
}
.marquee {
    white-space: nowrap;
    animation: marquee 17s linear infinite;
    -webkit-animation: marquee 17s linear infinite
}
h1.presentation {
    color: #FFF;
    font-family: Futura-Heavy, sans-serif;
    font-size: 2vw;
    content: 'viewport-units-buggyfill; font-size: 2vw;';
    text-transform: uppercase;
    letter-spacing: .08em;
    line-height: 110%;
    padding-bottom: .6em
}
a.popup,
h2.adresse {
    color: #FFF;
    content: 'viewport-units-buggyfill; font-size: 1.1vw;'
}

div.adresse img{
        padding: 0 0 1em 0;
}

div.adresse em{
    font-size: 0.55vw;
        display: block;
    margin-top: -2%;
    padding-bottom: 2%;
}
h2.adresse {
       font-family: Futura-Light, sans-serif;
    text-transform: none;
    font-size: 1vw;
    line-height: 150%;
        padding-bottom: 5%;
}

.icon{
   width: 6%;
    vertical-align: middle;
    padding: 0 1% 0 0 !important;
    margin-top: -0.6%;
}


#menu ul li,
p.presentation {
    letter-spacing: .08em;
    content: 'viewport-units-buggyfill; font-size: 0.8vw;';
    font-family: Futura-Light, sans-serif
}
p.presentation {
    font-size: 1vw;
    line-height: 150%;
    color: #FFF
}
#mc_embed .button,
#menu ul li {
    text-transform: uppercase;
    font-size: .8vw
}
#menu {
    float: right;
    width: 75%
}
#menu ul {
    padding: 0 5% 0 0;
    float: right;
    margin: 0
}
#menu ul li {
    display: inline;
    font-weight: 100;
    font-style: normal
}
#menu ul li.menu::after {
    color: #CD202C;
    content: "";
    display: inline-block;
    background: url(../images/slash-icon.jpg) no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: -4px;
    padding: 0 10px 0 0
}
#menu ul li a {
    color: #333;
    text-decoration: none
}
#mc_embed .button {
    -webkit-appearance: none;
    clear: both;
    background-color: #cd202c;
    border: 0;
    border-radius: 4px;
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 32px;
    line-height: 32px;
    margin: 10% 5% 2% 0;
    padding: 0 22px;
    text-align: center;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
    width: auto;
    font-family: Futura-Light
}
#mc_embed p,
a.popup {
    font-family: Futura-Light, sans-serif
}
#mc_embed p {
    font-size: 1vw;
    margin-bottom: 8%
}
a.popup {
    text-transform: uppercase;
    font-size: 0.8vw;
    /* line-height: 0; */
    display: block;
    text-decoration: none;
    /* padding-bottom: 1%; */
    font-weight: bold;
    /* vertical-align: bottom; */
        padding-bottom: 2.5%;
    letter-spacing: 0.1em;
}

a.popup:hover{
    color:#555;
}
#menu ul li a:hover,
.show-menu,
a.suite,
div.suivez-nous a.social {
    text-decoration: none
}
#mc_embed,
#mc_embed .mc-field-group label,
#mc_embed div#mce-responses {
    font-family: Futura-Light
}
#mc_embed {
    clear: left
}
#mc_embed form {
    display: block;
    position: relative;
    text-align: left;
    padding: 10px 0 10px 3%
}
div.carte-eleveurs {
    width: 21%;
    display: inline;
    float: right;
    margin: 0 4em 0 0
}
.contact ul li,
.show-menu,
table {
    text-align: center
}
#mc_embed .mc-field-group {
    clear: left;
    position: relative;
    width: 96%;
    padding-bottom: 3%;
    min-height: 50px
}
#mc_embed .mc-field-group label {
    display: block;
    margin-bottom: 3px;
    text-transform: uppercase;
    font-size: .8vw
}
#mc_embed .mc-field-group input {
    display: block;
    width: 100%;
    padding: 8px 0;
    text-indent: 2%
}
#mc_embed div#mce-responses {
    float: left;
    top: -1.4em;
    padding: 0 .5em;
    overflow: hidden;
    width: 90%;
    margin: 0 5%;
    clear: both
}
#mc_embed h2,
#mc_embed label {
    text-transform: uppercase;
    font-family: Futura-Heavy
}
#mc_embed div.response {
    margin: 1em 0;
    padding: 1em .5em .5em 0;
    font-weight: 700;
    float: left;
    top: -1.5em;
    z-index: 1;
    width: 80%
}
#mc_embed #mce-success-response {
    color: #7F4912;
    display: none
}
#mc_embed .button:hover {
    background-color: #F66
}
#mc_embed label {
    color: #373737;
    display: block;
    padding-bottom: 6px;
    -webkit-user-select: none
}
#mc_embed h2 {
    padding: 0;
    margin: 15px 0;
    font-size: 1vw
}
.contact,
.contact h3,
.engagements,
.engagements h3,
.menu {
    font-family: Futura-Light, sans-serif
}
.engagements,
.menu {
    font-size: .8vw;
    line-height: 140%
}
.contact {
    font-size: 1.2vw;
    line-height: 140%;
    width: 500px
}
.contact ul li a,
.engagements ul li span.redtext {
    color: #CD202C
}
.contact h3,
.engagements h3 {
    text-transform: uppercase;
    text-align: center;
    font-size: 1vw;
    color: #CD202C;
    margin: 5% auto 0 0
}
.contact ul,
.engagements ul {
    width: 86%;
    margin: -5% auto 5%
}
.show-menu,
p.ouverture {
    text-transform: uppercase;
    font-family: Futura-Light, sans-serif;
    font-weight: 100;
    font-style: normal
}
.engagements ul {
    background: url(../images/engagement-qualite.png) right top no-repeat;
    background-origin: padding-box;
    padding: 15% 5% 5% 0
}
.contact ul {
    background: 0 0;
    background-origin: padding-box;
    padding: 15% 0 5%;
    list-style: none;
}
.contact ul li.double {
    padding-bottom: 12%
}
.contact ul li {
    padding-bottom: 3%
}
.contact ul li span {
    vertical-align: middle;
        font-size: 0.7em;
}
.engagements ul li {
    padding-bottom: 6%
}
.engagements ul li span.engagement {
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block
}
.engagements ul li span.engagement:after {
    content: url(../images/vague-persille.png);
    display: block;
    padding-top: 10px
}
div.mce_inline_error {
    display: none;
    visibility: hidden
}
#mc_embed input[type=text],
#mc_embed input[type=email] {
    background-color: #f2f0f1;
    border: 2px solid #c9c9c9;
    border-radius: 3px;
    display: inline-block;
    margin: 0 auto;
    min-height: 26px;
    max-width: 100%;
    padding: 1px;
    vertical-align: middle;
    width: 100%;
    min-width: 100px
}
.show-menu,
input[type=checkbox] {
    display: none
}
#menu ul li a:hover {
    color: #CD202C
}
.show-menu {
    color: #fff;
    background: #373737;
    padding: 10px 0;
    font-size: 6vw;
    content: 'viewport-units-buggyfill; font-size: 6vw;';
    letter-spacing: .08em;
    line-height: 20px
}
.bigcase,
.case-affiche,
.case,
.casepresse,
input[type=checkbox]:checked~#menu {
    display: block
}
.case {
    width: 25%;
    float: left;
    position: relative;
    margin: 0;
    padding-bottom: 17.6%
}
.casepresse {
    width: 12.5%;
    float: left;
    position: relative;
    margin: 0
}
.bigcase {
    width: 50%;
    height: auto;
    max-height: 670px;
    float: left;
    position: relative;
}
.case-affiche {
    width: 25%;
    max-height: 670px;
    height: auto;
    float: left;
    position: relative;
}
.content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
.group:after,
.group:before {
    content: "";
    display: table
}
.group:after {
    clear: both
}
.inner {
    padding: 6% 6% 4%;
    display: block;
    color: #fff;
}
.bx-viewport {
    padding: 0;
    max-height: 340px;
    height: 100%;
    margin: 0
}
p.ouverture {
    position: relative;
    color: #FFF;
    font-size: 1.4vw;
    content: 'viewport-units-buggyfill; font-size: 1.4vw;';
    line-height: 140%
}
div.horaires span,
div.suivez-nous p.social,
table {
    font-family: Futura-Light
}
img.display {
    position: absolute;
    z-index: -100
}
td.picto img.clock {
    margin: 0 auto 15px;
    display: block;
    width: 20%
}
td.picto {
    border: none
}
td,
th {
    border: 1px solid #FFF;
    vertical-align: middle
}
table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
    text-transform: uppercase;
    font-size: .75vw;
    content: 'viewport-units-buggyfill; font-size: 0.75vw;';
    margin: 0 auto;
    color: #FFF;
    vertical-align: middle
}
td {
    padding: .9em .2em
}
tr.separation {
    border-top: 3px solid #FFF
}
td.separation {
    border-bottom: 3px solid #FFF
}
div.horaires span {
    font-size: .6vw;
    content: 'viewport-units-buggyfill; font-size: 0.6vw;';
    color: #FFF;
    float: left;
    padding: 1em .8em
}
#facebook .message,
#facebook div.titre {
    font-size: .8vw;
    content: 'viewport-units-buggyfill; font-size: 0.8vw;'
}
ul li img {
    margin-bottom: -1px
}
.gm-style-iw * {
    display: block;
    width: 100%
}
.gm-style-iw h4,
.gm-style-iw p {
    margin: 0;
    padding: 0
}
.gm-style-iw a {
    color: #4272db
}
.comment-list,
.image,
.like-list,
.media-meta {
    display: none
}
div.suivez-nous p.social {
    color: #FFF;
    text-transform: uppercase;
    display: inline
}
#facebook div.titre {
    color: #FFF;
    text-transform: uppercase;
    font-family: Futura-Heavy;
    padding-top: 1%;
    clear: both
}
#facebook .message,
div.meta-footer span,
time.date {
    font-family: Futura-Light, sans-serif
}
#facebook .message {
    letter-spacing: .05em;
    color: #FFF;
    padding-bottom: 5px
}
a.suite,
div.meta-footer span,
time.date {
    color: #FFF;
    font-size: .6vw;
    content: 'viewport-units-buggyfill; font-size: 0.6vw;';
    letter-spacing: .08em;
    text-transform: uppercase
}
div.suivez-nous a.social:active,
div.suivez-nous a.social:hover,
div.suivez-nous a.social:visited {
    color: #FFF
}
#facebook .meta-header img {
    vertical-align: top
}
div.facebook-icon {
    width: 15%;
    margin: 0;
    padding: 0;
    float: left
}
div.suivez-nous {
    float: right;
    width: 80%;
    margin-bottom: 1.3em
}
div.meta-footer {
    margin-top: 15px
}
a.suite {
    font-family: FuturaHeavy, sans-serif;
    margin-top: 5px
}
div.fb-like {
    margin-top: 2%
}
div.slideshow {
    width: 100%;
    position: relative
}
ul.slider20s,
ul.slider30s,
ul.slider40s {
    position: relative;
    list-style: none;
    width: 400%;
    overflow: hidden;
    margin: 0;
    padding: 0
}
ul.slider20s {
    -webkit-animation: slideAnim 20s ease 0s infinite;
    -moz-animation: slideAnim 20s ease 0s infinite;
    -ms-animation: slideAnim 20s ease 0s infinite;
    -o-animation: slideAnim 20s ease 0s infinite;
    animation: slideAnim 20s ease 0s infinite
}
ul.slider30s {
    -webkit-animation: slider 30s infinite;
    -moz-animation: slider 30s infinite;
    animation: slider 30s infinite
}
ul.slider40s {
    -webkit-animation: slider 40s infinite;
    -moz-animation: slider 40s infinite;
    animation: slider 40s infinite
}
ul.slider20s li,
ul.slider30s li,
ul.slider40s li {
    position: relative;
    float: left;
    width: 25%
}
div.slideshow img {
    display: block;
    width: 100%;
    max-width: 100%
}
.hidden {
    visibility: hidden
}
img.medailles {
    width: 24%;
}
@media only screen and (max-width:1640px) {
    .inner {
        padding: 6% 6% 4%;
    }
    #form label {
        margin: 2% 0 1%;
    }
    #form input[type=text] {
        min-height: 22px;
    }
}
@media only screen and (max-width:1490px) {
    p.presentation {
        font-size: 1.3vw
    }
    .franchise-text {
        font-size: 1.2vw;
        margin: 2% 5% 0 5%;
    }
    header h1 {
        font-size: 1.3vw !important;
    }
    ol.questions li {
        font-size: 1.5vw;
    }
    .questions input {
        font-size: 1.5vw !important;
        padding: 7% 1em 4% 0.7em !important;
    }
    .simform .number {
        font-size: 0.9vw !important;
        padding: 1em 0 !important;
    }
    span.final-message {
        font-size: 1.7vw;
        line-height: 1.5em;
    }
    .next {
        bottom: 50px !important;
    }
    .simform .error-message {
        padding: 1.4em 3.5em 0 0 !important;
        font-size: 1vw !important;
    }
    .simform ol:before {
        height: 3.5em !important;
    }
    .simform {
        padding: 5% 0 !important;
    }
    #franchise-header p {
        font-size: 1.6vw;
    }
    #franchise-header a {
        font-size: 0.9vw;
    }
    img.icone {
        width: 12%;
        margin: -3% 5% 5% 18%;
    }
    a.salon {
        top: 15%;
    }
    div.espace-perso {
        bottom: 24%;
    }
    #franchise-header h1 {
        font-size: 2.4vw;
    }

    h3.histoire {
        font-size: 1.2vw
    }
    p.histoire {
        font-size: 1.5vw
    }
    .engagements,
    .menu {
        font-size: 1vw
    }
    marquee {
        font-size: 1.5vw
    }
    .engagements ul {
        margin: -7% auto 5%;
        background-size: 150px
    }
    .bigcase,
    .case {
        display: block;
        float: left;
        position: relative;
        margin: 0
    }
    div.colonnes {
        width: 60%;
        font-size: 1.2vw
    }
    div.boucherie {
        margin-left: 0;
        width: 15%;
        display: inline-block;
        vertical-align: bottom;
        padding-bottom: 15%
    }
    
    div.boucherie img{
        margin-top:8%;
    }
    .bigcase {
        width: 66.6666666667%;
        height: auto;
        max-height: 670px
    }
    a.popup {
           font-size: 1.1vw;
    }
    #mc_embed p {
        font-size: 1.3vw
    }
    #mc_embed .mc-field-group label {
        font-size: 1.1vw
    }
    #mc_embed .button {
        font-size: 1vw
    }
    .case {
        width: 33.3333333%;
        padding-bottom: 23.4666666432%;
    }
    .casepresse {
        width: 16.66666665%
    }
    td {
        padding: .6em
    }
    p.social {
        font-size: 1.4vw;
        content: 'viewport-units-buggyfill; font-size: 1.4vw;'
    }
    p.ouverture {
        font-size: 1.9vw;
        content: 'viewport-units-buggyfill; font-size: 1.9vw;'
    }
    h2 {
        font-size: 1.6vw;
        content: 'viewport-units-buggyfill; font-size: 1.6vw;'
    }
    table {
        line-height: 150%;
        font-size: 1.1vw;
        content: 'viewport-units-buggyfill; font-size: 1.1vw;'
    }
    div.horaires span {
        padding: 5% 1%;
        font-size: .8vw;
        content: 'viewport-units-buggyfill; font-size: 0.9vw;'
    }
    h2.adresse {
            font-size: 1.2vw;
        content: 'viewport-units-buggyfill; font-size: 1.2vw;'
    }
    #logo {
        width: 25%
    }
    #menu li a {
        font-size: 1.3vw;
        content: 'viewport-units-buggyfill; font-size: 1.2vw;'
    }
    #facebook .message,
    #facebook div.titre {
        font-size: 1.1vw;
        content: 'viewport-units-buggyfill; font-size: 1.1vw;';
        line-height: 140%
    }
    #form label {
        font-size: 1vw;
        margin: 3% 0 0%;
    }
    #returnmessage {
        font-size: 1.2vw;
    }
    a.suite,
    div.meta-footer span,
    time.date {
        font-size: .8vw;
        content: 'viewport-units-buggyfill; font-size: 0.8vw;'
    }
    #menu ul li a:after {
        background-size: 10px
    }
    #menu ul li.menu::after {
        width: 15px;
        height: 15px;
        vertical-align: middle;
        margin-top: -8px;
        padding: 0 10px 0 0
    }
    div.prix {
        margin-left: 0
    }
    div.titrage h1 {
        font-size: 2.3vw
    }
    div.franchise h1 {
        font-size: 2.8vw;
    }
    div.titrage {
        width: 55.4%
    }
    a.popup-btn {
        font-size: 1.2vw
    }
    a.popup-btn img {
        padding-top: 7%
    }
    .contact {
        font-size: 1.6vw
    }
    .contact h3,
    .engagements h3 {
        font-size: 2vw
    }

}
@media only screen and (max-width:1150px) {
    img.droite {
        width: 135px
    }
    marquee {
        font-size: 1.3vw
    }
    header h1 {
        font-size: 1.3vw !important;
    }
    #form input[type=text] {
        min-height: 21px;
        font-size: 1vw;
    }
    #form .button {
        padding: 0 15px;
        font-size: 1vw;
    }
}
@media only screen and (max-width:980px) {
    #form input[type=text] {
        min-height: 21px;
        font-size: 1.5vw;
    }
    .franchise-text {
        font-size: 2vw;
    }
    #form .button {
        padding: 0 15px;
        font-size: 1.5vw;
    }
    #form label {
        font-size: 1.5vw;
    }
    #carte-france {
        margin-right: 15px
    }
    div.carte-eleveurs {
        width: 23%
    }
    h3.histoire {
        font-size: 1.9vw
    }
    p.histoire {
        font-size: 2.5vw
    }
    h1.presentation {
        font-size: 2.5vw
    }
    #menu ul {
        padding: 0 2% 0 0;
        float: right;
        margin: 0
    }
    .contact,
    .contact h3,
    .engagements h3 {
        font-size: 2.6vw
    }
    .engagements ul {
        background-size: 120px
    }
    .fancybox-skin {
        max-width: 90%
    }
    .engagements {
        font-size: 1.5vw
    }
    .engagements h3 {
        font-size: 2vw
    }
    .bigcase {
        width: 100%
    }
    div.colonnes {
        width: 80%;
        font-size: 1.8vw;
        margin: 5% 0 5% 5%
    }
    a.popup-btn img {
        text-align: center;
        margin: 0 auto;
        display: block;
        padding-top: 10%
    }
    a.popup-btn {
        font-size: 1.8vw;
        margin: 15% auto 0 5%
    }
    img.medailles {
        width: 100%
    }
    div.recompenses div {
        margin: 1%;
        text-align: center;
        width: 20%;
        display: inline-block;
        float: left
    }
    div.adresse em{
        font-size: 1vw;
    }
    div.fb-like {
        margin-top: 4%
    }
    a.popup {
        font-size: 2vw
    }
    #mc_embed p {
        font-size: 1.8vw
    }
    #mc_embed .mc-field-group label {
        font-size: 1.6vw
    }
    #mc_embed .button {
        font-size: 1.4vw;
    }
    #menu {
        width: 50%;
        line-height: 3em;
        margin-top: 2em;
    }
    .case {
        width: 50%;
        display: block;
        float: left;
        position: relative;
        margin: 0;
        padding-bottom: 35.2%
    }
    #logo,
    .casepresse {
        width: 25%
    }
    p.social {
        font-size: 1.9vw;
        content: 'viewport-units-buggyfill; font-size: 1.9vw;'
    }
    p.ouverture {
        font-size: 2.6vw;
        content: 'viewport-units-buggyfill; font-size: 2.6vw;'
    }
    h2 {
        font-size: 2.2vw;
        content: 'viewport-units-buggyfill; font-size: 2.2vw;'
    }
    #menu li a {
        font-size: 1.4vw;
        content: 'viewport-units-buggyfill; font-size: 1.4vw;'
    }
    p.presentation,
    table {
        font-size: 1.5vw;
        content: 'viewport-units-buggyfill; font-size: 1.5vw;'
    }
    div.horaires span {
        font-size: 1.3vw
    }
    h2.adresse {
        font-size: 2vw;
        content: 'viewport-units-buggyfill; font-size: 2vw;'
    }
    td {
        padding: 1.2vw;
        content: 'viewport-units-buggyfill; font-size: 1.2vw;'
    }
    div.horaires span {
        padding: 1.5vw;
        content: 'viewport-units-buggyfill; font-size: 1.5vw;'
    }
    #facebook .message,
    #facebook div.titre {
        font-size: 1.5vw;
        content: 'viewport-units-buggyfill; font-size: 1.5vw;'
    }
    #facebook div.titre {
        padding-top: 5%
    }
    a.suite,
    div.meta-footer span,
    time.date {
        font-size: 1.1vw;
        content: 'viewport-units-buggyfill; font-size: 1.1vw;'
    }
    div.titrage {
        width: 52.9%
    }
    div.titrage h1 {
        font-size: 3.2vw;
        padding-bottom: 0
    }
    div.franchise h1 {
        font-size: 4vw;
    }
    img.icone {
        transform: rotate(-5deg);
        margin: -2% 5% 15% 13%;
        width: 13%;
    }
    a.salon {
        position: absolute;
        right: 2%;
        top: 27%;
        width: 26%;
    }
    header h1 {
        font-size: 2.3vw !important;
    }
    ol.questions li {
        font-size: 3vw;
    }
    .questions input {
        font-size: 3vw !important;
        padding: 7% 1em 4% 0.7em !important;
    }
    .simform .number {
        font-size: 1.8vw !important;
        padding: 1em 0 !important;
    }
    span.final-message {
        font-size: 2.5vw;
        line-height: 1.5em;
    }
    .next {
        bottom: 52px !important;
    }
    .simform .error-message {
        padding: 1.4em 3.5em 0 0 !important;
        font-size: 1.7vw !important;
    }
    .simform ol:before {
        height: 6.35em !important;
    }
    #franchise-header p {
        font-size: 2.3vw;
    }
    #franchise-header a {
        font-size: 1.5vw;
    }
    div.espace-perso {
        bottom: 24%;
    }
    #franchise-header h1 {
        font-size: 3vw;
    }
    div.boucherie-text {
        width: 61%
    }
    a.boucheriebtn {
           margin: 0;
    display: inline-block;
    /* transform: rotate(5deg); */
    width: 200px;
    }
    .message,
    .story {
        font-size: 1.6vw;
        line-height: 150%
    }

}
@media only screen and (max-width:680px) {
    h3.histoire {
        font-size: 3.9vw
    }
    .franchise-text {
        font-size: 3.5vw;
    }
    div.franchise h1 {
        font-size: 7vw !important;
        padding-bottom: 0;
    }
    p.histoire {
        font-size: 5vw
    }
    #logo,
    #menu ul li {
        text-align: center
    }
    img.droite,
    img.sousvide {
        display: none
    }
    div.boucherie {
        float: left;
        display: block;
        position: relative;
        right: 0;
        width: 27%;
        top: 0
    }
    div.espace-perso {
        width: 80%;
    }
    a.salon {
        display: none !important;
    }
    #franchise-header a {
        line-height: 160%;
    }
    .fancybox-wrap {
        max-width: 100%
    }
    .fancybox-skin {
        max-width: 80%
    }
    .fancybox-inner {
        max-width: 100%
    }
    .contact ul,
    .engagements ul {
        margin: 0;
        background: 0 0;
        width: 100%
    }
    .contact,
    .engagements {
        font-size: 3.6vw;
        width: 100%
    }
    .contact h3,
    .engagements h3 {
        font-size: 5vw
    }
    div.boucherie a.popup-btn img {
        display: none
    }
    a.popup-btn {
        font-size: 3.6vw;
        margin: 0 10%;
        display: inline;
        width: 100%;
        display: none
    }
    div.popup-infos {
        display: block;
        width: 50%;
        float: left;
        vertical-align: top
    }
    div.recompenses div {
        margin: 4% auto;
        text-align: center;
        width: 50%;
        display: inline-block
    }
    #logo,
    #menu ul,
    .case {
        float: none
    }
    #menu {
        margin-top: 0;
    }
    div.recompenses {
        width: 100%;
        margin: 0 auto;
        display: block
    }
    .bigcase {
        width: 100%
    }
    div.colonnes {
        width: 90%;
        font-size: 3.6vw;
        margin: 5% 5%;
        padding: 0;
        display: block
    }
    p.colonne1,
    p.colonne2 {
        display: block;
        width: 100%
    }
    div.adresse em{
        font-size: 2vw;
    margin-top: 1%;
    display: block;
    }
    a.popup {
        font-size: 4vw
    }
    #mc_embed p {
        font-size: 3.6vw
    }
    #mc_embed .mc-field-group label {
        font-size: 3.2vw
    }
    #mc_embed .button {
        font-size: 2.8vw
    }
    #mc_embed input[type=text],
    #mc_embed input[type=email] {
        width: 95%
    }
    .case {
        width: 100%;
        padding-bottom: 70.4%;
        clear: both
    }
    .casepresse {
        width: 50%
    }
    #logo {
        width: 100%;
        margin: 0 auto
    }
    h2,
    p.ouverture {
        font-size: 5.7vw;
        content: 'viewport-units-buggyfill; font-size: 5.7vw;'
    }
    h2 {
        padding-bottom: 2vw
    }
    p.presentation {
        font-size: 3.4vw;
        content: 'viewport-units-buggyfill; font-size: 3.4vw;'
    }
    h2.adresse {
        font-size: 4.7vw;
        content: 'viewport-units-buggyfill; font-size: 4.7vw;'
    }
    table {
        font-size: 3.3vw;
        content: 'viewport-units-buggyfill; font-size: 3.3vw;'
    }
    div.horaires span {
        font-size: 2.4vw;
        content: 'viewport-units-buggyfill; font-size: 2.4vw;'
    }
    #menu {
        display: none;
        width: 100%
    }
    #facebook .message,
    #facebook div.titre {
        font-size: 3vw;
        content: 'viewport-units-buggyfill; font-size: 3.5vw;'
    }
    #facebook .message {
        margin-top: 10px
    }
    #facebook div.titre {
        padding-top: 4%
    }
    a.suite,
    div.meta-footer span,
    time.date {
        font-size: 2.2vw;
        content: 'viewport-units-buggyfill; font-size: 2.2vw;'
    }
    p.social {
        font-size: 4vw;
        content: 'viewport-units-buggyfill; font-size: 4vw;'
    }
    .show-menu {
        display: block;
        cursor: pointer
    }
    label.show-menu {
        font-size: 4vw;
        line-height: 20px
    }
    div.suivez-nous {
        width: 81%
    }
    #menu ul {
        position: static;
        padding: 0;
        margin: 0;
        line-height: normal;
        border-top: #FFF solid thin
    }
    #menu ul li {
        margin: 1px 0 0;
        display: block;
        padding: 2% 0;
        background: #373737
    }
    #menu ul li.active,
    #menu ul li:hover {
        background: #CD202C
    }
    #menu ul li a {
        line-height: normal;
        font-size: 4vw;
        color: #FFF;
        display: block;
        padding: 10px 0
    }
    div.titrage h1 br,
    td.picto {
        display: none
    }
    #menu ul li a:hover {
        color: #FFF;
        border: none
    }
    #menu ul li.active a {
        color: #FFF;
        text-decoration: none
    }
    #menu ul li,
    #menu ul li a {
        width: 100%
    }
    #menu ul li.menu::after {
        content: none
    }
    div.boucherie-text {
        width: 90%
    }
    table {
        line-height: 100%;
    }
    td,
    th {
        padding: 3vw
    }
    div.horaires span {
        padding: 3vw 2vw;
    }
    div.titrage {
        width: 85%
    }
    div.titrage h1 {
        font-size: 5vw;
        padding-bottom: 0
    }
    div.popup-infos {
        margin: 2% 5%;
            display: block;
    width: 100%;
    float: left;
    vertical-align: top;
    }
    img.medailles {
        width: 75%;
    }
    div.message,
    div.story {
        font-size: 3.6vw;
        line-height: 150%
    }
    div.story {
        font-size: 3.6vw
    }
    h1.presentation {
        font-size: 5.2vw
    }
    img.menu-mois {
        width: 75%;
    }
    img.deliveroo {
        width: 50%;
    }
    a.medailles_btn {
        float: left;
        display: inline;
        width: 100%;
        padding-right: 0;
        margin-left: 0
    }
    marquee {
        font-size: 3.3vw
    }
    div.carte-eleveurs {
        width: 45%;
        display: block;
        float: none;
        margin: 0 0 0 10%
    }

    #franchise-header h1 {
        font-size: 8vw;
    }
    img.icone {
        display: none;
    }
    #franchise-header p {
        font-size: 5.3vw;
    }
    div.espace-perso {
        position: relative;
        padding: 8% 0;
    }
    #franchise-header a {
        font-size: 3vw;
        padding: 4%;
        margin: 4%;
    }
    a.salon {
        margin: 4% auto !important;
        position: relative;
        text-align: center;
        display: block;
        width: 96%;
    }
    header h1 {
        font-size: 5vw !important;
    }
    ol.questions li {
        font-size: 6vw;
    }
    .questions input {
        font-size: 5vw !important;
        padding: 7% 1em 4% 0.7em !important;
    }
    .simform .number {
        font-size: 2.8vw !important;
        padding: 1em 0 !important;
    }
    span.final-message {
        font-size: 4.5vw;
        line-height: 1.5em;
    }
    .next {
        bottom: 47px !important;
    }
    .simform .error-message {
        padding: 1.4em 3.5em 0 0 !important;
        font-size: 2.7vw !important;
    }
    .simform ol:before {
        height: 9.35em !important;
    }
    #form label {
        font-size: 3vw;
    }
    #form input[type=text] {
        font-size: 2.8vw;
    }
    #form .button {
        font-size: 2.8vw;
    }
    .inner {
        padding: 4%;
    }
    #form label {
        margin: 3.5% 0;
    }
    #returnmessage {
        font-size: 3em;
        line-height: 2;
    }
}
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top
}
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020
}
.fancybox-skin {
    position: relative;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #F2F0f1;
    border: #CD202C solid 5px
}
.fancybox-opened {
    z-index: 8030
}
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5)
}
.fancybox-outer,
.fancybox-inner {
    position: relative
}
.fancybox-inner {
    overflow: hidden
}
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch
}
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap
}
.fancybox-image,
.fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%
}
.fancybox-image {
    max-width: 100%;
    max-height: 100%
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
    background-image: url('../images/fancybox_sprite.png')
}
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060
}
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../images/fancybox_loading.gif') center center no-repeat
}
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040
}
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../images/blank.gif');
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    z-index: 8040
}
.fancybox-prev {
    left: 0
}
.fancybox-next {
    right: 0
}
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden
}
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px
}
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px
}
.fancybox-nav:hover span {
    visibility: visible
}
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important
}
.fancybox-lock {
    overflow: hidden !important;
    width: auto
}
.fancybox-lock body {
    overflow: hidden !important
}
.fancybox-lock-test {
    overflow-y: hidden !important
}
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../images/fancybox_overlay.png')
}
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll
}
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050
}
.fancybox-opened .fancybox-title {
    visibility: hidden
}
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center
}
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap
}
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff
}
.fancybox-title-inside-wrap {
    padding-top: 10px
}
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8)
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading,
    .fancybox-close,
    .fancybox-prev span,
    .fancybox-next span {
        background-image: url('../images/fancybox_sprite-2x.jpg');
        background-size: 44px 152px
    }
    #fancybox-loading div {
        background-image: url('../images/fancybox_loading-2x.jpg');
        background-size: 24px 24px
    }
}