/*! normalize.css v1.1.3 | MIT License | git.io/normalize */

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

/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

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

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

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

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

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
    display: none;
}

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

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

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

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */

html,
button,
input,
select,
textarea {
    font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
    margin: 0;
}

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

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus,
input:focus,
select:focus {
    outline: none !important;
}
input,
select {
    outline: none !important;
}
*:focus {
    outline: 0;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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

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

/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */

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

h2 {
    font-size: 1.5em;
    margin: 0.83em 0;
}

h3 {
    font-size: 1.17em;
    margin: 1em 0;
}

h4 {
    font-size: 1em;
    margin: 1.33em 0;
}

h5 {
    font-size: 0.83em;
    margin: 1.67em 0;
}

h6 {
    font-size: 0.67em;
    margin: 2.33em 0;
}

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

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

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

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 1em 40px;
}

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

dfn {
    font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */

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

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

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

/**
 * Address margins set differently in IE 6/7.
 */

p,
pre {
    margin: 1em 0;
}

/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/**
 * Address CSS quotes not supported in IE 6/7.
 */

q {
    quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */

q:before,
q:after {
    content: '';
    content: none;
}

/**
 * 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: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */

/**
 * Address margins set differently in IE 6/7.
 */

dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */

menu,
ol,
ul {
    padding: 0 0 0 40px;
}

/**
 * Correct list images handled incorrectly in IE 7.
 */

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

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

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

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

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

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

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
    margin: 0;
}

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

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
    margin: 0;
}

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

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

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
    border: 0; /* 1 */
    padding: 0;
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

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

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

button,
input {
    line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

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

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

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

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

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

/**
 * 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 5 and Chrome
 * on OS X.
 */

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

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

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

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

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

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

@charset "UTF-8";
/* IMPORT VARIABLE*/
/* 1rem --> 10 px */
/* 1.8rem --> 18 px */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
@import url(http://fonts.googleapis.com/css?family=Lato:300,700);
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }
/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }
/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
    display: none; }
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    font-size: 100%;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */ }
/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
    font-family: sans-serif; }
/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
    margin: 0; }
/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus,
input:focus,
select:focus {
    outline: none !important; }
input,
select {
    outline: none !important; }
*:focus {
    outline: 0; }
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
    outline: 0; }
/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0; }
h2 {
    font-size: 1.5em;
    margin: 0.83em 0; }
h3 {
    font-size: 1.17em;
    margin: 1em 0; }
h4 {
    font-size: 1em;
    margin: 1.33em 0; }
h5 {
    font-size: 0.83em;
    margin: 1.67em 0; }
h6 {
    font-size: 0.67em;
    margin: 2.33em 0; }
/**
 * Address styling not present in IE 7/8/9, Safari 5, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }
/**
 * Address style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
 */
b,
strong {
    font-weight: bold; }
blockquote {
    margin: 1em 40px; }
/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
    font-style: italic; }
/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }
/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
    background: #ff0;
    color: #000; }
/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
    margin: 1em 0; }
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em; }
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word; }
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
    quotes: none; }
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
    content: '';
    content: none; }
/**
 * 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: 60%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
sup {
    top: -0.5em; }
sub {
    bottom: -0.25em; }
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
    margin: 1em 0; }
dd {
    margin: 0 0 0 40px; }
/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
    padding: 0 0 0 40px; }
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
    list-style: none;
    list-style-image: none; }
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
    border: 0;
    /* 1 */
    -ms-interpolation-mode: bicubic;
    /* 2 */ }
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
    overflow: hidden; }
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
    margin: 0; }
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
    margin: 0; }
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    white-space: normal;
    /* 2 */
    *margin-left: -7px;
    /* 3 */ }
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
    font-size: 100%;
    /* 1 */
    margin: 0;
    /* 2 */
    vertical-align: baseline;
    /* 3 */
    *vertical-align: middle;
    /* 3 */ }
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
    line-height: normal; }
/**
 * 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 Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
    *overflow: visible;
    /* 4 */ }
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
    *height: 13px;
    /* 3 */
    *width: 13px;
    /* 3 */ }
/**
 * 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 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
    overflow: auto;
    /* 1 */
    vertical-align: top;
    /* 2 */ }
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }
/* STRUCTURE PAGE*/
.main-container {
    max-width: 1220px;
    width: 100%;
    display: block;
    margin: 0 auto; }
html {
    font-size: 62.5%;
    line-height: 1.3;
    margin-top: 0px;
    margin-bottom: 0px; }
body {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    font-size: 1rem; }
.clear {
    clear: both; }
.Aligner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
.Aligner-item {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
.Aligner-item--top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start; }
.Aligner-item--bottom {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end; }
@media screen and (max-width: 1024px) {
    body .col33 {
        width: 49%; }
    body .firstcol {
        width: 100%;
        display: block;
        margin-top: 25px;
        margin-bottom: 25px; }
    body .firstcol .social-block .header-img {
        max-height: 250px;
        overflow: hidden; }
    body .firstcol .social-block .content-header-intro {
        background: white; }
}
@media screen and (max-width: 640px) {
    body .col33 {
        width: 100%;
        margin-top: 25px; }
    .col-main .col2:first-child .slider-secondaire {
        margin-bottom: 0px; }
    body .col33:first-child {
        margin-top: 0px; }
    body .slider-secondaire .see-product {
        display: none; }
    body .slider-secondaire .multiple2 {
        top: -15px; }
}
/* This stylesheet generated by Transfonter (http://transfonter.org) on September 20, 2016 10:06 AM */
/* This stylesheet generated by Transfonter (http://transfonter.org) on October 3, 2016 12:42 PM */
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-ExtraboldItalic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-ExtraboldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-ExtraboldItalic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-ExtraboldItalic.ttf") format("truetype");
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-SemiboldItalic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-SemiboldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-SemiboldItalic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-SemiboldItalic.ttf") format("truetype");
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Semibold.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Semibold.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Semibold.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSansLight-Italic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSansLight-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSansLight-Italic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSansLight-Italic.ttf") format("truetype");
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Light.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Light.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Italic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Italic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Bold.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Bold.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-BoldItalic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-BoldItalic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Open Sans';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Extrabold.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Extrabold.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Extrabold.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/OpenSans-Extrabold.ttf") format("truetype");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Bold.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Bold.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Regular.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Regular.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Roboto-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rosewood Stdfil';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Fill.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Fill.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Fill.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Fill.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Rosewood Std';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Regular.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Regular.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/RosewoodStd-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
/* This stylesheet generated by Transfonter (http://transfonter.org) on September 20, 2016 10:08 AM */
@font-face {
    font-family: 'Asap';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Italic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Italic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Italic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Italic.ttf") format("truetype");
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Asap';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Medium.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Medium.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Medium.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Asap';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-BoldItalic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-BoldItalic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-BoldItalic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-BoldItalic.ttf") format("truetype");
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Asap';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-MediumItalic.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-MediumItalic.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-MediumItalic.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-MediumItalic.ttf") format("truetype");
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Asap';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Bold.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Bold.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Bold.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Asap';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Regular.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Regular.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Regular.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/Asap-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GothamHTF Black';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-Black.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Bold';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-Bold.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Bold Condensed';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-BoldCondensed.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Book';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-Book.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Book Condensed';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-BookCondensed.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Book Italic';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-BookItalic.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Light';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-Light.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Medium';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-Medium.otf") format("opentype");
}
@font-face {
    font-family: 'GothamHTF Medium Condensed';
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/font/GothamHTF-MediumCondensed.otf") format("opentype");
}
.inline {
    display: inline-block; }
.left {
    float: left; }
.right {
    float: right; }
.t_align_right {
    text-align: right; }
body {
    background: #eeeeee;
    overflow-x: hidden;
    background: url(https://www.terreseteaux.fr/skin/frontend/te/default/img/home/background_neutre.jpg) fixed center top no-repeat; }
.borderbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.col3 {
    padding-left: 20px;
    padding-right: 10px;
    width: 30%; }
.col33 {
    padding-left: 1%;
    padding-right: 1%;
    width: 33.33%; }
.col3.info-perso {
    margin-right: 20px;
    width: -webkit-calc(30% - 20px);
    width: calc(30% - 20px); }

.col2 { width: 50%; }
.checkout-cart-index .col2 { width: 48%; margin-left:2%; }

.col-main .col2:first-child {
    padding-right: 10px; }
.col-main .col2:last-child {
    margin-left: 10px; }
.col4 {
    width: 25%; }
.col40 {
    width: 39%; }
.col60 {
    width: 60%; }
.col45 {
    width: 44%; }
.col48 {
    width: 48.5%; }
.col55 {
    width: 55%; }
.col7 {
    padding-left: 20px;
    padding-right: 20px;
    /*	padding-left: 10px;
*/
    width: 70%; }
.link-page {
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid;
    text-transform: uppercase;
    text-decoration: inherit;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.link-page.link-page-small {
    padding: 10px 18px; }
.link-page.blackbutton {
    border-color: #111111;
    color: #111111;
    background: transparent; }
.link-page.disable {
    opacity: 0.5; }
.link-page.blackbutton:hover {
    background: #111111;
    color: white; }
.bold {
    font-weight: bold; }
.link-page.white {
    color: white;
    border-color: white; }
body .fancybox-overlay {
    z-index: 9996; }
body .fancybox-opened {
    z-index: 9999; }
.close-light {
    display: none; }
.link-page.white:hover {
    color: #111111;
    background: white; }
.link-page.green {
    border-color: #00461e;
    color: #00461e; }
.link-page.green:hover {
    background: #00461e;
    color: white; }
.link-page.greencolor {
    outline: none;
    color: white;
    cursor: pointer;
    background: #00461e;
    border-color: #00461e; }
.link-page.greencolor:hover {
    outline: none;
    background: transparent;
    color: #00461e;
    border-color: #00461e; }
.link-page.greentxt {
    color: #00461e;
    border-color: #greennav; }
.link-page.greentxt:hover {
    background: #00461e;
    color: white; }
.link-simple {
    font-weight: bold;
    font-size: 1.2rem;
    font-family: 'Open Sans';
    color: #111111;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.link-simple:hover {
    opacity: 0.7; }
body .more-views .slick-slide {
    margin-left: 3px;
    margin-right: 3px;
    width: auto !important; }
body .more-views .slick-list {
    padding-left: 0px !important;
    padding-right: 0px !important; }
body .link-page.greencolor.white {
    color: white;
    background: white;
    color: #00461e;
    border-color: #00461e; }
span.upper {
    text-transform: uppercase; }
/* ===========================================================
 *
 *  Name:          selectordie_dev.css
 *  Updated:       2014-10-10
 *  Created by:    Per V @ Vst.mn
 *  What?:         Base CSS for Select or Die
 *
 *  Copyright (c) 2014 Per Vestman
 *  Dual licensed under the MIT and GPL licenses.
 *
 *  No, I don't usually comment my CSS, but in this
 *  case it might "help" someone.
 *
 *  Oddny | Cogs 'n Kegs
 * =========================================================== */
/* Remove, change to fit your needs */
.selectmagasin {
    position: relative;
    z-index: 9999; }
.subnav-page {
    position: relative;
    z-index: 8888; }
.sod_select,
.sod_select * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.sod_select .sod_list {
    background: rgba(2, 42, 19, 0.97);
    position: relative;
    z-index: 9999; }
/* The SoD - Please keep this first three lines intact, otherwise all hell will break looooooose */
.sod_select {
    display: inline-block;
    position: relative;
    line-height: 1;
    width: 200px;
    padding: 15px 10px;
    border: 3px solid #5e5e5e;
    background: #ffffff;
    color: #444444;
    font-size: 11px;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    outline: 0;
    outline-offset: -2px;
    /* Opera */
    cursor: default; }
/* Up/Down arrows */
.sod_select:before,
.sod_select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 7px; }
/* Down arrow */
.sod_select:after {
    content: "";
    top: auto;
    bottom: 12px; }
/* Change the border color on hover, focus and when open */
.sod_select:hover,
.sod_select.open,
.sod_select.focus {
    border-color: #000000; }
.sod_select.open {
    color: #919191; }
/* When the entire SoD is disabled, go crazy! */
.sod_select.disabled {
    border-color: #828282;
    color: #b2b2b2;
    cursor: not-allowed; }
/* The "label", or whatever we should call it. Keep the first three lines for truncating. */
.sod_select .sod_label {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15px; }
.sod_select .sod_prefix {
    /* Use this if you're using a prefix and want to style it */ }
.sod_select .sod_placeholder {
    /* Use this if you're using a placeholder and want to style it */ }
/* Options list wrapper */
.sod_select .sod_list_wrapper {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    height: auto;
    width: 200px;
    margin: 0 0 0 -3px;
    background: #ffffff;
    border: 3px solid #000000;
    border-top: none;
    color: #444444;
    font-weight: 300;
    z-index: 1; }
/* Shows the option list (don't edit) */
.sod_select.open .sod_list_wrapper {
    display: block; }
/* Don't display the options when  */
.sod_select.disabled.open .sod_list_wrapper {
    display: none; }
/* When the option list is displayed above the SoD */
.sod_select.above .sod_list_wrapper {
    top: auto;
    bottom: 100%;
    border-top: 3px solid #000000;
    border-bottom: none; }
/* Options list container */
.sod_select .sod_list {
    display: block;
    overflow-y: auto;
    padding: 0;
    margin: 0; }
/* All the options. Keep the first three lines for truncating... */
.sod_select .sod_option {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding: 10px 10px;
    list-style-type: none; }
/* Optgroups */
.sod_select .sod_option.optgroup,
.sod_select .sod_option.optgroup.disabled {
    background: inherit;
    color: #939393;
    font-size: 10px;
    font-style: italic; }
/* Children of an optgroup */
.sod_select .sod_option.groupchild {
    padding-left: 20px; }
/* Used together with placeholderOption / data-placeholder-option */
.sod_select .sod_option.is-placeholder {
    display: none; }
/* Disabled option */
.sod_select .sod_option.disabled {
    background: inherit;
    color: #cccccc; }
/* Hover state for options, also used when a user uses his/hers up/down keys */
.sod_select .sod_option.active {
    background: #f7f7f7;
    color: #333333; }
/*Make room for the check mark */
.sod_select .sod_option.selected {
    font-weight: 700;
    padding-right: 25px; }
/* Displays a check mark for the selected option */
.sod_select .sod_option.selected:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    color: #808080;
    height: 9px;
    width: 10px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMTAgOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTAgOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBmaWxsPSIjRDlEOUQ4IiBkPSJNNCw2LjdDMy42LDYuMywzLjUsNi4xLDMuMSw1LjdDMi42LDUuMiwyLDQuNiwxLjUsNC4xYy0wLjgtMC44LTIsMC40LTEuMiwxLjJjMC45LDAuOSwxLjksMS45LDIuOCwyLjgNCgkJYzAuNywwLjcsMS4zLDEsMiwwQzYuNyw2LDguMywzLjcsOS44LDEuNUMxMC41LDAuNSw5LTAuMyw4LjMsMC42bDAsMEM2LjcsMi45LDUuNyw0LjQsNCw2LjciLz4NCjwvZz4NCjwvc3ZnPg0K); }
/* Add a .no_highlight class to you SoD to hide the check mark and don't bold the option */
.sod_select.no_highlight .sod_option.selected {
    font-weight: 300; }
.sod_select.no_highlight .sod_option.selected:before {
    display: none; }
.sod_select .sod_option.link {
    /* If data-link is set on a specific option */ }
.sod_select .sod_option.linkexternal {
    /* If data-link-external is set on a specific option */ }
/* Hide native select */
.sod_select select {
    display: none !important; }
/* The native select in touch mode. Keep this first line. Sorry, keep everything. */
.sod_select.touch select {
    -webkit-appearance: menulist-button;
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    height: 100%;
    width: 107%;
    opacity: 0;
    z-index: 1; }
/* Generique*/
.sod_select .sod_placeholder {
    font-size: 1.3rem;
    color: white;
    text-transform: initial;
    font-family: 'Asap';
    font-weight: lighter; }
/* Slider subnav*/
.selectmagasin.select .sod_select {
    margin-top: 7px;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 37px;
    padding-left: 15px;
    width: auto;
    border: 0px;
    background-color: rgba(0, 0, 0, 0.5); }
.selectmagasin.select .sod_select.open .sod_list_wrapper {
    width: 270px;
    border: 0px;
    top: 101%;
    background-color: rgba(2, 42, 19, 0.97);
    margin-left: 0px; }
.selectmagasin.select .sod_select.open .sod_option {
    cursor: pointer;
    color: white;
    border: 0px;
    text-transform: initial;
    font-family: 'Asap';
    font-weight: italic;
    font-size: 1.3rem;
    border-bottom: 1px solid #183c28;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px; }
.selectmagasin.select .sod_select .sod_option.active,
.selectmagasin.select .sod_select .sod_option.selected.active {
    background: #00441d;
    font-weight: italic;
    color: white; }
.selectmagasin.select .sod_select .sod_label {
    font-weight: italic;
    color: white;
    text-transform: initial; }
.selectmagasin.select .sod_select .sod_option.selected {
    font-weight: lighter; }
.selectmagasin.select .sod_select .sod_option.selected:before {
    display: none; }
/* Up/Down arrows */
/*.selectmagasin.select .sod_select:after {
  content: "";
  background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
  position: absolute;
  background-position: 5px -96px;
  width: 20px;
  height: 20px;
  right: 0px;
  height: 100%;
  top: 0px;
  font-size: 7px;
  width: 37px;
  border-left: 1px solid #00421c; }*/

.selectmagasin.select .sod_select.focus.open:after {
    opacity: 0.5; }
.selectmagasin.select .sod_select:before {
    display: none; }
footer .selectmagasin.select .sod_select.open .sod_list_wrapper {
    top: inherit;
    bottom: 101%; }
/* SELECT CATALOGUE */
.sorter .sod_select, .product-view .sod_select, .formulaire .sod_select, .cart .sod_select {
    font-family: 'Open Sans';
    border: 0px;
    background: #f3f3f3; }
.sorter .sod_list_wrapper, .product-view .sod_list_wrapper, .formulaire .sod_list_wrapper, .cart .sod_list_wrapper {
    border: 0px;
    width: calc(100% + 2px);
    width: -webkit-calc(100% + 2px);
    width: -moz-calc(100% + 2px);
    left: 2px;
    z-index: 8888; }
.sorter .sod_select .sod_option, .product-view .sod_select .sod_option, .formulaire .sod_select .sod_option, .cart .sod_select .sod_option {
    font-family: 'Open Sans';
    background: #f3f3f3; }
.sorter .sod_select .sod_option.active, .product-view .sod_select .sod_option.active, .formulaire .sod_select .sod_option.active, .cart .sod_select .sod_option.active {
    background: #d3d1d1; }
.sorter .sod_select:before, .product-view .sod_select:before, .formulaire .sod_select:before, .cart .sod_select:before {
    display: none; }
.sorter .sod_select:after, .product-view .sod_select:after, .formulaire .sod_select:after, .cart .sod_select:after {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -95px -303px;
    width: 20px;
    height: 20px;
    right: 0px;
    height: 100%;
    top: 0px;
    font-size: 7px;
    width: 37px; }
/* SELECT CATALOGUE */
.product-view .sod_select, .formulaire .sod_select, .cart .sod_select {
    font-family: 'Open Sans';
    border: 1px solid #111111;
    background: white;
    padding-right: 25px;
    width: auto; }
.product-view .sod_select .sod_option, .formulaire .sod_select .sod_option, .cart .sod_select .sod_option {
    font-family: 'Open Sans';
    background: white;
    border-right: 1px solid #111111;
    border-left: 1px solid #111111; }
.product-view .sod_select .sod_option:last-child, .formulaire .sod_select .sod_option:last-child, .cart .sod_select .sod_option:last-child {
    border-bottom: 1px solid #111111; }
.product-view .sod_select .sod_option.active, .formulaire .sod_select .sod_option.active, .cart .sod_select .sod_option.active {
    background: #d3d1d1; }
.cart .sod_select {
    font-family: 'Open Sans';
    border: 1px solid #a0a0a0;
    background: white;
    padding-right: 25px;
    width: 100%;
    margin-bottom: 10px; }
.cart .sod_select .sod_option {
    border-right: 1px solid #a0a0a0;
    border-left: 1px solid #a0a0a0; }
.cart .sod_select .sod_option:last-child {
    border-bottom: 1px solid #a0a0a0; }
.cart .sod_select .sod_option {
    font-family: 'Open Sans';
    background: white; }
.cart .sod_select .sod_option.active {
    background: #d3d1d1; }
.cart .sod_select:after {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -95px -334px;
    width: 20px;
    height: 20px;
    right: 0px;
    height: 100%;
    top: 0px;
    font-size: 7px;
    width: 37px; }
#box-shadow {
    background: #f1f1f1; }
.header-container {
    background: white; }
.logo-img {
    position: relative;
    min-height: 60px;
    line-height: inherit;
    font-size: 7rem;
    margin-top: 20px; }
.logo-img img {
    min-height: 60px; }
.logo-img:before {
    position: absolute;
    left: -101px;
    top: 0px;
    content: "";
    width: 100px;
    height: 60px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/logo-part1.png") no-repeat; }
.logo-img:after {
    position: absolute;
    content: "";
    right: -110px;
    top: 0px;
    width: 109px;
    height: 60px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/logo-part2.png") no-repeat; }
/* Sub header */
.subheader {
    background: #00421c url("https://www.terreseteaux.fr/skin/frontend/te/default/img/bg-top-nav.png") no-repeat;
    background-position: center center;
    min-height: 50px; }
.subheader .subnav {
    width: 50%;
    line-height: 28px; }
.subheader .subnav ul {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-left: 0px; }
.subheader .subnav ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%; }
.subheader .subnav ul li:first-child {
    margin-left: 0px; }
.subheader .subnav ul li:last-child {
    margin-right: 0px;
    margin-left: -webkit-calc(4% - 15px);
    margin-left: calc(4% - 15px); }
.subheader .subnav .cart-header {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.subheader .subnav .link-head, .subheader .subnav .panier-txt {
    position: relative;
    text-transform: uppercase;
    color: white;
    text-decoration: none;
    font-family: 'Asap';
    font-weight: 500;
    padding-left: 25px;
    font-size: 1.3rem; }
.subheader .subnav #cart-header-resa {
    position: relative; }
.subheader .subnav a:hover {
    text-decoration: underline; }
.subheader .subnav .cart-header-nbprd {
    padding-left: 0px; }
.subheader .subnav .account:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -7px -8px;
    width: 25px;
    height: 20px;
    left: 0px;
    height: 100%;
    top: 0px; }
.subheader .subnav .shoplist:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -7px -39px;
    width: 25px;
    height: 20px;
    left: 0px;
    height: 100%;
    top: 0px; }
.subheader .subnav #cart-header-resa:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -7px -70px;
    width: 25px;
    height: 23px;
    left: 0px;
    height: 100%;
    top: 5px; }
.subheader .subnav #cart_sidebar_container {
    position: relative; }
.subheader .subnav #cart_sidebar_container .link-page.greencolor {
    text-decoration: inherit; }
.subheader .subnav #cart_sidebar_container #cart-extended {
    width: 340px;
    display: none;
    -webkit-box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.5); }
.subheader .subnav #cart_sidebar_container .cart-item {
    background: white;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 2px;
    text-align: left; }
.subheader .subnav #cart_sidebar_container .cart-item * {
    display: inline-block;
    vertical-align: middle; }
.subheader .subnav #cart_sidebar_container .cart-item .cart-item-data .cart-item-name, .subheader .subnav #cart_sidebar_container .cart-item .cart-item-data .cart-item-axe, .subheader .subnav #cart_sidebar_container .cart-item .cart-item-data .cart-item-qty {
    display: block; }
.subheader .subnav #cart_sidebar_container .cart-item .cart-item-picto {
    margin-left: 15px;
    margin-right: 15px; }
.subheader .subnav #cart_sidebar_container .cart-item .cart-item-name a {
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.2rem;
    text-decoration: inherit;
    color: #111111;
    line-height: 1.4rem; }
.subheader .subnav #cart_sidebar_container .cart-item .cart-item-qty {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.2rem;
    line-height: 1.4rem; }
.subheader .subnav #cart_sidebar_container .cart-item-price {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.8rem;
    text-decoration: inherit;
    color: #111111; }
.subheader .subnav #cart_sidebar_container #cart-recap {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #bebebe; }
.subheader .subnav #cart_sidebar_container #cart-recap-total {
    float: left;
    margin-left: 15px;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.5rem;
    text-decoration: inherit;
    color: #111111;
    text-transform: uppercase; }
.subheader .subnav #cart_sidebar_container #cart-recap-total-price {
    float: right;
    margin-right: 15px;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 2.5rem;
    text-decoration: inherit;
    color: #00461e;
    text-transform: uppercase; }
.subheader .subnav #cart_sidebar_container .link-page.greencolor {
    text-align: center;
    margin: 0 auto;
    display: block;
    max-width: 195px;
    margin-top: 15px; }
.subheader .subnav .cart-header:hover {
    background: #eeeeee; }
.subheader .subnav .cart-header:hover .panier-txt {
    color: #00461e; }
.subheader .subnav .cart-header:hover #cart_sidebar_container #cart-extended {
    position: absolute;
    background: #eeeeee;
    padding: 12px;
    right: -15px;
    top: 38px;
    z-index: 9999;
    display: block; }
.subheader .subnav .cart-header:hover #cart-header-resa:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -46px -70px;
    width: 25px;
    height: 23px;
    left: 0px;
    height: 100%;
    top: 5px; }
.header-container.mobilvue {
    position: fixed;
    top: 0px;
    z-index: 8888;
    width: 100%; }
.header-container.mobilvue .content-logo-mobil {
    display: none; }
/*
nav {
	width: 80%;
	line-height: 100px;
	ul{
		margin-top: 0px;
		margin-bottom: 0px;
		text-align: right;
		padding-left: 0px;
		width: 100%;
		li{
			margin-left: 2%;
			margin-right: 2%;
			display: inline-block;
			a{
				display: block;
				height: 100%;
				width: 100%;
				font-family: 'Rosewood Stdfil';
				text-transform: uppercase;
				color: $greennav;
				font-size: 1.8rem;
				position: relative;
				text-decoration: inherit;
				top: 0px;
				 -webkit-transition: all 100ms ease;
				 -moz-transition: all 100ms ease;
				 -o-transition: all 100ms ease;
				 transition: all 100ms ease;

			}
			a:hover{
				top: 15px;
			}
			a.chasseur:hover:before{
				position: absolute;
				opacity: 0;
			    content: "";
			    left: 50%;
			    top: 0px;
			    width: 28px;
			    height:28px;
			    transform: translateX(-50%);
			    -moz-transform: translateX(-50%);
			    -webkit-transform: translateX(-50%);
			    -o-transform: translateX(-50%);
			    background: transparent url('https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_chasseur.png') no-repeat;
			     -webkit-transition: all 100ms ease;
				 -moz-transition: all 100ms ease;
				 -o-transition: all 100ms ease;
				 transition: all 100ms ease;
			}
			a.chasseur:hover:before{
				opacity: 1;
			    top: 10px;
			}
			a.chasseur:hover{
				color:$colochasseur;
			}
		}
		li:first-child{
			margin-left: 0px;
		}
		li:last-child{
			position: relative;
			margin-right: 0px;
		}

		.search_li{

		}
	}
}
*/
.header {
    position: relative; }
.cart-item-data {
    max-width: 170px;
    width: 100%; }
.search_nav.active {
    display: block; }
.searchbar {
    position: relative; }
.search_nav {
    display: none;
    position: absolute;
    top: 23px;
    right: 85px;
    width: 62%;
    height: 60px;
    z-index: 10001; }
.search_nav img {
    top: 20px;
    left: 0px;
    position: absolute;
    padding: 20px;
    background: #00421c; }
.search_nav input {
    width: 100%;
    height: 53px;
    line-height: 53px;
    border: 0px;
    background: #dddddd;
    font-family: 'Asap';
    font-size: 1.5rem;
    font-style: italic;
    padding-left: 15px; }
.close.actif {
    right: -15px;
    left: inherit;
    display: block;
    background: transparent;
    position: absolute;
    right: 0px;
    top: 0px; }
/* Search bar*/
/*.search_nav .searchbar{
	width: 0px;
	position: absolute;
	top: 0px;
	height: 53px;
	left: -765px;

}
*/
.close {
    display: none; }
.search_nav.active .searchbar {
    display: block;
    min-width: 750px; }
.search_nav.active .searchbar input {
    padding-left: 15px; }
.subheader .subnav {
    width: 70%; }
.selectmagasin {
    width: 30%; }
footer {
    background: #00421c url("https://www.terreseteaux.fr/skin/frontend/te/default/img/bg-footer.jpg") no-repeat;
    background-position: center bottom;
    clear:both; }
footer .topfooter {
    background: #d7d7d7; }
footer .topfooter ul {
    padding-left: 0px;
    width: 100%;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px; }
footer .topfooter ul li {
    vertical-align: top;
    height: 170px;
    width: 13%;
    padding-left: 1%;
    padding-right: 1%;
    display: inline-block;
    text-align: center; }
footer .topfooter ul li div {
    top: 50%;
    position: relative;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
footer .topfooter ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: inherit; }
footer .topfooter ul li img {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px; }
footer .topfooter ul li span {
    font-weight: bold;
    line-height: 2rem;
    font-family: 'Gotham HTF';
    color: #111111;
    text-transform: uppercase;
    font-size: 1.4rem; }
footer .topfooter ul li:hover {
    background: white; }
footer .topfooter ul li:first-child {
    padding-left: 0%;
    width: 15%;
}
footer .topfooter ul li:last-child {
    padding-right: 1%; }
footer .selectmagasin.select .sod_select .sod_option.active, footer .selectmagasin.select .sod_select .sod_option.selected.active {
    background: #001e0d; }
footer .footer-links {
    padding-top: 15px;
    padding-bottom: 25px; }
footer .footer-links .content-col {
    width: auto; }
footer .footer-links .col {
    vertical-align: top;
    display: inline-block;
    width: auto;
    padding-right: 2%;
    padding-left: 2%;
    max-width: 320px; }
footer .footer-links .col h3 {
    text-transform: uppercase;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.8rem;
    color: white;
    margin-bottom: 20px; }
footer .footer-links .col p {
    font-size: 1.4rem;
    color: white;
    text-decoration: inherit;
    font-family: 'Open Sans';
    color: white;
    font-weight: 400; }
footer .footer-links .col ul {
    padding-left: 0px; }
footer .footer-links .col ul li {
    list-style: none;
    margin-bottom: 8px; }
footer .footer-links .col ul li a {
    font-size: 1.4rem;
    color: white;
    text-decoration: inherit;
    font-family: 'Open Sans';
    color: white;
    font-weight: 400; }
footer .footer-links .col ul li a:hover {
    text-decoration: underline; }
footer .social-footer {
    border-top: 1px rgba(255, 255, 255, 0.1) solid;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px; }
footer .social-footer ul {
    padding-left: 0px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px; }
footer .social-footer ul li {
    margin-left: 2%;
    margin-right: 2%;
    display: inline-block;
    list-style: none;
    vertical-align: middle; }
footer .social-footer ul li h3 {
    font-family: 'Asap';
    font-weight: bold;
    font-size: 2.4rem;
    text-transform: uppercase;
    color: white; }
footer .legalLinks {
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center; }
footer .legalLinks span {
    color: white;
    margin-left: 10px;
    margin-right: 10px; }
footer .legalLinks a {
    font-family: 'Open Sans';
    font-size: 1.3rem;
    color: white;
    text-decoration: inherit; }
footer .legalLinks a:hover {
    text-decoration: underline; }
@media screen and (max-width: 640px) {
    body footer .selectmagasin {
        z-index: 7777; }
}
.content-filter-mobil .ui-accordion-content {
    border: 0px; }
body .fancybox-overlay {
    z-index: 9999; }
/* Prehome*/
.Block.info {
    padding-bottom: 50px; }
.cd-dropdown.navprincipale {
    overflow: hidden; }
.content-header-intro {
    padding-top: 35px; }
/* Block intro header avec image */
.block-header-intro {
    background: white;
    text-align: center;
    height: 100%; }
.block-header-intro img {
    width: 100%; }
.block-header-intro h3 {
    font-family: 'Asap';
    font-weight: bold;
    color: #00461e;
    font-size: 2.0rem;
    line-height: 2.3rem;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin-top: 0px; }
.block-header-intro h3 span {
    display: block;
    font-size: 1.5rem; }
.block-header-intro p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    padding-left: 50px;
    padding-right: 50px;
    font-weight: 400;
    line-height: 2rem;
    font-weight: bold; }
.block-header-intro a {
    margin-bottom: 25px;
    margin-top: 25px;
    display: inline-block; }
.block-header-intro.social-block h3 {
    color: #3a589c; }
.block-header-intro.social-block ul {
    padding-left: 0px;
    text-align: center; }
.block-header-intro.social-block ul li {
    margin-right: 10px;
    margin-left: 10px;
    list-style: inherit;
    display: inline-block; }
.block-header-intro.social-block ul li a {
    cursor: pointer;
    text-decoration: inherit;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.block-header-intro.social-block ul li a:hover {
    opacity: 0.7; }
.block-header-intro.social-block ul li img {
    width: auto;
    margin-bottom: 10px; }
.block-header-intro.social-block ul li span {
    color: #3a589c;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: bold;
    display: block;
    text-transform: uppercase; }
/* block image complete prehome */
.block-full-image {
    overflow: hidden;
    height: 100%;
    position: relative;
    max-height: 500px; }
.block-full-image img {
    height: 100%;
    width: 100%; }
.block-full-image .logo-name {
    width: auto; }
.block-full-image .degrader_bottom {
    position: absolute;
    bottom: 0px;
    height: 50%;
    left: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.65)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */ }
.block-full-image .degrader_top {
    top: 0px;
    position: absolute;
    left: 0px;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    width: 100%; }
.block-full-image .content-bottom {
    position: absolute;
    z-index: 7777;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding-left: 35px;
    padding-bottom: 35px; }
.block-full-image .content-center {
    position: absolute;
    z-index: 7777;
    top: 50%;
    left: 50%;
    width: 90%;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
.block-full-image .content-center .titre {
    margin-bottom: 10px; }
.block-full-image .content-center .link-page {
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    text-align: left;
    padding-left: 105px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px; }
.block-full-image .content-center .link-page h4 {
    font-weight: bold;
    display: block;
    text-transform: uppercase;
    color: #ebe5d7;
    margin-top: 0px;
    margin-bottom: 0px; }
.block-full-image .content-center .link-page h4 a {
    color: #ebe5d7;
    text-decoration: none; }
.block-full-image .content-center .link-page p {
    font-weight: lighter;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: initial;
    color: white; }
.block-full-image .content-center .link_hover {
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    top: 50%;
    background: #ebe5d7;
    opacity: 0;
    border-radius: 5px;
    text-decoration: inherit;
    text-transform: uppercase;
    color: #111111;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.block-full-image .content-center .link-page:hover {
    background: transparent; }
.block-full-image .content-center .link-page:hover p {
    color: white;
    opacity: 0; }
.block-full-image .content-center .link-page:hover p span {
    opacity: 1; }
.block-full-image .content-center .link-page:hover h4 {
    opacity: 0; }
.block-full-image .content-center .link-page:hover .link_hover {
    opacity: 1;
    display: block; }
.block-full-image .content-center .link-page.comptc:before {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "";
    width: 55px;
    height: 55px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -87px -5px; }
.block-full-image .content-center .link-page.ateliers:before {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "";
    width: 55px;
    height: 55px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -87px -85px; }
.block-full-image .content-center .link-page.vosmag:before {
    position: absolute;
    left: 25px;
    top: 50%;
    content: "";
    width: 55px;
    height: 55px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -87px -185px; }
.block-full-image .surcouche {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6666;
    width: 100%;
    height: 100%; }
.block-full-image .titre {
    font-family: 'Asap';
    font-weight: bold;
    color: white;
    text-transform: uppercase;
    font-size: 2.4rem;
    line-height: 2.4rem;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 15px; }
.block-full-image .link-simple {
    text-decoration: inherit;
    color: white;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    margin-right: 35px;
    margin-top: 18px;
    position: relative; }
.block-full-image .link-simple:hover {
    text-decoration: underline; }
.block-full-image .link-simple:after {
    position: absolute;
    content: "";
    right: -27px;
    top: 0px;
    width: 20px;
    height: 20px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    background-position: -5px -131px; }
.vcenter {
    text-align: center; }
.block-full-image.vcenter {
    max-height: inherit; }
/* SLIDER PAGE HOME CHASSE  + REGLE DES COL2 */
.cms-index-index .multiple2 .new-view-product {
    padding-right: 1px; }
/* SLIDER NOUVEAUTE */
.slider-secondaire, .proposition {
    background: white;
    margin-bottom: 35px;
    /*  BLOCK TITLE*/ }
.slider-secondaire section, .proposition section {
    padding-top: 30px; }
.slider-secondaire h2, .proposition h2 {
    font-family: 'Rosewood Stdfil';
    font-size: 3.8rem;
    padding-top: 35px;
    text-align: center;
    color: #00461e; }
.slider-secondaire .product-image, .proposition .product-image {
    display: block;
    height: 100%;
    width: 100%;
    position: relative; }
.slider-secondaire .product-image .degrader-bottom, .proposition .product-image .degrader-bottom {
    position: absolute;
    bottom: 0px;
    height: 15%;
    left: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    /* FF3.6-04 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */ }
.slider-secondaire .product-image .vignette, .proposition .product-image .vignette {
    position: absolute;
    top: 15px;
    right: 35px; }
.slider-secondaire .product-shop, .proposition .product-shop {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 220px; }
.slider-secondaire .product-shop .nouveaute, .proposition .product-shop .nouveaute {
    min-height: 36px;
    margin-top: 15px;
    margin-bottom: 15px; }
.slider-secondaire .nouveaute_img, .proposition .nouveaute_img {
    margin-top: 15px;
    margin-bottom: 15px; }
.slider-secondaire .title, .proposition .title {
    /* pour anciens Chrome et Safari */
    background-size: cover;
    /* version standardisée */
    padding-left: 25px; }
.slider-secondaire .title h2, .proposition .title h2 {
    padding-top: 40px;
    margin-bottom: 0px;
    text-align: left;
    color: white;
    font-size: 3.6rem;
    font-weight: lighter; }
.slider-secondaire .title p, .proposition .title p {
    padding-bottom: 40px;
    margin-top: 0px;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans';
    font-size: 1.4rem; }
.slider-secondaire .see-product, .proposition .see-product {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 1px solid #ebebeb; }
.slider-secondaire .see-product a, .proposition .see-product a {
    color: #111111;
    padding-right: 30px;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    text-decoration: inherit;
    text-transform: uppercase;
    position: relative; }
.slider-secondaire .see-product a:after, .proposition .see-product a:after {
    position: absolute;
    right: 10px;
    top: 0px;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat 3px -250px; }
/* je TEST*/
.categorie-item-title {
    font-family: 'Asap';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.1rem;
    line-height: 2.1rem; }
.categorie-item-title a {
    color: #111111;
    text-decoration: inherit; }
.categorie-item-title:hover a {
    text-decoration: underline; }
.categorie-item-brand {
    font-family: 'Asap';
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.6rem;
    min-height: 20px;
    color: #111111; }
.price-box {
    position: absolute;
    font-family: 'Open Sans';
    color: #111111;
    font-size: 3.8rem;
    font-weight: 800;
    left: 25px;
    bottom: 40px; }
/* SLIDER Principale */
.slider-principale .slider-vue {
    position: relative;
    width: 100%;
    background: #4b7252;
    overflow: hidden; }
.slider-principale .slider-vue img {
    width: auto;
    height: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%; }
.slider-principale .slider-vue:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 550px; }
.slider-principale .slick-dots {
    bottom: 15px; }
.slider-principale .slick-dots li.slick-active button:before {
    color: white; }
.slider-principale .slick-dots li button:before {
    opacity: 0.3; }
.slider-principale .slick-prev {
    background: rgba(0, 0, 0, 0.3);
    left: 25px;
    border-radius: 5px;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
.slider-principale .slick-next {
    right: 25px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
.slider-principale .slick-prev:hover,
.slider-principale .slick-next:hover {
    background: rgba(0, 0, 0, 0.7); }
/* PaGE CHASSE */
.chasse .slick-dotted.slick-slider {
    margin-bottom: 0px; }
/* BREADCRUMBS */
.breadcrumbs {
    padding-top: 30px;
    padding-bottom: 30px;
    display: inline-block;
}
.breadcrumbs ul {
    padding-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
.breadcrumbs div.back-product {
    margin-top: 15px;
}
.breadcrumbs div.back-product a {
    position: relative;
    padding-left: 25px;
    color: #111111;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 8px; }
.breadcrumbs div.back-product a:before {
    position: absolute;
    left: -5px;
    top: -1px;
    content: "";
    width: 25px;
    height: 25px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -95px -275px; }
.breadcrumbs li {
    display: inline-block; }
.breadcrumbs li a {
    text-transform: uppercase;
    text-decoration: none;
    color: #111111;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.breadcrumbs li a:hover {
    opacity: 0.7; }
.breadcrumbs li span {
    margin-left: 2px;
    margin-right: 2px;
    color: #111111;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600; }
/* HEADER PAGE CATALOGUE */
.from {
    top: -23px;
    position: absolute;
    font-size: 1.2rem; }
.fromprice .regular-price {
    position: relative; }
.categorie-item-price.price-reduc .price {
    padding: 0px;
    color: #111111;
    border: 0px;
    font-size: 2.1rem;
    /*text-decoration: line-through;*/ }
.categorie-item-price.price-reduc .price.new {
    text-decoration: inherit;
    padding: 5px;
    font-size: 2.8rem;
    border: 2px solid #9cc200;
    color: #9cc200; }
#head-category {
    background: white; }
#head-category .col3, #head-category .col7 {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px; }
#head-category .col3 img, #head-category .col7 img {
    width: 100%; }
#head-category .col7 {
    padding-top: 25px;
    padding-left: 20px; }
#head-category .col7 #category-cnt {
    font-weight: bold;
    font-size: 2.8rem;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Asap'; }
#head-category .col7 p {
    padding-right: 25px;
    color: #111111;
    font-family: 'Open Sans';
    font-size: 1.4rem; }
.compteur {
    margin-top: 7px; }
.sorter {
    padding: 25px;
    margin-top: 15px;
    background: white; }
.sorter .compteur span {
    font-weight: bold;
    font-size: 2.4rem;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Asap'; }
.sorter .sort-by {
    padding-right: 25px; }
.sorter label {
    text-transform: inherit;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 400;
    color: #a9a9a9;
    margin-right: 15px; }
.categorie-item-line {
    padding-right: 15px;
    padding-left: 15px; }
.categorie-item-line .categorie-item {
    width: 33.33%;
    float: left;
    position: relative; }
.category-products {
    margin-bottom: 25px;
    margin-top: 15px; }
.category-products ol {
    background: white;
    padding-left: 0px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 0px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 0px; }
.category-products ol li {
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    font-weight: bold;
    font-family: 'Open Sans';
    color: #111111;
    text-decoration: inherit;
    font-size: 1.6rem; }
.category-products ol a {
    font-weight: lighter;
    font-family: 'Open Sans';
    color: #111111;
    text-decoration: inherit;
    font-size: 1.6rem; }
.category-products ol a:hover {
    opacity: 0.7;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.category-products ol .next {
    margin-left: 30px; }
.category-products ol .next span {
    font-weight: bold;
    position: relative; }
.category-products ol .next span:after {
    position: absolute;
    background: red;
    right: -25px;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -163px -273px; }
.category-products ol .previous {
    margin-right: 30px; }
.category-products ol .previous span {
    font-weight: bold;
    position: relative; }
.category-products ol .previous span:after {
    position: absolute;
    left: -25px;
    top: 0;
    content: "";
    width: 20px;
    height: 20px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -102px -273px; }
.category-products .ui-accordion-content ol li {
    margin-left: 0px; }
.category-products .col-left {
    background: white; }
.category-products .col-principale {
    padding-left: 15px;
    padding-right: 0px; }
.category-products .col-principale .categorie-item-line {
    background: white; }
/* PRODUCT */
.categorie-item-line .categorie-item-title {
    padding-left: 15px;
    color: #111111;
    padding-right: 25px; }
.categorie-item-line .categorie-item-brand {
    padding-left: 15px; }
.categorie-item-line .categorie-item {
    padding-bottom: 100px;
    position: relative;
    min-height: 354px;
    margin-bottom: 10px; }
.categorie-item-line .categorie-item .categorie-item-img {
    display: block;
    height: 100%;
    width: 100%;
    position: relative;
    padding-right: 1px; }
.categorie-item-line .categorie-item .categorie-item-img .degrader-bottom {
    position: absolute;
    bottom: 0px;
    height: 15%;
    left: 0px;
    width: 99%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    /* FF3.6-04 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */ }
.categorie-item-line .categorie-item .product-shop {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    min-height: 220px; }
.categorie-item-line .categorie-item .nouveaute {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    min-height: 36px; }
.categorie-item-line .categorie-item a {
    text-decoration: inherit; }
.categorie-item-line .categorie-item a:hover .categorie-item-title {
    text-decoration: underline; }
.categorie-item-line .categorie-item .categorie-item-img {
    position: relative;
    min-height: 200px; }
.categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: 0 auto;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%); }
.categorie-item-line .categorie-item .price-box {
    padding-left: 15px;
    position: absolute;
    top: inherit;
    left: inherit;
    bottom: 25px; }
/* Vignette Sticky */
.vignette {
    z-index: 7777;
    position: absolute;
    top: 15px;
    max-width: 150px;
    right: 0px; }
.vignette span {
    text-align: center;
    width: 150px; }
.vignette .content-vignette {
    position: absolute;
    top: 16px;
    left: -3px;
    width: 100%;
    height: 100%;
    font-weight: bold;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Asap';
    color: white; }
.vignette .content-vignette .number {
    font-size: 2.8rem; }
.vignette .content-vignette sup {
    position: relative;
    top: -5px;
    font-size: 1.8rem; }
.vignette .content-vignette .small {
    font-size: 0.9rem; }
.product-img-box .vignette {
    right: 20%; }
.backtotop {
    float: right;
    display: block;
    cursor: pointer;
    margin-bottom: 50px; }
.backtotop span {
    font-family: 'Open Sans';
    margin-right: 15px;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: top;
    margin-top: 18px;
    color: #8c8c8c;
    font-size: 1.3rem; }
.backtotop img {
    display: inline-block;
    vertical-align: top; }
.sidebar .content-more {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 25px; }
.sidebar .show-more, .sidebar .hide-more {
    text-align: center;
    width: auto;
    cursor: pointer; }
.sidebar .show-more:hover, .sidebar .hide-more:hover {
    color: white;
    background: #111111; }
.sidebar #block-subtitle-head {
    margin-bottom: 30px;
    margin-top: 30px; }
.sidebar .currently ol {
    margin-top: 15px; }
.sidebar .currently span {
    display: block; }
.sidebar .actions {
    text-transform: uppercase;
    text-align: right; }
.sidebar .currently span.value {
    font-weight: 600;
    font-size: 1.2rem;
    margin-top: 5px; }
.sidebar .currently li {
    position: relative;
    margin-bottom: 25px; }
.sidebar .currently li .btn-remove {
    position: absolute;
    right: 20px;
    top: 10px; }
.sidebar .currently li:hover span {
    opacity: 0.7; }
.sidebar p.block-subtitle {
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.6rem;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 0px; }
.sidebar #block-layered-nav-sstitre {
    margin-top: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111; }
.sidebar h3 {
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.6rem;
    color: #111111;
    text-transform: uppercase;
    padding-bottom: 0px; }
.sidebar dd {
    margin-left: 0px; }
.sidebar .ui-accordion-header-icon {
    float: right; }
.sidebar ol {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px; }
.sidebar ol li {
    display: block;
    width: 100%;
    text-align: left; }
.sidebar ol li a {
    font-weight: 600;
    font-size: 1.2rem; }
.sidebar ol li a input {
    margin-right: 10px; }
.sidebar .ui-accordion .ui-accordion-header {
    border: 0px;
    border-top: 1px solid #c0c0c0;
    padding-top: 15px;
    font-size: 1.6rem;
    border-radius: 0px;
    padding-left: 0px;
    margin-left: 0px;
    background: transparent;
    outline: none; }
.sidebar .ui-accordion .ui-accordion-header.ui-state-active {
    padding-bottom: 0px; }
.sidebar .ui-icon.ui-icon-triangle-1-e {
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -5px -358px; }
.sidebar .ui-state-active .ui-icon.ui-icon-triangle-1-s {
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -5px -385px; }
body .hide-filter {
    display: none !important; }
body .ui-accordion-content.ui-widget-content.ui-slider-horizontal {
    border: 0px;
    padding-left: 0px; }
body .ui-slider-handle.ui-corner-all.ui-state-default {
    background: #111111; }
body .ui-slider-range.ui-corner-all.ui-widget-header {
    background: #111111; }
body .ui-slider .ui-slider-handle {
    width: 1.5em;
    height: 1.5em;
    border: 0px; }
body .ui-slider .ui-slider-handle {
    top: -.5em; }
body .ui-widget.ui-widget-content.ui-slider-horizontal {
    background: #f2F2F2;
    position: relative;
    border: 0px;
    height: 5px; }
body .ui-widget.ui-widget-content.tooltip-content {
    background: #111111;
    text-align: center;
    font-size: 1.2rem; }
body .ui-widget.ui-widget-content.ui-slider-horizontal:before {
    position: absolute;
    right: -11px;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/rond-gris.png") no-repeat; }
#slider-range {
    left: -10px; }
#slider-range .txt {
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    left: 50%;
    text-align: center;
    color: black;
    position: absolute;
    margin-top: 20px;
    min-width: 50px;
    width: 100%;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.6rem;
    outline: none; }
body .ui-range {
    overflow: visible !important;
    padding-bottom: 50px !important; }
body .ui-widget.ui-widget-content.ui-slider-horizontal:after {
    position: absolute;
    left: -8px;
    top: 50%;
    content: "";
    width: 20px;
    height: 20px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/rond-gris.png") no-repeat; }
body .ui-corner-all, body .ui-corner-bottom, body.ui-corner-right, body.ui-corner-br {
    border-bottom-right-radius: 10px; }
body .ui-corner-all, body .ui-corner-bottom, body .ui-corner-left, body .ui-corner-bl {
    border-bottom-left-radius: 10px; }
body .ui-corner-all, body .ui-corner-top, body .ui-corner-left, body .ui-corner-tl {
    border-top-left-radius: 10px; }
body .ui-corner-all, body .ui-corner-top, body .ui-corner-right, body .ui-corner-tr {
    border-top-right-radius: 10px; }
/* ACCORDION MODIF
body .ui-state-active, body .ui-widget-content.ui-slider-horizontal .ui-state-active, body .ui-widget-header .ui-state-active, body a.ui-button:active, body .ui-button:active, body .ui-button.ui-state-active:hover{
	background: white;
} */
/* PAGE PRODUIT */
.proposition {
    padding-bottom: 50px;
    margin-bottom: 0px; }
.proposition h2 {
    font-family: 'Open Sans';
    font-size: 3.0rem;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px; }
.subnav-product {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e5e5e5; }
.subnav-product div {
    display: inline-block; }
.subnav-product div a {
    text-decoration: inherit;
    color: #111111;
    font-size: 1.8rem;
    font-family: 'Asap';
    font-weight: bold;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    text-transform: uppercase; }
.subnav-product div a:first-child {
    padding-left: 0px; }
.product-collateral {
    background: white; }
.product-collateral .fp-desc-content {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px; }
.product-collateral .fp-desc-content h3 {
    font-family: 'Open Sans';
    font-size: 2.6rem;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 25px; }
.product-collateral .fp-desc-content .std {
    margin-top: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111; }
.product-collateral #video {
    margin-top: -26px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 0px;
    background: #e5e5e5;
    position: relative; }
.product-collateral #video table {
    width: 100%; }
.product-collateral #video td {
    text-align: center; }
.product-collateral #video td p:last-child {
    padding-left: 55px;
    padding-right: 55px; }
.product-collateral #video:after {
    position: absolute;
    top: 0px;
    right: -100%;
    width: 100%;
    height: 100%;
    content: '';
    background: #e5e5e5; }
.product-collateral #video:before {
    position: absolute;
    top: 0px;
    left: -100%;
    width: 100%;
    height: 100%;
    content: '';
    background: #e5e5e5; }
.product-collateral .attention_arme {
    padding: 5px;
    display: inline-block;
    border: 4px solid #000000;
    width: 73%;
    padding-top: 10px;
    padding-bottom: 10px; }
.product-collateral .attention_arme img {
    margin-left: 10px;
    margin-right: 15px;
    width: 60px;
    float: left; }
.product-collateral .attention_arme p {
    font-family: 'Open Sans';
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    margin-top: 6px;
    float: left;
    width: 85%;
}
.product-collateral .attention_arme p a {
    color: #111111;
    font-weight: lighter;
    display: block; }
.product-collateral .box-documents {
    margin-top: 25px; }
.product-collateral .box-documents .item {
    float: left;
    width: 48%;
    margin-top: 15px;
    min-height: 100px;
    padding: 15px;
    border: 1px solid #e5e5e5; }
.product-collateral .box-documents .item img {
    margin-left: 10px;
    margin-right: 15px;
    float: left; }
.product-collateral .box-documents .item a {
    font-family: 'Open Sans';
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: lighter; }
.product-collateral .box-documents .item a span.title {
    margin-bottom: 10px;
    font-weight: bold; }
.product-collateral .box-documents .item:nth-child(even) {
    margin-left: 1%; }
.product-collateral .box-documents .item:nth-child(odd) {
    margin-right: 1%; }
.product-collateral #fp-bloc-services a {
    text-decoration: none; }
.product-collateral #fp-bloc-services a h3 {
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 15px;
    font-size: 2.0rem; }
.product-collateral #fp-bloc-services a p {
    margin-top: 10px;
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.product-collateral #fp-bloc-services a img {
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.product-collateral #fp-bloc-services a:hover img {
    opacity: 0.7; }
.product-collateral #fp-bloc-services a:hover p {
    text-decoration: underline; }
.product-collateral #fp-bloc-services a:hover h3 {
    text-decoration: underline; }
.product-collateral #fp-desc-content-avis {
    position: relative; }
.product-collateral #fp-desc-content-avis .link-page {
    padding: 10px 15px;
    top: 20px;
    border-color: #111111;
    color: #111111;
    position: absolute;
    right: 15px; }
.product-collateral #fp-desc-content-avis .link-page:hover {
    background: #111111;
    color: white; }
.bandeau {
    overflow: hidden;
    position: relative; }
.bandeau .content-bandeau {
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%); }
.bandeau img {
    opacity: 0.3; }
.bandeau p {
    text-align: center;
    font-family: 'Asap';
    font-weight: bold;
    color: white;
    font-size: 2.8rem;
    margin-top: 0px;
    text-transform: uppercase;
    margin-bottom: 0px;
    line-height: 4.5rem; }
.bandeau p:first-child {
    font-size: 2.0rem;
    margin-bottom: 5px; }
.product-essential {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-top: 15px; }
.product-essential .product-img-box {
    position: relative;
    overflow: hidden; }
.product-essential .product-image-zoom {
    min-height: 400px;
    min-width: 100%;
    display: block; }
.product-essential .product-image-zoom span {
    min-height: 100%; }
.product-essential .product-image-zoom .zoomImg {
    z-index: 9999; }
.product-essential .product-image-zoom .zoomimg {
    width: 100%;
    left: 0px;
    min-height: 400px;
    max-height: 400px; }
.product-essential .product-image-zoom .zoomimg .zoomImgslider {
    width: auto;
    margin: 0 auto; }
.product-essential .product-image-zoom .content-zoom {
    width: 100%;
    min-height: 400px;
    max-height: 400px; }
.product-essential .content-slider-img {
    min-height: 400px;
    max-height: 400px;
    /*		a{
			min-height: 100%;
			min-width: 100%;
			background: red;
			position: relative;
			outline: none;
		}*/ }
.product-essential .content-slider-img .zoomimg img {
    max-width: 100%;
    width: auto;
    display: inherit; }
.product-essential .content-slider-img .product-image {
    min-height: 400px;
    max-height: 400px;
    position: relative; }
.product-essential .content-slider-img .product-image .sticker {
    position: absolute;
    top: 0px;
    right: 25px;
    z-index: 7777;
    left: inherit; }
.product-essential .more-views ul {
    padding-left: 0px; }
.product-essential .more-views li.slick-slide {
    border: 1px solid transparent;
    text-align: center; }
.product-essential .more-views li.slick-slide a {
    outline: none; }
.product-essential .more-views li.slick-slide img {
    margin: 0 auto;
    display: block; }
.product-essential .more-views li.slick-slide.slick-current {
    border: 1px solid #c0c0c0; }
.product-essential .toptag {
    position: relative; }
.product-essential .toptag ul {
    position: relative;
    list-style: none;
    padding-left: 0px; }
.product-essential .toptag ul li {
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    list-style: none;
    float: left; }
.product-essential .product-shop {
    padding-left: 15px; }
.product-essential .product-shop .price-box {
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: right; }
.product-essential .product-shop .price-box .price {
    padding: 10px 15px;
    border: 2px solid #111111; }
.product-essential .product-shop #old-price {
    margin-top: 10px; }
.product-essential .product-name {
    position: relative; }
.product-essential .product-name .resumer-rating {
    position: absolute;
    right: 0px;
    top: 7px; }
.product-essential .product-name p {
    font-family: 'Open Sans';
    font-size: 1.2rem;
    font-weight: lighter;
    margin-top: 5px;
    margin-left: 7px; }
.product-essential .product-name .rating-box {
    background: #f2f2f2;
    width: 100px;
    height: 20px;
    position: relative; }
.product-essential .product-name .rating-box .star-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
.product-essential .product-name .rating-box .rating {
    height: 20px;
    background: #111111; }
.product-essential .product-name h1 {
    font-family: 'Asap';
    font-weight: bold;
    font-size: 3.0rem;
    margin-bottom: 10px;
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px); }
.product-essential .sku {
    font-family: 'Open Sans';
    font-size: 1.5rem;
    display: block; }
.product-essential .tag {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    display: block; }
.product-essential .tag p a {
    font-family: 'Open Sans';
    font-size: 1.5rem;
    font-weight: bold;
    color: #111111; }
.product-essential .stock-dispo span {
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #019b26;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase; }
.product-essential .stock-dispo span:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: "";
    width: 25px;
    height: 15px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -187px -8px; }
.product-essential .stock-dispo-directlink {
    position: relative;
    font-family: 'Open Sans';
    color: #111111;
    text-decoration: underline;
    font-size: 1.3rem; }
.product-essential #carte-avantage-image {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle; }
.product-essential #carte-avantage-text {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    color: #111111; }
.product-essential #js-block-price {
    padding-top: 30px;
    padding-bottom: 20px;
    /* border-bottom: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;*/ }
.product-essential #js-block-price.product-view-special-price-avantage .subdescription {
    padding-left: 60px; }
.product-essential #fp-price {
    padding-right: 0px; }
.product-essential .reservation {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right; }
.product-essential .reservation .link-page {
    padding-left: 45px;
    padding-right: 45px;
    font-size: 2.4rem;
    margin-bottom: 10px; }
.product-essential .reservation .link-page img {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    margin-right: 10px;
    margin-bottom: 3px;
}
.product-essential .reservation .link-simple {
    margin-right: 20px;
    margin-top: 10px; }
.product-essential .content-next-product #fp-axe {
    margin-bottom: 15px;
}
.product-essential fieldset {
    border: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #c0c0c0;
    padding-left: 0px; }
.product-essential fieldset .option {
    margin-right: 15px; }
.product-essential fieldset .option:last-child {
    margin-right: 0px; }
.product-essential #fp-qty #div-qty {
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 1.3rem;
    color: #111111;
    vertical-align: middle; }
.product-essential #fp-qty #qty {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #111111;
    display: inline-block;
    vertical-align: top; }
.product-essential #fp-qty .less, .product-essential #fp-qty .more {
    vertical-align: middle;
    display: inline-block;
    background: #f8f8f8;
    padding: 5px;
    font-family: 'Open Sans';
    color: #111111;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 2.0rem;
    margin-top: 3px; }
.product-essential #fp-qty #error-no-choice-qty-conf {
    display: none; }
.product-essential .content-next-product {
    padding-top: 25px;
    padding-bottom: 25px; }
.product-essential #fp-info-mid-right #label-contactez, .product-essential #fp-info-mid-right #bt-contactez {
    display: inline-block;
    vertical-align: middle; }
.product-essential #fp-info-mid-right .label-contactez-label {
    max-width: 220px; }
.product-essential #fp-info-mid-right .label-contactez-label a {
    margin-top: 5px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #111111;
    font-size: 1.2rem;
    line-height: 1.3rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.product-essential #fp-info-mid-right .label-contactez-label a:before {
    position: absolute;
    left: -35px;
    top: -2px;
    content: "";
    width: 35px;
    height: 35px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -181px -50px; }
.product-essential #fp-info-mid-right .label-contactez-label a:hover {
    opacity: 0.7; }
.product-essential #fp-info-mid-right .link-page {
    margin-top: 0px;
    margin-left: 25px;
    cursor: pointer;
    padding: 10px 15px; }
.product-essential #fp-info-mid-right .link-page:hover {
    color: white;
    background: #111111; }
.no-stock .stock-no-dispo span {
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #c27937;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase;
}

.no-stock .stock-no-dispo span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url('https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png') no-repeat -289px -5px;
}
.no-stock .stock-dispo-directlink {
    display: none; }
.no-stock .label-contactez-label {
    display: none; }
.no-stock .label-contactez-label.nostock {
    display: block; }
.no-stock .reservation .link-page {
    display: none; }
.no-stock .reservation .link-simple {
    margin-top: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid;
    text-transform: uppercase;
    text-decoration: inherit;
    border-radius: 5px;
    display: inline-block;
    color: #00461e;
    border-color: #00461e;
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.only-cmd .stock-no-dispo span {
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #c27937;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase;
}
.only-cmd .stock-no-dispo span:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -289px -5px;
}
.only-cmd .stock-dispo-directlink {
    display: none; }
.only-cmd .label-contactez-label {
    display: none; }
.only-cmd .label-contactez-label.nostock {
    display: block; }
.only-cmd .reservation .link-page {
    display: none; }
.only-cmd .reservation .link-simple {
    margin-top: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid;
    text-transform: uppercase;
    text-decoration: inherit;
    border-radius: 5px;
    display: inline-block;
    color: #00461e;
    border-color: #00461e;
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.only-cmd .reservation .link-simple:hover {
    background: #00461e;
    color: white; }
/*.reservation {
	.link-simple:hover{
			opacity:1;
			background: $greennav;
			color:white;
		}
}*/
.guidesize a {
    padding-left: 25px;
    position: relative;
    line-height: 40px;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: lighter;
    font-size: 1.3rem;
    text-decoration: underline;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.guidesize a {
    opacity: 0.7; }
.guidesize a:before {
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -340px -5px; }
/* BLOCK PROMOTION */
.product-essential .product-shop #old-price {
    text-decoration: line-through;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: bold;
    font-size: 2.1rem;
    float: left;
    margin-right: 15px; }
.product-essential .product-shop .price-box {
    float: right; }
.product-essential .product-shop .subdescription {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
    font-family: 'Open Sans';
    float: right; }
.product-essential .product-shop .price-box .price {
    display: block;
    color: #111111;
    border: #111111 2px solid;
    font-size: 3.2rem; }
.product-essential .product-shop.nouveaute .price-box .price {
    color: #9cc200;
    border: #9cc200 2px solid; }
.product-essential .product-shop.tier .price-box .price {
    color: #ff1111;
    border: #ff1111 2px solid; }
.product-essential .product-shop .price-box .small {
    font-size: 1.1rem;
    display: block;
    text-align: left; }
.promo-achat {
    padding-top: 15px;
    text-align: right; }
.promo-achat .content-promo {
    margin-left: 10px;
    display: inline-block;
    background: #ffedee; }
.promo-achat .content-promo div.first {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    min-width: 70px;
    min-height: 40px;
    text-align: right;
    background: #ff0014; }
.promo-achat .content-promo div.first span {
    padding-right: 5px;
    display: block;
    color: white; }
.promo-achat .content-promo div.first span.pourcentage {
    font-size: 2.4rem;
    font-weight: bold;
    font-family: 'Open Sans'; }
.promo-achat .content-promo div.first span.small {
    font-size: 1.2rem; }
.promo-achat .content-promo div.second {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    padding-right: 10px; }
.promo-achat .content-promo div.second span {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.promo-achat .content-promo div.second span.first-part {
    margin-top: 10px;
    display: block; }
.promo-achat .content-promo div.second span.price-strong {
    font-size: 3.8rem;
    font-weight: bold; }
body .fancybox-close { display: block; background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/close-filter.png') no-repeat; top: 10px; right: -5px; }
body .fancybox-opened .fancybox-skin {
    text-align: center;
    padding: 0px !important;
    -webkit-box-shadow: 0px 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px 0px;
    box-shadow: 0px 0px 0px 0px;
    border-radius: 0px; }
.lightbox-content h4 {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #eee;
    width: 100%;
    font-size: 3.0rem;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: 'Asap';
    text-transform: uppercase; }
.lightbox-content .content-light {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px;
    /*Contact*/ }
.lightbox-content .content-light p {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.lightbox-content .content-light ul {
    padding-left: 0px;
    padding-top: 25px;
    padding-bottom: 25px; }
.lightbox-content .content-light ul li {
    list-style: none;
    display: inline-block;
    margin-left: 1%;
    margin-right: 1%; }
.lightbox-content .content-light .photoMag img {
    width: 100%; }
.lightbox-content .content-light .infoMag {
    text-align: left;
    padding-left: 15px; }
.lightbox-content .content-light .infoMag span {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.lightbox-content .content-light .infoMag .titre {
    display: block;
    font-family: 'Asap';
    text-transform: uppercase; }
.lightbox-content .content-light .popupStepTitle {
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Asap';
    text-transform: uppercase;
    color: #111111;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px; }
.lightbox-content .content-light .popupStepContent {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    background: #eeeeee;
    text-align: left; }
.lightbox-content .content-light .popupStepContent img, .lightbox-content .content-light .popupStepContent .product-name, .lightbox-content .content-light .popupStepContent .tableContact {
    width: auto;
    vertical-align: middle;
    display: inline-block; }
.lightbox-content .content-light .popupStepContent .product-name {
    padding-left: 10px;
    max-width: 200px; }
.lightbox-content .content-light .popupStepContent .product-name h1 {
    font-size: 1.4rem;
    text-align: left;
    font-family: 'Asap';
    text-transform: uppercase; }
.lightbox-content .content-light .popupStepContent .product-name h1 span {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans';
    font-weight: lighter; }
.lightbox-content .content-light .popupStepContent .tableContact thead {
    text-align: center; }
.lightbox-content .content-light .popupStepContent .tableContact thead th {
    height: 25px;
    color: #111111;
    text-transform: capitalize;
    font-size: 1.0rem;
    font-family: 'Open Sans';
    font-weight: lighter; }
.lightbox-content .content-light .popupStepContent .tableContact #quantiteContact {
    text-align: center; }
.lightbox-content .content-light .popupStepContent .tableContact #quantiteContact span {
    background: white;
    padding: 10px;
    border: 1px solid #a0a0a0; }
.lightbox-content .content-light .popupStepContent .tableContact #contact-price {
    min-width: 100px;
    font-size: 2.0rem;
    font-family: 'Asap';
    font-weight: bold;
    text-transform: uppercase;
    color: #111111; }
.lightbox-content .content-light .popupStepContent.popupStepContent-form {
    background: white; }
.lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box-label {
    font-size: 1.4rem;
    font-family: 'Asap';
    font-weight: bold;
    color: #111111;
    margin-right: 15px; }
.lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box {
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px); }
.lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box input, .lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box textarea {
    width: 100%;
    outline: none; }
.lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box input {
    line-height: 32px;
    border-color: 2px solid #a0a0a0; }
.lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box textarea {
    min-height: 150px; }
.lightbox-content .content-light #frFormValids {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center; }
.lightbox-content .content-light #frFormValids .link-page {
    cursor: pointer; }
#fp-desc-content-avis {
    padding-bottom: 40px; }
/* Notation */
#customer-reviews .link-simple {
    position: absolute;
    bottom: 20px;
    right: 20px; }
#customer-reviews .resumer-rating {
    margin-right: 50px; }
#customer-reviews .resumer-rating p {
    color: #111111;
    font-size: 5.0rem;
    font-weight: bold;
    font-family: 'Open Sans';
    margin-top: 11px;
    margin-bottom: 0px;
    letter-spacing: 2px; }
#customer-reviews .resumer-rating .rating-box {
    width: 100px;
    height: 20px;
    position: relative; }
#customer-reviews .resumer-rating .rating-box .star-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
#customer-reviews .resumer-rating .rating-box .rating {
    height: 20px;
    background: #111111; }
#customer-reviews dl {
    padding: 15px;
    background: #f4f4f4; }
#customer-reviews dl table {
    margin-top: 15px; }
#customer-reviews dl dt {
    color: #111111;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: 'Open Sans';
    padding-bottom: 15px;
    border-bottom: 1px solid white; }
#customer-reviews dl dt span {
    color: #5e5e5e;
    font-weight: lighter; }
#customer-reviews dl td .rating-box {
    margin-left: 25px;
    width: 100px;
    position: relative;
    height: 20px; }
#customer-reviews dl td .rating-box .star-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
#customer-reviews dl td .rating-box .rating {
    height: 20px;
    background: #111111; }
#customer-reviews dl dd {
    margin-left: 0px; }
#customer-reviews dl th {
    text-align: left;
    min-width: 150px;
    display: block;
    color: #111111;
    font-size: 1.3rem;
    font-weight: lighter;
    font-family: 'Open Sans'; }
#customer-reviews dl .comment {
    display: none; }
#customer-reviews dl:nth-child(even) {
    width: 49%;
    margin-right: 1%; }
#avis .qst_type {
    width: 80%;
    display: block;
    margin: 0 auto; }
#avis .qst_type li {
    margin-left: 0px;
    margin-right: 0px;
    text-align: left;
    min-width: 150px;
    display: block;
    color: #111111;
    font-size: 1.3rem;
    font-family: 'Open Sans'; }
#avis #input-message-box, #avis #input-qst-box {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Open Sans'; }
#avis #input-qst-box {
    font-weight: bold;
    margin-top: 15px; }
#avis .content-vote {
    display: block;
    margin: 0 auto;
    background: #eee;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 80%; }
#avis .content-vote .data-table {
    width: 350px;
    display: block;
    margin: 0 auto;
    text-align: left; }
#avis .content-vote .data-table th {
    text-align: left;
    min-width: 150px;
    display: block;
    color: #111111;
    font-size: 1.3rem;
    font-weight: lighter;
    font-family: 'Open Sans'; }
#avis .content-vote .data-table .note_etat {
    font-size: 1.4rem;
    font-family: 'Asap';
    padding-left: 15px;
    font-weight: bold; }
#avis .buttons-set {
    margin-bottom: 25px; }
#avis .buttons-set button {
    background: transparent; }
#avis .buttons-set button:hover {
    background: #00461e; }
#avis .rating {
    overflow: hidden;
    display: inline-block; }
#avis .rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0; }
#avis .rating-star {
    display: block;
    width: 16px;
    height: 16px;
    margin-left: 2px;
    margin-right: 2px;
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/star-sprite.png") 0 -16px; }
#avis .rating-star:hover {
    background-position: 0 0; }
#avis .rating {
    overflow: hidden;
    display: inline-block; }
#avis .rating-input {
    position: absolute;
    left: 0;
    top: -50px; }
#avis .rating-star {
    display: block;
    float: right;
    width: 16px;
    height: 16px;
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/star-sprite.png") 0 -16px; }
#avis .rating-star:hover,
#avis .rating-star:hover ~ .rating-star,
#avis .rating-input:checked ~ .rating-star {
    background-position: 0 0; }
/* NAV TUNNEL */
.avancement_cmd {
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    background: white;
    padding-left:240px;
    /* ACTIVE */
    /* COMPLETE*/ }
.avancement_cmd .step {
    position: relative;
    float: left;
    z-index: 7777;
    width: 13%;
    text-align: center; }
.avancement_cmd .step span {
    z-index: 8888;
    position: relative;
    font-size: 1.3rem;
    font-family: 'GothamHTF Bold';
    color: #ececec;
    margin-right: 0px;
    text-align: center;
    margin-top: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor:pointer;
}
.avancement_cmd .step .stepNumber {
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ececec;
    border-radius: 100px;
    padding: 8px;
    font-size: 1.4rem;
    color: white; }
.avancement_cmd .step:after {
    content: "";
    position: absolute;
    right: 0px;
    height: 5px;
    width: 35%;
    background: #ececec;
    top: 25px;
    z-index: 7777; }
.avancement_cmd .step:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 5px;
    width: 35%;
    background: #ececec;
    top: 25px;
    z-index: 7777; }
.avancement_cmd .step:first-child:after { width: 35%; }
.avancement_cmd .step:first-child:before {
    display: none; }
.avancement_cmd #onepage-step-success:after {
    display: none; }
.avancement_cmd .step.active span {
    color: #111111; }
.avancement_cmd .step.active .stepNumber {
    color: white;
    background: #111111; }
.avancement_cmd .step.active:first-child:after {
    background: #111111; }
.avancement_cmd .step.active:first-child:before {
    background: #111111; }
.avancement_cmd .step.complete span {
    color: #111111; }
.avancement_cmd .step.complete .stepNumber {
    color: white;
    background: #111111; }
.avancement_cmd .step.complete:first-child:after {
    background: #111111; }
.avancement_cmd .step.complete:first-child:before {
    background: #111111; }
.avancement_cmd .step.complete:after {
    background: #111111; }
.avancement_cmd .step.complete:before {
    background: #111111; }
.avancement_cmd .step.active:after {
    background: #111111; }
.avancement_cmd .step.active:before { background: #111111; }
.avancement_cmd #onepage-step-cart{ margin-left:100px; }
.avancement_cmd.lad #onepage-step-cart{ margin-left:70px; }

.product-img-tunnel img {
    display: block;
    margin: 0 auto; }
.cart-collaterals {
    margin-top: 35px; }
.content-next .mention {
    padding-left: 15px;
    padding-right: 15px; }
.content-next .right {
    padding-right: 15px; }
.content-next .left {
    padding-left: 15px; }
/* CART */
.cart {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 5px;
    margin-bottom: 50px;
    background: white; }
.cart .checkout-types .link-page.greencolor.white {
    display: none; }
.cart .checkout-types li {
    display: inline-block;
    vertical-align: middle; }
.cart h3 {
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    font-family: 'GothamHTF Bold';
    font-weight: bold;
    font-size: 2.8rem;
    margin-top: 15px;
    margin-bottom: 10px; }
.cart .page-title ul {
    margin-right: 5px; }
.cart .page-title ul li {
    list-style: none; }
.cart .page-title h3 {
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    font-family: 'GothamHTF Bold';
    font-size: 2.2rem;
    margin-top: 15px;
    margin-bottom: 10px; }
.cart .page-title h3 .count_product {
    text-transform: initial;
    font-size: 1.3rem;
    font-family: "GothamHTF Light"; }
.cart .page-title h3:before {
    position: absolute;
    left: 2px;
    top: 16px;
    content: "";
    width: 25px;
    height: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -247px -51px; }
.cart fieldset {
    border: 0px; }
.cart fieldset .bottom-page {
    margin-bottom: 15px;
    margin-top: 15px; }
.cart fieldset table {
    border-collapse: collapse;
    width: 100%; }
.cart fieldset table tr:first-child {
    border-top: 1px solid #dfdfdf; }
.cart fieldset table tr {
    border-bottom: 1px solid #dfdfdf; }
.cart fieldset table tr.avantage { border-bottom: none; }
.cart fieldset table tr td {
    padding-top: 25px;
    padding-bottom: 25px; }
.cart fieldset table tr td.last {
    padding-left: 25px;
    text-align: center; }
.cart fieldset table .qty-panier * {
    display: block;
    text-align: center;
    width: 40%;
    margin: 0 auto; }
.cart fieldset table .qty-panier span {
    font-size: 2.0rem;
    color: #111111;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    cursor: pointer; }
.cart fieldset table .qty-panier input {
    outline: none;
    width: 30px;
    padding-top: 5px;
    padding-bottom: 5px; }
.cart fieldset table .a-right {
    text-align: right; }
.cart fieldset table .cart-price {
    font-family: 'GothamHTF Bold';
    font-size: 2.8rem;
    color: #111111; }
.cart fieldset table .unitary-price .cart-price {
    color: #111111;
    font-size: 1.2rem;
    font-weight: lighter; }
.cart fieldset table .product-name {
    margin-bottom: 0px;
    margin-top: 0px; }
.cart fieldset table .product-name a {
    text-decoration: inherit;
    font-family: 'GothamHTF Book';
    font-size: 1.3rem;
    color: #111111; }
.cart fieldset table .ref {
    font-size: 1.2rem;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px; }
.cart fieldset table .item-options {
    margin-top: 0px;
    margin-bottom: 0px; }
.cart fieldset table .item-options dt, .cart fieldset table .item-options dd {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.2rem;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 0px; }
.cart fieldset table .stock-dispo .infostock {
    padding-left: 30px;
    position: relative;
    font-family: "GothamHTF Bold";
    color: #019b26;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase; }
.cart fieldset table .stock-dispo .infostock:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: "";
    width: 25px;
    height: 15px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -187px -8px; }
.cart fieldset table .no-stock .infostock {
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #ff1111;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase; }
.cart fieldset table .no-stock .infostock:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -241px -5px; }
.cart .carte_fidelite h3, .cart #main_cart_totals h3 {
    text-transform: uppercase;
    font-family: 'GothamHTF Bold';
    font-size: 1.6rem;
    margin-top: 15px; }
.cart #main_cart_totals h3 {
    margin-bottom: 20px;
    color:#00461e;
}
.cart .carte_fidelite h3 {
    margin-bottom: 3px; margin-left:10px; margin-top:0px;
}
.cart .no-products { margin-bottom: 30px; }
.cart .no-products ul li:first-child { float:left; }
.cart .no-products ul li:nth-child(2) { float:right; }
.cart .carte_fidelite .price-box, .cart #main_cart_totals .price-box {
    position: inherit;
    display: block;
    float: right;
    font-size: 1.6rem; }
.cart .carte_fidelite ul, .cart #main_cart_totals ul {
    padding-left: 0px; }
.cart .carte_fidelite ul li, .cart #main_cart_totals ul li {
    padding-top: 5px;
    list-style: none; }
.cart .carte_fidelite ul li p, .cart .carte_fidelite ul li a, .cart .carte_fidelite ul li label, .cart #main_cart_totals ul li p, .cart #main_cart_totals ul li a, .cart #main_cart_totals ul li label {
    font-size: 1.3rem;
    font-family: 'GothamHTF Light'; }
.cart .carte_fidelite ul li p, .cart #main_cart_totals ul li p {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 10px;
    margin-right: 10px; }
.cart .carte_fidelite ul li img, .cart #main_cart_totals ul li img {
    margin-left: 10px; }
.cart .carte_fidelite ul li:last-child, .cart #main_cart_totals ul li:last-child {
    border-bottom: 0px; }
.cart .carte_fidelite ul li *, .cart #main_cart_totals ul li * {
    display: inline-block;
    vertical-align: middle; }
.cart .carte_fidelite ul li sup, .cart #main_cart_totals ul li sup {
    vertical-align: middle; }
.cart #main_cart_totals {
    padding-right: 0px; }
.cart #main_cart_totals table tr:first-child {
    border-top: 0px; }
.cart #main_cart_totals h3 {
    margin-bottom: 0px; }
.cart #main_cart_totals td {
    padding: 20px 0px;
    font-size: 1.3rem;
    font-family: 'GothamHTF Bold';
    color: #111111;}
#shopping-cart-totals-table #main_cart_totals td {font-size: 2.8rem;}
.cart #main_cart_totals td span.small {
    display: block;
    font-size: 1.2rem;
    font-family: "GothamHTF Light"; }
.cart #main_cart_totals .fraisResaPrice {
    color: #00461e;
    text-transform: uppercase; }
.cart #main_cart_totals .cgvAgreement * {
    vertical-align: top;
    display: inline-block; }
.cart #main_cart_totals .cgvAgreement label, .cart #main_cart_totals tr.avantage label{font-size: 1.3rem; font-family: "GothamHTF Light"; width:95%  }
.cart #main_cart_totals #price-tot .big, .cart #main_cart_totals .pricetotal .price, .cart #main_cart__totals .discount_checkout .price{
    font-family: 'GothamHTF Bold';
    font-size: 2.4rem;
    margin-top: 0px;
    margin-bottom: 0px; }
.cart #main_cart_totals #price-tot .price.big, .cart #main_cart_totals #price-tot p {
    color: #00461e; }
.cart #main_cart_totals #price-tot .a-left .small {
    position: relative; }
.cart #main_cart_totals #price-tot .a-left .small:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #dfdfdf;
    right: -100px;
    top: 13px; }

.checkout-cart-index .discount_checkout{ border-bottom: 1px solid #dfdfdf;}
#product-price-34228 .price * {
    display: inline-block; }

.cart #main_cart_totals table.no-bg-grey tr.pricetotal {
    border-bottom: none; }
.cart #main_cart_totals table.no-bg-grey tr td.fraisResaPrice {
    text-transform: uppercase; }
.cart #main_cart_totals table.no-bg-grey tr td.last {
    padding-left: 25px;
    text-align: center; }

.cart #main_cart_totals table.no-bg-grey tr:last-child {
    border-bottom: 0px; }
body .formBilling.content .form-field {
    margin-bottom: 15px;
    margin-top: 15px; }

body input[type="checkbox"] {
    border: 0px !important; }

.cart.tunnel1 {
    padding-top: 35px;
    text-align: center; }
.cart.tunnel1 .col2:nth-child(odd) {
    position: relative; }
.cart.tunnel1 .col2:nth-child(odd):after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    height: 70%;
    width: 2px;
    background: #dfdfdf;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
.cart.tunnel1 .col2:nth-child(odd):before {
    content: 'ou';
    position: absolute;
    top: 50%;
    padding-top: 2px;
    padding-bottom: 3px;
    right: -6px;
    height: auto;
    font-size: 1.2rem;
    width: auto;
    font-family: 'Open Sans';
    background: white;
    z-index: 100;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
.cart.tunnel1 .form-title {
    text-align: left; }
.cart.tunnel1 .form-title label {
    font-size: 1.3rem;
    font-family: 'Open Sans';
    color: #111111;
    margin-bottom: 5px; }
.cart.tunnel1 .form-list .form-field {
    margin-bottom: 20px; }
.cart.tunnel1 .form-list .form-field:last-child {
    margin-bottom: 0px; }
.cart.tunnel1 .col2 {
    padding-left: 10%;
    padding-right: 10%; }
.cart.tunnel1 h3 {
    text-align: center;
    margin-bottom: 35px; }
.cart.tunnel1 .btn-users {
    margin-top: 40px; }
.cart.tunnel1 .buttons-set {
    margin-top: 35px;
    text-align: center; }
.cart.tunnel1 .buttons-set.acenter {
    margin-top: -15px;
    text-align: left; }
.cart.tunnel1 .buttons-set.acenter a {
    font-family: 'Open Sans';
    color: #b7b7b7;
    font-style: italic;
    font-size: 1.2rem; }
.cart.tunnel1 p {
    font-size: 1.3rem;
    font-family: 'Open Sans';
    color: #111111; }
.cart.tunnel1 button {
    cursor: pointer; }
.cart.tunnel1 input {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    background: white;
    width: 100%;
    outline: none; }
.cart.tunnel1 button.black {
    background: transparent; }
.cart.tunnel1 .content-next {
    margin-top: 25px;
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px; }
.cart.tunnel1 #billing-new-address-form .content-next:after {
    display: none; }
.cart.tunnel1 .content-next:after {
    height: 1px;
    content: '';
    left: -15px;
    top: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
.cart.tunnel1 .content-next.moyen-contact:after, .cart.tunnel1 .info-passion.content-next:after {
    display: none; }
.vcenter {
    text-align: left; }
.cart h3 {
    text-align: left;
    padding-left: 0px;
    margin-top: 25px;
    margin-bottom: 25px; }
/* formulaire */
.cart.formulaire {
    text-align: left; }
.cart.formulaire .form-list li {
    list-style: none; }
.cart.formulaire h3 {
    padding-left: 0px;
    text-align: left;
    margin-bottom: 0px; }
.cart.formulaire .col2 {
    padding-left: 10px;
    padding-right: 10px; }
.cart.formulaire .col2:before, .cart.formulaire .col2:after {
    display: none; }
.cart.formulaire fieldset {
    background: #f9f9f9; }
.cart.formulaire fieldset h2 {
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase; }
.cart.formulaire fieldset .introId {
    padding-left: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfdfdf; }
.cart.formulaire fieldset ul {
    padding-left: 0px;
    list-style: none; }
.cart.formulaire fieldset ul li {
    list-style: none; }
.cart.formulaire .form-title label {
    font-weight: bold; }
.cart.formulaire .form-title, .cart.formulaire .form-entries {
    display: inline-block;
    vertical-align: middle; }
.cart.formulaire .form-title {
    min-width: 170px; }
.cart.formulaire .form-entries {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px); }
.cart.formulaire .moyen-contact h2 {
    margin-top: 0px; }
.cart.formulaire .info-passion {
    margin-top: 0px; }
.cart.formulaire .info-passion h2 {
    margin-top: 0px; }
.cart.formulaire .content-next .response * {
    width: auto;
    display: inline-block;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    color: #111111;
    vertical-align: middle; }
.cart.formulaire .content-next .response input {
    margin-right: 3px; }
.cart.formulaire .content-next .response label {
    margin-right: 10px; }
.cart.formulaire .content-next {
    padding-left: 15px;
    padding-right: 15px;
    border-top: 1px solid #dfdfdf; }
.cart.formulaire .content-next .mention {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dfdfdf; }
.cart.formulaire .content-next .mention h4 {
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #a0a0a0;
    font-size: 1.2rem;
    font-weight: lighter; }
.cart.formulaire .content-next .mention p {
    font-family: 'Open Sans';
    font-size: 1.2rem;
    color: #a0a0a0; }
.cart.formulaire .content-next .right {
    margin-top: 15px; }
.cart.formulaire .content-next .right * {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.4rem;
    width: auto;
    display: inline-block;
    vertical-align: middle; }
.cart.formulaire .content-next .right input {
    margin-right: 3px; }
.cart.formulaire .content-next .right label {
    margin-right: 10px; }
.cart.formulaire #billing-buttons-container {
    background: white;
    margin-top: 25px;
    padding-bottom: 25px; }
.cart.formulaire #billing-buttons-container .link-simple {
    background: inherit;
    border: 0px;
    text-transform: uppercase;
    margin-top: 20px;
    text-decoration: underline; }
.nopdr {
    padding-right: 0px !important;
    border-right: #e3e3e3 1px solid; }
#checkout-review-address-wrapper, .content-block {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f9f9f9;
    padding-left: 10px;
    padding-right: 15px;
    min-height: 210px;
}
#checkout-review-address-wrapper h3, .content-block h3 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.8rem; }
#checkout-review-address-wrapper address, .content-block address {
    font-family: 'GothamHTF Light';
    color: #111111;
    font-size: 1.5rem;
    font-style: normal;
    text-transform: capitalize;
    line-height: 2.8rem; }
#checkout-review-address-wrapper ul, .content-block ul {
    padding-left: 0px; }
#checkout-review-address-wrapper ul li, .content-block ul li {
    list-style: none; }
#checkout-review-address-wrapper ul li p, .content-block ul li p {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.5rem;
    font-style: normal;
    text-transform: lowercase;
    line-height: 2.8rem;
    margin-top: 0px;
    margin-bottom: 0px; }
.content-block {
    margin-bottom: 15px; }
.cart-collaterals #shopping-cart-totals-table.no-bg-grey {
    background: transparent; }
.cart-collaterals #shopping-cart-totals-table {
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 10px; }
.cart-collaterals #shopping-cart-totals-table tr {
    vertical-align: bottom;
    border-bottom: 0px;
    text-transform: uppercase; }
.cart-collaterals #shopping-cart-totals-table tr:first-child {
    text-transform: inherit; }
.cart-collaterals #shopping-cart-totals-table tr:first-child td {
    font-size: 1.8rem;
    padding-top: 15px; }
.cart-collaterals #shopping-cart-totals-table tr:last-child {
    text-transform: inherit; }
.cart-collaterals #shopping-cart-totals-table tr:last-child td {
    font-weight: lighter;
    font-size: 1.2rem;
    padding-bottom: 0px;
    padding-bottom: 15px; }
.cart-collaterals #shopping-cart-totals-table tr:last-child .price {
    font-weight: lighter;
    font-size: 1.2rem;
    padding-bottom: 15px; }
.cart-collaterals #shopping-cart-totals-table td {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 0px; }
.cart-collaterals #shopping-cart-totals-table tr td:first-child{ width:70%;}

.cart-collaterals .border-tva {
    width: -webkit-calc(100% - 1px);
    width: calc(100% - 1px); }
@-moz-document url-prefix() {
    .cart-collaterals .border-tva {
        margin-left: -1px; }
}
.cart-collaterals .tva-info {
    display: block;
    position: relative; }
.cart-collaterals .tva-info p {
    margin-top: 0px;
    font-size: 1.2rem;
}
.cart-collaterals .tva-info p.right{ margin-right:55px;}
.cart-collaterals .tva-info p.small.left:after {
    position: absolute;
    content: '';
    background: #dfdfdf;
    height: 1px;
    width: 60%;
    top: 12px;
    left: 115px; }

.cart fieldset .adviceDiv:after {
    height: 1px;
    content: '';
    left: -15px;
    top: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
.cart fieldset .adviceDiv {
    margin-top: 25px;
    padding-top: 25px;
    position: relative; }
.cart fieldset .adviceDiv .sameheightbis {
    position: relative;
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.5rem;
    background: #f9f9f9; }
.cart fieldset .adviceDiv ul {
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    align-items: center;
    -webkit-align-items: center;
    flex-flow: row wrap;
    -webkit-flew-flow: row wrap;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 35px; }
.cart fieldset .adviceDiv ul li {
    flex: 1 1 auto;
    width: calc(25% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    background: #fefefe;
    vertical-align: top;
    display: inline-block;
    min-height: 160px;
    text-align: center;
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.2rem;
    padding-top: 25px; }
.cart fieldset .adviceDiv ul li p {
    padding-left: 15px;
    padding-right: 15px; }
.cart fieldset .adviceDiv .moredetail {
    position: absolute;
    bottom: 15px;
    right: 15px;
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.3rem; }
.cart fieldset .adviceDiv .title-content {
    padding-left: 45px; }
.cart fieldset .adviceDiv .title-content h3 {
    margin-bottom: 10px;
    font-size: 2.5rem; }
.cart fieldset .adviceDiv .doc-arme h3 {
    position: relative;
    color: #ff1111; }
.cart fieldset .adviceDiv .doc-arme h3:before {
    position: absolute;
    left: -40px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -331px -54px; }
.cart fieldset .adviceDiv .doc-arme p {
    margin-bottom: 0px; }
.cart fieldset .adviceDiv .reservation h3 {
    position: relative; }
.cart fieldset .adviceDiv .reservation h3:before {
    position: absolute;
    left: -40px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -294px -54px; }
.cart fieldset .adviceDiv p.bottom {
    padding-left: 35px;
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.2rem; }
.cart fieldset .adviceDiv table {
    width: 90%;
    display: table;
    margin: 0 auto;
    background: white;
    text-align: center;
    border: 1px solid #dfdfdf; }
.cart fieldset .adviceDiv table tbody, .cart fieldset .adviceDiv table thead {
    width: 100%; }
.cart fieldset .adviceDiv table tbody tr, .cart fieldset .adviceDiv table thead tr {
    width: 100%; }
.cart fieldset .adviceDiv table tbody tr td, .cart fieldset .adviceDiv table thead tr td {
    width: 50%; }
.cart fieldset .adviceDiv table tbody tr:last-child {
    border: 0px; }
.cart fieldset .adviceDiv table tbody tr:last-child td {
    border: 0px; }
.cart fieldset .adviceDiv table tbody td {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative; }
.cart fieldset .adviceDiv table tbody tr td:first-child:after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 20px;
    height: 20px;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: bold;
    font-size: 1.2rem;
    background: transparent;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
.cart fieldset .adviceDiv table thead {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem; }
.cart fieldset .adviceDiv table thead tr {
    border-top: 0px; }
.cart fieldset .adviceDiv table thead td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0px; }
.cart fieldset .adviceDiv table thead td:first-child {
    border-right: 1px solid #dfdfdf; }
fieldset {
    padding-left: 0px;
    padding-right: 0px; }
.cart #review-buttons-container {
    margin-top: 25px;
    padding-bottom: 25px; }
#moredetailpopup h4 {
    color: #ff1111; }
#moredetailpopup .content-light {
    padding-top: 15px;
    padding-bottom: 15px; }
#moredetailpopup .content-light ul li {
    display: block;
    text-align: center; }
#moredetailpopup .content-light ul {
    padding-top: 0px;
    padding-bottom: 0px; }
.content-fin-order p {
    font-family: 'GothamHTF Book';
    color: #111111;
    font-size: 1.5rem; }
.fin-order.cart fieldset .adviceDiv {
    border-top: 0px; }
.fin-order .adviceDiv .sameheightbis {
    width: 100%;
    border-right: 0px; }
.paiement h3 {
    padding-left: 40px;
    position: relative; }
.paiement h3:before {
    position: absolute;
    left: 0px;
    top: 8px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -381px -4px; }
.price-info {
    padding-top: 25px;
    padding-bottom: 25px;
    background: #f9f9f9;
    padding-left: 15px;
    padding-right: 15px; }
.price-info .big {
    font-family: 'GothamHTF Bold';
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 0px; }
.price-info .small {
    margin-top: 0px;
    font-family: 'GothamHTF Bold';
    font-size: 1.4rem;
    font-weight: lighter; }
.price-info .price {
    font-family: 'GothamHTF Bold';
    font-weight: bold;
    font-size: 3rem;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #00461e; }

/* ACCOUNT */
.inline {
    display: inline-block; }
.inline.vertical-middle {
    vertical-align: middle; }
.customer-account-index .page-title {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 5px;
    background: white; }
.customer-account-index .page-title ul {
    margin-right: 5px; }
.customer-account-index .page-title ul li {
    list-style: none; }
.customer-account-index .page-title h3 {
    position: relative;
    padding-left: 55px;
    text-transform: uppercase;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 2.8rem;
    margin-top: 15px;
    margin-bottom: 10px; }
.customer-account-index .page-title h3 .count_product {
    text-transform: initial;
    font-size: 1.5rem;
    font-weight: lighter; }
.customer-account-index .page-title h3:before {
    position: absolute;
    left: 15px;
    top: 16px;
    content: "";
    width: 25px;
    height: 30px;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -384px -51px; }
.customer-account-index .page-title .welcome-msg p {
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 1.5rem;
    color: #111111;
    font-weight: lighter;
    margin-top: 25px;
    margin-left: 15px; }
.customer-account-index .page-title a {
    text-transform: uppercase;
    margin-top: 25px;
    margin-right: 25px; }
.customer-account-index .infos-customer {
    margin-top: 10px; }
.customer-account-index .info-perso, .customer-account-index .info-passion {
    overflow: hidden;
    background: white; }
.customer-account-index .box-content span {
    display: block;
    font-family: 'Open Sans';
    font-size: 1.5rem;
    color: #111111;
    font-weight: lighter;
    font-style: initial;
    margin-bottom: 25px; }
.customer-account-index .box-content span.label {
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: bold; }
.customer-account-index .title-info {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px; }
.customer-account-index .title-info:after {
    height: 1px;
    content: '';
    left: 15px;
    bottom: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100%);
    width: calc(100%); }
.customer-account-index .link-address {
    position: relative; }
.customer-account-index .link-address a {
    padding-left: 70px;
    padding-right: 70px;
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    text-decoration: underline;
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: bold;
    font-size: 12px; }
.customer-account-index .link-address:after {
    height: 1px;
    content: '';
    left: -20px;
    top: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px); }
.info-passion {
    position: relative; }
.link-passion {
    text-align: right;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
    /*	position: absolute;
	bottom: 0px;
	z-index: 7777;
	left: 0px;
	width: 100%;
	background: transparent;
	text-align: right;
	padding-top: 25px;
	padding-bottom: 25px;*/ }
.link-passion a {
    margin-right: 15px; }
.div-motivation, .div-cv {
    padding-left: 135px; }
.link-passion:after {
    height: 1px;
    content: '';
    left: -20px;
    top: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px); }
.passions {
    padding-left: 0px;
    padding-bottom: 25px; }
.passions .parent {
    margin-top: 15px;
    margin-bottom: 15px;
    display: block;
    list-style: none; }
.passions .parent .title-passion {
    text-transform: uppercase;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: bold;
    font-size: 1.4rem; }
.passions .parent .child-passions {
    display: block;
    padding-left: 0px;
    margin-top: 5px; }
.passions .parent .child-passions li {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    background: #d0d0d0;
    padding-left: 10px;
    display: inline-block;
    list-style: none;
    font-family: 'Open Sans';
    font-weight: lighter;
    color: white;
    text-transform: capitalize;
    font-size: 1.4rem;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.passions li.chasse .child.actif {
    background: #635726; }
.passions li.peche .child.actif {
    background: #107a81; }
.passions li.animaux .child.actif {
    background: #705e55; }
.passions li.cavalier .child.actif {
    background: #7b243c; }
.passions li.passionsnat .child.actif {
    background: #5a8368; }
#update-passion .child-passions li {
    padding-left: 25px;
    position: relative;
    cursor: pointer; }
#update-passion .child-passions li:before {
    position: absolute;
    left: 0px;
    top: 3px;
    content: "";
    width: 25px;
    height: 25px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -428px -5px; }
#update-passion .child-passions li.actif:before {
    position: absolute;
    left: 0px;
    top: 3px;
    content: "";
    width: 25px;
    height: 25px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -454px -5px; }
.cart .passions {
    margin-top: 25px;
    padding-bottom: 0px; }
.info-utile {
    padding-right: 25px;
    margin-bottom: 50px;
    margin-top: 10px;
    background: white; }
.info-utile .title-info {
    padding-left: 15px; }
.info-utile p {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.4rem;
    text-align: center; }
.info-utile .bottom {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.0rem;
    padding-bottom: 15px; }
.info-utile .link-page {
    display: inline-block;
    margin: 0 auto;
    width: auto;
    margin-top: 15px;
    margin-bottom: 15px; }
.info-utile .infos-carte {
    padding-left: 15px; }
.info-utile .content-carte p {
    text-align: left; }
.info-utile .content-carte p strong {
    text-transform: uppercase; }
.info-utile .content-carte p .small {
    color: #747474;
    font-size: 1.2rem; }
.info-utile .infos-achat p {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.4rem;
    text-align: left; }
.info-utile .infos-achat sup {
    font-size: 1rem; }
.info-utile span.title_achat {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111;
    display: block;
    position: relative;
    margin-bottom: 10px; }
.donnee-perso {
    height: 100%;
    position: relative; }
.donnee-perso .col2-set {
    height: 100%; }
.donnee-perso .showmore {
    position: absolute;
    bottom: 5px;
    right: 0px;
    text-transform: uppercase; }
.donnee-perso .link-address {
    position: absolute;
    bottom: 0px;
    left: 0px; }
.link-simple {
    text-transform: uppercase; }
.infos-achat {
    position: relative; }
.infos-achat table {
    border-collapse: collapse;
    font-family: 'Open Sans';
    color: #111111; }
.infos-achat table thead {
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem; }
.infos-achat table thead tr {
    border-top: 0px; }
.infos-achat table thead td {
    border: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px; }
.infos-achat table tbody {
    text-align: left;
    font-size: 1.2rem; }
.infos-achat table tbody tr:nth-child(odd) {
    background: #ececec; }
.infos-achat table tbody tr:nth-child(even) {
    background: white; }
.infos-achat table tbody tr td {
    padding-left: 15px;
    border: 1px solid #dedede;
    padding-top: 10px;
    padding-bottom: 10px; }
/*PAGE cms*/
.page-title {
    padding-bottom: 25px;
    padding-top: 25px;
    background: white;
    margin-top: 10px;
    margin-bottom: 10px; }
.page-title h2 {
    text-transform: uppercase;
    font-family: 'Asap';
    font-weight: bold;
    font-size: 2.8rem;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 15px; }
.cms-page-view .fullwidth {
    width: 100%; }
.cms-page-view .content-page-cms {
    margin-top: 10px;
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
    margin-bottom: 50px;
    padding-bottom: 15px; }
.cms-page-view .content-page-cms .title-offre {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.6rem;
    color: #111111;
    font-weight: bold;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px; }
.cms-page-view .content-page-cms .title-offre:after {
    height: 1px;
    content: '';
    left: -15px;
    bottom: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
.bloc-offre table {
    mar-bottom: 15px;
    border-collapse: collapse;
    font-family: 'Open Sans';
    color: #111111; }
.bloc-offre table thead {
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem; }
.bloc-offre table thead tr {
    border-top: 0px; }
.bloc-offre table thead td {
    padding-left: 15px;
    border: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 20px; }
.bloc-offre table tbody {
    text-align: left;
    font-size: 1.2rem; }
.bloc-offre table tbody tr:nth-child(odd) {
    background: #ececec; }
.bloc-offre table tbody tr:nth-child(even) {
    background: white; }
.bloc-offre table tbody tr {
    cursor: pointer; }
.bloc-offre table tbody tr td {
    padding-left: 15px;
    border: 1px solid #dedede;
    padding-top: 20px;
    padding-bottom: 20px; }
.bloc-offre table tbody tr td span {
    display: block; }
.bloc-offre table tbody tr td .type, .bloc-offre table tbody tr td .title {
    text-transform: uppercase;
    font-weight: bold; }
.bloc-offre table tbody tr td .lieu {
    text-transform: uppercase; }
.content-poste {
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: left; }
.content-poste p {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.content-poste p span {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }
.content-poste ul {
    padding-left: 0px; }
.content-poste ul li {
    list-style: none; }
.content-poste ul p {
    margin-top: 5px;
    margin-bottom: 5px; }
.content-poste .input-title {
    min-width: 130px;
    display: inline-block;
    vertical-align: middle; }
.content-poste .input-field {
    vertical-align: middle;
    display: inline-block;
    margin-bottom: 15px;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px); }
.content-poste form {
    background: white;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin-left: 15px; }
.content-poste label {
    font-size: 1.4rem;
    font-family: 'Asap';
    font-weight: bold;
    color: #111111;
    margin-right: 15px; }
.content-poste input, .content-poste textarea {
    outline: none;
    line-height: 32px;
    width: 100%;
    border: 1px solid #a0a0a0; }
.content-poste #postuler {
    padding-left: 15px; }
.content-poste .input-file * {
    float: left; }
.content-poste .input-file img {
    margin-right: 15px; }
.content-poste .input-file input {
    border: 0px; }
.content-poste .input-btn {
    margin-top: 15px; }
.content-poste .input-btn .link-page {
    display: block;
    max-width: 170px;
    margin: 0 auto;
    background: white;
    cursor: pointer; }
.content-poste .input-btn .link-page input {
    line-height: 20px; }
.content-poste .input-btn .link-page:hover {
    background: #00461e;
    color: white; }
/* MAGASIN */
#head-category.content-head-intro .content-head-intro-txt {
    padding-bottom: 25px; }
#head-category.content-head-intro .col3 {
    overflow: hidden; }
#head-category.content-head-intro .col3 img {
    width: auto;
    height: 100%;
}
#head-category.content-head-intro.magasin .col3 img {
    width: 366px;
    height: auto;
    /* max-height: 450px;*/ }
.content-page-cms.map #map {
    width: 100%;
    height: 500px;
    border: 1px solid #bebfb8; }
.content-page-cms.map .col3 {
    padding-left: 0px; }
.content-page-cms.map .titre-mag {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background: #f5f5f5;
    text-transform: uppercase;
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.content-page-cms.map .titre-mag h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
.content-page-cms.map ul {
    padding-left: 0px; }
.content-page-cms.map ul li {
    margin-top: 20px;
    list-style: none;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 20px; }
.content-page-cms.map ul li h2 {
    margin-bottom: 0px;
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans';
    text-transform: uppercase;
    font-weight: bold; }
.content-page-cms.map ul li p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem; }
.content-page-cms.map ul li a {
    margin-top: 10px;
    text-transform: initial;
    display: block; }
.content-page-cms.map ul li .cap {
    text-transform: uppercase; }
.content-header .content-head-intro-txt-next {
    padding-top: 25px;
    border-top: 1px solid #e0e0e0; }
.content-header .content-head-intro-txt-next ul {
    padding-right: 15px;
    margin-top: 0px; }
.content-header .content-head-intro-txt-next ul li {
    margin-top: 15px;
    list-style: none;
    display: inline-block; }
.content-header address {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.5rem;
    font-style: normal;
    text-transform: lowercase;
    line-height: 2rem; }
.content-page-cms.map.magasins {
    margin-bottom: 0px;
    padding-top: 15px; }
.content-page-cms.map.magasins #map {
    height: 350px; }
.content-page-cms.map.magasins p {
    font-family: 'Open Sans';
    color: #111111;
    font-size: 1.5rem;
    font-style: normal; }
.content-page-cms.map.magasins p span {
    color: #00461e;
    font-weight: bold;
    text-transform: uppercase; }
.reseaux-sociaux.content-page-cms {
    margin-top: 10px; }
.reseaux-sociaux.content-page-cms .title-offre {
    font-size: 2.8rem; }
.reseaux-sociaux.content-page-cms .fbColonnes-title {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.6rem;
    color: #111111;
    font-weight: bold;
    padding-bottom: 15px;
    display: block;
    position: relative; }
#head-category ul.services {
    padding-left: 0px;
    margin-top: 25px; }
#head-category ul.services li {
    list-style: none;
    display: inline-block;
    padding: 10px;
    background: #f5f5f5;
    margin-right: 15px;
    margin-bottom: 15px;
    border-radius: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
#head-category ul.services li * {
    text-decoration: inherit;
    display: inline-block;
    vertical-align: middle; }
#head-category ul.services li .white {
    width: 49px;
    display: none; }
#head-category ul.services li .normal {
    width: 49px; }
#head-category ul.services li p {
    margin-left: 10px;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-weight: bold;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
#head-category ul.services li:hover {
    background: #c27937; }
#head-category ul.services li:hover .normal {
    display: none; }
#head-category ul.services li:hover .white {
    display: inline-block; }
#head-category ul.services li:hover p {
    color: white; }
.title-alone {
    background: white; }
.title-alone h2 {
    text-decoration: inherit;
    color: #111111;
    font-size: 1.8rem;
    font-family: 'Asap';
    font-weight: bold;
    display: block;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    text-transform: uppercase; }
.cms-page-view .content-page-cms.service-block {
    padding-top: 25px;
    padding-bottom: 25px;
    overflow: hidden;
    margin-bottom: 10px; }
.cms-page-view .content-page-cms.service-block .picto-block, .cms-page-view .content-page-cms.service-block .texte-content {
    display: inline-block;
    vertical-align: middle; }
.cms-page-view .content-page-cms.service-block .picto-block {
    margin-right: 15px; }
.cms-page-view .content-page-cms.service-block .texte-content .picto-block.hidemobil {
    display: none; }
.cms-page-view .content-page-cms.service-block .texte-content {
    padding-left: 25px;
    position: relative;
    width: -webkit-calc(100% - 125px);
    width: calc(100% - 125px); }
.cms-page-view .content-page-cms.service-block .texte-content:before {
    content: '';
    height: 200%;
    position: absolute;
    left: 0px;
    top: -25px;
    width: 1px;
    background: #e1e1e1; }
.cms-page-view .content-page-cms.service-block h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-size: 2.8rem;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Asap'; }
.cms-page-view .content-page-cms.service-block p {
    margin-top: 0px;
    padding-right: 25px;
    color: #111111;
    font-family: 'Open Sans';
    font-size: 1.4rem; }
.cms-page-view .content-page-cms.service-block p .upper strong {
    text-decoration: underline; }
.cms-page-view .content-page-cms.service-block:last-child {
    margin-bottom: 50px; }
.cms-reservation .page-title h2.offre span {
    display: block;
    font-size: 1.5rem;
    font-weight: lighter; }
.cms-reservation .page-title {
    margin-top: 15px;
    margin-bottom: 10px; }
.cms-reservation .intro-services {
    padding-top: 50px;
    margin-bottom: 0px; }
.cms-reservation .intro-services .img-service {
    width: auto;
    display: block;
    margin: 0 auto; }
.cms-reservation .intro-services .background-service {
    margin-top: 25px;
    border-top: 1px solid #dfdfdf;
    position: relative;
    z-index: 7777; }
.cms-reservation .intro-services .background-service:after {
    position: absolute;
    content: "";
    right: -15px;
    bottom: -15px;
    width: 268px;
    z-index: 6666;
    height: 258px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/bg-fleure.jpg") no-repeat; }
.cms-reservation .intro-services .background-service:before {
    position: absolute;
    content: "";
    left: -15px;
    bottom: -15px;
    z-index: 6666;
    width: 314px;
    height: 258px;
    background: red url("https://www.terreseteaux.fr/skin/frontend/te/default/img/bg-terre.jpg") no-repeat; }
.cms-reservation .intro-services h3 {
    font-family: 'Open Sans';
    display: block;
    width: 285px;
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 auto;
    position: relative;
    margin-top: 35px;
    margin-bottom: 35px; }
.cms-reservation .intro-services h3:before {
    position: absolute;
    left: -40px;
    top: -5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -294px -54px; }
.cms-reservation .intro-services .bottom {
    text-align: center;
    margin-top: 15px;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    margin-bottom: 0px;
    position: relative;
    z-index: 7777; }
.cms-reservation .intro-services table {
    position: relative;
    z-index: 7777;
    font-family: 'Open Sans';
    max-width: 500px;
    display: table;
    margin: 0 auto;
    background: white;
    text-align: center;
    border: 1px solid #dfdfdf; }
.cms-reservation .intro-services table tbody, .cms-reservation .intro-services table thead {
    width: 100%; }
.cms-reservation .intro-services table tbody tr, .cms-reservation .intro-services table thead tr {
    width: 100%; }
.cms-reservation .intro-services table tbody tr td, .cms-reservation .intro-services table thead tr td {
    width: 50%; }
.cms-reservation .intro-services table tbody tr:last-child {
    border: 0px; }
.cms-reservation .intro-services table tbody tr:last-child td {
    border: 0px; }
.cms-reservation .intro-services table tbody td {
    padding-top: 35px;
    padding-bottom: 35px;
    position: relative;
    border-bottom: 1px solid #dfdfdf; }
.cms-reservation .intro-services table tbody tr {
    border-bottom: 1px solid #dfdfdf;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.cms-reservation .intro-services table tbody tr td:first-child:after {
    content: '>';
    position: absolute;
    top: 50%;
    right: -5px;
    width: 20px;
    height: 20px;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: bold;
    font-size: 1.2rem;
    background: transparent;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%); }
.cms-reservation .intro-services table thead {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.5rem; }
.cms-reservation .intro-services table thead tr {
    border-top: 0px;
    border-bottom: 1px solid #dfdfdf; }
.cms-reservation .intro-services table thead td {
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 0px;
    border-bottom: 1px solid #dfdfdf; }
.cms-reservation .intro-services table thead td:first-child {
    border-right: 1px solid #dfdfdf; }
.cms-reservation .bloc-offre .block p {
    font-family: 'Open Sans';
    font-size: 1.4rem; }
.cms-reservation .bloc-offre .block p span {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }
.cms-reservation .bloc-offre .block .green {
    margin-top: 10px;
    color: #00551e; }
.cms-reservation .bloc-offre .block .green:before {
    height: 1px;
    content: '';
    left: -15px;
    top: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
.cms-reservation .bloc-offre .block .green.first:before {
    display: none; }
/* 404*/
.img-404 {
    margin-bottom: 10px;
    width: 100%; }
body .title-offre.page-404 {
    text-align: center; }
.content-404 {
    text-align: center; }
.content-404 p {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.4rem; }
.content-404 ul {
    padding-left: 0px; }
.content-404 ul li {
    margin-right: 10px;
    margin-left: 10px;
    list-style: none;
    display: inline-block; }
/* MARQUE*/
#brand-top {
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    text-align: center;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6; }
#brand-top .brand-page-bt {
    cursor: pointer;
    color: #7f7f7f;
    display: inline-block;
    margin-right: 10px;
    margin-left: 10px;
    font-family: 'Asap';
    font-weight: bold;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 2.3rem;
    background: #f6f6f6;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
#brand-top .brand-page-bt.selected-brand {
    background: #00461e;
    color: white; }
#brand-content {
    margin-top: 25px;
    margin-bottom: 25px;
    text-align: center; }
.cms-page-view.brand-list-index .page-title h2 span.mini {
    text-transform: lowercase;
    display: block;
    font-size: 1.5rem; }
.marque-item.col6 {
    width: 14%;
    margin-left: 1%;
    margin-right: 1%;
    padding-bottom: 5px;
    background: #f6F6F6;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px; }
.marque-item.col6 a {
    text-decoration: inherit;
    color: #111111;
    font-weight: bold; }
.marque-item.col6 img {
    width: 100%; }
.marque-item.col6 span {
    font-family: 'Open Sans';
    font-size: 1.4rem;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #111111;
    text-transform: uppercase; }
.cms-page-view.brand-list-index .content-page-cms {
    padding-right: 0px;
    padding-left: 0px; }
/* Slider */
.slider-principale {
    max-height: 480px; }
.slider-principale .slick-slider, .slider-principale .slider-vue {
    max-height: 480px; }
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0; }
.slick-list:focus {
    outline: none; }
.slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block; }
.slick-track:before, .slick-track:after {
    content: "";
    display: table; }
.slick-track:after {
    clear: both; }
.slick-loading .slick-track {
    visibility: hidden; }
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none; }
[dir="rtl"] .slick-slide {
    float: right; }
.slick-slide img {
    display: block; }
.slick-slide.slick-loading img {
    display: none; }
.slick-slide.dragging img {
    pointer-events: none; }
.slick-initialized .slick-slide {
    display: block; }
.slick-loading .slick-slide {
    visibility: hidden; }
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
.slick-arrow.slick-hidden {
    display: none; }
/* Slider */
.slick-loading .slick-list {
    background: #fff url("https://www.terreseteaux.fr/skin/frontend/te/default/css/ajax-loader.gif") center center no-repeat; }
/* Icons */
@font-face {
    font-family: "slick";
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/slick.eot");
    src: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/slick.eot?#iefix") format("embedded-opentype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/slick.woff") format("woff"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/slick.ttf") format("truetype"), url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/slick.svg#slick") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 75px;
    width: 45px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
    z-index: 7777; }
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none; }
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1; }
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 1; }
.slick-prev:hover,
.slick-next:hover {
    background: rgba(0, 0, 0, 0.7); }
.slick-prev:before {
    content: '';
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    background-position: -5px -171px;
    position: absolute;
    width: 11px;
    height: 22px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
.slick-next:before {
    content: '';
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    background-position: -5px -209px;
    position: absolute;
    width: 11px;
    height: 22px;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
.slick-prev {
    left: 0px;
    -moz-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px; }
[dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
.slick-prev:before {
    content: "←"; }
[dir="rtl"] .slick-prev:before {
    content: "→"; }
.slick-next {
    right: 0px;
    -moz-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px; }
[dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
.slick-next:before {
    content: "→"; }
[dir="rtl"] .slick-next:before {
    content: "←"; }
/* Dots */
.slick-dotted.slick-slider {
    margin-bottom: 60px; }
.slick-dots {
    position: absolute;
    bottom: -40px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%; }
.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 2px;
    padding: 0;
    cursor: pointer; }
.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: transparent;
    padding: 2px;
    cursor: pointer; }
.slick-dots li button:hover, .slick-dots li button:focus {
    outline: none; }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
    opacity: 1; }
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "•";
    width: 20px;
    height: 20px;
    font-family: "slick";
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: lightgrey;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before {
    color: grey;
    opacity: 1; }
/* --------------------------------

Main Components

-------------------------------- */
.cd-dropdown-content {
    position: relative;
    z-index: 7777; }
.wrapper {
    overflow: hidden; }
.page {
    position: relative;
    left: 0px;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s; }
.search_li, .close {
    cursor: pointer; }
.page.decalage {
    left: 80%; }
.subnav .cd-dropdown-trigger {
    background: #003617;
    border-radius: 0px; }
.cd-dropdown {
    width: 100%; }
.cd-dropdown-wrapper {
    display: inline-block;
    position: relative;
    width: 80%;
    margin: 30px 0 0 5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
.cd-dropdown-trigger {
    display: block;
    position: relative;
    background-color: white;
    color: #ffffff;
    border-radius: 3px; }
.no-touch .cd-dropdown-trigger:hover {
    opacity: 0.9; }
@media only screen and (min-width: 1025px) {
    .cd-dropdown-trigger {
        font-size: 1.5rem; }
    .cd-dropdown-trigger.dropdown-is-active {
        background-color: #3f8654; }
    .no-touch .cd-dropdown-trigger.dropdown-is-active:hover {
        background-color: #47975f; }
    .cd-dropdown-trigger.dropdown-is-active:before, .cd-dropdown-trigger.dropdown-is-active:after {
        /* transform the arrow into a 'X' */
        width: 14px; }
    .cd-dropdown-trigger.dropdown-is-active:before {
        /* transform the arrow into a 'X' */
        all: translateX(5px) rotate(-45deg);
        -ms-transform: translateX(5px) rotate(-45deg);
        -webkit-transform: translateX(5px) rotate(-45deg);
        transform: translateX(5px) rotate(-45deg); }
    .cd-dropdown-trigger.dropdown-is-active:after {
        /* transform the arrow into a 'X' */
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a {
    height: 50px;
    line-height: 50px; }
@media only screen and (min-width: 768px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 60px;
        line-height: 60px; }
}
@media only screen and (min-width: 1025px) {
    .cd-dropdown h2,
    .cd-dropdown-content a,
    .cd-dropdown-content ul a {
        height: 50px;
        line-height: 50px; }
}
.cd-dropdown h2,
.cd-dropdown-content a,
.cd-dropdown-content ul a,
.cd-dropdown-content .cd-divider {
    padding: 0 20px; }
.cd-dropdown {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    color: #ffffff;
    visibility: hidden;
    /* Force Hardware Acceleration */
    will-change: transform;
    -moz-will-change: transform;
    -ms-will-change: transform;
    -o-will-change: transform;
    -moz-transform: translateZ(0);
    -moz-transform: translate3d(0, 0, 0);
    -moz-perspective: 1000;
    backface-visibility: hidden;
    -ms-transform: translateZ(0);
    -ms-transform: translate3d(0, 0, 0);
    -ms-perspective: 1000;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000;
    backface-visibility: hidden;
    transform: translateZ(0);
    transform: translate3d(0, 0, 0);
    perspective: 1000;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
    -webkit-transition: -webkit-transform 0.7s 0s ease, visibility 0s 0s ease;
    -webkit-transition: visibility 0s 0s ease, -webkit-transform 0.7s 0s ease;
    transition: visibility 0s 0s ease, -webkit-transform 0.7s 0s ease;
    transition: transform 0.7s 0s ease, visibility 0s 0s ease;
    transition: transform 0.7s 0s ease, visibility 0s 0s ease, -webkit-transform 0.7s 0s ease; }
.cd-dropdown h2 {
    /* dropdown title - mobile version only */
    position: relative;
    z-index: 1;
    color: #585a70;
    background-color: white;
    border-bottom: 1px solid #242643; }
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: -50px;
    top: 0;
    width: 50px;
    height: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: white; }
.cd-dropdown .cd-close:after, .cd-dropdown .cd-close:before {
    /* this is the 'X' icon */
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    height: 20px;
    width: 2px;
    background-color: black; }
.cd-dropdown .cd-close:after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg); }
.cd-dropdown .cd-close:before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
.cd-dropdown.dropdown-is-active {
    visibility: visible;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.7s 0s ease, visibility 0s 0s ease;
    -webkit-transition: visibility 0s 0s ease, -webkit-transform 0.7s 0s ease;
    transition: visibility 0s 0s ease, -webkit-transform 0.7s 0s ease;
    transition: transform 0.7s 0s ease, visibility 0s 0s ease;
    transition: transform 0.7s 0s ease, visibility 0s 0s ease, -webkit-transform 0.7s 0s ease; }
.cd-dropdown.navprincipale {
    visibility: visible; }
@media only screen and (min-width: 1025px) {
    .cd-dropdown {
        position: relative;
        /* reset style*/
        width: 100%;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        background-color: #ffffff;
        color: #111433;
        opacity: 1;
        -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        -webkit-transition: opacity 0.5s 0s ease, visibility 0.2s 0s ease, -webkit-transform 0.5s 0s ease;
        -webkit-transition: opacity 0.5s 0s ease, visibility 0.2s 0s ease, -webkit-transform 0.5s 0s ease;
        transition: opacity 0.5s 0s ease, visibility 0.2s 0s ease, -webkit-transform 0.5s 0s ease;
        transition: opacity 0.5s 0s ease, visibility 0.2s 0s ease, transform 0.5s 0s ease;
        transition: opacity 0.5s 0s ease, visibility 0.2s 0s ease, transform 0.5s 0s ease, -webkit-transform 0.5s 0s ease; }
    .cd-dropdown ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px; }
    .open-to-left .cd-dropdown {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        right: 0;
        left: auto; }
    .cd-dropdown h2, .cd-dropdown .cd-close {
        /* on desktop - hide title and 'X' */
        display: none; }
    .cd-dropdown.dropdown-is-active {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: opacity 0.5s 0s, visibility 0.5s 0s, -webkit-transform 0.5s 0s;
        transition: opacity 0.5s 0s, visibility 0.5s 0s, -webkit-transform 0.5s 0s;
        transition: opacity 0.5s 0s, visibility 0.5s 0s, transform 0.5s 0s;
        transition: opacity 0.5s 0s, visibility 0.5s 0s, transform 0.5s 0s, -webkit-transform 0.5s 0s; }
    .cd-dropdown.navprincipale {
        opacity: 1;
        background: transparent; }
    .cd-dropdown-wrapper {
        float: right;
        background: inherit;
        margin: 0px; }
    .cd-dropdown-content {
        text-align: right; }
    .cd-dropdown-content {
        background: transparent; }
    .cd-dropdown.navprincipale {
        margin-top: -25px; }
    .cd-dropdown.navprincipale li {
        margin-left: 2%;
        margin-right: 2%;
        display: inline-block;
        vertical-align: top;
        /* CHASSUER*/
        /* peche*/
        /* cavalier*/
        /* passion*/
        /* animaux*/ }
    .cd-dropdown.navprincipale li a {
        overflow: visible;
        border: 0px;
        display: block;
        height: 100%;
        width: 100%;
        font-family: 'Rosewood Stdfil';
        text-transform: uppercase;
        color: #00461e;
        font-size: 1.8rem;
        position: relative;
        text-decoration: inherit;
        top: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 25px;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease; }
    .cd-dropdown.navprincipale li a:hover {
        top: 15px; }
    .cd-dropdown.navprincipale li a.chasseur:hover:before {
        position: absolute;
        opacity: 0;
        content: "";
        left: 50%;
        top: 0px;
        width: 28px;
        height: 28px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_chasseur.png") no-repeat;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease; }
    .cd-dropdown.navprincipale li a.chasseur:hover:before {
        opacity: 1;
        top: 7px; }
    .cd-dropdown.navprincipale li a.chasseur:hover {
        color: #635726; }
    .cd-dropdown.navprincipale li a.pecheur:hover:before {
        position: absolute;
        opacity: 0;
        content: "";
        left: 50%;
        top: 0px;
        width: 28px;
        height: 28px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_peche.png") no-repeat;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease; }
    .cd-dropdown.navprincipale li a.pecheur:hover:before {
        opacity: 1;
        top: 7px; }
    .cd-dropdown.navprincipale li a.pecheur:hover {
        color: #107a81; }
    .cd-dropdown.navprincipale li a.cavalier:hover:before {
        position: absolute;
        opacity: 0;
        content: "";
        left: 50%;
        top: 0px;
        width: 28px;
        height: 28px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_cavalier.png") no-repeat;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease; }
    .cd-dropdown.navprincipale li a.cavalier:hover:before {
        opacity: 1;
        top: 7px; }
    .cd-dropdown.navprincipale li a.cavalier:hover {
        color: #7b243c; }
    .cd-dropdown.navprincipale li a.passion:hover:before {
        position: absolute;
        opacity: 0;
        content: "";
        left: 50%;
        top: 0px;
        width: 28px;
        height: 28px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_passion.png") no-repeat;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease; }
    .cd-dropdown.navprincipale li a.passion:hover:before {
        opacity: 1;
        top: 7px; }
    .cd-dropdown.navprincipale li a.passion:hover {
        color: #5a8368; }
    .cd-dropdown.navprincipale li a.animaux:hover:before {
        position: absolute;
        opacity: 0;
        content: "";
        left: 50%;
        top: 0px;
        width: 28px;
        height: 28px;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_animaux.png") no-repeat;
        -webkit-transition: all 100ms ease;
        transition: all 100ms ease; }
    .cd-dropdown.navprincipale li a.animaux:hover:before {
        opacity: 1;
        top: 7px; }
    .cd-dropdown.navprincipale li a.animaux:hover {
        color: #705e55; }
    .cd-dropdown.navprincipale li:first-child {
        margin-left: 0px; }
    .cd-dropdown.navprincipale li:last-child {
        position: relative;
        margin-right: 0px;
        background: #00421c;
        padding: 15px;
        margin-top: 18px; }
}
.cd-dropdown {
    z-index: 8888; }
.cd-dropdown-content, .cd-dropdown-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-left: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    padding-top: 50px; }
.first-part-mobil {
    background: #00421c; }
.first-part-mobil ul li {
    display: block;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px; }
.first-part-mobil ul li a {
    position: relative;
    text-transform: uppercase;
    /*            color: white;
*/
    text-decoration: none;
    font-family: 'Asap';
    font-weight: 500;
    padding-left: 25px;
    font-size: 1.3rem; }
.first-part-mobil .account:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -7px -8px;
    width: 25px;
    height: 20px;
    left: 0px;
    height: 100%;
    top: 0px; }
.first-part-mobil .shoplist:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -7px -39px;
    width: 25px;
    height: 20px;
    left: 0px;
    height: 100%;
    top: 0px; }
.first-part-mobil .reserve:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -7px -70px;
    width: 25px;
    height: 23px;
    left: 0px;
    height: 100%;
    top: -1px; }
.first-part-mobil .magasin:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    position: absolute;
    background-position: -48px -8px;
    width: 25px;
    height: 23px;
    left: 0px;
    height: 100%;
    top: -1px; }
.cd-dropdown-content a, .cd-dropdown-content ul a {
    display: block;
    color: #ffffff;
    /* truncate text with ellipsis if too long */
    overflow: hidden;
    border-top-width: 1px;
    border-color: #242643;
    border-style: solid; }
.cd-dropdown-content li:first-of-type > a, .cd-dropdown-content ul li:first-of-type > a {
    border-top-width: 0; }
.cd-dropdown-content li:last-of-type > a, .cd-dropdown-content ul li:last-of-type > a {
    border-bottom-width: 1px; }
.cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #0b0e23;
    font-size: 1.1rem;
    font-weight: bold;
    letter-spacing: 1px;
    color: #585a70;
    text-transform: uppercase; }
.cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
    border-top-width: 0; }
.cd-dropdown-content a, .cd-dropdown-content .cd-search, .cd-dropdown-content .cd-divider, .cd-dropdown-content ul a, .cd-dropdown-content ul .cd-search, .cd-dropdown-content ul .cd-divider {
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s; }
.cd-dropdown-content.is-hidden, .cd-dropdown-content ul.is-hidden {
    /* push the secondary dropdown items to the right */
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
.cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* lower down the dropdown items opacity - when secondary dropdown slides in or for dropdown items hidden on the right */
    opacity: 0; }
.cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
    /* push the dropdown items to the left when secondary dropdown slides in */
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
.dropdown-is-active .cd-dropdown-content, .dropdown-is-active .cd-dropdown-content ul {
    -webkit-overflow-scrolling: touch; }
@media only screen and (min-width: 768px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 60px; }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        font-size: 1.8rem; }
}
@media only screen and (min-width: 1025px) {
    .cd-dropdown-content, .cd-dropdown-content ul {
        padding-top: 0;
        overflow: visible; }
    .cd-dropdown-content a, .cd-dropdown-content ul a {
        color: #111433;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
        border-color: #ebebeb; }
    .cd-dropdown-content .cd-divider, .cd-dropdown-content ul .cd-divider {
        background-color: transparent;
        color: #b3b3b3;
        border-top: 1px solid #ebebeb; }
    .cd-dropdown-content .cd-divider + li > a, .cd-dropdown-content ul .cd-divider + li > a {
        border-top-width: 1px; }
    .cd-dropdown-content.is-hidden > li > a, .cd-dropdown-content.is-hidden > li > .cd-search, .cd-dropdown-content.is-hidden > .cd-divider, .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider, .cd-dropdown-content ul.is-hidden > li > a, .cd-dropdown-content ul.is-hidden > li > .cd-search, .cd-dropdown-content ul.is-hidden > .cd-divider, .cd-dropdown-content ul.move-out > li > a, .cd-dropdown-content ul.move-out > li > .cd-search, .cd-dropdown-content ul.move-out > .cd-divider {
        /* reset mobile style */
        opacity: 1; }
}
.cd-dropdown-content .see-all a {
    /* different style for the See all links */
    color: #3f8654; }
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    /* items with picture (or icon) and title */
    height: 80px;
    line-height: 80px; }
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item h3, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
    /* truncate text with ellipsis if too long */
    overflow: hidden; }
.cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
    padding-left: 90px; }
.cd-dropdown-content .cd-dropdown-gallery img {
    position: absolute;
    display: block;
    height: 40px;
    width: auto;
    left: 20px;
    top: 50%;
    margin-top: -20px; }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
    padding-left: 75px;
    position: relative; }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
    color: #111433;
    font-size: 1.3rem;
    /* hide description on small devices */
    display: none; }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:before {
    /* item icon */
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40px 40px; }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-1:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-1.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-2:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-2.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-3:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-3.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-4:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-4.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-5:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-5.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-6:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-6.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-7:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-7.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-8:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-8.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-9:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-9.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-10:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-10.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-11:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-11.svg"); }
.cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item.item-12:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/nucleo-icon-12.svg"); }
@media only screen and (min-width: 1025px) {
    .cd-dropdown-content {
        /* reset mobile style */
        position: static;
        height: auto;
        width: 100%; }
    .cd-dropdown-content > li:last-of-type a {
        border-bottom: none; }
    /*  .no-touch .cd-dropdown-content > li:not(.has-children) a:hover {
    color: #3f8654;
  }*/
    .cd-dropdown-content.move-out > li > a, .cd-dropdown-content.move-out > li > .cd-search, .cd-dropdown-content.move-out > .cd-divider {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        opacity: 1; }
    .cd-dropdown-content .cd-secondary-dropdown, .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        left: 100%;
        height: auto;
        background-color: #ffffff;
        -webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 14px rgba(0, 0, 0, 0.1); }
    .cd-dropdown-content .cd-secondary-dropdown:after, .cd-dropdown-content .cd-dropdown-gallery:after, .cd-dropdown-content .cd-dropdown-icons:after {
        clear: both;
        content: "";
        display: table; }
    .open-to-left .cd-dropdown-content .cd-secondary-dropdown, .open-to-left .cd-dropdown-content .cd-dropdown-gallery, .open-to-left .cd-dropdown-content .cd-dropdown-icons {
        /* use the .open-to-left class if you want to open the dropdown on the left */
        left: auto;
        right: 100%; }
    .cd-dropdown-content .cd-secondary-dropdown.is-hidden, .cd-dropdown-content .cd-dropdown-gallery.is-hidden, .cd-dropdown-content .cd-dropdown-icons.is-hidden {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .cd-dropdown-content .cd-secondary-dropdown.fade-in, .cd-dropdown-content .cd-dropdown-gallery.fade-in, .cd-dropdown-content .cd-dropdown-icons.fade-in {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-in 0.2s;
        animation: cd-fade-in 0.2s; }
    .cd-dropdown-content .cd-secondary-dropdown.fade-out, .cd-dropdown-content .cd-dropdown-gallery.fade-out, .cd-dropdown-content .cd-dropdown-icons.fade-out {
        /* animate secondary dropdown items when hovering over of of the .cd-dropdown-content list items */
        -webkit-animation: cd-fade-out 0.2s;
        animation: cd-fade-out 0.2s; }
    .cd-dropdown-content .cd-secondary-dropdown > .go-back, .cd-dropdown-content .cd-dropdown-gallery > .go-back, .cd-dropdown-content .cd-dropdown-icons > .go-back {
        display: none; }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all, .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        position: absolute;
        bottom: 20px;
        height: 45px;
        text-align: center; }
    .cd-dropdown-content .cd-secondary-dropdown > .see-all a, .cd-dropdown-content .cd-dropdown-gallery > .see-all a, .cd-dropdown-content .cd-dropdown-icons > .see-all a {
        margin: 0;
        height: 100%;
        line-height: 45px;
        background: #ebebeb;
        pointer-events: auto;
        -webkit-transition: color 0.2s, background-color 0.2s;
        transition: color 0.2s, background-color 0.2s; }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-gallery > .see-all a:hover, .no-touch .cd-dropdown-content .cd-dropdown-icons > .see-all a:hover {
        background-color: white; }
    .cd-dropdown-content .cd-secondary-dropdown .cd-dropdown-item, .cd-dropdown-content .cd-secondary-dropdown a, .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-gallery a, .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item, .cd-dropdown-content .cd-dropdown-icons a {
        border: none; }
    .cd-dropdown-content .cd-dropdown-gallery, .cd-dropdown-content .cd-dropdown-icons {
        padding: 20px 30px 100px; }
    .cd-dropdown-content .cd-dropdown-gallery > .see-all, .cd-dropdown-content .cd-dropdown-icons > .see-all {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px); }
    .cd-dropdown-content .cd-dropdown-icons > li, .cd-dropdown-content .cd-secondary-dropdown > li {
        width: 50%;
        float: left; }
    .cd-dropdown-content .cd-secondary-dropdown {
        overflow: hidden;
        width: 550px;
        padding-bottom: 65px; }
    .cd-dropdown-content .cd-secondary-dropdown:before {
        /* this is the separation line in the middle of the .cd-secondary-dropdown element */
        position: absolute;
        content: '';
        top: 290px;
        left: 15px;
        height: 1px;
        width: 520px;
        background-color: #ebebeb; }
    .cd-dropdown-content .cd-secondary-dropdown > li > a {
        color: #3f8654;
        font-size: 1.6rem;
        margin-bottom: 10px;
        line-height: 30px;
        height: 30px;
        pointer-events: none; }
    .cd-dropdown-content .cd-secondary-dropdown > li > a:after, .cd-dropdown-content .cd-secondary-dropdown > li > a:before {
        /* hide the arrow */
        display: none; }
    .cd-dropdown-content .cd-secondary-dropdown.move-out > li > a {
        /* reset mobile style */
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .cd-dropdown-content .cd-secondary-dropdown > li {
        margin: 20px 0;
        border-right-width: 1px;
        border-color: #ebebeb;
        border-style: solid;
        padding: 0 30px;
        height: 250px; }
    .cd-dropdown-content .cd-secondary-dropdown > li:nth-of-type(2n) {
        border-right-width: 0; }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul {
        /* reset mobile style */
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
        position: relative;
        height: auto; }
    .cd-dropdown-content .cd-secondary-dropdown > li > ul > .go-back {
        display: none; }
    .cd-dropdown-content .cd-secondary-dropdown a {
        line-height: 25px;
        height: 25px;
        font-size: 1.3rem;
        padding-left: 0; }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown a:hover {
        color: #3f8654; }
    .cd-dropdown-content .cd-secondary-dropdown ul {
        padding-bottom: 25px;
        overflow: hidden;
        height: auto; }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a {
        padding-left: 20px;
        color: transparent; }
    .no-touch .cd-dropdown-content .cd-secondary-dropdown .go-back a:hover {
        color: transparent; }
    .cd-dropdown-content .cd-secondary-dropdown .go-back a:before, .cd-dropdown-content .cd-secondary-dropdown .go-back a:after {
        left: 0; }
    .cd-dropdown-content .cd-secondary-dropdown .see-all {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%; }
    .cd-dropdown-content .cd-dropdown-gallery {
        width: 600px;
        padding-bottom: 100px; }
    .cd-dropdown-content .cd-dropdown-gallery > li {
        width: 48%;
        float: left;
        margin-right: 4%; }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-of-type(2n) {
        margin-right: 0; }
    .cd-dropdown-content .cd-dropdown-gallery .cd-dropdown-item {
        padding: 0;
        height: auto;
        line-height: normal;
        color: #3f8654;
        margin-bottom: 2em; }
    .cd-dropdown-content .cd-dropdown-gallery > li:nth-last-of-type(2) a,
    .cd-dropdown-content .cd-dropdown-gallery > li:last-of-type a {
        margin-bottom: 0; }
    .cd-dropdown-content .cd-dropdown-gallery img {
        position: static;
        height: auto;
        width: 100%;
        margin: 0 0 0.6em; }
    .cd-dropdown-content .cd-dropdown-icons {
        width: 600px; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item {
        height: 80px;
        line-height: 1.2;
        padding: 24px 0 0 85px; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:hover {
        background: #ebebeb; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item h3 {
        color: #3f8654;
        font-weight: bold; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item p {
        display: block;
        font-size: 1.2rem; }
    .cd-dropdown-content .cd-dropdown-icons .cd-dropdown-item:before {
        left: 25px; }
    .cd-dropdown-content > .has-children > ul {
        visibility: hidden; }
    .cd-dropdown-content > .has-children:hover > ul {
        visibility: visible; }
    .cd-dropdown-content > .has-children > ul.is-active {
        /* when hover over .cd-dropdown-content items - show subnavigation */
        visibility: visible; }
    .cd-dropdown-content > .has-children > .cd-secondary-dropdown.is-active > li > ul {
        /* if .cd-secondary-dropdown is visible - show also subnavigation */
        visibility: visible; }
    .cd-dropdown-content > .has-children > a.is-active {
        /* hover effect for .cd-dropdown-content items with subnavigation */
        -webkit-box-shadow: inset 2px 0 0 #3f8654;
        box-shadow: inset 2px 0 0 #3f8654;
        color: #3f8654; }
    .cd-dropdown-content > .has-children > a.is-active:before, .cd-dropdown-content > .has-children > a.is-active:after {
        background: #3f8654; }
    .open-to-left .cd-dropdown-content > .has-children > a.is-active {
        -webkit-box-shadow: inset -2px 0 0 #3f8654;
        box-shadow: inset -2px 0 0 #3f8654; }
}
@-webkit-keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible; }
    100% {
        opacity: 1;
        visibility: visible; }
}
@keyframes cd-fade-in {
    0% {
        opacity: 0;
        visibility: visible; }
    100% {
        opacity: 1;
        visibility: visible; }
}
@-webkit-keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible; }
    100% {
        opacity: 0;
        visibility: visible; }
}
@keyframes cd-fade-out {
    0% {
        opacity: 1;
        visibility: visible; }
    100% {
        opacity: 0;
        visibility: visible; }
}
.cd-search input[type="search"] {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: #242643;
    color: #ffffff;
    border: none;
    border-radius: 0; }
.cd-search input[type="search"]::-webkit-input-placeholder {
    color: #ffffff; }
.cd-search input[type="search"]::-moz-placeholder {
    color: #ffffff; }
.cd-search input[type="search"]:-moz-placeholder {
    color: #ffffff; }
.cd-search input[type="search"]:-ms-input-placeholder {
    color: #ffffff; }
.cd-search input[type="search"]:focus {
    background: #ffffff;
    color: #111433;
    outline: none; }
.cd-search input[type="search"]:focus::-webkit-input-placeholder {
    color: rgba(17, 20, 51, 0.4); }
.cd-search input[type="search"]:focus::-moz-placeholder {
    color: rgba(17, 20, 51, 0.4); }
.cd-search input[type="search"]:focus:-moz-placeholder {
    color: rgba(17, 20, 51, 0.4); }
.cd-search input[type="search"]:focus:-ms-input-placeholder {
    color: rgba(17, 20, 51, 0.4); }
@media only screen and (min-width: 1025px) {
    .cd-search input[type="search"] {
        background-color: #ebebeb; }
    .cd-search input[type="search"]::-webkit-input-placeholder {
        color: #b3b3b3; }
    .cd-search input[type="search"]::-moz-placeholder {
        color: #b3b3b3; }
    .cd-search input[type="search"]:-moz-placeholder {
        color: #b3b3b3; }
    .cd-search input[type="search"]:-ms-input-placeholder {
        color: #b3b3b3; }
}
.has-children > a, .go-back a {
    position: relative; }
.has-children > a:before, .has-children > a:after, .go-back a:before, .go-back a:after {
    /* arrow icon in CSS - for element with nested unordered lists */
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    display: inline-block;
    height: 2px;
    width: 10px;
    background: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
.has-children > a:before, .go-back a:before {
    /*  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);*/ }
.has-children > a:after, .go-back a:after {
    /*  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);*/ }
@media only screen and (min-width: 1025px) {
    .has-children > a:before, .has-children > a:after, .go-back a:before, .go-back a:after {
        background: #b3b3b3;
        display: none; }
}
.has-children > a {
    padding-right: 40px; }
.has-children > a:before, .has-children > a:after {
    /* arrow goes on the right side - children navigation */
    right: 20px;
    -webkit-transform-origin: 9px 50%;
    -ms-transform-origin: 9px 50%;
    transform-origin: 9px 50%; }
@media only screen and (min-width: 1025px) {
    .open-to-left .cd-dropdown-content > .has-children > a {
        padding-left: 40px;
        padding-right: 20px; }
    .open-to-left .cd-dropdown-content > .has-children > a:before, .open-to-left .cd-dropdown-content > .has-children > a:after {
        right: auto;
        left: 20px;
        -webkit-transform-origin: 1px 50%;
        -ms-transform-origin: 1px 50%;
        transform-origin: 1px 50%; }
}
.cd-dropdown-content .go-back a {
    padding-left: 40px; }
.cd-dropdown-content .go-back a:before, .cd-dropdown-content .go-back a:after {
    /* arrow goes on the left side - go back button */
    left: 20px;
    -webkit-transform-origin: 1px 50%;
    -ms-transform-origin: 1px 50%;
    transform-origin: 1px 50%; }
.cd-main-content {
    background-color: #e6e6e6;
    min-height: -webkit-calc(100vh - 100px);
    min-height: calc(100vh - 100px);
    padding: 2em 5%;
    line-height: 2; }
.no-js .cd-dropdown-wrapper:hover .cd-dropdown {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.no-js .cd-dropdown-wrapper .cd-close {
    display: none; }
.subnav-page {
    background: #f3f2ee;
    display: block;
    height: auto;
    float: inherit; }
.subnav-page .cd-dropdown.navprincipale {
    top: -30px;
    margin-top: 0px;
    visibility: initial;
    width: 80%;
    float: left; }
.subnav-page .navfix {
    float: left;
    width: 20%;
    display: block; }
.subnav-page .cd-dropdown-wrapper {
    display: block;
    float: left;
    width: 100%; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content {
    text-align: left;
    width: 100%;
    float: left; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li:last-child {
    margin-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background: #e8e6df; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li {
    min-height: 60px;
    overflow: hidden;
    float: left;
    margin: 1px;
    height: 50%;
    line-height: 60px;
    width: 12.29%;
    background: #e8e6df;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding-bottom: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
    padding-top: 0px;
    position: relative;
    top: 30px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: normal;
    font-family: 'Asap';
    font-weight: 700;
    text-align: center;
    font-size: 1.5rem;
    text-transform: initial;
    line-height: 1.7rem;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.subnav-page .testii {
    overflow: hidden; }
.subnav-page .viewer-sub-nav {
    height: auto;
    max-height: 0px;
    width: 100%;
    background: white;
    -webkit-transition: all 1000ms ease;
    transition: all 1000ms ease; }
.subnav-page .viewer-sub-nav .first {
    display: none; }
.subnav-page .viewer-sub-nav ul li {
    list-style: none; }
.subnav-page .viewer-sub-nav .is-hidden {
    padding-bottom: 20px;
    padding-left: 0px;
    margin-top: 5px; }
.subnav-page .viewer-sub-nav .is-hidden .is-hidden {
    padding-left: 15px; }
.subnav-page .viewer-sub-nav .is-hidden .col {
    padding-top: 25px;
    padding-left: 15px;
    border-right: 1px solid #efeee9;
    width: 24%;
    vertical-align: top;
    display: inline-block; }
.subnav-page .viewer-sub-nav .is-hidden .col:last-child {
    border-right: 0px; }
.subnav-page .viewer-sub-nav .is-hidden .has-children a {
    color: #111111;
    font-size: 1.3rem;
    text-decoration: inherit;
    position: relative;
    font-family: 'Open Sans';
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.subnav-page .viewer-sub-nav .is-hidden .has-children a:hover {
    opacity: 0.7; }
.subnav-page .viewer-sub-nav .is-hidden .has-children a:before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: ">";
    width: 20px;
    height: 20px; }
.subnav-page .viewer-sub-nav .is-hidden .has-children .title-titre {
    font-family: 'Asap';
    text-transform: uppercase;
    font-size: 1.5rem;
    text-decoration: inherit;
    font-weight: bold; }
.subnav-page .viewer-sub-nav.active {
    height: auto;
    max-height: 1400px; }
.subnav-page .go-back a {
    text-transform: uppercase; }
/*
.subnav-page.chasse {

   .cd-dropdown-wrapper .cd-dropdown-content li a{
    color: $colochasseur;
  }
  .cd-dropdown-wrapper .cd-dropdown-content li:hover{
    background: $colochasseur;
      a{
        color:white;
      }
  }

}
*/
/*

.viewer-sub-nav.chasse{
 .has-children a.title-titre{
    color: $colochasseur;
  }

      .has-children a:before{
       color: $colochasseur;
      }
}
*/
/*li{


        margin-left: 1px;
        margin-right: 1px;
        height: 50%;
          width: 11%;
          a{
            background: #e8e6df;
            height: 100%;
            width: 100%;
            padding-top: 0px;
            font-family: 'Asap';
            font-weight: bold;
            text-align: center;
            font-size: 1.5rem;
            line-height: 1.5rem;
          }
          a:hover{
            top: inherit;
          }
      }*/
/* Nav responsiv*/
@media only screen and (max-width: 1024px) {
    .subnav-page .cd-dropdown.navprincipale {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px); }
    .subnav-page.chasse .cd-dropdown-wrapper .cd-dropdown-content li, .subnav-page.chasse .cd-dropdown-wrapper .cd-dropdown-content li:hover {
        background: transparent; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li {
        display: block;
        width: 100%;
        max-height: 40px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        line-height: 5.8rem;
        display: block;
        width: 100%;
        height: 100%;
        min-height: inherit;
        text-align: left;
        background: white; }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content {
        overflow-y: scroll; }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content {
        overflow-y: scroll; }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content .fade-out.closed {
        overflow: hidden; }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content .fade-out {
        width: -webkit-calc(100% - 15px);
        width: calc(100% - 15px); }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content .fade-out.is-hidden {
        width: 100%; }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content.move-out {
        padding-left: 15px;
        overflow: hidden; }
    .subnav-page .cd-dropdown.navprincipale {
        top: 0px; }
    body .header .cd-dropdown-wrapper {
        display: none; }
    .has-children ul {
        height: 100%;
        background: white;
        z-index: 7777; }
    .subnav-page .go-back a {
        position: relative;
        padding-left: 75px; }
    .subnav-page .go-back a:before {
        position: absolute;
        left: -10px;
        top: 0px;
        content: "";
        width: 70px;
        z-index: 8888;
        height: 72px;
        background: #e5e5e5 url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -76px -247px; }
    .subnav-page .cd-dropdown-content ul {
        padding-top: 0px;
        margin-top: 0px; }
    .subnav-page .cd-dropdown-content ul li {
        margin-left: 0px;
        margin-right: 0px; }
    .subnav-page .cd-dropdown-content ul li a {
        background: black; }
}
.navfix ul {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px; }
.navfix ul li {
    list-style: inherit;
    display: table-cell;
    text-align: center;
    background: white;
    height: 100%;
    min-height: 62px;
    position: relative;
    cursor: pointer; }
.navfix ul li span {
    font-family: 'Asap';
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    line-height: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%); }
.navfix ul li span a {
    color: #00461e;
    text-decoration: inherit;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.navfix ul li span a:hover {
    opacity: 0.7; }
.navfix ul li:first-child:after {
    position: absolute;
    right: -2px;
    top: 0px;
    content: "";
    width: 2px;
    z-index: 8888;
    height: 60px;
    background: #e5e5e5 url("https://www.terreseteaux.fr/skin/frontend/te/default/img/deco-border.png") no-repeat; }
.navfix ul .operation {
    width: 100%;
    background: #9cc200;
    overflow: hidden;
    position: relative; }
.navfix ul .operation span a {
    color: white; }
.navfix ul .operation ul {
    left: 0px;
    width: 100%;
    position: absolute;
    top: 62px;
    z-index: 8888; }
.navfix ul .operation ul li {
    display: block;
    border-top: 1px solid #bad44d;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #9cc200;
    width: 100%;
    position: relative; }
.navfix ul .operation ul li span {
    width: 80%;
    text-transform: inherit; }
.navfix ul .operation ul li li:last-child {
    border-top: 0px; }
.navfix ul .operation ul li:hover a {
    opacity: 0.7; }
.navfix ul .operation ul li:after {
    display: none; }
.navfix ul .operation ul li.orange {
    padding-top: 7px;
    background: #ff821e; }
.navfix ul .operation:hover {
    overflow: visible; }
@media only screen and (max-width: 1025px) {
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.hidemobil {
        display: block; }
    .hidemobil {
        display: block !important; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a {
        position: relative;
        padding-left: 75px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a:before {
        position: absolute;
        left: -10px;
        top: 0px;
        content: "";
        width: 70px;
        z-index: 8888;
        height: 72px;
        background: #e5e5e5 url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -76px -247px; }
    body .cd-dropdown-content ul {
        padding-top: 0px;
        margin-top: 0px; }
    body .cd-dropdown-content ul li {
        margin-left: 0px;
        margin-right: 0px; }
    body .cd-dropdown-content ul li a {
        background: black; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li {
        margin-top: 0px;
        margin-bottom: 0px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        padding-left: 15px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a {
        padding-left: 75px;
        text-transform: uppercase; }
    .first-part-mobil ul {
        padding-left: 15px; }
    .subnav-page .navfix {
        display: none;
        width: 100%; }
    .subnav-page .navfix ul {
        width: 100%; }
    .subnav-page .navfix ul li {
        width: 100%;
        display: block; }
    .subnav-page .navfix ul li span a {
        margin-left: 5px;
        line-height: 6.5rem; }
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back {
    max-height: 62px; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a {
    line-height: 6.8rem; }
.subnav-page .viewer-sub-nav {
    position: relative;
    overflow: hidden;
    top: 0px; }
.subnav-page .viewer-sub-nav.active {
    position: relative;
    padding-bottom: 25px; }
.subnav-page .viewer-sub-nav:after {
    height: 20px;
    width: 100%;
    top: 0px;
    left: 0px;
    content: '';
    background: transparent url(https://www.terreseteaux.fr/skin/frontend/te/default/img/bg-degrader.png) no-repeat;
    position: absolute; }
@media only screen and (min-width: 1025px) {
    /* COULEUR */
    /* .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.hover {
    background: #635726; }*/
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        color: #635726; }
    /*
  .cms-chasse .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.hover a{
  color:white;
 }

 .cms-chasse  .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a{
  color:$colochasseur;
  }*/
}
@media only screen and (max-width: 1025px) {
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        color: #111111; }
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a:hover {
        color: #111111; }
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        color: #111111;
        border: 0px; }
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a:hover {
        color: #111111; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li {
        margin-top: 0px;
        margin-bottom: 0px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        padding-left: 15px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a {
        padding-left: 75px;
        text-transform: uppercase; }
    .first-part-mobil ul {
        padding-left: 15px; }
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back {
    max-height: 62px; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a {
    line-height: 6.8rem; }
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.search_li {
    display: none; }
.dropdown-is-active {
    overflow: hidden; }
.toplvl {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px; }
.content-subnav {
    overflow: hidden; }
body #fp-price .clear {
    display: none; }
.qty-mobilhide {
    display: none; }
.hidemobil {
    display: none; }
body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.hidemobil {
    display: none; }
.intro-services .img-service {
    display: block; }
.intro-services .img-service.tablette {
    display: none; }
.intro-services .img-service.mobil {
    display: none; }
@media screen and (max-width: 1250px) {
    .main-container {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding-left: 10px;
        padding-right: 10px; }
}
@media screen and (max-width: 1150px) {
    .cd-dropdown.navprincipale li {
        margin-left: 1%;
        margin-right: 1%; }
    .cd-dropdown-wrapper {
        width: 70%; }
}
@media screen and (max-width: 1023px) {
    .subnav-page .navfix.hidedeskop {
        display: none; }
}
@media screen and (max-width: 1024px) {
    #avis .content-vote .data-table {
        width: 150px; }
    .cms-reservation .intro-services .img-service {
        display: none; }
    .cms-reservation .intro-services .img-service.tablette {
        display: block; }
    .cms-reservation .intro-services .img-service.mobil {
        display: none; }
    body .content-vote .data-table * {
        display: block; }
    body .div-motivation, body .div-cv {
        padding-left: 0px; }
    #avis .content-vote .data-table .note_etat {
        padding-left: 0px; }
    .content-poste p {
        padding-left: 15px; }
    body .ui-tooltip {
        display: none !important; }
    .col2, .col3.info-perso, .col7 {
        width: 100%; }
    .slider-principale .slider-vue:before {
        display: block;
        content: "";
        width: 100%;
        padding-top: 57.9%; }
    .hideelement {
        display: none; }
    .cd-dropdown.navprincipale li {
        margin-left: 0px;
        margin-right: 0px; }
    .cd-dropdown.navprincipale {
        overflow: inherit; }
    /* SEARCH BAR */
    body .cd-dropdown-wrapper {
        margin-top: 0px; }
    .header-container {
        position: fixed;
        z-index: 8888;
        width: 100%;
        background: #dddddd; }
    .main-container.col1-layout {
        margin-top: 165px; }
    body.cms-index-index .main-container.col1-layout, body.catalog-category-view .main-container.col1-layout {
        margin-top: 0px; }
    body.cms-index-index .slider-principale, body.catalog-category-view .slider-principale {
        margin-top: 215px; }
    .search_nav.active {
        display: block; }
    .searchbar {
        position: relative; }
    .searchbar:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -7px -291px;
        width: 25px;
        height: 25px;
        right: 20px;
        top: 19px;
        cursor: pointer; }
    .search_nav {
        top: 0px;
        display: block;
        margin: 0 auto;
        position: relative;
        right: inherit;
        left: inherit;
        width: 100%;
        height: 65px;
        z-index: 6666; }
    .search_nav img {
        top: 20px;
        left: 0px;
        position: absolute;
        padding: 20px;
        background: #00421c; }
    .search_nav input {
        margin-top: 8px;
        outline: none;
        width: -webkit-calc(100% - 15px);
        width: calc(100% - 15px);
        height: 45px;
        line-height: 45px;
        border: 0px;
        background: white;
        font-family: 'Asap';
        font-size: 1.5rem;
        font-style: italic;
        padding-left: 15px;
        position: relative;
        min-width: 96%;
        max-width: 97%;
        border-radius: 0px; }
    .close {
        display: none; }
    /*header*/
    .subheader .select.selectmagasin {
        display: none; }
    .subheader .subnav {
        width: 100%; }
    .subheader .subnav ul {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        position: relative;
        text-align: right; }
    .subheader .subnav ul li {
        padding-top: 3px;
        padding-bottom: 0px;
        width: 20px;
        height: 23px;
        overflow: hidden;
        text-align: right; }
    .subheader .subnav ul li:first-child {
        position: absolute;
        top: -10px;
        left: -10px;
        height: 54px;
        width: 51px;
        padding-top: 1px; }
    .subheader .subnav ul li:first-child a {
        padding-left: 0px; }
    .subheader .subnav ul li:first-child img {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-right: 13px; }
    .subheader .subnav ul .cart-header:hover {
        background: inherit; }
    .subheader .subnav ul .cart-header:hover #cart-extended {
        display: none; }
    .subheader .subnav ul .cart-header:hover #cart-header-resa:before {
        background-position: -7px -70px; }
    .subheader .content-logo-mobil {
        display: block;
        background: white;
        border-bottom: 1px solid #f2f2f2; }
    .subheader .content-logo-mobil img {
        display: block;
        margin: 0 auto; }
    .header .logo-img {
        display: none; }
    .cd-dropdown-trigger {
        display: block; }
    .cd-dropdown-content {
        display: none;
        background: white;
        padding-top: 0px;
        margin-top: 0px; }
    .cd-dropdown-content li {
        border-bottom: 1px solid #e5e5e5; }
    .cd-dropdown-content a {
        overflow: visible;
        border: 0px;
        display: block;
        height: 100%;
        width: 100%;
        font-family: 'Rosewood Stdfil';
        text-transform: uppercase;
        color: #111111;
        font-size: 1.8rem;
        position: relative;
        text-decoration: inherit; }
    .cd-close {
        display: block; }
    .logo-mobil, .first-part-mobil {
        display: block; }
    .search_li {
        display: none; }
    .cd-dropdown.dropdown-is-active .cd-dropdown-content {
        position: relative;
        display: block;
        overflow-y: hidden; }
    .logo-mobil {
        width: auto;
        display: block;
        margin: 0 auto; }
    .cd-dropdown {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px); }
    .cd-dropdown:after {
        width: 50px;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        top: 0px;
        right: -50px;
        position: absolute;
        content: ''; }
    .cd-dropdown.dropdown-is-active:after {
        background: rgba(0, 0, 0, 0.6); }
    .first-part-mobil {
        background: #00421c; }
    .first-part-mobil ul {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 15px;
        padding-bottom: 15px; }
    .first-part-mobil ul li {
        display: block;
        width: 100%;
        padding-top: 5px;
        padding-bottom: 5px; }
    .first-part-mobil ul li a {
        position: relative;
        text-transform: uppercase;
        color: white;
        text-decoration: none;
        font-family: 'Asap';
        font-weight: 500;
        padding-left: 25px;
        font-size: 1.3rem; }
    .slider-principale .slick-dotted.slick-slider {
        margin-bottom: 0px; } }

@media screen and (max-width: 1160px) {
    .block-full-image .content-center .link-page p {
        font-size: 1.2rem; } }

@media screen and (max-width: 800px) {
    .cms-reservation .intro-services .img-service {
        display: none; }
    .cms-reservation .intro-services .img-service.tablette {
        display: none; }
    .cms-reservation .intro-services .img-service.mobil {
        display: block; } }

.cart .carte_fidelite, .cart .info_mtt_point, .checkout-recap, .table-fidelite, .rap-summary
{
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
}


@media screen and (max-width: 670px) {
    .Block.info .block-full-image .content-center .link-page p {
        display: none; }
    .col-main .col2:first-child {
        padding-left: 0px;
        padding-right: 0px; }
    .block-header-intro p {
        padding-left: 15px;
        padding-right: 15px; }
    .block-header-intro h3 {
        padding-left: 15px;
        padding-right: 15px; }
    footer .footer-links .block1 {
        max-width: inherit; }
    footer .footer-links .block1 .select {
        display: block;
        width: 100%;
        margin-top: 18px;
        margin-bottom: 18px; }
    footer .footer-links .block1 .sod_select {
        display: block;
        margin: 0 auto; }
    /* SLIDER */
    .slider-principale .slider-vue img {
        /*			width: 150%;
    */ }
    .more_product .slick-list {
        width: 75%;
        margin: 0 auto;
    }
    .product-image {
        border: 1px solid #f2f2f2; }
    .product-image img {
        width: 100%; }
    .product-image img.vignette {
        right: 5px;
        width: 40px; }
    .slider-secondaire h2 {
        padding-top: 15px;
        margin-bottom: 15px; }
    .slider-secondaire section {
        padding-top: 0px; }
    .slider-secondaire .product-shop {
        min-height: 140px; }
    .slider-secondaire .product-shop .categorie-item-title {
        font-size: 1.4rem; }
    .slider-secondaire .product-shop .categorie-item-brand {
        font-size: 1.2rem; }
    .slider-secondaire .product-shop .price-box {
        bottom: 10px;
        font-size: 2.0rem; }
    .slider-secondaire .slick-prev, .slider-secondaire .slick-next {
        top: 36%; }
    /* PREHOME RESPONSIV*/
    .Block.info {
        padding-bottom: 10px; }
    .Block.info .col3 {
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 10px; }
    .Block.info .col7 {
        min-height: 250px;
        margin-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px; }
    .Block.info .col7 .content-bottom {
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box; }
    .Block.info .col7 .link-simple {
        display: inline-block;
        margin: 0 auto;
        float: inherit;
        text-align: center;
        margin-top: 15px;
        position: relative;
        left: 50%;
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -o-transform: translateX(-50%); }
    .Block.info .col7 .link-page {
        display: block;
        text-align: center;
        margin: 0 auto; }
    .Block.info .col7 .block-full-image {
        max-height: inherit;
        background: transparent; }
    .Block.info .col7 .block-full-image img {
        width: inherit; }
    .Block.info .col7 .block-full-image img.logo-name {
        width: auto; }
    .Block.info .block-full-image .content-center .link-page {
        padding-top: 30px;
        padding-bottom: 30px; }
    .Block.info .block-full-image .content-center .link-page p {
        display: none; }
    .Block.info .block-full-image .content-center .link-page .link_hover {
        display: none; }
    .Block.info .block-full-image .content-center .link-page h4 {
        opacity: 1;
        padding-top: 0px; }
    .Block.info .block-full-image .content-center .link-page:hover h4 {
        opacity: 1;
        padding-top: 0px; }
    .Block.info .block-full-image .content-center .link-page:hover .link_hover {
        display: none; }
    /* FOOTER */
    footer .main-container {
        padding-left: 0px;
        padding-right: 0px; }
    footer .footer-links {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        padding-left: 20px;
        padding-right: 20px; }
    footer .footer-links .col {
        padding-left: 0px;
        padding-right: 0px; }
    footer .footer-links .col h3 {
        margin-bottom: 0px; }
    footer .footer-links .col a {
        font-size: 1.2rem; }
    footer .footer-links .col li {
        margin-bottom: 5px; }
    footer .footer-links .col:nth-child(2) {
        width: 50%;
        float: left; }
    footer .footer-links .col:nth-child(3) {
        width: 50%;
        float: left; }
    footer .footer-links .col:nth-child(4) {
        width: 50%;
        float: left; }
    footer .footer-links .col:nth-child(5) {
        width: 50%;
        float: left; }
    footer .footer-container .social-footer {
        padding-top: 0px;
        padding-bottom: 0px; }
    footer .footer-container .social-footer h3 {
        margin-right: 25px; }
    footer .footer-container .social-footer li {
        margin-right: 15px; }
    footer .footer-container .legalLinks {
        text-align: center;
        padding-left: 25px;
        padding-right: 25px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box; }
    footer .footer-container .legalLinks a {
        line-height: 25px; }
    footer .footer-container .topfooter ul li {
        position: relative;
        margin-left: 0px;
        margin-right: 0px;
        display: block;
        width: 100%;
        height: inherit;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 1px solid #cccccc; }
    footer .footer-container .topfooter ul li .alignc {
        position: inherit;
        top: inherit;
        -webkit-transform: inherit;
        -ms-transform: inherit;
        transform: inherit;
        text-align: left; }
    footer .footer-container .topfooter ul li .alignc img {
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 18px;
        vertical-align: middle;
        max-width: 30px;
        display: inline-block; }
    footer .footer-container .topfooter ul li .alignc span {
        font-size: 1.2rem;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block; }
    footer .footer-container .topfooter ul li:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: 5px -250px;
        width: 25px;
        height: 20px;
        right: 10px;
        top: 28px; }

    /*update panier mobile*/
    .avancement_cmd.lad #onepage-step-cart {
        margin-left: 0px;
    }
    .avancement_cmd .step {
        width: 13%;
    }
    .cart fieldset table tr:first-child {
        border-top: none;
    }

    .checkout-cart-index .col2 {
        width: 100%;
        display: block;
    }
    .main-container {
        padding: 0;
    }
    .page-title{ padding:0px; margin-top:-10px;}
    .cart{padding-top:0px; padding-left:0px; padding-right: 5px;  }
    .cart fieldset table{ position: relative;  width:100%; display: table;}
    .cart .info_mtt_point{ border:none;}
    .col-main .col2:first-child{ margin:0px;}
    .cart-collaterals{ margin-top:5px; width: 100%; }
    .cart .page-title h3::before{ left:17px; top:11px;}
    .cart .page-title h3{ padding-left:52px; }
    .cart fieldset table#shopping-cart-table  tr td{ padding-bottom:0px; }
    .cart fieldset table#shopping-cart-table tr td.last{ position: absolute; right:10px; top:5px; }
    .cart fieldset table#shopping-cart-table tr{position: relative; height: 165px; display:block; }
    .cart fieldset table#shopping-cart-table tr td.product-img-tunnel { padding-top: 1px; position: absolute; }
    .cart fieldset table .product-name a { max-width:225px; height: 40px; display:table-cell; vertical-align: middle; }
    .cart fieldset table#shopping-cart-table tr td.stock-dispo { padding-top: 1px; position: absolute; left:4%; padding-top:5px; padding-bottom:0px; }
    .cart fieldset table#shopping-cart-table tr td.stock-dispo h2, .cart fieldset table#shopping-cart-table tr td.stock-dispo p.ref,
    .cart fieldset table#shopping-cart-table tr td.stock-dispo dl.item-options { padding-left:75px;}
    .cart fieldset table#shopping-cart-table tr td.stock-dispo p.infostock{ padding-left: 97px; }
    .cart fieldset table#shopping-cart-table tr td.stock-dispo.qty-mobilhide { width:100px; }
    .cart fieldset table#shopping-cart-table tr td .sod_select{padding:10px; width:85px; }
    .cart table#shopping-cart-table .sod_select:after{ background-position: -95px -340px; }
    .cart fieldset table#shopping-cart-table .stock-dispo .infostock:before{ top:-2px; left:68px;}
    .cart fieldset table#shopping-cart-table tr td.tooltip-cart{ position: absolute; bottom: 5px; left: 90px; }
    .cart fieldset table#shopping-cart-table tr td.tooltip-cart img{ max-width: 80px; }
    .cart fieldset table#shopping-cart-table tr td.cart-price-td{ position: absolute; width: 40%; right: 5px; bottom:20px;}
    .cart fieldset table#shopping-cart-table tr td.cart-price-td.tooltip-cart{ position: absolute; bottom:0;left: 45px; padding:0;}
    .cart fieldset table#shopping-cart-table tr td.cart-price-td.tooltip-cart toptag-tooltip{max-width: 44%;}
    .cart fieldset table#shopping-cart-table tr td.cart-price-td.tooltip-cart ul.toptag-tooltip img{max-width: 60px; float: left;}
    .cart .info_mtt_point, .discount, .cart .checkout-recap, .rap-summary, .table-fidelite{ border-top:none !important; border-right:none !important; border-left:none !important; border-bottom: 1px solid #dfdfdf !important; padding:10px !important; width:100% !important; margin:0; }
    .cart .checkout-recap { padding:10px 0 !important; }
    .cart-collaterals .border-tva{ margin-left:10px;}
    .cart .info_mtt_point .txt_cart, .cart .info_mtt_point .txt_no_cart{ margin-right: 0px;}
    .cart .carte_fidelite img{ margin-top: 0px; }
    .cart .carte_fidelite a{ padding:0 !important;}
    .cart fieldset{ margin:0;}
    .cart .info_mtt_point{ margin-bottom:0px !important; }
    .checkout-cart-index .col2{ margin:0; width:98%;}
    #price-tot { border-top:1px solid #dfdfdf ; }
    #shipping-method-single-mode .checkout-item .item-name{ padding-top:0px;}
    .cart .carte_fidelite .title-carte{ width:80%; margin-left:0px; }
    .qty-mobilhide { margin-top: 20px; }

    .cart.formulaire h3{ padding-left:10px;}
    .cart #shopping-cart-totals-table{ padding-left:5px;}

    #cart_form input.qty_mobile.qty_mobileplus[type=number]{ width:24%; padding:5px; }

    .cart .maj_cart_mobile{ display:block; }
    .cart fieldset .maj_mobil { margin: 15px 10px; }

}


@media screen and (max-width: 380px) {
    .info-carte {
        width: 86% !important;
    }
    footer .footer-links {
        text-align: center; }
    footer .footer-links .col:nth-child(2) {
        width: 100%;
        display: block; }
    footer .footer-links .col:nth-child(3) {
        width: 100%;
        display: block; }
    footer .footer-links .col:nth-child(4) {
        width: 100%;
        display: block; }
    footer .footer-links .col:nth-child(5) {
        width: 100%;
        display: block; } }

/* Catalogue */
@media screen and (max-width: 1024px) {
    /*GENERIQUE*/
    .col3 {
        width: 100%; }
    .col7 {
        width: 100%; }
    .toolbar .sorter {
        padding-bottom: 0px;
        padding-left: 0px;
        background: transparent; }
    .toolbar .pager.right, .toolbar .sort-by.right {
        display: none; }
    .sidebar {
        margin-bottom: 15px; }
    .sidebar #block-subtitle-head {
        position: relative; }
    .sidebar .filter-mobil.hidemobil.sorter {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; }
    .sidebar .filter-mobil.hidemobil.sorter .sod_select {
        width: 100%; }
    .sidebar .filter-mobil.hidemobil.sorter .sort-by {
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 25px; }
    .sidebar .filter-mobil.hidemobil.sorter .limiter {
        margin-bottom: 20px; }
    .sidebar #block-subtitle-head:after {
        position: absolute;
        width: -webkit-calc(100% + 28px);
        width: calc(100% + 28px);
        height: 1px;
        background: #cccccc;
        left: -20px;
        bottom: -25px;
        content: ''; }
    .sidebar #block-subtitle-head.closenav:after {
        display: none; }
    .categorie-item-line .categorie-item .categorie-item-img .degrader-bottom {
        width: 100%; }
    .category-products {
        /*.categorie-item-line .categorie-item:nth-child(even) {background: #CCC}
            .categorie-item-line .categorie-item:nth-child(odd) {background: #FFF}
    */ }
    .category-products .col-principale {
        background: white;
        padding-left: 0px; }
    .category-products .col-principale ol {
        margin-top: 15px;
        margin-bottom: 15px; }
    .category-products .categorie-item-line:nth-child(even) {
        background: red; }
    .category-products .categorie-item-line:nth-child(even) .categorie-item:first-child {
        border-left: none; }
    .category-products .categorie-item-line:nth-child(even) .categorie-item:nth-child(2) {
        border-right: none; }
    .category-products .categorie-item-line:nth-child(odd) {
        background: blue; }
    .category-products .categorie-item-line:nth-child(odd) .categorie-item:first-child {
        border-right: none; }
    .category-products .categorie-item-line .categorie-item {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        margin-bottom: 0px;
        border-top: 0px;
        padding-right: 0px;
        width: 50%;
        min-height: 415px; }
    .category-products .categorie-item-line .clear {
        display: none; }
    .category-products ol.pager-nav {
        margin-top: 15px;
        background: #eeeeee; }
    .category-products ol.pager-nav li a {
        background: inherit;
        display: none; }
    .category-products ol.pager-nav li {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 50%;
        float: left;
        background: white;
        margin-left: 0px;
        margin-right: 0px; }
    .category-products ol.pager-nav li:hover {
        background: rgba(255, 255, 255, 0.5); }
    .category-products ol.pager-nav li:first-child a {
        border-right: 1px solid #eeeeee; }
    .category-products ol.pager-nav li.current {
        display: none; }
    .category-products ol.pager-nav li a.next, .category-products ol.pager-nav li a.previous {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
        display: block;
        text-transform: uppercase;
        text-align: center; }
    .category-products .categorie-item {
        padding-bottom: 140px; }
    .category-products .categorie-item .categorie-item-title {
        font-size: 1.4rem; }
    .category-products .categorie-item .vignette {
        right: 70px; }
    .category-products .categorie-item .categorie-item-img {
        padding-right: 0px; }
    .category-products .categorie-item .categorie-item-brand {
        font-size: 1.2rem; }
    .category-products .categorie-item .price-box {
        bottom: 10px;
        font-size: 2.0rem; }
    .categorie-item-fp-avantage .price {
        padding: 0px;
        color: #111111;
        border: 0px;
        font-size: 1.6rem;
        text-decoration: line-through; }
    .categorie-item-fp-avantage .price.new {
        text-decoration: inherit;
        padding: 5px;
        font-size: 2.3rem;
        border: 2px solid #9cc200;
        color: #9cc200; }
    .backtotop {
        display: none;
        opacity: 0; }
    .navfiltermobil {
        position: absolute;
        z-index: 7777;
        right: 20px;
        top: 50%;
        cursor: pointer;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    .content-filter-mobil.closenav {
        height: 0px;
        overflow: hidden; }
    .content-filter-mobil.opennav {
        height: auto;
        overflow: hidden; }
    #block-subtitle-head.opennav .closefilter {
        display: block!important; }
    #block-subtitle-head.opennav .openfilter {
        display: none!important; }
    #block-subtitle-head.closenav .closefilter {
        display: none!important; }
    #block-subtitle-head.closenav .openfilter {
        display: block; }
    .col-left.sidebar {
        padding-bottom: 0px;
        margin-bottom: 0px; }
    .col-left.sidebar.left {
        margin-bottom: 15px; }
}

@media screen and (max-width: 1024px) {
    .from {
        width: 130px;
        top: -20px; }
}

@media screen and (max-width: 670px) {
    .category-products .categorie-item-price.price-reduc .price-box {
        bottom: -20px; }
    .category-products .categorie-item-price.price-reduc .price-box .price {
        display: inline-block; }
    .category-products .categorie-item-price.fromprice .price-box {
        bottom: 40px; }
    .category-products .categorie-item-price.fromprice .price-box .price {
        display: inline-block; }
    footer .footer-container .topfooter ul li .alignc span {
        font-size: 1.2rem;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block; }
    footer .footer-container .topfooter ul li:first-child span {
        font-size: 1.1rem; }
    footer .footer-container .topfooter ul li:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: 5px -250px;
        width: 25px;
        height: 20px;
        right: 10px;
        top: 28px; } }

@media screen and (max-width: 360px) {
    footer .footer-links {
        text-align: center; }
    footer .footer-links .col:nth-child(2) {
        width: 100%;
        display: block; }
    footer .footer-links .col:nth-child(3) {
        width: 100%;
        display: block; }
    footer .footer-links .col:nth-child(4) {
        width: 100%;
        display: block; }
    footer .footer-links .col:nth-child(5) {
        width: 100%;
        display: block; }
}
/* Catalogue */
@media screen and (max-width: 1024px) {
    /*GENERIQUE*/
    .col3 {
        width: 100%; }
    .col7 {
        width: 100%; }
    .toolbar .sorter {
        padding-bottom: 0px;
        padding-left: 0px;
        background: transparent; }
    .toolbar .pager.right, .toolbar .sort-by.right {
        display: none; }
    .sidebar {
        margin-bottom: 15px; }
    .sidebar #block-subtitle-head {
        position: relative; }
    .sidebar .filter-mobil.hidemobil.sorter {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px; }
    .sidebar .filter-mobil.hidemobil.sorter .sod_select {
        width: 100%; }
    .sidebar .filter-mobil.hidemobil.sorter .sort-by {
        padding-right: 0px;
        margin-right: 0px;
        margin-bottom: 25px; }
    .sidebar .filter-mobil.hidemobil.sorter .limiter {
        margin-bottom: 20px; }
    .sidebar #block-subtitle-head:after {
        position: absolute;
        width: -webkit-calc(100% + 28px);
        width: calc(100% + 28px);
        height: 1px;
        background: #cccccc;
        left: -20px;
        bottom: -25px;
        content: ''; }
    .sidebar #block-subtitle-head.closenav:after {
        display: none; }
    .categorie-item-line .categorie-item .categorie-item-img .degrader-bottom {
        width: 100%; }
    .category-products {
        /*.categorie-item-line .categorie-item:nth-child(even) {background: #CCC}
		.categorie-item-line .categorie-item:nth-child(odd) {background: #FFF}
*/ }
    .category-products .col-principale {
        background: white;
        padding-left: 0px; }
    .category-products .col-principale ol {
        margin-top: 15px;
        margin-bottom: 15px; }
    .category-products .categorie-item-line:nth-child(even) {
        background: red; }
    .category-products .categorie-item-line:nth-child(even) .categorie-item:first-child {
        border-left: none; }
    .category-products .categorie-item-line:nth-child(even) .categorie-item:nth-child(2) {
        border-right: none; }
    .category-products .categorie-item-line:nth-child(odd) {
        background: blue; }
    .category-products .categorie-item-line:nth-child(odd) .categorie-item:first-child {
        border-right: none; }
    .category-products .categorie-item-line .categorie-item {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        margin-bottom: 0px;
        border-top: 0px;
        padding-right: 0px;
        width: 50%;
        min-height: 415px; }
    .category-products .categorie-item-line .clear {
        display: none; }
    .category-products ol.pager-nav {
        margin-top: 15px;
        background: #eeeeee; }
    .category-products ol.pager-nav li a {
        background: inherit;
        display: none; }
    .category-products ol.pager-nav li {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        width: 50%;
        float: left;
        background: white;
        margin-left: 0px;
        margin-right: 0px; }
    .category-products ol.pager-nav li:hover {
        background: rgba(255, 255, 255, 0.5); }
    .category-products ol.pager-nav li:first-child a {
        border-right: 1px solid #eeeeee; }
    .category-products ol.pager-nav li.current {
        display: none; }
    .category-products ol.pager-nav li a.next, .category-products ol.pager-nav li a.previous {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
        padding-top: 25px;
        padding-bottom: 25px;
        display: block;
        text-transform: uppercase;
        text-align: center; }
    .category-products .categorie-item {
        padding-bottom: 140px; }
    .category-products .categorie-item .categorie-item-title {
        font-size: 1.4rem; }
    .category-products .categorie-item .vignette {
        right: 70px; }
    .category-products .categorie-item .categorie-item-img {
        padding-right: 0px; }
    .category-products .categorie-item .categorie-item-brand {
        font-size: 1.2rem; }
    .category-products .categorie-item .price-box {
        bottom: 10px;
        font-size: 2.0rem; }
    .categorie-item-fp-avantage .price {
        padding: 0px;
        color: #111111;
        border: 0px;
        font-size: 1.6rem;
        text-decoration: line-through; }
    .categorie-item-fp-avantage .price.new {
        text-decoration: inherit;
        padding: 5px;
        font-size: 2.3rem;
        border: 2px solid #9cc200;
        color: #9cc200; }
    .backtotop {
        display: none;
        opacity: 0; }
    .navfiltermobil {
        position: absolute;
        z-index: 7777;
        right: 20px;
        top: 50%;
        cursor: pointer;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%); }
    .content-filter-mobil.closenav {
        height: 0px;
        overflow: hidden; }
    .content-filter-mobil.opennav {
        height: auto;
        overflow: hidden; }
    #block-subtitle-head.opennav .closefilter {
        display: block !important; }
    #block-subtitle-head.opennav .openfilter {
        display: none !important; }
    #block-subtitle-head.closenav .closefilter {
        display: none !important; }
    #block-subtitle-head.closenav .openfilter {
        display: block; }
    .col-left.sidebar {
        padding-bottom: 0px;
        margin-bottom: 0px; }
    .col-left.sidebar.left {
        margin-bottom: 15px; }
}
@media screen and (max-width: 1024px) {
    .from {
        width: 130px;
        top: -20px; }
}
@media screen and (max-width: 640px) {
    .category-products .categorie-item-price.price-reduc .price-box {
        bottom: -20px; }
    .category-products .categorie-item-price.price-reduc .price-box .price {
        display: inline-block; }
    .category-products .categorie-item-price.fromprice .price-box {
        bottom: 40px; }
    .category-products .categorie-item-price.fromprice .price-box .price {
        display: inline-block; }
    .category-products .categorie-item-price .price-box {
        bottom: 60px; }
    .category-products .categorie-item-price .price-box .price {
        display: inline-block; }
    .from {
        width: 130px;
        top: -15px; }
    .category-products .categorie-item .vignette {
        right: 15px; }
    .category-products ol .next span:after, .category-products ol .previous span:after {
        top: -4px; }
    .category-products ol .next span:after {
        right: -15px; }
    .category-products ol .previous span:after {
        left: -18px; }
    .category-products ol a {
        font-size: 1rem; }
    .categorie-item-fp-avantage .price {
        margin-top: 5px;
        padding: 0px;
        color: #111111;
        border: 0px;
        font-size: 1.1rem;
        text-decoration: line-through; }
    .categorie-item-fp-avantage .price.new {
        text-decoration: inherit;
        padding: 5px;
        font-size: 1.8rem;
        border: 2px solid #9cc200;
        color: #9cc200; }
}
/* PAGE PRODUITS */
@media screen and (max-width: 1024px) {
    .col55, .col45 {
        width: 100%;
        float: inherit; }
    .content-bandeau {
        width: 100%; }
    .bandeau p {
        font-size: 1.2rem;
        line-height: 3.0rem;
        margin-bottom: 0px; }
    .bandeau p:first-child {
        margin-bottom: 0px; }
    .bandeau .title {
        font-size: 4.0rem;
        line-height: 3.0rem; }
    .product-essential .product-name .resumer-rating {
        position: inherit;
        display: block; }
    .more-views {
        display: none; }
    .product-essential .topnav-product {
        text-align: right;
    }
    .product-essential .topnav-product .product-top-offre-js img {
        width:75%;
        height: auto;
    }
    .product-essential .topnav-product .toptag img {
        width:30px;
        height: auto;
    }
    .product-essential fieldset .option {
        width: 100%;
        margin-right: 0px; }
    .product-essential fieldset.product-options{ width:25%; }
    .product-essential fieldset .option .sod_select {
        width: 100%;
        margin-bottom: 15px; }
    .product-essential fieldset .option .sod_select select {
        width: 100%; }
    .product-essential .tag {
        border: 0px; }
    .product-essential .stock-dispo-directlink {
        float: right; }
    .proposition {
        margin-bottom: 50px;
        padding-bottom: 0px; }
    #customer-reviews dl:nth-child(even) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; }
    body #customer-reviews dl {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; }
    .cart-collaterals .tva-info p.small.left:after {
        display: none; }
    .product-collateral #fp-desc-content-avis .link-simple {
        position: inherit;
        display: block;
        margin: 0 auto;
        width: 145px; }
    .product-collateral #fp-desc-content-avis .link-page {
        position: inherit;
        display: block; }
    .product-collateral #fp-desc-content-avis .link-simple {
        width: 125px; }
    .product-collateral #fp-desc-content-avis .avis-client-header {
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: space-between;
    }
    .product-collateral #fp-desc-content-avis .avis-client-header .link-page {
        font-size: 1rem;
    }
    .label-contactez-label.nostock {
        display: inline-block; }
    .label-contactez-label.nostock a {
        text-align: left;
        padding-left: 35px;
        display: block; }
    .product-essential #fp-info-mid-right .label-contactez-label.nostock a:before, .product-essential #fp-info-mid-right .label-contactez-label.nostock a:before {
        left: 0px; }
    .catalog-product-view .breadcrumbs ul li span {
        display: none; }
    .catalog-product-view .breadcrumbs ul li strong span {
        display: block;
        font-size: 0.8rem; }
    .catalog-product-view .breadcrumbs ul li a {
        display: none; }
    .catalog-product-view .breadcrumbs ul li.back-product a {
        display: block;
        font-size: 0.8rem;
        margin-right: 2px;
        margin-left: 2px; }
    #fp-bloc-services .col33 h3:after {
        display: none; }
    #video h3 {
        margin-bottom: 0px; }
    #video.open h3 {
        margin-bottom: 25px; }
    .product-img-box .product-image {
        border: 0px; }
    #fp-col-left {
        border-bottom: 1px solid #c0c0c0;
        padding-bottom: 15px;
        margin-bottom: 15px; }
    #fp-col-left .slick-dots {
        bottom: 20px; }
    #fp-col-left .slick-dots li button:before {
        color: #c0c0c0; }
    #fp-col-left .slick-dots li.slick-active button:before {
        /*  color: #111111; */
        color:grey;}
    .lightbox-content .content-light .infoMag {
        padding-right: 10px;
        padding-left: 0px; }
    #contactform {
        position: relative; }
    .lightbox-content h4 {
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        text-align: center;
        padding: 15px;
        font-size: 2.5rem;
    }
    .close-light {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 32px;
        display: block; }
    .product-essential .product-image-zoom .zoomimg .zoomImgslider {
        display: block; }
    .product-collateral #video {
        background: transparent; }
    #video:after, #video:before {
        display: none; }
    .fp-desc-content#service .col33 {
        text-align: center;
        width: 100%; }
    .product-collateral #video td {
        display: block; }
    body #fp-price .clear {
        display: block; }
    body .guidesize {
        float: inherit;
        text-align: center; } }

@media screen and (max-width: 670px) {
    .content-light ul li {
        margin-bottom: 15px; }
    .input-box-label.left {
        float: inherit;
        display: block; }
    .input-box.input-box-value.right {
        float: inherit;
        width: 100%; }
    .lightbox-content .content-light .popupStepContent.popupStepContent-form .input-box {
        width: 100%; }
    .bandeau p {
        font-size: 1.2rem;
        line-height: 2.0rem;
        margin-bottom: 0px; }
    .bandeau p:first-child {
        margin-bottom: 0px;
        font-size: 1.5rem; }
    .bandeau .title {
        font-size: 3.0rem;
        line-height: 3.0rem; }
    .proposition h2 {
        font-size: 1.5rem; }
    .product-essential .product-shop {
        padding-left: 0px; }
    .product-essential .stock-dispo-directlink, .stock-dispo.left, .stock-no-dispo.left {
        display: block;
        margin: 0 auto;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px; }
    .product-essential .stock-dispo-directlink,
    .product-essential .stock-dispo {
        font-size: 1rem;
    }
    .product-essential .content-next-product {
        display: flex;
        display: -webkit-flex;
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .product-essential .content-next-product #fp-axe,
    .product-essential .content-next-product #fp-qty {
        flex: 1 1 50%;
    }
    .product-essential .content-next-product #fp-info-mid-right {
        flex: 1 1 100%;
    }
    .product-essential .content-next-product #fp-axe fieldset {
        border: none;
        padding: 10px 0;
    }
    #div-qty {
        display: none;
    }
    .product-essential #fp-qty #div-qty {
        display: none;
    }
    #fp-qty, #fp-info-mid-right {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px; }
    #fp-qty .label-contactez-label, #fp-info-mid-right .label-contactez-label {
        text-align: left; }
    #carte-avantage {
        display: block;
        width: auto;
        margin: 0 auto;
        float: inherit;
        text-align: center;
        margin-top: 15px; }
    #carte-avantage #carte-avantage-text {
        text-align: left; }
    #fp-price {
        text-align: center; }
    .product-essential .product-shop.promotion .subdescription {
        float: inherit;
        display: block;
        width: 100%;
        margin: 0 auto;
        padding-top: 5px;
        padding-bottom: 15px; }
    .product-essential .product-shop.promotion .price-box, .product-essential .product-shop.promotion #old-price {
        text-align: center;
        float: inherit;
        display: inline-block; }
    .product-essential .reservation {
        text-align: center; }
    .product-essential #fp-info-mid-right #block-reserver {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-around;
    }
    .product-essential #fp-info-mid-right #label-contactez {
        margin-left: 25px;
    }
    .product-essential #fp-info-mid-right #bt-contactez {
        font-size: 1rem;
    }
    #customer-reviews .resumer-rating p {
        font-size: 4.0rem; }
    body .product-collateral .box-documents .item {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px; }
    body .product-collateral .box-documents .item:nth-child(odd), body .product-collateral .box-documents .item:nth-child(even) {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px; }
    #video td {
        width: 100%; }
    .subnav-product {
        display: none; }
    .product-collateral .fp-desc-content {
        padding-bottom: 0px; }
    .product-collateral .fp-desc-content h3 {
        font-size: 1.8rem; }
    .product-collateral .fp-desc-content .content-desc {
        height: 0px;
        overflow: hidden; }
    .product-collateral .fp-desc-content.open {
        padding-bottom: 25px; }
    .product-collateral .fp-desc-content.open .content-desc {
        height: auto;
        overflow: hidden; }
    body .product-collateral .fp-desc-content#descriptif {
        padding-top: 25px; }
    .product-collateral .fp-desc-content h3 {
        position: relative;
        cursor: pointer; }
    .product-collateral .fp-desc-content h3:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -100px -321px;
        width: 25px;
        height: 25px;
        right: 10px;
        top: 10px; }
    .product-collateral .fp-desc-content#fp-desc-content-avis h3:after {
        display: none; }
    body #old-price {
        margin-bottom: 25px; }
    #customer-reviews dl th {
        min-width: 100px;
        font-size: 1.1rem; }
    .price-box {
        font-size: 2.4rem; }
    .product-image img {
        width: 100%; }
    .product-image img.sticker {
        right: 5px;
        width: 70px; }
    .product-essential #fp-info-mid-right .link-page {
        margin-left: 0px;
        margin-right: 0px; }
    .product-essential .
}
@media screen and (max-width: 1024px) {
    .cart .page-title button {
        display: none; }
    .cart .qty-panier {
        display: none; }
    .cart .carte_fidelite a {
        display: block;
        padding-left: 105px; }
    .cart .carte_fidelite .price-box {
        margin-top: -7px; }
    .cart #shopping-cart-totals-table {
        background: transparent; }
    .cart #shopping-cart-totals-table tr:first-child td {
        border-top: 0px; }
    .cart #shopping-cart-totals-table td {
        border-top: 1px solid #dfdfdf;
        text-transform: initial;
        padding-top: 15px;
        padding-left: 0px;
        padding-bottom: 15px; }
    .cart .cgvAgreement {
        display: block;
        width: 100% !important; }
    .cart .cgvAgreement label {
        max-width: 180px; }
    .cart .bottom-page {
        float: inherit;
        display: block;
        margin: 0 auto; }
    .cart #main_cart_totals .cgvAgreement label {
        max-width: 94%; }
    .cart.login .col2:nth-child(odd):before, .cart.tunnel1 .col2:nth-child(odd):after {
        display: none; }
    .cart.login .col2:nth-child(odd) {
        border-bottom: 1px solid #dfdfdf; }
    .cart.login .col2 {
        padding-bottom: 25px; }
    .cart.login .content-next {
        display: none; }
    .cart.formulaire .form-title, .cart.formulaire .form-entries {
        display: block; }
    .cart.formulaire .form-entries {
        width: 100%; }
    .content-next p {
        text-align: right;
        padding-left: 25px;
        padding-right: 25px;
        margin-bottom: 5px; }
    .content-next .right {
        margin-right: 25px; }
    .content-next .mention h4 {
        padding-left: 25px; }
    .content-next .mention p {
        text-align: left; }
    .unitary-price {
        display: none; }
    .nopdr {
        border: 0px; }
    .cart fieldset .adviceDiv ul li {
        margin-bottom: 5px; }
    .cart fieldset .adviceDiv .title-content h3 {
        font-size: 1.5rem; }
    .cart fieldset .adviceDiv .title-content h3:before {
        top: 0px; }
    .avancement_cmd .step span {
        display: none; }
    .avancement_cmd .step .stepNumber {
        width: 20px;
        display: block;
        line-height: 20px;
        font-size: 1.2rem;
        height: 20px; }
    .avancement_cmd .step:before, .avancement_cmd .step:after {
        top: 16px; }
    .product-img-tunnel {
        min-width: 90px; }
    .qty-mobilhide {
        display: block; } }

@media screen and (max-width: 670px) {
    .avancement_cmd{ display: block; clear:both; padding:30px 0px 30px 15px; width:98%; }
    .avancement_cmd #onepage-step-cart{ margin-left:25px; }
    .cart fieldset .adviceDiv table thead, .cart fieldset .adviceDiv table tbody {
        font-size: 1.2rem; }
    .cart .page-title h3 {
        font-size: 2rem; padding-left: 55px; }
    .price-info .left, .price-info .right {
        width: 50%; }
    .cart .carte_fidelite ul li p, .cart #main_cart_totals ul li p {
        font-size: 1.2rem; }
    .avantage td:first-child {
        display: block;
        width: 150%; }
    .table-fidelite tr.point_fidelite.form td:first-child{ float:left; width:52%;}
    .table-fidelite tr.point_fidelite.form td.btn-point_fidelite{ display:block;float:left; position: relative; margin-top:10px; }

    .table-case .avantage td:last-child {display:block; }
    .cart #main_cart_totals .cgvAgreement label {
        width: 60% !important; }
    .cart fieldset table .product-name a {
        font-size: 1.3rem; }
    .cart fieldset table .no-stock .infostock, .cart fieldset table .stock-dispo .infostock {
        font-size: 1.0rem; }
    .cart fieldset table .cart-price {
        font-size: 1.8rem; }

    table#shopping-cart-table .product-img-tunnel
}

/* Account */
@media screen and (max-width: 1024px) {
    body .welcome-msg.left {
        padding-top: 10px;
        padding-bottom: 10px;
        float: inherit; }
    body .welcome-msg.left * {
        display: block;
        float: inherit; }
    .donnee-perso .link-address {
        position: relative; }
    .info-passion {
        margin-top: 10px; }
    .link-passion {
        text-align: center; }
    /*	.donnee-perso{
          padding-bottom: 25px;
      }*/
    .donnee-perso .showmore {
        position: inherit;
        display: block;
        text-align: center;
        margin-top: 25px; }
    .customer-account-index .page-title a {
        display: none; }
    .customer-account-index .page-title .welcome-msg p {
        margin-top: 0px;
        padding-left: 55px;
        margin-left: 0px; }
    .customer-account-index .page-title {
        padding-top: 0px;
        padding-bottom: 0px; }
    .customer-account-index .welcome-msg h3 {
        font-size: 2.1rem;
        margin-left: 0px;
        margin-bottom: 0px; }
    .customer-account-index .welcome-msg h3:before {
        position: absolute;
        left: 15px;
        top: 26px;
        content: "";
        width: 35px;
        height: 35px;
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -440px -47px; }
    .customer-account-index .fp-desc-content .content-desc {
        height: 0px;
        overflow: hidden; }
    .customer-account-index .fp-desc-content.open .title-info {
        padding-bottom: 25px; }
    .customer-account-index .fp-desc-content.open .content-desc {
        height: auto;
        overflow: hidden; }
    .customer-account-index .fp-desc-content .title-info {
        position: relative;
        cursor: pointer;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-bottom: 25px; }
    .customer-account-index .fp-desc-content .donnee-perso {
        padding-bottom: 0px; }
    .product-collateral .fp-desc-content.open h3:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -100px -321px;
        width: 25px;
        height: 25px;
        right: 10px;
        top: 10px; }
    .customer-account-index .info-utile {
        margin-bottom: 5px; }
    .customer-account-index .link-page.greencolor {
        display: block;
        width: auto;
        width: 140px;
        margin: 0 auto;
        text-align: center;
        margin-bottom: 50px; }
    .customer-account-index .fp-desc-content .title-info:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -100px -321px;
        width: 25px;
        height: 25px;
        right: 10px;
        top: 28px;
        left: inherit; }
    .info-utile, .info-perso {
        padding-left: 20px;
        padding-right: 20px; }
    .info-utile .title-info, .info-perso .title-info {
        padding-left: 0px; }
    .info-utile .link-page {
        display: block;
        max-width: 80px; }
    .contenttable .infos-achat {
        overflow-x: scroll; }
    .moyen-contact p {
        text-align: left;
        padding-left: 0px; }
    .cart.formulaire #billing-buttons-container .link-simple {
        display: block;
        text-align: center;
        width: 100%; } }

/* PAGE CMS */
@media screen and (max-width: 1024px) {
    .page-title h2 {
        font-size: 2.2rem; }
    body .bloc-offre thead td {
        font-size: 1.2rem;
        padding-left: 5px;
        border: 1px solid #dedede;
        padding-top: 20px;
        padding-bottom: 20px; }
    body .bloc-offre tbody td {
        font-size: 1.2rem;
        padding-left: 5px !important;
        border: 1px solid #dedede;
        padding-top: 20px;
        padding-bottom: 20px; }
    .content-poste .input-field {
        display: block;
        margin-bottom: 15px;
        width: 100%; } }

@media screen and (max-width: 1024px) {
    .cms-page-view #head-category.content-head-intro .col3 img {
        width: 100%;
        height: auto; }
    .content-page-cms.map .col7 {
        padding-left: 0px; } }

/* SERVICE*/
@media screen and (max-width: 670px) {
    .scroll {
        overflow-x: scroll; }
    .cms-reservation .intro-services h3 {
        font-size: 1.2rem;
        width: 225px; }
    .cms-reservation .intro-services .background-service:before, .cms-reservation .intro-services .background-service:after {
        display: none; }
    .block.fp-desc-content {
        overflow: hidden; }
    .block.fp-desc-content .title-offre.green {
        background: #00421c;
        color: white;
        border: 0px;
        font-size: 1.4rem;
        padding-top: 25px;
        padding-bottom: 25px;
        padding-left: 15px;
        padding-right: 55px;
        font-weight: normal;
        cursor: pointer;
        margin-bottom: 0px;
        border-radius: 10px; }
    .block.fp-desc-content .title-offre.green:after, .block.fp-desc-content .title-offre.green:before {
        display: none; }
    .block.fp-desc-content .title-offre.green:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -179px -120px;
        width: 25px;
        height: 25px;
        right: 20px;
        top: 28px;
        left: inherit;
        display: block; }
    .block.fp-desc-content p {
        display: none; }
    .cms-page-view .content-page-cms.service-block .texte-content {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px); }
    .block.fp-desc-content.open {
        overflow: hidden; }
    .block.fp-desc-content.open p {
        display: block; }
    .block.fp-desc-content.open .title-offre.green:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -227px -120px;
        width: 25px;
        height: 25px;
        right: 20px;
        top: 28px;
        left: inherit;
        display: block; }
    /* SERVICE CHASSE */
    .services {
        display: none; }
    .service-block {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        background: #F5F5F5;
        border-radius: 10px; }
    .service-block h3 {
        position: relative;
        font-size: 1.3rem; }
    .service-block .texte-content {
        padding-top: 25px;
        padding-bottom: 25px; }
    .service-block h3:before {
        display: none; }
    .service-block h3:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -177px -155px;
        width: 25px;
        height: 25px;
        right: -25px;
        top: -5px;
        left: inherit;
        display: block; }
    .service-block p {
        display: none; }
    .service-block.open h3:after {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -227px -155px;
        width: 25px;
        height: 25px;
        right: -15px;
        top: -5px;
        left: inherit;
        display: block; }
    .service-block.open p {
        display: block; }
    .product-essential .product-name h1 {
        width: 100%; }
    .promo-achat .content-promo {
        margin-bottom: 15px; }
    .promo-achat .content-promo div.second {
        width: -webkit-calc(100% - 110px);
        width: calc(100% - 110px); }
    .promo-achat .content-promo div.second span.first-part {
        font-size: 1.2rem; }
    .cms-page-view .content-page-cms.service-block.open .picto-block {
        vertical-align: top;
        margin-top: 17px; }
    .cms-page-view .content-page-cms.service-block.open .picto-block {
        display: none; }
    .cms-page-view .content-page-cms.service-block.open .texte-content {
        width: 90%;
        display: block;
        margin: 0 auto; }
    .cms-page-view .content-page-cms.service-block.open .texte-content h3 {
        margin-top: 10px; }
    .cms-page-view .content-page-cms.service-block.open .texte-content p {
        margin-top: 20px; }
    .cms-page-view .content-page-cms.service-block.open .picto-block.hidemobil {
        display: block;
        float: left;
        margin-top: 0px; }
    .cms-page-view .content-page-cms.service-block .texte-content:before {
        display: none; }
    .cms-page-view .content-page-cms.service-block .texte-content {
        padding-left: 0px; }
    .cms-page-view .content-page-cms.service-block .texte-content h3 {
        padding-left: 0px;
        font-size: 1.3rem; }
    .cms-page-view .content-page-cms.service-block {
        background: #F5F5F5; }
    .content-responsiv {
        background: white;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px; }
    .content-404 ul li {
        margin-top: 10px;
        margin-bottom: 10px; } }
/* MARQUE */
@media screen and (max-width: 1024px) {
    #brand-content {
        padding-left: 15px;
        padding-right: 15px; }
    .brand-page-bt {
        margin-bottom: 15px; }
    .marque-item.col6 {
        width: 25%; } }

@media screen and (max-width: 670px) {
    .marque-item.col6 {
        width: 30%; } }
@media screen and (max-width: 440px) {
    .marque-item.col6 {
        width: 47%; }
    .table-fidelite tr.point_fidelite.form td:first-child{ float:left; width:86%;}
    .table-fidelite tr.point_fidelite.form td.btn-point_fidelite{ display:block;float:left; position: relative; margin-top:29px; }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none; }
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none; }
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse; }
.ui-helper-clearfix:after {
    clear: both; }
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */ }
.ui-front {
    z-index: 100; }
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none; }
/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat; }
.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block; }
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%; }
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto; }
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default; }
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0; }
.ui-menu .ui-menu {
    position: absolute; }
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em; }
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0; }
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active { margin: -1px; }
/* icon support */
.ui-menu-icons {
    position: relative; }
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em; }
/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0; }
/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0; }
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible; }
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none; }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap; }
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0; }
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px; }
.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap; }
input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em; }
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0; }
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block; }
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0; }
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999; }
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left; }
.ui-controlgroup-vertical .ui-controlgroup-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em; }
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%; }
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none; }
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none; }
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none; }
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none; }
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: -webkit-calc(100% - 2.4em);
    width: calc(100% - 2.4em); }
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid; }
.ui-checkboxradio-label .ui-icon-background {
    -webkit-box-shadow: inset 1px 1px 1px #ccc;
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none; }
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none; }
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid; }
.ui-checkboxradio-disabled {
    pointer-events: none; }
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none; }
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0; }
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em; }
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px; }
.ui-datepicker .ui-datepicker-prev {
    left: 2px; }
.ui-datepicker .ui-datepicker-next {
    right: 2px; }
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px; }
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px; }
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px; }
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center; }
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0; }
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%; }
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em; }
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0; }
.ui-datepicker td {
    border: 0;
    padding: 1px; }
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none; }
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible; }
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto; }
.ui-datepicker-multi .ui-datepicker-group {
    float: left; }
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em; }
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%; }
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%; }
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%; }
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0; }
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left; }
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0; }
/* RTL support */
.ui-datepicker-rtl {
    direction: rtl; }
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto; }
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto; }
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto; }
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto; }
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left; }
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right; }
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px; }
/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em; }
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0; }
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative; }
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis; }
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px; }
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto; }
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em; }
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right; }
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer; }
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0; }
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0; }
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0; }
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0; }
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px; }
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0; }
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0; }
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0; }
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0; }
.ui-draggable .ui-dialog-titlebar {
    cursor: move; }
.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none; }
.ui-resizable {
    position: relative; }
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none; }
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none; }
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0; }
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0; }
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%; }
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%; }
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px; }
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px; }
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px; }
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px; }
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden; }
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%; }
.ui-progressbar .ui-progressbar-overlay {
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25; }
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none; }
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none; }
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black; }
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none; }
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px; }
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0; }
.ui-selectmenu-open {
    display: block; }
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis; }
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em; }
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0; }
.ui-slider {
    position: relative;
    text-align: left; }
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none; }
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0; }
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    -webkit-filter: inherit;
    filter: inherit; }
.ui-slider-horizontal {
    height: .8em; }
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em; }
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%; }
.ui-slider-horizontal .ui-slider-range-min {
    left: 0; }
.ui-slider-horizontal .ui-slider-range-max {
    right: 0; }
.ui-slider-vertical {
    width: .8em;
    height: 100px; }
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em; }
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%; }
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0; }
.ui-slider-vertical .ui-slider-range-max {
    top: 0; }
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none; }
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle; }
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em; }
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0; }
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none; }
.ui-spinner-up {
    top: 0; }
.ui-spinner-down {
    bottom: 0; }
.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em; }
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap; }
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text; }
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer; }
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none; }
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px; }
body .ui-tooltip {
    border-width: 2px; }
/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
.ui-widget .ui-widget {
    font-size: 1em; }
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em; }
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5; }
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333; }
.ui-widget-content a {
    color: #333333; }
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold; }
.ui-widget-header a {
    color: #333333; }
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545; }
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none; }
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b; }
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none; }
.ui-visual-focus {
    -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
    box-shadow: 0 0 3px 1px #5e9ed6; }
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff; }
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff; }
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none; }
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620; }
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90; }
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620; }
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f; }
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f; }
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f; }
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold; }
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal; }
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none; }
.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */ }
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px; }
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_444444_256x240.png"); }
.ui-widget-header .ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_444444_256x240.png"); }
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_555555_256x240.png"); }
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_ffffff_256x240.png"); }
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_777620_256x240.png"); }
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_cc0000_256x240.png"); }
.ui-button .ui-icon {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/images/ui-icons_777777_256x240.png"); }
/* positioning */
.ui-icon-blank {
    background-position: 16px 16px; }
.ui-icon-caret-1-n {
    background-position: 0 0; }
.ui-icon-caret-1-ne {
    background-position: -16px 0; }
.ui-icon-caret-1-e {
    background-position: -32px 0; }
.ui-icon-caret-1-se {
    background-position: -48px 0; }
.ui-icon-caret-1-s {
    background-position: -65px 0; }
.ui-icon-caret-1-sw {
    background-position: -80px 0; }
.ui-icon-caret-1-w {
    background-position: -96px 0; }
.ui-icon-caret-1-nw {
    background-position: -112px 0; }
.ui-icon-caret-2-n-s {
    background-position: -128px 0; }
.ui-icon-caret-2-e-w {
    background-position: -144px 0; }
.ui-icon-triangle-1-n {
    background-position: 0 -16px; }
.ui-icon-triangle-1-ne {
    background-position: -16px -16px; }
.ui-icon-triangle-1-e {
    background-position: -32px -16px; }
.ui-icon-triangle-1-se {
    background-position: -48px -16px; }
.ui-icon-triangle-1-s {
    background-position: -65px -16px; }
.ui-icon-triangle-1-sw {
    background-position: -80px -16px; }
.ui-icon-triangle-1-w {
    background-position: -96px -16px; }
.ui-icon-triangle-1-nw {
    background-position: -112px -16px; }
.ui-icon-triangle-2-n-s {
    background-position: -128px -16px; }
.ui-icon-triangle-2-e-w {
    background-position: -144px -16px; }
.ui-icon-arrow-1-n {
    background-position: 0 -32px; }
.ui-icon-arrow-1-ne {
    background-position: -16px -32px; }
.ui-icon-arrow-1-e {
    background-position: -32px -32px; }
.ui-icon-arrow-1-se {
    background-position: -48px -32px; }
.ui-icon-arrow-1-s {
    background-position: -65px -32px; }
.ui-icon-arrow-1-sw {
    background-position: -80px -32px; }
.ui-icon-arrow-1-w {
    background-position: -96px -32px; }
.ui-icon-arrow-1-nw {
    background-position: -112px -32px; }
.ui-icon-arrow-2-n-s {
    background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px; }
.ui-icon-arrow-2-e-w {
    background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px; }
.ui-icon-arrowstop-1-n {
    background-position: -192px -32px; }
.ui-icon-arrowstop-1-e {
    background-position: -208px -32px; }
.ui-icon-arrowstop-1-s {
    background-position: -224px -32px; }
.ui-icon-arrowstop-1-w {
    background-position: -240px -32px; }
.ui-icon-arrowthick-1-n {
    background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px; }
.ui-icon-arrowthick-1-e {
    background-position: -32px -48px; }
.ui-icon-arrowthick-1-se {
    background-position: -48px -48px; }
.ui-icon-arrowthick-1-s {
    background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px; }
.ui-icon-arrowthick-1-w {
    background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px; }
.ui-icon-arrow-4 {
    background-position: 0 -80px; }
.ui-icon-arrow-4-diag {
    background-position: -16px -80px; }
.ui-icon-extlink {
    background-position: -32px -80px; }
.ui-icon-newwin {
    background-position: -48px -80px; }
.ui-icon-refresh {
    background-position: -64px -80px; }
.ui-icon-shuffle {
    background-position: -80px -80px; }
.ui-icon-transfer-e-w {
    background-position: -96px -80px; }
.ui-icon-transferthick-e-w {
    background-position: -112px -80px; }
.ui-icon-folder-collapsed {
    background-position: 0 -96px; }
.ui-icon-folder-open {
    background-position: -16px -96px; }
.ui-icon-document {
    background-position: -32px -96px; }
.ui-icon-document-b {
    background-position: -48px -96px; }
.ui-icon-note {
    background-position: -64px -96px; }
.ui-icon-mail-closed {
    background-position: -80px -96px; }
.ui-icon-mail-open {
    background-position: -96px -96px; }
.ui-icon-suitcase {
    background-position: -112px -96px; }
.ui-icon-comment {
    background-position: -128px -96px; }
.ui-icon-person {
    background-position: -144px -96px; }
.ui-icon-print {
    background-position: -160px -96px; }
.ui-icon-trash {
    background-position: -176px -96px; }
.ui-icon-locked {
    background-position: -192px -96px; }
.ui-icon-unlocked {
    background-position: -208px -96px; }
.ui-icon-bookmark {
    background-position: -224px -96px; }
.ui-icon-tag {
    background-position: -240px -96px; }
.ui-icon-home {
    background-position: 0 -112px; }
.ui-icon-flag {
    background-position: -16px -112px; }
.ui-icon-calendar {
    background-position: -32px -112px; }
.ui-icon-cart {
    background-position: -48px -112px; }
.ui-icon-pencil {
    background-position: -64px -112px; }
.ui-icon-clock {
    background-position: -80px -112px; }
.ui-icon-disk {
    background-position: -96px -112px; }
.ui-icon-calculator {
    background-position: -112px -112px; }
.ui-icon-zoomin {
    background-position: -128px -112px; }
.ui-icon-zoomout {
    background-position: -144px -112px; }
.ui-icon-search {
    background-position: -160px -112px; }
.ui-icon-wrench {
    background-position: -176px -112px; }
.ui-icon-gear {
    background-position: -192px -112px; }
.ui-icon-heart {
    background-position: -208px -112px; }
.ui-icon-star {
    background-position: -224px -112px; }
.ui-icon-link {
    background-position: -240px -112px; }
.ui-icon-cancel {
    background-position: 0 -128px; }
.ui-icon-plus {
    background-position: -16px -128px; }
.ui-icon-plusthick {
    background-position: -32px -128px; }
.ui-icon-minus {
    background-position: -48px -128px; }
.ui-icon-minusthick {
    background-position: -64px -128px; }
.ui-icon-close {
    background-position: -80px -128px; }
.ui-icon-closethick {
    background-position: -96px -128px; }
.ui-icon-key {
    background-position: -112px -128px; }
.ui-icon-lightbulb {
    background-position: -128px -128px; }
.ui-icon-scissors {
    background-position: -144px -128px; }
.ui-icon-clipboard {
    background-position: -160px -128px; }
.ui-icon-copy {
    background-position: -176px -128px; }
.ui-icon-contact {
    background-position: -192px -128px; }
.ui-icon-image {
    background-position: -208px -128px; }
.ui-icon-video {
    background-position: -224px -128px; }
.ui-icon-script {
    background-position: -240px -128px; }
.ui-icon-alert {
    background-position: 0 -144px; }
.ui-icon-info {
    background-position: -16px -144px; }
.ui-icon-notice {
    background-position: -32px -144px; }
.ui-icon-help {
    background-position: -48px -144px; }
.ui-icon-check {
    background-position: -64px -144px; }
.ui-icon-bullet {
    background-position: -80px -144px; }
.ui-icon-radio-on {
    background-position: -96px -144px; }
.ui-icon-radio-off {
    background-position: -112px -144px; }
.ui-icon-pin-w {
    background-position: -128px -144px; }
.ui-icon-pin-s {
    background-position: -144px -144px; }
.ui-icon-play {
    background-position: 0 -160px; }
.ui-icon-pause {
    background-position: -16px -160px; }
.ui-icon-seek-next {
    background-position: -32px -160px; }
.ui-icon-seek-prev {
    background-position: -48px -160px; }
.ui-icon-seek-end {
    background-position: -64px -160px; }
.ui-icon-seek-start {
    background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px; }
.ui-icon-stop {
    background-position: -96px -160px; }
.ui-icon-eject {
    background-position: -112px -160px; }
.ui-icon-volume-off {
    background-position: -128px -160px; }
.ui-icon-volume-on {
    background-position: -144px -160px; }
.ui-icon-power {
    background-position: 0 -176px; }
.ui-icon-signal-diag {
    background-position: -16px -176px; }
.ui-icon-signal {
    background-position: -32px -176px; }
.ui-icon-battery-0 {
    background-position: -48px -176px; }
.ui-icon-battery-1 {
    background-position: -64px -176px; }
.ui-icon-battery-2 {
    background-position: -80px -176px; }
.ui-icon-battery-3 {
    background-position: -96px -176px; }
.ui-icon-circle-plus {
    background-position: 0 -192px; }
.ui-icon-circle-minus {
    background-position: -16px -192px; }
.ui-icon-circle-close {
    background-position: -32px -192px; }
.ui-icon-circle-triangle-e {
    background-position: -48px -192px; }
.ui-icon-circle-triangle-s {
    background-position: -64px -192px; }
.ui-icon-circle-triangle-w {
    background-position: -80px -192px; }
.ui-icon-circle-triangle-n {
    background-position: -96px -192px; }
.ui-icon-circle-arrow-e {
    background-position: -112px -192px; }
.ui-icon-circle-arrow-s {
    background-position: -128px -192px; }
.ui-icon-circle-arrow-w {
    background-position: -144px -192px; }
.ui-icon-circle-arrow-n {
    background-position: -160px -192px; }
.ui-icon-circle-zoomin {
    background-position: -176px -192px; }
.ui-icon-circle-zoomout {
    background-position: -192px -192px; }
.ui-icon-circle-check {
    background-position: -208px -192px; }
.ui-icon-circlesmall-plus {
    background-position: 0 -208px; }
.ui-icon-circlesmall-minus {
    background-position: -16px -208px; }
.ui-icon-circlesmall-close {
    background-position: -32px -208px; }
.ui-icon-squaresmall-plus {
    background-position: -48px -208px; }
.ui-icon-squaresmall-minus {
    background-position: -64px -208px; }
.ui-icon-squaresmall-close {
    background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px; }
.ui-icon-grip-solid-vertical {
    background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px; }
.ui-icon-grip-diagonal-se {
    background-position: -80px -224px; }
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px; }
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px; }
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px; }
/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */ }
.ui-widget-shadow {
    -webkit-box-shadow: 0px;
    box-shadow: 0px;
    border-radius: 0px;
    border-radius: 0px;
    border: 0px !important;
    border-color: inherit;
    background: #232323;
    color: white;
    max-width: 200px; }
.ui-widget-shadow:after {
    position: absolute;
    top: -10px;
    left: 50%;
    width: 15px;
    height: 15px;
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/deco-tooltip.png") no-repeat;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top; }
.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020; }
.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    border-radius: 4px; }
.fancybox-opened {
    z-index: 8030; }
.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner {
    position: relative; }
.fancybox-inner {
    overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch; }
.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%; }
.fancybox-image {
    max-width: 100%;
    max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_sprite.png"); }
#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060; }
#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_loading.gif") center center no-repeat; }
.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040; }
.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/css/blank.gif");
    /* helps IE */
    -webkit-tap-highlight-color: transparent;
    z-index: 8040; }
.fancybox-prev {
    left: 0; }
.fancybox-next {
    right: 0; }
.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden; }
.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px; }
.fancybox-next span {
    right: 10px;
    background-position: 0 -72px; }
.fancybox-nav:hover span {
    visibility: visible; }
.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
    overflow: hidden !important;
    width: auto; }
.fancybox-lock body {
    overflow: hidden !important; }
.fancybox-lock-test {
    overflow-y: hidden !important; }
.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_overlay.png"); }
.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0; }
.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll; }
/* Title helper */
.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050; }
.fancybox-opened .fancybox-title {
    visibility: visible; }
.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center; }
.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent;
    /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap; }
.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff; }
.fancybox-title-inside-wrap {
    padding-top: 10px; }
.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_sprite@2x.png");
        background-size: 44px 152px;
        /*The size of the normal image, half the size of the hi-res image*/ }
    #fancybox-loading div {
        background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_loading@2x.gif");
        background-size: 24px 24px;
        /*The size of the normal image, half the size of the hi-res image*/ }
}
.category-pecheur {
    /* peche*/ }
.category-pecheur .cd-dropdown-content.desktop a.pecheur:before {
    position: absolute;
    opacity: 0;
    content: "";
    left: 50%;
    top: 0px;
    width: 28px;
    height: 28px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_peche.png") no-repeat;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
.category-pecheur .cd-dropdown-content.desktop a.pecheur:before {
    opacity: 1;
    top: 7px; }
.category-pecheur .cd-dropdown-content.desktop a.pecheur {
    color: #107a81; }
.category-pecheur .cd-dropdown-content.desktop li a.pecheur {
    top: 15px; }
.category-pecheur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li a {
    color: #107a81; }
.category-pecheur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover a {
    color: white; }
.category-pecheur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li {
    background: rgba(90, 131, 104, 0.1); }
.category-pecheur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover {
    background: #107a81; }
.category-pecheur .viewer-sub-nav .has-children a.title-titre {
    color: #107a81; }
.category-pecheur .viewer-sub-nav .has-children a:before {
    color: #107a81; }
.category-pecheur .bandeau {
    background: #107a81; }
.category-pecheur .subnav-page {
    background: #f0f7f8; }
.category-pecheur .slider-principale .slider-vue {
    background: #01737d; }
body.category-cavalier {
    /* cavalier*/ }
body.category-cavalier .cd-dropdown-content.desktop a.cavalier:before {
    position: absolute;
    opacity: 0;
    content: "";
    left: 50%;
    top: 0px;
    width: 28px;
    height: 28px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_cavalier.png") no-repeat;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
body.category-cavalier .cd-dropdown-content.desktop a.cavalier:before {
    opacity: 1;
    top: 7px; }
body.category-cavalier .cd-dropdown-content.desktop a.cavalier {
    color: #7b243c; }
body.category-cavalier .cd-dropdown-content.desktop li a.cavalier {
    top: 15px; }
body.category-cavalier .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li a {
    color: #7b243c; }
body.category-cavalier .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover a {
    color: white; }
body.category-cavalier .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li {
    background: rgba(123, 36, 60, 0.1); }
body.category-cavalier .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover {
    background: #7b243c; }
body.category-cavalier .viewer-sub-nav .has-children a.title-titre {
    color: #7b243c; }
body.category-cavalier .viewer-sub-nav .has-children a:before {
    color: #7b243c; }
body.category-cavalier .bandeau {
    background: #7b243c; }
body.category-cavalier .subnav-page {
    background: #f5edef; }
body.category-cavalier .slider-principale .slider-vue {
    background: #7d1d32; }
body.category-vos-animaux {
    /* cavalier*/ }
body.category-vos-animaux .cd-dropdown-content.desktop a.animaux:before {
    position: absolute;
    opacity: 0;
    content: "";
    left: 50%;
    top: 0px;
    width: 28px;
    height: 28px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_animaux.png") no-repeat;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
body.category-vos-animaux .cd-dropdown-content.desktop a.animaux:before {
    opacity: 1;
    top: 7px; }
body.category-vos-animaux .cd-dropdown-content.desktop a.animaux {
    color: #705e55; }
body.category-vos-animaux .cd-dropdown-content.desktop li a.animaux {
    top: 15px; }
body.category-vos-animaux .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li a {
    color: #705e55; }
body.category-vos-animaux .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover a {
    color: white; }
body.category-vos-animaux .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li {
    background: rgba(123, 36, 60, 0.1); }
body.category-vos-animaux .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover {
    background: #705e55; }
body.category-vos-animaux .viewer-sub-nav .has-children a.title-titre {
    color: #705e55; }
body.category-vos-animaux .viewer-sub-nav .has-children a:before {
    color: #705e55; }
body.category-vos-animaux .bandeau {
    background: #705e55; }
body.category-vos-animaux .subnav-page {
    background: #f5edef; }
body.category-vos-animaux .slider-principale .slider-vue {
    background: #705e55; }
.category-chasseur .cd-dropdown-content.desktop li a.chasseur {
    top: 15px; }
.category-chasseur .cd-dropdown-content.desktop a.chasseur:before {
    position: absolute;
    opacity: 0;
    content: "";
    left: 50%;
    top: 0px;
    width: 28px;
    height: 28px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_chasseur.png") no-repeat;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
.category-chasseur .cd-dropdown-content.desktop a.chasseur:before {
    opacity: 1;
    top: 7px; }
.category-chasseur .cd-dropdown-content.desktop a.chasseur {
    color: #635726; }
.category-chasseur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li a {
    color: #635726; }
.category-chasseur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover a {
    color: white; }
.category-chasseur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover {
    background: #635726; }
.category-chasseur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li {
    background: rgba(99, 87, 38, 0.1); }
.category-chasseur .viewer-sub-nav .has-children a.title-titre {
    color: #635726; }
.category-chasseur .viewer-sub-nav .has-children a:before {
    color: #635726; }
.category-chasseur .bandeau {
    background: #635726; }
.category-chasseur .subnav-page {
    background: #f3f2ee; }
.category-chasseur .slider-principale .slider-vue {
    background: #635726; }
.category-passionnes-de-nature .cd-dropdown-content.desktop li a.passion {
    top: 15px; }
.category-passionnes-de-nature .cd-dropdown-content.desktop a.passion:before {
    position: absolute;
    opacity: 0;
    content: "";
    left: 50%;
    top: 0px;
    width: 28px;
    height: 28px;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_passion.png") no-repeat;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease; }
.category-passionnes-de-nature .cd-dropdown-content.desktop a.passion:before {
    opacity: 1;
    top: 7px; }
.category-passionnes-de-nature .cd-dropdown-content.desktop a.passion {
    color: #5a8368; }
.category-passionnes-de-nature .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li a {
    color: #5a8368; }
.category-passionnes-de-nature .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li {
    background: rgba(90, 131, 104, 0.1); }
.category-passionnes-de-nature .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover a {
    color: white; }
.category-passionnes-de-nature .subnav-page .cd-dropdown-wrapper .cd-dropdown-content.desktop li.hover {
    background: #5a8368; }
.category-passionnes-de-nature .viewer-sub-nav .has-children a.title-titre {
    color: #5a8368; }
.category-passionnes-de-nature .viewer-sub-nav .has-children a:before {
    color: #5a8368; }
.category-passionnes-de-nature .bandeau {
    background: #5a8368; }
.category-passionnes-de-nature .subnav-page {
    background: #f4f3f2; }
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .subheader .subnav #cart_sidebar_container .link-page.greencolor {
        max-width: 205px; }
    /*HIDE CLOSE */
    body input::-ms-clear {
        display: none; }
    .sorter .sod_select {
        position: relative;
        top: 13px; }
    .sorter .sort-by, .sorter .pager.right {
        margin-top: -10px; }
    .from {
        width: 130px; }
    body .info-utile .infos-achat sup {
        font-size: 1.2rem; }
    .degrader-bottom {
        display: none; }
    body input {
        min-height: 30px; }
    .response * {
        border: 0px; }
    .cart.formulaire .col2 input {
        width: 100%; }
}
/* page wishlist */
.my-wishlist .warehouse-info {
    font-size: 1.2rem;
    font-family: 'Open Sans';
}
.my-wishlist .print-logo {
    display: none;
}
.my-wishlist .print-date {
    font-size: 1.2rem;
    font-family: 'Open Sans';
    display: none;
}
.my-wishlist .info-stock {
    color: #ff1111;
}
.my-wishlist textarea {
    display: none;
}
.link-page.greenbutton {
    border-color: #00461e;
    color: #00461e;
    background: transparent; }
.link-page.greenbutton:hover {
    background: #00461e;
    color: white; }
.fancybox-overlay .fancybox-nav span, .fancybox-mobile .fancybox-nav span {
    visibility: visible;
}
li.info-customer { font-size: 13px; font-weight: 600; }
.customer-account-recoverylogin .col2 { width: 47%; }
.customer-account-recoverylogin .cart.formulaire .col2 { padding-left: 40px; }
.customer-account-recoverylogin .cart.formulaire .col2.required { padding-left: 30px; }
.form-field .extracontent { margin-left: 20px; margin-top: 5px; }
.customer-account-recoverylogin .buttons-set { margin-right: 15px; }
#infos_login .modalbox-title-error {
    background: #f16048;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 1.60em;
}
.texte_fidelite { font-size: 14px; }
.retour-modalbox { cursor: pointer; }
.modalbox-content ul { list-style: none; padding: 0; font-size: 14px; }
.small-text {
    font-size: 1rem;
    font-weight: normal;
    margin: 4px 0;
    font-style: italic;
}
.text-capitalize { text-transform: capitalize; }
.old-price { display: inline !important; }
.old-price .price {
    font-family: 'Asap';
    font-weight: bold;
    font-size: 1.5rem;
}
.old-price .price > span {
    text-decoration: line-through;
}
.slider-secondaire .from {
    left: 0 !important;
}
.slider-secondaire .categorie-item-price .price.final {
    padding-left: 0;
    padding-right: 0;
}
/****Add LAD **/

#shipping-method-single-mode { margin-top: 15px; margin-left: 35px; width: 95%; }
#shipping-method-single-mode .checkout-item, #payment_onepage_container .checkout-item {
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 10px;
    display: block;
}
#shipping-method-single-mode .checkout-item .open-checkout-item, #payment_onepage_container .checkout-item .open-checkout-item {
    padding: 19px 45px 19px 70px;
}
#shipping-method-single-mode .checkout-item .open-checkout-item, #payment_onepage_container .checkout-item .open-checkout-item {
    display: block;
    font-size: 16px;
    padding: 18px 80px 18px 42px;
    position: relative;
    cursor: pointer;
    min-height: 22px;
}
#shipping-method-single-mode .checkout-item .open-checkout-item .radio.shipping-method, #payment_onepage_container .checkout-item .open-checkout-item .radio.shipping-method {
    vertical-align: middle;
}

#shipping-method-single-mode .checkout-item .custom-radio, #payment_onepage_container .checkout-item .custom-radio{
    width:40px; float:left;  box-sizing: border-box; padding:0; height: 21px;
}
#shipping-method-single-mode .checkout-item .item-name {
    width: 50%; float: left; display: inline-block; height: 21px; padding-top: 2px;
}
#shipping-method-single-mode .checkout-item .item-image, #shipping-method-single-mode .checkout-item .item-price {
    width: 20%; float: left; display: inline-block; height: 21px;
}

.item-image img.homecl,.item-image img.pickup{ width:100px; }
.item-image img.dpdfrrelais,.item-image img.dpdfrclassic, .item-image img.dpdfrpredict{ width:60px; }

#shipping-method-single-mode .checkout-item .item-price {
    color: #00551e;
    font-size: 17px;
    float: right;
    font-weight: bold;
    margin-top: 1px;
    text-transform: uppercase;
    text-align: right;
    adding-top:2px;
    font-family: "GothamHTF Bold";
}
#co-shipping-form ul.form-list { padding: 0; }
/*#co-shipping-form .validate-one-required-by-name,*/
.address-container input[type="radio"]{ width:5%; float:left;  box-sizing: border-box; margin-top:2px; }
.address-name, #billing-new-address-label { text-transform:uppercase; float:left;  padding:0; font-size:14px; width:80%; margin-left:20px; display:inline-block;  text-transform: uppercase; }
.address-name .info-label b, #billing-new-address-label .info-label b{ display:contents !important; }
#checkout-review-address-wrapper address{ text-transform: uppercase; }

.address-container {
    width: 100%;
    float: left;
    padding: 18px 80px 18px 42px;
    margin: 10px;
    cursor: pointer;
}
.address-container * {
    cursor: pointer;
}
.cart.formulaire .form-list li.address-customer, li#new-billing-address-li {
    margin-top: 15px;
    margin-left: 35px;
    width: 95%;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 10px;
}
.add-address {
    background: 0;
    border: 0;
    font-size: 15px;
    margin-top: 5px;
    padding: 10px 10px 10px 43px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-left: 35px;
    cursor: pointer;
}
#checkoutSteps .add-address .plus {
    border: 1px solid #e6e6e6;
    display: inline-block;
    height: 27px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 27px;
}
#checkoutSteps .add-address .plus::before, #checkoutSteps .add-address .plus::after {
    background: #111111;
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#checkoutSteps .add-address .plus::before {
    height: 2px;
    width: 13px;
}
#checkoutSteps .add-address .plus::after {
    height: 13px;
    width: 2px;
}
.add-address:hover { color: #00551e; }
.popin-address { width: 96%; }
.popin-address .form-field { font-size: 13px; margin: 10px 0; }
.form-new-address { min-width: 780px; }
.cart h3.title-center { text-align: center !important; margin-bottom: 10px; margin-top: 0; }
.form-new-address .greycolor {
    outline: none;
    color: #111111;
    cursor: pointer;
    background: #f1f7fd;
    border-color: #f1f7fd;
    margin-right: 30px;
}
.mod_shipping_address, .mod_address, .mod_billing_address {
    display: inline-block;
    clear: both;
    text-align: left;
    font-size: 13px;
    margin-left: 76px;
    margin-top: 10px;
    color: #000;
    text-decoration: none;
}
.colissimo-pickup-select { border: 0px; background: none; font-size: 13px; width: 85px; }
#colissimo-list { font-size: 13px; list-style: none; }
.colissimo-pickup-select span::before {
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #46a841;
    content: '';
    display: block;
    height: 0;
    left: 0;
    width: 0;
    float: left;
    margin-top: 3px;
}
.div-same-as-shipping { margin: 15px 0 15px 17px; font-size: 14px; }
.div-same-as-shipping input[name=same_as_shipping] { float: left; width: 50px; box-sizing: border-box; padding: 0; }
.label_same_as_shipping { float: left; }
.same-as-shipping-swap { padding: 0; }
.add-address.same-as-shipping-swap { padding: 10px 10px 10px 43px; }
.form-popin { padding-top: 20px; }
#payment_onepage_container .checkout-item { margin-left: 35px; width: 95%; }
.methods-paiement { margin-top: 15px; }
.form-new-address .cart { margin-bottom: 5px !important; background: white; }
.info-label.label-tel:before { content: "\00260E"; margin-right: 10px; color: #386e3d; }
/***Point fidelite***/
.infos_fidelite { width: 100%; }
.info-fidelite { clear: both; display: block }
.infos_fidelite h2 { font-size: 2.5rem; text-align: center; width: 100%; font-family: 'GothamHTF Bold'; }
.checkout-cart-index #MB_window { width: 800px !important;  max-width: 610px !important;
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) ;
}
.infos_fidelite .texte_carte_fidelite { padding: 0 20px; font-family: "GothamHTF Light"; font-size: 1.2rem; text-align: center; }
.infos_fidelite .fidelite_popin_img{ width:85%;display: block; margin: 0 auto; }
.footerCms .store-select-button { display: none; }
.carte-fid-panier { float: left; padding-top: 15px; padding-right: 10px; }
.avantage.point_fidelite h4 { float: left; }
.info-fidelite span.nb_point, .info-fidelite span.price { font-size: 2rem !important; color: #00461e; }
.cart #main_cart_totals tr.point_fidelite.form td { padding: 10px; }
.point_fidelite .label_fidelite { padding-right: 10px; }
.info-supp-fid { clear: both; display: block; font-size: 1.25rem; line-height: 21px; }

.fidelite_moins, .fidelite_plus {
    vertical-align: middle;
    display: inline-block;
    background: #f8f8f8;
    padding: 5px;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'Open Sans';
    color: #111111;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer;
    font-size: 2.0rem;
    margin-top: 3px;
}
.input_point_fidelite {
    width: 90px;
    height: 20px;
    line-height: 25px;
    text-align: center;
    border: 1px solid #111111;
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    margin: 5px 0;
}
.resum-fidelite-title{text-transform: uppercase; color:#111111; }
.fraisResaPrice{ color: #00461e; text-transform: uppercase;}
.resum-fidelite-price{ font-size:2rem !important; }
.point_fidelite td{ padding-left:5px; padding-right:10px; }
.summary-details p.big{font-family: 'GothamHTF Bold';
    font-size: 2.4rem;
    margin-top: 0px;
    margin-bottom: 0px;}
.summary-details span.price.big{color:#00461e;}
.rap-summary .summary-details p.big, .rap-summary .summary-details span.price.big{color:#B22222; padding-left:20px;}
.rap-summary .summary-details span.price.big{ margin-right:35px; font-family: 'GothamHTF Bold'; font-size: 2.4rem;}

ul.messages.checkoutclosings {
    margin-top: 15px !important;
}

.messages.checkoutclosings li {
    margin: 0 0 5px 0 !important;
}
.messages.checkoutclosings li:last-child {
    margin: 0 !important;
}

.avancement_cmd img.tick_success {
    margin-top: 8px;
    width: 25px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

@media screen and (max-width: 1024px) {
    .checkout-cart-index #MB_window {width: 540px !important;  max-width: 540px !important;
    }
}

@media screen and (max-width: 1024px) {
    .checkout-cart-index #MB_window {width: 540px !important;  max-width: 540px !important;
    }
}

@media screen and (max-width: 740px) {
    .checkout-cart-index #MB_window { width: 300px !important;  max-width: 300px !important;
    }
    .infos_fidelite .texte_carte_fidelite{ font-size:1rem;}
    .infos_fidelite h2{ font-size:1.3rem;}
    .infos_fidelite .fidelite_popin_img{width:73%;}
}
@media screen and (orientation: landscape) and (max-width: 740px) {
    .infos_fidelite .fidelite_popin_img {
        width: 75%;
    }
}
.product-essential .tag span a {
    font-family: 'Open Sans';
    font-size: 1.5rem;
    font-weight: bold;
    color: #111111;
}
@font-face {
    font-family: 'gothic821_cn_btregular';
    src: url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/gothic-821-cn-bt-1361522035-webfont.eot');
    src: url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/gothic-821-cn-bt-1361522035-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/gothic-821-cn-bt-1361522035-webfont.woff') format('woff'),
    url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/gothic-821-cn-bt-1361522035-webfont.ttf') format('truetype'),
    url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fonts/gothic-821-cn-bt-1361522035-webfont.svg#gothic821_cn_btregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/** COL **/
@media screen and (max-width: 768px) {
    .col48 {
        width: 100%;
    }
}
/** GENERAL **/
.hide-visibility {
    visibility: hidden;
    opacity: 0;
}
.margin-auto {
    margin-left: auto;
    margin-right: auto;
}
body .fancybox-opened {
    z-index: 36000;
}
.content-fancybox {
    padding: 25px 15px;
    color: #111111;
    font-family: "Open Sans";
    font-size: 1.4rem;
}
.link-page {
    cursor: pointer;
}
.centered {
    text-align: center;
}
.button-links ul {
    padding-left: 0;
}
.button-links ul {
    padding-left: 0;
}
.button-links li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 10px;
    margin-right: 10px;
}
.simplepage {
    background: white none repeat scroll 0 0;
    margin-bottom: 50px;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
}
.info-big-text {
    color: #111111;
    display: block;
    font-family: "Open Sans";
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 25px;
    padding-top: 25px;
    position: relative;
    text-transform: uppercase;
}
.info-separator::after {
    background: #dfdfdf none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: -15px;
    position: absolute;
    width: calc(100% + 30px);
    z-index: 7777;
}
/** WISHLIST CONNECTE **/

.my-wishlist .old.price {
    display: none;
}
.my-wishlist .from {
    position: relative;
}
/** VALIDATION DE FORMULAIRE **/
.sod_select.validation-failed, .validation-failed, .cart.tunnel1 input.validation-failed {
    border: 1px dotted red;
}
.validation-advice {
    color: red;
}
/** HOMEPAGE **/
.block-full-image.presentation-magasin .titre {
    text-align: left;
}
/** CART PANIER PREVIEW SIDEBAR **/

.subheader .subnav .cart-header:hover #cart_sidebar_container.no-product #cart-extended {
    display: none;
}
.subheader .subnav .cart-header:hover #cart_sidebar_container.no-product {
    background: #00421c;
}
.subheader .subnav .cart-header.no-product:hover {
    background: #00421c; }
.subheader .subnav #cart_sidebar_container.no-product #cart-header-resa:before {
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    background-position: -7px -70px;
}
.subheader .subnav .cart-header:hover #cart_sidebar_container.no-product .panier-txt {
    color: white; }
.subheader .subnav .cart-header:hover #cart_sidebar_container #cart-extended {
    z-index: 30000;
}
/** CART PANIER **/

#cart_form input[type=number] {
    background: white none repeat scroll 0 0;
    border: 1px solid #dfdfdf;
    line-height: 30px;
    outline: medium none;
    width: 100%;
}
/** CART PanIER mobile ***/

@media screen and (min-width: 1025px) {
    .maj_cart_mobile {
        display: none
    }
    .catalog-product-view .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { width: 15.34%; font-size: 1.4rem; padding: 0px 5px; }
    .category-chasseur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { width: 13.05%; font-size: 1.4rem; padding: 0px 5px; }
    .category-pecheur .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { width: 15.43%; font-size: 1.4rem; padding: 0px 5px; }
    .category-cavalier .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { width: 15.43%; font-size: 1.4rem; padding: 0px 5px; }
    .category-passionnes-de-nature .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { width: 15.30%; font-size: 1.4rem; padding: 0px 5px; }
    .category-vos-animaux .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { width: 18.65%; font-size: 1.4rem; padding: 0px 5px; }
    .navprincipale.cd-dropdown li a { text-transform: none; }

}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a { font-size: 1.35rem; }
.subnav-page .viewer-sub-nav .is-hidden .has-children .title-titre { font-size: 1.35rem; }
@media screen and (max-width: 1024px) {
    .cart .page-title ul {
        display: none;
    }
    .subheader .subnav .list-mobile .empty {
        display: none;
    }

    .cart .maj_cart_mobile{ display:block; }
    .cart fieldset .maj_mobil { float:left; }

}

/**
FICHE PRODUIT PRODUCT VIEW
***/

.brand_link {
    float: left;
    height: 57px;
    cursor: pointer;
    margin: 10px 0;
}
.more-views ul li {
    cursor: pointer;
}
/*
.more-views ul{
    display:inline-block;
}*/

.brand-views { float: left; width: auto; }
.more-views { width: 80%; float: left; }
.reservation .no-add-to-cart .link-simple {
    border: 2px solid #00461e;
    border-radius: 5px;
    color: #00461e;
    display: inline-block;
    font-family: "Open Sans";
    font-size: 1.4rem;
    font-weight: 600;
    margin-right: 0;
    margin-top: 0;
    padding: 15px 25px;
    text-decoration: inherit;
    text-transform: uppercase;
    transition: all 200ms ease 0s;
}
/* fancybox un renseignement */
.col2.inforesa-resa-text {
    width: 70%;
    text-align: left;
}
.col2.boutton {
    width: 30%;
}
.arrowImg {
}
/** fancybox stock **/

.stock-dispo-directlink {
    cursor: pointer;
}
#casun_popup .addPopin {
    width: 60%;
}
#casun_popup .lightbox-content h4 {
    width: auto;
}
.casun-item.seconde {
    margin-top: 20px;
}
.popup-petiteetoile {
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    font-weight: bold;
    width: 30%;
}
.popup-petiteetoile img {
    padding-right: 10px;
    width: 30px;
    float: left
}
.popup-petiteetoile p {
    margin: 0;
    line-height: 1;
}
/* Fancybox ajout panier */
.addPopin-bouton {
    margin-top: 30px;
}
#added-item-table h5 {
    margin-bottom: 5px;
}
#added-item-table td {
    padding: 5px;
}
.link-page.green { cursor: pointer; }
/** Message qui apparait lorsque select pas choisi */
#error-no-choice-conf {
    color: red;
}
@media only screen and (max-width: 640px) {
    .addPopin-bouton .addPopin-link-cart {
        margin-bottom: 15px;
    }
}
/** COULEUR PRIX **/

/**NOUVEAUTE**/

.product-essential .product-shop.nouveaute .price-box .cavalier .price {
    border: 2px solid #7D1D32;
    color: #7D1D32;
}
.product-essential .product-shop.nouveaute .price-box .peche .price {
    border: 2px solid #00737D;
    color: #00737D;
}
.product-essential .product-shop.nouveaute .price-box .chasse .price {
    border: 2px solid #635726;
    color: #635726;
}
.product-essential .product-shop.nouveaute .price-box .passion_nature .price {
    border: 2px solid #4B7252;
    color: #4B7252;
}
.product-essential .product-shop.nouveaute .price-box .animaux .price {
    border: 2px solid #79675B;
    color: #79675B;
}
.slider-secondaire .product-image .vignette, .proposition .product-image .vignette {
    width: 90px; height: 90px;
}
.categorie-item-price.price-reduc .special-price .final.price {
    font-size: 2.8rem;
}
.product-essential .product-shop .fp-price-tiers .price-box .final.price,
.product-essential .product-shop .fp-price-avantage .price-box .final.price,
.categorie-item-fp-avantage .categorie-item-price .final.price,
.categorie-item-fp-tiers .categorie-item-price .final.price {
    border: 2px solid red;
    color: red;
}
.categorie-item-fp-avantage .categorie-item-price .from,
.categorie-item-fp-tiers .categorie-item-price .from {
    color: red;
}
.product-essential .product-shop .fp-price-solde .price-box .final.price,
.product-essential .product-shop .fp-price-affaires .price-box .final.price,
.categorie-item-fp-affaires .categorie-item-price .final.price,
.categorie-item-fp-solde .categorie-item-price .final.price {
    border: 2px solid #FF821E;
    color: #FF821E;
}
.categorie-item-fp-affaires .categorie-item-price .from,
.categorie-item-fp-solde .categorie-item-price .from {
    color: #FF821E;
}
.product-essential .product-shop .price-box .special-price .price {
    border: 2px solid #9cc200;
    color: #9cc200;
}
.product-essential .product-shop .subdescription {
    clear: both;
    padding-top: 5px;
}
/** listing produit **/

.slider-secondaire .categorie-item-price .special-price .price.final {
    /*    font-size: 3rem;*/
}
.slider-secondaire .old.price {
    display: none;
}
.categorie-item-price .old.price {
    padding: 0px;
    color: #111111;
    border: 0px;
    font-size: 1.5rem;
    font-family: 'Open Sans';
}
.categorie-item-price .old.price > span {
    text-decoration: line-through;
}
.categorie-item-price .price.final {
    display: inline-block;
    text-decoration: inherit;
    padding: 5px;
    border: 2px solid #9cc200;
    color: #9cc200; }
.categorie-item-fp-normal .categorie-item-price .price.final {
    padding: 0;
}
.categorie-item-price .price.final {
    border: none;
    color: #111111;
}
/** Liste produits marques **/
#head-category .col3 img.logo, #head-category .col7 img.logo {
    width: auto;
    padding-right: 10px;
}
.cart.formulaire .content-next .right .validation-advice {
    color: red;
}
/** Liste produit **/

/**
CHECKOUT ONEGAGE
*/

#checkoutSteps .step-title {
    display: none;
}
#onepageSteps .step.complete {
    cursor: pointer;
}
ol#checkoutSteps, ol#checkoutSteps > li {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}
.cart.tunnel1 .form-list .form-dob {
    margin-bottom: 20px;
}
#review-buttons-container .link-simple {
    background: inherit;
    border: 0 none;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
#review-buttons-container-bis .link-simple {
    background: inherit;
    border: 0 none;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
.cart .please-wait {
    display: inline-block;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
}
.cart fieldset table .qty-panier .qty_review {
    width: 30px;
    height: 14px;
    border: 1px solid #D5D5D5;
    padding: 5px 1px;
}
.cart fieldset table .qty-panier span.qty_txt {
    font-size: 1.5rem;
}
.cart-collaterals #shopping-cart-totals-table tr.tax-detail {
    text-transform: inherit;
}
.cart-collaterals #shopping-cart-totals-table tr.tax-detail td {
    font-size: 1.2rem;
    font-weight: lighter;
}
.cart-collaterals #shopping-cart-totals-table tr.tax-detail .price {
    font-size: 1.2rem;
    font-weight: lighter;
}
.lancement_container {
    position: relative;
}
.cart .carte_fidelite .price-box {
    position: static;
}
.lancement_container {
    position: relative;
}
.lancement_container .lancement {
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%) rotate(-5deg);
    background: #99ca3b;
    padding: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 18px;
}
.cart .carte_fidelite .price-box .small.price {
    font-size: 12px;
}
.cart .carte_fidelite .lancement_mobile {
    display: none;
    background: #99ca3b;
    padding: 5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 14px;
    width: auto;
}
@media screen and (max-width: 991px) {
    .cart .carte_fidelite .lancement {
        left: 0;
        font-size: 14px;
        transform: translateX(0) rotate(0deg);
    }
}
@media screen and (max-width: 768px) {
    .cart .carte_fidelite .lancement_mobile {
        display: block;
    }
    .cart .carte_fidelite .lancement {
        display: none;
    }
    .product-essential .reservation .link-page {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.4rem;
        margin-bottom: 10px;
    }
    .product-essential .reservation .link-page img {
        width: 30px;
    }
}
/**
COMPTE CLIENT CUSTOMER
**/

.cart.formulaire .form-entries.customer-dob .dob-day,
.cart.formulaire .form-entries.customer-dob .dob-month {
    display: table-cell;
    margin-right: 11px;
    float: left;
    width: 26%;
}
.cart.formulaire .form-entries.customer-dob .dob-year {
    display: table-cell;
    float: left;
    width: 42%;
}
#update-passion input.passion-checker {
    display: none;
}
/** WISHLIST LISTING **/

#wishlist-table textarea {
    width: 90%;
}
.wishlist-table .price-box {
    left: auto;
    position: initial;
}
/** WAREHOUSE LIGHT BOX */

.lightbox-content {
    display: block;
}
#select_warehouse_popup h4 {
    padding-left: 35px;
    padding-right: 35px;
    box-sizing: border-box;
}
.warehouse-item {
    color: #111111;
    font-size: 1.4rem;
    font-family: "Open Sans";
    cursor: pointer;
    padding: 5px;
}
.pointer {
    cursor: pointer;
}
.warehouse-item:hover {
    background-color: grey;
}
/* Global Messages  */
.success { color: #3d6611; font-weight: bold; }
.error { color: #df280a; font-weight: bold; }
.notice { color: #e26703; }
.messages,
.messages ul { list-style: none !important; margin: 0 !important; padding: 0 !important; }
.messages { width: 100%; overflow: hidden; }
.messages li { margin: 0 0 10px !important; }
.messages li li { margin: 0 0 3px !important; }
.error-msg,
.success-msg,
.note-msg,
.notice-msg { border-style: solid !important; border-width: 1px !important; background-position: 10px 9px !important; background-repeat: no-repeat !important; min-height: 24px !important; padding: 8px 8px 8px 32px !important; font-size: 11px !important; font-weight: bold !important; }
.error-msg { border-color: #f16048; background-color: #faebe7; background-image: url(https://www.terreseteaux.fr/skin/frontend/te/default/images/i_msg-error.gif); color: #df280a; }
.success-msg { border-color: #446423; background-color: #eff5ea; background-image: url(https://www.terreseteaux.fr/skin/frontend/te/default/images/i_msg-success.gif); color: #3d6611; }
.note-msg,
.notice-msg { border-color: #fcd344; background-color: #fafaec; background-image: url(https://www.terreseteaux.fr/skin/frontend/te/default/images/i_msg-note.gif); color: #3d6611; }
/*marques*/
.brand-page {
    margin-bottom: 15px;
    display: none;
}
.brand-page-0 {
    display: block;
}
.content-page-cms .raw-text p {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans'; }
.content-poste p span {
    display: block;
    font-weight: bold;
    text-transform: uppercase; }
#customer-reviews .more-reviews dl { margin-left: 0px; }
html {
    -ms-touch-action: manipulation;
    touch-action: manipulation; }
.categorie-item-communication {
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
}
.categorie-item-communication img {
    /*padding:10px; width:95%;*/
    width: 90%;
    margin: 0 auto;
    max-height: 490px;
}
.fp-desc-content .review-nologged {
    margin: 10px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111;
}
.resumer-rating .ancre-avis { color: black; }
.content-page-cms .content-txt span {
    margin-top: 0px;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111;
}
.link-passion::after { clear: both; }
.webservice-index-achat .title-info {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    color: #111111;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.webservice-index-achat .title-info:after {
    height: 1px;
    content: '';
    left: 15px;
    bottom: 0px;
    position: absolute;
    background: #dfdfdf;
    z-index: 7777;
    width: -webkit-calc(100%);
    width: calc(100%);
}
/*** POPIN CHOOSE STORE ***/
/* Rows and columns */
.choose-store-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    -webkit-align-items: stretch;
    flex-wrap: wrap;
    text-align: left;
    overflow: hidden;
    height: 380px;
}
.lightbox-content .content-light.choose-store {
    flex: 1;
    flex-basis: 50%;
    height: 100%;
    padding: 0;
    margin: 0;
}
.lightbox-content .content-light.map {
    flex: 1 1 50%;
    max-width: 50%;
    overflow: hidden;
    height: 100%;
    padding: 0;
    margin: 0;
}
.lightbox-content .content-light.map img {
    max-height: 380px;
}
.lightbox-content .content-light.choose-store .choose-store-forms {
    display: table;
    height: 100%;
    width: 100%
}
.lightbox-content .content-light.choose-store .warehouse-form {
    display: table-row;
    height: 1px;
}
.lightbox-content .content-light.choose-store .warehouse-form-retrait {
    display: table-row;
    height: 100%;
}
.warehouses-container.retrait {
    position: relative;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    font-family: 'GothamHTF Book', 'Asap', 'Open Sans', sans-serif;
}
.warehouses-container.livraison {
    display: block;
    height: 53px;
    padding-right: 12px;
}
.warehouses-container.retrait::-webkit-scrollbar {
    -webkit-appearance: none;
}
.warehouses-container.retrait::-webkit-scrollbar:vertical {
    width: 12px;
}
.warehouses-container.retrait::-webkit-scrollbar:horizontal {
    height: 12px;
}
.warehouses-container.retrait::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}
.warehouses-container.retrait::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}
@-moz-document url-prefix() {
    .warehouses-container {
        /* Firefox requires this to do the absolute positioning correctly */
        display: inline-block;
    }
}
.warehouses-container .warehouses-list {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}
.warehouses-container.livraison .warehouses-list {
    padding-right: 27px;
}
.warehouses-container .warehouses-list .warehouses-item-list {
    display: block;
    margin: 0;
    text-transform: uppercase;
    color: #444444;
    font-family: 'GothamHTF Book', 'Asap', 'Open Sans', sans-serif;
    font-weight: bold;
    font-size: 13px;
}
.warehouses-container .warehouses-list .warehouses-item-list > span {
    display: inline-block;
    margin-top: 12px;
}
.warehouses-container .warehouses-list .warehouses-item-list:last-child {
    padding-bottom: 10px;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item {
    display: block;
    padding: 0;
    margin: 0;
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    background-color: rgb(249, 249, 249);
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.warehouses-container .warehouses-list .warehouses-item-list > .warehouses-item {
    display: block;
    vertical-align: middle;
    padding: 5px 8px;
    font-size: 12px;
    font-weight: normal;
    border: 1px solid #eeeeee;
    cursor: pointer;
    margin-top: 5px !important;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item p {
    font-size: inherit;
    font-family: 'GothamHTF Book', 'Asap', 'Open Sans', sans-serif !important;
    font-weight: normal;
    margin: 0;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-infos {
    width: 75%;
    display: inline-block;
    vertical-align: middle;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-choose {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-choose .store-select {
    position: relative;
    margin-left: 5px;
    color: #444444;
    font-size: inherit;
    font-family: 'GothamHTF Bold', 'Asap', 'Open Sans', sans-serif !important;
    border: none;
    background: none;
    cursor: pointer;
    display: block;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-choose .store-select::before {
    position: absolute;
    top: 2px;
    left: -15px;
    width: 12px;
    height: 12px;
    content: '';
    background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/right-arrow-button.png') no-repeat;
    background-size: 12px;
}
.warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-choose .store-select span {
    display: block;
}
/*IE10 and IE11   (Method 2)
==================*/
@media all and (-ms-high-contrast: none) {

    .choose-store-container {
        display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox; /* TWEENER - IE 10 */
        display: -webkit-flex; /* NEW - Chrome */
        display: flex;
        justify-content: flex-start;
        align-items: stretch;
        -webkit-align-items: stretch;
        flex-wrap: wrap;
        text-align: left;
        max-width: 1400px;
        max-height: 70vh;
    }
    .open-checkout-item input[type='radio'], .address-customer input[type='radio'] { width: 18px; }

}
.lightbox-content h4.choose-store-title {
    font-size: 20px;
    line-height: 16px;
    padding: 15px;
    font-family: 'GothamHTF Book', 'Asap', 'Open Sans', sans-serif !important;
    font-weight: bold;
    text-align: center;
}
.choose-store-title,
.choose-store-subtitle {
    text-align: center;
}
.choose-store-subtitle {
    font-size: 22px;
    margin: 0 0 25px 0;
}
/* Popin */
.store-close_popin {
    display: block;
    position: absolute;
    cursor: pointer;
}
/* Header */
.store-name {
    font-size: 14px;
    color: #FFFFFF;
    font-family: 'Asap';
    margin: 0;
}
/* Form */
.choose-store-form {
    border-bottom: 1px solid #eee;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    padding: 0 50px 15px 50px;
}
.choose-store-input-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    border: 1px solid #eee;
}
.choose-store-livraison,
.choose-store-retrait {
    position: relative;
    box-sizing: border-box;
    line-height: 30px;
    padding: 10px 18px 10px 18px;
    background: #386e3d;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    font-family: 'GothamHTF Bold', 'Asap', 'Open Sans', sans-serif !important;
    text-transform: uppercase;
}
.choose-store-livraison:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/delivery-truck-24.png");
}
.choose-store-retrait:before {
    background-image: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/shop-white.png");
}
.choose-store-livraison span,
.choose-store-retrait span {
    display: block;
}
.choose-store-livraison:before,
.choose-store-retrait:before {
    content: '';
    position: absolute;
    background-size: cover;
    top: 50%;
    left: 25px;
    height: 22px;
    width: 22px;
    transform: translateY(-50%);
}
.choose-store-input_address {
    height: 30px;
    border: none;
    padding: 0 10px;
}
.choose-store-glass {
    background: #386e3d;
    height: 30px;
    width: 30px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    cursor: pointer;
}
.choose-store-glass:hover {
    background: #00421c;
}
.choose-store-glass-icon {
    width: 16px;
    outline: none;
}
.scroll-ico {
    display: block;
    margin: 10px auto 0 auto;
}
@media screen and (orientation: landscape) and (max-width: 991px) {
    .choose-store-container {
        height: 100%;
    }
    .warehouses-container .warehouses-list {
        position: relative;
    }
    .lightbox-content .content-light.choose-store .choose-store-forms {
        height: auto;
    }
    .warehouses-container.livraison .warehouses-list {
        padding-right: 15px;
    }
    .warehouses-container.livraison {
        padding-right: 0;
    }
}
@media screen and (orientation: portrait) and (max-width: 991px) {
    .choose-store-container {
        height: 70vh;
    }
}
@media screen and (min-width: 1024px) {
    .choose-store-container {
        max-height: 500px;
        height: 500px;
    }
    .store-close_popin {
        top: 15px;
        right: 15px;
    }
    .lightbox-content .content-light.map img {
        max-height: 500px;
    }
}
@media screen and (max-width: 1024px) {
    .close-light.store-close_popin {
        right: 15px;
        top: 15px;
    }
    td.cart-price-td { padding-top:70px !important; padding-bottom:5px !important;}
}
@media screen and (max-width: 991px) {
    .choose-store-container {
        padding-top: 15px;
    }
    #select_warehouse_popup h4 {
        padding: 15px 40px 15px 30px;
    }
    .lightbox-content h4.choose-store-title,
    .lightbox-content h4.contact-popin-title {
        font-size: 1.8rem;
        text-align: center;
    }
    .warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-choose .store-select span {
        padding-top: 1px;
    }

}
@media screen and (min-width: 769px) {
    .scroll-ico {
        display: none;
    }

}
@media screen and (max-width: 500px) {
    .lightbox-content h4.choose-store-title,
    .lightbox-content h4.contact-popin-title {
        font-size: 1.5rem;
    }
    .lightbox-content h4.choose-store-title {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .warehouses-item-list {
        padding: 0 5px;
    }
    .warehouses-container .warehouses-list {
        padding: 0 5px;
    }
    .store-close_popin {
        top: 23px;
        right: 15px;
    }
    .choose-store-title span {
        display: block;
    }
    .warehouses-container.livraison .warehouses-list {
        padding-right: 12px;
    }
}
@media screen and (max-width: 425px) {
    .warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-infos {
        width: 100%;
    }
    .warehouses-container .warehouses-list .warehouses-item-list .warehouses-item .warehouses-item-choose .store-select {
        margin-left: 12px;
    }
    .warehouses-container.livraison {
        height: 70px;
    }
    .warehouses-container.livraison .warehouses-lis {
        padding-right: 15px;
    }
}
/* Stores list */
.choose-store-truck {
    max-height: 250px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 10px;
    height: auto;
}
.store {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    margin: 10px 0;
}
.store-infos, .store-distance, .store-actions {
    flex: 1;
}
.store-infos > p {
    margin: 5px;
    font-size: 13px !important;
    font-family: 'Asap' !important;
}
.store-distance {
    text-align: center;
    font-weight: bold;
}
.store-kilometres {
    color: #386e3d !important;
    font-family: 'Asap';
}
.store-actions {
    text-align: right;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
@media screen and (min-width: 1025px) {
    .selectmagasin {
        width: auto;
    }
}
@media screen and (min-width: 1120px) {
    .subheader .subnav {
        width: 52% !important;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1160px) {
    .subheader .subnav {
        width: 100% !important;
    }
    .header-container {
        max-height: 100% !important;
    }
    .selectmagasin {
        margin-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .choose-store-truck {
        display: none;
    }
    .store {
        flex-wrap: wrap;
        align-items: flex-start;
    }
    .store-actions {
        justify-content: flex-end;
    }
    .store-infos, .store-title {
        flex-basis: 50%;
    }
    .store-kilometres {
        margin-top: 5px;
    }
    .store-actions {
        flex-basis: 100%;
    }
}
.selectmagasin-warehouse-form {
    display: inline-block;
    margin-left: 10px;
}
.store-select-button {
    background: #FFFFFF;
    color: rgb(184, 116, 66);
    border: 2px solid rgb(230, 136, 73);
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 4px #000000; -moz-box-shadow: 4px 4px 4px #000000; box-shadow: 4px 4px 4px #000000;
    font-weight: bold;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    display: inline-block;
    padding: 0 10px;
    margin-left: 10px;
    cursor: pointer;
    font-family: "Asap"; }
.store-arrow {
    width: 8px;
}
.store-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.store-info.active { color: #386e3d !important; }
.store-info.inactif { color: red !important; }
.warehouses-container {
    position: relative;
}
/* messages */
.location-error {
    color: red !important;
    font-weight: bold;
}
.location-warning {
    color: orange !important;
    font-weight: bold;
}
@media screen and (max-width: 991px) {
    .lightbox-content .content-light.map {
        display: none;
    }
    .choose-store {
        flex-basis: 100%;
        width: 100%;
    }
    .choose-store-lad {
        margin-bottom: 20px;
    }
    .warehouses-container .warehouses-list-0 .warehouses-item-0 .warehouses-list-1 .warehouses-item-1 .warehouses-item-1-choose .store-select::before {
        top: 2px;
        left: -18px;
        background-size: 15px;
    }
    .warehouses-container .warehouses-list-0 .warehouses-item-0 .warehouses-list-1 .warehouses-item-1 .warehouse-city {
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 500px) {
    .choose-store {
        padding: 0 5px !important;
    }
    .choose-store-form {
        flex-direction: column;
    }
}
/*** POPIN STOCK 2 ***/

.popin-col-border {
    border-right: 1px solid;
    float: left;
}
.addPopin-tab-tableau {
    margin-bottom: 15px;
}
.addPopin-tab-select {
    border-left: 1px solid;
    float: right;
    padding-bottom: 15px;
    width: 160px;
}
.addPopin-tab-select select {
    width: 130px;
}
.addPopin-tab-head .popin-col-elem {
    color: #326F39;
    height: 35px;
}
.addPopin-tab-line {
    border-top: 1px solid;
    clear: both;
}
.addPopin-tab-line .popin-col-elem {
    padding-top: 15px;
    padding-bottom: 15px;
}
.addPopin-tab-head .col-qty-magb {
    color: #F7A200;
}
.popin-col-elem {
    float: left;
    font-weight: bold;
}
.addPopin-tab-line .col-qty-magb {
    height: 25px;
}
#warehouse-form-popin {
    display: inline;
}
.col-ref {
    width: 90px;
    text-align: left;
}
.col-name {
    width: 150px;
    text-align: left;
}
.col-qty {
    width: 100px;
}
.col-qty-maga {
    width: 160px;
}
.col-qty-magb {
    width: 160px;
}
/*page services */
#head-category ul.services li a:before {
    position: absolute;
    width: 50px; height: 100%;
    content: "";
    top: 12px; left: 5px;
}
#head-category ul.services li { position: relative; }
#head-category ul.services li * {
    display: inline-block;
    text-decoration: inherit;
    vertical-align: middle;
    width: 229px;
    height: 61px;
}
#head-category ul.services li a {
    padding-left: 45px;
}
#head-category ul.services li {
    width: 28%;
}
#head-category ul.services li * {
    width: auto;
}
@media screen and (max-width: 1024px) {
    #head-category ul.services li {
        width: 43%;
    }
    /*
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
        top:0 !important;
        width:auto;
        padding-right: 10px;
    }

    .has-children > a::before, .has-children > a::after{
        transform: none;
    }
    */
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a.go-back-univers { top: 30px !important; }
/*page liste d'envie*/
.my-wishlist.cart .page-title h3::before,
.cart .my-favouritelist .page-title h3::before {
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_liste_course_black.png") no-repeat; width: 30px;
}
.cart { padding-bottom: 10px; }
/* FICHE PRODUIT CAS STOCK PLUS APPROVISIONNE*/
.no-supply .stock-no-dispo span {
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #ff1111;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase; }
.no-supply .stock-no-dispo span:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/stock_non_dispo.png") no-repeat }
.no-supply .stock-dispo-directlink {
    display: none; }
.no-supply .label-contactez-label {
    display: none; }
.no-supply .label-contactez-label.nostock {
    display: block; }
.no-supply .reservation .link-page {
    display: none; }
.no-supply .reservation .link-simple {
    display: none; }
/*slider prix */
/*.slider-secondaire .product-shop .price-box{
    position: inherit;
}*/

/* FICHE PRODUIT CAS STOCK BIENTOT APPROVISIONNE*/
.stock-dispo-soon span {
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #ED7F10;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase;
}
.stock-dispo-soon span:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/stock_dispo_soon.png") no-repeat }
/**Nouveauté vignette MOBILE **/
@media screen and (max-width: 667px) {

    .product-img-box .vignette {
        right: 0px;
    }
    .slider-secondaire .product-image .vignette, .proposition .product-image .vignette {
        height: 60px;
        width: 60px;
        right: 10px;
        top: 10px;
    }
    body .ui-slider .ui-slider-handle {
        width: 2.5em;
    }
    #wishlist-table .add-to-cart .btn-cart span {
        display: none
    }
    #wishlist-table .add-to-cart .btn-cart {
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat scroll -247px -51px;
        /*background: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat scroll -7px -70px #00461e;*/
        padding: 15px;
        border: none;
        margin-left: 15px;
    }
    .cart fieldset table tr td.last {
        padding-left: 10px;
        padding-top: 5px;
        text-align: center;
    }
}
@media screen and (max-width: 1024px) {
    .category-products .categorie-item {
        padding-bottom: 120px;
    }
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.operation_mobile {
    background: #9cc200;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.open_opeco {
    background: #ff821e;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.mobil-marron {
    background: #c27937;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.6;
}
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.operation_mobile:hover, .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.open_opeco:hover,
.subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.mobil-marron:hover {
    color: #FFFFFF;
}
/*Menu */
.category-pecheur .viewer-sub-nav .no-children a.title-titre {
    color: #107a81;
}
.category-pecheur .viewer-sub-nav .no-children a:before {
    color: #107a81; }
body.category-cavalier .viewer-sub-nav .no-children a.title-titre {
    color: #7b243c; }
body.category-cavalier .viewer-sub-nav .no-children a:before {
    color: #7b243c; }
.category-chasseur .viewer-sub-nav .no-children a.title-titre {
    color: #635726; }
.category-chasseur .viewer-sub-nav .no-children a:before {
    color: #635726; }
.category-passionnes-de-nature .viewer-sub-nav .no-children a.title-titre {
    color: #5a8368; }
.category-passionnes-de-nature .viewer-sub-nav .no-children a:before {
    color: #5a8368; }
.category-vos-animaux .viewer-sub-nav .no-children a.title-titre {
    color: #5a8368; }
.category-vos-animaux .viewer-sub-nav .no-children a:before {
    color: #5a8368; }
.subnav-page .viewer-sub-nav .is-hidden .no-children .level1 {
    padding-bottom: 20px;
    display: block;
}
.subnav-page .viewer-sub-nav .is-hidden .no-children .title-titre {
    font-family: 'Asap';
    text-transform: uppercase;
    font-size: 1.5rem;
    text-decoration: inherit;
    font-weight: bold;
}
.subnav-page .viewer-sub-nav .is-hidden .no-children a:hover {
    opacity: 0.7;
}
/*Fin menu */

/*revu des tailles */
.breadcrumbs { padding-bottom: 10px; }
.sorter { margin-top: 10px; }
.category-products { margin-top: 10px; }
.categorie-item-line .categorie-item .degrader-bottom {
    position: absolute;
    bottom: 0px;
    height: 4%;
    left: 0px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100 */
    /* FF3.6-04 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.04)), to(transparent));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.04) 0%, transparent 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
}
.price-box { font-size: 2.2rem; }
.from { min-width: 80px; left: 0; }
.categorie-item-title { font-size: 1.9rem; font-weight: normal; }
sup { left: -0.3em; }
/**Affichage desktop ***/
@media only screen and (min-width: 1025px) {
    #category-visuel { width: 25%; line-height: 0; }
    .categorie-item-line .categorie-item {
        width: 33.02%;
        padding-right: 1px;
        padding-left: 1px;
    }
    .categorie-item-line .categorie-item:hover {
        border: 1px solid #f3f3f3;
        /*width: 33.02%;*/
        padding-right: 0px;
        padding-left: 0px;
    }
    .categorie-item-line .categorie-item { padding-bottom: 52px; }
    .Block.info { padding-top: 15px; }
    .selectmagasin::before {
        content: "";
        background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
        position: absolute;
        background-position: -48px -8px;
        width: 25px;
        height: 20px !important;
        left: -19px;
        top: 15px;
    }
    .slider-secondaire .product-shop, .proposition .product-shop { min-height: 195px; }
    .slick-slider { max-height: 490px; }
    .subheader .subnav #cart_sidebar_container .link-page.greencolor { max-width: 222px; }
    .category-products { margin-top: 6px; }
    .catalog-category-view .col3, .customlist-offrespeciales-index .col3, .brand-view-index .col3, .catalogsearch-result-index .col3 { width: 26%; height: auto !important; }
    .catalog-category-view .col7, .customlist-offrespeciales-index .col7, .brand-view-index .col7, .catalogsearch-result-index .col7 { width: 74%; }
    .category-products .col-principale { padding-left: 6px; }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.hide-mobile { display: block; width: 75%; height: 100%; }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.img-product-catalogue.hide-desktop { display: none; }
    #univers-mobile { display: none; }
    .search_nav_mobile { display: none; }
    .discount .input-box input { width: 95% !important; }
}
.iframe-video { width: 350px; height: 240px; }
.catalog-category-view .col2-left-layout { background: #ffffff; }
/**Affichage tablette + mobile***/
@media only screen and (min-width: 1024px) {
    .subheader .subnav ul li {
        margin-right: 0 !important;
    }
}
@media only screen and (max-width: 1024px) {
    .categorie-item-line .categorie-item { padding-bottom: 0px; }
    /* .category-products .categorie-item-line .categorie-item{min-height:335px;}*/
    .category-products .categorie-item .price-box { bottom: 20px; }
    .from { top: -11px; left: 7px; }
    .categorie-item-price .price.final { padding: 14px 14px 5px; }
    .page .main-container.col2-left-layout { margin-top: 180px; }
    .subheader .subnav ul li { height: 25px; width: auto; }
}
@media only screen and (max-width: 1024px) {

    .categorie-item-price .old.price {
        font-size: 2.0rem;
        text-align: center;
        padding: 0px 5px;
    }
    .categorie-item-line .categorie-item {
        padding-bottom: 0px;
    }
    .category-products .categorie-item-line .categorie-item {
        min-height: 375px;
    }
    .category-products .categorie-item .price-box {
        bottom: 20px;
    }
    .page .main-container.col2-left-layout {
        margin-top: 180px;
    }
    .subheader .content-logo-mobil img {
        padding: 15px 10px;
        width: 145px;
        margin: 0;
    }
    .subheader .content-logo-mobil a.logo-tee {
        width: 21%;
        height: 51px;
        float: left;
    }
    .subheader .magasin-mobil {
        /*width: 48%;*/
        float: right;
        padding-right: 10px;
    }
    .subheader .content-logo-mobil {
        display: inline-block;
        width: 100%;
    }
    .subheader .content-logo-mobil a.choose-warehouse {
        width: 100%;
        color: #00461e;
        text-decoration: underline;
        text-transform: uppercase;
    }
    .subheader .content-logo-mobil .title-mag {
        color: #00461e;
        text-transform: uppercase;
        font-weight: bold;
        float: left;
        padding-top: 10px;
    }
    .subheader .content-logo-mobil .ico-geo { width: 25px; float: left; padding: 5px 5px; }
    .magasin-mobil span { clear: both; display: block; font-size: 1.45rem; }
    .slider-secondaire .product-shop { min-height: 190px; }
    .my-favouritelist .link-page { padding: 5px; }
    .search_nav_mobile {
        top: 0px;
        display: block;
        margin: 0 auto;
        position: relative;
        right: inherit;
        left: inherit;
        width: 100%;
        height: 65px;
        z-index: 8888; /* avant 6666, pour afficher l'autocomplétion */
    }
    .search-autocomplete {
        max-height: 60vh;
        overflow: auto;
    }
    .search_nav_mobile { padding: 0px 5px; background: #eeeeee; width: 97%; }
    .iframe-video { width: 320px; height: 200px; }
    .search_nav.hidedeskop { display: none; }
    .search_nav_mobile.active .searchbar {
        display: block;
        min-width: 750px;
    }
    .search_nav_mobile input {
        margin-top: 8px;
        outline: none;
        width: -webkit-calc(100% - 15px);
        width: calc(100% - 15px);
        height: 45px;
        line-height: 45px;
        border: 0px;
        background: white;
        font-family: 'Asap';
        font-size: 1.5rem;
        font-style: italic;
        padding-left: 15px;
        position: relative;
        min-width: 96%;
        max-width: 97%;
        border-radius: 0px;
    }
    /*body.cms-index-index .slider-principale, body.catalog-category-view .slider-principale {
        margin-top: 0px;
    }*/
    .page .main-container.col2-left-layout, .main-container.col1-layout { margin-top: 200px; }
    .subheader .subnav #cart-header-resa::before, .subheader .subnav #cart-header-resa:hover { background: none !important; }
    .slider-secondaire, .proposition { margin-top: 10px; }
    .first-part-mobil .shoplist:before { background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_liste_course.png') no-repeat; height: 20px; }
    .first-part-mobil .reserve:before { background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_panier.png') no-repeat; height: 20px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.go-back a { font-weight: bold; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a { font-weight: normal; }
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.cavalier, body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.pecheur,
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.chasseur, body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.passion,
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a.animaux { font-weight: bold; }
    .catalog-category-view #head-category .col7 { width: 66%; padding-top: 10px; }
    .customlist-offrespeciales-index #head-category .col7 { width: 66%; padding-top: 10px; }
    #category-visuel { width: 30%; }
    .catalog-category-view #head-category .col7 p { font-size: 1.2rem; }
    .customlist-offrespeciales-index #head-category .col7 p { font-size: 1.2rem; }
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.hidemobil { display: block; }
    /*taille du menu responsive */
    .subheader .content-logo-mobil { display: inline-block !important; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a { line-height: 4.2rem; top: 20px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a:active { background: #eeeeee; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li { min-height: 41px; background: #ffffff; }
    .subheader .subnav ul { margin-top: 7px; }
    #casun_popup .addPopin { width: 85%; }
    .casun-item .col2.inforesa-resa-text, .inforesa_popup .col2.inforesa-resa-text { width: 100%; }
    .casun-item .col2.boutton, .inforesa_popup .col2.boutton { width: 85%; margin-top: 7px; }
    .popup-petiteetoile { width: 75%; text-align: left; }

}
@media screen and (max-width: 1023px) {
    .subnav-page .navfix.hidedeskop {
        display: none; }
    /*FIX SCROLL */
    ul.cd-dropdown-content {
        position: fixed;
    }
    ul.cd-dropdown-content ul {
        position: fixed;
        top: 228px;
    }
    ul.cd-dropdown-content .is-hidden {
        opacity: 0;
    }

}
#select-univers-tablette { display: none; }
.cd-dropdown-content.desktop li a span { display: block; }
.cd-dropdown-content.desktop li a img.no-desktop { display: none; }
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    #univers-mobile { display: none; }
    #select-univers-tablette { display: block; width: 40%; float: left; text-align: right; margin-top: 7px; }
    #select-univers-tablette ul {
        position: static;
        padding-left: 0px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        list-style: none;
        list-style-image: none;
        margin-top: 10px;
    }
    #select-univers-tablette li { margin-left: 2%; margin-right: 2%; display: inline-block; vertical-align: top; margin-bottom: 7px; text-align: center; }
    #select-univers-tablette li a { z-index: 999; top: 20px; }
    #select-univers-tablette li a span { display: none; }
    #select-univers-tablette li a .no-desktop.no-active { display: block; width: auto; height: auto; opacity: 1 !important; }
    #select-univers-tablette li a .no-desktop.active { display: none; width: 0px; height: 0px; }
    #select-univers-tablette li a .no-desktop.active, .cd-dropdown-content li a .no-desktop.active, .cd-dropdown-content li a .no-desktop.no-active { display: none; width: 0px; height: 0px; }
    #select-univers-tablette li a.is-active .no-desktop.active { display: block; width: auto; height: auto; opacity: 1 !important; }
    #select-univers-tablette li a.is-active .no-desktop.no-active { display: none; width: 0px; height: 0px; }
    #select-univers-tablette li a.is-active .no-desktop.no-active, .cd-dropdown-content li a.is-active .no-desktop.no-active, .cd-dropdown-content li a.is-active .no-desktop.active { display: none; width: 0px; height: 0px; }

}
@media only screen and (min-width: 667px) and (max-width: 1024px) {
    .btn-update-mobile{ display: block !important; }

    .subheader .magasin-mobil { margin-top: 10px; }
    .cms-index-index .Block.info .col3 { width: 49%; float: left; height: 100%; }
    .cms-index-index .Block.info .col7 { width: 49%; margin-left: 8px; float: left; height: 100%; }
    .cms-index-index .Block.info .col7 .block-full-image { max-height: 100%; }
    .avancement_cmd{ padding-left:110px;}
    .avancement_cmd img.tick_success { margin-top: -1px;  width: 20px;}
    .cart .carte_fidelite a{ margin-left:1px; padding:0 !important;}
    .cart .carte_fidelite h3{ margin-left:0px; font-size:1.25rem; padding-left:0px; }
    .cart .info_mtt_point .txt_cart, .cart .info_mtt_point .txt_no_cart{ margin-right: 0px !important; }
    .cart .carte_fidelite .title_fidelite .savoir_plus a{ margin-left:0px !important; }
    .discount .input-box{ width:28% !important;}
    .discount .input-box .coupon_code{ width:30px; }
    .discount{ padding:10px 15px !important; }
    .discount .buttons-set{ margin-left:5% !important;}
    .discount .input-box input{ line-height:26px !important; }
    .main-container{ margin-left:0px; padding:0;}
    .main-container.col1-layout{ margin-top:0px;}
    .sod_select.touch select, .qty-mobilhide .qty_mobile{ width:235px !important; }

    .cart .sod_select{ width:47%; }
    .cart #main_cart_totals tr.avantage label { display: block; }
    .fidelite_moins{ margin-left:50px; }
    .point_fidelite .point_fidelite-btn{ padding:6px 10px; margin-top:18px; margin-left:2px;}
    .checkout-cart-index .col2{ margin-left:0%; }
    .checkout-cart-index .totals.col2{ margin-left:2%; }
    .cart .cgvAgreement label, .cart .cgvAgreement input, .cart .cgvAgreement input{float:left;}
    .cart .cgvAgreement input{margin-right:5px; }

    .cart .carte_fidelite ul li label{ width:93% !important;}
    .title_fidelite img{ width:50px; }

    label.coupon_code{ font-size:1.1rem; }
    #cart_form fieldset button.btn-proceed-checkout{ float:right;}
    #cart_form fieldset button.cart-print-button{ float:left; margin-right: 10px; }

    #shipping-method-single-mode .checkout-item .open-checkout-item{  font-size:13px; padding:12px 77px 17px 10px; min-height:26px; }
    #shipping-method-single-mode .checkout-item .item-name{width:63%; }
    #shipping-method-single-mode .checkout-item .item-image{ width:15%; }
    #shipping-method-single-mode .checkout-item .item-price{ width:10%;}
    .item-image img.homecl, .item-image img.pickup{ width: 90px; }
    .item-image img.dpdfrrelais, .item-image img.dpdfrclassic, .item-image img.dpdfrpredict{ width:55px; }

}
@media only screen and (max-width: 768px) {
    .btn-update-mobile{ display: block !important; clear:both; }
    #select-univers-tablette { display: none; }
    #univers-mobile { display: block; height: 51px; text-align: center; background: #ffffff; }
    #univers-mobile ul {
        position: static;
        padding-left: 0px;
        margin-bottom: 10px;
        float: left;
        width: 100%;
        list-style: none;
        list-style-image: none;
        margin-top: 14px;
    }
    #univers-mobile li { margin-left: 4%; margin-right: 4%; display: inline-block; vertical-align: top; margin-bottom: 7px; text-align: center; }
    #univers-mobile li a { z-index: 999; top: 20px; }
    #univers-mobile li a span { display: none; }
    #univers-mobile li a .no-desktop.no-active { display: block; width: auto; height: auto; opacity: 1 !important; }
    #univers-mobile li a .no-desktop.active, .cd-dropdown-content li a .no-desktop.active, .cd-dropdown-content li a .no-desktop.no-active { display: none; width: 0px; height: 0px; }
    #univers-mobile li a.is-active .no-desktop.active { display: block; width: auto; height: auto; opacity: 1 !important; }
    #univers-mobile li a.is-active .no-desktop.no-active, .cd-dropdown-content li a.is-active .no-desktop.no-active, .cd-dropdown-content li a.is-active .no-desktop.active { display: none; width: 0px; height: 0px; }
}
@media only screen and (max-width: 640px) {
    .category-products .categorie-item .categorie-item-title {
        font-size: 1.32rem; }
    .subheader .content-logo-mobil a.logo-tee { width: 40%; }
    /*body.cms-index-index .slider-principale, body.catalog-category-view .slider-principale {
        margin-top: 0px;
    }*/
    .page .main-container.col2-left-layout, .main-container.col1-layout { margin-top: 220px; }
    .avancement_cmd img.tick_success { margin-top: -10px; }
    .category-products .categorie-item .price-box { bottom: 10px !important; }
    .categorie-item-line .categorie-item .nouveaute, .categorie-item-line .categorie-item .price-box { padding-left: 8px; }
    .categorie-item-line .categorie-item-title { padding-right: 8px; padding-left: 8px; }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.img-product-catalogue.hide-desktop { width: 95%; height: auto; }
    .categorie-item-line .categorie-item-brand { padding-left: 10px; }
    /*.category-products .categorie-item-line .categorie-item{ min-height:415px; }*/
    .from { top: -11px; left: 7px; }
    /*.brand-view-index .categorie-item-price,  .customlist-offrespeciales-index .categorie-item-price,  .catalog-category-view .categorie-item-price{ display:inline-block; min-height:42px; }*/
    .categorie-item-price .price.final { padding: 14px 14px 5px; }
    .categorie-item-fp-avantage .price { font-size: 1.6rem; }
    .subheader .content-logo-mobil img {
        padding: 9px 10px;
        width: 131px;
        margin: 0;
        height: 36px;
    }
    .slider-secondaire .product-shop { min-height: 175px; }
    .subheader .content-logo-mobil .ico-geo {
        width: 19px;
        float: left;
        padding: 11px 5px;
        height: 28px;
    }
    .selection-view-product .categorie-item-title { font-size: 1.9rem; font-weight: normal; line-height: 1.7rem; }
}
@media only screen and (max-width: 490px) {
    .subheader .magasin-mobil {
        width: 100%;
        padding-right: 0px;
    }
    .timer_container {
        margin-top: 208px !important;
    }
}
#contactform .close-light { display: none; }
/*retiré par mantis_15170 changement d' avis surement*/
/*#head-category .col7 #category-cnt {
    font-weight: normal;
    font-size: 2.8rem;
    color: #111111;
    text-transform: none;
    font-family: 'Asap';
    position:relative;
}*/
.catalog-category-view #head-category .col3 img.logo, .catalog-category-view #head-category .col7 img.logo { position: absolute; right: 0; top: -25px; }
.slider-principale .slick-initialized.slick-slider { margin-bottom: 15px; }
.slider-secondaire h2 { margin: 0; }
.slider-secondaire section, .proposition section { padding-top: 15px; }
.slider-secondaire .title p, .proposition .title p { padding-bottom: 25px; }
.slider-secondaire .title h2, .proposition .title h2 { padding-top: 20px; }
.categorie-item-title { font-size: 1.5rem; }
.categorie-item-brand { font-size: 1.3rem; }
.catalog-category-view .categorie-item-line .categorie-item .nouveaute, .customlist-offrespeciales-index .categorie-item-line .categorie-item .nouveaute,
.brand-view-index .categorie-item-line .categorie-item .nouveaute, .catalogsearch-result-index .categorie-item-line .categorie-item .nouveaute { margin: 5px 0px; position: absolute; top: 35%; }
/*place des pictos page liste*/
.catalog-category-view .categorie-item-line .categorie-item .nouveaute .avantage { height: 33px; }
.catalog-category-view .categorie-item-line .categorie-item .nouveaute .tiers { height: 33px; }
.catalog-category-view .categorie-item-line .categorie-item .nouveaute .promo { height: 33px; }
.catalog-category-view .categorie-item-line .categorie-item .nouveaute .nouveaute { height: 30px; min-height: 30px; }
/**/
/*.categorie-item-line .categorie-item .categorie-item-img{min-height:180px;}*/

.categorie-item-line .categorie-item { min-height: 325px; }
.slider-secondaire .selection-image { margin: 0 auto; }
.slider-secondaire h2, .proposition h2 { padding-top: 20px; }
.categorie-item-price { margin-top: 20px; }
/*.subheader .subnav .account:before {
    content: "";
    position: absolute;
    background-position: -7px -8px;
    width: 25px;
    height: 20px;
    left: 0px;
    height: 100%;
    top: 0px; }


.subheader .subnav .shoplist:before {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/menu_reservation.jpg") no-repeat;
    position: absolute;
    background-position: -3px -8px;
    !* background-position: -48px -57px; *!
    width: 25px;
    height: 20px;
    left: 0px;
    height: 100%;
    top: 0px;
    background-size: 34px 34px;
}

.subheader .subnav #cart_sidebar_container.no-product #cart-header-resa:before {
    background: transparent url(https://www.terreseteaux.fr/skin/frontend/te/default/img/emporter.png) no-repeat;
    background-size: 25px 23px;
    !*background-position: -7px -70px;*!
}

.subheader .subnav #cart-header-resa:before {
    content: "";
    background: transparent url(https://www.terreseteaux.fr/skin/frontend/te/default/img/emporter.png) no-repeat;
    background-size: 25px 23px;
    position: absolute;class="vignette"
    !*background-position: -7px -70px;*!
    width: 25px;
    height: 23px;
    left: 0px;
    height: 100%;
    top: 5px;
}*/

.subheader .subnav .lad:before {
    content: "";
    background: transparent url(https://www.terreseteaux.fr/skin/frontend/te/default/img/delivery-truck.png) no-repeat !important;
    background-size: 25px 23px;
    position: absolute;
    background-position: -7px -70px;
    width: 25px;
    height: 23px;
    left: 0px;
    height: 100%;
    top: 5px;
}
.scroll {
    overflow-x: hidden;
}
/* page reservation : créneaux */
.cms-reservation .intro-services table thead tr td:first-child:after {
    content: '>';
    position: absolute;
    top: 13.5%;
    right: 48.9%;
    width: 20px;
    height: 20px;
    font-family: 'Open Sans';
    color: #111111;
    font-weight: bold;
    font-size: 1.2rem;
    background: transparent;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.cms-reservation .intro-services table thead td:first-child { border-right: none; }
/*armes page produit*/
.attention-arme-container {
    cursor: pointer; }
/*Block carte avantage*/
.content-header-intro { padding-top: 15px; }
.block-header-intro a { margin-top: 5px; }
.block-header-intro .txt-cms-marron { color: #C4792F; font-weight: bold; font-size: 1.4rem; padding: 0 40px 0 55px; margin-top: 3px; margin-bottom: 0px; list-style: none; }
.block-header-intro h3 { margin-bottom: 5px; }
.block-header-intro p { font-weight: normal; padding-left: 35px; padding-right: 35px; }
.block-header-intro p.txt-black { font-size: 1.3rem; }
/*new header */

@media only screen and (max-width: 1024px) {

    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content .fade-out {
        width: 100% }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue {
        height: 100%;
        width: 56%;
    }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.hide-mobile { display: none; }
    .subheader .subnav .list-mobile li {
        height: 100%;
        float: left;
        position: relative;
        margin: 0px;
        padding: 0px;
        padding-right: 5px;
        width: auto;
        min-width: 65px;
    }
    .subheader .subnav .list-mobile .burger {
        width: auto;
    }
    .subheader .subnav .list-mobile .burger p {
        float: right;
        margin-right: 7px;
    }
    .subheader .menuDesktop .burger p {
        float: right;
        margin-right: 7px;
        margin-top: 12px;
    }
    .subheader .menuDesktop .burger {
        width: auto !important;
        height: 58px !important;
    }
    .subheader .subnav ul li:first-child img { margin-left: 8px; margin-right: 8px; }
    .subheader .subnav .list-mobile .empty {
        float: left;
        position: relative;
        padding-right: 8px;
    }
    .subheader .subnav .list-mobile { margin-top: 6px; }

}
@media only screen and (max-width: 300px) {
    .subheader .subnav .list-mobile .burger p { display: none; }
    .subheader .subnav .list-mobile li { left: 18%; }
}
.subheader .subnav #cart_sidebar_container.no-product #cart-header-resa::before { background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_panier.png') no-repeat; }
.subheader .subnav .shoplist:before { background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_liste_course.png') bottom no-repeat; }
.cart .page-title h3::before { background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/picto_panier_black.png') no-repeat; width: 30px; }
.subheader .subnav .list-mobile .account:before { background: none; }
.subheader .subnav .list-mobile .shoplist:before { background: none; }
.subheader .subnav .list-mobile #cart_sidebar_container.no-product #cart-header-resa::before { background: none; }
.subheader .subnav .list-mobile .link-head, .subheader .subnav .list-mobile .panier-txt { font-size: 0.9rem; width: 100%; display: block; padding: 0px; text-align: center; line-height: 10px; }
.subheader .subnav .list-mobile .link-head-mobile { width: 100%; display: block; text-align: center; height: 18px; padding-bottom: 4px; }
.subheader .subnav .list-mobile li:last-child { margin: 0px; }
.subheader .subnav .list-mobile .compte .link-head-mobile img { padding-top: 3px; }
.slider-principale .slick-slider, .slider-principale .slider-vue {
    max-height: 441px; height: auto; }
.slick-dots { bottom: -30px; }

/*slider home mobile 1 slide*/
@media screen and (max-width: 670px) {
    .subheader .subnav #cart_sidebar_container.no-product #cart-header-resa.lad::before { background: none !important; }
    .product-image img {
        width: 73%;
    }
    .slider-secondaire .product-image img { margin: 0 auto; }
    .cms-reservation .intro-services table thead td { font-size: 0.75em; }
    .cms-reservation .intro-services table thead tr td:first-child:after { top: 11.5%; }

    #shipping-method-single-mode .checkout-item .custom-radio, #payment_onepage_container .checkout-item .custom-radio{ width:40px; text-delign:left; padding-left:10px; }
    #shipping-method-single-mode .checkout-item .item-name{ width:60%; }
    .avancement_cmd img.tick_success{ margin-top:0px; width:18px; }
    .link-page{ font-size:1.2rem;}
    #checkout-review-address-wrapper h3{ padding-left:0px !important; }
}

ul.toptag-tooltip { margin: 0.2em 0; max-width:80px; display: inline-block; }
ul.toptag-tooltip img{ max-width:100px;}

.product-collateral #video:before, .product-collateral #video:after { background: #eeeeee; width: 98%; }
.product-collateral #video { background: #FFFFFF; border-top: 1px solid #e5e5e5; }
/*Tootltip fiche produit*/
#tooltip {
    text-align: center;
    color: #fff;
    background: #111111;
    font-size: 1.2rem;
    position: absolute;
    z-index: 9999;
    padding: 8px;
}
#tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -9px;
    margin-left: -10px;
}
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
/*Espace avec la marque sur la fiche produit*/
.critere3.categorie { margin-right: 10px; }
.menuMobile { display: none; }
@media only screen and (max-width: 1024px) {
    .menuDesktop { display: block; }

}
@media only screen and (max-width: 699px) {
    .menuDesktop { display: none; }
    .menuMobile { display: block; }
    .subheader .menuDesktop ul {
        margin-top: 6px;
        margin-bottom: 6px;
    }
}
.cd-dropdown .cd-close {
    /* 'X' close icon - mobile version only */
    position: absolute;
    z-index: 1;
    right: 0px;
    top: 0;
    width: 50px;
    height: 50px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    color: transparent;
    background: none !important; }
.cd-dropdown .cd-close:after, .cd-dropdown .cd-close:before { background-color: #FFFFFF; }
/* page liste show more*/
.lnl-hidden {
    display: none !important;
}
.lnl-hidden.lnl-active {
    display: inline-block !important;
}
.lnl-more span, .lnl-less span {
    font-size: 1.2rem;
    font-weight: 600;
    position: relative;
    text-decoration: underline;
}
/*corrections page liste*/

/*gradiant IE*/
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .degrader-bottom {
        display: block; }
}
.header-container { max-height: 162px; }
.subnav-page { max-width: 1220px; width: 100%; margin: 0 auto; }
.slider-principale { clear: both; }
@media screen and (max-width: 640px) {
    .header-container { max-height: 151px; }
}
/*menu hover marques et services*/
.navfix ul .col2 span a:hover {
    opacity: 1;
    color: #BD6920;
}
.sidebar .content-more { margin-bottom: 10px; }
body .slider-secondaire .see-product { display: block; }
.block-full-image .content-center .link-page p { text-transform: none; }
/*retrait des background de couleur selon l univers dans le menu*/
.category-pecheur .subnav-page, body.category-cavalier .subnav-page,
.category-passionnes-de-nature .subnav-page, .category-vos-animaux .subnav-page, .category-chasseur .subnav-page { background: #eeeeee; }
.backtotop {
    background: #eeeeee;
    text-align: right;
    margin-bottom: 0;
    padding: 20px;
    min-width: 1180px;
}
.category-products { padding-bottom: 25px; margin-bottom: 0px; }
.customlist-offrespeciales-index .category-products { padding-bottom: 0px; }
ul.toptag-tooltip { margin: 0.2em 0; max-width:80px;}
.checkout-cart-index ul.toptag-tooltip li{ float:left; margin-right:3px;}
.checkout-cart-index ul.toptag-tooltip li.img_default{ float:left; margin-right:3px; bottom:16px; }
.checkout-cart-index ul.toptag-tooltip{ max-width:100%; display: inline-block; }

/*gestion bloc facebook*/
body .firstcol .social-block .facebook-tablette {
    display: none; }
@media screen and (max-width: 1024px) {
    .slider-principale .slider-vue img {
        width: 150%;
        height: auto;
    }
    body .firstcol .social-block .facebook-tablette {
        display: block; }
    body .firstcol .social-block .facebook-desktop {
        display: none; }
    .catalog-category-view #head-category .col7 #category-cnt { font-size: 2.6rem; }
}
@media only screen and (max-width: 500px) {
    body .firstcol .social-block .facebook-tablette {
        display: none; }
    body .firstcol .social-block .facebook-desktop {
        display: block;
        padding-top: 0px;
    }
}
/*.facebook-desktop { padding-top:50px;}*/
/*banniere opeco*/
.bandeau { background: #635726; }
.bandeau .content-bandeau { width: 100%; }
@media only screen and (max-width: 1024px) {
    .hidemobil {
        display: block;
    }
}
.breadcrumbs {
    padding: 15px 0px;
    display: inline-block;
}
.breadcrumbs li span { font-size: 1.1rem; }
/*reecriture prehome blocs carte  entre 320 et 640 juste pour le plaisir*/

@media screen and (max-width: 640px) {
    body .firstcol { width: 100% !important; }
    body .info .col33 {
        width: 49%;
        margin-top: 25px; }
    body .info .col33:first-child {
        margin-top: 25px;
    }
    body .firstcol { width: 100%; }
    .breadcrumbs {
        padding-top: 10px;
        display: inline-block;
        padding-bottom: 0px;
    }
    .sorter { padding: 0px 25px; margin-top: 5px; }

}
@media screen and (max-width: 500px) {
    body .info .col33 {
        width: 100%;
        margin-top: 25px; }
    body .info .col33:first-child {
        margin-top: 0px;
    }
    body .firstcol { width: 100%; }
}
#head-category-blue #category-visuel img { float: left; }
/*dashboard*/
/*se deconnecter / mobile tablette*/
@media screen and (max-width: 1024px) {
    .customer-account-index .page-title a {
        display: block;
        margin-top: 0px;
        margin-bottom: 8px;
    }
    .donnee-perso .showmore { margin-bottom: 10px; }
}
.customer-account-index .box-content span {
    font-size: 1.23rem;
}
.passions .parent .title-passion {
    font-size: 1.23rem;
}
.infos-achat table sup { left: 0.2em; }
.info-utile { margin-bottom: 20px; }
.warning {
    padding: 5px;
    margin-bottom: 10px;
    font-style: normal;
    font-weight: 400;
    font-family: 'Open Sans';
    font-size: 1.1rem;
    color: black;
}
@media screen and (max-width: 670px) {
    .infos-achat table thead {
        font-size: 1.1rem;
    }
    .infos-achat table tbody tr td { padding-left: 0px; text-align: center; }
    .infos-achat table sup { left: 0em; }
    .infos-achat table tbody { font-size: 1rem; }
    .warning { font-size: 1rem; }
}
/*page magasins*/

@media only screen  and (min-width: 599px) and (max-width: 1024px) {

    .content-header .content-head-intro-txt-next ul {
        padding: 8px;
    }
    .warehouse-index-view #head-category .col3 {
        width: 30%;
    }
    .warehouse-index-view #head-category .col7 {
        width: 70%;
        padding: 0px;
    }
    /*page services*/
    .cms-page-view #head-category.content-head-intro .marque-header-col3 {
        display: none;
    }
    .cms-page-view #head-category.content-head-intro .marque-header-col7 {
        width: 100%;
        padding-left: 20px;
        padding-top: 15px;
    }
    .cms-page-view #head-category.content-head-intro .marque-header-col7 ul.services li {
        width: 27%;
    }
    .cms-page-view #head-category.content-head-intro .marque-header-col7 ul.services li p {
        padding-right: 0px;
        font-size: 1.1rem;
    }
    .cms-page-view #head-category .col7 #category-cnt { font-size: 2.6rem; margin-left: 8px; }
    .cms-page-view #head-category.content-head-intro .content-head-intro-txt { margin-left: 8px; padding-bottom: 10px; }
    .cms-page-view #head-category.content-head-intro .link-page { padding: 8px; font-size: 1.3rem; }
    .cms-page-view #head-category .col7 p { font-size: 1.3rem; }
    .content-header address { font-size: 1.3rem }
    .fbEquitation { width: 100%; text-align: center; padding-top: 20px; }
    /*prehome 3 blocs*/
    .block-full-image .content-center {
        position: absolute;
        z-index: 7777;
        top: 49%;
        left: 50%;
        width: 90%;
        padding-left: 0px;
        padding-right: 0px;
    }
    .prehome-univers .firstcol { margin: 0px; }
    .prehome-univers .col33 { width: 33.33%; }
    .prehome-univers .block-header-intro p { font-size: 1.3rem; }
    .prehome-univers .block-full-image .content-center .link-page p { font-size: 1.15rem; }
    .prehome-univers .block-header-intro a { margin-top: 25px; }
    .prehome-univers .block-header-intro h3 { font-size: 1.7rem; }
    .prehome-univers .block-header-intro.social-block ul li span { font-size: 1.15rem; }
    .prehome-univers .block-full-image .content-center .link-page { padding-left: 65px; padding-right: 5px; padding-top: 10px; margin-top: 10px; }
    .prehome-univers .block-header-intro p { font-weight: normal; padding-left: 20px; padding-right: 20px; }
    .prehome-univers .block-full-image .titre { margin: 0px; font-size: 1.9rem; }
    .prehome-univers .block-header-intro.social-block ul li { margin-right: 4px; margin-left: 4px; }
    .prehome-univers .block-full-image .content-center .link-page.comptc:before { left: 3px; }
    .prehome-univers .block-full-image .content-center .link-page.vosmag:before { left: 3px; }
    .prehome-univers .block-full-image .content-center .link-page.ateliers:before { left: 3px; }
    .prehome-univers .block-full-image .content-center .link_hover { padding-left: 5px; }
    .prehome-univers .block-header-intro .txt-cms-marron { padding: 0 15px 0 15px; }

}
.warehouse-index-view #head-category {
    display: block; }
.link-page.whitegreen {
    border-color: #111111;
    color: #111111;
    background: transparent; }
.link-page.whitegreen:hover {
    background: #00461e;;
    color: white;
    border-color: #00461e; }
.warehouse-fb-chasse-error { float: left; width: 100%; font-family: 'Open Sans';
    color: #111111;
    font-size: 1.3rem;
    font-style: normal;
    line-height: 1.6rem;
    text-align: center; }
.warehouse-fb-chasse-error-link { float: left; width: 100%; }
.catalog-category-view .warehouse-fb-chasse-error-logo { margin-top: 50px; padding: 0; }
.warehouse-fb-chasse-error-logo { width: 100%; float: left; }
.warehouse-fb-chasse-error-logo img { width: 100%; height: auto; max-width: 142px; margin: 0 auto; display: block; }
.warehouse-fb-chasse-error-link-hp p { margin: 0px; padding: 0px; position: absolute; display: inline; width: 150px; left: 102px; color: black; text-decoration: underline; font-size: 1.2rem; bottom: 35px; }
.warehouse-fb-chasse-error-link-hp { padding-top: 20px; width: 100%; float: left; }
.warehouse-fb-chasse-error-link img { width: 50%; }
.warehouse-fb-chasse-error-link a { float: left; width: 100%; text-align: center; }
.warehouse-fb-chasse-error-link p { position: absolute; display: inline; width: 150px; left: 99px; color: black; text-decoration: underline; font-size: 1rem; top: 121px; }
.warehouse-fb-chasse-error-hp { width: 100%; float: left; margin-top: 20px; }
.warehouse-fb-chasse-error-hp p { padding-left: 20px; padding-right: 20px; }
.warehouse-fb-chasse-error-link-hp img { max-width: 190px; }
.all-univers { display: none; }
@media screen and (max-width: 1024px) {
    .warehouse-fb-chasse-error-link a { float: left; width: 100%; text-align: center; }
    .warehouse-fb-chasse-error-link-hp p { margin: 0px; padding: 0px; position: absolute; display: inline; width: 150px; left: 90px; color: black; text-decoration: underline; font-size: 1.1rem; bottom: 35px; }
    .warehouse-fb-chasse-error-link-hp { padding-top: 10px; }
}
@media screen and (max-width: 599px) {
    .warehouse-fb-chasse-error-link a { float: left; width: 100%; text-align: center; }
    .warehouse-fb-chasse-error-link p { position: absolute; display: inline; width: 130px; left: 55px; color: black; text-decoration: underline; font-size: 1.1rem; top: 161px; }
    .warehouse-fb-chasse-error-link img { width: 60%; }
    .all-univers { display: none; }
}
@media only screen  and (min-width: 599px) and (max-width: 1024px) {

    .all-univers { display: block; }
    .warehouse-fb-chasse-error-link p {
        position: absolute;
        display: inline;
        width: 200px;
        left: 82px;
        color: black;
        text-decoration: underline;
        font-size: 1rem;
    }
}
/*.fb-page, .fb-page iframe[style], .fb-page span {
    width: 100% !important;
}*/
.div-motivation .fileUpload, .div-cv .fileUpload { width: 80%; }
.recrutement-index-index .page-title { margin-bottom: 0px; }
.recrutement-index-index .div-cv img { margin-top: 5px; }
.recrutement-index-index .content-poste .input-field { margin-bottom: 7px; }
.cms-page-view .content-page-cms { margin-top: -2px; }
.cms-page-view .content-page-cms .title-offre { padding-top: 15px; padding-bottom: 15px; margin-bottom: 0px; }
.cms-page-view .content-page-cms .title-offre:after { height: 0px; }
body .fancybox-close { display: block; background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/close-filter.png') no-repeat; top: 10px; right: -5px; }
@media screen and (max-width: 640px) {
    .recrutement-index-index .fancybox-wrap { left: 10px !important; }
}
/*page liste*/
@media only screen and (max-width: 1024px) {
    .category-products ol.pager-nav li a {
        display: block;
        font-weight: lighter;
        font-family: 'Open Sans';
        color: #111111;
        text-decoration: inherit;
        font-size: 1.6rem;
        padding: 0px;
    }
    .category-products ol.pager-nav li {
        width: auto;
        margin: 15px;
        float: none;
        margin-bottom: 0px;
        padding: 0px;
    }
    .category-products ol.pager-nav li a.next, .category-products ol.pager-nav li a.previous {
        padding-top: 0px; padding-bottom: 0px;
    }
    .category-products ol.pager-nav { background: white; }
    .category-products ol.pager-nav li.current { display: inline-block; }
    .category-products ol {
        background: white;
    }
}
@media screen and (max-width: 640px) {
    .category-products ol.pager-nav li a.next, .category-products ol.pager-nav li a.previous {
        font-size: 1rem;
    }
    .category-products ol.pager-nav li a { font-size: 1.2rem; }
    .category-products ol.pager-nav li { font-size: 1.3rem; }
    #head-category-blue { display: none; }
    .head-category-opeco-mobil { display: block !important; }
    .head-category-opeco-mobil #category-visuel, .head-category-opeco-mobil .feu-tricolore { display: none; }

}
/*dashboad*/
.dashboard-edit { padding: 0px; }
.customer-account-edit .cart.tunnel1 { padding-top: 0px; }
/*marques*/
#brand-content .brand-colone .marque-item:hover {
    opacity: 0.7;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
/*breadcrumbs*/
@media screen and (max-width: 1024px) {
    .catalog-product-view .breadcrumbs ul li span { display: inline-block; font-size: 0.8rem; }
    .catalog-product-view .breadcrumbs ul li a { display: inline-block; }
    .catalog-product-view .breadcrumbs ul li.back-product a {
        padding-top: 3px;
    }
}
/*image page produit mobile & tablette*/
@media screen and (max-width: 1024px) {

    .catalog-product-view .product-essential .content-slider-img {
        min-height: 100%;
        max-height: 100%;
    }
    .catalog-product-view .product-essential .content-slider-img .product-image {
        min-height: 100%;
        max-height: 100%;
        text-align: center;
        /* margin:10px;*/
    }
    .catalog-product-view .product-essential .product-image-zoom {
        min-height: 100%;
        min-width: 100%;
    }
    .backtotop { display: block; opacity: 1; }
    .fbEquitation.all-univers .block-header-intro.social-block { width: 340px; margin: 0 auto; }
    .category-opeco { position: relative; }
}
.rating { width: 100px; }
.brand-view-index #head-category .col7 #category-cnt { font-weight: normal; text-transform: none; }
.vignette .content-vignette .bientot { font-size: 1.1rem; }
.vignette img { width: auto; }
.vignette .content-vignette sup { left: 0px; }
.content-vignette-bientot {
    top: 29px !important;
    left: -3px !important;
}
.vignette .content-vignette {
    top: 25px;
    left: -3px;
    height: auto;
    text-align: center;
}
@media screen and (max-width: 670px) {

    .category-products .categorie-item .vignette {
        right: -35px;
        top: 9px;
    }
    .product-view .product-shop #fp-price {
        padding: 9px;
    }
    .vignette .content-vignette .bientot { font-size: 0.9rem; }
    .vignette .content-vignette-bientot {
        top: 21px !important;
        left: -13px !important;
        font-size: 0.9rem !important;
    }
    .vignette .content-vignette {
        top: 14px;
        left: -6px;
        font-size: 0.9rem;
    }
    .vignette .content-vignette .number {
        font-size: 1.5rem;
    }
    .vignette .content-vignette sup {
        font-size: 1.3rem;
    }
    .vignette img { width: 75%; }
    .multiple2 .vignette img { width: 60px; }
    .multiple2 .vignette .content-vignette .number {
        font-size: 1.9rem;
    }
    .multiple2 .vignette .content-vignette sup {
        font-size: 1.6rem;
    }
    .multiple2 .vignette .content-vignette {
        top: 15px;
        left: 0px;
    }

}
.categorie-item-communication .slick-dots { bottom: 0px; }
.category-products { padding-bottom: 0px; }
.category-products .ui-accordion-content ol li { text-transform: capitalize; }
#head-category-blue { position: relative; }
.opeco-content {
    width: auto; float: left;
    font-size: 1.2rem; display: inline-block;
    /*padding-top: 30px;*/
    /*padding-bottom: 20px;*/
    padding-right: 8px;
    padding-left: 8px;
    /* border-top: 1px solid #c0c0c0;*/
}
.opeco-content .price.prix-futur { font-weight: normal; font-size: 1.3rem !important; color: #9cc200 !important; border: 1px solid #9cc200 !important; padding: 4px !important; text-align: center; }
.opeco-content .title-promo_futur { background: #9cc200; color: #ffffff; text-transform: uppercase; padding: 3px; text-align: center; font-size: 1.2rem; }
.categorie-item .opeco-content { border-top: none; }
/*.vignette .content-vignette.content-vignette-bientot{left:-2px;}*/
.product-essential #js-block-price { clear: both; }
/*Code avantage*/
.opeco-avantage { width: 100%; float: right; font-size: 1.2rem; display: inline-block; padding-top: 30px;
    padding-bottom: 20px;
    border-top: 1px solid #c0c0c0;
}
.opeco-avantage .code-avantage { font-family: 'Open Sans'; min-height: 31px; text-transform: uppercase; float: left; width: 66.6%; /*max-width: 72%;*/ font-size: 1.2rem !important; color: #D26E00 !important; border: 2px solid #D26E00; padding: 6px 20px; text-align: left; }
.opeco-avantage .title-avantage { font-family: 'Open Sans'; min-height: 31px; text-transform: uppercase; float: left; width: 18%; /*max-width: 72%;*/ font-size: 1.2rem !important; background-color: #D26E00; color: white; padding: 6px 20px; text-align: left; text-align: center; }
.opeco-avantage .title-avantage b { font-size: 1.4rem; }
.categorie-item .opeco-avantage { border-top: none; }
.opeco-avantage-categorie { margin: 5px 0px 5px 15px; position: absolute; top: 44%; z-index: 999; }
#carte-avantage { width: auto; float: left; border: 1px solid #C3c3c3; padding: 3px 5px; cursor: pointer; }
#carte-avantage .plus_fp_image { display: inline-block; vertical-align: middle; }
#carte-avantage .plus_fp_text {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    color: #111111;
    max-width: 115px;
    margin-left: 13px;
}
.zoomWrapper { margin: 0 auto; }
@media screen and (max-width: 640px) {

    .zoomWrapper { margin: 0 0; }
    .opeco-avantage-categorie { margin: 0px 0px 5px 11px; }
    .catalog-category-view .categorie-item-line .categorie-item .nouveaute { margin: 2px 0px; }
    .catalog-category-view .categorie-item-line .categorie-item .nouveaute .nouveaute { top: 1px; left: 0px; }
    .catalog-category-view .categorie-item-line .categorie-item .nouveaute:only-child {
        top: 20px;
    }
    .opeco-content {
        padding: 9px;
    }
    #carte-avantage {
        width: 100%;
        margin-bottom: 15px;
    }
    .avantage td:last-child {
        display: block;
    }

    .opeco-avantage .code-avantage { font-family: 'Open Sans'; text-transform: uppercase; float: left; width: 100%; font-size: 1.1rem !important; color: #D26E00 !important; border: 2px solid #D26E00; padding: 0px; text-align: left; box-sizing: border-box;
        padding: 8px; }
    .opeco-avantage .title-avantage { font-family: 'Open Sans'; float: left; width: 100%; background: #D26E00; color: #ffffff; text-transform: uppercase; /*padding:3px; */ text-align: center; font-size: 1.1rem; padding: 0px; }
    .opeco-avantage .title-avantage b { font-size: 1.2rem; }
    .categorie-item-communication .slick-dots { bottom: -22px; }
}
@media screen and (max-width: 400px) {
    .opeco-avantage .code-avantage { font-family: 'Open Sans'; text-transform: uppercase; float: left; font-size: 1.1rem !important; color: #D26E00 !important; border: 2px solid #D26E00; /*padding:12px */; text-align: left; }
    .opeco-avantage .title-avantage { font-family: 'Open Sans'; float: left; background: #D26E00; color: #ffffff; text-transform: uppercase; /*padding:3px;*/ text-align: center; font-size: 1.1rem; }
}
.fake-green {
    outline: none;
    color: white;
    background: #00461e;
    border-color: #00461e;
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid;
    text-transform: uppercase;
    text-decoration: inherit;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: default;
}
.fake-contact {
    font-family: 'Open Sans';
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid;
    text-transform: uppercase;
    text-decoration: inherit;
    border-radius: 5px;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: default;
}
.marque-header-img-mobile { display: none; }
@media screen and (max-width: 640px) {
    .marque-header-img-mobile { display: block; }
    .marque-header-img { display: none; }
}
.bandeau img { opacity: 1; }
.bandeau { background: none; }
body.cms-landing-page {
    background: url(https://www.terreseteaux.fr/skin/frontend/te/default/img/home/background_hp.jpg) fixed center top no-repeat;
}
.more-views .slick-track { transform: translate3d(30px, 0px, 0px) !important; }
.subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content {
    overflow-x: hidden;
}
#moredetailpopup .content-light {
    text-align: left;
    padding-top: 0px; }
#moredetailpopup .content-light h2 {
    border: 2px solid grey;
    padding: 5px;
    text-transform: uppercase;
    padding-left: 10px;
}
#moredetailpopup .content-light p {
    text-align: left;
    font-size: 1.3rem;
}
#moredetailpopup .content-light ul { padding-left: 30px; }
#moredetailpopup h4 {
    color: #ff1111; }
#arme h4, #arme_decret h4 {
    color: #ff1111; }
#arme .content-light ul li, #arme_decret .content-light ul li {
    display: block;
    text-align: center; }
#arme .content-light ul, #arme_decret .content-light ul {
    padding-top: 0px;
    padding-bottom: 0px; }
#arme .content-light, #arme_decret .content-light {
    text-align: left;
    padding-top: 0px;
    padding-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 15px; }
#arme .content-light h2, #arme_decret .content-light h2 {
    border: 2px solid grey;
    padding: 5px;
    text-transform: uppercase;
    padding-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}
#arme .content-light p, #arme_decret .content-light p {
    text-align: left;
    font-size: 1.3rem;
}
#arme .content-light ul, #arme_decret .content-light ul { padding-left: 30px; }
#arme .content-light ul, #arme_decret .content-light ul { padding-left: 30px; }
.product-essential .product-image-zoom .zoomimg .zoomImgslider { max-height: 400px; text-align: center; }
body.customlist-offrespeciales-index {
    background: url(https://www.terreseteaux.fr/skin/frontend/te/default/img/home/background_offres_speciales.jpg) fixed center top no-repeat;
}
.categorie-item-communication .slick-dotted.slick-slider {
    margin-bottom: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    /* Safari only override */
    ::i-block-chrome, .catalog-category-view .slider-principale, .services-index-index .col2-left-layout,
    .catalog-category-view .col2-left-layout, .brand-list-index .col1-layout, .catalog-product-view .col1-layout, .brand-view-index .col2-left-layout {
        padding-top: 123px;
    }
}
/* Mac Safari only override */
.mac-os .slider-principale, .mac-os .col2-left-layout, .mac-os .col1-layout {
    padding-top: 123px;
}
#gal1 {
    width: auto; float: left;
}
#gal1 img {
    margin: 5px;
    padding: 2px;
    border: 2px solid white;
}
#gal1 .active img {
    border: 1px solid #c0c0c0;
}
.categorie-item .categorie-item-price.price-reduc .special-price .final.price {
    text-decoration: inherit;
    padding: 5px;
    border: 2px solid #9cc200;
    color: #9cc200;
    font-size: 2.2rem;
}
.categorie-item-fp-solde .categorie-item-price.price-reduc .special-price .final.price {
    border: 2px solid #FF821E;
    color: #FF821E;
}
/*css fancybox img zoom custom*/
body .fancybox-opened .fancy-product-img {
    padding: 15px !important;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
body .fancybox-opened .fancy-product-img .fancybox-close {
    background-image: url(https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_sprite.png);
    top: -18px;
    right: -18px;
}
.product-essential #carte-avantage-text {
    max-width: 165px;
    margin-left: 1px;
}
.product-essential #carte-avantage-text-code {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'Open Sans';
    font-size: 1.2rem;
    color: #111111; }
.product-essential #carte-avantage-text-code {
    max-width: 195px;
    margin-left: 1px;
}
@media screen and (max-width: 640px) {
    #carte-avantage #carte-avantage-text-code {
        text-align: left;
    }
}
.subnav-page .viewer-sub-nav .is-hidden .no-children a.level2 {
    color: #111111;
    font-size: 1.3rem;
    text-decoration: inherit;
    position: relative;
    font-family: 'Open Sans';
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.subnav-page .viewer-sub-nav .is-hidden .no-children a.level2:before {
    position: absolute;
    left: -15px;
    top: 0px;
    content: ">";
    width: 20px;
    height: 20px;
}
/*menu more results*/
.viewer-sub-nav .more-result {
    margin-left: 10px;
    cursor: pointer;
    font-style: italic;
}
.viewer-sub-nav .more-result:hover {
    text-decoration: underline;
}
@media screen and (max-width: 640px) {
    .mac-os .slider-principale, .mac-os .col2-left-layout, .mac-os .col1-layout {
        padding-top: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .catalog-product-view .product-essential .content-slider-img .product-image {
        text-align: inherit;
    }
}
.no-stock.force-contact .label-contactez-label {
    display: block;
}
.customer-account-login #MB_windowwrapper { top: 50%; }
.customer-account-login #MB_window { width: 600px; }
@media screen and (max-width: 640px) {
    .customer-account-login #MB_windowwrapper { top: 25%; }
    .customer-account-login #MB_window { width: 410px; }
}
.only-cmd span.infostock {
    padding-top: 5px;
    padding-left: 30px;
    position: relative;
    font-family: 'Open Sans';
    color: #c27937;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
    text-transform: uppercase; }
.only-cmd span.infostock:before {
    position: absolute;
    left: 0px;
    top: 5px;
    content: "";
    width: 30px;
    height: 30px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -289px -5px; }
#infos_login .modalbox-title {
    background: #00421c;
    color: #fff;
    margin: 0;
    padding: 10px;
    font-size: 1.60em;
}
#infos_login .modalbox-content {
    font-size: 1.20em;
    padding: 0 10px;
}
.promo-achat .content-promo div.second > span.tier-price-unit {
    font-size: 2rem;
}
.promo-achat .content-promo div.second span.price-strong span {
    font-size: 2rem;
}
#js-tier-price .second .price-strong sup { font-size: 35%; }
#wishlist-table .old-price > span { text-decoration: line-through; }
.price-box .special-price .old.price { text-decoration: line-through; }
/** ONEPAGE **/
.add_shipping_address {
    cursor: pointer;
}
.lad #co-shipping-form .cart.formulaire,
.lad #co-billing-form .cart.formulaire,
.lad #co-shipping-method-form .cart.formulaire,
.lad #co-payment-form .cart.formulaire {
    padding-bottom: 20px;
    margin-bottom: 10px;
    padding-top: 20px;
}
#co-billing-form .cart.tunnel1 h3,
.lad .cart.formulaire h3,
.lad .cart.formulaire h3 {
    margin-top: 0;
}
.lad #checkout-review-load .cart h3 {
    margin-top: 10px;
    margin-bottom: 10px;
}
#checkoutSteps.lad .link-simple {
    background: inherit;
    border: 0 none;
    margin-top: 20px;
    text-decoration: underline;
    text-transform: uppercase;
}
#checkoutSteps .add_address span.plus {
    border: 1px solid #e6e6e6;
    display: inline-block;
    height: 27px;
    margin-top: -14px;
    position: absolute;
    top: 50%;
    left: 0;
    width: 27px;
}
.div-same-as-shipping, .div-same-as-shipping * {
    cursor: pointer;
}
.sp-methods.shipping-methods input, .sp-methods.shipping-methods label {
    cursor: pointer;
}
#checkout-step-shipping.loading * {
    cursor: default;
}
.lad #review_onepage_container #checkout-review-load div.cart.borderbox {
    padding-bottom: 25px;
    margin-bottom: 10px;
}
#systempay_payment_form, #payzen_payment_form {
    width: 600px;
    margin: auto;
    padding-top: 100px;
    text-align: center;
}
body.page-empty.systempay-payment-form, body.page-empty.payzen-payment-form {
    background-color: white;
    background: none;
}
.not_lad #co-shipping-method-form {
    display: none;
}
/*** RECENT ORDERS ***/

.orders-container {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: column;
    padding: 20px;
    background: #FFFFFF;
}
.orders-header_container {
    background: #eee;
    padding: 5px;
}
.orders-header_container,
.orders-content_container {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    width: 100%;
    padding-top: 8px;
}
.orders-content_container {
    flex-direction: column;
}
.orders-header_container .orders-header_text {
    flex-basis: 20%;
    margin-right: 15px;
}
.orders-header_text,
.orders-content_text {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    font-family: 'Open Sans';
}
.orders-content {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 20px 0 20px 5px;
    border-bottom: 1px solid #eee;
    font-size: 12px;
    font-family: 'Open Sans';
}
.orders-link a {
    font-weight: bold;
    text-decoration: none;
    color: #111111 !important;
}
.orders-link_all {
    width: 100%;
    text-align: right;
    padding: 20px;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.orders-link_all a {
    color: #111111;
    font-size: 12px;
}
.orders-infos_box .orders-header_text {
    display: none;
}
.orders-infos {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex: 1;
    width: 100%;
    margin: 10px 0;
}
.orders-infos_box {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
    flex-basis: 20%;
}
.orders-infos_box.name_product {
    flex-direction: column;
}
.orders-infos_box.name_product .item-options {
    width: 100%;
}
.orders-infos_box.name_product .item-options dt {
    text-transform: capitalize;
}
.orders-infos_options-list {
    flex-direction: column;
}
.orders-content_product-options {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: column;
}
.orders-content_product-options-title {
    font-size: 12px;
    font-weight: bold;
    display: block !important;
}
.orders-status-doing {
    color: orange;
}
.orders-status-doing_square {
    background: orange;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}
.orders-status-dont {
    color: red;
}
.orders-status-dont_square {
    background: red;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}
.orders-status-done {
    color: green;
}
.orders-status-done_square {
    background: green;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    display: inline-block;
}
.orders-infos_box .item-options {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
}
.orders-infos_box .item-options dd, .orders-infos_box .item-options dt {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #111111;
    font-family: 'Open Sans';
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    margin-left: 0px;
}
@media screen and (max-width: 991px) {
    .orders-content_text {
        text-align: right;
    }
    .orders-infos_box {
        justify-content: flex-start;
        margin: 5px 0;
    }
    .orders-infos_box.subtotal {
        display: none;
    }
    .orders-header_container {
        display: none;
    }
    .orders-content {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        line-height: 20px;
    }
    .orders-infos_box .orders-header_text {
        display: block;
        font-weight: bold;
    }
    .orders-infos {
        flex-direction: column;
        text-align: left;
        flex-basis: 100%;
    }
    .orders-infos_options-list {
        flex-direction: row;
    }
    .orders-infos_options-list .item-options {
        text-align: right;
    }
}
/*** ORDERS ***/
.orders-bigtitle {
    padding-left: 15px;
    display: inline-block;
    width: 99%;
}
.my-account .orders-bigtitle h1 { width: 60%; float: left; }
.my-account .orders-bigtitle .btn-order-view { width: 35%; float: right; margin: 14px auto; line-height: 22px; text-align: right; padding-right: 14px; font-size: 1.2rem; }
/*** SINGLE ORDER ***/
.single-order_container,
.single-order_details-container {
    background: #FFFFFF;
    padding: 15px;
}
.single-order_details-container {
    margin-top: 15px;
}
.single-order_link-action {
    font-size: 1.2rem;
    font-family: 'Open sans';
    color: #111111;
}
.single-order_info {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.single-order_about {
    font-size: 12px;
    color: #111111;
    font-family: 'Open sans';
}
.single-order_date {
    font-size: 14px;
    font-family: 'Open sans';
    color: #111111;
}
.single-order_methods-container {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
}
.single-order_methods-shipping,
.single-order_methods-payment {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    margin: 20px;
}
.single-order_shipping-address,
.single-order_shipping_method,
.single-order_billing-address,
.single-order_payment-method {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-direction: row;
    flex-basis: 50%;
    width: 100%;
}
.single-order_box-title {
    flex: 35%;
    width: 100%;
}
.single-order_box-content {
    flex: 65%;
    width: 100%;
    line-height: 18px;
    font-size: 12px;
    color: #111111;
}
.single-order_box-content p {
    margin: 0 !important;
}
.single-order_box-title h2 {
    margin: 0;
    color: #111111;
}
.single-orders_header_container,
.single-orders_content_container {
    text-align: right;
}
.single-orders_header_container .orders-header_text:first-of-type,
.single-orders_content_container .orders-infos .orders-infos_box.name_product {
    text-align: left !important;
}
@media screen and (max-width: 768px) {
    .single-order_shipping-address,
    .single-order_shipping_method,
    .single-order_billing-address,
    .single-order_payment-method {
        flex: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .single-order_box-title {
        padding-right: 10px;
    }
}
/** ORDER TOTALS **/
.orders-totals_container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
}
.orders-totals {
    flex-basis: 25%;
}
.order-totals_infos-container {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
}
.order-totals_infos-label,
.order-totals_infos-content {
    font-size: 12px;
    font-family: 'Open sans';
    flex-basis: 50%;
    text-align: right;
    flex: 1;
}
.order-details h2.table-caption { margin-left: 15px; }
@media screen and (max-width: 991px) {

    .order-totals_infos-label,
    .order-totals_infos-content {
        margin: 5px 0;
    }
    .carte_fidelite_title {
        display: inline-block;
    }
    .carte_fidelite_link {
        font-size: 1.5rem;
        font-family: 'Open Sans';
        color: #111111;
        margin-left: 10px;
    }
}
@media screen and (max-width: 768px) {
    .order-totals_infos-label {
        text-align: left;
    }
    .orders-totals {
        flex-basis: 100%;
    }
}
.cta_mod_address, .mod_address {
    font-style: italic;
}
.cta_mod_address:hover, .mod_address:hover {
    text-decoration: underline;
}
.main-container .footerCms .content-footer .footer-links .col.block1 p span a {
    text-decoration: none;
    color: white;
}
.main-container .footerCms .content-footer .footer-links .col.block1 p span a:hover {
    text-decoration: underline;
}
/*** BACK LINK ***/
.back-link {
    padding: 5px;
}
.back-link a {
    color: #111111;
    font-size: 12px;
    font-family: 'Open sans';
}
/*** PAGER ***/
.pager_container {
    padding: 10px 0 10px 25px;
    background: #FFFFFF;
}
.pager_limiter {
    font-size: 12px;
    font-family: 'Open sans';
    color: #111111;
}
.pager_select {
    padding: 3px;
}
.return_info.return_hiddable { font-size: 14px; }
.return_product { width: 100%; }
.orders-infos_box.checkbox, .orders-header_container .orders-header_text.checkbox { flex-basis: 5%; }
.btn-valide-return { margin-top: 25px; }
/***Mes adresses ***/
.address-book { width: 99%; padding-left: 15px; display: inline-block; }
.address-book h1 { width: 45%; float: left; }
.address-book button { float: right; margin-right: 15px; }
.addresses-list {
    background: #ffffff;
    width: 100%;
}
.addresses-primary, .addresses-additional { padding: 5px; }
.addresses-listing, .donnee-perso .col2-set { list-style: none; width: 100%; display: inline-block; font-size: 1.2rem; }
.addresses-listing li.item, .donnee-perso .col2-set .box-content .col-1, .donnee-perso .col2-set .box-content .col-2 { width: 50%; float: left; display: inline-block; }
.form-list .form-field .checkbox { float: left; width: 5%; }
.donnee-perso .col2-set { padding-left: 15px; }
.donnee-perso .col2-set .info-label { margin-bottom: 0px; }
.donnee-perso .col2-set a.edit_address { color: #111111; font-size: 12px; }
.choose-lad { text-align: center; margin-bottom: 10px; cursor: pointer; }
select.creditmemo_reasons { font-size: 1.2rem; }
/** POPIN doc armes et munitions **/
.doc-popin {
    position: relative;
}
.form-doc-popin {
    padding: 25px;
}
.form-doc-popin > span {
    display: inline-block;
    margin: 10px 0;
}
.input-doc-popin {
    display: none;
}
.label-doc-popin {
    width: 100%;
    height: 100%;
    cursor: pointer;
    display: block;
}
.label-doc-popin .download-ico {
    width: 32px;
}
.infos-doc-popin {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}
.filename-doc-popin {
    font-weight: bold;
    -ms-word-wrap: break-word; word-wrap: break-word;
}
.cart fieldset .adviceDiv ul {
    list-style-type: none;
}
.cart fieldset .adviceDiv ul li {
    min-height: 230px;
    position: relative;
}
.cart fieldset .adviceDiv ul .licence {
    display: none;
}
.cart fieldset .adviceDiv ul li p {
    margin-bottom: 0;
}
@media screen and (max-width: 768px) {
    .form-doc-popin {
        padding: 5px;
    }
    .cart fieldset .adviceDiv ul li {
        width: calc(50% - 10px);
    }
}
/***Discount **/
.discount { border: 1px solid #dfdfdf; padding: 10px 20px; display: inline-block; width: 92%; margin-top: 20px; }

@media only screen and (max-width: 1024px) {
    .discount {  width: 93%;}
}
@media only screen and (max-width: 850px) {
    .discount {  width: 91%;}
}
label.coupon_code { text-transform: uppercase; font-weight: bold; font-size: 1.3rem; margin-right:15px; float:left; font-family: 'GothamHTF Book'; line-height: 33px;}
.discount .input-box { float: left; width: 49%; }
.discount .buttons-set, .table-fidelite .point_fidelite { float: left; width: 18%; margin-left: 1.5%; }
.discount .buttons-set .coupon-btn, .table-fidelite .point_fidelite { padding: 5px 10px; }
.discount .buttons-set .coupon-btn.cancel { background: red; border-color: red; padding: 5px; }
.discount .buttons-set .coupon-btn.cancel:hover { color: red; border-color: red; background: white; }
.discount .input-box input {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    background: white;
    width: 100%;
    outline: none;
    font-size: 100%;
}
tr.avantage.point_fidelite { width: 95%; }
.info-carte { color: #ffffff; font-size: 1.15rem; padding: 15px 10px 15px 50px; color: #fff; font-size: 1.15rem; background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/pouce.png') no-repeat #c3792e 10px 50%; }
/* Modif panier */
.offre-carte-fidelite {
    padding-bottom: 20px;
    padding-top: 20px;
    background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/carte_avantage.png') left center no-repeat;
    font-family: "GothamHTF Light";
    font-size: 1.3rem;
    margin-left: 40px;
}
.offre-carte-fidelite span.first {
    padding-left: 70px;
}
.txt-underline {
    margin-left: 0px;
    text-decoration: underline; }
.rap-summary { text-transform: uppercase; }
.cart .table-fidelite { margin-top: 20px; }
.cart .carte_fidelite .title_fidelite { display: block; width: 100%; }
.cart .carte_fidelite .title-carte, .cart .carte_fidelite img { float: left; }
.cart .carte_fidelite .title-carte { margin-left: 6px; }
.cart .carte_fidelite img { margin-top: 6px; }
.cart .carte_fidelite ul, .cart .carte_fidelite .info-card { display: block; clear: both; margin: 0; }
.cart .carte_fidelite .title_fidelite .savoir_plus a { margin-left: 10px; font-size: 1.3rem; color: #000; }
.cart .carte_fidelite .info-card, .txt-frais-lad { font-size: 1.3rem; padding-top: 8px; font-family: "GothamHTF Light"; }
body.checkout-cart-index, body.checkout-onepage-index { font-family: "GothamHTF Light"; }
.cart .carte_fidelite ul li label { width: 93%; }
.cart .info_mtt_point { margin-bottom: 20px; position: relative; display: inline-block; }
.cart .carte_fidelite ul li hr.hr_adhesion { border-top: dashed 1px #000; margin-top: 20px; width: 12%; border-bottom: none; }
.cart .info_mtt_point .txt_cart, .cart .info_mtt_point .txt_no_cart { display: none; font-size: 1.30rem; float: left; margin-right: 20px; line-height: 2.52rem; }
.cart .info_mtt_point .txt_cart strong, .cart .info_mtt_point .txt_no_cart strong { font-family: "GothamHTF Bold"; }
#checkout-cart-totals .lastTr sup { font-size: 95%; font-family: "GothamHTF Bold"; }
.table-fidelite tr.point_fidelite td { padding: 0px !important; }
.point_fidelite .point_fidelite-btn { padding: 7px 10px; }
/**Payzen**/
.checkout-item .open-checkout-item label.item-name { float: left; width: 85%; }
.checkout-item .open-checkout-item label.item-name .payzen-method-img { float: right; width: 100px; margin-top: -9px; }
.open-checkout-item .form-systempay_multi, .open-checkout-item .form-payzen_multi { display: inline-block; }
.cart-price-unitaire { display: block; clear: both; font-size: 1.3rem; }
.carte-avantage-account {
    width: 50%;
}
.attention_arme .arme_title {
    font-weight: bold;
    width: 100%;
}
.attention_arme .arme_texte {
    font-weight: normal;
    width: 100%;
    font-size: 1.3rem;
}
.attention_arme .note {
    font-size: 1rem;
    float: right;
    width: 80%;
    text-align: right;
    text-transform: uppercase;
}
.arme_important { font-weight: bold; text-decoration: underline; }
.doc_couteau { padding-top: 12px; }
.response .validation-advice { color: red; }
.or_fidelite { padding: 0px 5px; }
@media only screen and (max-width: 670px) {

    .avancement_cmd img.tick_success {
        margin-top: -1px;
    }
    .cart h3 { font-size: 1.9rem; }
    .info-fidelite { display: inline-block; width: 68%; }
    .carte-fid-panier { padding-top: 20px; }
    .avantage.point_fidelite h4 { float: left; width: 46%; }
    #shipping-method-single-mode, .cart.formulaire .form-list li.address-customer, li#new-billing-address-li { margin-left: 5px; width: 98%; }
    #shipping-method-single-mode .checkout-item .open-checkout-item, #payment_onepage_container .checkout-item .open-checkout-item { font-size: 12px; padding: 10px 0px 0px 0px; display: inline-block; height: 42px; width: 98% }
    #shipping-method-single-mode .checkout-item .item-price { padding-right: 5px; }
    .address-container { padding: 10px 0px 0px 0px; }
    #shipping-method-single-mode .checkout-item .item-image { display: none; }
    .form-new-address { min-width: 100%; }
    #co-payment-form .item-name img { display: none; }
    .cart .table-fidelite{ margin-top:0px;}
    .discount .input-box{ width:33%;}
    .discount .buttons-set{ margin-left:4%;}
    .table-fidelite .point_fidelite{ padding:5px;}
    .cart #main_cart_totals tr.avantage label{ display: block; }
    .fidelite_moins{ margin-left:65px; }
    .btn-point_fidelite { position: absolute; bottom:10px; right:35px; }
    .cart .cgvAgreement label, .cart .cgvAgreement input { float:left; }
    .cart .cgvAgreement input { margin-right:5px; }
    .rap-summary .summary-details span.price.big{ margin:0;}
    .rap-summary .summary-details p.big{ padding-left:10px;}
    .offre-carte-fidelite{ margin-left:5px; padding-left:70px;}
    .offre-carte-fidelite span.first{ padding-left:0px;}
    #payment_onepage_container .checkout-item{ margin-left: 5px; width: 97%;}
    .cart #main_cart_totals td { padding: 20px 4px 20px 10px; }
    .cart .carte_fidelite {border: none; width:100%}
    .info-carte{ width:100%; }
    .discount{border-top: 1px solid #dfdfdf !important;}
    .cart .cgvAgreement{margin-left: 5px;}
    .registered-users{ width:97%; padding:0 2%; }
    .cart.tunnel1 input[type="text"], .cart.tunnel1 input[type="password"]{ font-size:14px; width:94%}
    .cart.formulaire fieldset { background: #f9f9f9;  padding:0 2%; width:97%;}
    .cart.tunnel1 .form-list .form-field {
        margin-bottom: 20px;
        display: block;
        clear: both;
    }
    #co-register-form .cart p{ padding: 5px; }
    .cart.formulaire .form-entries.customer-dob .dob-day{ width:23%;}
    .lad #checkout-review-load .cart h3{ padding-left:10px; }
    #checkout-review-table-wrapper .sameheight h3{ padding-left:0px; }
    #payment_onepage_container .checkout-item .custom-radio{ width: 40px; text-align: center; }
    .lad #co-payment-form .cart.formulaire{ margin-bottom:0px; }
    .cart h3{ padding-left:10px;}
    .checkout-onepage-success .cart h3{ margin-top:0px; }
    .checkout-onepage-success p{ padding-left: 10px; }
    .paiement h3::before{ top:2px; }
    .paiement h3{ padding-left:40px; }
    .checkout-onepage-success .price-info .right{ width:auto;}
    .checkout-onepage-success .price-info .big{ font-size: 2rem; margin-top:4px;}
    .checkout-onepage-success .price-info .small{ font-size: 1.3rem; }
    .checkout-onepage-success .price-info .price{font-size: 2.4rem;}
    .checkout-onepage-success .price-info sup{ left:0 !important;}
    .checkout-onepage-success .price-info .left, .price-info .right{ width:auto; }
    .cart fieldset .bottom-page{ margin:2px 7px; float:left;}
    .cart fieldset .bottom-page.btn-proceed-checkout{ float:right;}
    .cart h3#title_carte_fid{ padding-left:0px !important;}
}
/** TIMER LAD **/
.timer_container {
    position: relative;
    text-align: center;
    font-size: 25px;
    background: #086143;
    color: #FFFFFF;
    overflow: auto;
    padding: 15px 0;
    width: 100%;
}
.timer_container-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.timer_icon {
    width: 75px;
}
.timer_container-close:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #FFFFFF;
    transform: rotate(45deg);
}
.timer_container-close:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 50px;
    background: #FFFFFF;
    transform: rotate(-45deg);
}
.timer {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.timer_parts {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    margin: 10px;
    border: 1px dotted #FFFFFF;
    width: 80px;
    height: 80px;
    font-family: 'Open sans';
}
.timer_title {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Open sans';
    font-weight: bold;
}
.timer_number {
    font-size: 30px;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.3);
}
.timer_text {
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    .timer_container {
        margin-top: 125px;
    }
}
@media screen and (max-width: 768px) {
    .timer_container {
        margin-top: 161px;
    }
}
/* show new lad */
.show-lad {
    position: fixed;
    top: 0;
    z-index: 9000;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.8);
    overflow: auto;
    box-sizing: border-box;
}
.show-lad-content, .show-lad-content-2 {
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
    box-sizing: border-box;
}
.show-lad-arrow, .show-lad-arrow-2 {
    width: 200px;
}
.show-lad-content-2 .show-lad-arrow-2 {
    margin-left: -5%;
    -moz-transform: rotate(-148deg);
    -webkit-transform: rotate(-148deg);
    -o-transform: rotate(-148deg);
    -ms-transform: rotate(-148deg);
    transform: rotate(-148deg);
}
.show-lad-content .show-lad-arrow {
    margin-left: 10%;
    -moz-transform: scale(-1, 1) rotate(-148deg);
    -webkit-transform: scale(-1, 1) rotate(-148deg);
    -o-transform: scale(-1, 1) rotate(-148deg);
    -ms-transform: scale(-1, 1) rotate(-148deg);
    transform: scale(-1, 1) rotate(-148deg);
}
.show-lad-text {
    font-size: 17px;
    color: #FFFFFF;
}
.no-scroll {
    overflow: hidden;
}
.show-lad .link-page.greencolor:hover {
    background: #FFFFFF;
}
.show-message-container {
    margin-top: 15px;
}
.show-message-checkbox,
.show-message-label {
    vertical-align: middle;
}
.show-message-label {
    color: #ffffff;
    font-size: 12px;
}
@media screen and (max-width: 1024px) {
    .show-lad {
        top: 70px;
    }
    #showlad_1 .show-lad-arrow,
    #showlad_2 .show-lad-arrow-2 {
        margin-left: 73%;
    }
}
@media screen and (max-width: 768px) {
    .show-lad {
        top: 56px;
    }
}
@media screen and (max-width: 640px) {
    .show-lad {
        top: 52px;
    }
    #showlad_1 .show-lad-arrow,
    #showlad_2 .show-lad-arrow-2 {
        margin-left: 62%;
    }
}
@media screen and (max-width: 490px) {
    .avancement_cmd .step {
        width: 19%;
    }
    .show-lad {
        top: 102px;
    }
    #showlad_1 .show-lad-arrow,
    #showlad_2 .show-lad-arrow-2 {
        margin-left: 0;
    }
}
#review_onepage_container.payzen .cart .borderbox {
    width: 100%;
}
#review_onepage_container.payzen .cart #main_cart_totals #shopping-cart-totals-table tr:first-child {
    display: none;
}
#review_onepage_container.payzen .cart #main_cart_totals .tax-detail {
    display: none;
}
#review_onepage_container.payzen .cart-collaterals {
    margin-top: 0;
}
#review_onepage_container.payzen .cart-collaterals #shopping-cart-totals-table tr {
    vertical-align: middle;
}
.show-lad-text {
    font-size: 14px;
}
.show-lad-arrow, .show-lad-arrow-2 {
    width: 75px;
}
.categorie-item.no-stock-lad, .new-view-product.no-stock-lad {
    opacity: 0.80;
    background: #EEEEEE;
    padding-top: 8px;
}
.no-stock-lad .picto_no_stock_lad {
    background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/bientot_disponible.png') no-repeat;
    top: 60px;
    width: 185px;
    height: 77px;
    position: absolute;
    z-index: 999;
    left: 50px;
}
.new-view-product.no-stock-lad .picto_no_stock_lad {
    top: 120px;
}
.img_no_stock_lad {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: #eeeeee;
    opacity: 0.6;
    z-index: 10;
}
.checkout-onepage-index strong { font-family: "GothamHTF Bold"; }
.offresCoffres { font-size: 1.3rem; border: 1px solid; border-radius: 5px; padding: 10px; }
.coffre-panier { font-size: 1.4rem; border: 1px solid; border-radius: 5px; padding: 10px; margin: 10px 0px; }
.coffre-panier .red-coffres { color: red; }
.other-product-panier { font-size: 1.5rem; padding: 10px; margin: 10px 0px; }
.slick-initialized .slick-slide { position: relative; }
@media screen and (max-width: 640px) {
    .no-stock-lad .picto_no_stock_lad {
        background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/bientot_disponible_mobile.png') no-repeat;
        left: 0px;
        width: 120px;
        height: 50px;
    }
}
.product-ref-mobile {
    text-align: center;
}
@media screen and (min-width: 769px) {
    .product-ref-mobile {
        display: none;
    }
    .product-ref-desktop {
        display: block;
    }
}
@media screen and (max-width: 768px) {
    .product-ref-desktop {
        display: none;
    }
}
.categorie-item.no-stock-lad, .new-view-product.no-stock-lad {
    opacity: 0.80;
    background: #EEEEEE;
    padding-top: 8px;
}
.no-stock-lad .picto_no_stock_lad {
    background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/bientot_disponible.png') no-repeat;
    top: 60px;
    width: 185px;
    height: 77px;
    position: absolute;
    z-index: 999;
    left: 50px;
}
.new-view-product.no-stock-lad .picto_no_stock_lad {
    top: 120px;
}
.img_no_stock_lad {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: #eeeeee;
    opacity: 0.6;
    z-index: 10;
}
.offresCoffres { font-size: 1.3rem; border: 1px solid; border-radius: 5px; padding: 10px; }
.coffre-panier { font-size: 1.5rem; border: 1px solid; border-radius: 5px; padding: 10px; margin: 10px 0px; }
.coffre-panier .red-coffres { color: red; }
.other-product-panier { font-size: 1.5rem; padding: 10px; margin: 10px 0px; }
.slick-initialized .slick-slide { position: relative; }
@media screen and (max-width: 640px) {
    .no-stock-lad .picto_no_stock_lad {
        background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/bientot_disponible_mobile.png') no-repeat;
        left: 0px;
        width: 120px;
        height: 50px;
    }
    .img_no_stock_lad {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 145px;
        height: 145px;
        transform: translate(-50%, -50%);
        background: #eeeeee;
        opacity: 0.6;
        z-index: 10;
    }
}
.no-scroll {
    overflow: hidden;
}
/* ELASTICSEARCH */
.search-autocomplete {
    left: -250px !important;
    width: calc(100% + 250px) !important;
}
.wyomind-elasticsearch {
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
    padding: 0;
    width: 100%;
    max-height: 470px;
    font-family: 'GothamHTF Book', 'Asap', sans-serif;
}
.wyomind-elasticsearch a {
    color: #111111;
}
.wyomind-elasticsearch .autocomplete-product-link {
    display: flex !important;
    display: -webkit-flex !important;
    align-items: center;
    padding-right: 15px !important;
    padding-left: 0 !important;
}
.wyomind-elasticsearch .autocomplete-product-link .price-box {
    font-size: 1.5em;
}
.wyomind-elasticsearch .price-box {
    position: relative;
    left: 0;
    bottom: 0;
}
.wyomind-elasticsearch .price-box .from {
    position: relative;
    left: 0 !important;
    top: 0 !important;
}
.wyomind-elasticsearch .search-results-title,
.wyomind-elasticsearch .all-results-link {
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.wyomind-elasticsearch .search-results-title {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    margin: 0;
    padding: 6px 15px 6px 6px;
    color: #010101 !important;
    background-color: #DBDBDB !important;
    text-transform: uppercase;
}
.wyomind-elasticsearch .all-results-link {
    display: inline-block;
    padding: 8px 15px;
    margin: 6px 6px 6px 0;
    color: #FFFFFF !important;
    background-color: #00421c !important;
    text-decoration: none;
}
.wyomind-elasticsearch .search-results-count {
    float: right;
    font-size: 12px;
}
.wyomind-elasticsearch .product-title span {
    padding: 6px;
    flex: 1;
}
.wyomind-elasticsearch .image img {
    position: relative;
    padding: 0;
    top: 0;
}
/* infos transporteurs */
#shipping-method-single-mode .checkout-item .more-infos {
    height: 17px;
    vertical-align: middle;
    margin-bottom: 0.35em;
}
#shipping-method-single-mode .tabs-infos {
    border: 1px dotted #dbdbdb;
    font-size: 12px;
    display: none;
    margin-bottom: 10px;
    padding: 10px;
}
#shipping-method-single-mode .tabs-infos h6 {
    font-size: 15px;
    margin: 0;
}
.mag_wh0902 { display: none; }
.wyomind-elasticsearch .info {
    display: inline-block;
    flex: 1;
}
.wyomind-elasticsearch .info .name {
    font-size: 12px;
}
.wyomind-elasticsearch .info .brand {
    display: block;
    margin-top: 5px;
    font-weight: bold;
    font-size: 12px;
}
.wyomind-loader {
    display: none;
}
.wyomind-loader.actif {
    right: -15px;
    left: inherit;
    display: block;
    position: absolute;
    background: transparent;
    right: 40px;
    top: 0px;
    padding: 12px;
}
.search-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.search-icon img {
    top: 0;
    left: 0;
    padding: 17px;
}
.search-results {
    flex: 1 1 50%;
}
.search-results:first-of-type {
    border-right: 1px solid #DBDBDB;
}
.search-results .scroll {
    height: 100%;
    overflow-y: auto;
}
.search-results-sub {
    height: 50%;
    overflow-y: auto;
}
.search-results-sub li,
.search-results li {
    margin-right: 15px;
    margin-left: 15px;
}
.search-results-sub li a {
    height: 39px;
    line-height: 39px;
    padding: 6px 0 !important;
}
.search-results-sub li a .info {
    vertical-align: middle;
    line-height: 1.3;
}
.search-results-brands {
    padding: 6px 15px 6px 0;
    margin-right: 15px;
    margin-left: 15px;
    border-bottom: 1px solid #d5e4eb;
    line-height: 25px;
}
.search-results-brands a {
    text-decoration: none;
    font-weight: normal;
    font-size: 12px;
}
.bg-darker {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.7);
}
#category-search-results,
#cms-search-results {
    padding: 0;
    text-align: left;
}
#category-search-results li,
#cms-search-results li {
    display: block;
    border-bottom: 1px solid #d5e4eb;
    margin: 0;
}
#cms-search-results li a,
#category-search-results li a {
    display: block;
    padding: 4px;
    font-size: 11px;
}
.block-gr-search {
    margin-bottom: 15px;
}
.block-result-title {
    padding: 4px;
}
.block-result-title span {
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 1.6rem;
    color: #111111;
    text-transform: uppercase;
    margin-bottom: 0px;
}
#category-search-results li.search-results-item:nth-of-type(n + 6), #cms-search-results li.search-results-item:nth-of-type(n + 6) {
    display: none;
}
.block-list .see-more {
    padding: 5px;
    color: #FFFFFF;
    background-color: #00421c;
    font-size: 15px;
    cursor: pointer;
}
.block-list .see-more:before {
    content: "+ ";
    top: 0;
    left: 0;
}
.mag_wh0902 { display: none; }
.mag_wh0902 { display: none; }
.checkout-cart-index .toptag-tooltip li {
    position: relative;
    list-style: none;
}
.checkout-cart-index .discount_checkout .a-left {
    padding-left: 10px;
    color: #be2c00 !important;
}
.checkout-cart-index .discount_checkout .a-left .price {
    font-family: 'GothamHTF Bold';
    font-size: 2.4rem;
}
.checkout-cart-index .discount_checkout .a-left sup {
    font-family: 'GothamHTF Bold';
    font-size: 95%;
}
.checkout-cart-index .discount_checkout span.name_rule_checkout { font-family: "GothamHTF Light"; }
.checkout-cart-index .discount_checkout .a-right {
    padding-right: 10px;
    color: #be2c00 !important;
}
.tooltip span.applied {
    color: #be2c00;
    font-weight: bold;
}
.mag_wh0902 { display: none; }
.pu-barre { text-decoration: line-through; color: #B22222; }
.footer-container .topfooter .main-container.mobile { display: none; }
footer .footer-container { clear: both; }
@media screen and (max-width: 768px) {
    .footer-container .topfooter .main-container.desktop { display: none; }
    .footer-container .topfooter .main-container.mobile { display: block; }
    .footer-container .topfooter .main-container.mobile ul li { height: 60px; }
    .footer-container .topfooter .main-container.mobile ul li:first-child span { font-size: 1.2rem; }
    .footer-container .topfooter .main-container.mobile ul li .alignc span.click { padding-top: 2px; }
    .footer-container .topfooter .main-container.mobile ul li .alignc span.securise { margin-top: -11px; }
    .footer-container .topfooter .main-container.mobile ul li .alignc span.emploi { margin-top: -5px; }
    .footer-container .topfooter .main-container.mobile img { margin-right: 16px; }
    .footer-container .topfooter .main-container.mobile .livraison img { margin-right: 11px; }

}
.picto-offre-product { float: left; width: 23%; margin-left: 5px; }
.picto-offre-product img{ max-width: 125px; float: left; margin-left: 2px;}
span.txt-capitalize { text-transform: capitalize; }
span.txt-maj { text-transform: uppercase; }
#shopping-cart-totals-table .total-recap-big { font-size: 2.4rem !important; font-weight: 400 !important; }
#shopping-cart-totals-table .total-recap-small { font-size: 1.8rem !important; }
#shopping-cart-totals-table .a-right { margin-right: 5px; }
.hr_recap { border-bottom: 1px solid #dfdfdf; }
.col60.print_full_width { width:99%; margin-bottom:10px; }

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('https://www.terreseteaux.fr/skin/frontend/te/default/css/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('https://www.terreseteaux.fr/skin/frontend/te/default/css/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}
/**
 * Innoexts
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@innoexts.com so we can send you a copy immediately.
 * 
 * @category    Innoexts
 * @package     Innoexts_CustomerLocator
 * @copyright   Copyright (c) 2013 Innoexts (http://www.innoexts.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Mini Blocks */
.block-customer-address { 
    font-size: 11px; 
    line-height: 1.25; 
}
.block-customer-address .block-title strong {
    background-position: 0 0; 
    background-repeat: no-repeat; 
    padding-left: 21px;
}
/* Block: Customer Address */
.block-customer-address .form-list { 
    padding: 5px 10px;
}
.block-customer-address .customer-address-id-form-list {
    padding: 5px 10px 0px 10px;
}
.block-customer-address .customer-address-form-list {
    padding: 0px 10px 5px 10px;
}

.block-customer-address .block-title strong {
    background-image: url(https://www.terreseteaux.fr/skin/frontend/te/default/images/i_shipping.gif);
}
.block-customer-address input.input-text { 
    display: block; 
    width: 167px; 
    margin: 3px 0; 
}
.block-customer-address select {
    display: block; 
    width: 172px; 
    margin: 3px 0;
}


.search-autocomplete ul.wyomind-elasticsearch li.title,
.search-autocomplete ul.wyomind-elasticsearch li.title a {
    padding: 6px;
    background-color: #f4f4f4;
    color: #636363;
    text-transform: uppercase;
}

.search-autocomplete ul.wyomind-elasticsearch {
    background-color: #fff;
    border: 1px solid #d5e4eb;
    border-bottom: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li {
    padding: 0;
    border-bottom: 1px solid #d5e4eb;
}

.search-autocomplete ul.wyomind-elasticsearch li .image {
    float: left;
    margin-right: 6px;
    background-color: #fff;
}

.search-autocomplete ul.wyomind-elasticsearch li a {
    display: block;
    padding: 6px;
    text-decoration: none;
}

.search-autocomplete ul.wyomind-elasticsearch li.selected a {
    text-decoration: none;
    background-color: #ecf3f6;
}

.search-autocomplete ul.wyomind-elasticsearch li .price-box {
    margin: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li a .price-box .minimal-price-link {
    padding: 0;
}

.search-autocomplete ul.wyomind-elasticsearch li .clearer {
    clear: both;
}
/*
   modalbox.css
   
   Modalbox project
   
   Created by Andrew Okonetchnikov.
   Copyright 2006-2010 okonet.ru. All rights reserved.
   
   Licensed under MIT license.
*/

#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	
	left: 0;
	bottom: 0;
	    right: 0;

	width: 100%; height: 100%;
	z-index: 9999;
	border: 0;
	background-color: #000!important;
	opacity: 0.3;
}
#MB_overlay[id] { position: fixed; }

#MB_windowwrapper {
	position:absolute;
	top:0;
	width:100%;
	z-index:9999;
}

#MB_window {
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:0;
	left:0;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: relative; }

#MB_frame {
	background: none repeat scroll 0 0 white;
    max-width: 100%;
    position: relative;
}

#MB_header {
	margin: 0;
	padding: 0;
}

#MB_content {
	position: relative;
	 /*padding: 30px 50px;*/
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .5em 2em .5em .75em;
	margin: 0;
	text-align: left;
	display:none;
}

#MB_close {
	background: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/close.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 24px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 24px;
    z-index: 100;
}
/*#MB_close:hover {
	background: transparent;
}
*/
#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url(https://www.terreseteaux.fr/skin/frontend/te/default/css/modalbox/spinner.gif) 50% 0 no-repeat;
}

/* Color scheme */
#MB_window {
	background-color: #ffffff;
	color: #000;
	
	max-width: 900px;
    width: 100%;
}
.checkout-onepage-index #MB_window {
	background-color: #ffffff;
	color: #000;
	
	max-width: 900px;
    width: 100%;
}
	/*#MB_frame {
		padding-bottom: 4px;
		
		-webkit-border-bottom-left-radius: 4px;
		-webkit-border-bottom-right-radius: 4px;

		-moz-border-radius-bottomleft: 4px;
		-moz-border-radius-bottomright: 4px;

		border-bottom-left-radius: 4px;
		border-bottom-right-radius: 4px;
	}*/
	
	#MB_content { border-top: 1px solid #F9F9F9; }

	#MB_header {
	  background-color: #DDD;
	  border-bottom: 1px solid #CCC;
	}
		#MB_caption { color: #000 }
		#MB_close { color: #777;text-indent:-999999px }
		/*#MB_close:hover { color: #000 }*/


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}



/* modalbox fiche produit */





#MB_content a.prevSlide {
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/images/slider/bigPrevSlide.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 37px;
    left: 20px;
    position: absolute;
    top: 163px;
    width: 37px;
    z-index: 20;
}



#MB_content a.nextSlide {
    background: url("https://www.terreseteaux.fr/skin/frontend/te/default/images/slider/bigNextSlide.png") no-repeat scroll left top transparent;
    cursor: pointer;
    display: block;
    height: 37px;
    position: absolute;
    right: 30px;
    top: 163px;
    width: 37px;
    z-index: 20;
}





#MB_content a.nextSlide span, #MB_content a.prevSlide span {
    display: none;
}

#MB_content .msg_erreur_conteneur .please-wait {border:none;padding:0;margin:0;}
#MB_content .msg_erreur_conteneur {
  left: 48%;
    position: absolute;
}
#MB_content .msg_erreur_conteneur img {
    margin:0;
}


@media only screen and (max-width: 675px) {

#MB_window {

	max-width: 350px;
    width: 100%;
}
}


#MB_header.warehouse #MB_close {
	display: none;
}
