/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

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

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

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

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
  padding: 0;
}

#search-suggester-results { position: absolute; right: 0; top: 0px; display: none; z-index: 2; overflow: hidden; }
#search-suggester-results .search-suggester-results-type-col { width: 274px; float: left; }
#search-suggester-results h3 { padding: 4px 10px 10px;  }
#search-suggester-results ul { padding: 0 0 10px 10px; }
#search-suggester-results li { clear: both; margin: 0 0 10px; }
#search-suggester-results li:hover, #search-suggester-results li.search-suggester-results-item-selected  { background-color: #CCC; }
#search-suggester-results a { display: block; overflow: hidden; }
#search-suggester-results a > span { float: left; }
#search-suggester-results .search-suggester-results-item-image { width: 20%; text-align: center; }
#search-suggester-results .search-suggester-results-item-description { width: 80%; }
#search-suggester-results .search-suggester-results-item-description span { display: block; }
#search-suggester-results img { max-width: 40px; max-height: 40px; }

/* ===================================================================
 *  SOMMAIRE
 *
 *  $0 -- Class standard
 *  $1 -- Layout général
 *  $2 -- Style générique
 *  $3 -- Bandeau haut
 *  $4 -- Bandeau bas
 *  $5 -- Colonne gauche
 *  $6 -- Colonne gauche
 *  $7 -- Contenu
 *  $8 -- Menu
 *  $9 -- Formulaire
 *  $10 -- Styles de paragraphe
 *  $11 -- Accueil
 *  $12 -- Pagination
 *  $13 -- Liste générale
 *  $14 -- Liste produit
 *  $15 -- Produit éléments génériques
 *  $16 -- Fiche générale
 *  $17 -- Fiche Produit
 *  $18 -- Tunnel de commande
 *  $19 -- Compte client
 *  $20 -- Templates
 *  $21 -- Modal box
 *  $22 -- Jquery Bootstrap
 *  $23 -- Media queries
 *
 * HELP CSS
 * @info -- Elément d'information
 * @supprimer -- Elément/bloc suceptible d'être supprimé en fonction du projet si inutile
 *
 * COULEUR
 * Vert clair : #c3cf21
 * Gris fonce (texte) : #4b4b4b
 * Orange : #f8900c
 *
 ********************************************************************
 * $0 CLASS STANDARD
 * =================================================================*/

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.withJS .js_hidden { display: none; }
.clear { clear : both; }
.invisible { display: none; }
.alignleft { text-align: left; }
.alignright { text-align: right; }
.aligncenter { text-align: center; }
.alignjustify { text-align: justify; }
object.alignleft, img.alignleft, table.alignleft, span.alignleft, iframe.alignleft, embed.alignleft { float: left; margin: 0 10px 10px 0; }
object.alignright, img.alignright, table.alignright, span.alignright, iframe.alignright, embed.alignright { float: right; margin: 0 0 10px 10px; text-align: left;}
table.aligncenter { margin: auto; text-align: left; }
a img { border: 0; }
img { vertical-align: middle; }
acronym { border-bottom: 1px dotted; cursor:help; }

