/*! 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{
        bottom:15px;
        width: 50% !important;
        top: unset !important;
        right:0px; !important;
    }

    body .slider-secondaire .multiple2 {
        top: -12px; }
}
/* 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; }
.wrapper {
    overflow: hidden;
}
.borderbox {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.col3 {
    padding-left: 20px;
    padding-right: 10px;
    width: 30%; }
.col33 {
    margin-right: 36px;
    width: 31.33%; }
.col33.last-col{ margin-right: 0px; }
.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%; }
.col45 {
    width: 44%; }
.col48 {
    width: 48.5%; }
.col55 {
    width: 55%; }
.col60 {
    width: 60%;
    position: relative;
}
.col7 {
    padding-left: 20px;
    padding-right: 20px;
    /*	padding-left: 10px;
*/
    width: 70%; }
.link-page {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 2px solid;
    text-transform: uppercase;
    text-decoration: inherit;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.link-page.alert{ font-weight: bold;}
.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; }
@media screen and (max-width: 1024px) {
    .link-page.white {
        width: 100%;
        box-sizing: border-box;
    }
}
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; }
#avis .buttons-set button.green.reverse,
.link-page.green.reverse{
    border-color: #00461e;
    background: #00461e;
    color: #ffffff; }
#avis .buttons-set button.green.reverse:hover,
.link-page.green.reverse:hover {
    border-color: #205D3A;
    background: #205D3A;
    color: white; }
.link-page.grey {
    background: #eeeeee;
    border-color: #dddddd;
    color: #000000; }
.link-page.grey:hover {
    background: #dddddd;
    color: #000000; }
.link-page.greencolor {
    outline: none;
    color: white;
    cursor: pointer;
    background: #00461e;
    border-color: #00461e; }
.link-page.greencolor.reverse {
    outline: none;
    color: white;
    cursor: pointer;
    background: #00461e;
    border-color: #00461e; }
.link-page.greencolor.reverse:hover {
    outline: none;
    color: #ffffff;
    background: #205D3A;
    border-color: #205D3A; }
.link-page.orangecolor {
    outline: none;
    color: white;
    cursor: pointer;
    background: #d26e00;
    border-color: #d26e00; }
.link-page.orangecolor:hover {
    outline: none;
    background: #b96100;
    color: white;
    border-color: #b96100; }
.link-page.greentxt {
    color: #00461e;
    border-color: #008000; }
.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 {
    background: white;
    color: #00461e;
    border-color: #00461e; }
body .link-page.orangecolor.white {
    background: white;
    color: #d26e00 ;
    border-color: #d26e00 ; }
span.upper {
    text-transform: uppercase; }
@media screen and (max-width: 1024px) {
    .hidemobil {
        display: block !important; }
}
/* ===========================================================
 *
 *  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; }
.subnav-page.hide-mobile {
    display: none;
}
@media screen and (max-width: 1024px) {
    .subnav-page.hide-mobile {
        display: block;
    }
    .subnav-page.hide-desktop {
        display: none;
    }
}
.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;
    color:#8e86a5;
}
.sod_list_wrapper .sod_list, .sod_select .sod_label.sod_selected {
    color:#111111;
}
.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: 40px;
    width: auto;
    border: 0px;
    background-color: #00421c; }
.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', sans-serif;
    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', sans-serif;
    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;
    right: 0px;
    height: 100%;
    top: 0px;
    font-size: 7px;
    width: 37px; }
/* SELECT CATALOGUE */
.formulaire .sod_select, .cart .sod_select {
    font-family: "GothamHTF Light", sans-serif;
    border: 1px solid #444444;
    background: white;
    padding-right: 25px;
}
.product-view .sod_select .sod_option, .formulaire .sod_select .sod_option, .cart .sod_select .sod_option {
    font-family: 'Open Sans', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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
   ========================================================================== */
.header-container {
    background: white; }
.logo-img {
    position: relative;
    line-height: inherit;
    font-size: 7rem;
    margin-top: 8px;
    height:82px;
}

.logo-img img {
    min-height: 60px;}
.cart-logo-tee{ padding-left:70px;}
.cart-logo-tee .logo-img img{
    width: 180px; min-height:auto;}

.logo-img:before {
    position: absolute;
    left: -101px;
    top: 3px;
    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: 3px;
    width: 109px;
    height: 60px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/logo-part2.png") no-repeat; }
.cart-logo-tee .logo-img:before{
    top:17px;
    left:-70px;
    width: 70px;
    height: 42px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/logo-part1-tunnel.png") no-repeat;
}
.cart-logo-tee .logo-img:after{
    top:14px;
    right: -75px;
    width: 76px;
    height: 42px;
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/logo-part2-tunnel.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; }
@media screen and (min-width: 1025px) {
    .subheader .subnav ul {
        padding-left: 0px; }
}
.subheader .subnav ul {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right; }
.subheader .subnav ul li {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 4%;
    margin-right: 4%; }
.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,
.subheader .subnav #cart_sidebar_container .link-page.orangecolor {
    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,
.subheader .subnav #cart_sidebar_container .link-page.orangecolor {
    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 {
    top: 0px;
    z-index: 8888;
    width: 100%; }
.header-container.mobilvue .content-logo-mobil {
    display: none; }
.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; }
.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%; }
.subheader .select-store {
    display: none;
}
.subheader .subnav .list-mobile .link-head-mobile { width: 100%; display: block; text-align: center; height: 18px; padding-bottom: 4px; }
/* HEADER MOBILE AND TABLET */
@media screen and (max-width: 1024px) {
    .header-container .subheader .main-container {
        position: fixed;
        z-index: 8888;
        top: 0;
        background: #00421c url("https://www.te.test/skin/frontend/te/default/img/bg-top-nav.png") no-repeat;
    }
    .menuDesktop { display: none; }
    .menuMobile .logo img {
        display: inline-block;
        width: auto;
        height: 25px;
        vertical-align: middle;
    }
    .menuMobile .list-mobile {
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .menuMobile .list-mobile .burger .cd-dropdown-trigger {
        background: none;
        width: 50px;
        height: 50px;
    }
    .menuMobile .list-mobile .burger .cd-dropdown-trigger img {
        display: inline-block;
        vertical-align: middle;
        margin: 0 auto;
        width: 28px;
        height: 28px;
    }
    .menuMobile .list-mobile .logo .logo-tee {
        display: block;
    }
    .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 {
        position: relative;
        width: 100%;
        height: 50px;
        display: block;
        padding-bottom: 0;
        text-align: center;
    }
    .subheader .subnav .list-mobile .link-head-mobile .item-count {
        position: absolute;
        top: 5px;
        right: 0;
        bottom: 0;
        left: 66%;
        width: 15px;
        height: 15px;
        transform: translateX(-33%);
        line-height: 16px;
        font-family: 'GothamHTF Bold', sans-serif;
        font-size: 9px;
        color: #00461e;
        background: #FFFFFF;
        text-decoration: none;
        border-radius: 50%;
    }
    .subheader .subnav .list-mobile li:last-child { margin: 0px; }
    .subheader .list-mobile .settings {
        float: right;
    }
    .subheader .list-mobile .settings .settings-list {
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .subheader .subnav .list-mobile .settings .settings-list li {
        float: left;
    }
    .subheader .subnav .list-mobile .settings .settings-list li img {
        display: inline-block;
        vertical-align: middle;
        max-height: 28px;
        padding: 0;
    }
    .subheader .subnav .list-mobile li {
        display: block;
        height: 100%;
        position: relative;
        min-width: 65px;
        margin: 0px;
        padding: 0px;
        line-height: 50px;
    }
    .subheader .subnav .list-mobile .burger,
    .subheader .subnav .list-mobile .logo {
        float: left;
        display: block;
    }
    .subheader .select-store {
        position: relative;
        z-index: 1;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        padding: 10px;
        margin-top: 50px;
        background: #FFFFFF;
        box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    }

    .subheader .select-store.info_header {
        margin-top:105px;
    }
    .subheader .select-store .title-mag {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: center;
    }
    .subheader .select-store .title-mag .ico-geo {
        width: 50px;
    }
    .subheader .select-store .title-mag .ico-geo img {
        display: block;
        height: 30px;
        margin: 0 auto;
    }
    .subheader .select-store .title-mag span,
    .subheader .select-store .choose-warehouse {
        font-size: 14px;
    }
    .subheader .select-store .title-mag span {
        display: inline-block;
        vertical-align: middle;
        color: #00461e;
        font-family: 'GothamHTF Bold', sans-serif;
        text-transform: uppercase;
        cursor:pointer;
    }
    .subheader .select-store .choose-warehouse {
        padding: 3px 15px;
        box-sizing: border-box;
        float: right;
        vertical-align: middle;
        color: #ffffff;
        background: #00461e;
        font-family: 'GothamHTF Bold', sans-serif;
        text-transform: uppercase;
        border: 1px solid #00461e;
    }
    .subheader .select-store .choose-warehouse:hover {
        color: #ffffff;
        background: #205D3A;
    }
}
@media screen and (max-width: 475px) {
    .subheader .subnav .list-mobile .settings .settings-list li {
        min-width: 45px;
    }
    .subheader .select-store .title-mag span,
    .subheader .select-store .choose-warehouse {
        font-size: 13px;
    }
    .subheader .subnav .list-mobile .burger,
    .menuMobile .list-mobile .burger .cd-dropdown-trigger,
    .subheader .select-store .title-mag .ico-geo {
        width: 40px;
        min-width: 40px;
        text-align: center;
    }
}
@media screen and (max-width: 350px) {
    .subheader .subnav .list-mobile .settings .settings-list li {
        min-width: 37px;
    }
    .menuMobile .list-mobile {
        padding-left: 5px;
        padding-right: 5px;
    }
}
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 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    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: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    width: 100%;
    height: 90px;
    text-decoration: inherit; }
/* @media screen and (max-width: 425px) { footer .topfooter ul li a { height: 100px; } } */
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: 'GothamHTF Bold', sans-serif;
    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;
}
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;
}
@media screen and (max-width: 1024px) {
    footer .footer-links .col p { }
}
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; }
.footer-col-container .col {
    flex: 1;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
@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*/

.cd-dropdown.navprincipale {
    overflow: hidden; }
.content-header-intro { padding-top: 35px; }

.prehome-univers .content-header-intro { padding-top: 15px; padding-bottom: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', sans-serif;
    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', sans-serif;
    font-size: 1.4rem;
    padding-left: 50px;
    padding-right: 50px;
    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; }
@media screen and (max-width: 1024px) {
    .block-full-image .logo-name {
        display: none;
    }
    .block-full-image img {
        width: auto }
    .block-full-image .content-bottom {
        text-align: center;
        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-full-image .link-simple {
        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;
        display: block;
        border-radius: 5px;
        -webkit-transition: all 200ms ease;
        transition: all 200ms ease;
        cursor: pointer;
        color: white;
        border-color: white;
        margin-right: 0px;
        margin-left: 0px;
        float: none;
    }
    .block-full-image .link-simple:hover {
        opacity: 1;
        color: #111111;
        background-color: #FFFFFF;
        text-decoration: none;
    }
    .block-full-image .link-simple:after { display: none}
}
@media only screen and (max-width: 666px) {
    .block-header-intro {
        box-sizing: border-box;
        overflow: auto;
        padding: 20px;
    }
    .block-header-intro a {
        margin-bottom: 0;
    }
    .Block.info .col7 .block-full-image {
        padding: 20px;
        background: #FFFFFF;
    }
    .Block.info .col7 .block-full-image .degrader_top,
    .Block.info .col7 .block-full-image .degrader_bottom {
        display: none;
    }
    .Block.info .col7 .block-full-image img {
        width: 100%;
        height: auto;
    }
    .block-full-image .content-bottom {
        position: relative;
        padding-bottom: 0;
    }
    .block-full-image .content-bottom .titre {
        color: #111111;
    }
    .Block.info .col7 .link-page.white,
    .block-full-image .link-simple {
        color: #111111;
    }
    .Block.info .col7 .link-page.white,
    .block-full-image .link-simple {
        border-color: #111111;
    }
}
@media screen and (max-width: 500px) {
    .prehome-univers .block-full-image.vcenter {
        max-height: 400px;
    }
    .prehome-univers .block-full-image img {
        width: 100%;
    }
}
.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:first-child{ margin-top: 6px; }
.slider-secondaire {background: white; margin-top:10px; padding-top:10px; padding-bottom:30px; }

.proposition{ margin-bottom: 20px; background: #ffffff;}
.slider-secondaire section, .proposition section { padding-top: 15px; }
.cms-index-index p{ margin:0;}

.slider-secondaire h2 {
    color: #00461e;
    font-family: "GothamHTF Bold", sans-serif;
    font-weight: 100;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 1px;
    padding-top:10px;
}
.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: 0 25px;
}
.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: 20px;
    margin-bottom: 0px;
    text-align: left;
    color: white;
    font-size: 3.2rem;
    font-weight: lighter; }

@media screen and (max-width: 1024px) {
    .selection {
        padding-right: 0;
    }
    .slider-secondaire .title h2, .proposition .title h2 {
        font-size: 2.8rem;
    }
}
@media screen and (max-width: 768px) {
    .slider-secondaire .product-image .vignette {
        right: 0; }
}
.slider-secondaire .title p, .proposition .title p {
    padding-bottom: 25px;
    margin-top: 0px;
    text-transform: uppercase;
    color: white;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem; }
.slider-secondaire .see-product, .proposition .see-product {
    display: block;
    width: 100%;
    text-align: right;
    padding-top: 10px;
    padding-bottom: 10px;
    letter-spacing: 1px;
}
.slider-secondaire #see-brand{ border-top:none;}
.slider-secondaire .see-product a, .proposition .see-product a {
    color: #111111;
    padding-right: 30px;
    font-weight: 700;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    text-decoration: inherit;
    text-transform: uppercase;
    position: relative;
    line-height: 1rem;
}
.slider-secondaire .see-product a:after, .proposition .see-product a:after {
    position: absolute;
    right: 10px;
    top: -3px;
    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; }

@media only screen and (max-width: 670px) {
    .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 {
        font-size: 2.0rem; }
    .slider-secondaire .slick-prev, .slider-secondaire .slick-next {
        top: 36%; }
}
@media only screen and (max-width: 670px) and (orientation: landscape) {
    .slider-secondaire .product-image img {
        width: 28%;
    }
}
@media only screen and (max-width: 640px) {
    .slider-secondaire .product-image img {
        width: auto;
    }
}
@media only screen and (max-width: 475px) {
    .slider-secondaire, .proposition {
        padding-bottom: 10px;
    }
    .slider-secondaire, .proposition .slick-dots {
        background-color: #FFFFFF;
    }
    .slick-dotted.slick-slider {
        margin-bottom: 60px; }
    .slider-secondaire h2, .proposition h2 {
        padding-top: 10px;
        padding-bottom: 5px;
        font-size: 2rem;
    }
    .slider-secondaire .title, .proposition .title {
        padding-left: 0;
    }
    .slider-secondaire .title h2, .proposition .title h2 { padding-top: 5px;  padding-bottom: 0; font-size: 2.0rem; text-align: center;}
    .slider-secondaire .title p, .proposition .title p { padding-bottom: 5px; font-size: 11px; text-align: center;}
    .slider-secondaire .nouveaute_img, .proposition .nouveaute_img {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .slider-secondaire .product-shop .categorie-item-price {
        width: 100%;
        margin-top: -5px;
        position: relative;
    }
    .slider-secondaire .product-shop .price-box {
        width: 100%;
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: flex-start;
        bottom: 0;
    }
    .slider-secondaire .product-shop .price-box .from {
        position: relative;
        margin-right: 0px;
    }
    .slider-secondaire .product-shop .price-box {
        position: relative;
        left: 0;
    }
    .slider-secondaire .product-shop .price-box .final.price {
        margin-top: 0;
    }
}
/*carousel*/
.categorie-item-title {
    font-family: 'GothamHTF Light', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top:11px;
    font-weight: 400;
}
.categorie-item-title a {
    color: #111111;
    text-decoration: inherit;
}
.categorie-item-title:hover a {
    text-decoration: underline; }
.categorie-item-brand {
    font-family: 'GothamHTF Light', sans-serif;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #111111;
}
.price-box {
    font-family: 'GothamHTF Bold',sans-serif;
    color: #111111;
    font-size: 1.4rem;
}
/* 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;
    width: 95%;
}
.breadcrumbs ul {
    padding-left: 0px;
    padding-top: 5px;
    margin-top: 0px;
    margin-bottom: 0px; }

.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', sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600; }
/* HEADER PAGE CATALOGUE */
.from {  font-family: "GothamHTF Bold",sans-serif; font-size: 1.4rem; font-weight: 100; }
.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;
    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%;
    height: auto;}
#head-category .col7 {
    padding-top: 25px;
    padding-left: 20px; }
#head-category .col7 #category-cnt {
    font-weight: bold;
    font-size: 2.0rem;
    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; }
@media screen and (min-width: 992px) {
    #head-category .content-header div[id^="category-description"] * {
        font-size: 15px;
    }
}
@media screen and (min-width: 641px) and (max-width: 991px) {
    #head-category .content-header div[id^="category-description"] * {
        font-size: 11px;
    }
    #head-category .content-header div[id^="category-description"] p {
        margin: 5px 0;
    }
}
@media screen and (min-width: 641px) {
    #head-category.category-visuel--full #category-visuel {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: auto;
        line-height: 0; }
    #head-category #category-visuel .category-image-filter {
        position: relative;
        display: block;
        width: 100%;
        height: 235px;
        background-color: #000000;
        z-index: 2;
    }
    #head-category.category-visuel--full .content-header {
        position: absolute;
        z-index: 2;
        top: 50%;
        left: 75px;
        transform: translateY(-50%);
        line-height: 16px;
        font-family: 'GothamHTF Book', sans-serif;
    }
    #head-category.category-visuel--full .content-header #category-cnt,
    #head-category.category-visuel--full .content-header #category-date *,
    #head-category.category-visuel--full .content-header div[id^="category-description"]  * {
        color: #FFFFFF;
    }
    #head-category .content-header #category-cnt {
        color: #111111;
        font-family: 'GothamHTF Black', sans-serif;
    }
    #head-category .content-header #category-date * {
        font-size: 15px;
    }
    #head-category .content-header #category-date *,
    #head-category .content-header div[id^="category-description"] * {
        color: #111111;
        font-family: 'GothamHTF Book', sans-serif;
    }
    #head-category #category-visuel .opeco-soon-banner {
        position: absolute;
        z-index: 3;
        top: 45px;
        right: -106px;
        width: 350px;
        line-height: 50px;
        font-family: 'GothamHTF Book', sans-serif;
        font-size: 15px;
        color: #FFFFFF;
        background-color: red;
        text-align: center;
        text-transform: uppercase;
        transform: rotate(45deg);
    }
    #head-category .content-header #category-pdf a {
        color: #FFFFFF;
        text-decoration-color: #FFFFFF;
    }
}
#head-category .content-header #category-pdf img {
    width: auto;
    max-width: 150px;
    height: auto;
}
.compteur {
    margin-top: 7px; }
.sorter {
    padding: 25px;
    background: white;
    margin-bottom:25px;
}
.sorter .compteur span {
    font-weight: bold;
    font-size: 2.4rem;
    color: #111111;
    text-transform: uppercase;
    font-family: 'Asap',sans-serif; }
.sorter .sort-by {
    padding-right: 25px; }
.sorter label {
    text-transform: inherit;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    color: #a9a9a9;
    margin-right: 15px; }
.categorie-item-line {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:10px;
}
.categorie-item-line .categorie-item {
    width: 33.25%;
    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', sans-serif;
    color: #111111;
    text-decoration: inherit;
    font-size: 1.6rem; }
.category-products ol a {
    font-weight: lighter;
    font-family: 'Open Sans', sans-serif;
    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; }
.nb-result-desktop {
    display: block;
}

.nb-result-mobil {
    display: none;
}

.backtotop {
    position: absolute;
    z-index: 1;
    top: 10px;
    right: 10px;
    display: inline-block;
    width: auto;
    box-sizing: border-box;
    text-align: right;
    cursor: pointer;
}
.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;
    background: #eeeeee;
    border-color: #dddddd;
    color: #000000;
}
.sidebar .show-more:hover, .sidebar .hide-more:hover {
    background: #dddddd;
}
.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; }

@media screen and (max-width: 1024px) {
    .sidebar .block-trier-par, .sidebar .block-filtrer-par {
        font-weight: bold;
        font-family: 'Open Sans';
        font-size: 1.5rem;
        color: #111111;
        text-transform: uppercase;
        margin-bottom: 0px;
        float: left;
        width:50%;
        position: relative;
    }

    .sidebar #block-subtitle-head {
        margin: 0;
    }

    .sidebar .block-trier-par {
        box-sizing: border-box;
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
        border-right: 1px solid #dfdfdf;
    }

    .sidebar .block-filtrer-par  {
        border-top: 1px solid #dfdfdf;
        border-bottom: 1px solid #dfdfdf;
    }

    .block-trier-par p {
        text-align: center;
        height: 31px;
        margin: 2px;
        padding-top: 10px;

    }

    .block-filtrer-par p {
        text-align: center;
        height: 31px;
        margin: 2px;
        padding-top: 10px;
    }


}

@media screen and (min-width: 1025px) {

    .block-trier-par-text {
        display: none;
    }


}


.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; }
@media screen and (min-width: 670px) and (max-width: 991px) {
    .proposition .product-image .vignette {
        right: 0px; }
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
    .proposition .product-image .vignette {
        right: -15px; }
}
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;
    position: relative;
}
.proposition h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 3.0rem;
    color: #111111;
    text-transform: uppercase;
    letter-spacing: 1px; }
.subnav-product {
    padding-left: 15px;
    padding-right: 15px;
    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', sans-serif;
    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-essential {
    background: white;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0px;
    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: 500px;
    max-height: 400px; }

.product-essential .content-slider-img img {
    max-width: 100%;
    max-height: 100%;
}
.product-essential .content-slider-img .zoomimg img {
    max-width: 100%;
    width: auto;
    display: inherit; }
.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; }


.content-header-produit .product-shop {
    padding-left: 0px; }
.product-essential .product-shop .price-box {
    position: inherit;
    top: inherit;
    left: inherit;
    text-align: left;
    width: 100%;
}
.product-essential .product-shop .price-box .price {
    padding: 0px; }
.proposition .product-upsell {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;;
}
.product-essential .product-shop #old-price {
    margin-top: 5px; }
.product-essential .product-name {
    position: relative; width:96.5%; }
.product-essential .product-name .resumer-rating {
    position: absolute;
    right: 0px;
    top: 7px; }
.product-essential .product-name p {
    font-family: 'GothamHTF light', sans-serif;
    font-size: 1.2rem;
    font-weight: lighter;
    margin-top: 5px;
    margin-left: 7px;
}
.product-essential .product-name .rating-box, .resumer-rating .rating-box {
    background: #f2f2f2;
    width: 100px;
    height: 20px;
    position: relative; }
.product-essential .product-name .rating-box .star-img, .resumer-rating .rating-box .star-img{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%; }
.product-essential .product-name .rating-box .rating, .resumer-rating .rating-box .rating {
    height: 20px;
    background: #FFC000; }
.product-essential .product-name h1 {
    font-family: "GothamHTF light", sans-serif;
    font-weight: 400;
    font-size: 1.8rem;
    margin:5px 0px;
    width: -webkit-calc(100% - 10px);
    width: 100% }
.product-essential .sku {
    font-family: "GothamHTF light", sans-serif;
    font-size: 1.3rem;
    display: inline-block;
    color:#8e86a5;
    text-decoration: none;
}
.product-essential .tag {
    margin-top: 0px;
    display: block; }
.product-essential .brand{
    width: 90%;
}
.product-essential .brand a {
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #111111;
    text-decoration: none;
}

.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:  "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    color: #111111; }

.product-essential #js-block-price.product-view-special-price-avantage .subdescription {
    padding-left: 60px; }
.product-essential #js-block-price-top,
.product-essential #js-block-price-top #fp-price {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: space-between;
    padding-right: 0px;}
.product-essential #js-block-price-top{
    flex-wrap: wrap;
    margin-bottom: 15px;
}
.product-essential #js-block-price-top #fp-block-price #fp-price .relativePriceBox {
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;}
.product-essential #js-block-price-top #fp-block-price #fp-price .relativePriceBox .subdescription {
    flex-basis: 100%;
    -webkit-flex-basis: 100% }
.product-essential .reservation .link-page {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 2rem;
    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 fieldset {
    border: 0px;
    padding-top: 0px;
    padding-left: 0px;
    margin-left:0px;
}
.product-essential fieldset .option {
    width:97%;
}
.product-essential fieldset .option:last-child {
    margin-right: 0px; }


.product-essential #fp-qty #error-no-choice-qty-conf {
    display: none; }

.product-essential #fp-info-mid .contact-tel{
    font-family: "GothamHTF Light", sans-serif;
}
.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: "GothamHTF Light", sans-serif;
    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; }

.guidesize a {
    padding-left: 25px;
    position: relative;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
    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: "GothamHTF Light", sans-serif;
    color: #111111;
    font-weight: 400;
    font-size: 1.6rem;
    margin-right: 10px;
    width:100%;
    letter-spacing: 1px;
}

.product-essential .product-shop .subdescription-price,
.product-essential .product-shop .subdescription {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 20px;
    font-family: "GothamHTF Light", sans-serif;

}
.product-essential .product-shop .price-box .price {
    display: block;
    color: #111111;
    font-size: 2.8rem; }

.product-essential .product-shop.tier .price-box .price {
    color: #ff1111;}
.product-essential .product-shop .price-box .small {
    font-size: 1.1rem;
    display: inline-block;
    text-align: left; }
.product-essential .product-shop .price-box .ttc-label {
    position:relative;
    font-size: 15px;
    text-transform: uppercase;
    font-family: "GothamHTF light", sans-serif;
}
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', sans-serif;
    text-transform: uppercase; }
.lightbox-content .content-light .popupStepContent .product-name h1 span {
    color: #111111;
    font-size: 1.4rem;
    font-family: 'Open Sans', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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; }

.product-collateral #fp-desc-content-avis .link-simple {
    position: relative;
    display: block;
    width: 145px;
    margin: 15px auto;
    text-align: center;
    cursor: pointer;
}

.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;
}
/*
.product-collateral #fp-desc-content-avis {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: center;
    justify-content: center;
    position: relative;
    flex-direction: column;
}*/
.product-collateral #fp-desc-content-avis .fp-desc-top {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    position: relative;
    flex-direction: row;
    width: 100%;
}
#avis .qst_type {
    width: 80%;
    display: block;
    margin: 0 auto; }
#avis .qst_type li, #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, #div_stock_alert_popin #input-message-box {
    display: block;
    text-align: center;
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif; }
#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, #div_stock_alert_popin .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; }
@media screen and (max-width: 1024px) {
    #customer-reviews .resumer-rating {
        margin-right: 10px; }
    .product-essential #js-block-price-top,
    .product-essential #js-tier-price {
        margin-bottom: 5px;
    }
    .promo-achat {
        justify-content: center;}
}
@media screen and (max-width: 768px) {
    #fp-desc-content-avis #customer-reviews {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #fp-desc-content-avis #customer-reviews dl {
        flex: 1 1 100%;
        width: 100%;}
}

.checkout-onepage-index.checkout-customer-login .return-cart, .checkout-cart-index  .cart-logo-tee, .checkout-cart-index .paiement-security{ display:none; }
.checkout-onepage-index .cart.tunnel1 .btn-users, .customer-account-login .cart.tunnel1 .btn-users{ text-align: center; }
.checkout-onepage-index{ background: #ffffff;}
.return-cart a{ font-family: "GothamHTF Light", sans-serif; font-size: 1.4rem; color: #808080; font-weight: 400; text-decoration: none; }
.paiement-security{ position: absolute; right:20px; top:25px; width:200px; }
.checkout-onepage-success .paiement-security {display:none;}
.paiement-security img{ padding-top: 15px; padding-right: 10px; width:50px; }
.paiement-security .paiement-cart{ font-family: "GothamHTF Light", sans-serif; font-size: 1.4rem; position:absolute; bottom:5px; }

.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 .link-page.orangecolor.white {
    display: none; }
.cart .checkout-types li {
    display: inline-block;
    vertical-align: middle; }
.cart h3, .creneaux h3 {
    position: relative;
    padding-left: 35px;
    text-transform: uppercase;
    font-family: 'GothamHTF Bold', sans-serif;
    font-size: 1.8rem;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 100;
}
.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', sans-serif;
    font-size: 2.2rem;
    margin-top: 5px;
    margin-bottom: 10px; }

.cart .address-container.billing{ position: relative; }
.cart .page-title h3 .count_product {
    text-transform: initial;
    font-size: 1.3rem;
    font-family: "GothamHTF Light", sans-serif;
}
.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", sans-serif;
    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', sans-serif;
    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', sans-serif;
    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', sans-serif; }
.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 .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 #main_cart_totals table.no-bg-grey tr.pricetotal strong, .info-fidelite span.nb_point, .info-fidelite .price {  font-family: "GothamHTF Bold", sans-serif;}
.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', sans-serif;
    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', sans-serif;
    color: #111111;
    margin-bottom: 5px; }
.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 {
    text-align: left;
}
.cart.tunnel1 .buttons-set.acenter a {
    font-family: 'Open Sans', sans-serif;
    color: #b7b7b7;
    font-style: italic;
    font-size: 1.2rem; }
.cart.tunnel1 p,
#information_passions p {
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
    color: #111111; }
.cart.tunnel1 button {
    cursor: pointer; }
.cart.tunnel1 input {
    line-height: 30px;
    border: 1px solid #dfdfdf;
    background: white;
    width: 100%;
    outline: none;
    font-size: 14px;
    padding-left: 5px;}
.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 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 #country_list{
    width: 100%;
}
.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', sans-serif;
    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 {
    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: 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; }
.documents:after {
    height: 1px;
    content: '';
    left: -15px;
    top: 0px;
    position: absolute;
    z-index: 7777;
    width: -webkit-calc(100% + 30px);
    width: calc(100% + 30px); }
.documents {
    margin-top:15px;
    padding: 0px 70px 30px 70px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    color: #111111;
    font-size: 1.4rem;
    clear:both;
    display: inline-block;
    width:84.4%;
    border-bottom: 1px solid #cdcdcd;
}
.documents h3{
  color:red;
  text-transform: uppercase;
}
.documents .choix-armes{
    width: 100%;
    display: block;
}
.documents .choix{
    display: inline-block;
    width: 49%;
}

.documents 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;
}
.documents 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', sans-serif;
    color: #111111;
    font-size: 1.2rem;
    padding-top: 25px;
    position:relative;
}
.documents.lad ul li{ min-height: 230px;}
.documents ul li p {
    padding-left: 15px;
    padding-right: 15px; }
.documents .moredetail {
    position: absolute;
    top:8px;
    right: 8px;
    font-family: "GothamHTF Light", sans-serif;
    color: #111111;
    font-size: 1.2rem; }
.groupement_document{
    -moz-column-count: 2;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count: 2;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 2;
    column-gap: 3%;
    column-width: 30%;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}

.groupement_document.one_document{
    -moz-column-count: 1;
    -moz-column-gap: 3%;
    -moz-column-width: 30%;
    -webkit-column-count: 1;
    -webkit-column-gap: 3%;
    -webkit-column-width: 30%;
    column-count: 1;
    column-gap: 3%;
    column-width: 30%;
    width : 48%;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
}
/*

.groupement_document:after {
    content: "";
    display: table;
    clear: both;
}
.documents .grouplabel{
    float: left;
    width: 48%;
    border-bottom: 1px solid #cdcdcd;
    display: table;
    vertical-align: middle;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    margin: 10px 5px 8px 0px;
}*/


.documents .grouplabel{
    position: relative;
    border-bottom: 1px solid #cdcdcd;
    margin: 10px 5px 0px 0px;
    font-size: 1.15rem;
    padding-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    overflow: hidden;
    text-overflow: ellipsis;
}
.documents .grouplabel .grouplabelHeader{
    display: table;
    vertical-align: middle;
    width:33%;
    height: 100%;
    float:left;
}
.documents .grouplabel .grouplabelHeader .inner{
    display: table-cell;
    vertical-align: middle;
}
.documents .grouplabelHeader .img-header, .documents .grouplabelHeader .title{
     height: 100%;
     display: table-cell;
     vertical-align: middle;
 }
