/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio[controls], canvas, video { display: inline-block; *display: inline; *zoom: 1; }


/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 14px; line-height: 1.231; }
body, button, input, select, textarea { font-family: sans-serif; color: #4d4d4d; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #ff0000; text-decoration: none}
a:visited { color: #ff0000; }


a:focus { outline: thin dotted; }
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; text-decoration:underline;}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: 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
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; margin: 0; padding: 0; }


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve 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; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary style
   Author: 
   ========================================================================== */

#jp_container_1{top:-30px}


header{
    height:180px;
}

footer{
    position: fixed;
    padding:0;
    bottom:0;
    background: #000;
    width:100%;
    color:#fff;
    text-align:center
}

footer a,
footer a:visited{
    display:inline-block;
    height:60px;
    float:left;
    color:#fff;
    padding:14px 0 0;
}


footer a span{
    display:inline-block;
    height:24px;
    padding:20px 16px 0;
    border-left:1px solid #333333;
}

footer a.first span{border:none}

#factus{
    background:url(/static/img/pictos-footer.png) no-repeat 55% 0;
}
#fnewsletter{
    background:url(/static/img/pictos-footer.png) no-repeat 55% -100px;
}
#fdocs{
    background:url(/static/img/pictos-footer.png) no-repeat 55% -200px;
}
#fphotos{
    background:url(/static/img/pictos-footer.png) no-repeat 55% -300px;
}
#fcontact{
    background:url(/static/img/pictos-footer.png) no-repeat 55% -400px;
}


.w960{
  margin-left: auto;
  margin-right: auto;
  width: 900px;
  padding:0 30px 0 30px;
}

h1{font-size:31px}
h1 *,h1{color:#6391d2 !important;}

#contenu{
    background: url(/static/img/contenu-top.png) center top no-repeat;position: relative;padding:175px 0 0 0;top:6000px;
}

#contenumiddletop {
    background: url(/static/img/contenu-middle-top.jpg) center top no-repeat #fff;display: inline-block;width:100%
}

#contenu-bottom{
    background: url(/static/img/contenu-bottom.jpg) center bottom no-repeat;padding:0 0 320px 0
}
#contenu-bottom            { height: 600px;}/* (IE 6) */
html>body #contenu-bottom  { height: auto; min-height:600px;} /* Nav recents*/
*+html>body #contenu-bottom{ min-height: 600px;}/* IE 7 */ 

#logo{
    background: url(/static/img/logo.png) top right;
    height:86px;
    position: absolute;
}

#legal{
    position:absolute;right:100px;top:8px;
}

#nav{
    position:absolute;
    height:86px;
    width:600px;
    z-index:9999;
}

#nav > ul{
    margin:0;
    padding:0;
    list-style: none;
    height:100%;
    width:525px;
    background: url(/static/img/menu/ombre.png) bottom left no-repeat;
}
#nav > ul > li.navparent{
    height:77px;
    line-height: 74px;
    float:left;
}
#nav > ul ul{
    width:auto;
    background: url(/static/img/menu/sousmenutransp.png);
}
#nav > ul ul li{
    height: auto;
    line-height: normal;
}



#nav #nav1{
    background: url(/static/img/menu/orange.jpg) top left no-repeat;
}
#nav #nav2{
    background: url(/static/img/menu/marron.jpg) top left no-repeat;
}
#nav #nav3{
    background: url(/static/img/menu/bleu.jpg) top left no-repeat;
}

#nav > ul > li > a{
    display: inline-block;
    text-align: center;
    line-height: 77px;
    vertical-align: middle;
    color:#fff;
    text-decoration: none;
    text-align: center;
    width:175px;
    cursor:pointer;
}

#nav ul li ul a {
    display: inline-block;
    width:158px;
    padding:10px 0 10px 17px;
    cursor:pointer;
}
#nav ul li ul a.on,
#nav ul li ul a:hover{
    background: url(/static/img/menu/sousmenutranspon.png);
}

#nav a span{
    background: url(/static/img/menutransp.png) 155px 100% no-repeat;
    display: block;
    height: 100%;
    color:#fff;
}

#nav ul li ul a span{
    background: url(/static/img/menu/puce.png) no-repeat 0 2px;
    display: block;
    height: 100%;
    padding:0 0 0 14px;
}

    
#graphikG{position:absolute;top:0px;left:0}
#graphikD{position:absolute;top:382px;right:100px}




.snippetlienvideo{margin:30px 110px 0 50px}
.snippetlienvideo td{padding: 0;margin: 0;line-height: 0}
a.snippetlien{
    background: url(/static/img/fond-mini-galerie.jpg) top left repeat;
    display: block;
    color:#fff;
    text-decoration: none;
    line-height: 138px;
    height:138px;
    text-transform: uppercase;

}
a.snippetlien span{
    background: url(/static/img/menutransp.png) 115px 100% no-repeat;
    display:inline-block;
    text-align: center;
    width:100%;
    
}
a.snippetlien span span{
    background: none;
    vertical-align: middle;
    display:inline-block;
    line-height: 20px;
}

