@charset "utf-8";

/* COLOR CHART
 * light grey : #ccc
 * dark grey : #646464
 * fushia : #bb094e
 *
 */

/* RESET */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin:0;padding:0;border:0;vertical-align:baseline;
}
html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4;  color:#080d2f; -webkit-font-smoothing: antialiased; background:#01051e;
background-image: linear-gradient(, #16265E 48%, #020622 74%);
background-image: -o-linear-gradient(, #16265E 48%, #020622 74%);
background-image: -moz-linear-gradient(, #16265E 48%, #020622 74%);
background-image: -webkit-linear-gradient(, #16265E 48%, #020622 74%);
background-image: -ms-linear-gradient(, #16265E 48%, #020622 74%);
}
::-moz-selection { background: #646464; color: #fff; text-shadow: none; }
::selection { background: #646464; color: #fff; text-shadow: none; }


/* TOOLS */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* LINKS */
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

/* LIST */
ul { margin: 0; padding: 0 0 0 2.1em; list-style:none; }

/* IMAGES */
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('../webfonts/OpenSans-CondLight-webfont.eot');
    src: url('../webfonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-CondLight-webfont.svg#OpenSansCondensedLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSansCondensedLightItalic';
    src: url('../webfonts/OpenSans-CondLightItalic-webfont.eot');
    src: url('../webfonts/OpenSans-CondLightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../webfonts/OpenSans-CondLightItalic-webfont.woff') format('woff'),
         url('../webfonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype'),
         url('../webfonts/OpenSans-CondLightItalic-webfont.svg#OpenSansCondensedLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* FlexSlider Necessary Styles */ 
.flexslider, .flexslider ul, .flexslider ul li {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme */
.flexslider {margin: 0 0 30px; background: #fff; position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 360px;}
.flexslider .slides {zoom: 1;}
.carousel li {margin-right: 0;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -20px; text-align: center;}
.flex-control-nav li {margin: 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 8px; height: 8px; display: block; background: #666; background: rgba(0,0,0,0.24); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(226,0,26,1); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 1280px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}


/* PAGE */
#page { margin:20px auto; width:100%; max-width:960px; box-shadow:0 0 6px #000; background:#fff; font-family:'OpenSansCondensedLight', Arial, Helvetica, sans-serif;}
#page h1,
#page h2 { padding:4px 0;  font-weight:normal; }
#page h1 { float:left; width:45%; margin:0 0 20px 90px; padding-top:45px; font-size:3em; }
#page #infos { float:right;  width:30%; margin:58px 90px 0 0; text-align:right; font-size:1em; }
#page em{ color:#909090; font-size:.6em; }
#page h2 { margin:0 90px 15px 90px; border-bottom:#909090 solid 1px; font-size:1.7em; }
#page .std-font { font-family:Arial, Helvetica, sans-serif, }
#footer { margin:5px 90px 45px 90px; padding:12px 0 45px 0; font-size:0.9em; border-top:#909090 solid 1px; }
#page a { color:#000; text-decoration:none; }
#page a:hover { color:#909090; }
.text strong { font-weight:normal; }
#filmographie.text span { display:inline-block; margin:0 5px 0 5px; }
#mensurations.text span { display:inline-block; margin:0 5px 0 0; min-width:70px; }

.carousel-wrapper { margin:15px 90px 0 90px; padding:0; }
.carousel-wrapper .textbloc { margin:4px 0 6px 0; padding:0; text-align:right; font-size:.9em; }
/*.carousel-wrapper a img  { box-shadow: 0 3px 3px #b6b6b6; }*/
.gallery ul { margin:0; padding:0; }
.gallery ul li { float:left; }
.gallery ul li a { display:block; margin:0 0 80px 90px; width:200px;box-shadow: 1px 1px 7px #b6b6b6; }
.gallery ul li a.pan { display:block; margin:0 60px 80px 90px; width:82%; }
.gallery ul li a:hover { box-shadow: 1px 1px 10px #b6b6b6; }
.gallery ul li a img { display:block; }
.text ul { margin:0 60px 40px 58px; } 


@media only screen and (max-width: 1023px) {
	/* tablets and mobile  */
	body { background: #fff; }
	#page { margin:0 0 0 15px; width:auto; max-width:none; box-shadow:none; }
	#page h1 { margin:0 0 10px 0; padding-top:15px; }
	#page h2 { margin:5px 15px 15px 0; width:auto; }
	#page #infos { margin:25px 15px 5px 0; font-size:.9em; }
	.carousel-wrapper { margin:15px 14px 25px 0; padding:0; }
	.gallery ul li a { display:block; margin:0 15px 15px 0; width:173px; }
	.gallery ul li a img { width:173px; }
	.text ul { margin:0 0 30px 0;padding:0 20px 0 0; }
	#footer { margin:5px 15px 20px 0; width:auto; padding:12px 0 30px 0; }
	.flex-direction-nav a { background:none; }
}

@media only screen and (max-width: 767px) {
	/* mobile  */
	#page { margin:0 0 0 14px; }
	#page h1 { float:none; margin:0; padding-top:20px; width:90%; line-height:1.05; font-size:2.5em;  }
	#page h2 { margin:5px 15px 15px 0; font-size:1.6em; }
	#page #infos { float:none;  width:auto; margin:10px 0; text-align:left; font-size:.9em; }
	.carousel-wrapper { margin:15px 15px 25px 0; padding:0; }
	.gallery ul li a { display:block; margin:0 15px 15px 0; width:138px; }
	.gallery ul li a img { width:138px; }
	.text ul { margin:0 0 20px 0;padding:0 20px 0 16px; } 
	#filmographie.text li { list-style:disc;  }
	#mensurations.text li { list-style:disc;  }
	#footer { margin:5px 15px 20px 0; padding:12px 0 30px 0; }
}

@media only screen and (orientation:landscape) and (max-width: 767px) {
	/* mobile landscape */
	.gallery ul li a { margin:0 15px 15px 0; width:140px; }
	.gallery ul li a img { width:140px; }
}
@media only screen and (orientation:landscape) and (width: 533px) {
	/* mobile landscape ex 800x480 with 1.5 pixel density */
	.gallery ul li a { display:block; margin:0 15px 15px 0; width:157px; }
	.gallery ul li a img { width:157px; }
}

/* css end */