.documents .grouplabel .content{
    width: 55%;
    float:right;
    position: relative;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.documents .grouplabel .content_item:last-of-type{
    padding-bottom:10px;
}
.documents .grouplabel .grouplabelHeader .title{
    font-weight: bold;
    padding-left:20px;
    text-transform: uppercase;
}

.documents .infos-doc-popin{
    position: relative;
    left:0px;
    float: left;
    width: auto;
}
.documents .label-file{
    float: left;
    width:90%;
}
.documents .label-file.label-truncate{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.documents .label-doc-popin .download-ico{ width:15px;}
.documents .grouplabelHeader .img-header img{
    width: 15px;
}
.documents .grouplabel .content .content_item{
    display: inline-block;
    padding: 2px 0px;
    width: 100%;
}
.documents .choose_documents{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.documents .title-content h3 {
    margin: 0px;
    font-size: 2.5rem; }
.documents .doc-arme h3 {
    position: relative;
    color: #ff1111;
    font-size: 1.8rem;
    padding-top:5px;
}

.documents .doc-arme p {
    margin-bottom: 0px;
    font-size: 1.4rem;
    margin-left: -27px;
}
.documents > label { position: relative; display: inline-block; top:-3px; }
.infos-doc-popin {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 90%;
}
.file-accepte{ margin:30px 0px 10px; font-size: 1.2rem; }

.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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    font-weight: bold;
    margin-top: 0px;
    font-size: 2.2rem;
    text-transform: uppercase;
    margin-bottom: 0px; }
.price-info .small {
    margin-top: 0px;
    font-family: 'GothamHTF Bold', sans-serif;
    font-size: 1.4rem;
    font-weight: lighter; }
.price-info .price {
    font-family: 'GothamHTF Bold', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    font-size: 1.4rem;
    color: #111111;
    padding-top: 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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    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', sans-serif;
    color: #111111;
    font-size: 1.4rem;
    text-align: center; }
.info-utile .bottom {
    font-family: 'Open Sans', sans-serif;
    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', sans-serif;
    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',sans-serif;
    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; }
.delete-account-confirmation {
    margin: 25px 15px;
    text-align: center;
}
.delete-account-confirmation p {
    font-size: 13px;
    font-family: 'GothamHTF Book', sans-serif;
    font-weight: 400;
    max-width: 780px;
    margin: auto;
    margin-top: 15px;
}
.delete-account-confirmation h1 {
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.delete-buttons {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items:  flex-start;
    margin-top: 40px;
    justify-content: center;
}
.delete-buttons form {
    margin-right: 15px;
}
.delete-buttons .link-page {
    width: 170px;
    padding: 15px 0 15px 0;
    font-family: 'GothamHTF Medium', sans-serif;
    font-size: 13px;
    font-weight: 100;
    letter-spacing: 1px;
}
.delete-buttons button.link-page {
    height: 50px;
}
.delete-buttons .link-page.grey {
    width: 166px;
    background: #dddddd;
    border-color: #cccccc;
}
.delete-buttons .link-page.grey:hover {
    background: #cccccc;
    border-color: #cccccc;
}

.infos-achat {
    position: relative; }
.infos-achat table {
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    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; }
.checkout-cart-index .page-title { padding-bottom:0px;}
.page-title h2 {
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    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-bottom: 50px;
    padding-bottom: 15px; }
.cms-page-view .content-page-cms .title-offre {
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.6rem;
    color: #111111;
    padding-top: 25px;
    padding-bottom: 25px;
    display: block;
    position: relative;
    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 {
    margin-bottom: 15px;
    border-collapse: collapse;
    font-family: 'Open Sans', sans-serif;
    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', sans-serif; }
.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',sans-serif;
    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.greencolor.reverse {
    background: #00461e;
    border-color: #00461e;
}
.content-poste .input-btn .link-page.greencolor.reverse:hover {
    background: #205D3A;
    border-color: #205D3A;
}

.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: 75%;
    height: auto;
    /* display: block; */
    margin: 0 auto;
}
#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',sans-serif; }
.content-page-cms.map .titre-mag h3 {
    margin-top: 0px;
    margin-bottom: 0px; }
.content-page-cms.map ul {
    padding-left: 0px;
    padding-top:0px;
    margin-top:0px;
}
.content-page-cms.map ul li {
    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',sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    margin-top:0px;
}
.content-page-cms.map ul li p {
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: 'Open Sans', sans-serif;
    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',sans-serif;
    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',sans-serif;
    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',sans-serif;
    font-size: 1.6rem;
    color: #111111;
    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',sans-serif;
    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',sans-serif;
    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',sans-serif; }
.cms-page-view .content-page-cms.service-block p {
    margin-top: 0px;
    padding-right: 25px;
    color: #111111;
    font-family: 'Open Sans',sans-serif;
    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',sans-serif;
    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',sans-serif;
    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',sans-serif;
    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',sans-serif; }
.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',sans-serif;
    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',sans-serif;
    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',sans-serif;
    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',sans-serif;
    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',sans-serif;
    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 */
.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: 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; }

/* Arrows */
#brand-slider .slick-prev,
#brand-slider .slick-next {
    top: 65px;
}
.multiple4 .slick-prev, .multiple4 .slick-next { top:34%; }
.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-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",sans-serif;
    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; }
.page {
    position: relative;
    left: 0px;
    -webkit-transition: all 0.5s 0.1s;
    transition: all 0.5s 0.1s;
}
.cms-index-index .page, .cms-index-index .wrapper, .category-chasseur,
.category-pecheur, .category-cavalier, .category-passion, .category-animaux {background:whitesmoke; }
.search_li, .close {
    cursor: pointer; }
.page.decalage {
    left: 80%; }
.subnav .cd-dropdown-trigger {
    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); }

    .slider-principale .slider-vue{

    }
}
.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', sans-serif;
        text-transform: uppercase;
        color: #00461e;
        font-size: 1.8rem;
        position: relative;
        text-decoration: inherit;
        top: -2px;
        margin-left: 0px;
        margin-right: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 18px;
        -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:not([data-category]):last-child {
        position: relative;
        margin-right: 0px;
        background: #00421c;
        padding: 15px;
        margin-top: 10px; }
}
.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', sans-serif;
    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;
    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;
    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;
    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;
    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%);
    font-family: 'GothamHTF Book', sans-serif;
    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', sans-serif;
    -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,
.subnav-page .viewer-sub-nav .is-hidden .no-children .title-titre {
    font-family: 'Asap', sans-serif;
    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; }
.cd-dropdown.navprincipale li a.see-cats,
.viewer-sub-nav a.see-cats,
.viewer-sub-nav .parent-cat-name,
.viewer-sub-nav .services {
    display: none;
}
/* Menu mobile */
@media only screen and (max-width: 1024px) {
    .subnav-page .cd-dropdown.navprincipale {
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px); }
    .subnav-page .cd-dropdown.navprincipale .mobile-menu-top {
        line-height: 50px;
        background-color: #00461e }
    .subnav-page .cd-dropdown.navprincipale .mobile-menu-top .title {
        margin-left: 15px;
        color: #FFFFFF;
        font-family: 'GothamHTF Bold', sans-serif;
        font-size: 1.6rem;
        text-transform: uppercase;}
    .subnav-page.chasse .cd-dropdown-wrapper .cd-dropdown-content li, .subnav-page.chasse .cd-dropdown-wrapper .cd-dropdown-content li:hover {
        background: transparent; }
    ul.cd-dropdown-content ul {
        position: fixed;
        top: 53px;
        height: calc(100% - 53px);
    }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li {
        display: table;
        width: 100%;
        max-height: 40px;
        margin: 0;
        padding-left: 1px;
        padding-right: 1px;}
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.first-level {
        max-height: 80px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.services {
        display: inline-block;
        box-sizing: border-box;
        width: 50%;
    }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.services a {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        color: #FFFFFF;
        background-color: #C27937;
    }
    .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-wrapper .cd-dropdown-content li.first-level > a {
        max-height: 40px;
    }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.first-level a.see-cats {
        display: block;
        color: #000000;
        font-family:'GothamHTF Book', sans-serif;
        text-decoration: underline;
        text-decoration-color:  #e5e5e5;
    }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.first-level > a:first-child {
        background-color: #e5e5e5;
        font-family: 'GothamHTF Black', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
    }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.parent-cat-name {
        line-height: 42px;
        padding-left: 15px;
        color: #111111;
        background-color: #e5e5e5;
        font-family: 'GothamHTF Black', sans-serif;
        font-size: 1.6rem;
        font-weight: bold;
        text-align: left;
    }
    .subnav-page .cd-dropdown.dropdown-is-active .cd-dropdown-content {
        overflow-y: auto; }
    .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: 9000; }
    .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; }
    .compteur.left span {
        display: block;
    }
    .product-essential .tag { margin-bottom: 0; padding-bottom: 0px }
    .cart-logo-tee{display:none;}
    .documents {
        width:98%;
    }
}
@media screen and (max-width: 500px) {

    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.parent-cat-name {
        font-size: 1.2rem;
    }
    .cart.tunnel1 .col2 {
        padding-left: 0%;
        padding-right: 0%; }
}
.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', sans-serif;
    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; }
    .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: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat -76px -249px; }
    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: 38px;
        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 a {
        color: #635726; }
}
@media only screen and (max-width: 1025px) {
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.no-children,
    body .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li.has-children {
        height: 40px; }
    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 a {
        padding-left: 15px; }
    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a[class^="level"] {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: table-cell;
        vertical-align: middle;
        line-height: 20px;}
    @-moz-document url-prefix() {
        .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li a[class^="level"] {
            table-layout: fixed;
        }
    }
    .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; }
.subnav-page.hide-mobile .content-subnav {
    height: 100%; }
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; }
body.catalogsearch-result-index .core-page-container { background: #ffffff; }
@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 {
        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,
    body.cms-index-index .slider-principale, body.catalog-category-view .slider-principale {
        margin-top: 0px; }
    .search_nav.active {
        display: block; }
    .searchbar {
        position: relative; }
    .searchbar:after {
        position: relative;
        padding-right: 10px; }
    .search_nav {
        top: 9px;
        display: block;
        margin: 0 auto;
        position: relative;
        right: inherit;
        left: 8px;
        width: 100%;
        height: 65px;
        z-index: 6666; }
    .search_nav img {
        top: 20px;
        left: 0px;
        position: absolute;
        padding: 20px;
        background: #00421c; }
    .search_nav input {
        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.menuDesktop 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.menuDesktop 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 .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', sans-serif;
        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: 670px) {
    .searchbar {
        padding-right: 20px; }
    .return-cart {margin-left:10px;}

}
@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: none; }
    .product-image img {
        width: 100%; }
    .product-image img.vignette {
        right: 5px;
        width: 40px; }
    /* PREHOME RESPONSIV*/
    .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 .link-page {
        display: block;
        text-align: center;
        margin: 0 auto; }
    .Block.info .col7 .block-full-image {
        max-height: 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-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.1rem;
        vertical-align: middle;
        display: inline-block; }
    footer .footer-container .topfooter ul li:after {
        display: none;
        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; }

    .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;}
    .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: 96%; padding-left: 5px; }
    .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, .cart fieldset table#shopping-cart-table tr td.no-stock { padding-top: 1px; position: absolute; left: 4%; padding-top: 5px; padding-bottom: 0px; height: 100%; }
    .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.no-stock h2, .cart fieldset table#shopping-cart-table tr td.no-stock p.ref,
    .cart fieldset table#shopping-cart-table tr td.no-stock dl.item-options { padding-left: 75px;}
    .cart fieldset table#shopping-cart-table tr td.no-stock p.infostock { padding-left: 30px; }
    .cart fieldset table#shopping-cart-table tr td.no-stock.qty-mobilhide { width: 100px; }
    .cart fieldset table#shopping-cart-table tr td.no-stock .error{ display: none; }
    .cart fieldset table#shopping-cart-table tr td .sod_select {padding: 10px; width: 65px; }
    .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-avantage-td { position: absolute; left: 100px; bottom: 5px;}
    .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;}
    .discount { border-top: none !important; border-right: none !important; border-left: none !important; border-bottom: 1px solid #dfdfdf !important; padding: 10px !important; width: 100%; margin: 0; }
    .cart .info_mtt_point, .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 { position: absolute; bottom: 10px}
    .cart.formulaire h3 { padding-left: 10px;}
    .cart #shopping-cart-totals-table { padding-left: 5px;}
    #cart_form input.qty_mobile.qty_mobileplus[type=number] { width: 30%; padding: 5px; }
    .cart .maj_cart_mobile { display: block; }
    .cart fieldset .maj_mobil { margin: 15px 10px; }
}
@media screen and (max-width: 1024px) {
    footer .footer-links .col {
        display: inline-block;
        width: 100%;
        padding-right: 2%;
        padding-left: 2%;
        max-width: 100%;
    }
    .Block.info .col7 .block-full-image img.logo-name { display: none}
}

@media screen and (max-width: 1024px) {
    .from {
        width: 130px;
    }
    .category-products .col3 {
        padding-left: 0;
        padding-right: 0;
    }
}
.footer-col-container {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-col-container .col a {
    color: #FFFFFF;
}
@media screen and (max-width: 991px) and (min-width: 671px) {
    .footer-col-container {
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
    }
    .footer-col-container .col {
        flex: 1 1 33%;
        width: 33%;
    }
    .footer-col-container .col:nth-child(4),
    .footer-col-container .col:nth-child(5) {
        flex-grow: 0;
    }
}
@media screen and (max-width: 670px) {
    .footer-col-container .col:first-child {
        flex: 1 1 100%;
    }
    .footer-col-container .col {
        flex: 1 1 50%;
    }
}
@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; }
}

.footer-col-container .col a {
    color: #FFFFFF;
}

@media screen and (max-width: 1024px) {
    .sidebar .ui-accordion .ui-accordion-header {padding-left: .5em;}
    .sidebar .ui-accordion .ui-accordion-header:first-of-type {border-top: none;}
}

/* PAGE PRODUITS */
.product-essential .topnav-product.hidemobile {
    display: none;
}
.product-essential .topnav-product.hidedesktop {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -wekbit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.product-essential .topnav-product.hidedesktop {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -wekbit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.product-essential .topnav-product #product-top-offre-js {
    flex: 1;
}
.product-essential .topnav-product .toptag.right {
    flex: 0 1 auto;
}
@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 .resumer-rating p {
        margin: 5px 0;
    }
    .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; }
    .cart-collaterals .tva-info p.small.left:after {
        display: none; }
    .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; }
    .product-img-box .product-image {
        border: 0px; }
    .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: 1.5rem;
    }
    .close-light {
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 32px;
        display: block; }
    .product-essential .product-image-zoom .zoomimg .zoomImgslider {
        display: block; }

    .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; }
    .product-essential .topnav-product.hidedesktop {
        display: none; }

    .product-essential .content-next-product {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;

    }
    .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 {
        margin-bottom: 0;
    }
    .product-essential .content-next-product #fp-qty {
        margin-bottom: 10px;
    }

    .product-essential .content-next-product #fp-showstock-ajax {
        flex: 1 1 100%;
    }
    .product-essential #fp-info-mid-right #label-contactez {
        margin-left: 35px;
    }
    .proposition h2 {
        font-size: 2.0rem;
    }
}
@media screen and (max-width: 991px) {
    .product-image > img:not('.vignette') {
        width: 50% !important;
        margin: 0 auto;
        position: relative !important;
    }
}
@media screen and (max-width: 768px) {
    .product-essential #fp-qty #div-qty {
        display: none;
    }
}
@media screen and (min-width: 640px) and (max-width: 991px) {
    .proposition .product-upsell {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@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; }

    .product-essential .stock-dispo-directlink, .stock-dispo.left, .stock-no-dispo.left {
        display: block;
        text-align: left;
        margin-bottom: 10px; }
    .product-essential #js-block-price{ padding-top:0px; }
    .no-stock .stock-no-dispo span::before{ top:7px; }
    .product-essential .stock-dispo-directlink,
    .product-essential .stock-dispo {
        font-size: 1rem;
    }
    #div-qty {
        display: none;
    }
    #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; }
    .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;
    }

    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: 10px; }
    .product-collateral .fp-desc-content.open .content-desc {
        height: auto;
        overflow: hidden;
        clear:both;
    }
    .product-collateral .fp-desc-content h3 {
        position: relative;
        cursor: pointer; }

    body #old-price {
        margin-bottom: 25px; }
    .product-essential .product-shop #old-price {
        margin-top: 0px;
        margin-bottom: 0px;
        margin-right: 10px;
    }

    .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; }
    .category-opeco #category-cnt{ font-size: 2.3rem;}
}
@media screen and (max-width: 600px) {
    .product-essential #fp-block-price,
    .product-essential #fp-block-price #fp-price {
        flex-direction: column;
        align-items:  flex-start;
        -webkit-align-items: flex-start;}

}
@media screen and (min-width: 425px) {
    .product-essential .topnav-product.hidemobile .all-tags {
        display: flex;
        display: -webkit-flex;
        align-items: center;
        -webkit-align-items: center;
        justify-content: right;
    }
}
/* CART */
@media screen and (max-width: 1024px) {
    .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 {
        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; }


    .product-img-tunnel {
        min-width: 90px;
    }

    .qty-mobilhide {
        display: block;
    }
}

@media screen and (max-width: 670px) {
    .cart fieldset .adviceDiv table thead, .cart fieldset .adviceDiv table tbody {
        font-size: 1.2rem; }
    .cart .page-title h3 {
        font-size: 2rem; padding-left: 10px !important; }
    .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; }
}

/* Account */
@media screen and (max-width: 1024px) {
    .return-cart {
        margin-left: 10px;
    }
    .paiement-security{
        position:absolute;
        top:-25px;
        text-align: center;
        width: 83%;
        left: unset;
        right: unset;
    }
    .paiement-security img{width:30px; padding-right:3px; padding-top:30px;}
    .paiement-security .paiement-cart{bottom:6px; font-size:1.4rem;}
    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,
    .customer-account-index .link-page.orangecolor {
        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%; }
}

@media screen and (max-width: 670px) {
    .cart fieldset .adviceDiv table thead, .cart fieldset .adviceDiv table tbody {
        font-size: 1.2rem; }
    .my-wishlist.cart .page-title h3, .cart .my-favouritelist .page-title h3{
        padding: 15px 0 0 0;
    }

    .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; }
    .paiement-security {
        position: absolute;
        top: -25px;
        left: 85px;
        width: 72%;
        right: unset;
        text-align: center;
    }

    .paiement-security img{width:30px; padding-right:3px; padding-top:30px;}
    .paiement-security .paiement-cart{bottom:6px; font-size:1.4rem;}

}
/* 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) {
    .page-title h2 {
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 1.8rem;
        text-align: center;
    }
    .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 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) {
    .paiement-security{
        position: absolute;
        top: -37px;
        left: 200px;
        width: 63%;
        right: unset;
        text-align: left;
    }
    .marque-item.col6 {
        width: 30%; }
    .marque-item.col6 span {
        font-size: 1.1rem;
    }
    .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("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("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 .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 .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 .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,
.category-chasseur .viewer-sub-nav .no-children a.title-titre {
    color: #635726; }
.category-chasseur .viewer-sub-nav .has-children a:before {
    color: #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 .subnav-page {
    background: #f4f3f2; }
.conseils {
    margin-top: 20px;
    position: relative;
}
.zone-conseil .conseils{
    margin-top: 0;
}
.conseils .conseils-content {
    padding: 25px 60px 10px 60px;
    text-align: justify;
}
.conseils .conseils-content * {
    font-family: 'GothamHTF Book', sans-serif;
    font-size: 12px;
    word-break: break-word;
}
.conseils .conseils-content p {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 12px;
}
.conseils .conseils-content img {
    width: 100%;
}
.conseils .conseils-content h4 {
    display: block;
    margin-top: 0;
    font-family: 'GothamHTF Bold', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}
.conseils.conseils--big .conseils-content {
    position: relative;
    height: 200px;
    max-height: 200px;
    overflow: hidden;
}
.conseils .conseils-more,
.conseils .conseils-less {
    box-sizing: border-box;
    font-family: 'GothamHTF Bold', sans-serif;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    color: #111111;
    border: 2px solid #111111;
    padding: 10px 15px;
    margin: 0 auto;
}
.conseils .conseils-more {
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: auto;
    color: #111111;
}
.conseils .conseils-less {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    bottom: 20px;
    display: none;
    padding: 10px 15px;
}
.conseils .conseils-filter {
    display: none;
}
.conseils--big .conseils-filter {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 80px;
    background-image: linear-gradient(to bottom, #eeec, #b7b7b7);
}
@media screen and (max-width: 768px) {
    .conseils .conseils-content {
        padding: 25px 30px 10px 30px;
    }
}
@media screen and (max-width: 500px) {
    .backtotop {
        position: relative;
    }
    .conseils .conseils-content {
        padding: 25px 10px 10px 10px;
    }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .subheader .subnav #cart_sidebar_container .link-page.greencolor,
    .subheader .subnav #cart_sidebar_container .link-page.orangecolor {
        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;
    font-size: 1rem;
    margin-bottom:10px;
    display: inline-block;
}

.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', sans-serif;
    font-weight: bold;
    font-size: 1.4rem;
}
.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;
}
@media screend and (max-width: 1024px) {
    .slider-secondaire .categorie-item-price .price.final {
        padding: 5px 14px 5px;
    }
}
/****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: 80px; }
.item-image img.dpdfrrelais, .item-image img.dpdfrclassic, .item-image img.dpdfrpredict { height: 20px; }
.item-image img.calberson { height: 25px; }

#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;
    padding-top: 2px;
    font-family: "GothamHTF Bold", sans-serif;
}
#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 .info-label b, #billing-new-address-label .info-label b { display: contents !important; }
#checkout-review-address-wrapper address { text-transform: uppercase; }

.address-container * {
    cursor: pointer;
}
.cart.formulaire .form-list li.address-customer, li#new-billing-address-li {
    margin-top: 15px;
    margin-left: 35px;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    margin-bottom: 10px;
}
.add-address {
    background: 0;
    border: 0;
    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;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.4rem;
}
#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 { max-width: 670px; }
.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: #eeeeee;
    border-color: #dddddd;
    margin-right: 30px;
    opacity: unset;
}.form-new-address .greycolor:hover {
     background: #dddddd;
 }
.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
{
    width: 49%;
    margin: 0 5px 0px 0;
    display: inline-block;
    height: 11rem;
}
#payment_onepage_container .methods-paiement .checkout-item{ min-height:45px; height: 100%; float:left; cursor: pointer;  margin-bottom: 15px; }
.methods-paiement { margin-top: 5px; position: relative; }
.form-new-address .cart { margin-bottom: 5px !important; background: white; }
/***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', sans-serif;
    font-size: 2.4rem;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #B22222;
    padding-left: 20px;
}
.summary-details span.price.big {color: #00461e;}
.rap-summary .summary-details span.price.big {color: #B22222; padding-left: 20px; margin: 0px; font-family: 'GothamHTF Bold', sans-serif; font-size: 2.4rem; }
#checkout-review-load .rap-summary{ padding:0; border:1px solid #B22222; }
#checkout-review-load .summary-details p.big {font-size: 1.4rem;  padding-left: 0px; margin-right: 0px;}
#checkout-review-load .rap-summary .summary-details span.price.big{font-size: 1.4rem;  padding-left: 0px;}
ul.messages.checkoutclosings {
    margin-top: 15px !important;
}
.messages.checkoutclosings li {
    margin: 0 0 5px 0 !important;
}
.messages.checkoutclosings li:last-child {
    margin: 0 !important;
}

@media screen and (max-width: 425px) {
    #header-services-img {
        width: 34%;
    }
    #content-title-header {
        width: 65%;
        height: 170px;
    }
    #head-category .col7 #category-cnt {
        font-size: 1.3rem;
    }
    #head-category .col7 p {
        font-size: 1.2rem;
    }
    .cms-page-view #head-category.content-head-intro .col3 img {
        width: 100%;
        height: 155px; }
    #head-category .col7 {
        padding-top: 10px;
        padding-left: 10px;
    }
    .title-alone h2 {
        font-size: 1.2rem;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .cms-page-view .content-page-cms.service-block {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media screen and (max-width: 375px) {
    #header-services-img {
        width: 34%;
    }
    #content-title-header {
        width: 65%;
        height: 165px;
    }
    #head-category .col7 #category-cnt {
        font-size: 1.2rem;
    }
    #head-category .col7 p {
        font-size: 1.1rem;
    }
    .cms-page-view #head-category.content-head-intro .col3 img {
        width: 100%;
        height: 150px; }
    #head-category .col7 {
        padding-top: 10px;
        padding-left: 10px;
    }
    .title-alone h2 {
        font-size: 1.2rem;
    }
    .cms-page-view .content-page-cms.service-block {
        padding-top: 0;
        padding-bottom: 0;
    }
    .cms-page-view .content-page-cms.service-block .texte-content h3 {
        font-size: 1.1rem;
    }
    .cms-page-view .content-page-cms.service-block p {
        font-size: 1.2rem;
    }
    .cms-page-view .content-page-cms.service-block strong {
        font-size: 1.3rem;
    }
}
/* @media screen and (min-width: 823px) {.link-page { width: 254px} } */
/* @media screen and (min-width: 568px) {.link-page { width: 474px} } */
@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 {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.5rem;
    font-weight: bold;
    color: #111111;
}
.product-essential .tag .product-ref-review {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: stretch;
    -webkit-align-items: stretch;
    font-size: 1rem;
}
.product-essential .tag .avis {
    font-size: 1.2rem;
}

@media screen and (max-width: 1024px) {
    .search_nav {
        display: none;
    }
    .product-essential .tag .product-ref-review {
        flex-direction: column;
    }
}

.content-filter-mobil.filtrer-par-mobil { display: block; }
@media screen and (max-width: 1024px) {
    .content-filter-mobil.filtrer-par-mobil { display: none; }
}


#brand-slider{ height: 180px; padding-bottom:0px;}
/*Carte Avantages HP*/
.hp-carte-avantage{ background:#ffffff; position: relative; width:100%; max-height: 245px;  border-bottom:1px solid #ebebeb; margin-top:10px;}
.hp-carte-avantage .content-carte-avantage{ display:flex; align-items:center; width:100%;}
.hp-carte-avantage .header-img{ float:left; width:35%; }
.hp-carte-avantage .content-header-intro,.prehome-univers .content-header-intro p{ float:left; width:50%; padding-top:0px; font-family: "GothamHTF Light", sans-serif; font-size: 1.4rem; font-weight: 400;}
.hp-carte-avantage h3, .prehome-univers .content-header-intro h3 { text-transform: uppercase; margin-bottom: 10px; margin-top:0; font-size: 2rem; font-family: 'GothamHTF bold',sans-serif; font-weight:100; letter-spacing:1px; color:#00461e;}
.hp-carte-avantage p { text-align: justify; line-height:2rem;}
.hp-carte-avantage a.link-page { margin-top: 5px; font-family: 'GothamHTF bold',sans-serif; font-size: 1.4rem; font-weight:100;}
.Block.info.prehome-univers{ margin-top:15px; }
.prehome-univers .content-carte-avantage{ background: #ffffff; text-align: center; height:100%; }
.prehome-univers .content-header-intro h3, .prehome-univers .content-header-intro h3  { text-align: center; }
.prehome-univers .content-header-intro p{ text-align: center; line-height:2rem; width:80%; padding:0 40px;}

/*Carousel "Conseils et astuces*/
.slider-secondaire .conseils-slider{
    padding: 0 85px;
}

.slick-slider.conseils-bloc-center .slick-track {
    margin: 0 auto;
}

.conseils-slider .slick-slide img{ width:100%; max-width:480px;}
.conseils-slider .conseils{ padding:0 10px; }

@media screen and (max-width: 1024px) {
    .hp-carte-avantage .header-img{ width: 40%; padding: 0px; }
    .hp-carte-avantage .header-img img{ width: 85%; }
    .conseils-slider .slick-slide img{ width:100%;}
    .slider-secondaire .conseils-slider { padding:0 55px; }
}
@media screen and (max-width: 768px) {
    .Block.info{ max-height:100%;}
    .hp-carte-avantage .header-img img{ width: 90%; }
    .hp-carte-avantage .content-header-intro{padding-top:8px; }
    .hp-carte-avantage a.link-page{margin-top:-7px; margin-bottom: 10px;}
    .prehome-univers .content-header-intro p{ width:77%; }


}
@media screen and (max-width: 500px) {
    .Block.info{ max-height:100%; }
    .hp-carte-avantage{  padding:20px; width:90%; max-height:100%;}
    .hp-carte-avantage .content-carte-avantage{display:inline-block; }
    .hp-carte-avantage .block-header-intro {padding: 20px; box-sizing: border-box; overflow: auto;}
    .hp-carte-avantage .header-img{ width:100%; text-align: center;}
    .hp-carte-avantage .content-header-intro{ width:100%; text-align:center;}
    .hp-carte-avantage .header-img img{ width: 100%; }
    .hp-carte-avantage h3{ text-align: center; font-size:2rem;}
    .hp-carte-avantage p{ text-align-last: justify; padding : 0 35px;}
    .conseils-slider .slick-slide img{ width:100%;}
    .slider-secondaire .conseils-slider { padding:0 55px; }
    .slider-secondaire .conseils-slider .slick-prev, .slider-secondaire .conseils-slider .slick-next{
        top:55%;
    }

}
.email div.validation-advice{
    display:none;
}

﻿@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;
}

address{ font-style:normal; text-transform: uppercase; }
/** 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", sans-serif;
    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", sans-serif;
    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: 11.27%;
        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,
.subnav-page .viewer-sub-nav .is-hidden .no-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;
    }

    .product-image #z-img, .zoomWrapper div {
        left: 50%;
        transform: translateX(-50%);
    }
}

.maj_cart_mobile {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: white;
}

.maj_cart_mobile button {
    width: 100%;
    height: 100%;
    padding: 10px 0;
}

/**
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;
}*/


.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", sans-serif;
    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 {
    width: 60vw;
    height: 100%;
    max-width: 650px;
    padding: 20px;
    background: #eee;

}

#casun_popup .addPopin {
    width: 60%;
}

#casun_popup .lightbox-content h4 {
    width: auto;
    font-size: 25px;
    font-family: 'GothamHTF Bold', sans-serif;
    font-weight: 100;
}

.casun-item.seconde {
    margin-top: 20px;
}

.popup-petiteetoile {
    margin-top: 20px;
    margin-bottom: 20px;
    color: red;
    font-family: 'GothamHTF Medium', sans-serif;
    letter-spacing: 0.5px;
    font-weight: 400;
    width: 100%;
}

.popup-petiteetoile img {
    padding-right: 10px;
    width: 30px;
    float: left
}

.popup-petiteetoile p {
    width: 100%;
    display: block;
    margin: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
    text-align: center;
}

@media screen and (max-width: 768px) {
    #casun_popup {
        width: 80vw;
    }
    .buy_cart{width:65%; display: inline-block; clear:both;}
}

@media screen and (max-width: 640px) {
    #casun_popup {
        width: auto;
    }

    #casun_popup .lightbox-content h4 {
        font-size: 20px;
    }
}

@media screen and (max-width: 425px) {
    #casun_popup .lightbox-content h4 {
        font-size: 18px;
    }
}

/* 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;
    margin-bottom: 10px;
}

.link-page.grey {
    cursor: pointer;
}

/** Message qui apparait lorsque select pas choisi */
#error-no-choice-conf {
    color: red;
    font-family: "GothamHTF Light", sans-serif;
}

@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 {
    color: #7D1D32;
}

.product-essential .product-shop.nouveaute .price-box .peche .price {
    color: #00737D;
}

.product-essential .product-shop.nouveaute .price-box .chasse .price {
    color: #635726;
}

.product-essential .product-shop.nouveaute .price-box .passion_nature .price {
    color: #4B7252;
}

.product-essential .product-shop.nouveaute .price-box .animaux .price {
    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;
}




/**
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;
    margin-right: 15px;
    margin-top: 15px;
}

.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: 769px) {
    .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;
    }
}


@media screen and (min-width: 769px) {
    .product-essential .reservation .link-page img {
        width: 50px;
    }
}

/**
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', sans-serif;
    margin: 0;
    cursor: pointer;
}
.store-name.underline{
    text-decoration: underline;
}
/* 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;
    }

    .categorie-item-communication {
        margin-bottom: 20px;
    }
}

@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: 60% !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-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;
    box-sizing: border-box
}

/*page liste d'envie*/
@media screen and (min-width: 671px) {
    .my-wishlist.cart .page-title h3,
    .cart .my-favouritelist .page-title h3 {
        padding: 0;
    }
}

.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: "GothamHTF Light", sans-serif;
    color: #ff1111;
    font-weight: bold;
    font-size: 1.4rem;
    margin-right: 15px;
}