#flag{position:absolute;right:0;top:16px;width:78px;height:30px;overflow:hidden}
#flag a{display:block;float:left;background:url(/static/img/flag/flags.png) no-repeat;width:35px;height:30px}
#flag a#flagFR{background-position: 5px 0}
#flag a#flagEN{background-position: -25px 0}
#flag a#flagES{background-position: -55px 0}


#produitsListe a{
    width: 186px;
    height:185px;
    position: relative;
    display: inline-block;
    margin:0 10px 20px 0;
    text-decoration: none;
    cursor:pointer;
}

#produitsListe a span{
    display:inline-block;
    width:186px;
    padding:13px 0;
    text-align: center;
    color:#ff0029;
    background: #181818;
    position: absolute;
    bottom:0;
    left:0;
}

a span.titreproduitmini{
    background: url(/static/img/titrephotofond.jpg) left bottom repeat-x #000;
    position: absolute;
    bottom: 0;
    color: #FF0029;
    display: inline-block;
    left: 0;
    padding: 13px 0;
    text-align: center;
}

#encart-produits{
    position:absolute;top:0px;right:0;
    width: 200px;
    background: url(/static/img/menu/sousmenutransp.png);
}

#encart-produits .titreencart{
    background:#000;color:#fff;font-weight:bold;
    text-align: center;
    padding:11px 0;
}

#encart-produits .titrezoom {
    position:absolute;top:0px;left:0;width:200px;display:block;background: #ff0029;color:#fff;text-align:center;padding:5px 0
}

#encart-produits .textezoom{
    position:absolute;top:-140px;height:140px;line-height: 1.2em;opacity:0.93;left:0;text-align:center;width:200px;color:#ff0029;background: #fff;font-weight: normal;display:block;padding:20px 0 0 0
}

#encart-produits .plusinfos {
    position:absolute;right:10px;bottom:10px;
}

#encart-bulletins{position:absolute;top:300px; left:400px;
    width: 200px;
    background: url(/static/img/menu/sousmenutransp.png);
}
#encart-bulletins .titreencart{
    background:#000;color:#fff;font-weight:bold;
    text-align: center;
    padding:11px 0;
}
#encart-bulletins #bulletins-container{
    color:#fff;
}
#encart-bulletins .titre{font-weight:bold;color:red}
#encart-bulletins a:hover{text-decoration: none}

#encart-actus{position:absolute;top:120px;
    width: 200px;
    background: url(/static/img/menu/sousmenutransp.png);
}

#encart-actus .titreencart{
    background:#000;color:#fff;font-weight:bold;
    text-align: center;
    padding:11px 0;
}
#encart-actus #news-container{
    color:#fff;
}
#encart-actus #news-container ul {
    list-style: none;
}
#encart-actus p{
   margin:0;
   padding:5px 0 0 0;
}

#encart-actus .titre{font-weight:bold;color:red}

#encart-actus a,
#encart-actus #news-container a{
    color:#FF0000;
    font-weight: bold;
}
#encart-actus a:hover{text-decoration: none}

#breadcrumb a,
#breadcrumb a:visited{
    color: #ff0029;
    text-decoration: none;
}

#distributeurfiche{
    border:1px solid #bfbfbf;
    padding:14px;
}

#distributeurfiche a,
#distributeurfiche a:visited{
    color:#ff0000;
    text-decoration:none;
}

#distributeurfiche a:hover{
    color:#ff0000;
    text-decoration:underline;
}



#produitsListe a{
    overflow: hidden;
}
#produitsListe a span.hover{
    position: absolute;
    top:0;
    display:block;
    background: url(/static/img/menutransp80.png) 164px 100% no-repeat;
    color:#fff;
}

#produitsListe a span.accroche{
    position: absolute;
    top:-100px;
    display:block;
    color:#000;
    background: none transparent;
    padding:10px;
    width:166px;
    font-weight: bold;
}

#produitsListe .pictoproduit{
    position:absolute;
    top:-100px;
    margin:0 0 0 -10px;
}

#documentation a.doc{
    display: inline-block;
    background: url(/static/img/pictodocument.jpg) no-repeat left center;
    padding:2px 0 2px 20px;
}

#docs_produits a.doc{
    display:block;
    background: url(/static/img/pictodocument.jpg) no-repeat left top;
    padding: 0 0 0 20px;
    margin:0 0 10px
}
#docs_produits a.doc.prive,
#documentation a.doc.prive{
    background: url(/static/img/pictodocumentprive.jpg) no-repeat left top;
    color:#4D4D4D;
}

.erreur{
    padding:10px;
    border: 1px solid red;
    color:red;
    margin:2px 0;
}
.infos{
    padding:10px;
    border: 1px solid green;
    color:green;
    margin:2px 0;
}