/* LEGENDE - CREDIT */
.spanImgContainer { display: inline-block; text-align: center !important; line-height: 0;}
.spanImgOuter { display: inline-block; position: relative; }
.spanImgOuter img { display: block; }
.spanCredit { left: 0; bottom: 0; color: #fff; font-style: italic; font-size: 90%; max-width: 75%; padding: 5px; position: absolute; line-height: 1em; text-align: left; }
.imgLoupe { position: absolute; bottom: 0; right: 0;}
.spanLegende { display: block; font-size: 90%; border: 1px solid #dedede; padding: 5px; line-height: 1em; }

/* CLEARFIX */
.inner-center:before,
.inner-center:after,
.liste-produits:before,
.liste-produits:after,
.clearfix:before,
.clearfix:after,
.field:before,
.field:after,
.paragraphe .inner:before,
.paragraphe .inner:after { content: " "; display: table; }
.inner-center:after,
.liste-produits:after,
.clearfix:after,
.field:after,
.paragraphe .inner:after { clear: both; }

/* Polices */
@font-face {
    font-family: "kgskinnylatte";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/kgskinnylatte-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/kgskinnylatte-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/kgskinnylatte-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/kgskinnylatte-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/kgskinnylatte-webfont.svg#kgskinnylatte') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-webfont.svg#dinpro') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro-bold";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-bold-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-bold-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-bold-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-bold-webfont.svg#dinpro-bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro-cond";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-cond-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-cond-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-cond-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-cond-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-cond-webfont.svg#dinpro-cond') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro-italic";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-italic-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-italic-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-italic-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-italic-webfont.svg#dinpro-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro-light";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-light-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-light-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-light-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-light-webfont.svg#dinpro-light') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro-medium";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-medium-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-medium-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-medium-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-medium-webfont.svg#dinpro-medium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "dinpro-black";
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-black-webfont.eot');
    src: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-black-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-black-webfont.woff') format('woff'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-black-webfont.ttf') format('truetype'),
         url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/polices/dinpro-black-webfont.svg#dinpro-black') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ===================================================================
 * $1 LAYOUT GENERAL
 * =================================================================*/

/* Général */
#site-main {  }
#corps  { width: 980px; margin: 0 auto; padding: 25px 0; }
.inner-center { width: 980px; margin: 0 auto; position: relative; }

/* Colonnage */
.col-left { float: left; width: 230px; }
.col-right { float: right; width: 230px; }

.with-col-left .col-main,
.with-col-right .col-main { width: 730px; }

.with-col-left .col-main { float: right; }
.with-col-right .col-main { float: left; }

/* ===================================================================
 * $2 STYLES GENERIQUES
 * =================================================================*/

/* Général */
body { background: #fff; color: #4b4b4b; font-family: Arial,Helvetica,sans-serif; font-size: 100%; line-height: 1; }
#site-main { font-size: 0.875em; font-family: "dinpro"; }

/* Liens */
a { color: #4b4b4b; text-decoration: none; }
a:hover, a:focus { text-decoration: underline; }

/* Titrages */
h1, h2, h3, h4, h5 { font-family: "dinpro-bold"; font-weight: normal; margin: 0 0 0.5em; }
h1 { font-size: 2.5em; }
h2 {  font-size: 2em; }
h3 { font-size: 1.5em; }
h4 { font-family: "dinpro-bold"; font-size: 1.167em; }
h5 { font-size: 1em; margin: 0 0 5px; }

h2 .style-other { display: none; }
h2.latte-filet      { margin: 0 0 1em; font-family: "kgskinnylatte"; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-gris.png) repeat-x 0 15px; }
h2.latte-filet span { background: #FFFFFF; letter-spacing: 2px; padding-right: 6px; }
h3 .highlight { color: #fff; background: #ba282b; }

/* Paragraphes et listes */
p { margin: 0 0 1em; }
ol,
ul { list-style: none; margin: 0; padding: 0; }
ul li { padding: 0; }

/* Tableaux */
table { border-collapse: collapse; width: 100%; border: 1px solid #f4f4f4; }
table tr td,
table tr th { border: 1px solid #f4f4f4; padding: 3px 2%; }
table tr td {  }
table tr th { background: #2c2c2c; color: #fff; }

/* Images */
img.imgLoupe { border: none; padding: 0 9px 9px 0; }
.spanLegende { border-top: none; }
img.align-left { margin: 0 10px 10px 0; }
img.align-right { margin: 0 0 10px 10px; }

/* Positionnement */
.cms-bloc { clear: both; }


/* Boutons */
.btn,
.btn-submit-terminer,
.btn-primary,
.btn-submit,
button {
    background: #c3cf21;
    border: none;
    display: inline-block;
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 4px 15px 7px;
    font-family: "dinpro-bold";
    text-decoration: none;
    border-radius: 4px;
}

.btn-non-submit {
    background: #9FA8A7;
}
button.btn { line-height: 18px; padding: 2px 8px 5px; }
.btn:hover,
.btn-submit-terminer:hover,
.btn-primary:hover,
.btn-submit:hover,
button:hover { background-color: #4b4b4b; }
button[class^="btn"]:hover,
a[class^="btn"]:hover { text-decoration: none; }

.TPL_TUNNEL .btn-inverse { background-color: #4b4b4b; }
.TPL_TUNNEL .btn-inverse:hover { background-color: #c3cf21; }

.btn-deconnexion {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-header.png) no-repeat 0 -270px;
    text-indent: -10000px;
    display: inline-block;
    height: 12px;
    width: 11px;
}
.btn-deconnexion:focus,
.btn-deconnexion:hover { background-color: transparent; opacity: 0.7; }
.btn.orange { background-color: #F8981D; }

/* Btn edition */
.btn-edit {
    color: #4B4B4B;
    display: inline-block;
    text-indent: -10000px;
    height: 32px;
    width: 32px;
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-action.png) no-repeat 7px 7px;
}
.btn-edit:hover { background-position: -43px 7px; }

/* Btn retour */
.btn-return {
    background-image: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-back.png);
    background-position: 16px 50%;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-right: 20px;
}

/* Btn panier */
.btn-submit-vide-panier { float: right; font-weight: bold; }
.btn-submit-vide-panier:hover {  }
.btn-submit-poursuivre {
    background: #B5B5B5;
    color: #000;
    display: inline-block;
    font-weight: bold;
    padding: 5px 15px;
    text-decoration: none;
}
.btn-submit-poursuivre:hover {  }

/* Btn supprimer */
.btn-delete {
    color: #4B4B4B;
    display: inline-block;
    text-indent: -10000px;
    height: 32px;
    width: 33px;
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-action.png) no-repeat 7px -33px;
}
.btn-delete:hover { background-position: -43px -33px; }

/* Btn voir */
.btn-detail {
    color: #4B4B4B;
    display: inline-block;
    text-indent: -10000px;
    height: 32px;
    width: 32px;
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-action.png) no-repeat 5px -73px;
}
.btn-detail:hover { background-position: -45px -73px; }


/* Qte produit */
a.plus,
a.minus {
    background : #c3cf21;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    font-family: "dinpro-bold";
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-decoration: none;
    width: 14px;
    vertical-align: middle;
}
a.plus { line-height: 7px; }
a.minus { line-height: 8px; }
a.plus:hover,
a.minus:hover {
    color: #4b4b4b;
    text-decoration: none;
}
input.amount {
    border: 1px solid #909090;
    font-size: 0.786em;
    /*font-family: "dinpro-bold";*/
    font-family: Arial, sans-serif;
    height: 14px;
    margin: 0 2px;
    padding: 0;
    text-align: center;
    width: 17px;
    vertical-align: middle;
}

.delete {
    /*background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/GAB_PROJECT/css/images/btn-supprimer.png) no-repeat;*/
    float: right;
    height: 27px;
    width: 26px;
}

/* Btn dans éditeur */
span.btn a { color: #fff; }

/* Picto liste recette et fiche recette */
.picto-recette { margin: 9px 0; position: relative; padding-left: 30px; }
/*.picto-recette.nombrePersonne { margin-top: 0; }*/
.picto-recette:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-recette.png) no-repeat;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 23px;
}
.picto-recette.nombrePersonne:before { background-position: 0 -111px; }
.picto-recette.tempsCuisson:before { background-position: 0 -34px; }
.picto-recette.caracteristique:before { background-position: 0 -77px; }

/* Message info */
.errorMessages { color: red; }

/* ===================================================================
* $3 BANDEAU HAUT
* =================================================================*/

/* logo du site */
#logo { float: left; width: 167px; height: 134px; margin: -43px 0 0 -16px; position: relative; z-index: 2;  }

#bandeau-haut .top { background: #008a43; color: #f9f9f9; }
.header-container { background: #fff; }

/* Bandeau fixe */
.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 4;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 1px 6px rgba(0,0,0,0.15);
    box-shadow: 0 1px 6px rgba(0,0,0,0.15);
}
.fixed #logo {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/logo-fixed.png) no-repeat;
    height: 93px;
    width: 167px;
}
.fixed #logo img { display: none; }
/* Bandeau fixe - menu rayon */
.menu-rayon.fixed { top: 80px; z-index:3; }

/* Liens page speciales */
.top-liens { float: right; }
.top-liens > li { float: left; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bordure-liens-header.png) no-repeat 0 50%; padding: 0 20px 0 15px; height: 30px; }
.top-liens li:first-child { background-image: none; }
.top-liens > li:focus,
.top-liens > li:hover,
.top-liens > li.open { background: #005127; }
.top-liens > li > a, .top-liens .lien-magasin > .iconMag {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-header.png) no-repeat;
    color: #fff;
    display: block;
    line-height: 27px;
    padding: 0 0 3px 20px;
}
.top-liens a:focus,
.top-liens a:hover { text-decoration: none; }
.top-liens .lien-magasin > .iconMag { background-position: 0 9px; }
.top-liens .lien-moncompte > a { background-position: 0 -46px; }
.top-liens .lien-recherche { padding: 0 0 0 10px; }
.top-liens .lien-recherche > a { background-position: 0 -180px; }
.top-liens .lien-recherche input { color: #fff; }
.top-liens .lien-recherche .input-recherche {
    border: 1px solid #c3cf21;
    color: #4b4b4b;
    width: 210px;
    height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    padding: 2px 5px;
}
.top-liens .lien-recherche input[type="submit"] {
    text-indent: -9999px;
    width: 27px;
    padding: 0;
    height: 30px;
    border: 1px solid #c3cf21;
    background: url("/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/loupe.png") no-repeat 50% 50% #c3cf21;
}
.top-liens .lien-recherche:focus,
.top-liens .lien-recherche:hover { background: url("/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bordure-liens-header.png") no-repeat 0 50%; }


/* bloc haut action (mon compte et panier header) */
.bloc-top-action {
    display: none;
    position: absolute;
    left: 0;
    z-index: 3;
}
.bloc-top-action p span { display: block; margin-bottom: 5px; }

/* mon Compte mini (non connecté) */
.top-liens .lien-moncompte { position: relative; }
.top-liens .lien-moncompte.focus { background: #005127; }
.mini-compte { background: #a1a1a1; padding: 6px 6px 0; top: 30px; width: 100%; font-size: 0.929em; }
.mini-compte p { margin-bottom: 4px; }
.mini-compte a { text-decoration: underline; }
.mini-compte input { width: 100%; padding: 0 5px 4px; border: 0; border-radius: 4px; color: #6a6a6a; }
.mini-compte button { background: #fff; color: #cfd748; }
.mini-compte .reinitialiserMotDePasse { color: #fff; font-size: 0.786em; }
.mini-compte .mini-compte-creation { background: #4b4b4b; padding: 6px; margin: 10px -6px 0; }
.mini-compte-creation .creerCompte  {
    background: #fff;
    border-radius: 4px;
    color: #cfd748;
    display: block;
    font-weight: bold;
    font-size: 0.924em;
    padding: 4px 5px 7px;
    text-align: center;
    text-decoration: none;
 }
    /* mon Compte mini (connecté) */
.mini-compte.connecte { padding-bottom: 6px; }
.mini-compte-liens li a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/puce-blanche.png) no-repeat 0 4px;
    color: #fff;
    display: block;
    margin-bottom: 4px;
    padding-left: 10px;
    text-decoration: none;
}
.top-liens .lien-moncompte .btn-deconnexion,
.top-liens .lien-magasin .btn-deconnexion { background-position: 0 -321px; display: inline-block; vertical-align: middle; margin-left: 5px; }
.mini-compte-nom-client {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-header.png) no-repeat 0 -46px;
    display: inline-block;
    line-height: 27px;
    padding-left: 18px;
}
.mini-compte-nom-client a { color:white; }
.mini-compte-nom-client a:hover { text-decoration:underline; }
.mini-compte .close-menu:before { content: "X "; font-family: "dinpro-bold"; }
.mini-compte .close-menu { background: #4b4b4b; display: block; color: #fff; text-decoration: none; margin: 0 -6px -6px; padding: 5px 6px 6px; }

/* Mon panier mini header */
.mini-panier { float: right; margin-top: 15px; position: relative; width:145px; white-space:nowrap; }
.mini-panier-lien {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-header.png) no-repeat 10px -251px #f7f7f7;
    display: block;
    font-size: 1.143em;
    padding: 3px 10px 5px 35px;
}
.mini-panier-lien .nbre-article { font-size: 0.875em; font-family: "dinpro-bold"; }
.mini-panier-inner {
    background: #f7f7f7;
    padding: 35px 12px 20px;
    position: absolute;
    right: 0;
    left: auto;
    top: 20px;
    width: 285px;
}
.mini-panier-inner .recap { color: #f8900c; font-family: "dinpro-bold"; border-bottom: 1px solid #f7e7d2; padding-bottom: 10px; }
.mini-panier .message-panier .infoMessages,
.mini-panier .message-panier .warnMessages,
.mini-panier .message-panier .errorMessages { padding-bottom: 5px; }
    /* Mini panier détail */
.mini-panier-detail { border-bottom: 1px solid #f7e7d2; padding-bottom: 14px; margin-bottom: 14px; }
.mini-panier-detail-item { margin-top: 12px; }
.mini-panier-detail-item:first-child { margin-top: 0; }
.mini-panier-detail-item .left { float: left; }
.mini-panier-detail a { text-decoration: none; }
.mini-panier-detail .nomProduitPanier { margin-right: 2px; width: 140px; display: inline-block; vertical-align: top; white-space: normal; }
.mini-panier-detail .prix { font-family: "dinpro-bold"; float: right; text-align: center; width: 65px; margin-top: 2px; }
.mini-panier-detail .mini-loader-panier-bandeau-haut { position: absolute; right: 97px; }
    /* Mini panier prix total */
.mini-panier-inner .total span { display: inline; font-family: "dinpro-bold"; font-size: 1.143em; }
.mini-panier-inner .total-libelle { float: left; text-transform: uppercase; }
.mini-panier-inner .total-prix { color: #f8900c;  }

/* Autocomplétion recherche */
#search-suggester-results { background: #F8F8F8; top: 30px; border: 1px solid #c3cf21; }
#search-suggester-results h3 { font-size: 1.143em; color: #FFFFFF; background-color: #c3cf21; }
#search-suggester-results li:hover { background: none transparent; }
#search-suggester-results li:hover a,
#search-suggester-results li:hover .search-suggester-results-item-libelle { text-decoration: underline; }
#search-suggester-results li.search-suggester-results-item-selected { background-color: #a1a1a1; }
#search-suggester-results .search-suggester-results-item-prix { font-family: "dinpro-bold"; }

/* Bandeau accroche */
.bandeau-accroche               { background: no-repeat 50% 0; position: relative; margin-top: -40px; z-index: 1;  height: 286px; }
.bandeau-accroche .inner-center { max-width: 980px; margin: 0 auto; }
.bandeau-accroche .bloc         { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bg-txt-accroche.png) no-repeat; width: 360px; height: 101px; padding: 15px 20px; margin-top: 100px; }
.bandeau-accroche .bloc .titre  { font-family: "dinpro-black"; font-size: 1.429em; text-transform: uppercase; margin: 0 0 0.25em; }

/* ===================================================================
* $4 BANDEAU BAS
* =================================================================*/
#bandeau-bas { background: #f4f4f4; padding: 20px 0; text-align: left; }
#bandeau-bas h3 { font-size: 1.143em; }

div[class*="footer-block-"] { float: left; min-height: 200px;   width: 33%;  }
div[class*="footer-block-"] li a:hover { font-weight: bold; }
div[class*="footer-block-"] h3 { margin: 10px 0 15px; }
.footer-block-2,
.footer-block-3 { border-left: 1px solid #d4d4d4; padding-left: 50px; }

.menu-footer li { float: left; margin: 4px 0; width: 50%; }

/* Colonne Garantie et service */
.liste-garantie li { padding-left: 40px; line-height: 30px; position: relative; }
.liste-garantie li:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-footer.png) no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 35px;
}
.liste-garantie .item-retrait:before { background-position: -33px 0; }
.liste-garantie .item-paiement:before { background-position: -68px 0; }
.liste-garantie .item-sav:before {  background-position: -101px 0; }

/* Colonne Réseaux sociaux */
.footer-reseaux-sociaux ul li { margin: 10px 0; }
.footer-reseaux-sociaux ul a { text-decoration: underline; font-size: 1.143em; }
.footer-reseaux-sociaux [class*="picto-"] {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/social.png) no-repeat;
    display: inline-block;
    height: 50px;
    width: 50px;
    margin-right: 5px;
    text-indent: -10000px;
}
.footer-reseaux-sociaux .picto-facebook { background-position: -56px 0; }

/* Colonne liens spéciaux */
div.footer-block-3 h3 { margin-bottom: 20px; }
.liens-speciaux li { margin: 10px 0; }
.liens-speciaux a { text-decoration: underline; font-size: 1.143em; }

/* ===================================================================
* $5 COLONNE GAUCHE
* =================================================================*/



/* ===================================================================
* $6 COLONNE DROITE
* =================================================================*/



/* ===================================================================
* $7 CONTENU
* =================================================================*/

/* Fil d'ariane */
.ariane { clear: both; margin-top: 25px; }
.ariane li { font-family: "dinpro-italic";  display: inline-block; }
.ariane li a { color: #4b4b4b; text-decoration: none; }
.ariane li a:hover { text-decoration: underline; }
.ariane li span { color: #c3cf21; }
.ariane li:first-child { margin-left: 0; padding: 0; }

/* ===================================================================
* $8 MENU
* =================================================================*/

/* Menu principal */
.main-menu { display: block; float: left; width: 670px; position: relative; margin: 15px 0 0 12px; }
.main-menu li a { display: block; }
.main-menu li span { display: block; }

/* Menu principal - niveau 1 */
.main-menu .nav1 { float: left; border-left: 1px solid #f9a438; }
/* @supprimer : */
/*.main-menu .nav1 + .nav1 + .nav1 + .nav1 + .nav1 + .nav1 { display: none; }*/
.main-menu .nav1.first { font-family: "dinpro-bold"; background-color: #f8981d; color: #fff; border: 0; }
.main-menu .nav1.first span,
.main-menu .nav1.first a { font-size: 1em; color: #fff; padding: 3px 8px 7px;  }
.main-menu .nav1-link { font-size: 1.143em; padding: 2px 8px 6px; }
.main-menu .hover .nav1-link,
.main-menu .selected .nav1-link,
.main-menu .nav1-link:focus,
.main-menu .nav1-link:hover { background: #4b4b4b; color: #fff; text-decoration: none; }
    /* Menu principal - Niveau 2 */
.main-menu .nav1:hover .niv2 { display: block; }
.main-menu .niv2 {
    background: #4b4b4b;
    border-top: 0;
    display: none;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 24px;
    z-index: 6;
}
.main-menu .nav1.hover .niv2 { display: block; }
.main-menu .menuNiv2 { padding: 20px 10px 25px; width: 100%; }
.main-menu .nav2 { float: left; width: 150px; margin-bottom: 15px; }
.main-menu .nav2 a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/puce-blanche.png) no-repeat 0 6px;
    padding-left: 12px;
    color: #fff;
    font-size: 1em;
}
.main-menu .nav2 a:hover,
.main-menu .nav2 a:focus { font-weight: bold; text-decoration: none; }

.main-menu .close-menu,
.menu-rayon .close-menu {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-header.png) no-repeat 0 -318px;
    bottom: 10px;
    color: #fff;
    font-family: "dinpro-bold";
    left: 10px;
    padding: 0 0 1px 17px;
    position: absolute;
}

/* Menu Rayon produit */
.menu-rayon { background: #008a43; }
.menu-rayon a { color: #fff; }
.menu-rayon .niv1 { position: relative; }
.menu-rayon .nav1 {
    border-left: 1px solid #4bad7b;
    /*float: left;*/
    display: table-cell;
}
.menu-rayon .promo > a { color:#f8981d; }
.menu-rayon .nav1:first-child { border: 0; }
.menu-rayon .nav1.selected { background: #f8981d; }
.menu-rayon .nav1.selected > a  { color: #fff; }
.menu-rayon .nav1:hover,
.menu-rayon .nav1.hover { background: #005127; }
.menu-rayon .nav1-link {
    display: inline-block;
    padding: 0 10px;
    color: #fff;
    font-family: "dinpro-black";
    text-align: center;
    font-size: 0.858em;
    height: 60px;
    line-height: 53px;
    vertical-align: middle;
}
.menu-rayon .nav1-link span:hover { text-decoration: none; }
.menu-rayon .nav1-link span { display: inline-block; vertical-align: middle; line-height: 1; max-width: 90px; }

    /*rayon niv2*/
.menu-rayon .niv2 {
    background: #005127;
    border-top: 0;
    display: none;
    left: 0px;
    position: absolute;
    right: 0px;
    top: 60px;
    z-index: 6;
    padding: 20px 10px 15px;
}
.menu-rayon .nav1:hover .niv2,
.menu-rayon .nav1.hover .niv2 { display: block; }
.menu-rayon .nav2 { float: left; width: 25%; margin-bottom: 15px; }
.menu-rayon .nav2:nth-child(4n+1) { clear: both; }
.menu-rayon .nav2 a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/puce-blanche.png) no-repeat 0 7px;
    padding-left: 12px;
    color: #fff;
    font-size: 1em;
}

/* Animation de menu */
.niv2.menu-with-animation ul { float:left; width:66%; }
.cms-animation-menu { width:320px; float:right; color:#fff; }
.main-menu .menu-with-animation ul { width:340px; }
.main-menu .menu-with-animation .cms-animation-menu { padding-top:20px; }

/* Menu de la colonne de gauche */
.menu-secondaire { margin-bottom: 20px; }
.menu-secondaire h3 {
    font-size: 1.286em;
    font-family: "dinpro";
    font-weight: normal;
    color: #f8900c;
    padding: 10px 0;
    text-transform: uppercase;
}
.menu-secondaire .inner {  }
.menu-secondaire .nav1 { padding: 0 10px;  margin: 0 0 5px; }
.menu-secondaire .nav1.parent,
.menu-secondaire .nav1.selected { background: #fbc177; border-radius: 5px 5px 0 0; padding: 10px; }
.menu-secondaire .nav1.selected a { color: #fff; }
.menu-secondaire .nav1 > a { font-size: 1.167em; display: block; }
.menu-secondaire .nav1.selected > a,
.menu-secondaire .nav1.parent > a { font-weight: bold; color: #fff; }
    /* Menu secondaire - niv2 */
.menu-secondaire .niv2 { margin: 5px 0 0 25px; }
.menu-secondaire .nav2 > a { display: block; margin-bottom: 5px; color: #fff; }
.menu-secondaire .nav2.selected > a { font-weight: bold; }

/* ===================================================================
* $9 FORMULAIRE
* =================================================================*/

input,
select,
textarea { border: 1px solid #eaeaea; padding: 3px 5px; }
textarea { vertical-align: top; }
input[type="radio"],
input[type="checkbox"] { border: 0; padding: 0; }

fieldset { border: 1px solid #e9e9e9; margin: 0 0 20px; padding: 1em 3%; }
fieldset legend { font-size: 1.2em; font-weight: bold; }
form .field { margin-bottom: 10px; clear: both;  }
fieldset form label,
.field label {
    color: #777777;
    display: inline-block;
    padding-right: 10px;
    width: 30%;
}

/* Bouton radio en ligne : */
.field .enLigne { display: inline-block; vertical-align: top; }
.field .enLigne label { padding: 0 5px; width: auto; }

/* Spécial cgv */
label.cgv { float: left; }

/* Btn form */
fieldset form .btn-submit { margin-left: 25%; }

/* Message d'erreur */

/* ===================================================================
 * $10 STYLES DE PARAGRAPHE
 * ================================================================*/

.paragraphe { margin: 0 0 1em; line-height: 1.3; }

/* styles génériques redactionnel */
.TPL_REDACTIONEL h1 { font-size: 2em; }
.TPL_REDACTIONEL h2 {  font-size: 1.786em; }
.TPL_REDACTIONEL h3 { font-size: 1.786em; }
.TPL_REDACTIONEL h4 {  font-size: 1.167em; margin: 0 0 1em; }
.TPL_REDACTIONEL h5 { font-size: 1em; }

.TPL_REDACTIONEL table { margin-bottom: 1em; }
.TPL_REDACTIONEL table td,
.TPL_REDACTIONEL table th { padding: 3px 5px; text-align: center; }


.TPL_REDACTIONEL ul,
.TPL_REDACTIONEL ol { margin: 0 0 1em; }
.TPL_REDACTIONEL ul li { list-style: disc inside; padding-left: 2%; }
.TPL_REDACTIONEL ol { list-style: decimal inside; margin-left: 2%; }


/* Style de colonnage */
.fl-l-30 { clear: left; float: left; width: 32%; }
.fl-m-30 { clear: none; float: left; width: 32%; margin-left: 2%; }
.fl-r-30 { clear: right; float: right; width: 32%; }
.fl-l-50 { clear: left; float: left; width: 48%; }
.fl-r-50 { clear: right; float: right; width: 48%; }
.fl-l-70 { clear: left; float: left; width: 66%; }
.fl-r-70 { clear: right; float: right; width: 66%; }

/* Style Mise en avant */
.prs-mise-en-avant .paragraphe { background: #ddd; padding: 10px 2%; }

/* Style introduction */
.prs-introduction { font-family: "dinpro-medium"; font-size: 1.572em; color: #c3cf21; }
.prs-introduction .paragraphe { margin: 0; }
.prs-introduction strong { font-family: "dinpro-bold"; font-weight: normal; }

/* Style signature */
.prs-signature { color: #c3cf21; }
.prs-signature table { border: 0; width: auto; float: right; }
.prs-signature table td { border: 0;  text-align: right; }
.prs-signature p { margin: 0; }
.prs-signature strong { color: #4b4b4b; }

/* Style titre liseret */
div[class*="prs-titre-liseret"] h3 {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-gris.png) repeat-x 0 50%;
    font-family: "kgskinnylatte";
    font-size: 2.143em;
    letter-spacing: 2px;
    margin-bottom: 40px;
}
div[class*="prs-titre-liseret"] h3 span {
    background: #fff;
    letter-spacing: 2px;
    padding-right: 20px;
}
div.prs-titre-liseret-orange h3 { color: #f8981d; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-orange.png) repeat-x 0 50%; }
div.prs-titre-liseret-vert h3 { color: #008a43; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-vert.png) repeat-x 0 50%; }

/* Style mon magasin */
.prs-mon-magasin h3 {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-vert.png) repeat-x 0 50%;
    font-family: "kgskinnylatte";
    font-size: 2.143em;
    letter-spacing: 2px;
    color: #008a43;
}
.prs-mon-magasin h3 span {
    background: #fff;
    letter-spacing: 2px;
    padding-right: 20px;
}

/* Bloc avec titre Bordure géométrique */
div[class*="prs-titre-bordure-geometrique"] { margin-bottom: 25px; }
div[class*="prs-titre-bordure-geometrique"] .paragraphe { text-align: center;  }
div[class*="prs-titre-bordure-geometrique"] h3 {
    color: #fff;
    display: inline-block;
    font-size: 1.143em;
    margin: 0 auto;
    min-height: 31px;
    min-width: 165px;
    padding: 3px 10px 7px;
    position: relative;
    text-transform: uppercase;
}
div[class*="prs-titre-bordure-geometrique"] h3:before {
    content: "";
    height: 31px;
    left: -9px;
    position: absolute;
    top: 0;
    width: 9px;
}
div[class*="prs-titre-bordure-geometrique"] h3:after {
    content: "";
    height: 31px;
    position: absolute;
    right: -11px;
    top: 0;
    width: 11px;
}
div[class*="prs-titre-bordure-geometrique"] .inner { margin-top: -16px; }
div[class*="prs-titre-bordure-geometrique"] img { max-width: 100%; }
    /* Titre Bordure géométrique violet */
.prs-titre-bordure-geometrique-violet h3 { background: #b53d93; }
.prs-titre-bordure-geometrique-violet h3:before { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-violet-g.png) no-repeat; }
.prs-titre-bordure-geometrique-violet h3:after { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-violet-d.png) no-repeat;  }
    /* Titre Bordure géométrique fushia */
.prs-titre-bordure-geometrique-fushia h3 { background: #f81d5b; }
.prs-titre-bordure-geometrique-fushia h3:before { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-fushia-g.png) no-repeat; }
.prs-titre-bordure-geometrique-fushia h3:after { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-fushia-d.png) no-repeat;  }
    /* Titre Bordure géométrique bleu */
.prs-titre-bordure-geometrique-bleu h3 { background: #3d86b5; }
.prs-titre-bordure-geometrique-bleu h3:before { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-bleu-g.png) no-repeat; }
.prs-titre-bordure-geometrique-bleu h3:after { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-bleu-d.png) no-repeat;  }
    /* Titre Bordure géométrique vert fonce */
.prs-titre-bordure-geometrique-vert-fonce h3 { background: #008a43; }
.prs-titre-bordure-geometrique-vert-fonce h3:before { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-vert-fonce-g.png) no-repeat; }
.prs-titre-bordure-geometrique-vert-fonce h3:after { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-vert-fonce-d.png) no-repeat;  }
    /* Titre Bordure géométrique vert clair */
.prs-titre-bordure-geometrique-vert-clair h3 { background: #c3cf21; }
.prs-titre-bordure-geometrique-vert-clair h3:before { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-vert-clair-g.png) no-repeat; }
.prs-titre-bordure-geometrique-vert-clair h3:after { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/forme-titre-vert-clair-d.png) no-repeat;  }

/* ===================================================================
 * $11 ACCUEIL
 * =================================================================*/
/* styles spécifiques pour la page d'accueil */

#slot_diaporama { top: -40px; position: relative; z-index: 1; }
#slot_nosConseils { margin-bottom: 45px; }

/* Tpl conseils bien etre (diaporama fixe) */
.TPL_CONSEILS_BIEN_ETRE h3 { margin-bottom: 25px; z-index: 2; }
.TPL_CONSEILS_BIEN_ETRE .inner { position: relative; }
.TPL_CONSEILS_BIEN_ETRE .inner-center { top: 0; left: 50%; position: absolute; width:auto; }
.TPL_CONSEILS_BIEN_ETRE .conseil-visuel { display: block; margin: 0 auto; }
.TPL_CONSEILS_BIEN_ETRE .conseil-caption { position: absolute; left: -225px; position: absolute; top: 50px; width: 450px; }
.TPL_CONSEILS_BIEN_ETRE .conseil-caption h4 { font-family: "dinpro-bold"; color: #fff; font-size: 2.539em; text-transform: uppercase; text-shadow: 2px 2px 2px #222; }

/* Spécifique pour style de para */
.accueil .prs-titre-liseret-vert h4 { font-size: 1.429em; font-family: "dinpro-medium"; }

/* ===================================================================
 * $12 PAGINATION
 * =================================================================*/
.choix-tri { margin-bottom: 10px; }
.paginator { font-family: "dinpro-bold"; font-size: 1.286em; margin-bottom: 25px; text-align: right; }
.paginator span {
    vertical-align: top;
    display: inline-block;
    font-size: 0.778em;
}
.paginator span:first-child { margin-left: 5px; }
.paginator span:focus a,
.paginator span:hover a,
.paginator span.selected a { background: #008a43;  }
.paginator span a { color: #fff; text-decoration: none;
    background: #7b7b7b;
    display: block;
    width: 25px;
    height: 25px;
    line-height: 22px;
    text-align: center;
    border-radius: 3px;
}
.paginator .produit-suivant,
.paginator .produit-precedent { display: inline-block; vertical-align: top; line-height: 21px; }
.paginator .tous-les-produits { width: auto; }
.paginator .tous-les-produits a  { padding: 0 15px;  width: auto; }
.paginator div.btn-pge {  }

/* ===================================================================
 * $13 LISTE GENERALE
 * =================================================================*/

.liste { margin: 0; padding: 0; }
.liste .item {  }
.liste .item .vignette { margin-bottom: 5px; }
.liste .item .vignette img { max-width: 100%; border-radius: 5px; }
.liste .item .description {  }
.liste .item .description h4 { height: 35px; line-height: 1.1; margin: 0; }
.liste .item .description .lienLibelle {  }
.liste .item .description .date { margin-bottom: 5px; }
.liste .item .description .resume { margin: 0 0 10px 0; }
.liste .item .btn-primary { clear: both; float: right; }

/* ===================================================================
 * $14 LISTE PRODUIT
 * =================================================================*/

/* Général */
.liste-produits { clear: both; }
.liste-produits .liste-produits-item { float: left; width: 230px; vertical-align: top; margin: 0 0 60px 20px; }
.liste-produits .liste-produits-item.clear { margin-left: 0; }

/* Visuel produit */
.liste-produits .encadre { display: table-cell; height: 160px; text-align: center; width: 230px; position: relative; vertical-align: middle; }
.liste-produits .encadre .lienVignette { display: block; }
.liste-produits .encadre.non-dispo img { opacity: 0.3; }
    /* Visuel produit - Type promo  */
.icone-speciale {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px;
    height: 55px;
    text-indent: -100000px;
}
.icone-speciale.NEW { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-produit-new.png) no-repeat 0 0; }
.icone-speciale.PROMO { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-produit-promo.png) no-repeat 0 0; }
.type-promo-produit { position: absolute; left: 55px; top: 6px; font-size: 1.072em; font-family: "dinpro-black"; color: #f8981d; }
.message-disponible {
    background: #4b4b4b;
    border-radius: 4px;
    color: #fff;
    font-family: "dinpro-bold";
    left: 44px;
    padding: 2px 10px 5px;
    position: absolute;
    top: 72px;
}



/* Prix + libelle produit */
.liste-produits .caption {  padding: 5px 5px 0; position: relative; }
.liste-produits .prix { margin-bottom: 10px; text-align: center; }
.liste-produits .prix .label { font-family: "dinpro-black"; font-size: 1.786em; margin: 0 10px; }
.liste-produits .prix .label-promo { color: #f8900c; }
.liste-produits .prix-par-unite { font-family: "dinpro-italic"; font-size: 0.858em; }
.liste-produits .produit-description { height: 82px; }
.liste-produits h3 { text-align: center; margin-bottom: 5px; font-size: 1.143em; overflow: hidden; }
.liste-produits .contenance { text-align: center; line-height: 0.5; font-size: 0.9em; }
.liste-produits .marque { text-align: center; margin: 0; line-height: 0.6; }
.liste-produits .prix-barre { text-decoration: line-through; }

/* Icone info poids */
.liste-produits .popover-poids-variable-eauvive { display: inline-block; margin-left: 4px; position: relative; vertical-align: middle; }
.liste-produits .popover-poids-variable-eauvive .infoPopover-Popover { right: 0; }

/* Box panier */
.section-ajout-panier { float: right; }
.liste-produits .box-panier { float: left; height: 25px; }
.liste-produits .caddie { float: left; }
    /* Box panier -inactif */
.liste-produits .ajoutPanierInactif .ajout-panier:hover { background-color: #f8981d; }

/* Choix poids produits */
.bloc-choix-poids { float: left; margin-right: 2px; }
.select-poids-produit { border: 1px solid #eaeaea; padding: 1px 7px 4px; }
.select-poids-produit .customSelectInner { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-down.png) no-repeat 100% 8px; padding-right: 14px; }

/* Style générale pour tri */
.control-group { text-align: right; }
    /* Style custom select pour produit */
.control-group .style-select {
    border-radius: 3px;
    color: #fff;
    font-family: "dinpro-bold";
    cursor: pointer;
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-down-filtre-categorie.png) no-repeat 98% 0 #4b4b4b;
    padding: 2px 20px 5px 15px;
    text-align: left;

}

/* Hack sur custom select pour changer le padding pour chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
    .control-group .style-select { padding-right: 35px; }
}
.control-group .customSelectInner {}

/* Bloc tri catégorie */
.tri-categorie { text-align: right; margin-bottom: 25px; }
.tri-categorie .fl-l { display: inline-block; vertical-align: middle; }
.tri-categorie .nb { text-align: left; font-size: 1.286em; font-family: "dinpro-black"; margin-right: 10px; }
.tri-categorie form { text-align: left; }
.tri-categorie form button { display: none; /* Caché par défaut si js pour changer l'affichage sur sélection d'un paramétre du select */ }


/* ===================================================================
 * $15 PRODUIT ELEMENTS GENERIQUES
 * =================================================================*/

/* Qte produit */
.section-ajout-panier .quantite { margin-right: 2px; border: 1px solid #eaeaea; padding: 0 4px 3px; }
.section-ajout-panier .label    { font-family: "dinpro-light"; }
.section-ajout-panier .amount   { height: 16px; width: 20px; vertical-align: inherit; }
.section-ajout-panier .actions-quantite { display: inline-block; margin-top: -5px; vertical-align: middle; }

/* btn ajout panier */
.section-ajout-panier .ajout-panier {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-ajout-panier.png) no-repeat 50% 50% #f8981d;
    text-indent: -100000px;
    width: 34px;
    height: 25px;
    border-radius: 0;
}
.section-ajout-panier .ajout-panier:hover { background-color: #4b4b4b; }
.section-ajout-panier.non-vendable .ajout-panier { opacity: 0.3; cursor: auto; }
.section-ajout-panier.non-vendable .box-panier { opacity: 0.3; }

/*Ajout liste d'achat*/
.section-ajout-panier .ajouter-a-liste { float: left; margin-left: 2px; }
.bouton-ajout-produit-liste { cursor: pointer; }
.section-ajout-panier .bouton-ajout-produit-liste {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-ajout-liste-achat.png) no-repeat 50% 50% #a1a1a1;
    text-indent: -10000px;
    width: 34px;
    height: 25px;
    display: block;
    border-radius: 0;
}
.section-ajout-panier .bouton-ajout-produit-liste:hover { background-color: #4B4B4B; }
.section-ajout-panier .errorMessages { color: #FF0000; font-size: 15px; font-weight: bold; margin-top: 3px; margin: 0 0 5px; }

/* Sous menu liste achat */
.liste-achat-plugin { position: relative; }
.sousmenu-ajout-produit-liste { width: 230px; color: #fff; position: absolute; top: 30px; right: 0; background: #4b4b4b; z-index: 3; padding: 5px; }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste li a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 0 -591px no-repeat #4B4B4B;
    color: #FFFFFF;
    display: block;
    line-height: 1.5;
    padding: 0 0 0 17px;
    text-decoration: none;
}
.container-ajout-produit-liste .sousmenu-ajout-produit-liste li a:hover { text-decoration: underline; }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste .close-ajout-produit-liste { font-family: "dinpro-black"; text-align: right; line-height: 10px; }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste .close-ajout-produit-liste a { padding: 0; background: #4B4B4B; line-height: 10px; }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste .toggleAjouterANouvelleListe { border-top: 1px solid #fff; margin: 10px 0 0;  }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste.empty .toggleAjouterANouvelleListe { margin: 5px 0 0; border:none;  }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste .blocAjouterANouvelleListe { margin: 5px 0 0; }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste .blocAjouterANouvelleListe input[type="text"] { color: #4B4B4B; vertical-align: top; }
.container-ajout-produit-liste .sousmenu-ajout-produit-liste .blocAjouterANouvelleListe button:hover { background: #A1A1A1; }

.exitWindow { background-color: #4b4b4b !important; }
.exitWindow div.txt { color:white; font-size:1.em; font-weight:700; margin:10px 0; }
.exitWindow .close-ajout-produit-liste { position:absolute; top:10px; right:15px; }
.exitWindow .sousmenu-ajout-produit-liste { position:static; width:100%; }

/* ===================================================================
 * $16 FICHE GENERALE
 * =================================================================*/

.fiche {  }

/* ===================================================================
 * $17 FICHE PRODUIT
 * =================================================================*/

.TPL_FICHE_PRODUIT .inner { margin-top: 20px; }
.TPL_FICHE_PRODUIT .fiche-produit-main { margin-bottom: 15px; }
.TPL_FICHE_PRODUIT h2 { font-size: 1.715em; margin-bottom: 5px; }

/* Bloc visuel produit */
.TPL_FICHE_PRODUIT .photos { float: left; position: relative; width: 380px; }
.TPL_FICHE_PRODUIT .photos .container-img-diapo {  }
.TPL_FICHE_PRODUIT .photos .diapo li { text-align: center; position: relative; }
.TPL_FICHE_PRODUIT .photos .etiquetteProduit { position: absolute; left: 0; top: 0; z-index: 2; }
.TPL_FICHE_PRODUIT .type-promo-produit { left: 0; text-align: center; width: 100%; }
.TPL_FICHE_PRODUIT .photos .diapo li:first-child { display: block; }
.TPL_FICHE_PRODUIT .photos .thumb { overflow: hidden; margin: 15px 0; }
.TPL_FICHE_PRODUIT .photos .thumb li {
    border: 1px solid #bfbebc;
    float: left;
    margin: 5px 1%;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: 23.25%;
    position: relative;
    cursor: pointer;
    height: 85px;
    line-height: 66px;
}
.TPL_FICHE_PRODUIT .photos .thumb li:first-child { margin-left: 0; }
.TPL_FICHE_PRODUIT .photos .thumb img { max-width: 100%; }

.TPL_FICHE_PRODUIT .fiche-produit .photos .img-zoom { position: absolute; }
.TPL_FICHE_PRODUIT .photos .thumb li:hover img { opacity: 0.3; }
.TPL_FICHE_PRODUIT .addthis_toolbox { clear: both; }

/* Bloc infos produits */
.TPL_FICHE_PRODUIT .infos { float: right; width: 560px; }
.TPL_FICHE_PRODUIT .infos .shortdesc .etat span,
.TPL_FICHE_PRODUIT .infos .shortdesc .ref span { font-weight: bold; }
.TPL_FICHE_PRODUIT .infos .marque { text-transform: uppercase; }
.TPL_FICHE_PRODUIT .nom-produit { margin-bottom: 15px; }

/* prix */
.TPL_FICHE_PRODUIT .bloc-prix { float: left; }
.TPL_FICHE_PRODUIT .bloc-prix .initial { display: inline-block; vertical-align: middle; text-decoration: line-through; margin-right: 5px; font-size: 1.143em; }
.TPL_FICHE_PRODUIT .bloc-prix .reduction { display: inline-block; vertical-align: middle; }
.TPL_FICHE_PRODUIT .bloc-prix .prix { font-family: "dinpro-black"; font-size: 2.5em; }
.TPL_FICHE_PRODUIT .bloc-prix .type-taxe {  }
.TPL_FICHE_PRODUIT .bloc-prix .prix-promo { color: #f8900c; }
.TPL_FICHE_PRODUIT .bloc-prix .prix-par-unite { font-family: "dinpro-italic"; font-size: 1.215em; margin-left: 25px; }

/* Déclinaisons */
.TPL_FICHE_PRODUIT .declinaisons {  }
.TPL_FICHE_PRODUIT .declinaisons label { }

/* Quantité */
.TPL_FICHE_PRODUIT .fiche-produit-main .section-ajout-panier { margin-top: 10px; }
.TPL_FICHE_PRODUIT .fiche-produit-main .section-ajout-panier .declinaisons.bloc-choix-poids #declinaisonsForm label { display: none; }
.TPL_FICHE_PRODUIT .fiche-produit-main .select-poids-produit { padding: 4px 2px 5px 5px; font-size: 1.143em; }
.TPL_FICHE_PRODUIT .fiche-produit-main .quantite { padding: 3px 2px 2px 5px;  height: 32px; }
.TPL_FICHE_PRODUIT .fiche-produit-main .quantite .label { font-size: 1.143em; }
.TPL_FICHE_PRODUIT .fiche-produit-main .amount { height: 24px; width: 32px; font-size: 1.143em; font-family: "dinpro-bold"; }

/* Bloc panier */
.produit-ajout-success,
.produit-ajout-echec {display:block; position:absolute; height:0; right:0px; width: 220px; }
.produit-ajout-success .inner,
.produit-ajout-echec .inner { position:relative; top:30px; font-size:0.85em; color: #f8981d; }
.produit-ajout-echec .inner { font-weight: bold; }

.TPL_FICHE_PRODUIT .produit-ajout-success,
.TPL_FICHE_PRODUIT .produit-ajout-echec { left: -20px; right: auto; }

.TPL_FICHE_PRODUIT .section-ajout-panier { position:relative; }
.TPL_FICHE_PRODUIT .section-ajout-panier > form { float:left; }
.TPL_FICHE_PRODUIT .fiche-produit-main .box-panier { float: left; }
.TPL_FICHE_PRODUIT .fiche-produit-main .caddie { float: left; }
.TPL_FICHE_PRODUIT .fiche-produit-main .ajout-panier {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-ajout-panier-big.png) no-repeat 50% 50% #f8981d;
    height: 32px;
    width: 47px;
}
.TPL_FICHE_PRODUIT .fiche-produit-main .bouton-ajout-produit-liste {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-ajout-liste-achat-big.png) no-repeat 50% 50% #a1a1a1;
    height: 32px;
    width: 47px;
}
.TPL_FICHE_PRODUIT .fiche-produit-main .ajout-panier:hover,
.TPL_FICHE_PRODUIT .fiche-produit-main .ajout-panier:focus,
.TPL_FICHE_PRODUIT .fiche-produit-main .bouton-ajout-produit-liste:hover,
.TPL_FICHE_PRODUIT .fiche-produit-main .bouton-ajout-produit-liste:focus { background-color: #4b4b4b; }

/* Dispos produits */
.TPL_FICHE_PRODUIT .dispos { clear: both; }
.TPL_FICHE_PRODUIT .delai {  }

/* Description */
.TPL_FICHE_PRODUIT .fiche-produit-main .description { margin-bottom: 10px; margin-top: 5px; }
.TPL_FICHE_PRODUIT .fiche-produit-main .description p { margin-bottom: 10px; }
.TPL_FICHE_PRODUIT .fiche-produit-main .description .en-savoir-plus { font-weight: bold; text-decoration: underline; }

/* Message d'erreur produit */
.TPL_FICHE_PRODUIT .errorMessages .rupture  {
    background: #4b4b4b;
    border-radius: 4px;
    color: #fff;
    font-family: "dinpro-bold";
    padding: 2px 10px 5px;
    float: right;
}
.TPL_FICHE_PRODUIT .errorMessages .delai    {  }
.TPL_FICHE_PRODUIT .stockLimite             {  }
.TPL_FICHE_PRODUIT .stockLimite .stock      {
    background-color: #03541a;
    color: #ffffff;
    font-size: 0.833em;
    padding: 4px 8px;
    float: left;
    margin: 0;
    text-align: center;
    width: 44px;
}
.TPL_FICHE_PRODUIT .stockLimite .nbExemplaire {  }


/* Contenu onglets */
/* bloc onglets plus */
.TPL_FICHE_PRODUIT .fiche-produit-plus { margin-top: 25px; }
.TPL_FICHE_PRODUIT .ui-tabs-panel { font-size: 1.143em; font-family: "dinpro-light"; }
.TPL_FICHE_PRODUIT .ui-tabs-panel .label { font-family: "dinpro-bold";  }
.TPL_FICHE_PRODUIT .ui-tabs-panel .labels { margin-top: 20px; }
.TPL_FICHE_PRODUIT .ui-tabs-panel .labels li { float: left; margin-right: 2%; }
.TPL_FICHE_PRODUIT .ui-tabs-panel .spec { font-family: arial; }

.TPL_FICHE_PRODUIT .colonne-valeur-nutritionelle { display: inline-block; width: 49.5%; }

/* Produit cross selling (dans fiche produit) */
.vous-aimerez-aussi { float: left; width: 640px; margin-right: 50px; }
.vous-aimerez-aussi .liste-produits .liste-produits-item.clear { margin-left: 0; }
.vous-aimerez-aussi .liste-produits .liste-produits-item { margin-left: 40px; width: 285px; }
.vous-aimerez-aussi .liste-produits .encadre { height: 250px; }
.vous-aimerez-aussi .liste-produits .lienVignette { line-height: 250px; }
.vous-aimerez-aussi .section-ajout-panier { margin-right: 20px; }

.pied-fiche-produit .titre-bloc {
    display: inline-block;
    font-size: 2.143em;
    font-family: "kgskinnylatte";
    margin-bottom: 40px;
    position: relative;
}
.pied-fiche-produit .titre-bloc:after {
    background: #dfdfdf;
    content: "";
    height: 1px;
    left: 112%;
    position: absolute;
    top: 48%;
    width: 256%;
}


/* Nous contactez (fiche produit) */
.pied-fiche-produit .nous-contacter { float: left; width: 290px; }
.pied-fiche-produit .nous-contacter .titre-bloc { color: #008a43; }
.pied-fiche-produit .nous-contacter .titre-bloc:after { background: #66b98e; left: 112%; width: 103%; }
.nous-contacter .accroche { font-family: "dinpro-bold"; font-size: 1.286em; text-align: center; }
.nous-contacter .contact { text-align: center; }
.nous-contacter .contact p { margin: 0; }
.nous-contacter .nom { font-family: "dinpro-black"; color: #c3cf21; }
.nous-contacter .btn { margin-top: 5px; }

#produitUpselling {  }
#produitUpselling .txt-cross { display: none; }
#produitUpselling .cross-sell { position: relative; }
#produitUpselling .bx-wrapper {  }
#produitUpselling .liste-produits li { margin: 0; }
#produitUpselling .slider-prev a {
    background: #fff;
    height: 21px;
    left: -10px;
    margin-right: 4px;
    position: absolute;
    text-indent:-9999em;
    top: 35%;
    width: 10px;
    z-index: 3;
}
#produitUpselling .slider-next a {
    background: #fff;
    height: 21px;
    margin-left: 4px;
    position: absolute;
    right: -10px;
    text-indent:-9999em;
    top: 35%;
    width: 10px;
    z-index: 3;
}
 #produitUpselling  .cross-sell > span > a.disabled { background: none; }

/* Popover Poids variable */
.TPL_FICHE_PRODUIT .popover-poids-variable-eauvive { display: inline-block; margin: 20px 0 0 5px; position: relative; vertical-align: top; }
.popover-poids-variable-eauvive .infoPopover-Popover { position: absolute; z-index: 1; }
.TPL_COMPTE_CLIENT .popover-poids-variable-eauvive .infoPopover-Popover.bottom { left: -89px; z-index:2; }
.TPL_PANIER .popover-poids-variable-eauvive .infoPopover-Popover.bottom { left: -68px; }


/* ===================================================================
 * $18 TUNNEL DE COMMANDE
 * =================================================================*/

/* Tunnel - navigation */
#navCommande { margin-bottom: 20px; }
#navCommande li {
    float: left;
    height: 45px;
    width: 229px;
    line-height: 45px;
    font-family: "dinpro-black";
    color: #949494;
    margin-left: 20px;
}
#navCommande li:first-child { margin: 0; }
#navCommande li:focus a,
#navCommande li:hover a,
#navCommande li.selected span,
#navCommande li.selected a { background-position: 0 0; color: #fff; }
#navCommande li.selected span,
#navCommande li.selected a  { font-size: 1.572em; }
#navCommande li span {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bg-nav-tunnel.png) no-repeat 0 100%;
    display: block;
    padding-left: 15px;
    font-size: 1.143em;
}
#navCommande li a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bg-nav-tunnel.png) no-repeat 0 100%;
    display: block;
    padding-left: 15px;
    color: #949494;
    text-decoration: none;
    font-size: 1.143em;
}


.panier #promotion { margin-bottom: 30px; }
.panier .btn-submit-terminer { float: right; }
.panier #ajouterPromotion { background-color: red; }
.panier #ajouterPromotion > span { color: #fff; }

/* Tunnel - Panier */
.TPL_PANIER h3 {  }
.TPL_PANIER table { border: 0; }
.TPL_PANIER th,
.TPL_PANIER td { border: 0; padding: 12px; text-align: center; }
.TPL_PANIER th { background: #008a43; color: #fff; font-weight: normal; font-family: "dinpro-bold"; }
.TPL_PANIER th.alignleft { text-align: left; }
.TPL_PANIER tr { border: 1px solid #f4f4f4; }

.TPL_PANIER td.col1,
.TPL_PANIER td.col2,
.TPL_PANIER td.col3,
.TPL_PANIER td.col4 { border-right: 1px solid #f4f4f4; }
.TPL_PANIER td.col1 { text-align: left; }
.TPL_PANIER td.col1 > img { max-width: 19%; vertical-align: middle; margin-right: 5px; }
.TPL_PANIER td.col1 .right { display: inline-block; vertical-align: middle; width: 77%; }
.TPL_PANIER td.col1 a { font-family: "dinpro-bold"; font-size: 1.143em; }
.TPL_PANIER td .prix-initial { text-decoration: line-through; display: block; }
.TPL_PANIER td .prix-remise { font-family: "dinpro-black"; font-size: 1.286em; color: #f8981d; }
.TPL_PANIER td .prix-unite { font-size: 0.775em; font-style: italic;}
.TPL_PANIER td .popover-poids-variable-eauvive,
.TPL_TUNNEL td .popover-poids-variable-eauvive { float: right; margin-left: -20px; }
.TPL_PANIER td.panier-montant-total { font-size: 1.286em; font-family: "dinpro-black"; }
.TPL_PANIER .plus,
.TPL_PANIER .minus { background: #b6b6b6; }
.TPL_PANIER .amount { width: 28px; height: 24px; border: 1px solid #ebebeb; }

.TPL_PANIER .libelle-details td { border: 0; }
.TPL_PANIER tfoot tr { border: none; }
.TPL_PANIER tfoot .libelle { text-transform: uppercase; text-align: right; }
.TPL_PANIER tfoot .panier-montant { font-size: 1.715em; font-family: "dinpro-black"; }

.TPL_PANIER #promotion { float: left; width: 340px; background: #f4f4f4; padding: 20px; font-family: "dinpro-bold"; margin: -33px 0 25px; }
.TPL_PANIER #promotion span {  }
.TPL_PANIER #promotion form { margin-top: 10px; }
.TPL_PANIER #promotion form input { height: 26px; margin-right: 2px; width: 160px; }
.TPL_PANIER #promotion form label { display: none; }
.TPL_PANIER #promotion form > div { float: left; }
.TPL_PANIER #promotion form .btn-inverse { background: #b5b5b5; border-radius: 0; float: left; }
.TPL_PANIER .promotion-message { color: #a1a1a1; font-style: italic; font-family: "dinpro-light"; margin: 0; }

.TPL_PANIER_FOOTER_EAUVIVE { margin-bottom: 50px; }
.TPL_PANIER_FOOTER_EAUVIVE #commande { clear: both; }
.TPL_PANIER_FOOTER_EAUVIVE #commande form { float: right; }
.TPL_PANIER_FOOTER_EAUVIVE #commande .btn-submit-poursuivre,
.TPL_PANIER_FOOTER_EAUVIVE #commande .btn-submit-ajouterliste { float: left; }
.TPL_PANIER_FOOTER_EAUVIVE #commande form > div { margin-bottom: 20px; }
.TPL_PANIER_FOOTER_EAUVIVE #commande .btn { line-height: 18px; padding: 2px 20px 5px; }
.TPL_PANIER_FOOTER_EAUVIVE #commande .liste-achat-plugin { float: left; }
.TPL_PANIER_FOOTER_EAUVIVE #commande .bouton-ajout-produit-liste { display: inline-block;text-decoration: none; border-radius: 4px; font-family: "dinpro-bold"; background: #c3cf21; color: #fff; font-weight: normal; margin-right: 10px; line-height: 18px; padding: 2px 20px 5px; }
.TPL_PANIER_FOOTER_EAUVIVE #commande .bouton-ajout-produit-liste:hover { background: #4B4B4B; }
.TPL_PANIER_FOOTER_EAUVIVE .btn-submit-poursuivre { background: #c3cf21; color: #FFF; margin-right: 10px; font-weight: normal; }
.TPL_PANIER_FOOTER_EAUVIVE .btn-submit-poursuivre:before { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-back.png) no-repeat 0 8px; content: ""; padding-left: 10px; }
.TPL_PANIER_FOOTER_EAUVIVE .btn-submit-poursuivre:hover { background: #4b4b4b; }
.TPL_PANIER_FOOTER_EAUVIVE .btn-submit-terminer:after { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-next.png) no-repeat 4px 8px; content: ""; padding-left: 12px; }


/* Tunnel - général */
.tunnel  h3 { font-size: 1.143em; color: #008a43; margin-bottom: 15px; }
.tunnel h4 { }
.tunnel .mode-paiement-item { clear: both; margin-bottom: 20px; }
.tunnel table th {
    background: #008a43;
    color: #fff;
    font-family: "dinpro-bold";
    font-weight: normal;
}
.tunnel table th,
.tunnel table td { border: 0; padding: 12px; }
.footerTunnel { margin: 15px 0 0 0; padding-top: 15px; border-top: 1px solid #c9c9c9; }
.footerTunnel .btn-tunnel-valider-commande {  float: right; }

/* Tunnel - adresse */
.modesLivraisonInfo { margin-bottom: 20px; }
.mode-livraison-liste li { font-weight: bold; margin-bottom: 15px; }
.mode-livraison-liste li .picto-type-commande {
    display: inline-block;
    margin-left: 5px;
    padding-left: 30px;
    position: relative;
}
.mode-livraison-liste li .picto-type-commande:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-footer.png) no-repeat -10px 0;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: -3px;
    width: 32px;
}
.mode-livraison-liste li .ML_AUMAGASIN:before { background-position: -41px 0; }
    /* Tunnel - adresse - Retrait magasin */
.magasinsRetraitInfo { border-bottom: 1px solid #c9c9c9; margin-bottom: 20px; padding-bottom: 32px; }
.magasinsRetraitInfo .vignette { float: left; margin-right: 20px; }
.magasinsRetraitInfo .vignette img { border-radius: 3px; }
.magasinsRetraitInfo .caption { float: left; }
.magasinsRetraitInfo h4 {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-magasin-nonEcom.png) no-repeat -7px 0;
    padding: 5px 0 0 40px;
    min-height: 39px;
    margin-bottom: 10px;
}
.magasinsRetraitInfo .caption p { margin: 0; }
    /* Tunnel - adresse - Planning */
.choix-planning-livraison table { margin-bottom: 20px; }
.choix-planning-livraison h3 { margin-bottom: 20px; }
.choix-planning-livraison h3 span { color: #4B4B4B; font-size: 0.875em; font-family: "dinpro"; }
.choix-planning-livraison table th,
.choix-planning-livraison table td { text-align: left; }
.choix-planning-livraison table td { border: 1px solid #f4f4f4; border-top: 0; }
.choix-planning-livraison .col1 { width: 26.5%; }
.choix-planning-livraison .jour {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/icone-calendrier.png) no-repeat;
    display: block;
    min-height: 22px;
    padding-left: 30px;
    font-family: "dinpro-bold";
    font-size: 1.143em;
}
.choix-planning-livraison .indisponible { background: #d5d5d5; font-family: "dinpro-bold"; color: #a1a1a1; text-align: center; }
.choix-planning-livraison .horaires { padding: 0; }
.choix-planning-livraison .listeHoraires { padding-top: 10px; }
.choix-planning-livraison .creneau { float: left; font-family: "dinpro-bold"; margin: 0 0 10px 10px; text-align: center; }
.choix-planning-livraison .creneau a,
.choix-planning-livraison .creneau span { display: block; background: #d5d5d5; color: #a1a1a1; padding: 4px 20px 5px; border-radius: 4px; }
.choix-planning-livraison .creneau a { background: #c3cf21; color: #fff; }
.choix-planning-livraison .creneau a.selected,
.choix-planning-livraison .creneau a:hover,
.choix-planning-livraison .creneau a:focus { background: #008a43; text-decoration: none; }
.choix-planning-livraison .creneau .cout { background: none; color: #4b4b4b; font-family: "dinpro"; padding: 0; }
.choix-planning-livraison .changer-semaine a {
    display: block;
    color:  #fff;
    padding: 0 12px;
 }
.choix-planning-livraison .semaine-suivante { text-align: right; }
.choix-planning-livraison .semaine-suivante a { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-next.png) no-repeat 100% 50%; }
.choix-planning-livraison .semaine-precedente { text-align: left; border-bottom: 5px solid #fff; }
.choix-planning-livraison .semaine-precedente a { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fleche-back.png) no-repeat 0 50%; }


.tunnel-adresses .btn-plus { float: right; position: relative; padding-left: 30px; margin-bottom: 20px; }
.tunnel-adresses .btn-plus:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) no-repeat 8px -113px;
    content: "";
    display: block;
    height: 23px;
    left: 0;
    position: absolute;
    top: 0;
    width: 23px;
}
.tunnel-adresses #adresses { clear: both;  border-top: 1px solid #c9c9c9; padding-top: 20px; }
.tunnel-adresses #adresses fieldset { float: left; width: 313px; margin-left: 20px; padding: 20px; border: 1px solid #e8e8e8; }
.tunnel-adresses #adresses div:first-child fieldset { margin-left: 0; }
.tunnel-adresses .adresse-libelle { color: #008a43; font-size: 1.143em; font-family: "dinpro-bold"; margin: 0 0 20px; }
.tunnel-adresses .adresse-tel,
.tunnel-adresses .lien-modifier { margin-top: 20px; }
.tunnel-adresses .sansZone { background-color: #d5d5d5 ; color: #a1a1a1; margin: 10px 0 0; }
.tunnel-adresses .btn-select { margin: 10px 0 0; }
.tunnel-adresses .btn-select:hover { background-color: #dcea25; }
    /* Adresse selectionné */
.adress-select .adresse-libelle { background: #dcea25; margin: -20px -20px 5px; padding: 20px; }
.adress-select .selected {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/croix-verte-selected.png) no-repeat;
    color: #008a43;
    font-family: "dinpro-bold";
    font-size: 1.286em;
    line-height: 22px;
    margin-top: 10px;
    padding-left: 28px;
}

/* Tunnel - livraison */
.tunnel-livraison {  }
.tunnel-livraison .item-left { float: left; width: 60%; }
.tunnel-livraison .btn-livraison { float: right; margin-top: 5px; }

/* Tunnel - paiement */
.tunnel-paiement h5 { line-height: 24px; display:inline-block; position: relative; padding-left: 28px; }
.tunnel-paiement .icone-paiement:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-footer.png) no-repeat -77px 0;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 0;
    width: 32px;
}
.tunnel-paiement .icone-paiement.MP_A_LA_LIVRAISON:before,
.tunnel-paiement .icone-paiement.MP_AU_MAGASIN:before { background-position: -42px 0; }
.tunnel-paiement .btn-paiement { float: right; }

/* Tunnel - Validation */
.tunnel-validation { position: relative; }
.tunnel-validation .commande-detail-liste { border-top: 1px solid #c9c9c9; padding-top: 25px; }
.tunnel-validation .bloc {
    float: left;
    margin-bottom: 25px;
    width: 355px;
}
.tunnel-validation .bloc h4 { font-size: 1em; margin-bottom: 20px; }
.tunnel-validation .bloc .inner {
    border: 1px solid #e9e9e9;
    padding: 15px 20px;
}
.tunnel-validation .address-facturation { margin-left: 20px; }
.tunnel-validation .adresse-libelle {
    color: #008a43;
    font-family: "dinpro-bold";
    font-size: 1.143em;
    margin: 0 0 20px;
}
.tunnel-validation .adresse-tel { margin-top: 20px; }
.tunnel-validation .mode-livraison { clear: both; }
.tunnel-validation .mode-facturation { margin-left: 20px; }

/* picto type paiement/livraison */
.tunnel-validation .picto-type-commande {
    font-family: "dinpro-bold";
    line-height: 34px;
    padding: 0 0 0 30px;
    position: relative;
}
.tunnel-validation .picto-type-commande:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-footer.png) no-repeat;
    content: "";
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 32px;
}
    /* paiement CB */
.tunnel-validation .picto-type-commande.MP_TPE:before,
.tunnel-validation .picto-type-commande.MP_SIPS:before { background-position: -77px 0; }
    /* paiement A la livraison*/
.tunnel-validation .picto-type-commande.MP_A_LA_LIVRAISON:before { background-position: -2px 0; }
.tunnel-validation .picto-type-commande.MP_A_LA_LIVRAISON { padding-left: 37px; }
    /* Sans transaction */
.tunnel-validation .picto-type-commande.MP_SANS_TRANSATION:before { background-position: -77px 0; }
    /* mode retrait à domicile */
.tunnel-validation .picto-type-commande.ML_AUMAGASIN:before { background-position: -2px 0; }
.tunnel-validation .picto-type-commande.ML_AUMAGASIN { padding-left: 30px; }
    /* Paiement et livraison au magasin */
.tunnel-validation .picto-type-commande.ML_ADOMICILE:before,
.tunnel-validation .picto-type-commande.ML_AUMAGASIN:before,
.tunnel-validation .picto-type-commande.MP_AU_MAGASIN:before { background-position: -42px 0; }

.tunnel-validation .lien-modifier { float: right; font-weight: normal; }
.tunnel-validation .form-cgv { float: right; margin-bottom: 30px;  }
.tunnel-validation .form-cgv input { float: left; margin: 3px 3px 0 0; }
.tunnel-validation .form-cgv a { text-decoration: underline; }
.tunnel-validation .form-cgv a:hover { text-decoration: none; }
.tunnel-validation .btn-tunnel-valider-commande { position: absolute; bottom: 0; right: 0; clear: right; }
.tunnel-validation .btn-tunnel-annuler-commande { position: absolute; bottom: 0; left: 0; }

.tunnel-resume .tunnel-resume-titre p { font-family: "dinpro-bold"; }


/* ===================================================================
 * $19 COMPTE CLIENT
 * =================================================================*/

/* Mon compte - général */
.compteClient:before,
.compteClient:after { content: " "; display: table; }
.compteClient:after { clear: both; }
.compteClient h3    { font-size: 1.286em; /*18/14*/ color: #008A43; }
/*.compteClient .col-left    { width: 23.47%; } */
.compteClient .col-left h3 { font-size: 1.143em; /*16/14*/ color: #FFFFFF; margin: 0; padding: 5px 5px 6px 33px; border-radius: 5px 5px 0 0; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 12px 10px no-repeat #008A43; }
.compteClient .inner       { width: 74.49%; float: right; }
.compteClient .contenu     { border: 1px solid #E8E8E8; padding: 20px; }
.compteClient a:hover               { text-decoration: underline; }
.compteClient *[class^="btn"]:hover { text-decoration: none; }
.compteClient .adresse .btn-edit,
.compteClient .adresse .btn-delete { display: block; width: auto; text-indent: inherit; text-align: center; font-size: 1em; color: #FFFFFF; background: #C3CF21; }
.compteClient .adresse .btn-edit   {  }
.compteClient .adresse .btn-delete { text-align: right; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 11px -73px no-repeat #C3CF21; }

.compteClient form input[type="text"],
.compteClient form input[type="password"],
.compteClient form input[type="date"],
.compteClient form input[type="email"],
.compteClient form select                  { width: 49%; }
.compteClient form .ui-datepicker-trigger  { position: relative; right: 27px; top: -4px; }
.compteClient form fieldset .btn-submit    { margin-left: 30%; }
.compteClient form .field span             { display: block;  margin: 5px 0 3px 30%; font-style: italic; }
.compteClient form .texteObligatoire       { font-size: 0.858em; /*12/14*/ }
.compteClient form .texteObligatoire.bottom{ margin: 15px 0 0; }
.compteClient form .texteObligatoire.top   { margin: 0 0 25px; }
.compteClient form .texteInformation       { margin: 15px 0 10px; font-size: 0.858em; /*12/14*/ font-style: italic; color: #BABABA; }
.compteClient form button[type="submit"]   { margin: 15px 0 0 30%; }
.compteClient button[type="submit"]:hover  { background-color: #4B4B4B; text-decoration: none; }
.compteClient *[class^="btn"]:hover        { text-decoration: none; }

/* Message d'erreur dans form */
.TPL_FORMULAIRE_CANDIDATURE ul,
.compteClient .field ul { background: none repeat scroll 0 0 #f2dede; border: 1px solid #eed3d7; color: #b94a48; padding: 3px 2% 5px; }

/* Inscription - Authentification : onglets */
.bloc-onglet-login-register    { min-height: 38px; border-left: 1px solid #e9e9e9; border-right: 1px solid #e9e9e9; }
.bloc-onglet-login-register li { float: left; width: 50%; padding: 0; border-top: 1px solid #e9e9e9; border-bottom: 1px solid #e9e9e9; position: relative; z-index: 2; }
.bloc-onglet-login-register li a { cursor: pointer; }
.bloc-onglet-login-register li:first-child { border-right: 1px solid #e9e9e9; }
.bloc-onglet-login-register li.current   { background: #fff; border-bottom: 1px solid #fff;  }
.bloc-onglet-login-register li *         { display: block; padding: 10px 10px 8px 7%; font-family: "dinpro-bold"; color: #888888; text-transform: uppercase; background: #eaeaea; }
.bloc-onglet-login-register li.current a { background: none; color: #008A43; }

/* Panneau contenu onglet général */
.bloc-client-login        { clear: both; position: relative; z-index: 1; top: -1px; width: 100%; }
.bloc-client-login.closed { display: none; }
.bloc-client-login input[type="text"],
.bloc-client-login input[type="password"],
.bloc-client-login input[type="date"],
.bloc-client-login input[type="email"]       { width: 49%; }
.bloc-client-login .ui-datepicker-trigger    { position: relative; right: 27px; top: -3px; }
.bloc-client-login fieldset form .btn-submit { margin-left: 30%; }

/* Connexion */
.TPL_LOGIN fieldset { padding-top: 2em; }
.TPL_LOGIN .chargementModalBox,  .TPL_LOGIN h3             {margin-left:250px;}
.TPL_LOGIN .login-error                    { background: #F2DEDE; border: 1px solid #EED3D7; color: #B94A48; padding: 8px 2%; }
.TPL_LOGIN .client-forgot input            { padding: 5px; }
.TPL_LOGIN .client-forgot .btn-submit      { margin: 15px 0 0 30%; }
.TPL_LOGIN fieldset label.cgv              { float: left; font-size: 0.858em; /*12/14*/ }
.TPL_LOGIN fieldset label.texteObligatoire { font-size: 0.858em; /*12/14*/ font-style: italic; color: #BABABA; }
.lien-mots-de-passe-oublie         { font-size: 0.858em; margin: 8px 0 0 30%; color: #777777; }
.lien-mots-de-passe-oublie a       { text-decoration: underline; font-size: 0.917em; }
.lien-mots-de-passe-oublie a:hover { text-decoration: none; }

/* Espace mon compte - navigation gauche */
.compteClient .nav-tabs              { padding: 4px 0 10px; background: #66B98E; }
.compteClient .nav-tabs li a         { display: block; color: #FFFFFF; margin: 0 0 0 15px; padding: 2px 0 0 18px; }
.compteClient .nav-tabs li a:hover   { text-decoration: underline; }
.compteClient .nav-tabs li.active a  { font-family: "dinpro-bold"; }
.compteClient .nav-tabs .logout-link { margin-top: 9px; padding: 3px 0 3px 35px; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 17px -33px no-repeat; }

/* Espace mon compte - mes adresses */
.compteClient #adresses         { overflow: hidden; }
.compteClient #adresses > div   { width: 48.63%; float: left; clear: both; }
.compteClient #adresses > div:nth-child(2n) { float: right; clear: right; }
.compteClient .adresse          { padding: 1em 5% 0; }
.compteClient .adresse h4       { font-size: 1.143em; /*16/14*/ color: #008A43; }
.compteClient .adresse .fl-l-50 { width: 63%; }
.compteClient .adresse .fl-r-50 { width: 37%; }
.compteClient .adresse .fl-r-50 p { margin: 0 0 8px; }
.compteClient .adresse .defaut  { font-family: "dinpro-bold"; }
.compteClient .adresse .btn-edit,
.compteClient .adresse .btn-delete { display: block; text-align: center; font-size: 1em; color: #FFFFFF; background: #C3CF21; }
.compteClient .adresse .btn-delete { text-align: right; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 11px -73px no-repeat #C3CF21; }
.compteClient .adresse .btn-edit:hover,
.compteClient .adresse .btn-delete:hover,
.compteClient .ajouterAdresse .btn-edit:hover,
.compteClient .ajouterAdresse           { text-align: right; }
.compteClient .ajouterAdresse .btn-edit { width: auto; padding-left: 30px; text-indent: inherit; color: #FFFFFF; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 11px -112px no-repeat #C3CF21; }

/* Espace mon compte - mes commandes */
.commande-liste { margin-bottom: 20px; }
.commande-recap-intro {  margin-bottom: 40px; }
.commande-recap-intro h3 { font-size: 1.286em; margin: 0; }
.commande-recap-intro p { font-size: 1.286em; color: #008a43; font-family: "dinpro-medium"; }
.commande-liste .commande-liste-inner { border: 1px solid #e9e9e9; padding: 15px 20px; }
.commande-liste .commande-liste-inner h3 { color: #4b4b4b; }
.commande-liste table { margin-bottom: 25px; }
.commande-liste th {
    background: #008a43;
    border: 0;
    color: #fff;
    font-family: "dinpro-bold";
    font-weight: normal;
    border: 0;
}
.commande-liste th,
.commande-liste td {  padding: 12px; text-align: left; }
.commande-liste td { border-left: 0; border-right: 0; vertical-align: top; }
.commande-liste .actions a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) no-repeat;
    color: #c3cf21;
    display: inline-block;
    margin-bottom: 5px;
    text-decoration: underline;
}
.commande-liste .actions a:focus,
.commande-liste .actions a:hover { text-decoration: none; }
.commande-liste .actions .lien-consulter { background-position: 0 -158px; padding-left: 22px; }
.commande-liste .actions .lien-print { background-position: 0 -196px;  padding-left: 22px; }
.commande-liste .actions .bouton-ajout-produit-liste {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-liste-achat-vert.png) no-repeat 1px 7px;
    padding-left: 22px;
}

/* Commande détails */
.compteClient .commandeDetail { border: 1px solid #e9e9e9; padding: 15px 20px; }
.compteClient .commandeDetail h3 { font-size: 1.167em; }
.compteClient .commandeDetail .recap-libelle { color: #4b4b4b; margin-bottom: 25px; }
.compteClient .commandeDetail .date {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) no-repeat 0 -235px;
    color: #b4b4b4;
    float: right;
    font-family: "dinpro-bold";
    font-size: 1.143em;
    padding-left: 24px;
    text-transform: uppercase;
}

.compteClient .adresseClient  { float: left; margin: 0 0 20px 0; width: 48%; }
.compteClient .adresseClient + .adresseClient { float: right; }
.compteClient .adresseClient h4 { font-size: 1em; font-family: "dinpro"; }
.compteClient .adresseClient ul { border: 1px solid #e8e8e8; padding: 15px 20px; }
    /* Recap paiement et livraison */
.compteClient .recap-info {  margin-bottom: 35px; }
.compteClient .recap-info .left { float: left; width: 48%; }
.compteClient .recap-info .right { float: right; width: 48%; }
.compteClient .recap-info p { margin: 0; }
.compteClient .recap-info .picto-type-commande {
    font-family: "dinpro-bold";
    line-height: 34px;
    padding: 0 0 0 30px;
    position: relative;
}
.compteClient .recap-info .picto-type-commande:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-footer.png) no-repeat;
    content: "";
    width: 32px;
    height: 24px;
    display: block;
    left: 0;
    top: 4px;
    position: absolute;
}
    /* paiement CB */
.compteClient .recap-info .MP_TPE:before,
.compteClient .recap-info .MP_SANS_TRANSATION:before,
.compteClient .recap-info .MP_SIPS:before { background-position: -77px 0; }
    /* paiement A la livraison*/
.compteClient .recap-info .MP_A_LA_LIVRAISON:before { background-position: -2px 0; }
.compteClient .recap-info .MP_A_LA_LIVRAISON { padding-left: 37px; }
    /* mode retrait à domicile */
.compteClient .recap-info .ML_AUMAGASIN:before { background-position: -2px 0; }
.compteClient .recap-info .ML_AUMAGASIN { padding-left: 30px; }
    /* Paiement et livraison au magasin */
.compteClient .recap-info .ML_ADOMICILE:before,
.compteClient .recap-info .ML_AUMAGASIN:before,
.compteClient .recap-info .MP_AU_MAGASIN:before { background-position: -42px 0; }

/* Commande liste détaillé */
.commande-detail-liste { margin-bottom: 20px; }
.commande-detail-liste h4 { font-size: 1em; }
.commande-detail-liste th {
    background: #008a43;
    color: #fff;
    font-family: "dinpro-bold";
    font-weight: normal;
}
.commande-detail-liste th,
.commande-detail-liste td {
    border: 0 none;
    padding: 12px;
    text-align: center;
}
.commande-detail-liste th.alignleft,
.commande-detail-liste td.alignleft { text-align: left; }
.commande-detail-liste .titreCategorie td { background: #f7f7f7; color: #979797; font-family: "dinpro-bold"; text-align: left; }
.commande-detail-liste .article img { max-width: 21%; display: inline-block; margin-right: 4%; vertical-align: middle; }
.commande-detail-liste .article .caption { display: inline-block; width: 73%; vertical-align: middle; }
.commande-detail-liste .article .libelle { font-family: "dinpro-bold"; font-size: 1.143em; line-height: 1.1; }
.commande-detail-liste .prix { font-family: "dinpro-black"; font-size: 1.286em; }
.commande-detail-liste .prix-initial { display: block; text-decoration: line-through; }
.commande-detail-liste .prix-unite { font-size: 0.775em; font-style: italic;}
.commande-detail-liste .prix-remise { color: #f8981d; font-family: "dinpro-black"; font-size: 1.286em; display: block; }
.commande-detail-liste .prix-total { font-family: "dinpro-black"; font-size: 1.286em; }
.commande-detail-liste tfoot .libelle { text-align: right; text-transform: uppercase; }
.commande-detail-liste tfoot .code-promo { text-align: right; }
.commande-detail-liste tfoot th { background: none; color: #636363; text-align: left; }
.commande-detail-liste tfoot .detail-taxe { color: #979797; }

.commande-detail-liste .commande-montant { font-family: "dinpro-black"; font-size: 1.429em; }
.commande-detail-liste tfoot .total td { border-top: 1px solid #c9c9c9; padding-top: 10px; }

.compteClient .commandeDetail .btn-return { float: left; }
.compteClient .commandeDetail .btn-submit { float: right; }


/* Espace mon compte - mes listes */
.listes-de-courses h4       { color: #4b4b4b; margin-bottom: 10px; }
.listes-de-courses h4 span  { color: #008a43; }
.listes-de-courses .contenu { padding-top: 13px; position:relative; }
.listes-de-courses li.liste { margin: 0 0 9px; border: 1px solid #008a43; overflow: hidden; }
.listes-de-courses li.liste .bloc           { float: left; min-height: 38px; line-height: 38px; border-left: 1px solid #E8E8E8; /*border-right: 1px solid #fcfcfc;*/ }
.listes-de-courses li.liste .libelle        { width: 310px; border-left: 0 none; font-family: "dinpro-bold"; }
.listes-de-courses li.liste .libelle span   { float: left; }
.listes-de-courses li.liste .libelle .puce  { width: 38px; height: 39px; margin: 0 10px 0 0; border-right: 1px solid #007036; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 7px -429px no-repeat #008A43; }
.listes-de-courses li.liste .total-produits { width: 95px; padding: 0 0 0 9px; }
.listes-de-courses li.liste .total-montant  { width: 115px; padding: 0 9px; }
.listes-de-courses li.liste .action         { float: right; padding: 0 0 0 5px; line-height: 32px; border-right: 0;  }
.listes-de-courses li.liste .action span    { position:absolute; right:0; }
.listes-de-courses li.liste .btn-edit,
.listes-de-courses li.liste .btn-delete,
.listes-de-courses li.liste .btn-detail { vertical-align: top; margin-top: 3px; line-height: 1; }
.liste-achat span.success,
.listes-de-courses span.success { color:#f8981d; float:right; display:none; }

.bouton-item-ajouter-panier { display: inline-block; margin: 3px 4px 0 0; width: 47px; height: 32px; color: #FFFFFF; text-indent: -10000px; border-radius: 0; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-ajout-panier-big.png) no-repeat  50% 50% #F8981F; }
.bouton-item-ajouter-panier:hover { background-color: #4B4B4B; }

/* Espace mon compte - mes listes - détail */
.liste-achat .liste-achat-ajouter-panier span { position:absolute; right:-20px; padding-top:10px; }
.liste-achat h3 { margin: 0 0 15px; padding: 1px 0 1px 38px; font-size: 1.143em; /*16/14*/ color: #4B4B4B; text-align: left; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 7px -437px no-repeat; }
.liste-achat .titreCategorie    { text-align: left; background: #F7F7F7; font-family: "dinpro-bold"; color: #909090; }
.liste-achat .titreCategorie td { line-height: 2; padding-bottom: 5px; }
.liste-achat-item-table,
.liste-achat-item-table td      { border: 1px solid #e8e8e8; position: relative; }
.liste-achat-item-table td      { padding: 3px 1%; }
td.liste-achat-item-description { width: 40%; }
td.liste-achat-item-prix        { width: 18%; text-align: center; padding-right:15px;  }
td.liste-achat-item-prix .popover-poids-variable-eauvive { float:right; margin-left:-20px; margin-right:-10px; }
td.liste-achat-item-nombre      { width: 10%; text-align: center; padding: 3px 0.5%; }
td.liste-achat-item-prix-total  { width: 17%; font-size: 1.286em; font-family: "dinpro-black"; text-align: center; }
td.liste-achat-ajouter-panier   { width: auto; text-align: center; }
.liste-achat .liste-achat-item-libelle { font-family: "dinpro-bold"; }
.liste-achat .content-desc-img  { display: inline-block; vertical-align: middle; width: 35%; text-align: center; }
.liste-achat .content-desc-img, .liste-achat .content-desc-img img { max-width: 100%; }
.liste-achat .content-desc-txt  { display: inline-block; vertical-align: middle; width: 61%; margin-left: 1%; }
.liste-achat .content-desc-txt span { display: block; }
.liste-achat .btn-delete        { vertical-align: middle; background-position: -43px -33px; }
.liste-achat .btn-delete:hover  { background-position: 7px -33px; }
.liste-achat a.plus, .liste-achat a.minus     { width: 10px; height: 10px; font-family: "dinpro"; font-size: 14px; line-height: 5px; background: #B6B6B6; vertical-align: middle; }
td.liste-achat-item-nombre input[type="text"] { width: 26px; height: 23px; text-align: center; vertical-align: middle; }
td.liste-achat-item-prix.prix .label          { margin: 0; font-size: 1.286em; }
.liste-achat .rupture td .voile               { width: 640px; height: 98%; position: absolute; left: 0; top: 0; z-index: 1;  text-align: center; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fond-liste-achat-transparent.png) 0 0 repeat; }
.liste-achat .rupture td .message-disponible  { display: inline-block; position: relative; top: 25px; left: auto; margin-left: 26px; width: 213px; height: 31px; line-height: 24px; font-size: 1.143em; /*16/14*/ text-transform: uppercase; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fond-liste-achat-indisponible.png) 50% 50% no-repeat; }
.liste-achat-pied .fl-l-50 { margin: 18px 0 0; }
.liste-achat-pied .fl-r-50 { margin: 9px 0 0; }
.liste-achat-pied .total          { margin: 0 0 7px; }
.liste-achat-pied .total .label   { display: inline-block; }
.liste-achat-pied .total .montant { display: inline-block; width: 50%; font-family: "dinpro-black"; font-size: 1.715em; /*24/14*/ }
.liste-achat-pied .mention        { margin: 0; font-size: 0.857em; /*12/14*/ }
.liste-achat-actions li[class^="action"] a { display: inline; padding: 0 0 0 22px; color: #4b4b4b; font-family: "dinpro"; font-size: 1em; line-height: 1.5; text-decoration: underline; vertical-align: inherit; text-indent: inherit; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 0 0 no-repeat; }
.liste-achat-actions li.action-envoyer a   { background-position: 0 -475px; }
.liste-achat-actions li.action-imprimer a  { background-position: 0 -516px; }
.liste-achat-actions li.action-supprimer a,
.liste-achat-actions li.action-supprimer a:hover { background-position: 0 -558px; }
.liste-achat-actions .btn { margin: 32px 0 0 5px; padding: 4px 15px 7px; }

.liste-achat-actions .section-ajout-panier { position:relative; }
.liste-achat-actions .section-ajout-panier * { display:inline; }
.liste-achat-actions .section-ajout-panier #produitAjout { display:block; }

.liste-achat-actions .section-ajout-panier .caddie { float:none; text-align:left; }
.liste-achat-actions .section-ajout-panier .ajout-panier {
    text-indent:unset; border-radius: 4px; width:auto; height:auto;
    background: #c3cf21; padding: 5px 15px 9px;
}
.liste-achat-actions .section-ajout-panier .ajout-panier:hover { background: #4B4B4B; }

/* Espace mon compte - formulaires Modalbox */
.modal .compteClient,
.modal.compteClient         { padding: 0 10px; text-align: left; }
.modal .footer .compteClient,
.modal.compteClient .footer { margin: 10px 0 0 29%; }
.modal .compteClient button,
.modal.compteClient button  { margin: 0 3px 0 0; padding: 5px 15px 9px; font-size: 1.167em; }
.modal .compteClient button:hover,
.modal.compteClient button:hover { background-color: #4B4B4B; }
.modal .field input[type="text"],
.modal .field input[type="password"],
.modal .field input[type="date"],
.modal .field input[type="email"],
.modal .field select        { width: 49%; max-width: none; }
.modal .field span          { margin: 5px 0 3px 30%; }

/* ===================================================================
 * $20 TEMPLATES
 * =================================================================*/

/* ACTUALITES - a la une accueil (diapo) */
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel { position: relative; height: 472px; overflow: hidden; margin-bottom: -30px; }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-item { position: relative;  }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-vignette { text-align: center; height: 405px; }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-caption {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bg-caption-caroussel-une.png) no-repeat;
    height: 117px;
    width: 815px;
    padding: 18px 65px 0;
    margin: 0 auto;
    margin-top: -50px;
    position: relative;
    z-index: 4;
}
.TPL_LISTE_ACTUALITE_ACCUEIL .inner-left { float: left; width: 455px; }
.TPL_LISTE_ACTUALITE_ACCUEIL h4 { font-family: "dinpro-black"; font-size: 1.429em; margin: 0; }
.TPL_LISTE_ACTUALITE_ACCUEIL .resume { font-size: 1.286em; line-height: 1.1; }
.TPL_LISTE_ACTUALITE_ACCUEIL .lien-libelle { float: right; margin-top: 10px; padding: 10px 30px 12px; }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-controls { position: relative; margin-top: -300px; }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-control {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/btn-caroussel.png) no-repeat;
    cursor: pointer;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -10000px;
    width: 50px;
    height: 50px;
}
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-control:hover,
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-control:focus { background-position: 0 100%; }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-control.next { background-position: 100% 0; right: 0; left: auto; }
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-control.next:hover,
.TPL_LISTE_ACTUALITE_ACCUEIL .cms-carousel-control.next:focus {  background-position: 100% 100%; }

/* Actualité zoom sur */
.TPL_ACTUALITE_ZOOM_SUR .photos { margin: 0 0 1em; }
.TPL_ACTUALITE_ZOOM_SUR h5 { margin: 0 0 1em; }

/* ACTUALITES - liste */
.TPL_LISTE_ACTUALITE h2 {
    font-size: 2.8em;
    color: #c3cf21;
}
.TPL_LISTE_ACTUALITE .item {
    float: left;
    position: relative;
    width: 312px;
    margin: 0 0 25px 20px;
}
.TPL_LISTE_ACTUALITE .item.clear { margin: 0 43px 0 0; }
.TPL_LISTE_ACTUALITE .item .vignette { height: 180px; }
.TPL_LISTE_ACTUALITE .item .date { font-family: "dinpro-bold"; }
.TPL_LISTE_ACTUALITE .item .description { height: auto; margin:0 0 1em; }
.TPL_LISTE_ACTUALITE .item .savoirPlus {text-align: center; }

/* ACTUALITES - Fiche */
.TPL_FICHE_ACTUALITE h2 { border-bottom: 1px solid #c9c9c9; padding-bottom: 15px; }
.TPL_FICHE_ACTUALITE .photos   { margin-bottom: 15px; }
.TPL_FICHE_ACTUALITE .date     { font-family: "dinpro-bold"; }
.TPL_FICHE_ACTUALITE .description { margin-bottom: 1em; }

/* ACTUALITES - liste accueil */
.TPL_LISTE_ACTUALITE_ACCUEIL h2 a { font-size: 0.5em; float: right; }
.TPL_LISTE_ACTUALITE_ACCUEIL .inner { clear: both; }

/* Réseaux sociaux */
.TPL_PARTAGE_RESEAUX_SOCIAUX { }

/* Recherche facette produit  */
.TPL_RECHERCHE_FACETTE_PRODUIT { margin-bottom: 0; }
.TPL_RECHERCHE_FACETTE_PRODUIT h3 { text-transform: uppercase; font-size: 1.286em; color: #f8900c; font-family: "dinpro"; }
.rechercheFacetteProduit-optionGroup { margin-bottom: 15px; }
.rechercheFacetteProduit-optionGroup > label { font-family: "dinpro-bold"; display: block; margin-bottom: 2px; }
.rechercheFacetteProduit-optionGroup .recherche_facettes { border-bottom: 1px solid #d3d3d3; padding-bottom: 18px;  }
.rechercheFacetteProduit-optionGroup .rechercheFacetteProduit-option { margin-bottom: 2px; }
.rechercheFacetteProduit-optionGroup .rechercheFacetteProduit-option label { display: inline-block; vertical-align: top; margin-left: 15px; width: 87%; }
.rechercheFacetteProduit-optionGroup .rechercheFacetteProduit-option label.selected { color: #f8981d; }
.rechercheFacetteProduit-optionGroup .rechercheFacetteProduit-option input { vertical-align: middle; }

/* Recherche textuelle produit */
.TPL_RECHERCHE_TEXTUELLE_PRODUIT input { width: 54%; }
.TPL_RECHERCHE_TEXTUELLE_PRODUIT button { float: right; }

/* Newsletter (inscription) */
.TPL_NEWSLETTER .label-accroche { display: block; margin: 0 0 1em; }
.TPL_NEWSLETTER .etape2 label { margin: 0 10px; }
.TPL_NEWSLETTER button { margin: 0 5px; }
.TPL_NEWSLETTER li,
.TPL_NEWSLETTER .message { margin: 10px 0 5px; font-family: 'dinpro-bold'; }

/* Produit - top des ventes + Promotions mis en avant (même style) */
.TPL_PROMOTIONS_DU_MOMENT_EAU_VIVE h2,
.TPL_TOP_VENTE_PRODUITS h2 { margin: 0 0 1em; font-family: "kgskinnylatte"; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-gris.png) repeat-x 0 15px; font-size: 2.143em; }
.TPL_PROMOTIONS_DU_MOMENT_EAU_VIVE h2 span,
.TPL_TOP_VENTE_PRODUITS h2 span { background: #FFFFFF; letter-spacing: 2px; padding-right: 6px; }
.TPL_PROMOTIONS_DU_MOMENT_EAU_VIVE .liste-produits-item,
.TPL_TOP_VENTE_PRODUITS .liste-produits-item { margin-left: 0; }
.TPL_PROMOTIONS_DU_MOMENT_EAU_VIVE .liste-produits-item.clear,
.TPL_TOP_VENTE_PRODUITS .liste-produits-item.clear { clear: none; }

/* bxSlider */
.bx-wrapper .sousmenu-ajout-produit-liste { top: auto; bottom: 25px; }

/* Cross selling slider */
.cross-sell { position: relative; margin-bottom: 25px; }
.cross-sell .slider-prev {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bxslider-fleche-control.png) no-repeat;
    cursor: pointer;
    display: block;
    height: 24px;
    left: 0;
    position: absolute;
    top: 45%;
    width: 15px;
}
.cross-sell .slider-prev:focus,
.cross-sell .slider-prev:hover {
    background-position: 0 100%;
}
.cross-sell .slider-next {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/bxslider-fleche-control.png) no-repeat 100% 0;
    cursor: pointer;
    display: block;
    height: 24px;
    position: absolute;
    right: 0;
    top: 45%;
    width: 15px;
}
.cross-sell .slider-next:focus,
.cross-sell .slider-next:hover {
    background-position: 100% 100%;
}
.cross-sell .bx-prev,
.cross-sell .bx-next { opacity: 0; }


/* Liste magasins */
.TPL_NOUS_TROUVER_EAUVIVE #mapDepartement { float: left; width: 61.73%; margin-bottom: 30px; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDepartement .infobulle { min-width: 250px; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite      { float: right; width: 36.22%; margin-bottom: 30px; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite h2   { margin-top: -8px; padding: 6px 0 7px 46px; font-family: "dinpro-black"; color: #c3cf21; font-size: 1.286em; /*18/14*/ background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-magasin-choisir.png) no-repeat 0 0; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite form { margin-top:20px; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite form select{ width:100%; }
.TPL_NOUS_TROUVER_EAUVIVE .legende        { padding: 13px 10px 10px; background: #F7F7F7; overflow: hidden; }
.TPL_NOUS_TROUVER_EAUVIVE .legende > div  { float: left; }
.TPL_NOUS_TROUVER_EAUVIVE .legende img    { float: left; margin: 0 5px 0 0; }
.TPL_NOUS_TROUVER_EAUVIVE .legende .mag-groupe     { padding-top: 5px; }
.TPL_NOUS_TROUVER_EAUVIVE .legende .mag-groupe img { margin-top: -5px; }
.TPL_NOUS_TROUVER_EAUVIVE .legende .mag-hors-ligne { width: 30%; margin: 0 10px; }
.TPL_NOUS_TROUVER_EAUVIVE .legende .mag-en-ligne   { width: 30%; padding: 0; }
.TPL_NOUS_TROUVER_EAUVIVE .visuel                  { margin: 60px 0 0; text-align: center; }
.TPL_NOUS_TROUVER_EAUVIVE .verif-ok                 { margin: 5px 0 0; font-style: italic; color: #008A43; }
.TPL_NOUS_TROUVER_EAUVIVE .verif-ko                 { margin: 5px 0 0; font-style: italic; color: #F81D5B; }

.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins           { clear: both; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins h3        { margin: 0; font-size: 1em; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-gris.png) repeat-x 0 9px; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins h3 span   { background: #FFFFFF; padding-right: 6px; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins .colonne  { float: left; width: 23.37%; margin-left: 2.04%; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins .colonne.first  { margin-left: 0; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins .departement    { margin: 0 0 15px; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins .departement ul li             { padding: 0 0 0 10px; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/puce-disc-noir.png) no-repeat 0 9px; list-style: none outside: none; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins .departement ul li.ecommerce   { color: #f8981d; background-image: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/puce-disc-orange.png); }
.TPL_NOUS_TROUVER_EAUVIVE .liste-magasins .departement ul li.ecommerce a { padding: 0 25px 0 0; color: #f8981d; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-caddie-orange.png) no-repeat 100% 5px; }

.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche    { min-height: 488px; margin-top: 14px; padding: 0 19px; background-color: #F4F4F4; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche h2 { margin: -14px 0 10px; padding: 5px 0 8px; font-size: 1.125em; /*18/16*/ color: #FFFFFF; text-transform: uppercase; font-family: "dinpro-bold"; text-align: center; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fond-magasin-choisir.png) no-repeat 50% 0; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche h3 { font-size: 1.143em; /*16/14*/ }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche .section     { margin: 0 0 25px; padding: 15px 0 18px; border-top: 1px solid #D2D2D2; border-bottom: 1px solid #D2D2D2; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche .hors-ligne  { color: #F81D5B; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche .action      { text-align: center; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche .btn         { width: 192px; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche .btn-choisir { max-width: 192px; margin: 10px 0 0; padding: 3px 5px 8px 15px; text-align: left; background-color: #f8981d; }
.TPL_NOUS_TROUVER_EAUVIVE #mapDroite.fiche .btn-choisir:hover { background-color: #4B4B4B; }
.TPL_NOUS_TROUVER_EAUVIVE .fiche input        { line-height: 1; padding: 3px 8px 6px; }
.TPL_NOUS_TROUVER_EAUVIVE .fiche .ok          { color: #FFFFFF; background-color: #A1A1A1; border: 1px solid #a1a1a1; margin: 0 0 0 4px; }
.TPL_NOUS_TROUVER_EAUVIVE .fiche .ok:hover { background-color: #4B4B4B; }
.TPL_NOUS_TROUVER_EAUVIVE .liste-services     { margin: 0 0 1em; }
.TPL_NOUS_TROUVER_EAUVIVE .service            { padding-left: 40px; line-height: 30px; position: relative; margin: 0; }
.TPL_NOUS_TROUVER_EAUVIVE .service:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-footer.png) no-repeat;
    content: "";
    display: block;
    height: 30px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 35px;
}
.TPL_NOUS_TROUVER_EAUVIVE .ML_AUMAGASIN:before { background-position: -40px 0; width: 25px; left: 7px; }

/* Fiche magasin */
.TPL_NOUS_TROUVER .titre-fiche { border-bottom: 1px solid #C9C9C9 }
.TPL_NOUS_TROUVER h1             { float: left; font-size: 1.786em; /*25/14*/ }
.TPL_NOUS_TROUVER .action        { float: right; }
.TPL_NOUS_TROUVER .action a      { margin-left: 5px; }
.TPL_NOUS_TROUVER .inner .action { margin-top: 30px; }
.TPL_NOUS_TROUVER .inner.fiche   { margin: 20px 0 0; }
.TPL_NOUS_TROUVER .col-main      { width: 61.94%; float: left; }
.TPL_NOUS_TROUVER .col-main h2   { font-size: 1.143em; /*16/14*/ }
.TPL_NOUS_TROUVER .col-right     { width: 36.22%; }
.TPL_NOUS_TROUVER .col-right .visuel-magasin,
.TPL_NOUS_TROUVER .col-right #map_canvas    { margin-bottom: 20px; }
.TPL_NOUS_TROUVER .col-right .visuel-magasin img { max-width: 100%; height: auto; }
.TPL_NOUS_TROUVER .col-right .lien-fb a     { display: block; height: 51px; padding-right: 62px; font-family: "dinpro-bold"; text-align: right; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-facebook.png) 100% 0 no-repeat; }
.TPL_NOUS_TROUVER .col-right .lien-fb a span { color: #45619D; }
.TPL_NOUS_TROUVER .ecom > div               { width: 48.27%; min-height: 129px; padding: 15px 18px; background-color: #F4F4F4; }
.TPL_NOUS_TROUVER .services                 { float: left; }
.TPL_NOUS_TROUVER .desservice               { float: right; }
.TPL_NOUS_TROUVER div[class*="lieu-"] h2    { margin-top: 2em; }
.TPL_NOUS_TROUVER .lieu-infos .btn-primary  { margin: 0 5px 10px 0; }
.TPL_NOUS_TROUVER .lieu-infos .btn-primary:hover { text-decoration: underline; }
.TPL_NOUS_TROUVER .lieu-infos strong        { font-family: "dinpro-bold"; font-weight: normal; }
.TPL_NOUS_TROUVER .lieu-infos.sansEcom h2   { margin-top: 0; }

.TPL_NOUS_TROUVER .liste-departement { clear: both; margin-top: 30px; }
.TPL_NOUS_TROUVER .liste-departement li { width: 48.98%; padding: 18px 0 0; margin: 0 0 50px; border-top: 1px solid #EAE9E9; }
.TPL_NOUS_TROUVER .liste-departement li.alter0 { float: left; }
.TPL_NOUS_TROUVER .liste-departement li.alter1 { float: right; }
.TPL_NOUS_TROUVER .liste-departement li.noborder { border-width: 0; padding-top: 0; }
.TPL_NOUS_TROUVER .liste-departement .image { float: left; margin: 0 20px 0 0; max-width: 230px; }
.TPL_NOUS_TROUVER .liste-departement .itemInfo-magasin { margin: -3px 0 0 243px; }
.TPL_NOUS_TROUVER .liste-departement h3  { min-height: 39px; padding-left: 40px; font-size: 1.143em; /*16/14*/ background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-magasin-nonEcom.png) -7px 0 no-repeat; }
.TPL_NOUS_TROUVER .liste-departement h3.ecom { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-magasin-ecom.png) -7px 0 no-repeat;}

/* Plan du site */
.TPL_PLAN_SITE > ul > li  { margin-bottom: 15px; padding-top: 15px; border-top: 3px solid #eaeaea; }
.TPL_PLAN_SITE > ul > li:first-child { border-width: 0; }
.TPL_PLAN_SITE > ul > li > a { font-family: 'dinpro-bold'; font-size: 1.286em; /*18/14*/ color: #008A43; margin: 10px 0 20px;; }
.TPL_PLAN_SITE > ul > li > ul      { overflow: hidden; margin: 0 0 20px; }
.TPL_PLAN_SITE > ul > li > ul > li { width: 25%; float: left; margin-top: 15px; }
.TPL_PLAN_SITE > ul > li > ul > li:nth-child(5n) { clear: both; }
.TPL_PLAN_SITE > ul > li > ul > li > a { font-family: 'dinpro-bold'; }

/* Avis des internautes action (colonne) */
.TPL_CALL_ACTION { text-align: center; }
.TPL_CALL_ACTION a { background: #b0b0b0; border: none; padding: 7px 10px; display: inline-block; margin-top: 5px; }
.TPL_CALL_ACTION a:hover {text-decoration: none; }

/* Recette mini bloc home */
.TPL_RECETTE_ACCUEIL .photos { margin: 0 0 1em; }
.TPL_RECETTE_ACCUEIL h5 { margin: 0 0 1em; }

/* Menu secondaire recette */
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .niv1 { margin-top: 15px; padding: 3px 0 10px; background: #fafafa;}
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .niv2 { margin-left: 30px; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1 { font-size: 1.143em; padding: 2px 10px; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav2 { font-size: 0.875em;  }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1.selected,
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav2.selected { background: #ff91b0; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1.selected { padding-bottom: 5px; padding-top: 5px; margin: 10px 0; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1.selected > a,
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav2.selected > a { font-family: "dinpro-bold"; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1.selected a,
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav2.selected a { color: #fff; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire h3 a { font-family: 'dinpro'; font-size: 0.858em; color: #f81d5b; text-transform: uppercase; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1.childSelected { background: #ff91b0; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .nav1.childSelected a { color: #FFF; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .niv2 { display: none; }
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .selected .niv2,
.TPL_MENU_RECETTE_CATEGORIE #menuSecondaire .childSelected .niv2 { display: block; }

.TPL_FILTRE_RECETTE_CARACTERISTIQUE h3 { padding: 3px 0 7px; content: "Affiner la sélection"; font-family: 'dinpro'; font-size: 1.286em; /*18/14*/ color: #f81d5b; text-transform: uppercase; }
.TPL_FILTRE_RECETTE_CARACTERISTIQUE > div > ul > li { margin: 0 0 15px; padding-top: 10px; line-height: 23px; border-top: 1px solid #d3d3d3; }
.TPL_FILTRE_RECETTE_CARACTERISTIQUE > div > ul > li:first-child { padding: 0; border: none; }
.TPL_FILTRE_RECETTE_CARACTERISTIQUE li > span { font-family: 'dinpro-bold'; }
.TPL_FILTRE_RECETTE_CARACTERISTIQUE input { margin-right: 10px; }

/* Liste recette */
.TPL_LISTE_RECETTE h2 { font-size: 2em; margin: 4px 0 0; color: #F81D5B; }
.TPL_LISTE_RECETTE .titre-categorie { color: #F81D5B; color: #4b4b4b; font-size: 1.286em; font-family: "dinpro"; }
.TPL_LISTE_RECETTE .titre-categorie span { font-family: "dinpro-bold"; }
.TPL_LISTE_RECETTE .item { float: left; width: 357px; border: none; padding: 0; position: relative; margin: 15px 0; height: 338px; }
.TPL_LISTE_RECETTE .item.odd { margin-right: 16px; }
.TPL_LISTE_RECETTE .liste .item .vignette { width: 100%;  position: relative; margin: 0 0 5px 0; }
.TPL_LISTE_RECETTE .vignette .lienVignette .nouveaute { position: absolute; left: 0; top: 0; }
.TPL_LISTE_RECETTE .vignette img { border-radius: 5px; }
.TPL_LISTE_RECETTE .liste .item .description { width: 100%; float: none; }
.TPL_LISTE_RECETTE .liste .item .description h4 { margin-bottom: 20px; }
.TPL_LISTE_RECETTE .liste .item .description .blocGauche { width: 66%; }
.TPL_LISTE_RECETTE .liste .item .description .picto span:before { content: ", "; }
.TPL_LISTE_RECETTE .liste .item .description .picto span:first-child:before { content: ""; }
.TPL_LISTE_RECETTE .liste .item .savoirPlus { position: absolute; bottom: 0; right: 0; }
.TPL_LISTE_RECETTE .liste .item .savoirPlus:hover,
.TPL_LISTE_RECETTE .liste .item .savoirPlus:focus { text-decoration: none; }

/* Fiche recette */
.TPL_FICHE_RECETTE h2 { font-size: 1.786em; border-bottom: 1px solid #c9c9c9; padding-bottom: 15px; margin-bottom: 25px; }
.TPL_FICHE_RECETTE div[class*="prs-titre-liseret"] h3 { margin-bottom: 20px; }
.TPL_FICHE_RECETTE .fiche-recette-main .top-fiche-recette .photos { float: right; }
.TPL_FICHE_RECETTE .fiche-recette-main .top-fiche-recette .photos img { border-radius: 5px; }
.TPL_FICHE_RECETTE .infos-fiche { width: 354px; margin-right: 20px; }
.TPL_FICHE_RECETTE .accroche { font-size: 1.286em; text-align: justify; line-height: 1.2; }
.TPL_FICHE_RECETTE .resume { border: 1px solid #e8e8e8; font-size: 0.929em; padding: 10px 15px; position: relative; }
.TPL_FICHE_RECETTE .resume .categorie {
    background: #ff91b0;
    color: #fff;
    font-family: "dinpro-bold";
    padding: 5px 10px;
    position: absolute;
    right: 0;
    text-transform: uppercase;
    top: 0;
}
.TPL_FICHE_RECETTE .resume .categorie { font-family: "dinpro-bold"; text-transform: uppercase; }
.TPL_FICHE_RECETTE .ingredientLibelle,
.TPL_FICHE_RECETTE .preparationLibelle,
.TPL_FICHE_RECETTE .remarqueLibelle { font-family: "dinpro-bold"; margin: 0; }
.TPL_FICHE_RECETTE .remarqueLibelle { color : #008a43; }
.TPL_FICHE_RECETTE [class*="bloc-fiche"] { margin-top: 20px; width: 354px; }
.TPL_FICHE_RECETTE .bloc-fiche-remarque { float: right; clear: both; }
.TPL_FICHE_RECETTE .ingredient li:before { content: "- "; }
.TPL_FICHE_RECETTE .ingredient li { float: left;  width: 50%; }
.TPL_FICHE_RECETTE .remarque { padding-left: 117px; position: relative; }
.TPL_FICHE_RECETTE .remarque:before {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/astuce.png) no-repeat;
    content: "";
    display: block;
    height: 97px;
    left: 0;
    position: absolute;
    top: 0;
    width: 96px;
}
.TPL_FICHE_RECETTE .boissonsRecette,
.TPL_FICHE_RECETTE .produitsRecette { margin: 40px 0 0; }
.TPL_FICHE_RECETTE .action-imprimer { float:right; }
.TPL_FICHE_RECETTE .action-imprimer a {
    background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-compte.png) 0 -512px no-repeat;
    color:inherit; padding-left:22px;
}

/* Recette à la une */
.TPL_RECETTE_ALAUNE h3               { z-index: 1; }
.TPL_RECETTE_ALAUNE .container       { margin-top: -16px; }
.TPL_RECETTE_ALAUNE #main_area       { position: relative; height: 420px; background: #d3d3d3; }
.TPL_RECETTE_ALAUNE #slider-thumbs   { position: absolute; bottom: 0; left: 0; width: 100%; padding: 10px 9px; }
.TPL_RECETTE_ALAUNE .thumbnails      { overflow: hidden; }
.TPL_RECETTE_ALAUNE .thumbnails li   { float: left; width: 171px; height: 94px; margin: 0 0 0 9px; padding: 20px 20px 0; line-height: 45px; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/fond-recette-une.png) 0 0 no-repeat transparent; opacity: 0.7; filter: alpha(opacity=70); }
.TPL_RECETTE_ALAUNE .thumbnails li.active{  opacity: 1; filter: alpha(opacity=100);}
.TPL_RECETTE_ALAUNE .thumbnails li:first-child { margin-left: 0; }
.TPL_RECETTE_ALAUNE .thumbnails li a { display: inline-block; line-height: 1; text-align: center; vertical-align: middle; }
.TPL_RECETTE_ALAUNE .carousel-control { width: 50px; height: 50px; }
.TPL_RECETTE_ALAUNE .carousel-control.left  { text-indent: -10000px; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/btn-caroussel.png) no-repeat 0 0; }
.TPL_RECETTE_ALAUNE .carousel-control.right { text-indent: -10000px; background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/btn-caroussel.png) no-repeat 100% 0; }
.TPL_RECETTE_ALAUNE .carousel-control.left:hover,
.TPL_RECETTE_ALAUNE .carousel-control.left:focus { background-position: 0 100%; }
.TPL_RECETTE_ALAUNE .carousel-control.right:hover,
.TPL_RECETTE_ALAUNE .carousel-control.right:focus { background-position: 100% 100%; }

/* Débuter mes achats */
.TPL_DEBUTER_MES_ACHATS h2 { color: #f8900c;  background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/filet-orange.png') repeat-x 0 50%; }
.TPL_DEBUTER_MES_ACHATS h2 span { letter-spacing: 2px; padding-right: 20px; background: #FFFFFF; }
.TPL_DEBUTER_MES_ACHATS h3 { font-size: 1em; }
.TPL_DEBUTER_MES_ACHATS h3 .popover-poids-variable-eauvive { position:absolute; font-weight:500; font-family: Arial,Helvetica,sans-serif; text-align:left; }
.TPL_DEBUTER_MES_ACHATS .encadre { height: 250px; width: 295px; }
.TPL_DEBUTER_MES_ACHATS .liste-produits-item { width: 295px; margin-bottom: 30px; }
.TPL_DEBUTER_MES_ACHATS .prix span { display: block; }
.TPL_DEBUTER_MES_ACHATS .prix-par-unite { font-family: 'dinpro'; }
.TPL_DEBUTER_MES_ACHATS .icone-speciale { background: url(/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-produit-promo.png) no-repeat 0 0; }

/* Formulaire de contact */
.TPL_CONTACT { border: 1px solid #E8E8E8; padding: 15px 20px 20px; }
.TPL_CONTACT #eolas_ecom_cms_demande > div, .TPL_CONTACT #eolas_ecom_eauvive_demande > div { overflow: hidden; clear: both; margin-bottom: 10px; }
.TPL_CONTACT #eolas_ecom_eauvive_demande > div.field span {display:block;font-size: 11px; font-style: italic;}
.TPL_CONTACT form label { display: inline-block; width: 30%; padding-right: 10px; color: #777777; }
.TPL_CONTACT form input[type="text"],
.TPL_CONTACT form input[type="password"],
.TPL_CONTACT form input[type="date"],
.TPL_CONTACT form input[type="email"],
.TPL_CONTACT form select { width: 49%; }
.TPL_CONTACT form textarea { width: 49%; }
.TPL_CONTACT form button[type="submit"] { margin: 15px 0 0 30%; }

/* Formulaire de candidature */
.TPL_FORMULAIRE_CANDIDATURE .inner { border: 1px solid #E8E8E8; padding: 15px 20px 20px; }
.TPL_FORMULAIRE_CANDIDATURE .inner > form > div { overflow: hidden; clear: both; margin-bottom: 10px; }
.TPL_FORMULAIRE_CANDIDATURE form label { display: inline-block; width: 30%; padding-right: 10px; color: #777777; }
.TPL_FORMULAIRE_CANDIDATURE form input[type="text"],
.TPL_FORMULAIRE_CANDIDATURE form input[type="password"],
.TPL_FORMULAIRE_CANDIDATURE form input[type="date"],
.TPL_FORMULAIRE_CANDIDATURE form input[type="email"],
.TPL_FORMULAIRE_CANDIDATURE form select { width: 49%; }
.TPL_FORMULAIRE_CANDIDATURE form textarea { width: 49%; }
.TPL_FORMULAIRE_CANDIDATURE form button[type="submit"] { margin: 15px 0 0 30%; }
.TPL_FORMULAIRE_CANDIDATURE form div.enLigne { display: inline-block; vertical-align: top; }
.TPL_FORMULAIRE_CANDIDATURE form div.enLigne label { padding: 0 5px; width: auto; }
.TPL_FORMULAIRE_CANDIDATURE form div.motivationConnu { width: 60%; display: inline-table; vertical-align: top; }
.TPL_FORMULAIRE_CANDIDATURE form div.motivationConnu label { padding: 0 5px; width: 95%; }

/* Offres d'emploi */
.formEmploi h4 {
    font-family: "dinpro";
    color: #30a066;
    text-transform: uppercase;
    font-size: 1.286em; /*18px*/
}
.formEmploi input,
.formEmploi textarea,
.formEmploi button     { width: 100%; margin-top: 5px; }
.formEmploi form > div { margin-bottom: 15px; }
.formEmploi form label { font-size: 0.929em; /*13px*/ }

.TPL_LISTE_OFFRE_EMPLOI p.savoirPlus    { margin-bottom: 0; padding-left: 30px; }
.TPL_LISTE_OFFRE_EMPLOI li {
    background-color: #eee;
    padding: 15px 20px 10px;
    border-radius: 3px;
    margin-bottom: 10px;
}
.TPL_LISTE_OFFRE_EMPLOI .description p  { padding-left: 30px; }
div[class*="_OFFRE_EMPLOI"] .lieu       { background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/eauvive_marker.png') no-repeat 0 0; }
div[class*="_OFFRE_EMPLOI"] .contrat    { background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-emploi.png') no-repeat 0 2px; }
div[class*="_OFFRE_EMPLOI"] .ref        { background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-emploi.png') no-repeat 0 -142px; }
div[class*="_OFFRE_EMPLOI"] .demarrage  { background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-emploi.png') no-repeat 0 -178px; }
div[class*="_OFFRE_EMPLOI"] .duree      { background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-emploi.png') no-repeat 0 -34px; }
div[class*="_OFFRE_EMPLOI"] .resume     { background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-emploi.png') no-repeat 0 -70px; }
.TPL_LISTE_OFFRE_EMPLOI .noOffre        { 
    color: #008a43; 
    padding: 5px 0 5px 95px; 
    background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/noOffre.png') no-repeat 0 0;
}
.TPL_LISTE_OFFRE_EMPLOI .noOffre h2     { 
    font-family: "dinpro-black"; 
    font-size: 1.286em; /*18px*/ 
    margin-bottom: 0;
}
.TPL_LISTE_OFFRE_EMPLOI .noOffre p      { font-family: "dinpro-medium"; }

.TPL_FICHE_OFFRE_EMPLOI .formEmploi     { float: left; width: 230px; }
.TPL_FICHE_OFFRE_EMPLOI .ficheOffre     { float: right; width: 730px; }
.TPL_FICHE_OFFRE_EMPLOI .ficheOffre .refDate {
    border: 1px solid #e8e8e8;
    width: 100%;
    margin-bottom: 20px;
    display: table;
    padding: 10px 15px;
}
.TPL_FICHE_OFFRE_EMPLOI .ficheOffre .refDate p  { padding-left: 30px; }
.TPL_FICHE_OFFRE_EMPLOI .ficheOffre .duree      { margin-bottom: 13px; }
.TPL_FICHE_OFFRE_EMPLOI .ficheOffre .resume     { 
    padding-left: 30px;  
    background: url('/bundles/eauvive/gabarit/GAB_EAU_VIVE/css/images/picto-emploi.png') no-repeat 0 -101px; 
    font-family: "dinpro-bold";
    font-size: 1.286em; /*18px*/
}
.TPL_FICHE_OFFRE_EMPLOI h1 { font-size: 2em; }
.TPL_FICHE_OFFRE_EMPLOI h2 { font-size: 1.5em; border-bottom: 1px solid #e8e8e8; padding-bottom: 10px;  }
.TPL_FICHE_OFFRE_EMPLOI h3 { font-size: 1.167em; margin: 0 0 0.8em; }
.TPL_FICHE_OFFRE_EMPLOI h4 { font-size: 1em; margin: 0 0 5px; }

.TPL_FICHE_OFFRE_EMPLOI h1 *,
.TPL_FICHE_OFFRE_EMPLOI h2 *,
.TPL_FICHE_OFFRE_EMPLOI h3 *,
.TPL_FICHE_OFFRE_EMPLOI h4 * {
    font-family:inherit !important; font-weight:inherit !important;
}

/* ===================================================================
 * $21 MODAL BOX
 * =================================================================*/
.frontModalBoxContainer .modal {
    box-shadow: 0 0 15px 5px #c3c3c3;
    font-size: 75%;
    padding: 4px 1% 10px 1%;
    width: 50%;
    font-family: "dinpro";
 }
.modal-backdrop { background-color: #fff;}
.modal .chargementModalBox,
.modal h3 { text-align: center; padding-top: 20px;}
.modal .title { padding: 0 10px; }
.modal .title > a {
    float: right;
    width: 26px;
    height: 27px;
    margin-top: 8px;
    font-size: 2em;
    font-weight: bold;
    color: #b0b0b0;
    border: none;
    line-height: 30px;
    text-align: center;
}
.modal .title > a:focus,
.modal .title > a:hover { text-decoration: none; }
.modal .title h4 {
    padding: 15px 0;
    border: none;
    margin: 0;
    text-transform: none;
    font-size: 1.75em;
    color: #000000;
}
.modal .content, .modal .footer { padding: 10px; }
.modal .content {
    max-height: 400px;
    overflow: auto;
    text-align: center;
    font-size: 1.167em;
    padding: 10px 0;
}

.modal .btn-submit-poursuivre {
    background: #b0b0b0;
    border: none;
    clear:left;
    color: #2b2b2b;
    float:left;
    margin-bottom: 18px;
}
.modal .btn-submit-poursuivre span { padding-left: 15px;}
.modal .btn-submit-terminer span { padding-right: 15px; }

.modal .control-group { clear: both; }
.modal .control-group > .control-label {
    width: 100px;
    text-align: left;
    font-weight: normal;
    margin-bottom: 20px;
}
.modal .control-group .control-label { padding-right: 10px; }

/* formFrontModalBox */
.formFrontModalBox        {  }
.formFrontModalBox .field input[type=text] { max-width: 30%; }
.formFrontModalBox .field select { max-width: 22%; }
.formFrontModalBox .field         { margin: 5px 0; }
.formFrontModalBox .field ul      { margin:5px 0; }
.formFrontModalBox .field ul li   { background-color: #DC9395; color:#000; padding:3px 5px; margin-bottom: 0; font-weight: bold; }
.formFrontModalBox .field span    { font-style: italic; font-size: 0.858em; text-align: left; display:block; margin: 2px 0 5px 43%; }
.frontModalBoxContainer .cms-bloc { max-height: 375px; overflow: auto; }

.ui-autocomplete      { background-color: #fff; max-width: 300px; }
.ui-autocomplete li   { padding: 0; }
.ui-autocomplete li a { color: #000; text-decoration: none; }

/* ===================================================================
 * $22 JQUERY Bootstrap
 * =================================================================*/

/* Tabs */
.ui-tabs { position: relative; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { border-top: 1px solid #bfbebc; border-bottom: 1px solid #bfbebc; margin: 0; padding: 5px 0; }
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    margin-left: 1.65em;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li:first-child { margin-left: 0; }
.ui-tabs .ui-tabs-nav li a {
    display: block;
    font-family: "dinpro-black";
    font-size: 0.858em;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
}
.ui-tabs .ui-tabs-nav li.ui-state-active a,
.ui-tabs .ui-tabs-nav li.ui-state-hover a { background: #f8981d; color: #fff; }
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */

/* intérieur panel */
.ui-tabs .ui-tabs-panel { display: block; padding: 1em 0; }
.ui-tabs .ui-tabs-hide { display: none; }


/*  Slider  */
.ui-slider-horizontal { height: 10px; width: 98px; }
.ui-slider { position: relative; text-align: left; }
.ui-slider-horizontal .ui-slider-handle { margin-left: -0.67em; top: -0.5em; }
.ui-slider .ui-slider-handle {
    cursor: default;
    height: 1.2em;
    position: absolute;
    width: 1.2em;
    z-index: 2;
}
.ui-slider .ui-state-default, .ui-slider .ui-widget-content .ui-state-default, .ui-slider .ui-widget-header .ui-state-default {
    border: 0px solid;
    color: #555555;
    font-weight: normal;
}

/*Datepicker*/

/* DatePicker Container */
.ui-datepicker   { width: 218px; height: auto; margin: 5px auto 0; font: 9pt Arial, sans-serif; -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5); }
.ui-datepicker a { text-decoration: none; }

/* DatePicker Table */
.ui-datepicker table  { width: 100%; }
.ui-datepicker-header { background: #000; color: #e0e0e0; font-weight: bold; -webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2); -moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2); text-shadow: 1px -1px 0px #000; filter: dropshadow(color=#000, offx=1, offy=-1); line-height: 30px; border-width: 1px 0 0 0; border-style: solid; border-color: #111; }
.ui-datepicker-title  { text-align: center; }
.ui-datepicker-prev,
.ui-datepicker-next   { display: inline-block; width: 30px; height: 30px; text-align: center; cursor: pointer; line-height: 2.5; overflow: hidden; color:#fff; }
.ui-datepicker-prev:hover,
.ui-datepicker-next:hover { color:#fff; }
.ui-datepicker-prev   { float: left; background-position: center -30px; }
.ui-datepicker-next   { float: right; background-position: center 0px; }
.ui-datepicker thead               { background-color: #f7f7f7; background-image: -moz-linear-gradient(top, #f7f7f7 0%, #f1f1f1 100%); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1)); background-image: -webkit-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); background-image: -o-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); background-image: -ms-linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); background-image: linear-gradient(top, #f7f7f7 0%,#f1f1f1 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 ); border-bottom: 1px solid #bbb; }
.ui-datepicker th                  { text-transform: uppercase; font-size: 6pt; padding: 5px 0; color: #666666; text-shadow: 1px 0px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=0); }
.ui-datepicker tbody td            { padding: 0; border-right: 1px solid #bbb; background-color: #fff; }
.ui-datepicker tbody td:last-child { border-right: 0px; }
.ui-datepicker tbody tr            { border-bottom: 1px solid #bbb; }
.ui-datepicker tbody tr:last-child { border-bottom: 0px; }
.ui-datepicker td span, .ui-datepicker td a { display: inline-block; font-weight: bold; text-align: center; width: 30px; height: 30px; line-height: 30px; color: #666666; text-shadow: 1px 1px 0px #fff; filter: dropshadow(color=#fff, offx=1, offy=1); }
.ui-datepicker-calendar .ui-state-default   { background: #ededed; background: -moz-linear-gradient(top, #ededed 0%, #dedede 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede)); background: -webkit-linear-gradient(top, #ededed 0%,#dedede 100%); background: -o-linear-gradient(top, #ededed 0%,#dedede 100%); background: -ms-linear-gradient(top, #ededed 0%,#dedede 100%); background: linear-gradient(top, #ededed 0%,#dedede 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 ); -webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); -moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5); }
.ui-datepicker-calendar .ui-state-hover     { background: #f7f7f7; }
.ui-datepicker-calendar .ui-state-active    { background: #DC9395; -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1); color: #000; border: 1px solid #E95D5D; position: relative; margin: -1px; }
.ui-datepicker-unselectable .ui-state-default           { background: #f4f4f4; color: #b4b3b3; }
.ui-datepicker-calendar td:first-child .ui-state-active { width: 29px; margin-left: 0; }
.ui-datepicker-calendar td:last-child .ui-state-active  { width: 29px; margin-right: 0; }
.ui-datepicker-calendar tr:last-child .ui-state-active  { height: 29px; margin-bottom: 0; }

/* CSS pour le bootstrap carousel */
.carousel { position: relative; line-height: 1; z-index: -1: }
.carousel-inner { position: relative; width: 100%; overflow: hidden; }
.carousel-inner > .item {
    position: relative;
    display: none;
    -webkit-transition: 0.6s ease-in-out left;
    -moz-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
 }
.carousel-inner > .item img { display: block; line-height: 1; }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }
.carousel-control {
    background: #222222;
    color: #ffffff;
    font-size: 60px;
    font-weight: 100;
    height: 40px;
    left: 2%;
    line-height: 18px;
    position: absolute;
    text-align: center;
    text-decoration: none;
    top: 35%;
    width: 40px;
}
.carousel-control:focus { text-decoration: none; }
.carousel-control.right { right: 2%; left: auto; }
.carousel-control:hover { color: #ffffff; text-decoration: none; opacity: 0.9; filter: alpha(opacity=90); text-decoration: none; }
.carousel-caption { position: absolute; right: 0; bottom: 0; left: 0; padding: 15px; background: #333333; background: rgba(0, 0, 0, 0.75);}
.carousel-caption h4,
.carousel-caption p { line-height: 20px; color: #ffffff;}
.carousel-caption h4 { margin: 0 0 5px;}
.carousel-caption p { margin-bottom: 0;}
.carousel-control-play { position: absolute; top: 5px; right: 2%; }
/* Control pagination : */
.carousel-control-pager { display: none; }

/* ===================================================================
 * $23 MEDIA QUERIES
 * =================================================================*/

/* Tablette */
@media screen and (max-width: 800px) {

    /* Carousel */
    .carousel-caption { position: static; }
}

/* Petite tablette + grand mobile */
@media screen and (max-width: 640px) {

}

/* mobile */
@media screen and (max-width: 480px) {

}

/* ===================================================================
* Cookie cnil
* =================================================================*/
.cookieModalBox {
    background-color: rgba(0, 0, 0, 0.5);
    left: 10px;
    position: fixed;
    text-align: center;
    bottom: 10px;
    width: 300px;
    z-index: 200;
    color: #fff;
    padding: 7px 7px 0;
}
.cookieModalBox h5 {
    color: #fff;
}
.cookieModalBox a {
    color: #fff;
    text-decoration: underline;
}
.cookieModalBox a.closeModal{
    text-decoration: none;
}
.cookieModalBox .closeModal {
    position: absolute;
    right: 8px;
    top: 8px;
}