.no-supply .stock-no-dispo span:before {
    position: absolute;
    left: 7px;
    top: 6.5px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background:#ff1111;
}

.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;
}*/


/**Nouveauté vignette MOBILE **/
@media screen and (max-width: 670px) {
    .product-img-box .vignette {
        right: 0px;
    }

    .slider-secondaire .product-image .vignette, .proposition .product-image .vignette {
        height: 60px;
        width: 60px;
        right: 55px;
        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;
    }

}

.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 */
.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 */
}
.from { min-width: 80px; left: 0; }

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:hover {
        border: 1px solid #f3f3f3;
        /*width: 33.02%;*/
        padding-right: 0px;
        padding-left: 0px;
    }

    .categorie-item-line .categorie-item { padding-bottom: 25px; }

    .selectmagasin::before {
        content: "";
        background: url("https://www.terreseteaux.fr/skin/frontend/te/default/img/logo-localisation_v1.png") no-repeat;
        position: absolute;
        width: 25px;
        height: 25px !important;
        left: -5px;
        top: 10px;
        z-index:999;
    }

    .slick-slider { max-height: 490px; }
    .subheader .subnav #cart_sidebar_container .link-page.greencolor, .subheader .subnav #cart_sidebar_container .link-page.orangecolor { max-width: 222px; }
    .category-products { margin-top: 6px; }
    .catalog-category-view .col3, .customlist-offrespeciales-index .col3, .brand-view-index .col3, .catalogsearch-result-index .col3 { height: auto !important; }
    .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; }
    .from { top: -11px; left: 7px; }
    .categorie-item-line .price-box .from {top: -4px;}
    .slider-secondaire .price-box { bottom: 30px;}
    .slider-secondaire .from { top: 0px;}
}
.cms-index-index .slick-slider { max-height: 100%; }
.iframe-video { width: 350px; height: 240px; }
.catalog-category-view .col2-left-layout, .customlist-offrespeciales-nouveaute, .brand-view-index { 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 .price-box { bottom: 20px; }
    .subheader .subnav ul li { height: 25px; width: auto; }
    .slider-secondaire .from { top: -25px; left: 7px; }
}
@media only screen and (max-width: 1024px) {

    .categorie-item-price .old.price {
        font-size: 1.4rem;
        text-align: center;
        padding: 0px 5px;
    }
    .categorie-item-line .categorie-item {
        padding-bottom: 0px;
    }
    .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;
    }
    .proposition .product-shop {
        min-height: 195px;
    }

    .subheader .subnav #cart_sidebar_container .link-page.greencolor, .subheader .subnav #cart_sidebar_container .link-page.orangecolor {
        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%;
    }

    #univers-mobile {
        display: none;
    }

    .search_nav_mobile {
        display: none;
    }

    .discount .input-box input {
        width: 95% !important;
    }

    .from {
        min-width: 80px;
        top: -11px;
        left: 7px;
    }

    .categorie-item-line .price-box .from {
        top: -4px;
        left: 0;
    }

    .slider-secondaire .price-box {
        bottom: 30px;
    }

    .slider-secondaire .from {
        top: 0px;
    }
}

.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 .price-box {
        bottom: 20px;
    }

    .subheader .subnav ul li {
        height: 25px;
        width: auto;
    }

    .slider-secondaire .from {
        top: -25px;
        left: 7px;
    }
}

@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 .price-box {
        bottom: 20px;
    }

    .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%;
        text-decoration: underline;
        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;
    }

    .subheader .content-logo-mobil .ico-geo {
        width: 25px;
        float: left;
        padding: 5px 5px;
    }

    .magasin-mobil span {
        clear: both;
        display: block;
        font-size: 1.45rem;
        float: left;
    }

    .my-favouritelist .link-page {
        margin-top: 10px;
        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;
    }

    .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 */
    }

    .from { min-width: 80px; left: 0; }

    sup { left: -0.3em; }
    .iframe-video { width: 350px; height: 240px; }
    .catalog-category-view .col2-left-layout { background: #ffffff; }
    /*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: 10px; }
    .subheader .subnav #cart-header-resa::before, .subheader .subnav #cart-header-resa:hover { background: none !important; }
    .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: 100%; padding-top: 10px; }
    .customlist-offrespeciales-index #head-category .col7, .brand-view-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.menuDesktop 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; }
}
@media screen and (max-width: 1024px) {
    .subnav-page .navfix.hidedeskop {
        display: none; }

    .price-box {
        font-size: 2.2rem;
        bottom: -6px;
    }

    .from {
        min-width: 80px;
        left: 0;
    }

    .categorie-item-title {
        font-size: 1.9rem;
        font-weight: normal;
    }

    #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: 599px) 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%; }

    .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;}
    .sod_select.touch select, .qty-mobilhide .qty_mobile { width: 100% !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; }

    sup {
        left: -0.3em;
    }

    .iframe-video {
        width: 350px;
        height: 240px;
    }

    .catalog-category-view .col2-left-layout {
        background: #ffffff;
    }

    .subheader .subnav #cart-header-resa::before, .subheader .subnav #cart-header-resa:hover {
        background: none !important;
    }

    .avancement_cmd img.tick_success { margin-top: -10px; }

    .catalog-category-view #head-category .col7, .brand-view-index #head-category .col7 { width: 100%;}
    .category-products .categorie-item .categorie-item-title {
        font-size: 1.32rem; }
    .subheader .content-logo-mobil a.logo-tee { width: 40%; }

    .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-brand { padding-left: 7px; }
    /*.category-products .categorie-item-line .categorie-item{ min-height:415px; }*/
    .from { top: -11px; left: 7px; }
    .categorie-item-line .price-box .from { top: -25px; left: 0;}
    .slider-secondaire .from { top: 0px;}
    /*.brand-view-index .categorie-item-price,  .customlist-offrespeciales-index .categorie-item-price,  .catalog-category-view .categorie-item-price{ display:inline-block; min-height:42px; }*/
    .product-upsell .categorie-item-price .price.final { padding: 0; }
    .categorie-item-fp-avantage .price { font-size: 1.6rem; }
    .subheader .content-logo-mobil img {
        padding: 9px 10px;
        width: 131px;
        margin: 0;
        height: 36px;
    }

    .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: 100%;
        padding-top: 10px;
    }

    .customlist-offrespeciales-index #head-category .col7, .brand-view-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.menuDesktop 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;
    }
}

#contactform .close-light { display: none; }
.catalog-category-view #head-category .col3 img.logo, .catalog-category-view #head-category .col7 img.logo { position: absolute; right: 0; top: -25px; }
.slider-secondaire h2 { margin: 0; }
.catalog-category-view .categorie-item-line .categorie-item div.nouveaute, .customlist-offrespeciales-index .categorie-item-line .categorie-item div.nouveaute,
.brand-view-index .categorie-item-line .categorie-item div.nouveaute, .catalogsearch-result-index .categorie-item-line .categorie-item div.nouveaute { margin: 5px 0px; position: absolute; top: 40%; }
/*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; }
/**/
.slider-secondaire .selection-image { margin: 0 auto; }
#brand-slider .selection-image{ height:90px;}

@media screen and (max-width: 1024px) {
    .subnav-page .navfix.hidedeskop {
        display: none;
    }

    /*FIX SCROLL */
    ul.cd-dropdown-content {
        position: fixed;
    }

    ul.cd-dropdown-content .is-hidden {
        opacity: 0;
    }
    .avancement_cmd {
        padding-left: 145px;
        padding-top:15px;
    }
}
@media screen and (max-width: 1024px) {
    .catalog-category-view #head-category .col7 {
        left: 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;
}


/*new header */
@media only screen and (min-width: 1025px) {
    .categorie-item-line .categorie-item {
        width: 33.02%;
        padding-right: 1px;
        padding-left: 1px;
        bottom:30px;
    }

    #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;
    }
}
.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: 146px; }
.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{ position: relative; padding-bottom:30px;}
.slider-secondaire .see-product { position: absolute; right:10px; top: 28px; width: 20%; padding: 0;}


.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; }
.core-page-container {
    position: relative;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.category-products { padding-bottom: 25px; margin-bottom: 0px; }
.footer-page-container {
    padding: 0 5px 5px 5px;
}
.footer-page-content {
    position: relative;
    min-height: 68px;
    background-color: #EEEEEE;
}
@media only screen and (min-width: 668px) and (max-width: 1024px) {

    .checkout-onepage-index .cart.formulaire h3 {

        padding-top: 5px;
        padding-left: 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*/
.social-block .facebook-tablette { display: none; }

@media screen and (max-width: 1024px) {
    .slider-principale .slider-vue{ max-height: 200px; }
    .slider-principale .slider-vue img {
        width: auto;
        height: 100%;
    }

    .btn-update-mobile {
        display: block !important;
    }

    .subheader .magasin-mobil {
        margin-top: 10px;
    }
    .cms-index-index .Block.info .col3 {
        width: 49%;
        float: left;
        height: 100%;
    }
}

/*.facebook-desktop { padding-top:50px;}*/
@media only screen and (max-width: 1024px) {
    .hidemobil {
        display: block;
    }

    .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: 57px;
        padding-top: 45px;

    }
}
@media screen and (max-width: 500px) {
    body .info .col33 {
        width: 100%;
        margin-top: 25px; }
    body .info .col33:first-child {
        margin-top: 0px;
    }

    .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;
    }
    .prehome-univers .firstcol { margin: 0px; }
    .prehome-univers .col33 { width: 32%; margin-right:10px;}
    .prehome-univers .content-carte-avantage .header-img img{ width:100%; }
    .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: 667px) 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;
    }

    .sod_select.touch select, .qty-mobilhide .qty_mobile {
        width: 100% !important;
    }

    .cart .sod_select {
        width: 47%;
    }

    .cart #main_cart_totals tr.avantage label {
        display: block;
        font-weight: lighter;
        font-family: 'Open Sans', sans-serif;
        color: #111111;
        text-decoration: inherit;
        font-size: 1.6rem;
        padding: 0px;
    }

    .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: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .btn-update-mobile {
        display: block !important;
        clear: both;
    }
}

@media screen and (max-width: 670px) {
    .customlist-offrespeciales-index #head-category .col7 {
        width: 100%;
    }

    .customlist-offrespeciales-index #head-category div[id^="category-description"] {
        text-align: justify;
    }

    .avancement_cmd.lad{
        padding: 50px 0 15px 20px;
    }
    .avancement_cmd.no-lad{
        padding: 15px 0 15px 20px;
    }
    .avancement_cmd.no-lad .step{ width:19%; }

}

@media only screen and (max-width: 640px) {
    .catalog-category-view #head-category .col7, .brand-view-index #head-category .col7 {
        width: 100%;
    }

    .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;
    }*/
    .avancement_cmd img.tick_success {
        margin-top: -10px;
    }

    /*.category-products .categorie-item-line .categorie-item{ min-height:415px; }*/
    .from {
        top: -11px;
        left: 7px;
    }

    .categorie-item-line .price-box .from {
        top: -25px;
        left: 0;
    }

    .slider-secondaire .from {
        top: 0px;
    }

    /*.brand-view-index .categorie-item-price,  .customlist-offrespeciales-index .categorie-item-price,  .catalog-category-view .categorie-item-price{ display:inline-block; min-height:42px; }*/
    .product-upsell .categorie-item-price .price.final {
        padding: 0;
    }

    .categorie-item-fp-avantage .price {
        font-size: 1.6rem;
    }

    .subheader .content-logo-mobil img {
        padding: 9px 10px;
        width: 131px;
        margin: 0;
        height: 36px;
    }

    .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-secondaire h2 {
    margin: 0;
}

.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;
    vertical-align: middle;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.2rem;
}


.categorie-item-title, .categorie-item-brand {
    font-size: 1.2rem;
}

.slider-secondaire .categorie-item-brand, .slider-secondaire .categorie-item-title {
    font-size: 1.2rem;
}
.catalog-category-view .categorie-item-line .categorie-item div.nouveaute, .customlist-offrespeciales-index .categorie-item-line .categorie-item div.nouveaute,
.brand-view-index .categorie-item-line .categorie-item div.nouveaute, .catalogsearch-result-index .categorie-item-line .categorie-item div.nouveaute {
    margin: 5px 0px;
    position: absolute;
    top: 40%;
}

/*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: 45px;
}

.slider-secondaire .selection-image {
    margin: 0 auto;
    width:126px;
}

#brand-slider .selection-image{ height:90px;}
/*.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;
    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 (min-width: 1025px) {
    .categorie-item-line .categorie-item {
        width: 33.02%;
        padding-right: 1px;
        padding-left: 1px;
        bottom:30px;
    }
}

@media only screen and (max-width: 1024px) {
    .subheader .content-logo-mobil .title-mag {
        color: #00461e;
        text-transform: uppercase;
        font-weight: bold;
        float: left;
        padding-top: 10px;
        width: 85%;
    }

    .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: auto;
    }

    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.hide-mobile {
        display: none;
    }
}

@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;
    background-size: 15px;

}
.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 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: 250px;
    height: auto;
}

.subheader .subnav .list-mobile .burger p { display: none; }

.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:not('.vignette') {
        width: 50% !important;
        margin: 0 auto;
    }

    .slider-secondaire .product-image .vignette {
        width: 60px;
    }

    .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-align: 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, .block-full-image .link-simple {
        font-size: 1.2rem;
    }

    #checkout-review-address-wrapper h3 {
        padding-left: 0px !important;
    }

    #wishlist-table tr {
        position: relative;
        height: 145px;
        display: block;
    }

    #wishlist-table .product-img-tunnel img {
        width: 75px;
    }

    #wishlist-table {
        position: relative;
        width: 100%;
        display: table;
    }

    #wishlist-table .product-img-tunnel {
        padding-top: 0px;
        padding-bottom: 0px;
        position: absolute;
        top: 10px;
        width: 90px
    }

    #wishlist-table .product-info {
        top: 10px;
        position: absolute;
        left: 26%;
        padding-top: 5px;
        padding-bottom: 0px;
    }

    #wishlist-table .product-info h3 {
        padding-left: 0px;
    }

    #wishlist-table .product-price {
        position: absolute;
        right: 10px;
        bottom: 5px;
        padding: 0px;
    }

    #wishlist-table .product-stock {
        position: absolute;
        bottom: 5px;
        left: 26%;
        padding: 0px;
    }

    #wishlist-table .product-stock span.infostock {
        margin-bottom: 5px;
    }

    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.hide-mobile { display: none; }
}
@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; background-size: 15px; }
.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 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: 250px; 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:not('.vignette') {
        width: 50% !important;
        margin: 0 auto;
    }

    #wishlist-table .stock-dispo .infostock:before {
        top: -2px;
    }


    #wishlist-table .customer-favouritelist-item-remove, #wishlist-table .add-to-cart {
        position: absolute;
        right: 0px;
        top: 5px;
    }

}

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

@media screen and (max-width: 425px) {
    .product-image > img:not('.vignette') {
        width: 50% !important;
        margin: 0 auto;
        position: relative !important;
    }

    .slider-secondaire .product-image .vignette {
        width: 60px;
    }
}

.product-collateral #video:before, .product-collateral #video:after {
    background: none;
    width: 98%;
}


/*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*/
.menuMobile { display: none; }
@media only screen and (max-width: 1024px) {
    .menuDesktop {
        display: none;
    }

    .menuMobile {
        display: block;
    }
}

@media only screen and (max-width: 699px) {
    .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: 140px; }
.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;
}*/
.sidebar .content-more { margin-bottom: 10px; }
body .slider-secondaire{ position: relative; padding-bottom:30px;}
.cms-index-index .slider-secondaire .see-product { position: absolute; right:10px; top: 28px; width: 20%; padding: 0;}

.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;
}

.core-page-container {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.category-products {
    padding-bottom: 25px;
    margin-bottom: 0px;
}

.footer-page-container {
    padding: 0 5px 5px 5px;
}

.footer-page-content {
    position: relative;
    min-height: 68px;
    background-color: #EEEEEE;
}

.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{ max-height: 135px; }
    .slider-principale .slider-vue img {
        width: auto;
        height: 100%;
    }

    body .firstcol .social-block .facebook-tablette {
        display: block;
    }

    body .firstcol .social-block .facebook-desktop {
        display: none;
    }

    .catalog-category-view #head-category:not('.head-category-opeco-mobil') .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;
    }

    .slider-principale .slider-vue{ max-height: 70px; }
}

/*.facebook-desktop { padding-top:50px;}*/
@media only screen and (max-width: 1024px) {
    .hidemobil {
        display: block;
    }
}

.breadcrumbs {
    padding: 15px 0px 13px;
    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: 0px;
        display: inline-block;
        padding-bottom: 0px;
        margin-left: 10px;
    }

    .sorter {
        padding: 0px 25px;
        margin-top: 15px;
    }
}

@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;
}

.passions .parent .title-passion-all {
    padding: 10px;
    font-size: 12px;
    text-decoration: underline;
    cursor: pointer;
}

.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 .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 screen and (max-width: 670px) {
    .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-opeco-mobil {
        display: block !important;
    }

    #category-visuel, .head-category-opeco-mobil .feu-tricolore {
        display: none;
    }
    div[id^="category-description"] * {
        color: #111111 !important;
    }

}

/*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;
    }
}

.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 .content-vignette sup {
    left: 0px;
}

.content-vignette-bientot {
    top: 29px !important;
    left: -3px !important;
}

.vignette .content-vignette .bientot.bientot--mobile {
    display: none;
}

/*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;
    }

    .vignette .content-vignette {
        top: 22px;
        left: -1px;
    }

    .slider-secondaire .vignette .content-vignette {
        left: -9px;
    }

    .proposition .vignette .content-vignette {
        top: 22px;
        left: -9px;
    }

    .vignette img {
        width: 70px;
    }

    .vignette .content-vignette .number {
        font-size: 1.8rem;
    }

    .vignette .content-vignette sup {
        font-size: 1.3rem;
    }

    .catalog-category-view #head-category .col7 p {
        text-align: justify;
    }

    .content-vignette-bientot {
        top: 40% !important;
        left: 50% !important;
        transform: translate(-50%, -50%);
        width: 78% !important;
    }

    .vignette .content-vignette .bientot {
        display: none;
    }

    .vignette .content-vignette .bientot.bientot--mobile {
        display: inline;
    }

    .vignette .content-vignette .bientot {
        font-size: 10px;
    }
}

@media screen and (max-width: 670px) {
    .category-products .categorie-item .vignette {
        right: -6px;
        top: 9px;
    }

    .category-products .categorie-item .vignette .content-vignette {
        top: 17px;
        left: 0px;
    }
    .vignette .content-vignette .bientot { font-size: 0.9rem; }
    .vignette .content-vignette-bientot {
        top: 40%;
        left: 28%;
        font-size: 0.9rem;
        width: 50%;
    }

    .catalog-product-view .vignette .content-vignette {
        top: 17px;
        left: 0px;
        width: 57px;
        font-size: 0.9rem;
    }

    .vignette .content-vignette .number {
        font-size: 1.5rem;
    }

    .product-image .vignette .content-vignette-bientot {
        top: 44%;
        left: 43%;
        font-size: 0.9rem;
        width: 50%;
    }

    .vignette img {
        width: 60px;
    }

    .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;
    }

    .proposition .vignette .content-vignette {
        top: 17px;
        left: 0px;
        font-size: 0.8rem;
    }

    .proposition .product-image .vignette {
        width: 75px;
    }

    .proposition .vignette .content-vignette sup {
        left: -2px;
        top: -3px;
    }

}
@media screen and (max-width: 425px) {
    .vignette .content-vignette {
        top: 17px;
        left: 0;
    }
    .proposition .vignette .content-vignette sup {
        left: -2px;
        top: -3px;
    }
}

@media screen and (max-width: 360px) {
    .categorie-item-img .content-vignette {
        top: 17px;
        left: -15px;
        font-size: 0.9rem;
    }
}

.categorie-item-communication .slick-dots {
    bottom: 0px;
}

.category-products {
    padding-bottom: 0px;
}

.category-products .ui-accordion-content ol li {
    text-transform: capitalize;
}

.bandeau .title {
    font-size: 4rem;
}

.bandeau p {
    font-size: 2rem;
}

#head-category-blue {
    position: relative;
}

.opeco-content {
    width: auto;
    float: left;
    font-size: 1.2rem;
    display: inline-block;
    /*padding-top: 30px;*/
    /*padding-bottom: 20px;*/
    /* 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;
}

/*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', sans-serif;
    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', sans-serif;
    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: 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;
}

.print-link {
    border-bottom: 1px solid #000;
    cursor: pointer;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
}
@media screen and (max-width: 640px) {
    .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;
    }

    #carte-avantage {
        width: 100%;
        margin-bottom: 15px;
    }

    .avantage td:last-child {
        display: block;
    }

    .cart-print-button {
        display: none !important;
    }

    .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-orange {
    outline: none;
    color: white;
    background: #d26e00;
    border-color: #d26e00;
    font-family: 'Open Sans', sans-serif;
    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;
    }
}


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;
}

body.customlist-offrespeciales-index .core-page-container {
    background-color: #FFFFFF;
}

.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;
}*/
.categorie-item .categorie-item-price.price-reduc .special-price .final.price {
    text-decoration: inherit;
    padding: 5px;
    color: #9cc200;
    font-size: 1.4rem;
}

.categorie-item-fp-solde .categorie-item-price.price-reduc .special-price .final.price {
    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-code {
    display: inline-block;
    max-width: 175px;
    vertical-align: middle;
    margin-left: 5px;
    font-family: 'Open Sans', sans-serif;
    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; }
}

@media screen and (max-width: 670px) {
    .catalog-product-view .product-essential .content-slider-img .product-image {
        text-align: center;
    }
}

.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 span{
    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,
.cart.formulaire h3{
    margin-top: 0;
}

#checkout-review-load .cart h3 {
    margin-top: 15px;
    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;
}
#opc-billing, #opc-shipping{ border-left: 1px solid #cdcdcd; border-right: 1px solid #cdcdcd; }
#opc-billing.section.allow.active{ height: auto; min-height: 95%; }
.not_lad #billing-buttons-container{ display: none;}
#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',sans-serif;
}

.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', sans-serif;
}

.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_shipping_method .follow-package-container .follow-package-link {
    color: #111111;
    font-weight: bold;
}

.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 {
    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', sans-serif;
}

/*** PAGER ***/
.pager_container {
    padding: 10px 0 10px 25px;
    background: #FFFFFF;
}

.pager_limiter {
    font-size: 12px;
    font-family: 'Open sans', sans-serif;
    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;
}


.form-list .form-field .checkbox {
    float: left;
    width: 5%;
}

.donnee-perso .col2-set {
    padding-left: 15px;
}
.info-label{text-transform: uppercase; font-style:normal; }
.info-label em{ text-transform: none; }
.donnee-perso .col2-set .info-label {
    margin-top: 5px;
}

.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;
}



.files-allowed{ padding-left: 15px;}




.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) {
    .cart fieldset .adviceDiv ul li {
        width: calc(50% - 10px);
    }
}

.info-carte {
    color: #ffffff;
    font-size: 1.13rem;
    padding: 10px 10px 15px 50px;
    background: url('https://www.terreseteaux.fr/skin/frontend/te/default/img/pouce.png') no-repeat #c3792e 10px 50%;
    margin-bottom: 20px;
}

/* 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", sans-serif;
    font-size: 1.3rem;
    margin-left: 40px;
    display: inline-block;
}

.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", sans-serif;
}

body.checkout-cart-index, body.checkout-onepage-index {
    font-family: "GothamHTF Light", sans-serif;
}

.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", sans-serif;
}

#checkout-cart-totals .lastTr sup {
    font-size: 95%;
    font-family: "GothamHTF Bold", sans-serif;
}

.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) {

    .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:45px;
        width: 98%;
    }

    #shipping-method-single-mode .checkout-item .item-price {
        padding-right: 5px;
    }

    .address-container {
        padding: 10px 0px 0px 0px;
    }


    .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;
    }


    .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%
    }
    #register_form_popin .cart.tunnel1 input[type="text"], .cart.tunnel1 input[type="password"] { width: 100%}
    .cart.formulaire fieldset { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: #f9f9f9; padding: 0 2%; width: 97%;}
    #register_form_popin .cart.formulaire fieldset { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;background: #f9f9f9; padding: 0; width: 100%;}
    #register_form_popin .cart.formulaire .form-field-container.phone input { margin: 0 0 0 5px;}

    .cart.tunnel1 .form-list .form-field {
        margin-bottom: 10px;
        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;
    }
    #sign_popin .cart.tunnel1 {
        display: block;
        -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
        margin: 0 auto;
        width: 90vw;
        max-width: 100%;
        padding: 0;
    }
    #sign_popin .cart h3 {
        margin-bottom: 5px;
        padding-left: 0px;
        font-size: 1.2rem;
        font-family: 'GothamHTF Book', sans-serif;
        font-weight: 400;
        text-align:left;
    }
    #sign_popin .cart .registered-users {
        -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
        width: 100%;
        margin:0;
    }
    #sign_popin .cart .input-text {
        -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
        width: 100%;
    }
    #sign_popin .cart .espace_client {
        background-color: #FFFFFF;
    }
    #register_form_popin .page-title h2 {
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 500px) {
    #register_form_popin .page-title h2 {
        font-size: 14px;
    }
    #register_form_popin  .page-title h2:before {
        top: 0;
        left: -18px;
    }
    #register_form_popin  .page-title.closed h2:before {
        top: 6px;
    }
    #register_form_popin .select-box.indicatif {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
    #register_form_popin .cart.formulaire .form-field-container.phone input {
        margin: 0 auto 15px auto;
    }
    #register_form_popin .cart.formulaire .form-field-container.phone input:first-of-type {
        margin-left: 0;
    }
    #register_form_popin .cart.formulaire .form-field-container.phone input:last-of-type {
        margin-right: 0;
    }
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-title {
        flex: 1 1 100%;
        margin-bottom: 12px;
    }
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite {
        width: 100%;
        margin-bottom: 12px;
    }
    .slider-secondaire .product-shop .price-box {
        font-size: 2.0rem;
    }
    .slider-principale .slider-vue{
        max-height: 70px;
    }
}

/** 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,
.show-lad .link-page.orangecolor: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) {
    .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", sans-serif;
    font-weight: 100;
    display: inline-block;
}

.offresCoffres {
    font-size: 1.3rem;
    border: 1px solid;
    border-radius: 5px;
    padding: 10px;
    display:block;
    clear: both;
    width: 55%;
    float: right;
}

.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;
        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: 50%;
    transform: translateX(-50%);
}

.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 {
    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;
        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;
    }
    /* List */
    .list {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }
    .list .list-item {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .list img {
        display: block;
    }
}

@media screen and (max-width: 740px) {
    .popin-view-magasin, .popin-view-magasin.tablette{ display:none; }
    .content-bandeau p{ font-size:1.4rem;}
    .content-bandeau p.title{ font-size: 2rem;}
    .bandeau{ max-height:110px; margin-top: 10px;}
    .bandeau .img{height: 110px;}
    .proposition .product-image .vignette{ right: -6px; }
    .product-top-offre.title-offre-avantage img, .product-top-offre.title-offre-affaires img, .product-top-offre.title-offre-tiers img,
    .product-top-offre.title-offre-nouveaute img, .product-top-offre.title-offre-solde img,.product-top-offre.title-offre-promo img{ width: 80px; }
}
.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;
}
.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;
}

/***Discount **/
.discount {
    border: 1px solid #dfdfdf;
    padding: 10px 20px;
    display: inline-block;
    width: 92%;
    margin-top: 0px;
}

@media only screen and (max-width: 1024px) {
   .discount {
        width: 93% ;
    }
}

@media only screen and (max-width: 850px) {
     .discount {
        width: 92% ;
    }
}



label.coupon_code {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.3rem;
    margin-right: 15px;
    float: left;
    font-family: 'GothamHTF Book', sans-serif;
    line-height: 33px;
    color:#000000;
}

.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%;
}

/* 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", sans-serif;
    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) {

    .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;
    }

    .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%;
    }

    .discount .buttons-set .coupon-btn.cancel {
        margin-left: 4%;
        margin-top: -12px;
    }

    .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, .new-customer {
        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: 10px;
        display: block;
        clear: both;
    }

    .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', sans-serif;
        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;
    }

    .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', sans-serif;
        font-size: 2.4rem;
    }

    .checkout-cart-index .discount_checkout .a-left sup {
        font-family: 'GothamHTF Bold', sans-serif;
        font-size: 95%;
    }

    .checkout-cart-index .discount_checkout span.name_rule_checkout {
        font-family: "GothamHTF Light", sans-serif;
    }

    .checkout-cart-index .discount_checkout .a-right {
        padding-right: 10px;
        color: #be2c00 !important;
    }

    .tooltip span.applied {
        color: #be2c00;
        font-weight: bold;
    }

    /* List */
    .list {
        margin-top: 30px;
        margin-bottom: 30px;
        text-align: center;
    }

    .list .list-item {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .list img {
        display: block;
    }

}

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

    .content-bandeau p {
        font-size: 1.4rem;
    }

    .content-bandeau p.title {
        font-size: 2rem;
    }

    .bandeau {
        max-height: 110px;
        margin-top: 10px;
    }

    .bandeau .img {
        height: 110px;
    }

    .proposition .product-image .vignette {
        right: -6px;
    }

    .product-top-offre.title-offre-avantage img, .product-top-offre.title-offre-affaires img, .product-top-offre.title-offre-tiers img,
    .product-top-offre.title-offre-nouveaute img, .product-top-offre.title-offre-solde img, .product-top-offre.title-offre-promo img {
        width: 80px;
    }
}

.no-scroll {
    overflow: hidden;
}

/* 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;
}

#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', sans-serif;
    font-size: 2.4rem;
}

.checkout-cart-index .discount_checkout .a-left sup {
    font-family: 'GothamHTF Bold', sans-serif;
    font-size: 95%;
}

.checkout-cart-index .discount_checkout span.name_rule_checkout {
    font-family: "GothamHTF Light", sans-serif;
}

.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: 911px) {
    .footer-container .topfooter .main-container.desktop {
        display: none;
    }

    .footer-container .topfooter .main-container.mobile {
        display: block;
    }
}

@media screen and (max-width: 911px) and (min-width: 670px) {
    .footer-container .topfooter .main-container.mobile ul li {
        flex: 1 1 33%;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #cccccc;
    }

    footer .topfooter ul li a {
        height: 125px;
    }
}

@media screen and (max-width: 669px) {
    .footer-container .topfooter .main-container.mobile ul li {
        flex: 1 1 49%;
        padding-left: 0;
        padding-right: 0;
        border: 1px solid #cccccc;
    }

    .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: 10px;
    }

    .footer-container .topfooter .main-container.mobile .livraison img {
        margin-right: 11px;
    }
}


.picto-offre-product img {
    max-width: 80px;
    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;
}

.catalogsearch-result-index h2 em {
    margin-left: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.catalogsearch-result-index h2 em a {
    color: #00421c;
}

.catalogsearch-result-index .wrapper {
    overflow: unset;
}


@media screen and (max-width: 640px) {
    .cart span .btn-proceed-checkout-cgv {
        display: block;
        padding-bottom: 3px;
    }

}

@media screen and (max-width: 425px) {
    .cart fieldset .bottom-page,
    .cart fieldset .bottom-page.btn-proceed-checkout {
        float: none;
        display: block;
        margin: 0 auto 10px auto;
    }
}

.checkout-cart-cgv {
    font-size: 12px;
    margin-bottom: 10px;
    float: right;
}

@media screen and (max-width: 425px) {
    .checkout-cart-cgv {
        margin-left: 25px;
        margin-right: 25px;
        clear: both;
    }
}

/** Ajout Pol **/
#checkoutSteps {

}

.not_lad #checkout-step-billing{
    border-top:1px solid #cdcdcd;
    border-bottom:1px solid #cdcdcd;
}

.checkout-onepage-index .offre-carte-fidelite {
    background-color: white;
}


.checkout-onepage-index .order-review.right {
    width: 34%;
    padding: 0;
}


.checkout-onepage-index .lad #shipping-method-single-mode {
    margin-left: 0;
}


#shipping-method-single-mode .checkout-item .open-checkout-item {
    padding: 18px 25px 18px 20px;
}

#payment_onepage_container .checkout-item .open-checkout-item{
    position:relative;
    padding: 0;
    height: 100%;
    box-sizing: border-box;
}

.checkout-onepage-index .lad .cart {
    padding-left: 10px;
    padding-right: 5px;
}

div.shipping-country-id{
    text-align: justify;
}

div.shipping-country-id:after {
    content: "";
    width: 100%;
    display: inline-block;
    text-align: justify;
}

