/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.
******************************************************************/
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */

  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 2 */

}
/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}
/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}
/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}
/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}
/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}
/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */

  -ms-interpolation-mode: bicubic;
  /* 2 */

}
/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */

  padding: 0;
  white-space: normal;
  /* 2 */

  *margin-left: -7px;
  /* 3 */

}
/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */

  margin: 0;
  /* 2 */

  vertical-align: baseline;
  *vertical-align: middle;
  /* 3 */

}
/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */

  cursor: pointer;
  /* 3 */

  *overflow: visible;
  /* 4 */

}
/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}
/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */

  padding: 0;
  /* 2 */

  *height: 13px;
  *width: 13px;
  /* 3 */

}
/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */

  box-sizing: content-box;
}
/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */

  vertical-align: top;
  /* 2 */

}
/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
b,
strong,
.strong {
  font-weight: bold;
}
dfn,
em,
.em {
  font-style: italic;
}
small,
.small {
  font-size: 75%;
}
ul,
ol {
  padding: 0;
  list-style-type: none;
}
dd {
  margin: 0;
}
.sidebar ul,
.sidebar ol,
.commentlist {
  list-style: none;
}
/******************************************************************
Site Name: 
Author: 

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of LESS' great features: 
Mixins & Constants. I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques like box shadow and
border-radius.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more. 

******************************************************************/
/*********************
CLEARFIXIN'
*********************/
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
/*********************
TOOLS
*********************/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/*********************
TYPOGRAPHY
*********************/
/* 	To embed your own fonts, use this syntax
	and place your fonts inside the 
	library/fonts folder. For more information
	on embedding fonts, go to:
	http://www.fontsquirrel.com/
	Be sure to remove the comment brackets.
*/
/*	@font-face {
    	font-family: 'Font Name';
    	src: url('../fonts/font-name.eot');
    	src: url('../fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('../fonts/font-name.woff') format('woff'),
             url('../fonts/font-name.ttf') format('truetype'),
             url('../fonts/font-name.svg#font-name') format('svg');
    	font-weight: normal;
    	font-style: normal;
	}
*/
/* 
use the best ampersand 
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
  font-style: italic;
}
/* text alignment */
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.alert {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}
.alert-help {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #e8dc59;
  background: #ebe16f;
}
.alert-info {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #bfe4f4;
  background: #d5edf8;
}
.alert-error {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #f8cdce;
  background: #fbe3e4;
}
.alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
  border-color: #deeaae;
  background: #e6efc2;
}
/*********************
BORDER RADIUS
*********************/
/* 
NOTE: For older browser support (and some mobile), 
don't use the shorthand to define *different* corners. 

USAGE: .border-radius(4px); 

*/
/*********************
TRANISTION
*********************/
/* .transition(all,2s); */
/*********************
CSS3 GRADIENTS
Be careful with these since they can 
really slow down your CSS. Don't overdo it.
*********************/
/* .css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SHADOW
*********************/
/* .boxShadow(0,0,4px,0,#444); */
/* .boxShadow(none); */
/*********************
BUTTONS
*********************/
.button,
.button:visited {
  border: 1px solid #be0d37;
  border-top-color: #db0f3f;
  border-left-color: #db0f3f;
  padding: 4px 12px;
  color: #ffffff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.75);
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background-color: #e40f42;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f01d4f), to(#e40f42));
  background-image: -webkit-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -moz-linear-gradient(top, #f01d4f, #e40f42);
  background-image: -o-linear-gradient(top, #f01d4f, #e40f42);
  background-image: linear-gradient(to bottom, #f01d4f, #e40f42);
}
.button:hover,
.button:visited:hover,
.button:focus,
.button:visited:focus {
  color: #ffffff;
  border: 1px solid #be0d37;
  border-top-color: #9d0a2d;
  border-left-color: #9d0a2d;
  background-color: #cc0e3b;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#cc0e3b));
  background-image: -webkit-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -moz-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: -o-linear-gradient(top, #e40f42, #cc0e3b);
  background-image: linear-gradient(to bottom, #e40f42, #cc0e3b);
}
.button:active,
.button:visited:active {
  background-color: #f01d4f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e40f42), to(#f01d4f));
  background-image: -webkit-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -moz-linear-gradient(top, #e40f42, #f01d4f);
  background-image: -o-linear-gradient(top, #e40f42, #f01d4f);
  background-image: linear-gradient(to bottom, #e40f42, #f01d4f);
}
.blue-button,
.blue-button:visited {
  border-color: #1472ad;
  text-shadow: 0 1px 1px #1472ad;
  background-color: #1681c4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1990db), to(#1681c4));
  background-image: -webkit-linear-gradient(top, #1990db, #1681c4);
  background-image: -moz-linear-gradient(top, #1990db, #1681c4);
  background-image: -o-linear-gradient(top, #1990db, #1681c4);
  background-image: linear-gradient(to bottom, #1990db, #1681c4);
  -webkit-box-shadow: inset 0 0 3px #59b3ec;
  -moz-box-shadow: inset 0 0 3px #59b3ec;
  box-shadow: inset 0 0 3px #59b3ec;
}
.blue-button:hover,
.blue-button:visited:hover,
.blue-button:focus,
.blue-button:visited:focus {
  border-color: #116396;
  background-color: #1472ad;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1784c9), to(#1472ad));
  background-image: -webkit-linear-gradient(top, #1784c9, #1472ad);
  background-image: -moz-linear-gradient(top, #1784c9, #1472ad);
  background-image: -o-linear-gradient(top, #1784c9, #1472ad);
  background-image: linear-gradient(to bottom, #1784c9, #1472ad);
}
.blue-button:active,
.blue-button:visited:active {
  background-color: #1990db;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1681c4), to(#1990db));
  background-image: -webkit-linear-gradient(top, #1681c4, #1990db);
  background-image: -moz-linear-gradient(top, #1681c4, #1990db);
  background-image: -o-linear-gradient(top, #1681c4, #1990db);
  background-image: linear-gradient(to bottom, #1681c4, #1990db);
}
/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/******************************************************************
Site Name: Py-Gayraud
Author: Serge Payen

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
* {
  padding: 0;
  margin: 0;
}
html {
  min-height: 100%;
  height: 100%;
}
body {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-size: 100%;
  line-height: 1.5;
  color: #565656;
  padding: 0;
  margin: 0;
  background: #4d605b;
  background: url(../images768/lysLine600.jpg) repeat;
}
p {
  margin: 0;
}
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}
#main {
  width: 100%;
  height: 100%;
}
#homeLink,
#homeLink2,
#homeLink3,
#logo,
.title,
.movieTitle,
h6 {
  font-family: 'Lobster', cursive;
}
.noDisplay {
  display: none;
}
/*********************
MESSAGES
*********************/
.loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../images/loader.gif') 50% 50% no-repeat #000000;
}
#portraitAlert {
  display: none;
}
/*********************
MENU
*********************/
#menu {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 999;
  border-bottom: dotted 1px #FFF;
}
#menuList {
  display: block;
  margin: 0;
}
#menu li a,
#menuButton {
  display: block;
  cursor: pointer;
  float: right;
  color: #fff;
  margin: 0;
  text-align: center;
  padding: 5px 7px 7px 7px;
  margin: 0 0 0 1px;
  font-family: 'Lobster', cursive;
  letter-spacing: 1px;
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
#menu li a,
#menuButton {
  width: 95px;
}
#menuButton {
  display: none;
}
#menu li a:hover {
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
}
#menuButton {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-color: rgba(255, 255, 255, 0.8);
  color: #000;
}
#obControl {
  display: none;
}
/*********************
HOMEPAGE
*********************/
#inner-content-home {
  width: 100%;
  height: 100%;
}
#homeLink {
  display: block;
  font-size: 40px;
  font-weight: normal;
  color: #FFF;
  line-height: 50px;
  width: 325px;
  margin: 10px 25px;
  text-align: left;
  z-index: 9999;
}
#homeLink2 {
  display: block;
  font-size: 25px;
  font-weight: normal;
  color: #FFF;
  line-height: 50px;
  width: 250px;
  margin: 10px 25px;
  text-align: left;
  z-index: 9999;
}
#homeLink3 {
  display: block;
  font-size: 25px;
  font-weight: normal;
  color: #FFF;
  line-height: 50px;
  width: 250px;
  margin: 10px 25px 50px 25px;
  text-align: left;
  z-index: 9999;
}
#lightbulb,
#contactLink,
#filmoLink,
#bioLink,
#contactBorder,
#filmoBorder,
#bioBorder,
#homeImg,
#homeLeft,
#homeTop,
#homeRight {
  display: none;
}
#contactTitle.On,
#filmoTitle.On,
#bioTitle.On,
#contactTitle.Off,
#filmoTitle.Off,
#bioTitle.Off {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 25px;
  font-weight: normal;
  text-align: left;
  width: 100%;
  font-family: 'Lobster', cursive;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: dotted 1px #FFF;
}
#contactTitle.On,
#contactTitle.Off {
  border-top: dotted 1px #FFF;
}
.Off,
#praxi.On,
#bulles.On,
#brand.On,
#brandTitle.On {
  display: none;
}
#contactTitle.On,
#filmoTitle.On,
#bioTitle.On,
#brandTitle.On {
  visibility: hidden;
}
#brandTitle.Off {
  display: block;
  text-decoration: none;
  color: #888;
  font-size: 20px;
  font-weight: normal;
  text-align: right;
  width: 100%;
  font-family: 'Lobster', cursive;
  padding: 10px 25px;
  background-color: rgba(0, 0, 0, 0.4);
  border-bottom: dotted 1px #FFF;
}
/*********************
TIMELINE
*********************/
#timeline-top,
#timeline-wall,
#timeline-wall-top,
#entryMsg,
#entryText {
  display: none;
}
#timeline-content,
#timeline-inner-content {
  width: 100%;
  height: 100%;
}
#timeline-inner-content {
  z-index: 999;
  padding: 0px 0;
}
#logo,
.title,
.movieTitle,
#andMore h6 {
  font-weight: normal;
  color: #FFF;
  text-decoration: none;
  display: block;
  text-align: left;
}
#logo {
  font-size: 30px;
  line-height: 50px;
  margin: 25px;
  padding-top: 35px;
  text-align: left;
}
#timeline-inner-content h1 {
  margin: 0;
}
.title,
.movieTitle {
  padding: 25px;
  color: #FFF;
  width: 100%;
}
.title {
  color: #FFF;
  border-top: dotted 1px #FFF;
  border-bottom: dotted 1px #FFF;
  font-size: 30px;
}
.movieTitle {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  font-size: 20px;
  letter-spacing: 1px;
  border-bottom: dotted 1px #FFF;
}
.movieTitle:hover,
.movieTitle:active {
  background-color: rgba(0, 0, 0, 0.6);
}
/*********************
OBJECTS INSIDE TIMELINE
*********************/
.museum {
  display: none;
}
.cook {
  display: none !important ;
}
/*********************
LIGHTBOX
*********************/
.mfp-iframe-holder .mfp-content {
  height: 272px;
  width: 280px;
  background: #000;
  overflow: hidden;
}
/*********************
PAGE INSIDE LIGHTBOX
*********************/
#content-lightbox {
  background-color: #000;
  max-height: 100%;
  height: 100%;
  min-height: 100%;
}
h1.lightboxTitle {
  width: 100%;
  height: 55px;
  background: #303e39;
  color: #9eaaab;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 15px 16px 15px;
  margin: 0;
  font-family: 'Lobster', cursive;
}
.filmInfoDrop {
  bottom: 0;
  width: 100%;
  z-index: 1800;
  position: fixed;
}
.filmInfoDrop .filmInfo {
  display: none;
}
.filmInfoButton {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  width: 100%;
  background: #303e39;
  cursor: pointer;
  color: #9eaaab;
  padding: 7px 15px 5px 15px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.filmInfo {
  width: 100%;
  background: #4d605b;
  background-color: rgba(84, 104, 101, 0.95);
}
.filmInfo p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
  line-height: 16px;
}
.filmInfoButton,
.filmInfo em {
  font-family: "Georgia", Cambria, Times New Roman, Times, serif;
  font-weight: bold;
}
.filmInfo p,
.filmInfo em {
  font-size: 12px;
}
.director,
.staff,
.story {
  width: 94%;
  margin: 0 3% 0 3%;
}
.director {
  padding: 15px 5px 0 5px;
}
.staff {
  padding: 5px 5px 50px 5px;
}
.story {
  display: none;
}
/*********************
LIST OF VIDEOS
*********************/
#videoList {
  display: block;
}
#videoList h6 {
  display: block;
  color: #FFF;
  font-size: 30px;
  width: 100%;
  margin: 0;
  padding: 25px;
  border-bottom: dotted 1px #FFF;
  font-weight: normal;
}
#videoList ul {
  display: block;
  width: 90%;
  margin: 0 25px;
}
#videoList li {
  width: 200px;
  font-size: 12px;
  padding: 5px 10px 4px 10px;
  margin: 1px;
  text-align: left;
  float: left;
  display: block;
  cursor: pointer;
  font-family: sans-serif;
  background-color: rgba(0, 0, 0, 0.4);
  color: #FFF;
}
#playlist li:hover,
#playlist li.active {
  background-color: rgba(0, 0, 0, 0.6);
  color: #FFF;
}
/*********************
MOVIE THEATER
*********************/
.spaceTrick {
  height: 25px;
  width: 100%;
  float: left;
}
#salle {
  padding: 25px;
  border-bottom: dotted 1px #FFF;
  border-top: dotted 1px #FFF;
  clear: both;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0 0 27px 0;
}
#videoarea {
  width: 100%;
}
/*********************
AND MORE AREA
*********************/
#andMore {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.4);
}
#andMore h6 {
  margin: 0;
  text-decoration: none;
  padding: 25px;
  width: 100%;
  border-top: dotted 1px #FFF;
  border-bottom: dotted 1px #FFF;
  font-size: 30px;
}
#andMore a {
  color: #FFF;
  text-decoration: none;
}
#andMore em {
  display: block;
  font-size: 14px;
  padding: 25px 25px 0 25px;
}
#andMore span {
  display: block;
  font-size: 16px;
  padding: 0 25px 25px 25px;
  border-bottom: dotted 1px #FFF;
  margin-bottom: 50px;
}
#andMoreText:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
/*********************
PAGE BIOGRAPHY : INFOS & WEBSITE INFORMATIONS
*********************/
#bioWrap,
#wiWrap {
  display: block;
  width: 80%;
  max-width: 80%;
  margin: 75px auto;
  background-color: #4d605b;
  color: #FFF;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.6);
  z-index: 9999;
}
#bioWrap h1,
#bioWrap h3,
.bioBlock h2,
#wiWrap h3 {
  font-family: 'Lobster', cursive;
}
#bioWrap h1 {
  background: #303e39;
  padding: 15px 15px 15px 15px;
  font-size: 20px;
  color: #9eaaab;
}
#bioWrap h3,
#wiWrap h3 {
  font-size: 20px;
  margin: 10px 15px 5px 15px;
  padding-top: 5px;
  color: #303e39;
  border-top: dotted 2px #000;
}
.bioBlock h2 {
  font-size: 18px;
  color: #000;
}
.bioBlock {
  margin: 5px 15px;
  padding: 5px 0 2px 0;
  border-top: dotted 2px #000;
}
.bioLine {
  color: #000;
  font-size: 14px;
  display: block;
}
.bioLine em {
  font-weight: bold;
}
.prize {
  color: #9eaaab;
  display: block;
}
#camera {
  display: none;
}
#ttContact {
  margin: 15px;
}
#ttContact a {
  color: #9eaaab;
}
#printButton {
  display: block;
  float: right;
  margin-right: 25px;
  margin-top: -60px;
  background: url(../images/printer.png) no-repeat;
  width: 32px;
  height: 32px;
}
#wi1,
#wi2 {
  display: block;
  background: #303e39;
  color: #9eaaab;
  font-family: 'Lobster', cursive;
}
#wi1 {
  padding: 10px 15px 0px 15px;
  font-size: 35px;
}
#wi2 {
  padding: 0px 15px 10px 15px;
  font-size: 20px;
}
/*********************
PAGE CONTACT
*********************/
#boxFr,
#labelFr,
#boxUs,
#labelUs,
#boxUk,
#labelUk,
#postalBag {
  display: none;
}
#contactFr,
#contactUs,
#contactUk,
#contactFrMore,
#contactUsMore,
#contactUkMore {
  font-family: 'Lobster', cursive;
  color: #FFF;
  margin: 75px 25px;
  font-size: 18px;
}
#contactFr,
#contactUs,
#contactUk {
  display: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*********************