form {
    width: 98%;
    margin: 0 auto;
    padding:1px;
    overflow: auto;
}
     
    form label {
        color: #4c4c4c;
    }
     
    /**
     * Adding red star after label of each required Zend_Form_Element
     */
    form label.required {
        
    }
 
    form dl{margin: 0}
    
    /**
     * Horizontally centering submit button, 'submit-container' class added by jquery
     */
    form dd.submit-container {
        clear: both;
        text-align: center;
    }
 
    form fieldset {
        border: none;
    }
 
    form dd {
        margin: 0 0 0.7em 0;
    }
 
        form dd p.description {
            width: 100%;
            max-width: 350px;
            margin: 0.2em 0 0 0.2em;
            padding: 0;
            color: #4c4c4c;
            font-size: 0.85em;
        }
 
        form dd ul.errors {
            margin: 0 0 0 1.6em;
            padding: 0;
        }
 
            form dd ul.errors li {
                width: 100%;
                max-width: 350px;
                margin-top: 0.2em;
                margin: 0.2em 0 0 0;
                padding: 0;
                color: #ff0000;
                font-size: 0.9em;
            }
 
 
    form input,
    form button,
    form textarea,
    form select {
        display:block;
        width: 100%;
        max-width: 350px;
        padding: 0.5em;
        color: #000;
        font-size: 1em;
        background: #fff;
        border: 1px #D4D0C8 solid;
        /*
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        */
    }
    
    /**
     * Highlighting current element
     */
    form input:focus,
    form select:focus,
    form textarea:focus {
        outline: 1px solid #ff0000;
    }
    
    .bouton,.button {
       background: #fc3d3d;
       color:#fff;
       cursor:pointer;
       max-width: 365px;
    }
 
    form select {
        max-width: 365px;
    }
 
    form textarea {
        height: 100px;
    }
     
    /**
     * Highlighting elements that were found invalid.
     * 'error' class added by jquery.
     */
    form input.error,
    form select.error,
    form textarea.error {
        background: #ff0000;
    }


.flottant_droite{float:right;margin:0 0 0 20px}
.flottant_gauche{float:left;margin:0 20px 0 0}
    


/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }




/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  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; }
}



HTML {_background: url(/images/trans.gif) no-repeat fixed;}
.bgstretcher-area { text-align: left; }
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	left: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed;
	z-index: 1;
	_position: absolute; /*IE6 doesn't support fixed positioning*/
	top: 0;
	left: 0;
}

#bgnav{
    position:absolute;
}
#bgnav ul{
    list-style: none;
}
#bgnav ul li{
    float:left;
    width:26px;
}
#bgnav a{
    background: url(/static/img/navbg.png);
    display: inline-block;
    width:16px;
    height:16px;
    text-indent:-9000px
}

#bgnav li.showPage a{
    background-position:0 -16px;
}

#bgnav a:focus{
    outline:none;
}

h2{
    background: url(/static/img/pictolisteproduits.png) no-repeat left 4px; 
    padding:0 0 0 40px;
}

/* BOX */
.bx-content h2, .bx-content h3{
    font-size: 120px;
    position: relative;
    z-index: 300;
    color: #fff;
    padding: 20px 30px 0px;
    font-family: 'Miltonian';
    text-align: center;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}
.bx-content h3{
    font-size: 60px;
}
.bx-container{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:0;
}
.bx-container img{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index: 101;
	display:none;
}
.bx-canvas{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
}
.bx-overlay, .bx-loading {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background: transparent url(../images/pattern.png) repeat top left;
	z-index:10;
}
.bx-loading{
    z-index: 9999;
    background: #000;
}
.bx-loading span{
    color: #fff;
    font-size: 13px;
    position: fixed;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 8px;
    margin: -12px 0 0 -46px;
    left: 50%;
    top: 50%;
    text-shadow: 0px 0px 1px rgba(255,255,255,0.9), 1px 2px 5px rgba(0,0,0,0.5);
}
.bx-thumbs{
    position:absolute;
    z-index: 100;   
    bottom: 50px;
    left: 50%;
    margin-left: -294px; /*half of width for centering*/
}
.bx-thumbs a{
    float: left;
    width: 66px;
    height: 66px;
    border: 2px solid #000;
    overflow: hidden;
    margin: 2px 7px;
    position: relative;
    outline: none;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0.8;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
	box-shadow: 
        0px 0px 3px rgba(0,0,0,0.6),
        0px 0px 0px 40px rgba(0,0,0,0.3) inset;
    -webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.bx-thumbs a:hover{
    opacity: 1.0;
    box-shadow: 
        0px 0px 3px rgba(0,0,0,0.6),
        0px 0px 0px 0px rgba(0,0,0,0.1) inset;
}
.bx-thumbs a.bx-thumbs-current{
    opacity: 1.0;
    border-color: #fff;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
}