.checkout-onepage-index .checkout-item.flag-item *{
    cursor:pointer;
}

.checkout-onepage-index .checkout-item.flag-item {
    padding: 4px 10px 5px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    height: 45px;
    width:33%;
    display:inline-block;
    box-sizing:border-box;
}

.stretch {
    width: 100%;
    display: inline-block;
    font-size: 0;
    line-height: 0
}
.checkout-onepage-index .checkout-item.flag-item .open-checkout-item {
    display: table;
    font-size: 14px;
    width: 100%;
    height:100%
}

.checkout-onepage-index .checkout-item.flag-item .open-checkout-item > * {
    display: table-cell;
    vertical-align: middle;
    height:100%;
}

.checkout-onepage-index .checkout-item.flag-item .open-checkout-item .item-name {
    max-width:0 ;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout-onepage-index .lad .cart.tunnel1 input {
    width: auto;
}
.checkout-onepage-index .lad.login .cart.tunnel1 input{
    width:100%;
}


.checkout-onepage-index .checkout-item.flag-item .item-image {
    padding: 2px 10px 0 10px
}
.checkout-onepage-index .checkout-item.flag-item .item-image .flag {
    zoom: 0.6;
    -moz-transform: scale(0.6);
}


.checkout-onepage-index .checkout-item.flag-item .custom-radio {
    height: 100%;
    width: auto;
    padding: 2px 10px 0 10px;
}
.checkout-onepage-index .checkout-item.flag-item .item-name {
    width: 80%;
    height: 100%;
}

.empty_uncomplete_address {
    text-align:center;
    font-weight:bold;
    padding:0 60px 0 20px
}
.lad #co-shipping-method-form, .lad #co-billing-form{ border-top: 1px solid #cdcdcd;  border-bottom: 1px solid #cdcdcd;  margin-top:12px;}
.not_lad #opc-billing{margin-top:13px;}
.lad #co-shipping-form{ border-bottom:  1px solid #cdcdcd;}
.lad .offre-carte-fidelite{
    background:white;
    padding:10px 70px;
    display:table;
    border-bottom: 1px solid #cdcdcd;
    position: relative;
}
#co-shipping-method-form .offre-carte-fidelite{
    padding:10px 0px 10px 20px;
    width:97.8%;
}
#co-shipping-method-form .buy_cart{ width:29%; }
.checkout-cart-index .offre-carte-fidelite{
    background:white;
    display:table;
    border: 1px solid #cdcdcd;
    width:97.5%;
    margin-left:0px;
    padding: 5px 5px 5px 20px;
}
.checkout-cart-index .offre-carte-fidelite strong{font-family: "GothamHTF Bold", sans-serif; font-weight: 100; }
.buy_cart{ display: inline-block; float:right; position: relative; width:28%; }
.buy_cart .href_carte{ color:#000000; font-family: "GothamHTF Bold", sans-serif;}
.buy_cart .href_carte .info_carte{ padding-left: 10px; }
.buy_cart .href_carte img{ position: absolute; top:-1px; width:48px; }
.buy_cart .href_carte .txt-cart{
    padding-left:55px;
    display: inline-block;
    text-decoration: underline;
    font-size:1.18rem;
    padding-top:7px;
}
.info_carte .infobulle{ padding-left:4px; position:absolute; margin-top: -3px; }
.lad .offre-carte-fidelite .image, .checkout-cart-index .offre-carte-fidelite .image{
    padding: 0;
    display:table-cell;
    vertical-align:middle;
}

.lad .offre-carte-fidelite .message, .checkout-cart-index .offre-carte-fidelite .message{
    display:table-cell;
    vertical-align:middle;
}

.offre-carte-fidelite .shipping-txt{ width:67%; float:left; padding-left:10px; padding-top:6px;}

.checkout-onepage-index .lad #co-shipping-form .cart.formulaire, #co-billing-form .cart.formulaire,
.lad #co-shipping-method-form .cart.formulaire, #co-payment-form .cart.formulaire, .not_lad #review-buttons-container {
    padding: 20px 70px;
    margin-bottom: 10px;
}


.checkout-onepage-index .checkout-item.flag-item .item-image {
    width: 20%;
}


.checkout-onepage-index .checkout-item.flag-item .open-checkout-item .radio.shipping-method {
    vertical-align: middle;
}


.checkout-onepage-index .col7 {
    width: 70%;
}

#shipping-method-single-mode .checkout-item .open-checkout-item, #payment_onepage_container .checkout-item .open-checkout-item {
    display: table;
    font-size: 14px;
}


/* DEBUT AJOUT POL - ETAPE 3 */

.checkout-onepage-index .lad .checkout-item.flag-item .item-image {
    padding: 0
}

.checkout-onepage-index .order-review .cart.lad fieldset table .cart-price {
    font-size: 1.6rem;
}

.checkout-onepage-index .order-review .cart.lad h3 {
    margin: 0;
}

.checkout-onepage-index .order-review .cart.lad fieldset table tr td {
    padding: 5px 10px;
}

.checkout-onepage-index .cart.lad fieldset table.inner_table tr {
    border: none;
}

.checkout-onepage-index .lad .product-info h2, .lad .product-info h2 {
    font-size: 1.2em;
    width:80%;
}

.checkout-onepage-index .order-review .cart.lad fieldset table{

    border-spacing:10px;
    border:1px solid #cdcdcd;
}

.checkout-onepage-index .order-review .cart.lad fieldset #checkout-review-table-wrapper table,
.checkout-onepage-index .order-review .cart.lad fieldset #checkout-review-table-wrapper table#shopping-cart-totals-table
{
    border-collapse: separate;
    border-spacing:0 10px;
    border:none;
}

.checkout-onepage-index .order-review .cart.lad fieldset table#shopping-cart-totals-table, #checkout-review-load .rap-summary {
    border-collapse: separate;
    border-spacing: 0;
    border:none;
}
#checkout-review-table-wrapper{
    overflow-y: auto;
    max-height: 265px;
    overflow-x: hidden;
}
.checkout-onepage-index .lad .details > .price-container, .lad .details > .qty{
    font-size:1.2rem;
    text-transform: uppercase;
}
.checkout-onepage-index .lad .details > .price-container{
    float:right;
}

.checkout-onepage-index .cart #main_cart_totals td {
    padding: 3px 10px;
}


.opc.onepage{
    width:74%;
}
.opc.login{
    width:100%;
}

.checkout-onepage-index #shopping-cart-totals-table {
    border-top: 0px solid #dfdfdf;
}


.checkout-onepage-index .order-review.sidebar .cart.recap_mobile {
    background-color: #EEEEEE;
    border:1px solid #cdcdcd;
    border-left:none;
}


.checkout-onepage-index .cart.formulaire h3 {
    margin-bottom: 15px;
}
.checkout-onepage-index .cart.formulaire .title-paiement { display:inline-block; width:100%; }
.checkout-onepage-index .cart.formulaire .title-paiement h3,.creneaux h3{ margin-right:10px; float:left; }
.title-paiement .logo-cb{ margin-top:-5px;}
.title-paiement .logo-cb img{ height:30px; }

.checkout-onepage-index  .product-name{
    font-family: "GothamHTF Light",sans-serif;
    font-weight:100;
    max-width:250px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
}

.checkout-onepage-index .product-info {
    padding-left: 10px;
}

.checkout-onepage-index .address-container {
    display: table;
}

.checkout-onepage-index .address-container .input-box,  #payment_onepage_container .methods-paiement .input-box {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    padding:0 5px 0 20px;
}

#payment_onepage_container .methods-paiement .input-box {
    padding: 7px 5px 0 20px;
    vertical-align: top;

}
#payment_onepage_container .checkout-item .open-checkout-item{
    padding-top:13px;
    width: 100%;
}

.open-checkout-item .item-div.payzen_standard, .open-checkout-item .item-div.payzen_multi{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 44px;
}

.checkout-onepage-index .address-name, #payment_onepage_container .methods-paiement .item-name{
    padding-left: 15px;
    width: 100%;
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin-left: 10px;
}

.open-checkout-item .item-name.payzen_standard {
    padding-top: 0px;
    padding-left: 55px !important;
    width: 317px !important;
    height: 44px;
}

.open-checkout-item .item-name.payzen_multi {
    padding-top: 0px;
    padding-left: 55px !important;
    width: 370px !important;
    height: 44px;
}

.open-checkout-item .item-name.payzen_multi{

}
.checkout-onepage-index .lad .cart.formulaire ul.form-list:after  {
    content: "";
    width: 100%;
    display: inline-block;
}

.lad #co-shipping-method-form  .cart.tunnel1.formulaire.shipping-method.borderbox{
    padding-top:0;
}

.checkout-onepage-index .cart.formulaire .form-list li.address-customer, li#new-billing-address-li {
    width: 48%;
    margin:0 5px 5px 0;
    display: inline-block;
    height:11rem;
    position: relative;
}
li.address-customer .flag,address .flag{
    zoom: 0.4;
    -moz-transform: scale(0.4);
    line-height:1.4rem;
    vertical-align: middle;
    margin-top: -3px;
}
.label-tel{ display: inline-block; margin-top: 0px;}

.lad .mod_shipping_address, .mod_address, .mod_billing_address {
    clear: initial;
    text-align: initial;
    font-size: 13px;
    margin: 0;
    display:block;
}

.mod_address{
    position:absolute;top:4px;right:10px;
}

.lad #co-shipping-form ul.form-list, #checkout-step-billing ul.form-list{
    margin: 0;
    text-align:justify;
    width:100%;
}
.lad #co-shipping-form ul.form-list:after, #checkout-step-billing ul.form-list:after  {
    content: "";
    width: 100%;
    display: inline-block;
}

.checkout-onepage-index .cart.formulaire .form-list .address-container {
    padding: 0;
    height:100%;
    box-sizing: border-box;
}
.lad .address-container{
    margin:0;
}
#payment-buttons-container,#payzen_onepage_container,#review_onepage_container { background:#ffffff;}
#payment-buttons-container{ padding:0px 75px 20px; }
.checkout-onepage-index .order-review .cart.lad h3.recap{
    padding-left:10px;
    margin-top:15px;
}
.lad .cart-collaterals{
    padding-left:10px;
}
.address-name, #billing-new-address-label{
    font-size:1.3rem;
}
.checkout-onepage-index .add-address {
    margin-left: 0;
    margin-top:-10px;
}


.checkout-onepage-index .address-container input[type="radio"] {
    width: auto;
}

.checkout-onepage-index .address-container {
    width: auto;
}

.checkout-onepage-index .mod_address {
    margin-left: 0;
    margin-top: 0;
    margin-right: 3px;
}


.checkout-onepage-index .order-review.col-right.col3.sidebar {
    display: inline-block;
    padding: 0;
    width: 26%;
    padding-top:30px;
}

.checkout-onepage-index .cart h3, .order-review .cart.lad h3 {
    font-size: 16px;
    font-weight: 100;
}


/* cacher le menu de catégorie sur le tunnel */
.checkout-onepage-index .header-container > .main-container {
    display: none;
}

.checkout-onepage-index .offre-carte-fidelite {
    margin-left: 0;
}

.lad .cart.tunnel1 .buttons-set{
    margin-top:10px;
}


.lad .add-address{
    margin:0;
    padding : 0 10px 0 43px
}

.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 {
    margin-bottom:1px;
}


.lad .open-checkout-item {
    display: table;
    height:42px;
    box-sizing: border-box;
}
.lad #co-shipping-method-form .cart.formulaire.shipping-country, .not_lad #co-billing-form .formulaire{
    padding-bottom: 0;
}



.lad #shipping-method-single-mode .checkout-item{
    padding: 5px 10px 5px 10px;
    display: inline-block;
    height:45px;
    width:100%;
    text-align:initial;
    box-sizing: border-box;
}

.lad #shipping-method-single-mode .checkout-item .open-checkout-item{
    width:100%;
    height:100%;
    padding:0;
}

.lad #shipping-method-single-mode .checkout-item .open-checkout-item > *
{
    display:table-cell;
    vertical-align: middle;
    height:100%;
    width:4%;
}

.lad .checkout-item .open-checkout-item .item-image{
    padding-top: 5px;
}
.loading .please-wait.new{
    display:block;
}
.please-wait.new{
    display:none;
}

.please-wait.new{
    position:relative;
}

.please-wait.new img{
    position:absolute;top:0;right:0;
}

.lad #shipping-method-single-mode .checkout-item .custom-radio{
    float:initial;
    padding: 0 10px 0 10px;
    width:40px;
}
.lad #shipping-method-single-mode{
    width:100%;
}

.lad #shipping-method-single-mode .checkout-item .open-checkout-item .item-name{
    width:50%;
    float:initial;
    padding:0;
}
.lad #shipping-method-single-mode .checkout-item .open-checkout-item .infos{
    width:15%;
    padding-top:3px;
}


.lad #shipping-method-single-mode .checkout-item .item-price{
    font-size: 15px;
    text-align: right;
    margin-top:initial;
    padding-right:15px;
}


.mod_shipping_address, .mod_address, .mod_billing_address{

}

.cart .please-wait{
    padding-top:0;

}

.lad #shipping-method-single-mode .checkout-item .item-price{
    float:initial;
}





.cart #main_cart_totals td{
    font-family: "GothamHTF Light", sans-serif;
    font-weight: 100;
    font-size:1.2rem;
    /*text-transform: uppercase;*/
}

.cart #main_cart_totals tr.review_discount td.review_discount{
    text-transform: uppercase;
    font-size:1.2rem;
}


#shopping-cart-totals-table .total-recap-big{
    font-size: 1.4rem !important;
    font-weight: 100 !important;
    border-left: 1px solid black;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    font-family: "GothamHTF bold", sans-serif !important;
}

#shopping-cart-totals-table .total-recap-big.a-right{
    border-left: none;
    border-top: 1px solid black;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
}

#shopping-cart-totals-table .a-right{ text-align: right;}

.cart #main_cart_totals tr.review_discount td.total_discount{
    font-size: 1.2rem !important;
    font-weight: 100 !important;
    color:black;
}

.checkout-review-address-wrapper{
    font-size:1.2rem;
    padding: 0 0 20px;
}

.checkout-onepage-index #shopping-cart-totals-table
{
    border:none;
}
.cart #main_cart_totals .fraisResaPrice{
    color:black;
}

.mobile_recap_opener, .cart.recap_mobile{
    display:none;
}

.cart.recap{
    background: #EEEEEE;
    margin-top:13px;
    margin-bottom:0px;
}
.cart.recap.lad{
    margin-top: 0px;
    overflow: auto;
    height:100%;
    padding:0 15px;
    max-width:310px;
}
.flex-onepage{ display:flex; align-items: stretch; justify-content: center; }
.checkout-onepage-index.checkout-customer-login .flex-onepage{ display:block;}
@media screen and (max-width: 1024px) {
    .title_desktop{ display: none; }
    .cart.recap.lad{ max-width:100%;}
    .checkout-cart-index .offre-carte-fidelite{ width:97%; }
    .flex-onepage{ display:block;}
    .buy_cart{width: 42%; float:unset; clear:unset; margin-top:17px; }
    .lad .offre-carte-fidelite .message, .checkout-cart-index .offre-carte-fidelite .message{ display: flex; }
    .lad .offre-carte-fidelite .image, .checkout-cart-index .offre-carte-fidelite .image{ width:9%; }
    .offre-carte-fidelite .txt-clt-carte{ display: block; clear:both; }
    .offre-carte-fidelite .shipping-txt{ width:85%; position: relative; padding-top:10px;}
    .offre-carte-fidelite .info_carte .infobulle{ left:270px; top:26px; }

    .checkout-onepage-index .checkout-item.flag-item{
        width:100%;
        margin:0 0 7px 0;
    }
    .opc.onepage{width:100%;}


    .checkout-onepage-index .order-review.col-right.col3.sidebar {
        width:100%;
        box-sizing:border-box;
        padding: 0px;
    }

    .checkout-onepage-index .lad #co-shipping-form .cart.formulaire, .lad #co-billing-form .cart.formulaire,
    .lad #co-shipping-method-form .cart.formulaire, #co-payment-form .cart.formulaire,
    .not_lad #co-billing-form .cart.formulaire, .creneaux, .documents
    {
        padding: 0 10px;
    }


    .mobile_recap_opener.closed {
        background: #EEEEEE;
    }
    .mobile_recap_opener {
        display: block;
        text-align: center;
        font-family: 'GothamHTF Bold',sans-serif;
        font-size: 14px;
        text-transform: uppercase;
        cursor: pointer;
        padding: 5px 0 10px;

    }
    .mobile_recap_opener .view_detail {
        text-decoration: underline;
        text-transform: initial;
    }

    .cart.recap_mobile {
        display: block;
        width:96%;
    }
    .cart.recap.closed, .cart.recap_mobile.closed {
        display: none;
        box-shadow: inset 0px -11px 8px -10px black;
    }
    .checkout-onepage-index .recap_mobile #shopping-cart-totals-table{ width:100%; }
    .view_detail.cache.closed, .view_detail.view.closed{ display: none;}
}


@media screen and (max-width: 768px) {
    .checkout-cart-index .offre-carte-fidelite{ width:96%; }
    .buy_cart{width: 42%; float:unset; clear:unset; margin-top:17px; }
    .lad .offre-carte-fidelite .message, .checkout-cart-index .offre-carte-fidelite .message{ display: flex; }
    .lad .offre-carte-fidelite .image, .checkout-cart-index .offre-carte-fidelite .image{ width:9%; }
    .offre-carte-fidelite .txt-clt-carte{ display: block; clear:both; }
    .offre-carte-fidelite .shipping-txt{ width:58%; position: relative; padding-top:10px;}
}

@media screen and (max-width: 740px) {
    .cart.recap_mobile{display:block;}

    .lad .item-image{
        margin-left:40px;
    }
    .lad #shipping-method-single-mode .checkout-item .open-checkout-item > *{
        display: inline-block;
        height:auto;
        float:left;
    }

    .lad #shipping-method-single-mode .checkout-item{
        height:auto;
    }
    .left.link-simple.button.btn-continue{
        text-align:center;
        width:100%;
        margin:0 0 15px 0;
    }

    .mobile_recap_opener{
        display:block;
        text-align:center;
        font-family: 'GothamHTF Bold',sans-serif;
        text-transform:uppercase;
        cursor: pointer;
        padding:5px 0 10px;
    }
    .checkout-onepage-index .order-review .cart.lad h3.recap{
        display:none;
    }
    .checkout-onepage-index .cart.formulaire h3{ padding-top:5px; padding-left:0px;}


    .cart.recap_mobile{
        padding-left:10px;
        overflow-y: hidden;  transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        margin:0;
        transition: all .3s ease-out;
        background : #EEEEEE;
    }

    .cart.recap_mobile #shopping-cart-totals-table{width:100%;}
    .cart.recap{
        overflow-y: hidden;
        max-height: 600px; /* approximate max height */
        transition-property: all;
        transition-duration: .5s;
        transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
        padding:0;
        margin:0;
        transition: all .3s ease-out;
        background: #EEEEEE;
    }

    .cart.recap.no_lad{max-height:840px;}

    .cart.recap.closed, .cart.recap_mobile.closed{
        display: none;
        box-shadow: inset 0px -11px 8px -10px black;
    }
    /*.checkout-onepage-index .order-review.col-right.col3.sidebar {
        box-shadow: inset 0px -11px 8px -10px black;
    }*/


    .lad #shipping-method-single-mode .checkout-item .open-checkout-item .item-name{
        width:88%;
    }

    .lad #shipping-method-single-mode .checkout-item .custom-radio{
        width:10%;
    }




    span.recap{
        font-size:14px;
    }

    .lad.cart.tunnel1.buttons-set{
        margin:0;
    }

    .opc.lad.col7.left, .opc.not_lad{
        width:100%;
    }

    .checkout-onepage-index .order-review.col-right.col3.sidebar {
        width:100%;
        box-sizing:border-box;
        padding: 0px;
    }

    .checkout-onepage-index .lad #co-shipping-form .cart.formulaire, .lad #co-billing-form .cart.formulaire,
    .lad #co-shipping-method-form .cart.formulaire, #co-payment-form .cart.formulaire,
    .not_lad #co-billing-form .cart.formulaire, .creneaux, .documents
    {
        padding: 0 10px;
    }


    .documents ul li{ width:calc(35% - 10px); }
    .lad .offre-carte-fidelite{
        padding: 10px;
    }

    .checkout-onepage-index .lad #co-shipping-form .cart.formulaire{
        margin-bottom: 30px;
    }


}
.checkout-onepage-index.onepage-customer .opc.lad.col7.left, .checkout-onepage-index.onepage-customer .opc.not_lad{ width: 100%;}
.checkout-onepage-index.onepage-customer .return-cart{ display:none; }
.checkout-onepage-index.onepage-customer .cart{ margin-bottom:0px; }

.view_detail_desktop{ font-size: 14px; font-family: "GothamHTF bold", sans-serif; padding-left: 11px; text-decoration:underline; text-transform:initial; cursor:pointer;}
.view_detail_desktop.cache.closed, .view_detail_desktop.view.closed, .checkout-review-table-wrapper.closed{ display: none;}


@media screen and (max-width: 1024px) {
    #co-shipping-method-form .buy_cart{width:39%;}
    .lad #shipping-method-single-mode .checkout-item .open-checkout-item .infos{ padding-right:20px;}

    .subnav-page .cd-dropdown-wrapper .cd-dropdown-content li {
        color:  #111;
        font-size: 1.2rem;
    }

}
@media screen and (max-width: 740px) {
    #checkout-review-load .checkout-review-address-wrapper{ padding-left:10px;}
    #checkout-review-table-wrapper{ padding-left: 5px; }
    #shipping-method-single-mode .checkout-item .open-checkout-item{position:relative;}
    #shipping-method-single-mode .checkout-item{ padding:8px 15px; }
    #shipping-method-single-mode .checkout-item .item-image { }
    .lad #shipping-method-single-mode .checkout-item .open-checkout-item .item-image{ position: absolute; top:-5px; left:-15px;  }
    .lad #shipping-method-single-mode .checkout-item .open-checkout-item .item-name{ display: block; clear:both; padding-top:5px;}
    .lad #shipping-method-single-mode .checkout-item .open-checkout-item .infos{  position: absolute; right: 0; bottom: -6px;  width: auto; }
    .lad #shipping-method-single-mode .checkout-item .item-price{  position: absolute; top:0; right:35px;}
    .checkout-onepage-index .order-review.sidebar .cart.recap_mobile{ margin-top:0px; }
    .mobile_recap_opener.closed{ background:#EEEEEE; padding-top:10px;}
    .mobile_recap_opener .view_detail{ text-decoration:underline; text-transform:initial; }
}

@media only screen and (max-width: 668px){
    .checkout-cart-index .offre-carte-fidelite{ width:96%; }
    .buy_cart{width: 42%; float:unset; clear:unset; margin-top:17px; }
    .lad .offre-carte-fidelite .message, .checkout-cart-index .offre-carte-fidelite .message{ display: flex; }
    .lad .offre-carte-fidelite .image, .checkout-cart-index .offre-carte-fidelite .image{ width:9%; }
    .offre-carte-fidelite .txt-clt-carte{ display: block; clear:both; }
    .offre-carte-fidelite .shipping-txt{ width:100%; position: relative; padding-top:10px;}
    .offre-carte-fidelite .info_carte .infobulle {
        position:unset;
        padding-left:2px;
        display: inline-block;
    }
    #co-shipping-method-form .buy_cart{ width:85%; }
    .item-image img.calberson{ height:22px;}
    .cart.recap.lad{ margin-top: 0px; min-width:100%;}
    .cart.recap.lad fieldset{padding:0px;}
    #checkout-review-load { margin-bottom:0px;}
    .lad .cart-collaterals{
        padding-left:5px;
    }
    .lad .add-address{ margin:0 0 15px;}
    .checkout-onepage-index .checkout-item.flag-item .open-checkout-item .item-name span{
        top: 0px;
        display: inline-block;
        position: relative;
    }
    .checkout-onepage-index .address-name, #payment_onepage_container .methods-paiement .item-name{ width:80%; margin-left:0px; padding-left: 10px; }
    .checkout-onepage-index .address-container .input-box, #payment_onepage_container .methods-paiement .input-box{ width:8%;}
    .lad #co-shipping-form ul.form-list, #checkout-step-billing ul.form-list{ width:100%; }
    .checkout-onepage-index .checkout-item.flag-item .item-image .flag{ top:3px; position: relative; display: inline-block; }
    .checkout-onepage-index .cart.formulaire .form-list li.address-customer, #payment_onepage_container .checkout-item, li#new-billing-address-li{ margin:0px 0px 5px 0px; width:100%; float:left; }
    .documents.lad{
        height: auto;
        width:93%;
    }

    .view_detail_desktop{ display: none;}
}

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

    .buy_cart .href_carte img{display: none;}
    #co-shipping-method-form .buy_cart{ width:90%; }
    #co-shipping-method-form .offre-carte-fidelite{ width:93%; }
    .offre-carte-fidelite .image img{width:30px;}
    .buy_cart .href_carte .txt-cart, #checkout-review-load .cart h3{padding-left:0px;}
    .lad .offre-carte-fidelite .message, .checkout-cart-index .offre-carte-fidelite .message {
        display: table-cell;
        vertical-align: middle;
        padding-left:10px;
    }


    .info_carte .infobulle{ margin-top:0px; }
    .offre-carte-fidelite .shipping-txt {
        width: 96%;
    }

    .buy_cart {
        width: 95%;
        padding-top: 0;
        margin : 5px 0;
    }
    .offre-carte-fidelite .info_carte .infobulle {
        position:unset;
        padding-left:2px;
        display: inline-block;
    }
    #checkout-step-shipping .offre-carte-fidelite .info_carte .infobulle{
       position:unset;
        padding-left:2px;
        display: inline-block;
    }

    .title-paiement .logo-cb{ margin-top:1px;}
}

.cms-index-index .std{ margin-top:-4px; }
#checkout-review-table-wrapper{scrollbar-color: #555555 #F5F5F5; scrollbar-width: thin;}
#checkout-review-table-wrapper::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#checkout-review-table-wrapper::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#checkout-review-table-wrapper::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

#co-cart-form-please-wait, #co-cart-form-please-wait-bottom {
    display: none;
    clear: both;
    margin: 10px;
}

.cms-index-index .std{ margin-top:-4px; }

#checkout-review-address-wrapper-shipping .info-label strong{font-family: "GothamHTF Light", sans-serif; }

#checkout-review-load .invalid h3{
    color:grey;
}

#checkout-review-load .invalid{
    color:grey;
}


/*
Supported browsers banner
*/

.supported_browsers_background {
    position: absolute;
    width: 100vw;
    height: 100vh;
    z-index: 9998;
    background-color: rgba(0,0,0, 0.7);
}

.supported_browsers_content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9999;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    text-align: center;
}
.supported_browsers_content .title {
    font-size: 17px;
}
.supported_browsers_content .content {
    font-size: 14px;
}
.product-view{
    position: relative;
}
#ancre-avis{ cursor:pointer; }
/*Breadcrumbs fiche produit**/
.breadcrumbs div.back-product {
    float:left;
    width:7%;
    border:1px solid #cdcdcd;
    padding:5px 7px;
    margin-right:10px;
    cursor: pointer;
}
.breadcrumbs div.back-product a {
    position: relative;
    color: #111111;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    padding-left:20px;
}
.breadcrumbs div.back-product a:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-right: 0px;
    border-top: 0px;
    transform: rotate(40deg);
    left: 0;
    top:1px;
}

#contactform .photoMag, #contactform .infoMag{ width:50%; float: left; }
#contactform .infoMag{ padding-left:15px; }

.catalog-product-view .breadcrumbs ul{
    float: left;
    width: 85%;
    padding-top:7px;
}

/**Galerie photo**/
.img-secondaire{
    width:14%;
}
.content-slider-img{
    width:83%;
}

.img-secondaire #gal1{
    text-align: center;
}
.img-secondaire #gal1 img{
    border:1px solid #cdcdcd;
}
.img-secondaire #gal1 img:hover{
    border:1px solid #000000;
}

/**Picto Offre **/
#product-top-offre-js
{
    position: absolute;
    top:30px;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    z-index: 1000;
    left:17%;
}

.upsell-toptap-picto .product-top-offre-js{
    left:0% !important;
    position: absolute;
    top:30px;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    text-transform: uppercase;
    z-index: 1000;
}
#product-top-offre-js .bestseller.double{
    left:0%;
    top:35px;
    position: absolute;
    width: 120px;
}

/**avis produit **/
.resumer-rating{
    margin-bottom: 5px;
}
.resumer-rating .txt-rating{
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    padding:3px 10px;
    display: inline-block;
    color: #8e86a5;
    text-decoration: underline;
    cursor: pointer;
}
.resumer-rating .txt-rating .link-avis{
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    padding:0;
    display: inline-block;
    color: #8e86a5;
    cursor:pointer;
}

/**qty et stock**/
.block-dispo{
    display: inline-block;
    width:100%;
}

.product-view .sod_select {
    font-family: "GothamHTF Light", sans-serif;
    border: 1px solid #cdcdcd;
    background: white;
    width: 98%;
}

.product-essential .content-next-product #fp-axe {
    margin-bottom: 15px;
    position: relative;
}
.product-essential .content-next-product #fp-axe #error-no-choice-conf {
    position: absolute;
    bottom:-7px;
    font-family: "GothamHTF Light", sans-serif;
}
.catalog-product-view .sod_select{
    padding:17px 15px;
    width:100%;
    cursor: pointer;
}
#fp-qty{
    border:1px solid #cdcdcd;
    padding:1px 5px;
    float: left;
    width:32%;
    margin-right:2%;
}
#fp-showstock-ajax, #stock-box{
    float: left;
    width: 61%;
}
.product-essential #fp-qty #div-qty {
    display: inline-block;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 2.0rem;
    color: #111111;
    vertical-align: middle;
}
.product-essential #fp-qty #qty {
    width: 45px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.6rem;
}
.product-essential #fp-qty .less, .product-essential #fp-qty .more {
    vertical-align: middle;
    display: inline-block;
    font-family: "GothamHTF Light", sans-serif;
    color: #111111;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    padding: 2px 10px;
    cursor: pointer;
    font-size: 2.0rem;
    margin-top: 1px;
    font-weight: 600;
}

#fp-showstock-ajax .txt-configurable-stock{
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    margin-top: 15px;
    display: inline-block;
}

/**stock**/

.stock-magasin, .stock-no-dispo, .stock-dispo-soon, .stock_middle { margin-top:10px; }
.no-stock .stock-no-dispo span {
    padding-left: 22px;
    position: relative;
    font-family: "GothamHTF Light", sans-serif;
    color: #ff821e;
    font-weight: 600;
    font-size: 1.4rem;
    margin-right: 15px;

}
.no-stock .stock-no-dispo span:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #ff821e;
}
.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', sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 2px solid #d26e00;
    text-transform: uppercase;
    text-decoration: inherit;
    border-radius: 5px;
    display: inline-block;
    color: #ffffff;
    background: #d26e00;
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.no-stock .reservation .link-simple.greycolor{
    background: #eeeeee;
    border-color: #dddddd;
    color: #000000;
}
.no-stock .reservation .link-simple.greycolor:hover {
    background: #dddddd;
    color: #000000;
}

.stock-dispo-soon span:first-child {
    padding-left: 22px;
    position: relative;
    font-family: "GothamHTF Light", sans-serif;
    color: #c4792f;
    font-weight: 600;
    font-size: 1.4rem;
    margin-right: 15px;
}

.stock-magasin span:first-child {
    padding-left: 22px;
    position: relative;
    font-family: "GothamHTF Light", sans-serif;
    color: #D26E00;
    font-weight: 600;
    font-size: 1.4rem;
    margin-right: 15px;
}

.stock-dispo-soon span:first-child:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #c4792f;
}

.stock-magasin span:first-child:before {
    position: absolute;
    left: 0px;
    top: 1px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #D26E00;
}

.stock-dispo-soon .date-dispo{
    display: block;
    clear:both;
    color:#444444;
    font-size: 1.4rem;
    font-family: "GothamHTF Light", sans-serif;
}
/** Critéres produit **/
.product-essential .critere3 a{
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.3rem;
    color:#8e86a5;
}


/*banniere opeco*/
.bandeau
{
    width: 100%;
    background: #CDCDCD;
    position: relative;
    display: block;
    cursor: pointer;
}
.bandeau .content-bandeau {
    width: 100%;
    display: inline-flex;
}
.bandeau .content-bandeau .txt-bandeau
{
    color: #111111;
    text-align: center;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.4rem;
    line-height: 3.5rem;
    margin: 0 auto;
}
.bandeau .content-bandeau .txt-bandeau strong
{
    font-family: "GothamHTF Bold", sans-serif;
    font-weight: 100;
}