LINK STYLES
*********************/
a,
a:visited {
  outline: none;
  /* on hover */

  /* on click */

  /* mobile tap color */

}
a:hover,
a:visited:hover,
a:focus,
a:visited:focus {
  outline: none;
}
a:link,
a:visited:link {
  /*
		this highlights links on iPhones/iPads.
		so it basically works like the :hover selector
		for mobile devices.
		*/

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 400;
  margin: 0;
  /*
	if you're going to use webfonts, be sure to check your weights
	http://css-tricks.com/watch-your-font-weight/
	*/

  /* removing text decoration from all headline links */

}
h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}
h5,
.h5 {
  text-transform: uppercase;
}
/*********************
HEADER SYTLES
*********************/
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
}
/*
	if you checked out the link above:
	http://www.alistapart.com/articles/organizing-mobile/
	you'll want to style the footer nav
	a bit more in-depth. Remember to keep
	it simple because you'll have to
	override these styles for the desktop
	view.
	*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/
@media only screen and (min-width: 349px) and (min-height: 320px) {
  /******************************************************************
  Site Name: Py-Gayraud
  Author: Serge Payen
  
  Stylesheet: 350px and Up Stylesheet
  ******************************************************************/
  .staff {
    padding: 15px 5px 7px 5px;
  }
  .story {
    display: block;
    padding: 7px 5px 50px 5px;
    border-top: dotted 1px #000;
  }
}
@media only screen and (min-width: 481px) and (min-height: 481px) {
  /******************************************************************
  Site Name: Py-Gayraud
  Author: Serge Payen
  
  Stylesheet: 481px and Up Stylesheet
  ******************************************************************/
  /*********************
  MESSAGES
  *********************/
  #portraitAlert {
    display: none;
    position: fixed;
    cursor: pointer;
    top: 50%;
    left: 50%;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    z-index: 2001;
    background-color: #d8cf92;
    box-shadow: 10px 10px 20px #000;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.6);
  }
  #portraitAlert span {
    display: block;
    color: #000;
    text-align: center;
    width: 350px;
    margin: 15px 0px 25px 25px;
    font-size: 16px;
  }
  #portraitAlert img {
    margin: 25px 145px 0px 155px;
    width: 100px;
    height: 100px;
  }
  /*********************
  MENU
  *********************/
  #menuList {
    display: block;
    margin: 0;
  }
  #menu li a,
  #menuButton {
    margin: 0 0 0 1px;
    border-left: none;
    border-bottom: none;
    width: 110px;
  }
  #menuButton {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
  }
  /*********************
  LIGHTBOX
  *********************/
  .mfp-iframe-holder .mfp-content {
    height: 321px;
    width: 375px;
  }
  /*********************
  01-4. PAGE INSIDE LIGHTBOX
  *********************/
  h1.lightboxTitle {
    font-size: 22px;
    padding: 10px 15px 0px 15px;
  }
  .filmInfo p,
  .filmInfo em {
    font-size: 14px;
  }
  .director {
    padding: 25px 5px 0 5px;
  }
  .staff {
    padding: 15px 5px 20px 5px;
  }
  .story {
    display: block;
    padding: 20px 5px 65px 5px;
    border-top: dotted 1px #000;
  }
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-height: 575px) and (min-width: 768px) and (orientation: landscape) {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Grid Stylesheet
  
  I've seperated the grid so you can swap it out easily. It's
  called at the top the style.less stylesheet.
  
  There are a ton of grid solutions out there. You should definitely
  experiment with your own. Here are some recommendations:
  
  http://gridsetapp.com - Love this site. Responsive Grids made easy.
  http://gridpak.com/ - Create your own responsive grid.
  
  The grid below is a combination of the 1140 grid and Twitter Boostrap. 
  I liked 1140 but Boostrap's grid was way more detailed so I merged them 
  together, let's see how this works out. If you want to use 1140, the original 
  values are commented out on each line.
  
  ******************************************************************/
  .onecol {
    width: 5.801104972%;
  }
  /* 4.85%;  } /* grid_1  */
  .twocol {
    width: 14.364640883%;
  }
  /* 13.45%; } /* grid_2  */
  .threecol {
    width: 22.928176794%;
  }
  /* 22.05%; } /* grid_3  */
  .fourcol {
    width: 31.491712705%;
  }
  /* 30.75%; } /* grid_4  */
  .fivecol {
    width: 40.055248616%;
  }
  /* 39.45%; } /* grid_5  */
  .sixcol {
    width: 48.618784527%;
  }
  /* 48%;    } /* grid_6  */
  .sevencol {
    width: 57.182320438000005%;
  }
  /* 56.75%; } /* grid_7  */
  .eightcol {
    width: 65.74585634900001%;
  }
  /* 65.4%;  } /* grid_8  */
  .ninecol {
    width: 74.30939226%;
  }
  /* 74.05%; } /* grid_9  */
  .tencol {
    width: 82.87292817100001%;
  }
  /* 82.7%;  } /* grid_10 */
  .elevencol {
    width: 91.436464082%;
  }
  /* 91.35%; } /* grid_11 */
  .twelvecol {
    width: 99.999999993%;
  }
  /* 100%;   } /* grid_12 */
  .onecol,
  .twocol,
  .threecol,
  .fourcol,
  .fivecol,
  .sixcol,
  .sevencol,
  .eightcol,
  .ninecol,
  .tencol,
  .elevencol,
  .twelvecol {
    position: relative;
    float: left;
    margin-left: 2.762430939%;
  }
  .first {
    margin-left: 0;
  }
  .last {
    float: right;
  }
  /******************************************************************
  Site Name: Py-Gayraud
  Author: Serge Payen
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  /*********************
  MESSAGES
  *********************/
  #portraitAlert {
    display: none !important;
  }
  /*********************
  MENU
  *********************/
  #menuButton {
    display: none;
  }
  #menu li a,
  #menuButton {
    width: 100px;
  }
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 406px;
    margin-left: 0;
    z-index: 2000;
    border-bottom: none;
  }
  /*
  #obControl {
  	position:fixed;
  	display:block;
  	top:0;
  	left:0;
  	z-index:1000;
  	color:#FFF;
  	cursor:pointer;
  	width:302px;
  	font-variant:small-caps;
  	font-size:14px;
  }
  
  #obControlIn, #obControlOut {
  	width:150px;
  	//float:left;
  	padding:2px 2px 3px 2px;
  	border-bottom:dotted 1px #FFF;
  	border-right:dotted 1px #FFF;
  	text-align: center;
  }
  
  #obControlIn {
  	display:none;
  }
  */
  /*********************
  HOMEPAGE
  *********************/
  #homeImg.On,
  #homeTop.On,
  #homeLeft.On,
  #homeRight.On,
  #contactTitle.On,
  #filmoTitle.On,
  #bioTitle.On,
  #contactBorder.On,
  #filmoBorder.On,
  #bioBorder.On,
  #brand.On {
    display: none;
  }
  #contactTitle.On,
  #filmoTitle.On,
  #bioTitle.On,
  #brandTitle.On {
    visibility: visible;
  }
  #lightbulb,
  #contactLink,
  #filmoLink,
  #bioLink,
  #homeImg,
  #homeLeft,
  #homeTop,
  #homeRight,
  #contactBorder,
  #filmoBorder,
  #bioBorder {
    display: block;
  }
  #lightbulb,
  #contactLink,
  #filmoLink,
  #bioLink,
  #contactTitle,
  #filmoTitle,
  #bioTitle,
  #contactBorder,
  #filmoBorder,
  #bioBorder {
    z-index: 9999;
  }
  #inner-content-home {
    width: 100%;
    height: 100%;
  }
  #inner-content-home h1 {
    margin: 0;
  }
  #homeTop,
  #homeLeft,
  #homeRight {
    overflow: hidden;
  }
  #homeTop,
  #homeLeft,
  #homeRight {
    width: 9000px;
  }
  #homeWrap,
  #homeImg,
  #homeTop,
  #homeLeft,
  #homeRight {
    position: fixed;
    bottom: 0;
    left: 50%;
  }
  /*----------positions----------*/
  #homeWrap,
  #homeImg {
    width: 752px;
    height: 464px;
  }
  #homeLeft,
  #homeRight {
    height: 464px;
  }
  #homeTop {
    height: 620px;
  }
  #homeWrap,
  #homeImg {
    margin: -232px 0 0 -376px;
  }
  #homeTop {
    width: 9400px;
    margin: 0 0 464px -4700px;
  }
  #homeLeft {
    width: 9400px;
    margin: -232px 0 0 -9776px;
  }
  #homeRight {
    margin: -232px 0 0 376px;
  }
  /*----------backgrounds OFF----------*/
  #homeImg.Off {
    background: url(../images768/homeOff768.jpg) no-repeat;
  }
  #homeTop.Off,
  #homeLeft.Off,
  #homeRight.Off {
    background: url(../images768/lysOff768.jpg) repeat;
  }
  #brand.Off {
    width: 114px;
    height: 31px;
    background: url(../images768/brand768-off.png) no-repeat;
    z-index: 9999;
    position: fixed;
    bottom: 47px;
    left: 50%;
    margin-left: 242px;
  }
  #brandTitle.Off {
    display: none;
  }
  /*----------backgrounds ON----------*/
  #homeImg.On {
    background: url(../images768/homeOn768.jpg) no-repeat;
  }
  #homeTop.On,
  #homeLeft.On,
  #homeRight.On {
    background: url(../images768/lysOn768.jpg) repeat;
  }
  #praxi.On {
    background: url(../images768/praxi768.gif) no-repeat;
    position: fixed;
    width: 240px;
    height: 89px;
    bottom: 100px;
    left: 50%;
    z-index: 9999;
    margin-left: -51px;
  }
  #bulles.On {
    background: url(../images768/bulles2768.gif) no-repeat;
    position: fixed;
    width: 240px;
    height: 89px;
    bottom: 219px;
    left: 50%;
    z-index: 9999;
    margin-left: 117px;
  }
  #brand.On {
    width: 114px;
    height: 31px;
    background: url(../images768/brand768-on.png) no-repeat;
    z-index: 9998;
    position: fixed;
    bottom: 47px;
    left: 50%;
    margin-left: 242px;
  }
  #brandTitle.On {
    position: fixed;
    bottom: 32px;
    left: 50%;
    z-index: 9999;
    margin-left: 250px;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    font-weight: normal;
    text-align: center;
    width: 100px;
    height: 50px;
    font-family: serif;
    padding: 10px 25px;
  }
  /*----------logo and lightbulb----------*/
  #homeLink {
    font-size: 40px;
    font-weight: normal;
    color: #FFF;
    line-height: 50px;
    position: fixed;
    top: 70px;
    left: 40px;
    font-family: 'Lobster', cursive;
    width: 500px;
    margin: 0;
    text-align: left;
  }
  #homeLink2 {
    font-size: 25px;
    font-weight: normal;
    color: #FFF;
    line-height: 50px;
    position: fixed;
    top: 25px;
    left: 40px;
    font-family: 'Lobster', cursive;
    width: 500px;
    margin: 0;
    text-align: left;
  }
  #homeLink3 {
    font-size: 25px;
    font-weight: normal;
    color: #FFF;
    line-height: 50px;
    position: fixed;
    top: 115px;
    left: 40px;
    font-family: 'Lobster', cursive;
    width: 500px;
    margin: 0;
    text-align: left;
  }
  #lightbulb {
    cursor: pointer;
    z-index: 9999;
    background: url(../images1000/lightbulb1000.png) no-repeat;
    width: 55px;
    height: 70px;
    position: fixed;
    top: 25px;
    right: 25px;
  }
  /*----------links on images : positions----------*/
  #contactLink,
  #filmoLink,
  #bioLink {
    position: absolute;
    z-index: 9999;
    /*background:#FFF;
  	opacity:0.6;*/
  
  }
  #contactLink {
    width: 100px;
    height: 175px;
    top: 110px;
    left: 215px;
  }
  #filmoLink {
    width: 155px;
    height: 225px;
    top: 135px;
    left: 325px;
  }
  #bioLink {
    width: 150px;
    height: 135px;
    top: 210px;
    left: 500px;
  }
  /*----------text links and borders : styles----------*/
  #contactTitle.On,
  #filmoTitle.On,
  #bioTitle.On {
    position: absolute;
    margin: 0;
    text-decoration: none;
    color: #FFF;
    font-size: 25px;
    font-weight: normal;
    text-align: right;
    width: 250px;
    font-family: 'Lobster', cursive;
    background-color: transparent;
    padding: 0;
    border: none;
  }
  #contactBorder.On,
  #filmoBorder.On,
  #bioBorder.On {
    position: absolute;
    border-top: dotted 1px #fff;
    border-right: dotted 1px #fff;
  }
  /*----------text links and borders : positions----------*/
  #contactTitle.On {
    top: 85px;
    left: -35px;
  }
  #contactBorder.On {
    width: 125px;
    height: 35px;
    top: 120px;
    left: 140px;
  }
  #filmoTitle.On {
    top: 42px;
    left: 75px;
  }
  #filmoBorder.On {
    width: 155px;
    height: 85px;
    top: 77px;
    left: 255px;
  }
  #bioTitle.On {
    top: 165px;
    left: 460px;
  }
  #bioBorder.On {
    width: 140px;
    height: 30px;
    top: 200px;
    left: 575px;
    border-right: none;
    border-left: dotted 1px #fff;
  }
  /*********************
  TIMELINE
  *********************/
  #wrapMobile {
    margin: 0;
  }
  #timeline-top,
  #timeline-wall,
  #timeline-wall-top,
  #entryMsg,
  #entryText {
    display: block;
  }
  #logo,
  .title,
  .movieTitle {
    display: none;
  }
  #timeline-content,
  #timeline-top,
  #timeline-inner-content {
    width: 10650px;
  }
  #timeline-content {
    height: 100%;
  }
  #timeline-wall-top,
  #timeline-top {
    height: 8862px;
  }
  #timeline-wall,
  #timeline-inner-content {
    height: 600px;
    z-index: 999;
  }
  #timeline-wall,
  #timeline-wall-top,
  #timeline-top,
  #timeline-inner-content {
    position: absolute;
    bottom: 0;
  }
  #timeline-top,
  #timeline-inner-content {
    margin-left: 620px;
  }
  #timeline-wall-top {
    background: url(../images768/wallTop768.jpg);
    width: 620px;
    margin-bottom: 433px;
    z-index: 2;
  }
  #timeline-wall {
    background: url(../images768/murGaucheNoText768.jpg);
    width: 620px;
  }
  #timeline-inner-content {
    padding: 0px;
    position: absolute;
  }
  #timeline-top {
    background: url(../images768/lysLine600.jpg);
    background-repeat: repeat;
    z-index: 1;
    margin-bottom: 202px;
  }
  #timeline-inner-content {
    background: url(../images768/line600.jpg);
    background-repeat: repeat-x;
  }
  #entryMsg,
  #entryText {
    color: #000;
    float: left;
    font-family: 'Lobster', cursive;
  }
  #entryMsg {
    font-size: 35px;
    margin-left: -285px;
    margin-top: 225px;
  }
  #entryText {
    font-size: 20px;
    margin-left: -348px;
    margin-top: 290px;
    text-align: center;
  }
  /*********************
  OBJECTS INSIDE TIMELINE
  *********************/
  .museum {
    display: block;
    float: left;
    width: auto;
    cursor: pointer;
  }
  .cook {
    display: block !important;
  }
  /*---------------posters----------*/
  #ob2,
  #ob4,
  #ob10,
  #ob18,
  #ob21,
  #ob25,
  #ob29,
  #ob30,
  #ob36,
  #ob39,
  #ob42 {
    height: 300px;
    margin: 80px 15px 210px 15px;
    -moz-box-shadow: -1px 2px 7px 0px #000000;
    -webkit-box-shadow: -1px 2px 7px 0px #000000;
    -o-box-shadow: -1px 2px 7px 0px #000000;
    box-shadow: -1px 2px 7px 0px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=243, Strength=7);
  }
  /*Perfume - bouteille*/
  #ob1 {
    height: 325px;
    margin: 265px 0px 10px -25px;
  }
  /*Perfume - mannequins*/
  #ob3 {
    height: 500px;
    margin: 80px 50px 10px 15px;
  }
  /*Man To Man - statuette*/
  #ob5 {
    height: 230px;
    margin: 350px 0px 10px -100px;
  }
  /*Man To Man - tableau colonial*/
  #ob6 {
    height: 200px;
    margin: 100px 15px 290px 15px;
    -moz-box-shadow: -2px 3px 10px 0px #000000;
    -webkit-box-shadow: -2px 3px 10px 0px #000000;
    -o-box-shadow: -2px 3px 10px 0px #000000;
    box-shadow: -2px 3px 10px 0px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=236, Strength=10);
  }
  /*Man To Man - appuiTete*/
  #ob7 {
    height: 240px;
    margin: 290px 0px 60px 0px;
  }
  /*Albert Nobbs - mannequin*/
  #ob8 {
    height: 500px;
    margin: 80px 0px 10px 0px;
  }
  /*Albert Nobbs - portemanteau*/
  #ob9 {
    height: 450px;
    margin: 110px 5px 30px -35px;
  }
  /*Three Musketeers - palissy*/
  #ob11 {
    height: 250px;
    margin: 90px 40px 250px 30px;
  }
  /*Three Musketeers - posters*/
  #ob13,
  #ob14,
  #ob15 {
    height: 300px;
    margin: 80px 3px 210px 3px;
    -moz-box-shadow: -1px 2px 7px 0px #000000;
    -webkit-box-shadow: -1px 2px 7px 0px #000000;
    -o-box-shadow: -1px 2px 7px 0px #000000;
    box-shadow: -1px 2px 7px 0px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=243, Strength=7);
  }
  /*Three Musketeers - bottes*/
  #ob12 {
    height: 200px;
    margin: 350px 0px 40px -775px;
  }
  /*Three Musketeers - costume*/
  #ob16 {
    height: 500px;
    margin: 80px 0px 10px -50px;
  }
  /*Deux Freres - tigre*/
  #ob17 {
    height: 450px;
    margin: 90px 0px 50px 35px;
  }
  /*Deux Freres - chapeau*/
  #ob19 {
    height: 300px;
    margin: 240px 50px 50px 0px;
  }
  /*Total Eclipse - livres*/
  #ob20 {
    height: 150px;
    margin: 385px 0px 55px -275px;
  }
  /*Total Eclipse - tabouret*/
  #ob22 {
    height: 275px;
    margin: 300px 0px 15px -15px;
  }
  /*Indochine - sampan*/
  #ob23 {
    height: 300px;
    margin: 75px 5px 200px 5px;
  }
  /*Indochine - statues*/
  #ob24 {
    height: 425px;
    margin: 160px 0px 15px 0px;
  }
  /*Indochine - coiffe*/
  #ob26 {
    height: 450px;
    margin: 115px 0px 35px -35px;
  }
  /*Minor - artefacts*/
  #ob27 {
    height: 325px;
    margin: 205px 0px 50px 0px;
  }
  /*Minor - cadre collier*/
  #ob28 {
    height: 150px;
    margin: 80px 0px 360px 0px;
  }
  /*Dr Chance - billets*/
  #ob31 {
    height: 100px;
    margin: 425px 0px 65px -150px;
  }
  /*And More - jeans*/
  #ob32 {
    height: 350px;
    margin: 175px 0px 65px -100px;
  }
  /*And More - globe*/
  #ob33 {
    height: 175px;
    margin: 325px 0px 85px 15px;
  }
  /*And More - newRoyal*/
  /*
  #ob34 {
          height:200px;
  	margin:325px 0px 65px 0px;
  }
  */
  #ob34 {
    height: 200px;
    margin: 350px 0px 50px 50px;
  }
  /*La Belle et la Bete - robe*/
  #ob35 {
    height: 500px;
    margin: 80px 0px 10px 100px;
  }
  #ob36 {
    margin: 80px 15px 210px -25px;
  }
  /*Cloud Atlas - atlas*/
  #ob37 {
    height: 350px;
    margin: 200px 0px 40px 35px;
  }
  /*Cloud Atlas - nuage*/
  #ob38 {
    height: 150px;
    margin: 40px 0px 400px -425px;
  }
  /*Cloud Atlas - janus*/
  #ob40 {
    height: 375px;
    margin: 175px 50px 25px 50px;
  }
  /*In Secret - clochette*/
  #ob41 {
    height: 230px;
    margin: 310px 0px 30px 0px;
  }
  /*In Secret - cadreFleurs*/
  #ob43 {
    height: 120px;
    margin: 135px 35px 300px 35px;
    -moz-box-shadow: -2px 3px 10px 0px #000000;
    -webkit-box-shadow: -2px 3px 10px 0px #000000;
    -o-box-shadow: -2px 3px 10px 0px #000000;
    box-shadow: -2px 3px 10px 0px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=236, Strength=10);
  }
  /*In Secret - fauteuilVert*/
  #ob44 {
    height: 250px;
    margin: 310px 125px 40px -215px;
  }
  /*little posters*/
  .firstPoster,
  .littlePoster {
    height: 175px;
    box-shadow: 1px 1px 2px #000;
  }
  .littlePoster {
    margin: 80px 5px 290px 5px;
  }
  .firstPoster {
    margin: 80px 5px 290px -125px;
    transform: rotate(-1deg);
  }
  .deg1 {
    transform: rotate(1deg);
    margin: 65px 0px 290px -5px;
  }
  .deg2 {
    transform: rotate(1.5deg);
    margin: 145px 15px 250px -5px;
  }
  .deg3 {
    transform: rotate(-2deg);
  }
  .deg4 {
    transform: rotate(4deg);
    margin: 115px 0px 250px 5px;
  }
  /*********************
  LIST OF VIDEOS
  *********************/
  #videoList {
    display: block;
    width: 550px;
    height: 250px;
    float: left;
    margin: 80px 50px 150px 50px;
    background: url(../images/marbreTeaser.jpg);
    border: solid 6px #111;
    color: #000;
    text-align: center;
    -moz-box-shadow: -1px 2px 7px 0px #000000;
    -webkit-box-shadow: -1px 2px 7px 0px #000000;
    -o-box-shadow: -1px 2px 7px 0px #000000;
    box-shadow: -1px 2px 7px 0px #000000;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=243, Strength=7);
  }
  #videoList h6 {
    display: block;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 5px 0 8px 0;
    border-bottom: dotted 1px #000;
    font-size: 30px;
    font-weight: normal;
  }
  #videoList ul {
    width: 100%;
    margin: 0;
    padding: 15px;
  }
  #videoList li {
    width: 50%;
    font-size: 17px;
    padding: 5px 10px 4px 10px;
    float: left;
    display: inline;
    cursor: pointer;
    color: #000;
    font-family: 'Lobster', cursive;
    background-color: transparent;
    margin: 0;
    text-align: center;
  }
  #playlist li:hover,
  #playlist li.active {
    background-color: #FFF;
    color: #000;
    box-shadow: inset 0 0 3px #999;
  }
  /*********************
  MOVIE THEATER
  *********************/
  #salle,
  #rideau1,
  #rideau2 {
    float: left;
  }
  #salle {
    background: url(../images768/salle-768.jpg);
    width: 627px;
    height: 390px;
    margin: 50px 0 0 100px;
    padding: 0;
    border-top: none;
    border-bottom: none;
    clear: none;
  }
  #rideau1 {
    background: url(../images768/rideau1-768.png);
    width: 125px;
    height: 418px;
    margin: 45px 0 0 -725px;
  }
  #rideau2 {
    background: url(../images768/rideau2-768.png);
    width: 130px;
    height: 418px;
    margin: 40px 0 0 -35px;
  }
  .flowplayer {
    width: 475px;
    max-width: 475px;
    margin: 50px 76px;
    outline: none;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.75);
  }
  .spaceTrick {
    display: none;
  }
  /*********************
  LIGHTBOX
  *********************/
  .mfp-iframe-holder .mfp-content {
    height: 387px;
    width: 450px;
  }
  /*********************
  PAGES INSIDE LIGHTBOX
  *********************/
  h1.lightboxTitle {
    padding: 10px 20px 0px 20px;
  }
  /*********************
  AND MORE AREA
  *********************/
  #andMore {
    display: block;
    width: 350px;
    height: 300px;
    float: left;
    margin: 80px 50px 210px 50px;
    background-color: #DDD;
    border: solid 6px #111;
    color: #000;
    text-align: center;
    box-shadow: 1px 1px 5px #000;
  }
  #andMore h6 {
    display: block;
    color: #000;
    width: 100%;
    margin: 0;
    padding: 5px 0 8px 0;
    border-bottom: dotted 1px #000;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
  }
  #andMore a {
    color: #000;
    text-decoration: none;
  }
  #andMore em {
    padding: 5px 15px;
    margin: 10px 0 0 0;
  }
  #andMore span {
    padding: 0 25px;
    margin: 0;
    border-bottom: none;
  }
  #hand {
    background: url(../images/hand-m.png);
    width: 150px;
    height: 95px;
    margin: 20px auto;
  }
  #andMoreText:hover {
    background-color: #DDD;
  }
  /*********************
  PAGE BIOGRAPHY : BACKGROUND
  *********************/
  #bio-top {
    display: block;
  }
  #bio-content,
  #bio-top,
  #bio-inner-content {
    width: 100%;
  }
  #bio-content {
    height: 100%;
  }
  #bio-top {
    height: 8862px;
  }
  #bio-inner-content {
    height: 600px;
    z-index: 999;
  }
  #bio-top,
  #bio-inner-content {
    position: absolute;
    bottom: 0;
  }
  #bio-top,
  #bio-inner-content {
    margin-left: 0;
  }
  #bio-inner-content {
    padding: 0px;
    position: absolute;
  }
  #bio-top {
    background: url(../images768/lysLine600.jpg);
    background-repeat: repeat;
    z-index: 1;
    margin-bottom: 202px;
  }
  #bio-inner-content {
    background: url(../images768/line600.jpg);
    background-repeat: repeat-x;
    overflow-x: hidden;
  }
  #camera {
    display: block;
    width: 200px;
    height: 203px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 50px;
    margin-left: -385px;
    background: url(../images768/camera768.png);
    z-index: 9990;
  }
  #bobine {
    width: 200px;
    height: 116px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 120px;
    margin-left: 225px;
    background: url(../images768/bobine768.png);
    z-index: 9990;
  }
  /*********************
  PAGE BIOGRAPHY : INFOS & WEBSITE INFORMATIONS
  *********************/
  #bioWrap,
  #wiWrap {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
    overflow-y: scroll;
    background-color: #4d605b;
    color: #FFF;
  }
  #bioWrap h1,
  #bioWrap h3,
  .bioBlock h2 {
    font-family: 'Lobster', cursive;
  }
  #bioWrap h1 {
    background: #303e39;
    padding: 15px 15px 15px 15px;
    font-size: 20px;
    color: #9eaaab;
  }
  #bioWrap h3,
  #wiWrap h3 {
    font-size: 20px;
    margin: 10px 15px 5px 15px;
    padding-top: 5px;
    color: #303e39;
    border-top: dotted 2px #000;
  }
  .bioBlock h2 {
    font-size: 18px;
    color: #000;
  }
  .bioBlock {
    margin: 5px 15px;
    padding: 5px 0 2px 0;
    border-top: dotted 2px #000;
  }
  .bioLine {
    color: #000;
    font-size: 14px;
    display: block;
  }
  .bioLine em {
    font-weight: bold;
  }
  /*********************
  PAGE CONTACT
  *********************/
  #boxFr,
  #labelFr,
  #contactFr,
  #boxUs,
  #labelUs,
  #contactUs,
  #boxUk,
  #labelUk,
  #contactUk,
  #postalBag {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  #contactFr,
  #contactUs,
  #contactUk {
    color: #000;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    letter-spacing: 1px;
  }
  #boxFr {
    background: url(../imagescontact/boxfr-S.png);
    width: 139px;
    height: 166px;
    margin-top: -225px;
    margin-left: -100px;
  }
  #labelFr {
    background: url(../imagescontact/labelfr-S.png);
    width: 223px;
    height: 111px;
    margin-top: -225px;
    margin-left: 0px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #contactFr {
    width: 200px;
    height: 105px;
    margin-top: -215px;
    margin-left: 40px;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  #boxUs {
    background: url(../imagescontact/boxus-S.png);
    width: 356px;
    height: 289px;
    margin-top: -25px;
    margin-left: -300px;
  }
  #labelUs {
    background: url(../imagescontact/labelus-S.png);
    width: 209px;
    height: 100px;
    margin-top: -110px;
    margin-left: -375px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  #contactUs {
    width: 200px;
    height: 95px;
    margin-top: -110px;
    margin-left: -405px;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
  }
  #boxUk {
    background: url(../imagescontact/boxuk-S.png);
    width: 220px;
    height: 304px;
    margin-top: -100px;
    margin-left: 115px;
  }
  #labelUk {
    background: url(../imagescontact/labeluk-S.png);
    width: 209px;
    height: 100px;
    margin-top: -50px;
    margin-left: 175px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  #contactUk {
    width: 200px;
    height: 95px;
    margin-top: -27px;
    margin-left: 195px;
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
  }
  #postalBag {
    background: url(../imagescontact/postalbag-S.png);
    width: 273px;
    height: 123px;
    margin-top: 75px;
    margin-left: -75px;
  }
  #contactFrMore,
  #contactUsMore,
  #contactUkMore {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 280px;
    height: 280px;
    margin-left: -140px;
    margin-top: -140px;
    padding: 25px;
    background: #4d605b;
    border: dotted 2px #FFF;
    color: #FFF;
    font-size: 16px;
    text-align: center;
  }
  #contactFr span,
  #contactUs span,
  #contactUk span {
    color: #666;
    font-family: serif;
    font-size: 14px;
  }
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    background: #eee;
    border: 0;
    /* end .menu ul li */
  
    /* highlight current page */
  
    /* end current highlighters */
  
  }
  .nav li {
    float: left;
    position: relative;
    /*
  		plan your menus and drop-downs wisely.
  		*/
  
    /* showing sub-menus */
  
  }
  .nav li a {
    border-bottom: 0;
    /*
  			you can use hover styles here even though this size
  			has the possibility of being a mobile device.
  			*/
  
  }
  .nav li a:hover,
  .nav li a:focus {
    background-color: #dedede;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    width: 200px;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    display: none;
    z-index: 8999;
    /* highlight sub-menu current page */
  
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
  				if you need to go deeper, go nuts
  				just remember deeper menus suck
  				for usability. k, bai.
  				*/
  
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li:hover ul {
    top: auto;
    display: block;
  }
  /* end .nav */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/
  
  }
  /* end .footer-links */
  /*********************
  CSS3 ANIMATIONS
  *********************/
  /*
  #timeline-top, #timeline-wall, #timeline-wall-top, .museum {
  	-moz-transition: all .5s linear;
  	-webkit-transition: all .5s linear;
  	transition: all .5s linear;
  }
  */
  .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  .animated.hinge {
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    -ms-animation-duration: 0.5s;
    -o-animation-duration: 0.5s;
    animation-duration: 0.5s;
  }
  @-webkit-keyframes flipOutY {
    0% {
      -webkit-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
    100% {
      -webkit-transform: perspective(400px) translateY(-100%) rotateY(180deg) scale(0.25);
      opacity: 0;
    }
  }
  @-moz-keyframes flipOutY {
    0% {
      -moz-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
    100% {
      -moz-transform: perspective(400px) translateY(-100%) rotateY(180deg) scale(0.25);
      opacity: 0;
    }
  }
  @-o-keyframes flipOutY {
    0% {
      -o-transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
    100% {
      -o-transform: perspective(400px) translateY(-100%) rotateY(180deg) scale(0.25);
      opacity: 0;
    }
  }
  @keyframes flipOutY {
    0% {
      transform: perspective(400px) rotateY(0deg);
      opacity: 1;
    }
    100% {
      transform: perspective(400px) translateY(-100%) rotateY(180deg) scale(0.25);
      opacity: 0;
    }
  }
  .flipOutY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipOutY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipOutY;
    backface-visibility: visible !important;
    animation-name: flipOutY;
  }
  .animated {
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  .animated.hinge {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
  }
  @-webkit-keyframes tada {
    0% {
      -webkit-transform: scale(1);
    }
    10%,
    20% {
      -webkit-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -webkit-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -webkit-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -webkit-transform: scale(1) rotate(0);
    }
  }
  @-moz-keyframes tada {
    0% {
      -moz-transform: scale(1);
    }
    10%,
    20% {
      -moz-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -moz-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -moz-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -moz-transform: scale(1) rotate(0);
    }
  }
  @-o-keyframes tada {
    0% {
      -o-transform: scale(1);
    }
    10%,
    20% {
      -o-transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      -o-transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      -o-transform: scale(1.1) rotate(-3deg);
    }
    100% {
      -o-transform: scale(1) rotate(0);
    }
  }
  @keyframes tada {
    0% {
      transform: scale(1);
    }
    10%,
    20% {
      transform: scale(0.9) rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
      transform: scale(1.1) rotate(3deg);
    }
    40%,
    60%,
    80% {
      transform: scale(1.1) rotate(-3deg);
    }
    100% {
      transform: scale(1) rotate(0);
    }
  }
  .tada {
    -webkit-animation-name: tada;
    -moz-animation-name: tada;
    -o-animation-name: tada;
    animation-name: tada;
  }
  .scale {
    transform: scale(0.95);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
  }
}
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-height: 725px) and (min-width: 1030px) {
  /******************************************************************
  Site Name: Py-Gayraud
  Author: Serge Payen
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  ******************************************************************/
  /*********************
  MENU
  *********************/
  #menu li a,
  #menuButton {
    width: 150px;
  }
  #menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 606px;
    margin-left: 0;
    z-index: 2000;
  }
  /*********************
  HOMEPAGE
  *********************/
  /*----------positions----------*/
  #homeWrap,
  #homeImg {
    width: 1000px;
    height: 617px;
  }
  #homeLeft,
  #homeRight {
    height: 617px;
  }
  #homeTop,
  #homeLeft,
  #homeRight {
    width: 9000px;
  }
  #homeTop {
    height: 824px;
  }
  #homeWrap,
  #homeImg {
    margin: -308px 0 0 -500px;
  }
  #homeTop {
    margin: 0 0 617px -4500px;
  }
  #homeLeft {
    margin: -308px 0 0 -9500px;
  }
  #homeRight {
    margin: -308px 0 0 500px;
  }
  /*----------backgrounds OFF----------*/
  #homeImg.Off {
    background: url(../images1000/homeOff1000.jpg) no-repeat;
  }
  #homeTop.Off,
  #homeLeft.Off,
  #homeRight.Off {
    background: url(../images1000/lysOff1000.jpg) repeat;
  }
  #brand.Off {
    width: 149px;
    height: 38px;
    background: url(../images1000/brand1000-off.png) no-repeat;
    bottom: 65px;
    left: 50%;
    margin-left: 325px;
  }
  /*----------backgrounds ON----------*/
  #homeImg.On {
    background: url(../images1000/homeOn1000.jpg) no-repeat;
  }
  #homeTop.On,
  #homeLeft.On,
  #homeRight.On {
    background: url(../images1000/lysOn1000.jpg) repeat;
  }
  #praxi.On {
    background: url(../images1000/praxi1000.gif) no-repeat;
    width: 244px;
    height: 93px;
    bottom: 159px;
    margin-left: -67px;
  }
  #bulles.On {
    background: url(../images1000/bulles21000.gif) no-repeat;
    width: 94px;
    height: 110px;
    bottom: 299px;
    margin-left: 156px;
  }
  #brand.On {
    width: 149px;
    height: 38px;
    background: url(../images1000/brand1000-on.png) no-repeat;
    bottom: 65px;
    left: 50%;
    margin-left: 325px;
  }
  #brandTitle.On {
    bottom: 50px;
    margin-left: 340px;
    font-size: 16px;
    width: 125px;
    height: 55px;
  }
  /*----------logo and lightbulb----------*/
  #homeLink {
    font-size: 45px;
    top: 85px;
  }
  #homeLink2 {
    font-size: 28px;
    top: 35px;
  }
  #homeLink3 {
    font-size: 28px;
    top: 135px;
  }
  #lightbulb {
    background: url(../images1200/lightbulb1200.png) no-repeat;
    width: 79px;
    height: 100px;
  }
  /*----------links on images : positions----------*/
  #contactLink {
    width: 150px;
    height: 225px;
    top: 145px;
    left: 275px;
  }
  #filmoLink {
    width: 210px;
    height: 300px;
    top: 175px;
    left: 430px;
  }
  #bioLink {
    width: 200px;
    height: 175px;
    top: 285px;
    left: 660px;
  }
  /*----------text links and borders : positions----------*/
  #contactTitle.On {
    top: 120px;
    left: 45px;
  }
  #contactBorder.On {
    width: 125px;
    height: 55px;
    top: 155px;
    left: 220px;
  }
  #filmoTitle.On {
    top: 32px;
    left: 145px;
  }
  #filmoBorder.On {
    width: 225px;
    height: 135px;
    top: 67px;
    left: 325px;
  }
  #bioTitle.On {
    top: 195px;
    left: 720px;
  }
  #bioBorder.On {
    width: 200px;
    height: 80px;
    top: 230px;
    left: 775px;
  }
  /*********************
  TIMELINE
  *********************/
  #timeline-content,
  #timeline-top,
  #timeline-inner-content {
    width: 12450px;
  }
  #timeline-top,
  #timeline-wall-top {
    height: 8862px;
  }
  #timeline-wall-top,
  #timeline-wall {
    width: 723px;
  }
  #timeline-wall,
  #timeline-inner-content {
    height: 700px;
  }
  #timeline-top,
  #timeline-inner-content {
    margin-left: 723px;
  }
  #timeline-top {
    background: url(../images1000/lysLine700.jpg);
    margin-bottom: 146px;
  }
  #timeline-wall-top {
    background: url(../images1000/wallTop1000.jpg);
    margin-bottom: 653px;
  }
  #timeline-wall {
    background: url(../images1000/murGaucheNoText1000.jpg);
  }
  #timeline-inner-content {
    background: url(../images1000/line700.jpg);
  }
  #entryMsg {
    font-size: 40px;
    margin-left: -335px;
    margin-top: 265px;
  }
  #entryText {
    font-size: 22px;
    margin-left: -400px;
    margin-top: 325px;
    text-align: center;
  }
  /*********************
  OBJECTS INSIDE TIMELINE
  *********************/
  /*posters solo*/
  #ob2,
  #ob4,
  #ob10,
  #ob18,
  #ob21,
  #ob25,
  #ob29,
  #ob30,
  #ob36,
  #ob39,
  #ob42 {
    height: 350px;
    margin: 75px 15px 250px 15px;
  }
  /*Perfume - bouteille*/
  #ob1 {
    height: 375px;
    margin: 290px 0px 10px -25px;
  }
  /*Perfume - mannequins*/
  #ob3 {
    height: 600px;
    margin: 65px 50px 10px 15px;
  }
  /*Man To Man - statuette*/
  #ob5 {
    height: 290px;
    margin: 375px 0px 10px -100px;
  }
  /*Man To Man - tableau colonial*/
  #ob6 {
    height: 250px;
    margin: 100px 20px 325px 20px;
  }
  /*Man To Man - appuiTete*/
  #ob7 {
    height: 290px;
    margin: 335px 0px 50px 0px;
  }
  /*Albert Nobbs - mannequin*/
  #ob8 {
    height: 600px;
    margin: 65px 0px 10px 0px;
  }
  /*Albert Nobbs - portemanteau*/
  #ob9 {
    height: 550px;
    margin: 90px 15px 35px -50px;
  }
  /*Three Musketeers - palissy*/
  #ob11 {
    height: 300px;
    margin: 90px 50px 285px 40px;
  }
  /*Three Musketeers - posters*/
  #ob13,
  #ob14,
  #ob15 {
    height: 350px;
    margin: 75px 4px 250px 4px;
  }
  /*Three Musketeers - bottes*/
  #ob12 {
    height: 250px;
    margin: 385px 0px 40px -910px;
  }
  /*Three Musketeers - costume*/
  #ob16 {
    height: 600px;
    margin: 65px 0px 10px -75px;
  }
  /*Deux Freres - tigre*/
  #ob17 {
    height: 525px;
    margin: 90px 0px 60px 50px;
  }
  /*Deux Freres - chapeau*/
  #ob19 {
    height: 350px;
    margin: 265px 75px 60px 0px;
  }
  /*Total Eclipse - livres*/
  #ob20 {
    height: 185px;
    margin: 425px 0px 65px -315px;
  }
  /*Total Eclipse - tabouret*/
  #ob22 {
    height: 325px;
    margin: 350px 0px 0px -15px;
  }
  /*Indochine - sampan*/
  #ob23 {
    height: 325px;
    margin: 65px 5px 250px 5px;
  }
  /*Indochine - statues*/
  #ob24 {
    height: 500px;
    margin: 175px 0px 0px 0px;
  }
  /*Indochine - coiffe*/
  #ob26 {
    height: 525px;
    margin: 115px 0px 50px -50px;
  }
  /*Minor - artefacts*/
  #ob27 {
    height: 375px;
    margin: 235px 0px 75px 0px;
  }
  /*Minor - cadre collier*/
  #ob28 {
    height: 200px;
    margin: 75px 0px 400px 0px;
  }
  /*Dr Chance - billets*/
  #ob31 {
    height: 125px;
    margin: 475px 0px 75px -200px;
  }
  /*And More - jeans*/
  #ob32 {
    height: 375px;
    margin: 225px 0px 65px -125px;
  }
  /*And More - globe*/
  #ob33 {
    height: 200px;
    margin: 375px 0px 85px 20px;
  }
  /*And More - newRoyal*/
  /*
  #ob34 {
          height:225px;
  	margin:400px 0px 75px 0px;
  }
  */
  #ob34 {
    height: 225px;
    margin: 410px 0px 50px 70px;
  }
  /*La Belle et la Bete - robe*/
  #ob35 {
    height: 600px;
    margin: 65px 0px 10px 100px;
  }
  #ob36 {
    margin: 75px 15px 250px -25px;
  }
  /*Cloud Atlas - atlas*/
  #ob37 {
    height: 375px;
    margin: 250px 0px 40px 50px;
  }
  /*Cloud Atlas - nuage*/
  #ob38 {
    height: 175px;
    margin: 35px 0px 450px -515px;
  }
  /*Cloud Atlas - janus*/
  #ob40 {
    height: 425px;
    margin: 200px 75px 50px 50px;
  }
  /*In Secret - clochette*/
  #ob41 {
    height: 290px;
    margin: 330px 0px 55px -5px;
  }
  /*In Secret - cadreFleurs*/
  #ob43 {
    height: 140px;
    margin: 125px 50px 370px 55px;
  }
  /*In Secret - fauteuilVert*/
  #ob44 {
    height: 300px;
    margin: 350px 175px 40px -260px;
  }
  /*little posters*/
  .firstPoster,
  .littlePoster {
    height: 200px;
  }
  .littlePoster {
    margin: 75px 5px 250px 5px;
  }
  .firstPoster {
    margin: 75px 5px 250px -150px;
  }
  .deg1 {
    margin: 50px 5px 250px -10px;
  }
  .deg2 {
    margin: 165px 20px 200px -5px;
  }
  .deg4 {
    margin: 125px 0px 200px 5px;
  }
  /*********************
  LIGHTBOX
  *********************/
  .mfp-iframe-holder .mfp-content {
    height: 486px;
    width: 600px;
  }
  /*********************
  LIST OF VIDEOS
  *********************/
  #videoList {
    margin: 75px 100px 210px 100px;
  }
  /*********************
  MOVIE THEATER
  *********************/
  #salle {
    background: url(../images1000/salle-1000.jpg);
    width: 727px;
    height: 452px;
    margin: 60px 0 0 100px;
  }
  #rideau1 {
    background: url(../images1000/rideau1-1000.png);
    width: 145px;
    height: 485px;
    margin: 53px 0 0 -845px;
  }
  #rideau2 {
    background: url(../images1000/rideau2-1000.png);
    width: 151px;
    height: 485px;
    margin: 53px 0 0 -40px;
  }
  .flowplayer {
    width: 550px;
    max-width: 550px;
    margin: 65px 88px;
  }
  /*********************
  PAGE BIOGRAPHY : BACKGROUND
  *********************/
  #bio-top {
    height: 8862px;
  }
  #bio-inner-content {
    height: 700px;
  }
  #bio-top {
    background: url(../images1000/lysLine700.jpg);
    margin-bottom: 146px;
  }
  #bio-inner-content {
    background: url(../images1000/line700.jpg);
    overflow-x: hidden;
  }
  #camera {
    display: block;
    width: 300px;
    height: 305px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -515px;
    background: url(../images1000/camera1000.png);
    z-index: 9990;
  }
  #bobine {
    width: 300px;
    height: 174px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 130px;
    margin-left: 265px;
    background: url(../images1000/bobine1000.png);
    z-index: 9990;
  }
  /*********************
  PAGE BIOGRAPHY : INFOS & WEBSITE INFORMATIONS
  *********************/
  #bioWrap,
  #wiWrap {
    width: 600px;
    height: 600px;
    margin-left: -300px;
    margin-top: -300px;
  }
  /*********************
  PAGE CONTACT
  *********************/
  #contactFr,
  #contactUs,
  #contactUk {
    font-size: 20px;
  }
  #boxFr {
    background: url(../imagescontact/boxfr-M.png);
    width: 195px;
    height: 229px;
    margin-top: -300px;
    margin-left: -100px;
  }
  #labelFr {
    background: url(../imagescontact/labelfr-M.png);
    width: 309px;
    height: 156px;
    margin-top: -300px;
    margin-left: 60px;
  }
  #contactFr {
    width: 300px;
    height: 150px;
    margin-top: -285px;
    margin-left: 100px;
  }
  #boxUs {
    background: url(../imagescontact/boxus-M.png);
    width: 498px;
    height: 403px;
    margin-top: -75px;
    margin-left: -400px;
  }
  #labelUs {
    background: url(../imagescontact/labelus-M.png);
    width: 296px;
    height: 149px;
    margin-top: -175px;
    margin-left: -525px;
  }
  #contactUs {
    width: 290px;
    height: 140px;
    margin-top: -170px;
    margin-left: -575px;
  }
  #boxUk {
    background: url(../imagescontact/boxuk-M.png);
    width: 308px;
    height: 425px;
    margin-top: -150px;
    margin-left: 160px;
  }
  #labelUk {
    background: url(../imagescontact/labeluk-M.png);
    width: 293px;
    height: 141px;
    margin-top: -50px;
    margin-left: 235px;
  }
  #contactUk {
    width: 285px;
    height: 130px;
    margin-top: -15px;
    margin-left: 270px;
  }
  #postalBag {
    background: url(../imagescontact/postalbag-M.png);
    width: 382px;
    height: 171px;
    margin-top: 75px;
    margin-left: -75px;
  }
  #contactFrMore,
  #contactUsMore,
  #contactUkMore {
    width: 400px;
    height: 400px;
    margin-left: -200px;
    margin-top: -200px;
    font-size: 20px;
  }
  #contactFr span,
  #contactUs span,
  #contactUk span {
    font-size: 16px;
  }
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
  			be careful with the depth of your menus.
  			it's very rare to have multi-depth menus in
  			the footer.
  			*/
  
  }
  /* end .footer-links */
}
/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/
@media only screen and (min-height: 775px) and (min-width: 1240px) {
  /******************************************************************
  Site Name: Py-Gayraud
  Author: Serge Payen
  
  Stylesheet: Desktop Stylesheet
  ******************************************************************/
  /*********************
  LIGHTBOX
  *********************/
  .mfp-iframe-holder .mfp-content {
    height: 584px;
    width: 750px;
  }
}
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
/*@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) {
*/
@media only screen and (min-height: 875px) and (min-width: 1240px) {
  /******************************************************************
  Site Name: Py-Gayraud
  Author: Serge Payen
  
  Stylesheet: Super Large Monitor Stylesheet
  ******************************************************************/
  /*********************
  HOMEPAGE
  *********************/
  /*----------positions----------*/
  #homeLink {
    top: 90px;
    width: 750px;
    font-size: 50px;
  }
  #homeLink2 {
    font-size: 35px;
    top: 35px;
  }
  #homeLink3 {
    font-size: 35px;
    top: 150px;
  }
  #lightbulb {
    top: 30px;
    right: 50px;
  }
  #homeWrap,
  #homeImg {
    width: 1200px;
    height: 740px;
  }
  #homeLeft,
  #homeRight {
    height: 740px;
  }
  #homeTop {
    height: 988px;
  }
  #homeWrap,
  #homeImg {
    margin: -370px 0 0 -600px;
  }
  #homeTop {
    margin: 0 0 740px -4500px;
  }
  #homeLeft {
    margin: -370px 0 0 -9600px;
  }
  #homeRight {
    margin: -370px 0 0 600px;
  }
  /*----------backgrounds OFF----------*/
  #homeImg.Off {
    background: url(../images1200/homeOff1200.jpg) no-repeat;
  }
  #homeTop.Off,
  #homeLeft.Off,
  #homeRight.Off {
    background: url(../images1200/lysOff1200.jpg) repeat;
  }
  #brand.Off {
    width: 176px;
    height: 48px;
    background: url(../images1200/brand1200-off.png) no-repeat;
    bottom: 75px;
    left: 50%;
    margin-left: 390px;
  }
  /*----------backgrounds ON----------*/
  #homeImg.On {
    background: url(../images1200/homeOn1200.jpg) no-repeat;
  }
  #homeTop.On,
  #homeLeft.On,
  #homeRight.On {
    background: url(../images1200/lysOn1200.jpg) repeat;
  }
  #praxi.On {
    background: url(../images1200/praxi1200.gif) no-repeat;
    width: 244px;
    height: 93px;
    bottom: 209px;
    margin-left: -80px;
  }
  #bulles.On {
    background: url(../images1200/bulles21200.gif) no-repeat;
    width: 94px;
    height: 110px;
    bottom: 381px;
    margin-left: 187px;
  }
  #brand.On {
    width: 176px;
    height: 48px;
    background: url(../images1200/brand1200-on.png) no-repeat;
    bottom: 75px;
    left: 50%;
    margin-left: 390px;
  }
  #brandTitle.On {
    bottom: 63px;
    margin-left: 405px;
    font-size: 18px;
    width: 150px;
    height: 60px;
  }
  /*----------links on images : positions----------*/
  #contactLink {
    width: 175px;
    height: 275px;
    top: 170px;
    left: 335px;
  }
  #filmoLink {
    width: 255px;
    height: 375px;
    top: 200px;
    left: 515px;
  }
  #bioLink {
    width: 250px;
    height: 200px;
    top: 345px;
    left: 785px;
  }
  /*----------text links and borders : positions----------*/
  #contactTitle.On {
    top: 150px;
    left: 120px;
  }
  #contactBorder.On {
    width: 125px;
    height: 65px;
    top: 185px;
    left: 295px;
  }
  #filmoTitle.On {
    top: 60px;
    left: 260px;
  }
  #filmoBorder.On {
    width: 225px;
    height: 155px;
    top: 95px;
    left: 440px;
  }
  #bioTitle.On {
    top: 255px;
    left: 875px;
  }
  #bioBorder.On {
    width: 200px;
    height: 80px;
    top: 290px;
    left: 925px;
  }
  /*********************
  TIMELINE
  *********************/
  #timeline-content,
  #timeline-top,
  #timeline-inner-content {
    width: 13800px;
  }
  #timeline-top,
  #timeline-wall-top {
    height: 8862px;
  }
  #timeline-wall-top,
  #timeline-wall {
    width: 826px;
  }
  #timeline-wall,
  #timeline-inner-content {
    height: 800px;
  }
  #timeline-top,
  #timeline-inner-content {
    margin-left: 826px;
  }
  #timeline-top {
    background: url(../images1200/lysLine800.jpg);
    margin-bottom: 57px;
  }
  #timeline-wall-top {
    background: url(../images1200/wallTop1200.jpg);
    margin-bottom: 795px;
  }
  #timeline-wall {
    background: url(../images1200/murGaucheNoText1200.jpg);
  }
  #timeline-inner-content {
    background: url(../images1200/line800.jpg);
  }
  #entryMsg {
    font-size: 50px;
    margin-left: -390px;
    margin-top: 295px;
  }
  #entryText {
    font-size: 27px;
    margin-left: -467px;
    margin-top: 375px;
    text-align: center;
  }
  /*********************
  OBJECTS INSIDE TIMELINE
  *********************/
  /*posters solo*/
  #ob2,
  #ob4,
  #ob10,
  #ob18,
  #ob21,
  #ob25,
  #ob29,
  #ob30,
  #ob36,
  #ob39,
  #ob42 {
    height: 375px;
    margin: 100px 25px 300px 15px;
  }
  /*Perfume - bouteille*/
  #ob1 {
    height: 425px;
    margin: 340px 0px 10px -35px;
  }
  /*Perfume - mannequins*/
  #ob3 {
    height: 675px;
    margin: 90px 100px 10px 50px;
  }
  /*Man To Man - statuette*/
  #ob5 {
    height: 325px;
    margin: 440px 0px 10px -100px;
  }
  /*Man To Man - tableau colonial*/
  #ob6 {
    height: 275px;
    margin: 125px 25px 375px 25px;
  }
  /*Man To Man - appuiTete*/
  #ob7 {
    height: 325px;
    margin: 390px 0px 60px 0px;
  }
  /*Albert Nobbs - mannequin*/
  #ob8 {
    height: 675px;
    margin: 90px 0px 10px 0px;
  }
  /*Albert Nobbs - portemanteau*/
  #ob9 {
    height: 600px;
    margin: 130px 15px 55px -50px;
  }
  /*Three Musketeers - palissy*/
  #ob11 {
    height: 350px;
    margin: 100px 70px 325px 50px;
  }
  /*Three Musketeers - posters*/
  #ob13,
  #ob14,
  #ob15 {
    height: 375px;
    margin: 100px 5px 300px 5px;
  }
  /*Three Musketeers - bottes*/
  #ob12 {
    height: 300px;
    margin: 435px 0px 40px -1000px;
  }
  /*Three Musketeers - costume*/
  #ob16 {
    height: 675px;
    margin: 90px 0px 10px -100px;
  }
  /*Deux Freres - tigre*/
  #ob17 {
    height: 575px;
    margin: 90px 0px 110px 50px;
  }
  /*Deux Freres - chapeau*/
  #ob19 {
    height: 400px;
    margin: 275px 100px 100px 0px;
  }
  /*Total Eclipse - livres*/
  #ob20 {
    height: 200px;
    margin: 465px 0px 110px -350px;
  }
  /*Total Eclipse - tabouret*/
  #ob22 {
    height: 350px;
    margin: 400px 0px 0px -50px;
  }
  /*Indochine - sampan*/
  #ob23 {
    height: 375px;
    margin: 100px 10px 300px 10px;
  }
  /*Indochine - statues*/
  #ob24 {
    height: 550px;
    margin: 225px 0px 0px 0px;
  }
  /*Indochine - coiffe*/
  #ob26 {
    height: 600px;
    margin: 150px 10px 0px -75px;
  }
  /*Minor - artefacts*/
  #ob27 {
    height: 425px;
    margin: 290px 0px 60px 0px;
  }
  /*Minor - cadre collier*/
  #ob28 {
    height: 200px;
    margin: 100px 0px 475px 0px;
  }
  /*Dr Chance - billets*/
  #ob31 {
    height: 150px;
    margin: 550px 0px 50px -250px;
  }
  /*And More - jeans*/
  #ob32 {
    height: 425px;
    margin: 250px 0px 85px -150px;
  }
  /*And More - globe*/
  #ob33 {
    height: 225px;
    margin: 425px 0px 150px 25px;
  }
  /*And More - newRoyal*/
  /*
  #ob34 {
          height:250px;
  	margin:475px 0px 75px 0px;
  }
  */
  #ob34 {
    height: 250px;
    margin: 475px 0px 50px 80px;
  }
  /*La Belle et la Bete - robe*/
  #ob35 {
    height: 675px;
    margin: 90px 0px 10px 100px;
  }
  #ob36 {
    margin: 100px 25px 300px -50px;
  }
  /*Cloud Atlas - atlas*/
  #ob37 {
    height: 425px;
    margin: 300px 0px 35px 50px;
  }
  /*Cloud Atlas - nuage*/
  #ob38 {
    height: 209px;
    margin: 0px 0px 475px -550px;
  }
  /*Cloud Atlas - janus*/
  #ob40 {
    height: 475px;
    margin: 200px 100px 100px 50px;
  }
  /*In Secret - clochette*/
  #ob41 {
    height: 325px;
    margin: 355px 0px 95px -15px;
  }
  /*In Secret - cadreFleurs*/
  #ob43 {
    height: 150px;
    margin: 165px 85px 410px 75px;
  }
  /*In Secret - fauteuilVert*/
  #ob44 {
    height: 325px;
    margin: 410px 200px 40px -315px;
  }
  /*little posters*/
  .firstPoster,
  .littlePoster {
    height: 225px;
  }
  .littlePoster {
    margin: 100px 5px 450px 5px;
  }
  .firstPoster {
    margin: 100px 5px 0px -150px;
  }
  .deg1 {
    margin: 75px 0px 450px -15px;
  }
  .deg2 {
    margin: 200px 25px 350px -5px;
  }
  .deg4 {
    margin: 145px 0px 350px 5px;
  }
  /*********************
  LIGHTBOX
  *********************/
  .mfp-iframe-holder .mfp-content {
    height: 687px;
    width: 900px;
  }
  /*********************
  LIST OF VIDEOS
  *********************/
  #videoList {
    margin: 100px 100px 210px 100px;
  }
  /*********************
  MOVIE THEATER
  *********************/
  #salle {
    background: url(../images1200/salle-1200.jpg);
    width: 836px;
    height: 520px;
    margin: 70px 0 0 100px;
  }
  #rideau1 {
    background: url(../images1200/rideau1-1200.png);
    width: 167px;
    height: 558px;
    margin: 63px 0 0 -965px;
  }
  #rideau2 {
    background: url(../images1200/rideau2-1200.png);
    width: 174px;
    height: 558px;
    margin: 60px 0 0 -50px;
  }
  .flowplayer {
    width: 600px;
    max-width: 600px;
    margin: 75px 118px;
  }
  /*********************
  PAGE BIOGRAPHY : BACKGROUND
  *********************/
  #bio-top {
    height: 8862px;
  }
  #bio-inner-content {
    height: 800px;
  }
  #bio-top {
    background: url(../images1200/lysLine800.jpg);
    margin-bottom: 57px;
  }
  #bio-inner-content {
    background: url(../images1200/line800.jpg);
    overflow-x: hidden;
  }
  #camera {
    width: 400px;
    height: 406px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -620px;
    background: url(../images1200/camera1200.png);
    z-index: 9990;
  }
  #bobine {
    width: 400px;
    height: 232px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 160px;
    margin-left: 315px;
    background: url(../images1200/bobine1200.png);
    z-index: 9990;
  }
  /*********************
  PAGE BIOGRAPHY : INFOS & WEBSITE INFORMATIONS
  *********************/
  #bioWrap,
  #wiWrap {
    width: 700px;
    height: 700px;
    margin-left: -350px;
    margin-top: -350px;
  }
  /*********************
  PAGE CONTACT
  *********************/
  #boxFr {
    background: url(../imagescontact/boxfr-M.png);
    width: 195px;
    height: 229px;
    margin-top: -400px;
    margin-left: -100px;
  }
  #labelFr {
    background: url(../imagescontact/labelfr-M.png);
    width: 309px;
    height: 156px;
    margin-top: -350px;
    margin-left: 60px;
  }
  #contactFr {
    margin-top: -335px;
    margin-left: 100px;
  }
  #boxUs {
    background: url(../imagescontact/boxus-M.png);
    width: 498px;
    height: 403px;
    margin-top: -25px;
    margin-left: -475px;
  }
  #labelUs {
    background: url(../imagescontact/labelus-M.png);
    width: 296px;
    height: 149px;
    margin-top: -125px;
    margin-left: -600px;
  }
  #contactUs {
    margin-top: -125px;
    margin-left: -655px;
  }
  #boxUk {
    background: url(../imagescontact/boxuk-M.png);
    width: 308px;
    height: 425px;
    margin-top: -125px;
    margin-left: 235px;
  }
  #labelUk {
    background: url(../imagescontact/labeluk-M.png);
    width: 293px;
    height: 141px;
    margin-top: -25px;
    margin-left: 315px;
  }
  #contactUk {
    margin-top: 10px;
    margin-left: 350px;
  }
  #postalBag {
    background: url(../imagescontact/postalbag-M.png);
    width: 382px;
    height: 171px;
    margin-top: 115px;
    margin-left: -75px;
  }
  #contactFrMore,
  #contactUsMore,
  #contactUkMore {
    width: 450px;
    height: 450px;
    margin-left: -225px;
    margin-top: -225px;
    font-size: 25px;
  }
  /*********************
  PAGE CONTACT extra large
  *********************/
  /*
  #boxFr {
  	background: url(../imagescontact/boxfr-L.png);
  	width: 280px;
  	height:331px;
  	margin-top:-500px;
  	margin-left:-100px;
  }
  
  #labelFr {
  	background: url(../imagescontact/labelfr-L.png);
  	width: 444px;
  	height:218px;
  	margin-top:-400px;
  	margin-left:60px;
  }
  
  #contactFr {
  	
  }
  
  #boxUs {
  	background: url(../imagescontact/boxus-L.png);
  	width: 715px;
  	height:578px;
  	margin-top:-200px;
  	margin-left:-575px;
  }
  
  #labelUs {
  	background: url(../imagescontact/labelus-L.png);
  	width: 420px;
  	height:211px;
  	margin-top:-250px;
  	margin-left:-525px;
  }
  
  #contactUs {
  	
  }
  
  #boxUk {
  	background: url(../imagescontact/boxuk-L.png);
  	width: 441px;
  	height:610px;
  	margin-top:-250px;
  	margin-left:160px;
  }
  
  #labelUk {
  	background: url(../imagescontact/labeluk-L.png);
  	width: 421px;
  	height:201px;
  	margin-top:-50px;
  	margin-left:235px;
  }
  
  #contactUk {
  	
  }
  
  #postalBag {
  	background: url(../imagescontact/postalbag-L.png);
  	width: 547px;
  	height:245px;
  	margin-top:75px;
  	margin-left:-75px;
  }
  
  */
}
/*
iPHONE 5 MEDIA QUERY
Want to get fancy for no good reason? Knock yourself out.
*/
@media (device-height: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  
}
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  /******************************************************************
  Site Name:
  Author:
  
  Stylesheet: Print Stylesheet
  
  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.
  
  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
    /*
      // show links on printed pages
      &:after {
        content: " (" attr(href) ")";
      }
  
  */
  
  }
  a abbr[title]:after,
  a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
  #bioWrap {
    display: block;
    width: 90%;
    max-width: 90%;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  }
  .noPrint {
    display: none;
  }
  #menu,
  #menuButton {
    display: none;
  }
}