/**info FP : Info LAD + contact + carte avantage  + coffres*/
.product-essential #fp-info-mid #label-contactez, .product-essential #fp-info-mid #bt-contactez {
    box-sizing: content-box;
    border:1px solid #cdcdcd;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 5px;
    padding:6px 31px 5px 15px;
    font-family: "GothamHTF Bold", sans-serif;
}
.info-lad{
    display: inline-block;
    width:100%;
    margin-top: 10px;
}
.info-fp, .offresCoffres{
    display: inline-block;
    width:96.5%;
    margin-top: 10px;
}

.offresCoffres {
    font-size: 1.2rem;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    padding: 10px 4px 10px 15px;
    display:block;
    clear: both;
    font-family: "GothamHTF Light", sans-serif;
    width:92%;
    float: left;
    margin-bottom: 10px;
}

.offresCoffres .title{
    font-family: "GothamHTF Bold", sans-serif;
}
.info-lad span{
    width:100%;
    display: block;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    line-height: 1.6rem;
    position: relative;
    padding-left: 17px;
}
.info-lad span:before{
    content:"\2713";
    color:#c27937;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    position:absolute;
    left:0;
}
.info-lad span.txt-armes:before{
    background:url('https://www.terreseteaux.fr/skin/frontend/te/default/img/truck_fp.png') no-repeat;
    background-size: 13px;
    content:"";
    padding-right:17px;
}
#carte-avantage {
    box-sizing: content-box;
    border: 1px solid #cdcdcd;
    font-size: 1.2rem;
    font-weight: 400;
    border-radius: 5px;
    padding: 5px 13px 4px 13px;
    font-family: "GothamHTF Bold", sans-serif;
    margin-left:5px;
}
#carte-avantage.retrait{
    margin-left:11px;
    padding: 5px 14px;
}
#carte-avantage-image img{
    width:51px;
    vertical-align: middle;
}
#carte-avantage .plus_fp_image {
    display: inline-block;
    vertical-align: middle;
}

#carte-avantage .plus_fp_text {
    display: inline-block;
    vertical-align: middle;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    color: #111111;
    max-width: 115px;
    margin-left: 20px;
}

#carte-avantage-text .content{
    font-family: "GothamHTF Light", sans-serif;
}
/**Affichage stock LAD sur retrait **/
.product-essential .reservation, .product-essential .reservation.no-commande {
    width:99%;
   padding: 10px 0px;
}

#product_stock_lad, #product_view_ofp, #js-tier-price
{
    display: block;
    clear:both;
    border-bottom:1px solid #e5e5e5;
    padding:3px 0px 3px 15px;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    width:93.8%;
}

#product_view_ofp{
    width:93.5%;
}

#block-tier-price{
    margin-top:10px;
    width: 96.8%;
}

#js-tier-price{
    width:96.8%;
    border-top:1px solid #e5e5e5;
    border-bottom:none;
}

#js-tier-price.retrait{
    width:96.8%;
}
#product_stock_lad.retrait, #product_view_ofp.retrait
{
    width: 93.5%;
}

#js-tier-price .content .content-qte{
    display: block;
    width: 100%;
}
.product-shop .fp-price-solde .price-box .price,
.product-shop .fp-price-affaires .price-box .price,
.categorie-item-fp-affaires .categorie-item-price .final.price,
.categorie-item-fp-solde .categorie-item-price .final.price {
    color: #FF821E;
}

.product-shop .special-price .price-box .price,
.product-shop .fp-price-promo .price-box .price,
.product-shop .fp-price-lancement .price-box .price
{
    color: #9cc200;
}
.product-shop .fp-price-avantage .price-box .price,
.product-shop .fp-price-tiers .price-box .price
{
    color:red;
}

.product-view .sod_select .sod_option:first-child{
    pointer-events: none;
}
#product_view_ofp{
    border-top:1px solid #e5e5e5;
    border-bottom:none;
}
#product_stock_lad{
    border-top:1px solid #e5e5e5;
    border-bottom:none;
}

.trait-bottom{ border-bottom:1px solid #e5e5e5 !important; }
#product_stock_lad .content, #product_view_ofp .content, #js-tier-price .content{
   height:0px;
    overflow: hidden;
}

#product_stock_lad .title, #product_view_ofp .title, #js-tier-price .title{
    position: relative;
    padding: 10px 0px 10px;
    cursor: pointer;
    font-size:1.2rem;
}
#js-tier-price .title{
    color:red;
}

 #js-tier-price .content .price-strong{
    color:red;
    font-family: "GothamHTF Bold", sans-serif;
     font-size: 1.3rem;
}

#product_stock_lad .title:before, #product_view_ofp .title:before, #js-tier-price .title:before
{
    position: absolute;
    top: 10px;
    right: 12px;
    content: '';
    width: 10px;
    height: 10px;
    border-left: 2px solid #000000;
    border-bottom: 2px solid #000000;
    border-right: 0px;
    border-top: 0px;
    transform: rotate(-45deg);
}

#product_stock_lad .content, #product_view_ofp .content, #js-tier-price .content
{
    margin-bottom:5px;
}
#product_view_ofp.retrait .title:before, #product_stock_lad.retrait .title:before, #js-tier-price.retrait .title:before {
    right: 22px;
}
/*
#js-tier-price .title::before{
    right: 13px;
}*/
#product_stock_lad .title.closed:before, #product_view_ofp .title.closed:before,  #js-tier-price .title.closed:before{
    top: 10px;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
    border-left: 0px;
    border-bottom: 0px;
    transform: rotate(-45deg);
}

#product_stock_lad .content .txt-stock{
    color:#019b26;
    position: relative;
    padding-left: 30px;
}
#product_stock_lad .content .txt-stock:before{
    position: absolute;
    left: 10px;
    top: 0px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: green;
}


.change_view_lad{
    background-color: #00421c;
    border-color: #00421c;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    padding: 5px 50px;
    color:#ffffff;
    text-decoration:inherit;
    -webkit-transition: all 200ms ease 0s;
    -moz-transition: all 200ms ease 0s;;
    -ms-transition: all 200ms ease 0s;
    -o-transition: all 200ms ease 0s;
    transition: all 200ms ease 0s;
    margin-left:20px;
    cursor: pointer;
    display: inline-block;
}

.change_view_lad:hover{
    opacity: 0.85;
}
.product-essential .product-shop .subdescription {
    clear: both;
    padding-top: 5px;
    letter-spacing: 0.5px;
}

.subdescription .txt-desktop, #bt-alertstock .txt-desktop { display: block; }
.subdescription .txt-mobile, #bt-alertstock .txt-mobile { display: none; }

/**Tooltip picto**/
.product-tag-picto{
    display: block;
    width: 100%;
    margin-top:10px;
    margin-left:15%;
}

.product-tag-picto ul.toptag-tooltip img{
    float: left;
}
.product-tag-picto ul.toptag-tooltip .title-picto{
    float: left;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.2rem;
    padding:0px 0px 0px 5px;

}

.product-tag-picto ul.toptag-tooltip .title-picto.middle{
    padding-top:4px;
}
ul.toptag-tooltip img {
    max-width: 25px;
}

.product-essential .toptag {
    position: relative; }
.product-essential .toptag ul {
    display: inline;
    margin: 0;
    position: relative;
    list-style: none;
    padding-left: 0px; }
.product-essential .toptag ul li {
    position: relative;
    margin-left: 15px;
    margin-right: 6px;
    list-style: none;
    float: left; }

/** Add whislist**/

.add_wishlist
{
    margin-top: 0px;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: inherit;
    display: inline-block;
    color: #ffffff;
    margin-right: 10px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    background:  url('https://www.terreseteaux.fr/skin/frontend/te/default/img/heart.png') no-repeat center/60% #dddddd;
    padding:16px 25px 12px;
}
.add_wishlist.grey_wishlist{
    background-color:#dddddd;
}
.add_wishlist.grey_wishlist:hover{
    background-color:#CCCCCC;
}

.add_wishlist.orange_wishlist{
    background-color:#d26e00;
}
.add_wishlist.orange_wishlist:hover{
    background-color:#b96100;
}

.add_wishlist:hover{
    background:  url('https://www.terreseteaux.fr/skin/frontend/te/default/img/heart.png') no-repeat center/60% #CCCCCC;
}

#bt-alertstock{
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    padding:3.5px 10px 3px;
    background: #dddddd;
    color: #000000;
    text-align: center;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    outline: none;
    margin-bottom: 0px;
}

#bt-alertstock:hover{
    background-color:#cccccc;
    border-color:#cccccc;
}
#bt-server-group, #btn-whislist, #btn-choose-magasin{
    display: inline-block;
    float:left
}
#bt-server-group, #btn-choose-magasin{ width:385px; }
#btn-whislist{
    margin-left: -1px;
}

.no-add-to-cart{
    float: left;
    width:14%;
}
.no-add-to-cart .add_wishlist{

    background-color:#d26e00;
    padding:16px 22px 12px;
}
.no-add-to-cart .add_wishlist:hover{

    background-color:#b96100;
}
/**addtocart**/

.addtocart {
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.4rem;
    font-weight: 200;
    padding:14px 0px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: inherit;
    display: inline-block;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    outline: none;
    background: #d26e00;
    color: white;
    cursor: pointer;
    margin:0px;
    width: 100%;
}

.addtocart:hover{
    background: #b96100;
    color: white;
}
/**popin dispo + alert stock**/
.alert_stock{
    float:left;
    padding: 15px 0px 15px 10px;

}
#div_stock_alert_popin #input-message-box{
    font-family: 'GothamHTF Book', sans-serif;
    font-weight: 400;
    font-size: 13px;
    letter-spacing: 0.5px;
    width: 75%;
    margin: auto;
}
#div_stock_alert_popin input[type="submit"]{
    font-family: 'GothamHTF Book', sans-serif;
    font-weight: 100;
    font-size: 13px;
    letter-spacing: 0.1px;
}
#div_stock_alert_popin h4 {
    font-family: 'GothamHTF Bold', sans-serif;
    font-weight: 100;
    font-size: 25px;
}
#div_stock_alert_popin .form-title, #div_stock_alert_popin .form-entries{
    width: 76.5%;
    font-size: 1.3rem;
    font-family: 'Open Sans', sans-serif;
    margin: 25px auto;
}
#div_stock_alert_popin .form-field input{
    line-height: 30px;
    border: 1px solid #dfdfdf;
    background: white;
    width: 98%;
    outline: none;
    font-size: 14px;
    padding-left: 5px;
}
#div_stock_alert_popin .buttons-set{
    width: 100%;
}
.alert_stock_popin{
    float: left;
    width:385px;
}

.div_stock_lad{ border-top: 1px solid #e5e5e5; }
#stockEmail{
    text-align: center;
}
#stockEmail::placeholder{
    font-style: italic;
}

#validstockalert{
    max-width: 100%;
    white-space: normal;
}

.product-essential .stock-dispo span, .only-cmd .stock-no-dispo span {
    padding-left: 22px;
    position: relative;
    font-family: "GothamHTF Light", sans-serif;
    color: #019b26;
    font-weight: 600;
    font-size: 1.4rem;
    margin-right: 15px;
}
.only-cmd .stock-no-dispo span
{
    color:#ff821e;
}

.only-cmd .stock-no-dispo span.sur-commande
{
    color:#c4792f;
}

.product-essential .stock-dispo span:before {
    position: absolute;
    left: 0px;
    top: 1.5px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: green;
}

.only-cmd .stock-no-dispo span:before {
    position: absolute;
    left: 0px;
    top: 1.5px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #ff821e;
}

.only-cmd .stock-no-dispo span.sur-commande:before {
    position: absolute;
    left: 0px;
    top: 1.5px;
    content: "";
    width: 13px;
    height: 13px;
    border-radius: 20px;
    background: #c4792f;
}
.product-essential .stock-dispo-directlink {
    position: relative;
    font-family:  "GothamHTF Light", sans-serif;
    color: #444444;
    text-decoration: underline;
    font-size: 1.3rem;
    padding-top:5px;
    font-weight: 100;
    width:100%;
}


.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: #ffffff;
    border-color: #00461e;
    background: #00461e;
    margin-right: 0px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease; }
.only-cmd .reservation .link-simple:hover {
    border-color: #205D3A;
    background: #205D3A;
    color: white; }


.txt-right{float: right;
    width: 86%; }
/**description fp**/

.product-collateral {
    background: white;
    display: block;
    clear:both;
    width: 100%;
}
.product-collateral .fp-desc-content {
    border-bottom: 1px solid #e5e5e5;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 25px;
    margin-bottom: 0px; }

.product-collateral .fp-desc-content:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}

.product-collateral .fp-desc-content h3 {
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 2.6rem;
    color: #111111;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    width: 60%;
    padding-top: 25px;
}
.product-collateral .fp-desc-content .std {
    margin-top: 0px;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.4rem;
    color: #111111;
    clear:both;
}
.product-collateral #video {
    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 .attention_arme {
    padding: 5px;
    display: inline-block;
    border: 4px solid #000000;
    width: 73%;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom:10px;
}
.product-collateral .attention_arme img {
    margin-left: 10px;
    margin-right: 15px;
    width: 60px;
    float: left; }
.product-collateral .attention_arme p {
    font-family: "GothamHTF Light", sans-serif;
    color: #111111;
    margin-top: 10px;
    margin-bottom: 0px;
    font-weight: bold;
    float: left;
    width: 85%;
}

.product-collateral .attention_arme p.doc_arme.doc_arme_vente
{
    margin-top: 12px;
}
.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;
    padding-top: 5px;
    float: left; }
.product-collateral .box-documents .item a {
    font-family: "GothamHTF Light", sans-serif;
    color: #111111;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: lighter;
    display: block;
    padding-top: 5px;
}
.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;
    width: auto;
}
.product-collateral #fp-bloc-services a p {
    margin-top: 10px;
    color: #111111;
    font-size: 1.4rem;
    font-family: "GothamHTF Light", sans-serif;
    display: block;
    clear: both;
}
.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; }
@media screen and (max-width: 320px) {
    .product-collateral #fp-desc-content-avis {
        margin-left: 0px;
        margin-right: 0px;
    }
}
.product-collateral #fp-desc-content-avis .link-page {
    padding: 10px 15px;
    background: #eeeeee;
    border-color: #dddddd;
    color: #000000;
    float: right;
    margin-top: 20px;
    margin-right: 10px;
}
.product-collateral .niveau-pratique, #fp-bloc-divers{
    display: block;
    clear:both;
}
.product-collateral #fp-desc-content-avis .link-page:hover {
    background: #dddddd;
    color: #000000; }


.info-fp.desktop, .offresCoffres.desktop{
    display:block;
}
.product-essential .topnav-product.hidemobile{
    display: inline-block;
}
.info-fp.mobile, .back-product.hidedesktop, .offresCoffres.mobile, .product-essential .topnav-product.hidedesktop,
.image.hidedesktop, .catalog-product-view .hidedesktop, .link-page.link-avis.hidedesktop{
    display:none;
}

/* Notation */
#fp-desc-content-avis #customer-reviews {
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    width: 100%;
}
.fp-desc-content-avis #customer-reviews dl {
    flex: 0 1 49%;
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
    padding: 15px;
    background: #f4f4f4; }
#customer-reviews .resumer-rating {
    margin-right: 50px; }
#customer-reviews .resumer-rating p {
    color: #111111;
    font-size: 4.0rem;
    font-weight: bold;
    font-family: "GothamHTF Bold", sans-serif;
    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 dt {
    color: #111111;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: "GothamHTF Light", sans-serif;
    padding-bottom: 15px;
    width: 42%;
}
#customer-reviews dl dt span {
    color: #111111;
    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: 20px 10px 0px 0px;
}
#customer-reviews dl th {
    text-align: left;
    min-width: 160px;
    display: block;
    color: #111111;
    font-size: 1.3rem;
    font-weight: lighter;
    font-family: "GothamHTF Light", sans-serif;
}
#customer-reviews dl .comment {
    display: none; }
#customer-reviews .more-reviews {
    flex: 1 1 100%;
}
#customer-reviews .more-reviews dl {
    flex: 1 1 100%;
}

hr.separator-avis{
    border-bottom: none;
    border-right: none;
    border-left: none;
    border-top: 1px solid #ffffff;
    width: 86%;
    float: left;
    padding:2px 0px;
    height: 0px;
}

.catalog-product-view .proposition h2 {
    margin: 0;
    padding: 0.83em 0;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 3.0rem;
    color:  #111111;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.doc-description{ display: inline-block; clear: both; }

ul.toptag-tooltip img.tooltip-panier{
    max-width:65px;
}
.addPopin-bouton .addPopin-link-back, .addPopin-bouton .addPopin-link-cart{ margin-right: 5px; }
#product_stock_lad.retrait{ border-bottom: 1px solid #e5e5e5; }

#block-price-ref{
    width:100%;
    display: block;
}
.price_ref{
    font-weight: normal;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.3rem;
    padding-top: 4px;
    float:left;
    padding-right: 2px;
}

.price_ref_constate{
    font-weight: normal;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.3rem;
    padding-top: 4px;
    float:left;
}




.fancybox-inner {
    width:100%;
    height:100%;
    border:0;
    overflow:hidden;
}

.fancybox-inner iframe{
    width:100%;
    height:100%;
    border:0;
    overflow:hidden;
    background: #fff url("https://www.terreseteaux.fr/skin/frontend/te/default/css/catalog/ajax-loader.gif") center center no-repeat;
}
.no-overflow{

    overflow:hidden !important;
}

@media screen and (max-width: 1024px) {

     .txt-right{ float: left; width: 80%;}
    .product-collateral .box-documents{ margin-top:0px;}
    .catalog-product-view  .main-container.col1-layout{ padding:0px;}
    .breadcrumbs div.back-product{width:8%; margin-left:5px;}
    .breadcrumbs div.back-product a::before{ top:1.5px; }
    #customer-reviews .resumer-rating{ float:left; }
    /*image*/
    .img-secondaire.hidemobile, .content-slider-img.hidemobile,
    .product-tag-picto.hidemobile, .catalog-product-view .title-picto.hidemobile
    {
        display: none;
        width: 0px;
    }
    .product-essential .product-img-box{
        width: 96%;}

    .image.hidedesktop, .product-essential .topnav-product.hidedesktop,
    .catalog-product-view .title-picto.hidedesktop{
        display: block;
        width: 100%;
    }

    #product-top-offre-js, .product-top-offre-js
    {
        left:0%;
    }

    .loupe-image{
        position: absolute;
        width:30px;
        right:15px;
        top:15px;
    }


    /**Info right FP*/

    .product-essential .content-next-product #fp-axe{
        margin-bottom: 5px;
        width:100%;
    }
    .product-essential .content-next-product #fp-axe fieldset {
        border: none;
        padding: 0px 0px 0px ;
        width: 99%;
    }

    #fp-qty{ width:39%; }
    #fp-showstock-ajax, #stock-box{ width:56%; margin-left: 5px;}
    .block-dispo .stock-dispo-mag{ width:100% !important; margin-left: 2px !important; margin-bottom:15px !important;}

    #stock-box.stock-box-no-dispo{
        width: 80%;
        padding-bottom: 5px;
    }
    #fp-col-left {
        border-bottom: none;
        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: grey;}

    .catalog-product-view #product-image img.image-produit{
        width: 572px;
        height: 572px;
    }

    .product-img-tunnel .product-image img{ width:75px;}

    .imageslider-mobile.slider{
        height: 572px;
    }
      .product-collateral .box-documents{ margin-top:0px; }
    .only-cmd .stock-no-dispo span:before
    {
        top:1px;
    }
    .product-essential #fp-qty #qty{ width:42px;}

    .product-essential .product-name, .info-lad, .info-fp, .offresCoffres{ width: 99%;}
    /*btn addtocart et whislist */
    #btn-whislist{ margin-left: 0px;}
    .product-essential .reservation{ padding:0px; }

    .alert_stock_popin{ width:320px; float: right;  }
    #bt-server-group, #btn-choose-magasin{ float: right; width: 320px; }
    #bt-alertstock{ padding: 3.5px 10px 3px; }
    .add_wishlist{ padding:16px 23px 12px; }

    #carte-avantage, #carte-avantage.retrait{ padding:5px 0px 4px 5px; margin-left:3px;}
    .product-essential #fp-info-mid #bt-contactez{ padding:5px 7px;}
    #product_view_ofp{ width:94.4%; }

    .product-essential #carte-avantage-text{
        max-width: 170px;
        margin-left:0px;
    }

    .product-image #z-img{ left:55%}

    /*Info product*/
    .offresCoffres{
        width:93%;
    }

    /*detail techniques*/

    .product-essential .toptag{
        padding-top:10px;
    }
    .product-essential .toptag ul li
    {
        width: 100%;
        display: inline-block;
        clear: both;
        margin-left: 0px;
        float: none;
        text-align: left;
        margin-bottom: 5px;
    }
    .product-essential .topnav-product .toptag img{ float: left}
    .product-essential .toptag ul li span.title-picto{
        width: 90%;
        float: left;
        margin-left: 7px;
        line-height: 2.6rem;
    }

    #product_stock_lad.retrait, #product_view_ofp.retrait{ width: 95.8%;  }

    #block-tier-price{ width:99%; }

    #js-tier-price.retrait, #js-tier-price{ width: 96.8%; }
    #product_view_ofp.retrait .title::before,#product_stock_lad.retrait .title::before
    {
        right:16px;
    }
    #js-tier-price.retrait .title::before{
        right: 12px;
    }

    .subnav-product { display: none; }

    .product-collateral .fp-desc-content {
        margin: 0;
        padding-bottom: 0px;
        border-bottom: 1px solid  #e5e5e5;
        display: inline-block;
        cursor: pointer;
        position: relative;
        width: 100%;
    }

    .product-collateral .fp-desc-content .content-desc {
        height: 0px;
        overflow: hidden;
    }
    .product-collateral .fp-desc-content.open .content-desc {
        height: auto;
        overflow: hidden;
        clear: both;
        margin-bottom: 15px;
    }

    #product_stock_lad .title, #product_view_ofp .title, #js-tier-price .title, .product-collateral .fp-desc-content h3 {

        font-family: "GothamHTF Bold", sans-serif;
        font-size: 1.8rem;
        color:  #111111;
        text-transform: none;
        margin: 10px 0px;
        padding: 5px 0px;
        font-weight: 400;
        width: 100%;
        float: unset;
    }


    .product-collateral .fp-desc-content.open h3:after {
        content: '';
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
        border-left: 0px;
        border-bottom: 0px;
        transform: rotate(-45deg);
        position: absolute;
        width: 8px;
        height: 8px;
        right: 40px;
        background: none;
        top: 20px;

    }

    .product-collateral .fp-desc-content h3:after {
        content: '';
        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;
        border-right: 0px;
        border-top: 0px;
        transform: rotate(-45deg);
        position: absolute;
        width: 8px;
        height: 8px;
        right: 40px;
        background: none;
        top: 25px;
    }

    .catalog-product-view .more_product .proposition h2{
        margin: 0px;
        padding-top: 10px;
    }

    
    .more_product .multiple4{ margin: 0px 15px; }

    .product-collateral #video{
        margin:0px;
        background: none;
        padding: 0px;
        border-top: none;
    }

    .product-collateral #video:before,  .product-collateral #video:after{
        left:unset;
        position: relative;
        background: none;
        right: unset;
    }

    .product-collateral #fp-desc-content-avis .link-page.hidedesktop{
        display: block;
        width: 150px;
        margin-top: 0px;
        clear:both;
        margin-right: 0px;
    }

    .product-collateral #fp-desc-content-avis .link-page.hidemobile{
        display: none;
    }

 
    #customer-reviews dl dt{
        width: 36%;
    }

    #customer-reviews .resumer-rating{ margin-right:5px;}
    #customer-reviews dl dd{ width:61%; }
    #link-avis {
        width: 100%;
        display: block;
        clear: both;
    }

    #fp-desc-content-avis #customer-reviews{ flex-direction:row; }
    .product-essential #fp-qty .less, .product-essential #fp-qty .more{ padding:5px 8px; }

    .product-collateral .box-documents .item { margin-top:0px; }

    body .product-collateral .box-documents .item:nth-child(2n+1), body .product-collateral .box-documents .item:nth-child(2n)
    {
        margin-bottom: 5px;
    }
     body .product-collateral .box-documents .item:nth-child(2n+1):last-child, body .product-collateral .box-documents .item:nth-child(2n) :last-child
     {
         margin-bottom: 0px;
     }

    #gallery-photo-mobile{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;

    }

    #gallery-photo-mobile .image-produit-zoom{
        margin-bottom:10px;
        width: 100%;
    }
    #gallery-photo-mobile .close-gallery{
        position: fixed;
        top:20px;
        right:20px;
    }

    #gallery-photo-mobile .loupe-image{
        width: 32px;
        height: 32px;
    }

    
    body.catalog-product-view.noscroll{
        overflow:hidden;
        position:fixed;
    }

    .product-essential .content-next-product #fp-axe #error-no-choice-conf{
        bottom: 1px;
    }


}
@media screen and (max-width: 892px) {


    .txt-right{ float: unset; width: auto;}
    .subdescription .txt-desktop{ display: none; }
    .subdescription .txt-mobile{ display: block; }

    .breadcrumbs {
        width: 100%;
    }

    .breadcrumbs div.back-product {
        width: 11%;
    }


    .product-essential{
        padding:0px;
        margin-top:5px;
    }
    .product-essential .product-img-box{
        width: 100%;}


    .change_view_lad{
        padding:5px 25px;
    }

    .col60{
        width: 100%;
        display: block;
    }
    .col40{
        width: 100%;
        display: block;
        padding: 10px 10px 0px 10px;
    }
    .product-collateral, .more_product, .breadcrumbs-footer{
        width: 100%;
        display: block;
        padding: 0 10px;
        background: white;
    }

    .more_product .multiple4{ margin:0px; padding-left: 10px;}
    .catalog-product-view .hidedesktop, .catalog-product-view .back-product.hidedesktop, .breadcrumbs-footer ul.hidemobile, .product-essential .topnav-product.hidedesktop
    {
        display: block;
    }
    .catalog-product-view .hidemobile, .back-product.hidedesktop, .breadcrumbs-footer .back-product.hidedesktop, .product-essential .topnav-product.hidemobile
    {
        display: none;
    }


    #fp-col-left {
        padding: 0px;
        margin: 0px;
    }

    /*breadcrumbs top & footer*/
    .breadcrumbs div.back-product{
        width: auto;
    }

    .breadcrumbs-footer .breadcrumbs{ padding:0px; margin:0px;}
    .breadcrumbs-footer .breadcrumbs ul{
        padding: 0px;
        width: 100%;
    }

    /*image*/
    #product-top-offre-js{
        left:0%;
        top:30px;
    }

    .product-top-offre-js{
        left:0%;
        top:0px;
    }

    .imageslider-mobile.slick-dotted.slick-slider{
        margin: 0px;
        max-height: auto;
        position: relative;
        width: 100%;
    }

    .imageslider-mobile.slick-dotted.slick-slider img.image-produit{ width:100%;}

    .loupe-image{
        position: absolute;
        width:30px;
        right:15px;
        top:15px;
    }

    /*Avis*/
    .resumer-rating .txt-rating{
        padding:3px 0px 2px 10px;
        float:left;
        cursor:pointer;
    }

    #customer-reviews dl dt{
        width: 30%;
        font-size: 1.2rem;
        padding-bottom:0px;
        padding-left: 50px;
    }


    .fp-desc-content.open .content-desc.box-reviews{
        height:auto;
    }

    #customer-reviews .resumer-rating { margin-right: 0px; }

    #customer-reviews dl dd{
        width: 60%;
        margin: 0px 10px 0px 0px;
    }

    .fp-desc-content-avis #customer-reviews dl
    {
        width:100%;
        padding:0px;
        flex: none;
        height: 0px;
    }

    .fp-desc-content-avis.open #customer-reviews dl
    {
        padding:15px 10px;
        height: auto;
        width: 100%;
        flex : 0 1 100%;
    }
    .product-collateral #fp-desc-content-avis .link-page {
        padding: 10px 15px;
        background: #eeeeee;
        border-color: #dddddd;
        color: #000000;
        width: 95.5% !important;
        text-align: center;
        float:left;
    }

    .product-collateral .niveau-pratique{
        display: block;
        clear:both;
    }
    #customer-reviews dl th {
        min-width: 130px;
        font-size: 1.2rem;
        padding-top: 9px;
    }

    hr.separator-avis{
        border-bottom: none;
        border-right: none;
        border-left: none;
        border-top: 1px solid #ffffff;
        width: 86%;
        float: left;
        padding:2px 0px;
        height: 0px;
    }
    #customer-reviews dl td .rating-box{
        margin-left: 10px;
        width: 75px;
        padding-top: 9px;
    }

    #customer-reviews dl td .rating-box .star-img{ top:9px; }
    #customer-reviews .resumer-rating .rating-box{
        width: 80px;
    }
    #customer-reviews dl td .rating-box .rating, #customer-reviews .resumer-rating .rating-box .rating{
        height: 15px;
    }
    #customer-reviews dl dt {
        border-bottom: none;
    }
    #customer-reviews .resumer-rating p {
        font-size: 1.6rem;
        text-align: left;
    }
    #customer-reviews dl dt span{
        color:#111111;
    }

    /*Info operation */
    .product-tag-picto{ margin-top: 0px;}
    .bandeau{
        padding:5px 0px;
        margin-top: 0px;
        max-height: auto;
    }
    .bandeau .content-bandeau .txt-bandeau{
     line-height: 1.8rem;
        font-size: 1.2rem;
        padding:0px 40px;
    }
    .bandeau .content-bandeau .txt-bandeau strong{
        display: block;
        clear: both;
    }

    .product-essential .content-next-product #fp-axe fieldset
    {
        width:100%;
        padding:0px 0px 0px;
    }

    .product-essential .content-next-product #fp-axe{ margin-bottom: 0px;}
    #fp-qty {
        width:auto;
        margin-top:0px;
    }
    .product-essential #fp-qty .less, .product-essential #fp-qty .more
    {
        padding:0px 3px;
        margin:5px 0px;
    }


    /*info fp */
    .product-essential .brand{ width:100%; display:block; clear:both;}
    .product-essential .product-name h1 { font-size:1.5rem; }
    .product-essential .product-name .resumer-rating p.left{ margin-left:0; }
    .product-essential .sku{ color:#111111; padding-top:5px; }
    .product-essential .product-shop .subdescription{
        width: 100%;
        font-size: 1.1rem;
        padding-top: 0px;
        padding-bottom:3px;
    }

    .product-essential .product-shop .price-box .price{ font-size: 2.5rem;}
    .product-essential .product-shop .subdescription{ letter-spacing: 0px;}
    .catalog-product-view .sod_select{ padding:14px 15px;}
    .product-essential fieldset .option
    {
        width: 100%;
    }

    #fp-showstock-ajax, #stock-box{
        padding-left: 15px;
        margin:0px;
        width: 60%;

    }

    .block-dispo .stock-dispo-mag{ width:100% !important; padding-left: 0px !important; margin-bottom:15px !important;}

    
    /*bloc carte avantage + contact*/
    .info-fp.desktop, .offresCoffres.desktop{
        display:none;
    }
    .info-fp.mobile{
        display:inline-block;
        width: 100%;
    }
    .offresCoffres.mobile{ width:47%; display: block; margin-bottom: 0px; }
    .offresCoffres{ width:94%;}
    #carte-avantage{ margin: 0px; padding:5px 10px; font-size: 1.1rem; width: 205px;}
    .fp-info-contact{ width:135px; margin-right: 10px; }
    #encart-carte{ height: 40px;}

    #carte-avantage-image img{ width:45px; }

    .product-essential #fp-info-mid #bt-contactez{ padding:5px 10px; font-size: 1.1rem;}
    .product-essential #carte-avantage-text{
        font-size: 1.1rem;
        max-width: 145px;
        margin-left:0px;
    }

    #carte-avantage.retrait{
        margin-left: 0px;
        padding:5px 2px 5px 3px;
    }


    .product-essential #carte-avantage-image {
        display: inline-block;
        margin-right: 2px;
        vertical-align: middle; }

    /*bloc addtocart*/
    .product-essential .reservation{
        width:100%;
        padding:0px;
    }
    .product-essential .product-name{ width:100%;}
    #btn-whislist{
        width:50px;
        float:left;
        margin-right:0px;
        text-align: left;
    }
    #bt-server-group, #btn-choose-magasin, .alert_stock_popin{
        width:92%;
        float:right;
        text-align: left;
        margin-top: 0px;
    }
    .addtocart{ padding: 14px 0px 13px; }
    .add_wishlist, .no-add-to-cart .add_wishlist{ padding:15px 22px 12px; }


    #bt-alertstock{
        font-size: 1.2rem;
        padding: 13px 0px;
        width: 99.5%;
    }



    /*Infos produit*/

    .product-collateral .box-documents .item img{ width:30px !important; height:auto !important; }
    .doc-description{ padding-left: 13px;}
    #product_stock_lad, #product_view_ofp, #js-tier-price,
    #product_stock_lad.retrait, #product_view_ofp.retrait, #js-tier-price.retrait
    {
        padding: 0px;
        width:100%;
    }

    #block-tier-price{ width:100%;}
    #product_stock_lad .title:before, #product_view_ofp .title:before, #js-tier-price .title:before,
    #product_stock_lad.retrait .title::before, #product_view_ofp.retrait .title:before, #js-tier-price.retrait .title:before
    {
        width: 8px;
        height: 8px;
        right:18px;
        top:12px;
    }

    #product_stock_lad .title.closed:before, #product_view_ofp .title.closed:before, #js-tier-price .title.closed:before
    {
        top:12px;
    }


    .product-essential fieldset .option .sod_select select, .product-essential .content-next-product #fp-qty
    {
        height:39px;
    }

    .product-essential #fp-qty #qty{
        height: 28px;
    }
    
    .product-collateral .fp-desc-content h3:after
    {
        content: '';
        border-left: 2px solid #000000;
        border-bottom: 2px solid #000000;
        border-right: 0px;
        border-top: 0px;
        transform: rotate(-45deg);
        position: absolute;
        width: 8px;
        height: 8px;
        right:23px;
        background: none;
        top:21px;
    }


    .product-collateral .fp-desc-content.open h3:after{
        content: '';
        border-right: 2px solid #000000;
        border-top: 2px solid #000000;
        border-left: 0px;
        border-bottom: 0px;
        transform: rotate(-45deg);
        position: absolute;
        width: 8px;
        height: 8px;
        right:23px;
        background: none;
        top:21px;
    }

    .picto-offre-product img{ padding-bottom:5px;}

    .fp-desc-content-avis #link-avis{ height:0px;}
    .fp-desc-content-avis.open #link-avis{ height:auto;}

    #product_stock_lad .title, #product_view_ofp .title, #js-tier-price .title, .product-collateral .fp-desc-content h3
    {
        font-family: "GothamHTF Bold", sans-serif;
        font-size: 1.8rem;
        color: #111111;
        text-transform: none;
        margin:10px 0px;
        padding: 5px 0px;
        font-weight: 400;
        width: 100%;
    }


    #product_stock_lad .content, #product_view_ofp .content, #js-tier-price .content
    {
        margin-bottom:0px;
    }
    .product-collateral .fp-desc-content{
        margin:0;
        padding-bottom: 0px;
        border-bottom: 1px solid #e5e5e5;
        display: inline-block;
        width: 98%;

    }



    .product-collateral #video{
        margin:0px;
        background: transparent;
        padding:0px;
        border-top: none;
        border-bottom: 1px solid #e5e5e5;
    }
    #video:after, #video:before {
        display: none; }

    /*encart "vous aimerez aussi" */
    .proposition{ margin-bottom: 0px;}

    .catalog-product-view .proposition h2{
        font-family: "GothamHTF Bold", sans-serif;
        font-size: 1.8rem;
        text-align: left;
        color: #111111;
        padding-top: 5px;
        text-transform: none;
        padding-bottom: 5px;
        margin: 0;
        font-weight: 400;
    }
    .proposition section{
        padding-top: 5px;}
    .proposition .slick-prev, .proposition .slick-next,.imageslider-mobile .slick-prev, .imageslider-mobile .slick-next{
        background: none;
    }

    .imageslider-mobile .slick-prev{
        margin-left: 8px;
    }

    .catalog-product-view #product-image img.image-produit{
        width: 100%;
        height: 100%;
    }

    .iframe.catalog-product-view #product-image img.image-produit{
        width: 60%;
        height: auto;
        margin:0 auto;
    }

    .imageslider-mobile.slider{
        height: 748px;
    }

    .imageslider-mobile .slick-next{
        margin-right: 8px;
    }

    .proposition .slick-prev:before, .imageslider-mobile .slick-prev:before{
        background: none;
        content: '';
        border-left: 2px solid #000000;
        border-top: 2px solid #000000;
        border-right: 0px;
        border-bottom: 0px;
        transform: rotate(-45deg);
        position: absolute;
        width: 12px;
        height: 12px;
        left: 25%;
    }
    .proposition .slick-next:before, .imageslider-mobile .slick-next:before{
        background: none;
        content: '';
        border-right: 2px solid #000000;
        border-bottom: 2px solid #000000;
        border-left: 0px;
        border-top: 0px;
        transform: rotate(-45deg);
        position: absolute;
        width: 12px;
        height: 12px;
        right: 25%;
    }
    .proposition .product-upsell
    {
        padding-left: 0px;
        min-height: auto;
    }

    .imageslider-mobile #fp-col-left .slick-dots li.slick-active button:before{ color:#111111; }
    .more_product .slick-list{
        width:100%;
        padding:0 0 0 34%;
    }


    /**Guides et conseils*/
    .product-collateral .attention_arme{
        border: 1px solid #e5e5e5;
        width: 95%;
    }
    .product-collateral .attention_arme p{ width: 70%; }
    .product-essential .critere3 a{ color:#111111;}

    .catalog-product-view .multiple4 .slick-next{
        right: 20px;
    }

    .slick-slider{  max-height: auto; }

    #stock-box.stock-box-no-dispo{ padding-left:0px; }

    #js-tier-price .content .content-qte{ padding-bottom: 10px;}

    #div_stock_alert_popin .form-entries { width: 76.5%; }
	
	 .addPopin-link-back, .addPopin-bouton .addPopin-link-cart{ margin-right: 0px; float: left; }
     .addPopin-link-cart.link-page, .addPopin-link-continue.link-page{ padding:10px 5px;  float: left; font-size: 1.3rem; }
    .addPopin-link-continue.link-page{ float: right; }
}


@media screen and (max-width: 450px) {
    .info-lad span{
        width:95%;
    }

    .addPopin-link-cart.link-page, .addPopin-link-continue.link-page{ padding:10px; float: none; }
    .addPopin-link-continue.link-page{ float: none; }
    #product_stock_lad .title::before, #product_view_ofp .title::before, #js-tier-price .title::before,
    #product_stock_lad.retrait .title::before, #product_view_ofp.retrait .title::before, #js-tier-price.retrait .title::before
    {
        right:12px;
    }

    #product_stock_lad, #product_view_ofp, #js-tier-price, #product_stock_lad.retrait, #product_view_ofp.retrait, #js-tier-price.retrait{
        width: 98%;
    }
    #product_stock_lad{ border-bottom: 1px solid #e5e5e5; }
   
    .product-collateral #fp-desc-content-avis .link-page.hidedesktop{ width:100%; }
    .image.hidedesktop{width:100%;}
   #btn-whislist {
        width: 50px;
        float: left;
        margin-right:0px;
        text-align: left;
    }


    #bt-server-group, #btn-choose-magasin{
        width:83%;
        float:right;
        text-align: left;
    }

    .add_wishlist, .no-add-to-cart .add_wishlist{ padding:15px 22px 12px; }
    
    #carte-avantage{ padding:5px 2px; width:97%; }
    #bt-alertstock{
        font-size: 1.2rem;
        padding:8px 0px 7px;
        width: 100%;
    }

    .iframe #bt-alertstock{
        padding:8px 0px 0px;
        height: 40px;
    }

    .alert_stock_popin{ width: 83%; padding:0px; }
    #carte-avantage.retrait{ padding: 5px 0px; }
    .product-essential #fp-info-mid #bt-contactez{ padding:5px 7px; }

   .link-page.alert { border:none; }

    .fp-info-contact{
        width:37%;
        margin-right: 1%;
        height: 41px;
    }


    #encart-carte{ width:62%;  height: 40px;
        float: right;}

    .catalog-product-view  #product-image img.image-produit{
        width: 100%;
        height: auto;
    }

    .imageslider-mobile.slider{
        height: auto;
    }

    #carte-avantage #carte-avantage-text{ height:41%;}
    .product-collateral {

        width: 95%;
        display: inline-block;
        padding: 0 10px;

    }
    .more_product, .breadcrumbs-footer{
        padding: 0px 10px;
        width: 100%;
        background: white;
    }


    #js-tier-price{
        width:99%;
        border-top:1px solid #e5e5e5;
        border-bottom:none;
    }

    .product-collateral .fp-desc-content.open h3:after, .product-collateral .fp-desc-content h3:after{
        top:12px;
        right:10px;
    }

    #customer-reviews dl dt{ padding-left: 0px;}
    #customer-reviews dl dd{ width:65%; }
    .product-collateral #fp-desc-content-avis .link-page{ float:none; width:90% !important;}
    #fp-showstock-ajax, #stock-box{ width:64.5%; padding-left: 8px;}
    .block-dispo .stock-dispo-mag{ width:100% !important; padding-left: 0px !important; margin-bottom:15px !important;}
    #bt-alertstock .txt-dekstop { display: none; }
    #bt-alertstock .txt-mobile { display: block; }   
    #product_view_ofp{ width:99%; }
  
    .product-essential #js-tier-price{ margin-bottom: 0px; }
    .product-collateral #video td p:last-child{ padding:0px 20px; }
    .product-collateral .fp-desc-content.open .content-desc{ margin-bottom:0px;}
    .product-essential .toptag ul li:last-child{ padding-bottom: 0px; margin-bottom: 0px;}
    body .product-collateral .box-documents .item:nth-child(2n+1), body .product-collateral .box-documents .item:nth-child(2n){
        margin-bottom: 5px;
    }
    body .product-collateral .box-documents .item:nth-child(2n+1):last-child, body .product-collateral .box-documents .item:nth-child(2n):last-child{
        margin-bottom: 0px;
    }
    .more_product .proposition.one-proposition  .slick-list{
        padding-left:10%;
    }
    .fp-desc-content-avis #link-avis{ display: none;}
    .fp-desc-content-avis.open #link-avis{ display: block;}

    .product-image .img-panier{ width:72px;}
    .product-img-tunnel .product-image img{ width:75px;}

    .product-image img{ width:219px;}
    .offresCoffres.mobile  { width:94%; margin-bottom: 0px; text-align: justify; padding: 10px 9px 10px 10px; }

    #gallery-photo-mobile{
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 10000;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        background: #fff;
        -webkit-transition: -webkit-transform .3s ease;
        transition: -webkit-transform .3s ease;
        -o-transition: transform .3s ease;
        transition: transform .3s ease,
        -webkit-transform .3s ease;

     }

    #gallery-photo-mobile .image-produit-zoom{
        margin-bottom:10px;
        width: 100%;
    }
    #gallery-photo-mobile .close-gallery{
        position: fixed;
        top:20px;
        right:20px;
    }

    #gallery-photo-mobile .loupe-image{
        width: 32px;
        height: 32px;
    }
    .addPopin-link-back, .addPopin-bouton .addPopin-link-cart{ margin-right: 0px; margin-bottom:15px; font-size: 1.2rem; float: none; }
    #div_stock_alert_popin .form-entries{
        width:100%;
    }

    #div_stock_alert_popin .form-field input{ width:96%; }

    .product-collateral .attention_arme img{
        width: 50px;
    }
    .product-collateral .attention_arme p, .attention_arme .arme_texte, .attention_arme .arme_title{
        margin-top:0px;
        font-size: 1.2rem;
        font-weight: unset;
    }

    .product-collateral .attention_arme p.doc_arme.doc_arme_declaration
    {
        margin-top: 5px;
    }
    .product-collateral .attention_arme p.doc_arme.doc_arme_vente
    {
        margin-top: 3px;
    }
}


@media screen and (max-width: 415px) {
    #product_stock_lad .title::before, #product_view_ofp .title::before, #js-tier-price .title::before,
    #product_stock_lad.retrait .title::before, #product_view_ofp.retrait .title::before, #js-tier-price.retrait .title::before
    {
        right:14px;
    }
}

@media screen and (max-width: 375px) {
    #product_stock_lad .title::before, #product_view_ofp .title::before, #js-tier-price .title::before,
    #product_stock_lad.retrait .title::before, #product_view_ofp.retrait .title::before, #js-tier-price.retrait .title::before
    {
        right:8px;
    }
}
@media screen and (max-width: 360px) {
    #product_stock_lad, #product_view_ofp, #js-tier-price, #product_stock_lad.retrait, #product_view_ofp.retrait, #js-tier-price.retrait {
        width: 100%;
    }

    #product_stock_lad .title::before, #product_view_ofp .title::before, #js-tier-price .title::before,
    #product_stock_lad.retrait .title::before, #product_view_ofp.retrait .title::before, #js-tier-price.retrait .title::before
    {
        right:14px;
    }
}
/*
@media not all and (min-resolution:.001dpcm) { @media {

    #product_stock_lad .title::before, #product_view_ofp .title::before, #js-tier-price .title::before,
    #product_stock_lad.retrait .title::before, #product_view_ofp.retrait .title::before, #js-tier-price.retrait .title::before
    {
        right:9px;
    }
}}*/

@supports (-ms-ime-align:auto) {
    #carte-avantage{
        margin-left:0px;
        padding: 5px 13px;
    }
}


.bloc_info_product{
    background:#d26e00;
    font-family: "GothamHTF Medium", sans-serif;
    font-size: 1.3rem;
    text-align: center;
    padding: 7px 0px;
    font-weight: 200;
}

/* PRODUCT */
.categorie-item-line .categorie-item-title {
    padding-left: 15px;
    color: #111111;
    padding-right: 25px; }
.categorie-item-line .categorie-item-brand {
    padding-left: 15px;
    padding-bottom: 0px;
}
.categorie-item-line .categorie-item {
    position: relative;
    min-height: auto;
    margin-bottom: 10px;
}
.categorie-item .categorie-item-price.price-reduc .special-price .final.price {
    text-decoration: inherit;
    padding: 5px;
    color: #9cc200;
    font-size: 1.4rem;
}
.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 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;
}
/* 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;
    text-transform: uppercase;
    font-family: 'Asap', sans-serif;
    color: white;
    z-index: 999; }
.vignette .content-vignette {
    top: 25px;
    left: -3px;
    height: auto;
    text-align: center;
}
.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%;
}
.catalog-category-view #head-category .col3 img.logo, .catalog-category-view #head-category .col7 img.logo {
    position: absolute; right: 0; top: -25px;
}

.category-products .categorie-item-line .categorie-item div.nouveaute,
.customlist-offrespeciales-index .categorie-item-line .categorie-item div.nouveaute,
.brand-view-index .categorie-item-line .categorie-item div.nouveaute,
.catalogsearch-result-index .categorie-item-line .categorie-item div.nouveaute
{
    margin: 5px 0px;
    position: absolute;
    top: 10px;
    text-transform: uppercase;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.2rem;
    z-index: 9;
}
/*Couleur des pictos Etat*/
#product-top-offre-js span, .product-top-offre-js span{
    height: 15px;
    display: block;
}


#product-top-offre-js .bestseller.slick-slider,
.product-top-offre-js .bestseller.slick-slider
{
    height: 26.97px;
    display: block;
}

.category-products .categorie-item-line .categorie-item .nouveaute .txt_avantage,
.category-products .categorie-item-line .categorie-item .nouveaute .txt_tiers,
#product-top-offre-js .txt_avantage, #product-top-offre-js .txt_tiers,
.product-top-offre-js .txt_avantage, .product-top-offre-js .txt_tiers
{
    border-right: 1px solid #FF0000;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    color:#FF0000;
    padding:5px 10px;
    background-color:#ffffff;
    z-index: 9;

}

.category-products .categorie-item-line .categorie-item .nouveaute .txt_promo,
.category-products .categorie-item-line .categorie-item .nouveaute .txt_lancement,
#product-top-offre-js .txt_promo, .product-top-offre-js .txt_promo,
#product-top-offre-js .txt_lancement
{
    border-right: 1px solid #9cc200;
    border-top: 1px solid #9cc200;
    border-bottom: 1px solid #9cc200;
    color: #9cc200;
    padding:5px 10px;
    background-color:#ffffff;
    z-index: 9;
}

.category-products .categorie-item-line .categorie-item .nouveaute .txt_promo{
    padding:5px 3px;
}
.category-products .categorie-item-line .categorie-item .nouveaute .txt_affaires,
.category-products .categorie-item-line .categorie-item .nouveaute .txt_solde,
#product-top-offre-js .txt_affaires, #product-top-offre-js .txt_solde,
.product-top-offre-js .txt_affaires, .product-top-offre-js .txt_solde
{
    border-right: 1px solid #FF821E;
    border-top: 1px solid #FF821E;
    border-bottom: 1px solid #FF821E;
    color: #FF821E;
    padding:5px 10px;
    background-color:#ffffff;
}

.category-products .categorie-item-line .categorie-item .nouveaute .txt_ofp,
#product-top-offre-js .txt_ofp, .product-top-offre-js .txt_ofp{
    border-right: 1px solid #D26E00;
    border-top: 1px solid #D26E00;
    border-bottom: 1px solid #D26E00;
    color: #D26E00;
    padding:5px 10px;
    background-color:#ffffff;
}
.category-products .categorie-item-line .categorie-item .nouveaute .nouveaute_chasse,
.catalogsearch-result-index .categorie-item-line .categorie-item .nouveaute .nouveaute_chasse,
#product-top-offre-js .nouveaute_chasse, #product-top-offre-js .bestseller_chasse,
.product-top-offre-js .nouveaute_chasse, .product-top-offre-js .bestseller_chasse,
.category-products .categorie-item-line .categorie-item .nouveaute .bestseller_chasse{
    border-right: 1px solid #635726;
    border-top: 1px solid #635726;
    border-bottom: 1px solid #635726;
    color: #635726;
    padding:5px 10px;
    background-color:#ffffff;
}


.category-products .categorie-item-line .categorie-item .nouveaute .nouveaute_peche,
.catalogsearch-result-index .categorie-item-line .categorie-item .nouveaute .nouveaute_peche,
#product-top-offre-js .nouveaute_peche, #product-top-offre-js .bestseller_peche,
.product-top-offre-js .nouveaute_peche, .product-top-offre-js .bestseller_peche,
.category-products .categorie-item-line .categorie-item .nouveaute .bestseller_peche{
    border-right: 1px solid #00737D;
    border-top: 1px solid #00737D;
    border-bottom: 1px solid #00737D;
    color: #00737D;
    padding:5px 10px;
    background-color:#ffffff;
}

.category-products .categorie-item-line .categorie-item .nouveaute .nouveaute_cavalier,
.catalogsearch-result-index .categorie-item-line .categorie-item .nouveaute .nouveaute_cavalier,
#product-top-offre-js .nouveaute_cavalier, #product-top-offre-js .bestseller_cavalier,
.product-top-offre-js .nouveaute_cavalier, .product-top-offre-js .bestseller_cavalier,
.category-products .categorie-item-line .categorie-item .nouveaute .bestseller_cavalier{
    border-right: 1px solid #7D1D32;
    border-top: 1px solid #7D1D32;
    border-bottom: 1px solid #7D1D32;
    color: #7D1D32;
    padding:5px 10px;
    background-color:#ffffff;
}

.category-products .categorie-item-line .categorie-item .nouveaute .nouveaute_passion_nature,
.catalogsearch-result-index .categorie-item-line .categorie-item .nouveaute .nouveaute_passion_nature,
#product-top-offre-js .nouveaute_passion_nature, #product-top-offre-js .bestseller_passion_nature,
.product-top-offre-js .nouveaute_passion_nature, .product-top-offre-js .bestseller_passion_nature,
.category-products .categorie-item-line .categorie-item .nouveaute .bestseller_passion_nature{
    border-right: 1px solid #4B7252;
    border-top: 1px solid #4B7252;
    border-bottom: 1px solid #4B7252;
    color: #4B7252;
    padding:5px 10px;
    background-color:#ffffff;
}


.category-products .categorie-item-line .categorie-item .nouveaute .nouveaute_animaux,
.catalog-category-view .categorie-item-line .categorie-item .nouveaute .nouveaute_animaux,
.catalogsearch-result-index .categorie-item-line .categorie-item .nouveaute .nouveaute_animaux,
#product-top-offre-js .nouveaute_animaux, #product-top-offre-js .bestseller_animaux,
.product-top-offre-js .nouveaute_animaux, .product-top-offre-js .bestseller_animaux,
.category-products .categorie-item-line .categorie-item .nouveaute .bestseller_animaux{
    border-right: 1px solid #79675B;
    border-top: 1px solid #79675B;
    border-bottom: 1px solid #79675B;
    color: #79675B;
    padding:5px 10px;
    background-color:#ffffff;
}


/** 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;
}


/** listing produit **/
.categorie-item-price .old.price {
    padding: 0px;
    color: #111111;
    border: 0px;
    font-size: 1.3rem;
    font-family: 'GothamHTF Light',sans-serif;
}
.slider-secondaire .categorie-item-price .old.price > span {
    font-family: "GothamHTF Light", sans-serif;
    font-size: 14px;
}
.categorie-item-price .old.price > span {
    text-decoration: line-through;
    font-size: 14px;
}
.categorie-item-price .price.final {
    display: inline-block;
    text-decoration: inherit;
    font-size: 1.4rem;
    color: #9cc200; }
.slider-secondaire .categorie-item-price .price.final{
    font-size: 1.4rem;
    font-weight: 100;
}
.categorie-item-fp-normal .categorie-item-price .price.final {
    padding: 0;
}
.categorie-item-price .price.final {
    border: none;
    color: #111111;
}

.txt_promo.hidedesktop{ display: none !important; }
.txt_promo.hidemobile{ display: block !important; }

.add-to-cart-list-page{
    width: 100%;
    text-align: center;
    position: absolute;
    top:168px;
}

.new-view-product .add-to-cart-list-page{
    top:96px;
}

.add-to-cart-list-page .link-page{
   padding:5px 10px;
    cursor: pointer;
}
.content-fancybox .left{ text-align: left;}

.add-config-listing .product-image{
    display: block;
    width:100%;
}

.add-config-listing .product-conf-name, .add-config-listing .product-conf-price, .add-config-listing .product-conf-info{
    text-align: left;
    font-family: "GothamHTF Light", sans-serif;
}
.add-config-listing .product-conf-price{ font-family: "GothamHTF Bold", sans-serif; font-weight: 400;}
.add-config-listing .product-conf-info{
    padding-top:25px;
}
.add-config-listing .product-conf-select{
    color: #8e86a5;
    padding: 10px 15px;
    -webkit-appearance: none;
    -ms-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdcdcd;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    cursor: pointer;
    z-index: 10;
    width:100%;
}

.select_number{
    background-color: #FFF;
    display: inline-block;
    position: relative;
    width: 100%;
}

.select_number::after {
    content: "";
    background: transparent url("https://www.terreseteaux.fr/skin/frontend/te/default/img/sprite-terrex-eaux.png") no-repeat;
    background-position: -95px -303px;
    width: 37px;
    position: absolute;
    top: -2px;
    right: 10px;
    z-index: 5;
    height: 100%;
}

.add-config-listing .product-conf-qty{
    padding-top:10px;
}
.add-config-listing .product-conf-btn{
    position: absolute;
    left:35px;
    bottom: 30px;
    width: 85%;

}

.block-dispo-listing{
    display: inline-block;
    width: 100%;
    margin-top:10px;
}

.block-dispo-listing #fp-qty{
    width: 40%;
}

.block-dispo-listing #fp-qty .less, .block-dispo-listing #fp-qty .more {
    vertical-align: middle;
    display: inline-block;
    font-family: "GothamHTF Light", sans-serif;
    color: #111111;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    padding: 5px 12px;
    cursor: pointer;
    font-size: 2.0rem;
    margin-top: 1px;
    font-weight: 600;
}

.block-dispo-listing #fp-qty #qty {
    width: 45px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: none;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 1.6rem;
}

.product-conf-btn .link-page.orangecolor{
    width: 86%;
    text-align: center;
}
.product-conf-btn .link-page.link-orange{
    border: 2px solid #d26e00;
    color:#d26e00;
    width: 86%;
    text-align: center;
    margin-bottom:10px;
}
.product-conf-btn .product-conf-data{ margin-bottom:30px;}
.product-conf-btn .product-conf-stock{ float: left; width:40%;}



/**Iframe "ajout au panier page liste**/
body.iframe{
    background-color: white;
    background:none;
}

.iframe .product-collateral,
.iframe .bloc-offre-js,
.iframe .info-lad,
.iframe .info-fp,
.iframe .resumer-rating,
.iframe .separator-info-produit,
.iframe #btn-whislist,
.iframe .loupe-image,
.iframe .stock-dispo-directlink,
.iframe #js-tier-price,
.iframe #product-top-offre-js,
.iframe #stock_lad,
.iframe .bandeau,
.iframe .subdescription
{
    display:none !important;
}

.iframe #js-tier-price-popin
{
    display: block !important;
}

.iframe .product-essential .stock-dispo{
    padding-top: 10px;
}
.iframe .product-conf-btn .link-page.link-orange{
    width:100%;
    box-sizing: border-box;
}

.iframe .product-essential .brand a,
.iframe .product-essential .product-name h1,
.iframe .product-shop .fp-price-tiers .price-box .price,
.iframe #js-tier-price-popin .title,
.iframe sup,
.product-essential .product-shop .price-box .small,
.iframe .sod_select .sod_label,
.iframe .product-essential .stock-dispo span,
.iframe .only-cmd .stock-no-dispo span,
.iframe .product-essential #fp-qty #qty,
.iframe #js-tier-price-popin .content .content-qte
{
    font-size: 1.3rem;
}


.iframe sup{
    left:0;
    top:0;
}
.iframe .product-essential #js-block-price-top{
    margin-bottom: 20px;
    margin-top: 5px;
}

.iframe .product-shop .fp-price-tiers .price-box .price,
.iframe .product-shop .fp-price-solde .price-box .price,
.iframe .product-shop .fp-price-affaires .price-box .price,
.iframe .categorie-item-fp-affaires .categorie-item-price .final.price,
.iframe .categorie-item-fp-solde .categorie-item-price .final.price,
.iframe .product-shop .fp-price-promo .price-box .price
{
    color:#111111;
}

.iframe .product-essential .product-shop .price-box .price{
    font-size: 1.5rem;
}

.iframe .product-essential .product-shop .price-box .ttc-label{
    font-size: 10px;
    color: #111111;
}
.fancy-config{
    overflow: hidden !important;
}

.iframe .product-conf-btn, .iframe .only-cmd .reservation .link-page.alert-page{
    display:initial !important;
}

.iframe .product-essential .reservation .link-page{
    height: 45.2px;
    display: inline-block;
    width: 100%;
}

.iframe .alert_stock_popin .txt-mobile{ display:none; }

.iframe #bt-server-group, .iframe .alert_stock_popin{
    width:100%;
    float: none;
}

.iframe #product-img-box{
    height:255px;
    width: auto;
}

html.iframe, .iframe body, .iframe .wrapper, .iframe .wrapper .page:nth-of-type(3),
html.iframe .wrapper .page:nth-of-type(3) .main-container:first-child,
html.iframe .wrapper .page:nth-of-type(3) .main-container:first-child .main:first-child,
html.iframe .wrapper .page:nth-of-type(3) .main-container:first-child .main:first-child .col-main:first-child,
html.iframe .wrapper .page:nth-of-type(3) .main-container:first-child .main:first-child .col-main:first-child .product-view,
html.iframe .wrapper .page:nth-of-type(3) .main-container:first-child .main:first-child .col-main:first-child .product-view .product-essential,
html.iframe .wrapper .page:nth-of-type(3) .main-container:first-child .main:first-child .col-main:first-child .product-view .product-essential #product_addtocart_form {
    height: 100%;
}


.iframe #product_view_ofp{
    display:none;
}
.iframe .col40{
    padding-left:20px;
    width: 100%;
    padding-right:30px;
}

.iframe .product-essential #fp-qty #qty{
    padding-top:4px;
}
.iframe .product-essential fieldset .option .sod_select{
    height: 40px;
}
.iframe .product-essential .content-next-product #fp-qty{ height:40px; }

.iframe .wrapper .page:nth-of-type(3) .main-container:first-child .main:first-child .col-main:first-child .product-view .product-essential #product_addtocart_form .reservation {
    position: absolute;
    bottom: 40px;
    left:0;
    padding: 0 30px 0px 20px;
    box-sizing: border-box;
}

.iframe #fp-showstock-ajax{
    display: none;
}
.iframe #stock-box { width: 62%; }
.iframe .image.hidedesktop{
    padding-top: 10px;
}

.iframe .product-essential .product-name h1{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
}

.iframe #btn-choose-magasin{
    width: 100%;
}
/*prix par quantité pour l'iframe*/
.iframe  #js-tier-price-popin{
    border-top: 1px solid #e5e5e5;
}
.iframe  #js-tier-price-popin .content{
    margin-bottom:5px;
}

.iframe #js-tier-price-popin .title{
    position: relative;
    cursor: pointer;
    font-size:1.3rem;
    font-family: "GothamHTF Bold", sans-serif;
    color: #111111;
    text-transform: none;
    margin: 10px 0px;
    padding: 5px 0px;
    font-weight: 400;
    width: 100%;
}


.iframe #js-tier-price-popin .content .price-strong{
    color:red;
    font-family: "GothamHTF Bold", sans-serif;
    font-size: 1.3rem;
}

.iframe #js-tier-price-popin .content .content-qte
{
    font-family: "GothamHTF Light", sans-serif;
}

.iframe #messages_product_view{
    position: absolute;
    top:0px;
    z-index:9999;
}

/* Catalogue  Taille Tablette */
@media screen and (max-width: 1024px) {
    /*GENERIQUE*/
    .col3 {
        width: 100%; }
    .col7 {
        width: 100%; }
    .nb-result-mobil {
        display: block;
    }
    .nb-result-desktop {
        display: none;
    }
    .compteur { width: 100%; text-align: center; }
    .sorter .compteur span {font-size: 1.2rem; font-weight: normal; }
    .toolbar .sorter {
        padding-bottom: 0px;
        padding-left: 0px;
        padding-right: 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 .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%;
    }
    .category-products .categorie-item-line .clear {
        display: none; }
    .category-products ol {
        background: white;
    }
    .category-products ol.pager-nav {
        margin-top: 15px;
        background: #FFFFFF; }
    .category-products ol.pager-nav li {
        width: auto;
        margin: 15px;
        float: none;
        margin-bottom: 0px;
        padding: 0px;
        font-size: 1.3rem;
    }
    .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: inline-block; }
    .category-products ol.pager-nav li a {
        display: block;
        font-weight: lighter;
        font-family: 'Open Sans', sans-serif;
        color: #111111;
        text-decoration: inherit;
        font-size: 1.6rem;
        padding: 0px;
    }
    .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: 0px;
        padding-bottom: 0px;
        text-transform: uppercase;
        text-align: center; }
    .category-products .categorie-item .categorie-item-title {
        font-size: 1.4rem; }
    .category-products .categorie-item .vignette {
        right: 70px; }
    .category-products .categorie-item-line:nth-of-type(even) .categorie-item:nth-of-type(odd) {
        border-right: 1px solid #dfdfdf;
    }
    .category-products .categorie-item-line:nth-of-type(odd) .categorie-item:nth-of-type(even) {
        border-right: 1px solid #dfdfdf;
    }
    .category-products .categorie-item .categorie-item-img {
        min-height: 180px;
        padding-right: 0px; }
    .category-products .categorie-item .categorie-item-brand {
        font-size: 1.2rem; }
    .category-products .categorie-item .price-box {
        font-size: 2.0rem;
        line-height: 1rem;
    }
    .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;
        color: #9cc200; }
    .backtotop {
        display: block;
        opacity: 1;
    }
    .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%); }
    .block-trier-par.opennav .openfilter, .block-filtrer-par.opennav .openfilter {
        display: none !important;
    }
    .block-trier-par.opennav .closefilter, .block-filtrer-par.opennav .closefilter {
        display: block !important;
    }
    .block-trier-par.closenav .closefilter, .block-filtrer-par.closenav .closefilter {
        display: none !important; }
    .block-trier-par.closenav .openfilter, .block-filtrer-par.closenav .openfilter {
        display: block; }
    .block-layered-nav .block-content .currently .block-subtitle {margin-left: 10px;}
    .block-layered-nav .block-content .actions {margin-right: 10px; margin-bottom: 10px;}
    .col-left.sidebar {
        padding-bottom: 0px;
        margin-bottom: 0px; }
    .col-left.sidebar.left {
        margin-bottom: 15px; }
    .from {
        width: 130px;
    }
    .categorie-item-price .old.price {
        font-size: 1.4rem;
        text-align: center;
        padding: 0px 5px;
    }

    .category-products .categorie-item {
            padding-bottom: 15px;
        }

}


/*****Mobile****/
@media only screen and (max-width: 667px) {
    .categorie-item-line .categorie-item .price-box {
        padding-left: 10px;
    }
    .category-products, .view-mode{
        margin:0px;
    }
    .sorter { padding: 0px 25px; margin-top: 0px; }
    .catalog-category-view #head-category .col7, .brand-view-index #head-category .col7 { width: 100%;}
    .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;
    }*/
    .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-brand { padding-left: 7px; }
    /*.category-products .categorie-item-line .categorie-item{ min-height:415px; }*/
    .from { top: -11px; left: 7px; }
    .categorie-item-line .price-box .from { top: -25px; left: 0;}
    .slider-secondaire .from { top: 0px;}

    .product-upsell .categorie-item-price .price.final { padding: 0; }
    .categorie-item-fp-avantage .price { font-size: 1.6rem; }
    .subheader .content-logo-mobil img {
        padding: 9px 10px;
        width: 131px;
        margin: 0;
        height: 36px;
    }
    .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; }

    .category-products .categorie-item-line .categorie-item div.nouveaute,
    .customlist-offrespeciales-index .categorie-item-line .categorie-item div.nouveaute,
    .brand-view-index .categorie-item-line .categorie-item div.nouveaute,
    .categorie-item-line .categorie-item div.nouveaute {
       top: 15px;
        left:-8px;
    }
    .sorter{
        margin-bottom:0px;
    }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.img-product-catalogue.hide-desktop {
        height: 100%;
        width: auto;
    }
    .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-brand {
        padding-left: 8px;
    }

    .category-products ol.pager-nav li.current {
        font-size: 1.3rem;
    }
    .category-products ol.pager-nav li a{
        font-size: 1.2rem;
    }

    .categorie-item-line .categorie-item-title {
        padding-top:5px;
    }
}


@media screen and (max-width: 640px) {

    .categorie-item-line .categorie-item-title {
        padding-top:0px;
    }

    .category-products .categorie-item-line .categorie-item {
        min-height: 280px;
    }
    .category-products .categorie-item-price {
        position: relative; }
    .category-products .categorie-item-price .price-box {
        top: 0; }
    .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; }
    .categorie-item .categorie-item-price.price-reduc .special-price .final.price {
        padding: 5px 5px 5px 0px;
    }
    .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;
        color: #9cc200;
    }
    .categorie-item-line .categorie-item .categorie-item-img .img-product-catalogue.img-product-catalogue.hide-desktop {
        height: auto;
        width: 95%;
    }
    .category-products .categorie-item-line .categorie-item div.nouveaute,
    .customlist-offrespeciales-index .categorie-item-line .categorie-item div.nouveaute,
    .brand-view-index .categorie-item-line .categorie-item div.nouveaute,
    .categorie-item-line .categorie-item div.nouveaute {
        top: 20px;
        left:-8px;
    }

}
@media screen and (max-width: 450px) {
    .txt_promo.hidedesktop {
        display: block !important;
    }

    .txt_promo.hidemobile {
        display: none !important;
    }
}

.txt-ecommerce {
    color: #D26E00 ;
    font-family: "GothamHTF Light", sans-serif;
    font-size: 12px;
    opacity: 1;
    padding-top: 5px;
    padding-left: 15px;
}

/*****Mobile****/
@media only screen and (max-width: 667px) {
    .txt-ecommerce {
        padding-left: 8px;
    }
}
/* NAV TUNNEL */
.avancement_cmd {
    margin-top: 15px;
    padding-top: 30px;
    padding-bottom: 10px;
    background: white;
    padding-left: 180px;
    /* ACTIVE */
    /* COMPLETE*/ }
.avancement_cmd.no-lad
{
    padding-left: 330px;
}
.avancement_cmd .step {
    position: relative;
    float: left;
    z-index: 7777;
    width: 20%;
    text-align: center;
}
.avancement_cmd .step span {
    z-index: 8888;
    position: relative;
    font-size: 1.2rem;
    font-family: 'GothamHTF Bold', sans-serif;
    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: 25px;
    height: 25px;
    line-height: 25px;
    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: 41%;
    background: #ececec;
    top: 20px;
    z-index: 7777; }
.avancement_cmd .step:before {
    content: "";
    position: absolute;
    left: 0px;
    height: 5px;
    width: 41%;
    background: #ececec;
    top: 20px;
    z-index: 7777; }
.avancement_cmd .step:first-child:after {
    width: 41%;
}
.avancement_cmd .step:first-child:before {
    display: none; }
.avancement_cmd #onepage-step-success:after {
    display: none; }
.avancement_cmd .step.active span {
    color: #00421c; }
.avancement_cmd .step.active .stepNumber {
    color: white;
    background: #00421c; }
.avancement_cmd .step.active:first-child:after {
    background: #00421c; }
.avancement_cmd .step.active:first-child:before {
    background: #00421c; }
.avancement_cmd .step.complete span {
    color: #00421c; }
.avancement_cmd .step.complete .stepNumber {
    color: white;
    background: #00421c; }
.avancement_cmd .step.complete:first-child:after {
    background: #00421c; }
.avancement_cmd .step.complete:first-child:before {
    background: #00421c; }
.avancement_cmd .step.complete:after {
    background: #00421c; }
.avancement_cmd .step.complete:before {
    background: #00421c; }
.avancement_cmd .step.active:after {
    background: #00421c; }
.avancement_cmd .step.active:before { background: #00421c; }
.avancement_cmd.no_lad #onepage-step-cart { margin-left: 190px; }


.avancement_cmd img.tick_success {
    margin-top:2px;
    width: 20px;
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.checkout-onepage-index .avancement_cmd {
    margin:0px;
}

@media screen and (max-width: 1024px) {
    .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;
    }

    .avancement_cmd.no-lad
    {
        padding-left: 215px;
    }

}

@media screen and (max-width: 670px) {

    .avancement_cmd { display: block; clear: both; padding: 15px 0px 30px 45px; width: 98%; }
    .avancement_cmd #onepage-step-cart { margin-left: 25px; }
    .avancement_cmd { display: none; }
    .avancement_cmd.lad #onepage-step-cart {
        margin-left: 0px;
    }

    .avancement_cmd .step {
        width: 13%;
    }
    .avancement_cmd img.tick_success {
        margin-top: -1px;
    }
    .avancement_cmd img.tick_success { margin-top: 0px; width: 18px; }
    .avancement_cmd img.tick_success {
        margin-top: -1px;
    }
}

@media only screen and (max-width: 668px){
    .checkout-onepage-index .avancement_cmd{ margin-left:120px;}

    .avancement_cmd img.tick_success { margin-top: -10px; }
}
@media only screen and (min-width: 599px) and (max-width: 1024px) {
    .avancement_cmd { padding-left: 110px;}
    .avancement_cmd img.tick_success { margin-top: -1px; width: 20px;}
}

@media screen and (max-width: 490px) {
    .avancement_cmd .step {
        width: 19%;
    }
}
@media screen and (max-width: 440px) {

    .checkout-onepage-index .avancement_cmd {
        margin: 0px;
    }
}
.cart .cart-login-block {
    padding-left: 35px;
}
.cart .block-login .block-content {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cart .block-login .form-entries {
    flex: 1;
    margin-right: 25px;
}

.cart .block-login .input-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 45px;
    width: 100%;
    line-height: 30px;
    border: 1px solid #212121;
    background: white;
    outline: none;
    font-size: 14px;
    padding-left: 15px;
    margin-bottom: 5px;
}


.cart .cart-login-block-mobile {
    display: none;
}

.cart .block-login .forgot-link {
    color: #808080;
}

.cart .block-login .block-sub-labels {
    text-align: right;
    color: #808080;
    position:absolute;
    right:0;
    bottom:-3px;
}
.link-page.greencolor.reverse {
    outline: none;
    color: white;
    cursor: pointer;
    background: #00461e;
    border-color: #00461e;
}

#mini_login_form .link-page.greencolor.reverse{
    padding:14px 25px 13px;
}

#mini_login_form .button.link-page.reverse
{
    padding: 11px 25px;
}
#register_form_popin form {
    overflow: hidden;
}
#register_form_popin form.closed {
    height: 0px;
}
#register_form_popin p,
#register_form_popin label {
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
#register_form_popin .cart.formulaire {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 100px;
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
#register_form_popin .cart.formulaire > fieldset {
    margin: 0;
}
#register_form_popin .cart.formulaire #form-validate > ul.form-list {
    width: 85%;
}
#register_form_popin .page-title {
    position: relative;
    margin: 0;
    padding: 15px 0px 0px 25px;
    background: none;
}

#register_form_popin .page-title.step-tow
{
    padding-top: 5px;
}

#register_form_popin .cart fieldset .bottom-page{
    margin: 10px auto;
}

.create_account{
    margin-right: 15px;
}

#register_form_popin  .page-title h2 {
    position: relative;
    display: inline-block;
}
#register_form_popin  .page-title h2:before {
    position: absolute;
    top: 9px;
    left: -25px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #A0A0A0;
    border-top: 2px solid #A0A0A0;

    transform: rotate(-45deg);
}
#register_form_popin  .page-title.closed h2:before {
    border: none;
    top: 3px;
    border-left: 2px solid #A0A0A0;
    border-bottom: 2px solid #A0A0A0;

}
#register_form_popin .page-title h2 {
    padding-left: 0;
    text-align: left;
    font-size: 18px;
    font-family: 'GothamHTF Bold', sans-serif;
    cursor: pointer;
}

#register_form_popin .cart .please-wait{
    position: absolute;
    left: 100px;
    bottom: 40px;
}
#register_form_popin .page-subtitle h3 {
    margin: 0;
    color: #A0A0A0;
    text-align: left;
    font-size: 14px;
    font-family: 'GothamHTF Bold', sans-serif;
}
#register_form_popin .cart.formulaire .form-field-container {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0px;
}
#register_form_popin .cart.formulaire .form-title label {
    text-transform: uppercase;
    letter-spacing: 0.60px;
}
.cart.formulaire .form-title.communication
{
    width:100%;
}
#register_form_popin .cart.formulaire .form-entries {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px;
    position: relative;
}

#register_form_popin .cart.formulaire .form-field-container.mobile .form-entries
{
    padding: 5px 3px;
}
#register_form_popin .flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#register_form_popin .full {
    flex: 1 1 100%;
}
#register_form_popin .double {
    flex: 1 1 50%;
}
#register_form_popin .triple {
    flex: 1 1 33%;
}
#register_form_popin .cart.formulaire input::-webkit-input-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
#register_form_popin .cart.formulaire input::-moz-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
#register_form_popin .cart.formulaire input:-ms-input-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
#register_form_popin .cart.formulaire input:-moz-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
#register_form_popin .cart.formulaire input {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    height: 43px;
    min-height: 39px;
}
#register_form_popin .cart.formulaire .form-field-container .form-field {
    margin: 0;
}
#register_form_popin .cart.formulaire .form-field-container.name .form-field {
    flex: 1 1 auto;
}
#register_form_popin .cart.formulaire .form-field-container.country .form-field {
    flex: 1 1 auto;
}
#register_form_popin .cart.formulaire .form-field-container.country .form-field.country,
#register_form_popin .cart.formulaire .form-field-container.country .form-field.zip {
    flex: 1 1 auto;
}
#register_form_popin .cart.formulaire .form-field-container.country .form-field.country span{
    margin-right: 7px;
}
#register_form_popin .cart.formulaire .form-field-container.phone input {
    width: 39px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container.phone input::-webkit-inner-spin-button,
#register_form_popin .cart.formulaire .form-field-container.phone input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#register_form_popin .cart.formulaire .form-field-container.phone input[type=number] {
    -moz-appearance:textfield;
}
#register_form_popin .cart.formulaire .form-field-container.country .form-field.country .form-entries,
#register_form_popin .cart.formulaire .form-field-container.country .form-field.zip .sod_select {
    width: 100%;
}

#register_form_popin .cart.formulaire .form-field-container.country .form-field.country span{
    width:99%;
}

#register_form_popin .cart.formulaire .form-field-container.email .form-field.email{
    flex:1 1 auto;
}

#register_form_popin .cart.formulaire .form-field-container.email .form-entries.flex {
    flex-wrap: nowrap;
}

#register_form_popin .cart.formulaire .form-field-container.address-complement .form-field{
    flex:1;
}
#register_form_popin .cart.formulaire .form-field-container.form-dob .form-field .form-entries,
#register_form_popin .cart.formulaire .form-field-container.form-mobile.form-field .form-entries{
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 10px 3px;
}
#register_form_popin .cart.formulaire .form-field-container .form-field .dob-day,
#register_form_popin .cart.formulaire .form-field-container .form-field .dob-month,
#register_form_popin .cart.formulaire .form-field-container .form-field .dob-year {
    width: auto;
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container .form-field.fidelity input  {
    margin-right: 10px;
}
#register_form_popin .cart.formulaire .form-field-container.form-dob .form-field input {
    width: 80px;
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container.form-dob .form-field input::-webkit-input-placeholder {
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container.form-dob .form-field input::-moz-placeholder {
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container.form-dob .form-field input:-ms-input-placeholder {
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container.form-dob .form-field input:-moz-placeholder {
    text-align: center;
}
#register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex {
    flex-wrap: nowrap;
}
#register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite {
    height: 39px;
}

#register_form_popin .cart .sod_select {
    margin: 0;
    width: 100%;
}
#register_form_popin .magasin-rapprochement .sod_select {
    max-width: 300px;
    margin-left: 10px;
}
#register_form_popin .title-passion {
    font-family: "GothamHTF Bold", sans-serif;
}
#register_form_popin .title-passion-all {
    text-transform: uppercase;
    font-family: "GothamHTF Book", sans-serif;
}
#register_form_popin .child.choix-passion {
    font-family: "GothamHTF Book", sans-serif;
}
#register_form_popin .child-passions {
    margin-top: 10px;
}
#register_form_popin .form-entries.marketing {
    flex-wrap: wrap;
}
#register_form_popin .marketing-type input {
     margin: 0 10px;
 }
#register_form_popin .marketing-type input.required-courrier {
    margin: 0px 10px 0px 0px;
}
#register_form_popin .marketing-type label {
    text-transform: uppercase;
}
#register_form_popin #billing-buttons-container {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
    position: relative;
}

#register_form_popin #stepOneError .error-address{
    border-color: #f16048;
    background-color: #faebe7;
    color: #df280a;
    padding: 10px;
    margin-top: 10px;
    margin-left: 7px;
    font-size: 1.15rem;
    width: 81%;
    display: inline-block;
}

#register_form_popin .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
#register_form_popin .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
{
    position: absolute;
    left: 175px;
    bottom:-8px;
}

.checkout-cart-index .fancybox-close {
    right: 22px;
    border: 1px solid black;
    padding: 8px;
    width: 15px;
    height: 15px;
    top: 5px;
    background-position: 50%;
}

.cart .cart-login-block h3 {
    padding-left: 0;
}

.cart .page-title.cart-login-block h3{
    padding-left:0;
}

.cart .welcome-label {
    color: #212121;
    font-family: 'GothamHTF Book', sans-serif;
    font-size: 1.4rem;
    margin: 0;
    padding-left: 35px;
}

body::-webkit-scrollbar {
    width: 1em;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

#billing-new-address-form .magasin-rapprochement .sod_select.open .sod_list_wrapper{
    display: block;
    overflow: auto;
    height: 180px;
    background-color: #F5F5F5;
}

#billing-new-address-form .magasin-rapprochement .sod_select.open .sod_list_wrapper::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

#billing-new-address-form .magasin-rapprochement .sod_select.open .sod_list_wrapper::-webkit-scrollbar
{
    width: 8px;
    background-color: #F5F5F5;
}

#billing-new-address-form .magasin-rapprochement .sod_select.open .sod_list_wrapper::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}

.form-field-container.phone .form-field{ width:100%; }
.form-field-container.phone .form-field #advice-validate-multiple-mobile-portable
{
    position: absolute;
    right:-70px;
}

.form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone
{
    position: absolute;
    right:-52px;
}


.cart #main_cart_totals tr.review_discount td.review_discount,
.cart #main_cart_totals tr.review_discount td.total_discount {
    text-transform: initial;
    font-size: 1.2rem;
}


.cart span .btn-proceed-checkout-cgv {
    font-family: 'GothamHTF Light', sans-serif;
    text-transform: none;
    font-size: 12px;
    font-weight: 100;
}

.cart span .btn-proceed-checkout-validate {
    font-family: 'GothamHTF Medium', sans-serif;
    padding-left: 2px;
}

#mini_login_form { position:relative; }

#register_form_popin .cart.formulaire .form-field-container.email .form-field.email input#email_address{
    width: 423px;
}
#input_email_status{
   width: 38%;
    margin-left: 10px;
    color: #e9580c;
    font-size: 1.1rem;
}

span.info-societe-tunnel{ text-transform: uppercase; }

.same_address.avertissement
{
    font-family: "GothamHTF Light", sans-serif;
    font-size:1.2rem;
    font-weight: 400;
    color: red;
    padding-bottom: 10px;
}

span.span-bold{
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

span.span-red{
    color:red;
    margin: 15px 0px;
    display: block;
}
.detail_title{position: relative; }
.form_armes_mineur{
    border: 1px solid #cdcdcd;
    padding:10px 20px;
    margin: 15px 0px;
    width: 85%;
}

.form_armes_mineur .form_mineur{
    padding:5px 0px;
}
.form_armes_mineur .form_mineur label{
    width: 30%;
    display: inline-block;
    float: left;
}

.form_armes_mineur .form_mineur input{
    width: 35%;
    display: inline-block;
}
.form_armes_mineur .form_mineur .dob-day-tunnel, .form_armes_mineur .form_mineur .dob-month-tunnel { display: inline-block; width:9%; padding-right: 6px; }
.form_armes_mineur .form_mineur .dob-year-tunnel { display: inline-block; width:14% }

.form_armes_mineur .form_mineur  .dob_mineur{ width:100%;}

.form_armes_mineur .form_mineur select{
    width:11%;
    display: inline-block;
}
.form_armes_mineur .form_mineur .postcode{
    width:18%;
    display: inline-block;
}
.documents.retrait { border-top: 1px solid #cdcdcd; marging-top:0px; padding-top:15px;}
.documents.retrait .doc-arme p { margin-left:0px;}
.documents.retrait .moredetail { position: relative; display: block; margin-top:10px; margin-left: 10px;}
.documents .doc-type a{
    color: #111;
    padding-left: 35px;
    font-size: 1.05rem;
    padding-bottom: 5px;
    display: inline-block;
}
.creneaux{display:block; padding:0px 70px 20px; margin-bottom:10px; clear:both; width:100%; border-top: 1px solid #cdcdcd; }
.creneaux .content{
    width: 90%;}
.creneaux h3{ padding:0px; font-size: 1.6rem;}
.creneaux .intro{ display:block; clear:both; padding-bottom:10px;  font-family:"GothamHTF Light", sans-serif;  font-size: 1.3rem;}
.creneaux table{border-collapse:separate; border:1px solid #cdcdcd; width:100%; text-align:center;}
.creneaux table thead td{text-transform: uppercase;  border-bottom:1px solid #cdcdcd; font-family: "GothamHTF Bold", sans-serif;}
.creneaux table td, .creneaux table td{font-weight:100; font-size:1.3rem; padding: 15px 0;}
.creneaux table thead td.separator_creneaux{ border-right:1px solid #cdcdcd; width:2%;}
.creneaux table tbody td.separator_creneaux{width:2%; font-family: "GothamHTF Bold", sans-serif;}
.creneaux table tbody tr:first-child td {border-bottom:1px solid #cdcdcd;}
.creneaux.info_covid .red{ color:#ff1111; font-weight: bold; font-family: "GothamHTF Bold", sans-serif;}

.error_msg{ display: block; margin-top:10px;}
.error_msg .attention_mineur{ float:left; width: 40px;}
.error_msg .attention_mineur img{ width:35px;}
.error_msg .attention_mineur_msg{ float:left; padding-top:5px; }

@media only screen and (max-width: 1024px) {
    /**FancyBox**/
    body.checkout-cart-index.noscroll{
        overflow:hidden;
        position:fixed;
    }

    .checkout-cart-index .fancybox-wrap.wrap-customer
    {
        width:100% !important;
        left:0px !important;
        top: 0px !important;
    }

    .checkout-cart-index .fancybox-close {
        right: 10px;
    }

    .checkout-cart-index .fancybox-wrap.wrap-stock
    {
        top:80px !important;
    }

    .checkout-cart-index .fancybox-inner.inner-customer
    {
        width: 100% !important;
        min-height: 100vh !important;
    }

    #register_form_popin .cart.formulaire .form-field-container.form-dob .form-field .form-entries {
        padding-left: 5px;
    }
    #register_form_popin .cart.formulaire .customer-dob .form-title label
    {
        margin-left: -3px;
    }
    #register_form_popin .cart.formulaire
    {
        margin-left: 50px;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        right:-8px;
        bottom:23px;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:8px;
        bottom:23px;
    }

    .form-entries.type_client{ width:99% !important; }
    .form-field-container.name{ width:99.4%; }
    .form-field.city #city { width: 98.5%;}


    #register_form_popin .cart. .form-field-container.email .form-field.email input#email_address{
        min-width: auto;
    }

}

@media only screen and (max-width: 991px) {



    #billing-new-address-form .magasin-rapprochement .sod_select.open .sod_list_wrapper{
        display: block;
        overflow: auto;
        height: 190px;
    }

    #register_form_popin .cart.formulaire #form-validate > ul.form-list {
        width: 100%;
    }
}
@media only screen and (max-width: 768px) {

    /**FancyBox**/
    body.checkout-cart-index.noscroll{
        overflow:hidden;
        position:fixed;
    }

    .checkout-cart-index .fancybox-close {
        right: 10px;
    }

    .checkout-cart-index .fancybox-inner.inner-customer
    {
        width: 100% !important;
        min-height: 100vh;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        left:175px;
        bottom:-8px;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:70px;
        bottom:23px;
    }

    .form-field-container.phone.mobile .select-box.indicatif{
        padding-left: 2px;
    }

    #register_form_popin #stepOneError .error-address {
        width: 94%;
    }
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex{
        flex-wrap: wrap;
    }
    #register_form_popin .cart.formulaire .form-field-container.email .form-field.email,
    #register_form_popin .cart.formulaire .form-field-container.country .form-field.country .form-entries{
        width: 100%;
    }
    #register_form_popin .cart.formulaire .form-field-container.country .form-field.country,
    #register_form_popin .cart.formulaire .form-field-container.country .form-field.zip{
        width: 202px;
    }

    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite,
    #register_form_popin .cart.formulaire .form-field-container.email .form-entries.flex #email_address
    {
        width: 75%;
        margin: 0;
        padding: 0;
    }

}

@media only screen and (max-width: 670px) {

    .form-field-container.phone.mobile .select-box.indicatif{
        padding-left: 0px;
    }
    #register_form_popin .double {
        flex: 1 1 100%;
    }
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex {
        flex-wrap: wrap;
    }

    #register_form_popin .cart.formulaire .form-field-container.form-dob .form-title,
    #register_form_popin .cart.formulaire .form-field-container.phone .form-title {
        margin-bottom: 8px;
    }
    #register_form_popin .cart.formulaire .form-field-container.form-dob .form-title,
    #register_form_popin .cart.formulaire .form-field-container.phone .form-title,
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-title {
        min-width: initial;
        flex: 1 1 100%;
        margin-right: 20px;
    }
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-txt {
        flex: 1 1 100%;
    }


    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite,
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-title {
        flex: unset;
        width: 100%;
        margin-right:0px;
    }

    body.checkout-cart-index.noscroll{
        overflow:hidden;
        position:fixed;
    }
    #register_form_popin .cart {
        padding-left: 15px;
    }

    #register_form_popin .cart.formulaire .form-field-container.country .form-field.country .form-entries,
    #register_form_popin .cart.formulaire .form-field-container.country .form-field.country span
    {
        width: 100%;
        min-width: 110px;
    }
    #register_form_popin .cart.tunnel1 input[type="text"], #register_form_popin .cart.tunnel1 input[type="password"]{

        width:100%;
    }


    #register_form_popin .cart.formulaire .form-field-container.country .form-field.country span{
        width: 100%;
    }
    #register_form_popin .cart.formulaire fieldset {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #ffffff;
        padding: 0;
        width: 98%;
    }

    #register_form_popin .cart.formulaire .form-field-container.phone input {
        margin: 0 0 0 5px;
    }

    #register_form_popin .page-title h2 {
        padding:0;
    }
    #register_form_popin .cart.formulaire fieldset h2 {
        font-family: 'GothamHTF Bold', sans-serif;
        text-align: left;
    }

    .cart .cart-login-block {
        display: none;
    }

    .cart .cart-login-block-mobile {
        display: block;
        margin: 20px 8px 0 8px;
        padding-top: 20px;
        text-align: center;

    }

    .cart .cart-login-block-mobile .link-page {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        max-width: 400px;
    }

    .cart .cart-login-block-mobile .link-page:hover {
        background: #ffffff;
    }
    .cart .welcome-label {
        padding-top: 25px;
        padding-left: 10px;
    }

    #sign_popin{
        width: 100%;
        min-height: 100vh;
        height: 100vh;
    }

    #sign_popin .cart.tunnel1 {
        display: block;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0 auto;
        width: 90vw;
        max-width: 100%;
        padding: 0;
    }

    #sign_popin .cart .registered-users {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
    }

    #sign_popin .cart h3 {
        margin-bottom: 5px;
        padding-left: 0px;
        font-size: 1.2rem;
        font-family: 'GothamHTF Book', sans-serif;
        font-weight: 400;
        text-align: left;
    }
    #sign_popin .cart.tunnel1 .btn-users {
        margin-top: 25px;
    }
    #sign_popin .cart .espace_client {
        background-color: #FFFFFF;
    }

    #sign_popin .cart .input-text {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
    }
    .cart.tunnel1 input[type="text"], .cart.tunnel1 input[type="password"] {
        font-size: 14px;
        width: 100%;
    }
    #sign_popin  .cart.tunnel1 .buttons-set.acenter {
        margin-top: -8px;
        text-align: left;
    }
    #sign_popin .page-title {
        margin: 0px;
    }

    #register_form_popin .cart.formulaire
    {
        margin: 0px;
    }

    #billing-new-address-form .magasin-rapprochement .sod_select.open .sod_list_wrapper{
        display: block;
        overflow: auto;
        height: 190px;
    }
    #register_form_popin .sod_select.touch select {
        -webkit-appearance: menulist-button;
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 1;
    }


    #register_form_popin
    {
        width: 96%;
        margin-left:4%;
    }
    .btn-users .link-page.greencolor.reverse, #sign_popin .cart .espace_client, .button.espace_client{
        padding:10px;
        width:99%;
    }

    #register_form_popin .cart fieldset .bottom-page{
        margin: 10px 0px;
        width:99%
    }

    /**FancyBox**/
    .checkout-cart-index .fancybox-close {
        right: 10px;
    }
    .checkout-cart-index .fancybox-inner.inner-customer
    {
        width: 100% !important;
        min-height: 100vh !important;
    }

    #register_form_popin .cart .please-wait {

        position: absolute;
        left: 20px;
        bottom: 33px;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        right:18px;
        bottom:23px;
        left:unset;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:37px;
        bottom:23px;
    }

    #register_form_popin .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
    #register_form_popin .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
    {
        position: absolute;
        left: 6px;
        bottom:-9px;
    }

    .creneaux{ width:100%; padding:0px 10px;}
}

@media only screen and (max-width: 500px) {
    .second-step{
        padding-bottom:80px;
    }
    .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        left:6px;
        bottom:5px;
    }

    .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        left: 6px;
        bottom:5px;
        right: unset;
    }

    .checkout-cart-index .fancybox-inner.inner-customer
    {
        width: 100% !important;
        min-height: 100vh;
    }

    #register_form_popin .page-title h2 {
        font-size: 14px;
    }
    #register_form_popin .page-title h2:before {
        top: 6px;
    }
    #register_form_popin .page-title.closed h2:before {
        top: 0;
        left: -25px;
    }
    #register_form_popin .select-box.indicatif {
        flex: 1 1 100%;
        margin-bottom: 5px;
    }
    #register_form_popin .cart.formulaire .form-field-container.phone input {
        width:39px; margin: 0 10px 15px ;
    }
    #register_form_popin .cart.formulaire .form-field-container.phone input:first-of-type {
        margin-left: 0;
    }
    #register_form_popi .cart.tunnel1 .form-title label,
    #register_form_popin .cart.formulaire .form-field-container.form-dob .form-title, #register_form_popin .cart.formulaire .form-field-container.phone .form-title,
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite
    {
        margin-bottom: 3px;
    }
    #register_form_popin .cart.formulaire .form-field-container.phone input:last-of-type {
        margin-right: 0;
    }
    #register_form_popin .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-title {
        flex: 1 1 100%;
        margin-bottom: 3px;
    }

    #register_form_popin .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
    #register_form_popin .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
    {
        position: absolute;
        left: 6px;
        bottom:4px;
    }


    .documents .choix{
        width: 100%;
        display: block;
        margin: 10px 0px;
    }

    .documents .moredetail
    {
        top:33px;
        right: 30px;
        position: static;;
    }
    .form_armes_mineur .form_mineur label{
        width: 100%;
        display: inline-block;
    }

    .form_armes_mineur .form_mineur input{
        width: 100%;
        display: inline-block;
    }
    .form_armes_mineur .form_mineur select, .form_armes_mineur .form_mineur .postcode{
        width: 28%;
    }
    .groupement_document{
        -moz-column-count: 1;
        -moz-column-gap: 3%;
        -moz-column-width: 30%;
        -webkit-column-count: 1;
        -webkit-column-gap: 3%;
        -webkit-column-width: 30%;
        column-count: 1;
        column-gap: 3%;
        column-width: 30%;
    }
    .documents .grouplabel{
        width: 100%;
        float: none;
        padding-bottom: 0px;
        display: inline-block;
    }

    .documents .grouplabel .content {
        float: none;
        width: 100%;
        padding: 0px 10px 10px 10px;
        display: inline-block;
    }

    .form_armes_mineur .form_mineur .dob-day-tunnel, .form_armes_mineur .form_mineur .dob-month-tunnel{ width:15%; }
    .form_armes_mineur .form_mineur .dob-year-tunnel{ width:21%; }
    .error_msg .attention_mineur_msg{ width:85%; padding-top:0px; padding-bottom: 10px;}
    .error_msg .attention_mineur img{ padding-top:4pc;}
    .documents .doc-type a{ padding-top:0px; display: block; margin-top:0px;}
    .documents .grouplabel .grouplabelHeader{
        width: 100%;
        display: block;
    }

    .documents .grouplabel .content .content_item{
        display: inline-block;
        width: 49%;
        float: left;
        padding: 8px 0px;
    }
    .documents .label-doc-popin .download-ico{
        width: 20px;}
    .documents .grouplabel .content .clearfix {
        content: "";
        display: table;
        clear: both;
    }

    .documents .grouplabelHeader .img-header img{ padding-top:4px; }
    .documents .label-file{
        width: 80%;
    }
    .creneaux .content{ width:100%; }
    .documents.retrait .moredetail { margin-left: 0px; top:0px; left:0px; margin-bottom:15px;}

    #register_form_popin #stepOneError .error-address{
        width: 87%;
    }
    #register_form_popin .cart.formulaire .form-field-container.email .form-entries.flex {
        flex-wrap: wrap;
    }
    #register_form_popin .cart.formulaire .form-field-container.email .form-field.email input#email_address{
        width: 100%;
    }
}

.cart-login-block-mobile  .link-page p {
    font-size: 1.1rem;
    text-transform: initial;
    margin:0;
    font-weight: 300;
}
.attention_mineur img {
    width: 60px;
}
.cart-collaterals .totals div.coupon {
    margin-top: 20px
}

.msg_evenementiel {
    font-size: 13px;
    font-family: "GothamHTF Light", sans-serif;
    box-sizing: border-box;
    padding: 20px 10px 10px 10px;
}
.msg_evenementiel strong {
    font-family: "GothamHTF Bold", sans-serif;
}

.msg_evenementiel .image {
    padding: 0 ;
    display: table-cell;
    vertical-align: middle;
}

.msg_evenementiel .image img {
    width: 40px;
}

.msg_evenementiel .message{
    display: table-cell;
    vertical-align: middle;
    padding-left: 10px;
}

@media screen and (max-width: 670px) {
    .msg_evenementiel {
        border-bottom: 1px solid #dfdfdf;
        padding: 20px 10px 20px 10px;
    }
}
/**
 * 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;
}

.cart.customer{
    padding:0px 20px 10px 20px;
    margin:0px;
    background: #f9f9f9;

}

#billing-new-address-form h1 {
    padding-left: 0;
    text-align: left;
    font-size: 18px;
    font-family: 'GothamHTF Bold', sans-serif;
    text-transform: uppercase;
    color:#111111;

}

.cart.customer .sod_select
{
    width:70%;
}

.form_customer{
    display: block;
}
.form_customer .cart.tunnel1 .form-title p,
.form_customer .cart.tunnel1 .form-title label,
.form_customer .cart.formulaire .communication_txt {
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
    letter-spacing: 0.60px;
    text-transform: uppercase;
}

.form_customer .form-list{
    padding:0px;
    margin: 0px;
}
.form_customer .cart .sod_select {
    margin: 0;
    width: 100%;
}

.form_customer .cart.formulaire {

    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
}
.form_customer .cart.formulaire > fieldset {
    margin: 0;
}
.form_customer .cart.customer #form-validate > ul.form-list,
.form_customer .cart.customer #form-validate-step2 > ul.form-list,
.form_customer #form-validate  .cart.customer > ul.form-list
{
    width: 80%;
    padding-left: 3%;
}
.form_customer .page-title {
    position: relative;
    margin: 0;
    padding: 15px 0px 0px 25px;
    background: none;
}

.form_customer .page-title.step-tow
{
    padding-top: 5px;
}

.form_customer .cart fieldset .bottom-page{
    margin: 0px auto;
    width: 30%;
}

.create_account{
    margin-right: 15px;
}

.form_customer  .page-title h2 {
    position: relative;
    display: inline-block;
}
.form_customer  .page-title h2:before {
    position: absolute;
    top: 9px;
    left: -25px;
    content: '';
    width: 10px;
    height: 10px;
    border-right: 2px solid #A0A0A0;
    border-top: 2px solid #A0A0A0;

    transform: rotate(-45deg);
}
.form_customer  .page-title.closed h2:before {
    border: none;
    top: 3px;
    border-left: 2px solid #A0A0A0;
    border-bottom: 2px solid #A0A0A0;

}
.form_customer .page-title h2 {
    padding-left: 0;
    text-align: left;
    font-size: 18px;
    font-family: 'GothamHTF Bold', sans-serif;
    cursor: pointer;
}

.form_customer .cart .please-wait{
    position: absolute;
    left: 100px;
    bottom: 40px;
}
.form_customer .page-subtitle h3, .form_customer .page-subtitle h2, .cart.customer fieldset h2 {
    margin: 0;
    text-align: left;
    font-family: 'GothamHTF Bold', sans-serif;
}
.form_customer .cart.customer .form-field-container {
    display: flex;
    display: -webkit-flex;
    align-items: stretch;
    -webkit-align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    margin:0px;
}
.form_customer .cart.customer input{
    width:100%
}
.form_customer .cart.customer input[type="checkbox"]{
    width:10%;
    height: auto;
    min-height: auto;
}
.form_customer .cart.customer input[type="checkbox"].communication {
    width: 5%;
}
.form_customer .cart.customer .check-comm {
    position: relative;
    top: -2px;
    text-transform: uppercase;
    font-size: 12px;
}
.form_customer #change_password
{
    width:3%;
}
.form_customer .cart.formulaire .communication_txt {
    display: block;
}

.cart.formulaire .form-title.communication
{
    width:100%;
}

.form_customer .cart.formulaire .communication_txt
{
    font-size: 1.3rem;
    font-weight: bold;
}
.form_customer .cart.formulaire .form-entries {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px;
    position: relative;
}

.form_customer .cart.formulaire .form-entries.country-select{
    width: 100%;
    margin-right: 8px;
}
.form_customer .cart.formulaire .form-field-container.address-complement .form-field{
    flex: 1;
}

.form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable
{
    right:115px;
}

.form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
.form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
{
    position: absolute;
    right: 5px;
}


.form_customer .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone
{
    right:131px;
}

.form_customer .form-field-container.form-password .form-entries .form-field
{
    flex: 1;
}

.form_customer .form-field-container.form-password .form-entries:first-child .form-field
{
    flex: 0.5;
}
.form_customer .password-container {
    margin-top: 50px;
}
.form_customer .password-container .label-change-password {
    font-size: 12px;
}
.form_customer .form-entries.flex,
.form_customer .flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.form_customer .full {
    flex: 1 1 100%;
}
.form_customer .double {
    flex: 1 1 50%;
}
.form_customer .triple {
    flex: 1 1 33%;
}
.form_customer .cart.formulaire input::-webkit-input-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
.form_customer .cart.formulaire input::-moz-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
.form_customer .cart.formulaire input:-ms-input-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
.form_customer .cart.formulaire input:-moz-placeholder {
    color: #111111;
    font-size: 12px;
    font-family: 'GothamHTF Book', sans-serif;
}
.form_customer .cart.formulaire input {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    height: 43px;
    min-height: 39px;
}
.form_customer .cart.formulaire .form-field-container .form-field {
    margin: 0;
    list-style-type: none;
}
.form_customer .cart.formulaire .form-field-container.name .form-field {
    flex: 1 1 auto;
}
.form_customer .cart.formulaire .form-field-container.country .form-field {
    flex: 1 1 auto;
}
.form_customer .cart.formulaire .form-field-container.country .form-field.country,
.form_customer .cart.formulaire .form-field-container.country .form-field.zip {
    flex: 0 0 auto;
}
.form_customer .cart.formulaire .form-field-container.phone input {
    width: 39px;
    margin: 0 10px;
    padding: 0;
    text-align: center;
}
.form_customer .cart.formulaire .form-field-container.phone input::-webkit-inner-spin-button,
.form_customer .cart.formulaire .form-field-container.phone input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.form_customer .cart.formulaire .form-field-container.phone input[type=number] {
    -moz-appearance:textfield;
}
.form_customer .cart.formulaire .form-field-container.country .form-field.country .form-entries,
.form_customer .cart.formulaire .form-field-container.country .form-field.country span,
.form_customer .cart.formulaire .form-field-container.country .form-field.zip .sod_select {
    width: 100%;
}
.form_customer_popin.form_customer .cart.formulaire .form-field-container.name .form-field,
.form_customer_popin.form_customer .cart .form-field-container.country .form-field.country,
.form_customer_popin.form_customer .cart .form-field-container.country .form-field.zip,
.form_customer_popin.form_customer .form-field.city #city,
.form_customer_popin.form_customer .cart.formulaire .form-field-container.address-complement .form-field
{
    flex:unset;
    width: 100%;
}

.form_customer .cart.formulaire .form-field-container.form-dob .form-field .form-entries {
    -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 5px;
}
.form_customer .cart.formulaire .form-field-container .form-field .dob-day,
.form_customer .cart.formulaire .form-field-container .form-field .dob-month,
.form_customer .cart.formulaire .form-field-container .form-field .dob-year {
    width: auto;
    text-align: center;
}
.form_customer .cart.formulaire .form-field-container .form-field.fidelity input  {
    margin-right: 10px;
}
.form_customer .cart.formulaire .form-field-container.form-dob .form-field input {
    width: 80px;
    text-align: center;
    margin-right: 10px;
}
.form_customer .cart.formulaire .form-field-container.form-dob .form-field input::-webkit-input-placeholder {
    text-align: center;
}
.form_customer .cart.formulaire .form-field-container.form-dob .form-field input::-moz-placeholder {
    text-align: center;
}
.form_customer .cart.formulaire .form-field-container.form-dob .form-field input:-ms-input-placeholder {
    text-align: center;
}
.form_customer .cart.formulaire .form-field-container.form-dob .form-field input:-moz-placeholder {
    text-align: center;
}
.form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex, .form_customer .cart.formulaire .form-field-container.email .form-entries.flex {
    flex-wrap: nowrap;
}
.form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite, .form_customer .cart.formulaire .form-field-container.email .form-entries.flex #email_address  {
    height: 39px;
}

.form_customer .cart.customer .form-field-container.email .form-field.email,
.form_customer .cart.customer .form-field-container.magasin .form-field.magasin { width:100%; }
.form_customer .cart.customer .form-field-container.email .form-field.email input#email_address{ width:46%; min-width: 411px; }
.form_customer .cart.customer .form-field-container.email .form-field.email .control_email{ width:38%; margin-left:10px; color:#e9580c; font-size:1.1rem; }

.form_customer .cart.customer .form-field-container.magasin .form-field.magasin .sod_select {
    max-width: 250px;
}
.form_customer .cart.customer .form-field-container.email .form-field {
    display: f
}
.form_customer .cart.customer .form-field-container.magasin .form-field.magasin .form-title {
    min-width: 250px;
}

.form_customer .cart .sod_select {
    margin: 0;
    width: 100%;
}
.form_customer .cart .form-field.prefix .sod_select
{
    min-width: 103px;
}

.form_customer .cart .form-field-container.country .form-field.country{
    width: 282px;
}

.form_customer .cart .form-field-container.country .form-field.zip{
    width: 328px;
}

.form_customer .cart .form-field.city .sod_select{
    width: 100%;
}
.form_customer .magasin-rapprochement .sod_select {
    max-width: 300px;
    margin-left: 10px;
}
.form_customer .title-passion {
    font-family: "GothamHTF Bold", sans-serif;
}
.form_customer .title-passion-all {
    text-transform: uppercase;
    font-family: "GothamHTF Book", sans-serif;
}
.form_customer .child.choix-passion {
    font-family: "GothamHTF Book", sans-serif;
}
.form_customer .child-passions {
    margin-top: 10px;
}
.form_customer .form-entries.marketing {
    flex-wrap: wrap;
}
.form_customer .marketing-type input {
    margin: 0 10px;
}
.form_customer .marketing-type label {
    text-transform: uppercase;
}
.form_customer #billing-buttons-container {
    width: 100%;
    margin: 0;
    padding: 0;
    background: none;
    text-align: center;
    display: flex;
    background: #f9f9f9;
}

.form_customer .marketing-type.flex
{
    width: 15%;
}
.rappel-info
{
    width: 37%;
    display: inline-block;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    font-family: "GothamHTF Light", sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    padding: 15px 20px;
    line-height: 1.6rem;
    position: relative;
}

.link-simple {
    font-weight: 400;
    font-size: 1.2rem;
    font-family: "GothamHTF Light", sans-serif;
    color: #111111;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    text-transform: uppercase;
    padding:20px 10px;
}

#shipping-new-address-buttons-container .link-simple
{
    padding:15px;
}
.link-simple:hover {
    opacity: 0.7;
    color: #111111;
}
.link-simple a,.link-simple a:hover{ color: #111111; }

#billing-buttons-container .button-create
{
    margin:0 auto;
    margin-bottom: 20px;
}

.registered-users .form-field.email{
    margin-bottom: 10px;
}
.cart.dashboard-edit .form-list .form-field {
    margin-bottom: 20px;
}

.customer-account-edit .cart.formulaire fieldset .introId {
    margin-bottom: 25px;
}

.addresses-listing li.item, .donnee-perso.contenttable .col2-set .box-content .col-1, .donnee-perso .col2-set .box-content .col-2 {
    width: 50%;
    float: left;
    display: inline-block;
}

.donnee-perso .col2-set .box-content .col-1{
    width: 80%;
    float: left;
    display: inline-block;
}


.customer-account-index .box-content span.info-societe{
    margin-bottom: 0px;
    font-weight: bold;
}

.form_customer .dob-year.date-next, #register_form_popin .dob-year.date-next{
    position: relative;
}
.form_customer #advice-input-year-year{
    position: absolute;
    top:15px;
    left: 80px;
    width: 320px;
}

#register_form_popin #advice-input-year-year{
    position: absolute;
    bottom: -3px;
    left: 175px;
    width: 320px;
}

.dashboard-edit #advice-input-year-year{
    position: absolute;
    bottom: -11px;
    left: 0px;
}
.dashboard-edit .form-field.form-dob{
    display: inline-block;
    position: relative;
}

#advice-required-entry-email_address{ width: 38%; margin-left: 10px;}
#advice-validate-input-email-code-input_email_code{ display: none; }

@media only screen and (max-width: 1024px) {

    #dashboard-edit #advice-input-year-year{
        position: absolute;
        bottom: -60px;
        left: 0px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        right:-40px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:-16px;
        bottom:23px;
    }


    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
    {
        position: absolute;
        right:-120px;
    }

    .form_customer .form-entries.type_client{ width:99% !important; }
    .form_customer .form-field-container.name{ width:100%; }
    .form_customer .form-field.city #city { width: 98.5%;}

    .form_customer .cart .form-field-container.country .form-field.country{width:230px;}
    .form_customer .cart.formulaire .form-field-container.country .form-field.zip{ width:275px;}
    .form_customer .cart .form-field.country .sod_select{ max-width: 220px; }
    .form_customer .cart .form-field-container.country .form-field.zip{ width: 232px; }
    .form_customer .form-field.city #city{ width: 100%;}
    .form_customer .cart.customer .form-field-container.email .form-field.email{ width:100%;}
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex,
    .form_customer .cart.formulaire .form-field-container.email .form-entries.flex{ flex-wrap: wrap;}
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite,
    .form_customer input#email_address,
    .form_customer .cart.customer .form-field-container.email .form-field.email input#email_address
    {
        width:78%;
        margin:0px;
        padding:0px;
        min-width: unset;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-title{ margin-right:0px;}
    .form_customer .cart.customer .form-field-container.email .form-field.email .control_email{
        width: 100%;
        margin-left: 172px;
        margin-top: 3px;
    }


}

@media only screen and (max-width: 991px) {

    .form-field-container.phone .form-field #advice-validate-other-tel-telephone_5{
        position: absolute;
        right:-8px;
        bottom:23px;
    }

    .form_customer .cart.formulaire #form-validate > ul.form-list {
        width: 97%;
    }
    .rappel-info
    {
        width: 60%;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable,
    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable{
        position: absolute;
        right:-8px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone,
    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone{
        position: absolute;
        right:8px;
        bottom:23px;
    }


}

@media only screen and (max-width: 768px) {
    .form_customer .double {
        flex: 1 1 100%;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex {
        flex-wrap: wrap;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite,
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-title {
        flex: 0 1 auto;
        width: auto;
    }
    .form_customer .cart.formulaire .form-field-container.form-dob .form-title,
    .form_customer .cart.formulaire .form-field-container.phone .form-title {
        margin-bottom: 5px;
        margin-top:10px;
    }
    .form_customer .cart.formulaire .form-field-container.form-dob .form-title,
    .form_customer .cart.formulaire .form-field-container.phone .form-title,
    .form_customer .cart.formulaire .form-field-container.fidelity .form-title {
        min-width: initial;
        flex: 1 1 100%;
        margin-right: 20px;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-txt {
        flex: 1 1 100%;
    }

    .form-field-container.phone .form-field #advice-validate-other-tel-telephone_5{
        position: absolute;
        right:50px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        right:45px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:62px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
    {
        position: absolute;
        left:7px;
        bottom:-10px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        right: 45px;
        bottom: 23px;
        left: unset;
    }

    .form_customer .cart.formulaire .form-field-container.country .form-field.country,
    .form_customer .cart.formulaire .form-field-container.country .form-field.zip
    {
        flex: 1 auto;
    }
    .form_customer .cart .form-field-container.country .form-field.country{width:202px;}
    .form_customer .cart.formulaire .form-field-container.country .form-field.zip{ width:100%;}
    .form_customer .cart .form-field.country .sod_select{ max-width: 195px; }
    .form_customer .cart .form-field-container.country .form-field.zip{ width: 232px; }
    .form_customer .form-field.city #city{ width: 100%;}
    .form_customer .cart.customer .form-field-container.email .form-field.email .control_email{
        width: 100%; margin-left: 0px;
    }
    .form_customer .cart.customer .form-field-container.email .form-field.email,
    .form_customer .cart.customer .form-field-container.email .form-field.email input#email_address,
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite{ width:100%;}
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex,
    .form_customer .cart.formulaire .form-field-container.email .form-entries.flex{ flex-wrap: wrap;}

    .form_customer .cart.formulaire .form-field-container.fidelity .form-title{ margin-right:33px;}

    .form_customer .cart.formulaire .form-password .form-entries .form-field {
        flex: 100%;
    }
}


@media only screen and (max-width: 670px) {

    .form_customer .marketing-type.flex
    {
        width: auto;
    }

    .form_customer .cart {
        padding-left: 0px;
    }

    .form_customer .cart.tunnel1 input[type="text"], .cart.tunnel1 input[type="password"] {
        width: 100%
    }

    .form_customer .cart.formulaire fieldset {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: #f9f9f9;
        width: 98%;
        padding:0;
    }

    .form_customer .page-title h2 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .form_customer .cart.customer
    {
        background: #f9f9f9;
        margin:0;
        width:98%;
        padding:0;
    }

    .form_customer .sod_select.touch select {
        -webkit-appearance: menulist-button;
        position: absolute;
        top: 0;
        left: 0;
        display: block !important;
        height: 100%;
        width: 100%;
        opacity: 0;
        z-index: 1;
    }

    .form_customer .cart fieldset .bottom-page{
        margin: 10px 0px;
        width:99%
    }
    .form_customer #billing-buttons-container {
        padding-left:8px;
    }

    .form-field-container.phone .form-field #advice-validate-other-tel-telephone_5{
        position: absolute;
        right:18px;
        bottom:23px;
    }

    .form_customer .cart.formulaire .form-field-container.phone input{
        margin:0px 8px;
    }
    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable
    {
        position: absolute;
        right:0px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:17px;
        bottom:23px;
    }

    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
    {
        position: absolute;
        left:7px;
        bottom:-8px;
        right:unset;
    }


    .button.espace_client
    {
        width:100%;
    }

    .cart.tunnel1 .col2 {
        padding:0;
    }

    .registered-users .new-customer p{
        padding:0 10%;
    }

    .registered-users .new-customer{
        padding:0 2%;
        width: 100%;
    }

    #login-form input[type="text"], #login-form input[type="password"]
    {
        width:97%;
    }

    #login-form .buttons-set{
        margin:0px;
    }

    .form_customer .magasin-rapprochement .sod_select {
        margin-left: 0px;
    }

    .form_customer .cart.formulaire .form-entries.marketing, .form_customer .cart.formulaire .form-field.magasin-rapprochement .form-entries{
        padding:5px 0px;
    }

    .form_customer .marketing-type input#id-courrier{
        margin-left:0px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        left: 7px;
        bottom: -7px;
        right:unset;
    }


    .form_customer #advice-input-year-year{
        position: absolute;
        top:unset;
        bottom:-15px;
        left: -206px;
        width: 320px;
    }

    #register_form_popin #advice-input-year-year{
        position: absolute;
        bottom: -5px;
        left: 5px;
        width: 320px;
    }
    .form_customer .cart.formulaire .form-field-container.email .form-entries.flex{
        flex-wrap: wrap;
    }

    .form_customer .cart .form-field-container.country .form-field.country{ width:172px; }
    .form_customer .cart .form-field-container.country .form-field.zip{ width: 217px; }
    .form_customer .form-field.city #city{ width: 209px; }
    .form_customer .cart.formulaire .form-field-container.country .form-field.country{ flex:0 1 auto; }
    .form_customer .cart.formulaire .form-field-container.email .form-field,
    .form_customer .cart.formulaire .form-field-container.fidelity .form-field,
    .form_customer .cart.customer .form-field-container.email .form-field.email input#email_address{
        width: 100%;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-title{ margin-right:36px;}
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite, .form_customer input#email_address{ width:70%}
    .form_customer .cart.customer .form-field-container.email .form-field.email .control_email{
        width: 100%;
        margin-left: 0px;
    }

}

@media only screen and (max-width: 500px) {
    .form-field-container.phone .form-field #advice-validate-other-tel-telephone_5{
        position: absolute;
        left:6px;
        bottom:5px;
    }

    .form_customer .page-title h2 {
        font-size: 14px;
    }
    .form_customer .page-title h2:before {
        top: 6px;
    }
    .form_customer .page-title.closed h2:before {
        top: 0;
        left: -18px;
    }
    .form_customer .select-box.indicatif {
        flex: 1 1 100%;
        margin-bottom: 15px;
    }
    .form_customer .cart.formulaire .form-field-container.phone input {
        margin: 0 10px 15px 0
    }
    .form_customer .cart.formulaire .form-field-container.phone input:first-of-type {
        margin-left: 0;
    }
    .form_customer .cart.formulaire .form-field-container.phone input:last-of-type {
        margin-right: 0;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex .form-title,
    .form_customer .cart.formulaire .form-field-container.email .form-entries.flex .form-title
    {
        flex: 1 1 100%;
        margin-bottom: 0px !important;
    }
    .form_customer .cart.formulaire .form-field-container.fidelity .form-entries.flex #fidelite {
        width: 100%;
        margin-bottom: 12px;
    }

    .rappel-info
    {
        width: 65%;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable
    {
        position: absolute;
        right:-8px;
        bottom:5px;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-telephone-telephone{
        position: absolute;
        right:8px;
        bottom:5px;
    }

    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-portable,
    .form_customer .form-field-container.phone .form-field #advice-required-entry-multiple-field-telephone
    {
        position: absolute;
        left:7px;
        bottom:5px;
        right:unset;
    }

    .form_customer .form-field-container.phone .form-field #advice-validate-multiple-mobile-portable{
        position: absolute;
        left: 7px;
    }

    .form_customer .cart.formulaire .form-field-container.name .form-field,
    .form_customer .cart .form-field-container.country .form-field.country,
    .form_customer .cart .form-field-container.country .form-field.zip,
    .form_customer .form-field.city #city,
    .form_customer .cart.formulaire .form-field-container.address-complement .form-field
    {
        flex:unset;
        width: 100%;
    }

    .form_customer .cart .form-field.country .sod_select{
        max-width: none;
    }
    .form_customer .cart.customer .form-field-container.email .form-field.email{
        width:100%;
    }

}


@media only screen and (max-width: 380px) {
    .rappel-info
    {
        width: 100%;
    }
}




.cart.tunnel1 input[type="tel"]{
    margin: 0 10px;
    padding: 0;
    text-align: center;
}

.cart.tunnel1 input.first-tel{
    margin:0 10px 0 0;
}

.cart.tunnel1 input.tel-size-2,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-2,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-2{
    width:39px;
}


.cart.tunnel1 input.tel-size-3,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-3,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-3{
    width:50px;
}

.cart.tunnel1 input.tel-size-4,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-4,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-4{
    width:60px;
}

.cart.tunnel1 input.tel-size-5,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-5,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-5{
    width:65px;
}

.cart.tunnel1 input.tel-size-6,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-6,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-6{
    width:70px;
}

.cart.tunnel1 input.tel-size-7,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-7,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-7{
    width:78px;
}

.cart.tunnel1 .tel-size-99,
#register_form_popin .cart.formulaire .form-field-container.phone input.tel-size-99,
.form_customer .cart.formulaire .form-field-container.phone input.tel-size-99,
.form_customer_popin.form_customer .cart.formulaire .form-field-container.phone input.tel-size-99 {
    width:300px;
}

.form_customer_popin.form_customer .indicatif {
    margin-top: 10px;
    margin-bottom: 10px;
}
    /*.form_customer_popin.form_customer .cart.formulaire .form-field-container.phone .validation-advice {
        display: inline;
    }*/
#advice-validate-email-email_address{
    width: 50%;
    margin-left:10px;
}
.bloc_info_head{
    background:#d26e00;
    font-family: "GothamHTF Medium", sans-serif;
    font-size: 1.6rem;
    text-align: center;
    padding: 7px 0px;
    font-weight: 200;
}

.bloc_info_head .info_plus{
    font-style: italic;
    padding-left: 10px;
    color: #000;
}

@media only screen and (min-width: 1025px) {

    .popin-view-magasin.closed, .popin-view-magasin.tablette{ display: none}
    .popin-view-magasin{
        position: absolute;
        background: #ffffff;
        padding: 7px 20px;
        width: 300px;
        border-radius: 10px;
        left: -90px;
        text-align:center;
        font-size: 1.4rem;
        box-shadow: 0px 0px 2px #aaa;
    }
    .popin-view-magasin .pop-store-name{
        font-family: "GothamHTF Bold", sans-serif;
        text-transform: uppercase;
        margin:10px 0;
    }
    .popin-view-magasin .pop-store-tel{
        font-family: "GothamHTF Light", sans-serif;
        margin:10px 0;
    }
    .popin-view-magasin .pop-store-view{
        font-size: 1.2rem;
        font-family: "GothamHTF Light", sans-serif;
        text-decoration: underline;
        line-height: 20px;
        color:#000000;
    }
    .popin-view-magasin .pop-btn-change:first-child{ margin-right: 10px; }
    .popin-view-magasin .pop-btn-change span{
        font-family: "GothamHTF Medium", sans-serif;
        background: #00421c;
        display: inline-block;
        line-height: 17px;
        color:#ffffff;
        text-transform: uppercase;
        padding:10px 15px;
        cursor:pointer;
        width:38%;
        height:100%;
    }
    .popin-view-magasin .pop-btn-change span:hover {
        opacity:0.85;
    }

    .popin-view-magasin .pop-btn-change .store-select-button.lad{ width:80%; }
    .popin-view-magasin .pop-btn-change{ width:100%; display: inline-block; margin:10px 0; }
    .popin-view-magasin .caret{
        border-top-width: 0;
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 0;
        height: 0;
        top: -7px;
        left: 26%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        vertical-align:middle;
    }

    .subheader .inline.customer
   {
       position: relative;
   }
    .popin-view-customer.closed, .popin-view-customer.tablette{ display: none; }


    .popin-view-customer{
        position: absolute;
        background: #ffffff;
        padding: 7px 20px;
        width: 150px;
        border-radius: 10px;
        left: -45px;
        text-align:center;
        font-size: 1.4rem;
        box-shadow: 0px 0px 2px #aaa;
        z-index :9999;
        margin-top:6px;
       }

    .popin-view-customer .caret{
        border-top-width: 0;
        display: block;
        position: absolute;
        margin: 0 auto;
        width: 0;
        height: 0;
        top: -7px;
        left: 23%;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid white;
        vertical-align:middle;
    }

    .popin-view-customer .customer-link a{
        display: block;
        clear: both;
        text-align: left;
        width: 95%;
        font-family: "GothamHTF Light", sans-serif;
        color:#000;
        font-size: 1.2rem;
        text-decoration: none;
    }
}

@media only screen and (max-width: 670px) {

    .popin-view-magasin .caret{
        display: none;
    }
    .mag_wh0902 {
        display: none;
    }

    .info-desktop{ display: none; }
    .bloc_info_head{
        background:#d26e00;
        font-family: "GothamHTF Medium", sans-serif;
        font-size: 1.2rem;
        text-align: center;
        padding: 0px 5px;
        font-weight: 200;
        line-height: 1.8rem;
    }

    .bloc_info_head .info_plus{
        font-style: italic;
        padding-left: 10px;
        color: #000;
    }

}
/*! 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);
}

/*FancyBox page liste produit */

.fancy-config{
	top:0px !important;
	right:0px !important;
	left:unset !important;
	position: fixed !important;
	height:100% !important;
}

.fancy-config .fancybox-inner, .fancy-config .fancybox-outer{ height:100% !important; }
.fancy-config .fancybox-skin{ background:#ffffff; height: 100% !important;}
.fancy-config .content-fancybox{ padding:25px 35px; }
@media screen\0 {
    body {
        overflow: hidden;
    }
}
/* ELASTICSEARCH */

.search-autocomplete {
    left: -250px !important;
    width: calc(100% + 250px) !important;
    display: block;
}

.wyomind-elasticsearch {
    display: flex;
    display: -webkit-flex;
    list-style-type: none;
    flex-wrap: wrap;
    align-items: stretch;
    -webkit-align-items: stretch;
    width: 100%;
    height: 70vh;
    max-height: 70vh;
    padding: 0;
    font-family: 'GothamHTF Book', 'Asap', sans-serif;
}
.wyomind-elasticsearch a {
    color: #111111;
}
.wyomind-elasticsearch ul {
    padding: 0;
    margin: 0;
}

.wyomind-loader {
    display: none;
}
.wyomind-loader.actif {
    left: inherit;
    display: block;
    position: absolute;
    background: transparent;
    right: 40px;
    top: 0px;
    padding: 12px;
}

.wyomind-elasticsearch div.search-suggests {
    flex: 1 1 100%;
    width: 100%;
    margin-left:245px;
}
.wyomind-elasticsearch div.search-suggests ul.suggests {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center;
    -webkit-align-items: center;
    padding: 0;
}

.wyomind-elasticsearch ul.suggests li.suggest {
    background-color: lightgrey;
    border-bottom: none;
    margin-left: 5px;
    margin-right: 5px;
    padding:5px;
    display: inline;
    font-size:1.3em;
    cursor:pointer;
}

.wyomind-elasticsearch ul.suggests li.suggest.selected {
font-weight:bold;
    color:darkgreen;
}

#search.preview{
    color:darkgreen;
}

.wyomind-elasticsearch .search-results {
    flex: 1 1 50%;
    box-sizing: border-box;
    height: 100%;
    max-height: 63vh;
    margin-top: 10px;
}
.wyomind-elasticsearch .search-results:first-of-type {
    border-right: 1px solid #DBDBDB;
}
.wyomind-elasticsearch .search-results .scroll {
    height: 100%;
    overflow-y: auto;
}
.wyomind-elasticsearch .search-results .search-result-product .price-box {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.wyomind-elasticsearch .search-results .search-result-product .price-box .old-price {
    margin-right: 10px;
}
.wyomind-elasticsearch .search-results .search-result-product .price-box .old-price .price {
    margin-right: 10px;
    text-decoration: line-through;
}
.wyomind-elasticsearch .search-results-sub {
    height: 50%;
    overflow-y: auto;
}
.wyomind-elasticsearch .search-results-sub li,
.wyomind-elasticsearch .search-results li {
    margin-right: 15px;
    margin-left: 15px;
}
.wyomind-elasticsearch .search-results-sub li:not(.search-results-brands) a {
    height: 39px;
    line-height: 39px;
    padding: 6px 0 !important;
}

.wyomind-elasticsearch .search-results-sub li.search-results-brands span{
    text-overflow: ellipsis;

    /* Required for text-overflow to do anything */
    white-space: nowrap;
    overflow: hidden;
    display:block;
}


.wyomind-elasticsearch .search-results-sub  .marque-item.col3 {
    width:24%;
    margin-left: 0;
    margin-right: 0;
    background: #f6F6F6;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    display: inline-block;
    margin-bottom: 5px;
}

.marque-item.col3 img {
    width: 100%;
}

.wyomind-elasticsearch .search-results-sub li a .info {
    vertical-align: middle;
    line-height: 1.3;
}

.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;
    text-decoration:none;
}
.wyomind-elasticsearch .product-title span {
    padding: 6px;
    flex: 1;
}
.wyomind-elasticsearch .image img {
    position: relative;
    padding: 0;
    top: 0;
}

.wyomind-elasticsearch ul {
    list-style: none;
}

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


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

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

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

.wyomind-elasticsearch ul li:not(.search-results-brands) a {
    display: block;
    padding: 6px;
    text-decoration: none;
}

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

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

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

.wyomind-elasticsearch li .clearer {
    clear: both;
}

.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;
}

.search-icon {
    position: absolute;
    top: 0;
    right: 0;
}
.search-icon img {
    top: 0;
    left: 0;
    padding: 17px;
}

.wyomind-elasticsearch .search-results-brands {
    padding: 6px 6px 6px 0;
    line-height: 25px;
    border-bottom: 1px solid #d5e4eb;
    width: 42%;
    float: left;
    box-sizing: border-box;
    display: inline-block;
    }

.wyomind-elasticsearch .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);
}

em.query_text_bold{
    color: green;
    font-weight:bold;
    font-style:normal;
}

.search_nav.active .searchbar input.loading{
    color:grey;
}

.search-icon-mobile {
    position: absolute;
    top: 0;
    right: 25px;
    width: 47px;
    height: 47px;
}
.search-icon-mobile: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: 11px;
    top: 11px;
    cursor: pointer;
}

/*
   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;
}
