@import "libs/idangerous.swiper.css";
@import "libs/idangerous.swiper.scrollbar.css";
.img-title-column {
    position: absolute;
} /*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    background-color: transparent;
}
a:active,
a:hover {
    outline: 0;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 700;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
}
optgroup {
    font-weight: 700;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
} /*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    :before,
    :after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}
body {
    font-family: HelveticaNeueLTPro-Lt, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
a {
    color: #428bca;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #2a6496;
    text-decoration: underline;
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
figure {
    margin: 0;
}
img {
    vertical-align: middle;
}
.img-responsive,
.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    bottom: 0;
    vertical-align: bottom;
}
.img-rounded {
    border-radius: 6px;
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    bottom: 0;
    vertical-align: bottom;
}
.img-circle {
    border-radius: 50%;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
    font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
    font-size: 75%;
}
h1,
.h1 {
    font-size: 36px;
}
h2,
.h2 {
    font-size: 30px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
}
h6,
.h6 {
    font-size: 12px;
}
p {
    margin: 0 0 10px;
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}
.dropdown-product .product-submenu {display: none;position: absolute;background: #f1f1f1;padding-top: 15px;}
.dropdown-product:hover .product-submenu{
    display: block;
}
.dropdown-product .product-submenu a {
    display: block;
    padding: 10px 30px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}
small,
.small {
    font-size: 85%;
}
mark,
.mark {
    background-color: #fcf8e3;
    padding: 0.2em;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.text-nowrap {
    white-space: nowrap;
}
.text-lowercase {
    text-transform: lowercase;
}
.text-uppercase {
    text-transform: uppercase;
}
.text-capitalize {
    text-transform: capitalize;
}
.text-muted {
    color: #777;
}
.text-primary {
    color: #428bca;
}
a.text-primary:hover {
    color: #3071a9;
}
.text-success {
    color: #3c763d;
}
a.text-success:hover {
    color: #2b542c;
}
.text-info {
    color: #31708f;
}
a.text-info:hover {
    color: #245269;
}
.text-warning {
    color: #8a6d3b;
}
a.text-warning:hover {
    color: #66512c;
}
.text-danger {
    color: #a94442;
}
a.text-danger:hover {
    color: #843534;
}
.bg-primary {
    color: #fff;
    background-color: #428bca;
}
a.bg-primary:hover {
    background-color: #3071a9;
}
.bg-success {
    background-color: #dff0d8;
}
a.bg-success:hover {
    background-color: #c1e2b3;
}
.bg-info {
    background-color: #d9edf7;
}
a.bg-info:hover {
    background-color: #afd9ee;
}
.bg-warning {
    background-color: #fcf8e3;
}
a.bg-warning:hover {
    background-color: #f7ecb5;
}
.bg-danger {
    background-color: #f2dede;
}
a.bg-danger:hover {
    background-color: #e4b9b9;
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee;
}
ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
    margin-bottom: 0;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px;
}
dt,
dd {
    line-height: 1.42857143;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 0;
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .dl-horizontal dd {
        margin-left: 180px;
    }
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: "\2014 \00A0";
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
    content: "";
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
    content: "\00A0 \2014";
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 2px;
}
@media (min-width: 768px) {
    .container {
        width: 724px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 968px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 968px;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 2px;
    padding-right: 2px;
}
.row {
    margin-left: -2px;
    margin-right: -2px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 2px;
    padding-right: 2px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}
input[type="file"] {
    display: block;
}
input[type="range"] {
    display: block;
    width: 100%;
}
select[multiple],
select[size] {
    height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -moz-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -ms-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #999;
}
.form-control::-webkit-input-placeholder {
    color: #999;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee;
    opacity: 1;
}
textarea.form-control {
    height: 45px;
}
input[type="search"] {
    -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    line-height: 34px;
    line-height: 1.42857143 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
    line-height: 30px;
    line-height: 1.5 \0;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
    line-height: 46px;
    line-height: 1.33 \0;
}
_:-ms-fullscreen,
:root input[type="date"],
_:-ms-fullscreen,
:root input[type="time"],
_:-ms-fullscreen,
:root input[type="datetime-local"],
_:-ms-fullscreen,
:root input[type="month"] {
    line-height: 1.42857143;
}
_:-ms-fullscreen.input-sm,
:root input[type="date"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="time"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="datetime-local"].input-sm,
_:-ms-fullscreen.input-sm,
:root input[type="month"].input-sm {
    line-height: 1.5;
}
_:-ms-fullscreen.input-lg,
:root input[type="date"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="time"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="datetime-local"].input-lg,
_:-ms-fullscreen.input-lg,
:root input[type="month"].input-lg {
    line-height: 1.33;
}
.form-group {
    margin-bottom: 15px;
}
.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
    cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
    cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
    cursor: not-allowed;
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0;
}
.input-sm,
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-sm,
select.form-group-sm .form-control {
    height: 30px;
    line-height: 30px;
}
textarea.input-sm,
textarea.form-group-sm .form-control,
select[multiple].input-sm,
select[multiple].form-group-sm .form-control {
    height: auto;
}
.input-lg,
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-lg,
select.form-group-lg .form-control {
    height: 46px;
    line-height: 46px;
}
textarea.input-lg,
textarea.form-group-lg .form-control,
select[multiple].input-lg,
select[multiple].form-group-lg .form-control {
    height: auto;
}
.has-feedback {
    position: relative;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}
.input-lg + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}
.input-sm + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d;
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}
.has-success .form-control-feedback {
    color: #3c763d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b;
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
    color: #8a6d3b;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442;
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}
.has-error .form-control-feedback {
    color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
    top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}
.help-block {
    display: block;
    margin-bottom: 5px;
    color: #737373;
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-static {
        display: inline-block;
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }
    .form-inline .input-group > .form-control {
        width: 100%;
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}
.form-horizontal .form-group {
    margin-left: -2px;
    margin-right: -2px;
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 2px;
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.3px;
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    filter: alpha(opacity=65);
    -webkit-opacity: 0.65;
    -moz-opacity: 0.65;
    opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3071a9;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd;
}
.btn-primary .badge {
    color: #428bca;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    color: #428bca;
    font-weight: 400;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.dropdown {
    position: relative;
}
.dropdown-toggle:focus {
    outline: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}
.open > .dropdown-menu {
    display: block;
}
.open > a {
    outline: 0;
}
.dropdown-menu-right {
    left: auto;
    right: 0;
}
.dropdown-menu-left {
    left: 0;
    right: auto;
}
.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap;
}
.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}
.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}
@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn,
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn,
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}
.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon:first-child {
    border-right: 0;
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group-btn > .btn + .btn {
    margin-left: -1px;
}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    margin-left: -1px;
}
.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}
.nav > li {
    position: relative;
    display: block;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav > li.disabled > a {
    color: #777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
    color: #777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #eee;
    border-color: #428bca;
}
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}
.nav > li > a > img {
    max-width: none;
}
.nav-tabs {
    border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}
.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
}
.nav-tabs.nav-justified > li {
    float: none;
}
.nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.nav-pills > li {
    float: left;
}
.nav-pills > li > a {
    border-radius: 4px;
}
.nav-pills > li + li {
    margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #428bca;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}
.nav-justified {
    width: 100%;
}
.nav-justified > li {
    float: none;
}
.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}
@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a {
        margin-bottom: 0;
    }
}
.nav-tabs-justified {
    border-bottom: 0;
}
.nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border: 1px solid #ddd;
}
@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }
    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}
.tab-content > .tab-pane {
    display: none;
    visibility: hidden;
}
.tab-content > .active {
    display: block;
    visibility: visible;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px;
    }
}
@media (min-width: 768px) {
    .navbar-header {
        float: left;
    }
}
.navbar-collapse {
    overflow-x: visible;
    padding-right: 2px;
    padding-left: 2px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
    overflow-y: auto;
}
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        visibility: visible !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
    margin-right: -2px;
    margin-left: -2px;
}
@media (min-width: 768px) {
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}
.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-brand {
    float: left;
    padding: 15px 2px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
    text-decoration: none;
}
.navbar-brand > img {
    display: block;
}
@media (min-width: 768px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -2px;
    }
}
.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 2px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle:focus {
    outline: 0;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}
@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }
}
.navbar-nav {
    margin: 7.5px -2px;
}
.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }
    .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.navbar-form {
    margin-left: -2px;
    margin-right: -2px;
    padding: 10px 2px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .navbar-form .form-control-static {
        display: inline-block;
    }
    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }
    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }
    .navbar-form .input-group > .form-control {
        width: 100%;
    }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
}
.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}
.navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
}
.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 2px;
        margin-right: 2px;
    }
}
@media (min-width: 768px) {
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
        margin-right: -2px;
    }
    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
    color: #777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}
.navbar-default .navbar-text {
    color: #777;
}
.navbar-default .navbar-nav > li > a {
    color: #777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border-color: #ddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}
.navbar-default .navbar-link {
    color: #777;
}
.navbar-default .navbar-link:hover {
    color: #333;
}
.navbar-default .btn-link {
    color: #777;
}
.navbar-default .btn-link:hover,
.navbar-default .btn-link:focus {
    color: #333;
}
.navbar-default .btn-link[disabled]:hover,
fieldset[disabled] .navbar-default .btn-link:hover,
.navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}
.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}
.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-text {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}
.navbar-inverse .navbar-toggle {
    border-color: #333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #fff;
}
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}
.navbar-inverse .navbar-link {
    color: #9d9d9d;
}
.navbar-inverse .navbar-link:hover {
    color: #fff;
}
.navbar-inverse .btn-link {
    color: #9d9d9d;
}
.navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link:focus {
    color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover,
fieldset[disabled] .navbar-inverse .btn-link:hover,
.navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border 0.2s ease-in-out;
    -webkit-transition: border 0.2s ease-in-out;
    -moz-transition: border 0.2s ease-in-out;
    -ms-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
    margin-left: auto;
    margin-right: auto;
}
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #428bca;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
}
.media {
    margin-top: 15px;
}
.media:first-child {
    margin-top: 0;
}
.media-right,
.media > .pull-right {
    padding-left: 10px;
}
.media-left,
.media > .pull-left {
    padding-right: 10px;
}
.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}
.media-middle {
    vertical-align: middle;
}
.media-bottom {
    vertical-align: bottom;
}
.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}
.media-list {
    padding-left: 0;
    list-style: none;
}
.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}
.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
}
.modal-open {
    overflow: hidden;
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal.fade .modal-dialog {
    transform: translate(0, -25%);
    -webkit-transform: translate(0, -25%);
    -moz-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;
}
.modal-backdrop.fade {
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-header .close {
    margin-top: -2px;
}
.modal-title {
    margin: 0;
    line-height: 1.42857143;
}
.modal-body {
    position: relative;
    padding: 15px;
}
.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }
    .modal-sm {
        width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table;
}
.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.modal-footer:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
    visibility: hidden !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}
@media (max-width: 1023px) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 1023px) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 1023px) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 1023px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table;
    }
    tr.visible-md {
        display: table-row !important;
    }
    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 1023px) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table;
    }
    tr.visible-print {
        display: table-row !important;
    }
    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
@font-face {
    font-family: HelveticaNeueLTPro-Roman;
    src: url(../fonts/HelveticaNeueLTPro-Roman.eot);
    src: url(../fonts/HelveticaNeueLTPro-Romand41d.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueLTPro-Roman.woff) format("woff"), url(../fonts/HelveticaNeueLTPro-Roman.ttf) format("truetype"),
        url(../fonts/HelveticaNeueLTPro-Roman.svg#HelveticaNeueLTPro-Roman) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: HelveticaNeueLTPro-Lt;
    src: url(../fonts/HelveticaNeueLTPro-Lt.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: HelveticaNeueLTPro-Md;
    src: url(../fonts/HelveticaNeueLTPro-Md.eot);
    src: url(../fonts/HelveticaNeueLTPro-Mdd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueLTPro-Md.woff) format("woff"), url(../fonts/HelveticaNeueLTPro-Md.ttf) format("truetype"),
        url(../fonts/HelveticaNeueLTPro-Md.svg#HelveticaNeueLTPro-Md) format("svg");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: HelveticaNeueLTPro-Bd;
    src: url(../fonts/HelveticaNeueLTPro-Bd.eot);
    src: url(../fonts/HelveticaNeueLTPro-Bdd41d.eot?#iefix) format("embedded-opentype"), url(../fonts/HelveticaNeueLTPro-Bd.woff) format("woff"), url(../fonts/HelveticaNeueLTPro-Bd.ttf) format("truetype"),
        url(../fonts/HelveticaNeueLTPro-Bd.svg#HelveticaNeueLTPro-Bd) format("svg");
    font-weight: 400;
    font-style: normal;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    outline: 0 !important;
}
.link-pdf {
    position: relative;
    padding-left: 23px;
    display: inline-block;
}
.link-pdf:before {
    background: url(../img/icon/icon-pdf.png) 0 0 no-repeat;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page.page-fixe {
    padding-top: 120px;
}
.container {
    padding-left: 12px;
    padding-right: 12px;
}
.modal.modal--type-video .modal-backdrop {
    opacity: 0.85;
}
.modal.modal--type-video .modal-dialog {
    margin-top: 0;
    width: auto;
}
.modal.modal--type-video .modal-dialog .modal-content {
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-header {
    border: 0;
    height: 75px;
    padding: 0;
    position: relative;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-header .close {
    cursor: pointer;
    background: url(../img/icon/icon-close-modal.png) 0 0 no-repeat;
    width: 26px;
    height: 27px;
    position: absolute;
    margin-top: -14px;
    right: 0;
    top: 50%;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-body {
    background-color: #000;
    padding: 0;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-body iframe {
    height: 545px;
    width: 100%;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-footer {
    background-color: transparent;
    border: 0;
    padding: 25px 0;
    position: relative;
    text-align: left;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-footer h5 {
    color: #fff;
    font-size: 24px;
    margin: 0;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-footer h5 small {
    color: #999;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-footer .pull-right {
    margin-top: -20px;
    position: absolute;
    right: 25px;
    top: 50%;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-footer .pull-right .btn {
    background-color: #dbdbdb;
    border: 0;
    margin-left: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.modal.modal--type-video .modal-dialog .modal-content .modal-footer .pull-right .btn .icon {
    position: relative;
    top: 3px;
}
.form-control {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.thumbnail {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    padding: 0;
}
.thumbnail img {
    min-width: 100%;
}
.thumbnail .caption {
    padding: 25px;
    text-align: center;
    min-height: 275px;
}
.thumbnail .caption h3 {
    color: #333;
    font-size: 24px;
    margin: 0;
}
.thumbnail .caption p {
    color: #666;
    font-size: 16px;
    margin: 0;
}
.thumbnail .caption h3 + p {
    margin-top: 15px;
}
.swiper-container {
    width: 100%;
}
.swiper-slide {
    background-size: cover;
    position: relative;
}
.swiper-slide .swiper-slide__link {
    text-decoration: none;
}
.swiper-slide[data-video] iframe {
    bottom: 0;
    border: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}
.swiper-slide[data-video] .swiper-slide__video {
    background: url(../img/icon/icon-play.png) 50% 55% no-repeat;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    display: block;
    left: 50%;
    margin: 10px 0 0 -40px;
    position: absolute;
    top: 65%;
    width: 80px;
    height: 80px;
    z-index: 1;
}
.swiper-slide[data-video] .swiper-slide__video:hover {
    background: url(../img/icon/icon-play--active.png) 50% 55% no-repeat;
}
.page-product-details .swiper-container .swiper-wrapper .swiper-slide {
    background-size: contain !important;
    background-repeat: no-repeat !important;
}
.swiper-slide__title {
    display: table;
    width: 100%;
    height: 100%;
}
.swiper-slide__title h4 {
    color: #fff;
    display: table-cell;
    font-size: 70px;
    position: relative;
    vertical-align: middle;
    top: -80px;
    text-align: center;
}
.swiper-slide__title h4 small {
    color: #fff;
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-top: 10px;
}
.swiper-pagination {
    bottom: 15px;
    height: 20px;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
}
.swiper-pagination-switch {
    border: 1px solid #fff;
    border-radius: 20px;
    cursor: pointer;
    display: inline-block;
    margin: 0 5px;
    position: relative;
    width: 10px;
    height: 10px;
}
.swiper-pagination-switch.swiper-active-switch {
    background-color: #fff;
    width: 18px;
    height: 18px;
    top: 4px;
}
.gallery {
    margin-bottom: 60px;
}
.gallery h3 {
    margin-top: 60px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-size: 30px;
}
.gallery .swiper-container {
    margin-top: 12px;
}
.gallery .swiper-container .swiper-slide a {
    display: block;
    float: left;
    margin-left: 12px;
    position: relative;
    width: 158px;
    height: 90px;
}
.gallery .swiper-container .swiper-slide a:first-child {
    margin-left: 0;
}
.gallery .swiper-container .swiper-slide a.gallery__item--active:before {
    border: 5px solid #7a7a7a;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.gallery .swiper-container .swiper-scrollbar {
    background-color: #ccc;
    border-radius: 0;
    height: 12px;
    margin-top: 12px;
}
.gallery .swiper-container .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: #fff;
    border-left: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-radius: 0;
    height: 8px;
    position: relative;
    top: 2px;
}
.gallery__current {
    position: relative;
}
.gallery__current img {
    width: 100%;
}
.gallery__current__caption {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    color: #fff;
    left: 0;
    padding: 25px;
    padding-right: 275px;
    position: absolute;
    right: 0;
}
.gallery__current__caption h4,
.gallery__current__caption p {
    margin: 0;
}
.gallery__current__caption h4 {
    margin-bottom: 10px;
}
.gallery__current__caption .pull-right {
    margin-top: -20px;
    position: absolute;
    right: 25px;
    top: 50%;
}
.gallery__current__caption .pull-right .btn {
    background-color: #dbdbdb;
    border: 0;
    margin-left: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.gallery__current__caption .pull-right .btn .icon {
    position: relative;
    top: 3px;
}
#cookie-policy-banner {
    display: none;
    color: #f1f1f1;
    background-color: #2a2a2a;
    height: 100%;
    padding: 15px 0;
    line-height: normal;
}
#cookie-policy-banner .content {
    text-align: center;
    position: relative;
}
#cookie-policy-banner a {
    color: inherit;
    text-decoration: underline;
}
#cookie-policy-banner p {
    margin: 0;
    font-family: arial, san-serif;
    font-size: 12px;
    display: inline-block;
    padding: 0 10px;
}
#cookie-policy-banner div.close {
    position: absolute;
    top: -15px;
    right: 0;
    padding: 9px;
    font-size: 16px;
    line-height: 16px;
    text-decoration: none;
    cursor: pointer;
}
.header {
    position: relative;
}
.header .no-intermediaire ul li a {
    color: #232323 !important;
}
.header.header-fixe {
    position: fixed;
    z-index: 8000;
    width: 100%;
    top: 0;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.header.header-fixe .header__navbar-default {
    background-color: #fff;
    margin-top: 0;
}
.header.header-fixe .header__navbar-sup {
    z-index: 0;
    top: 0;
}
.header.header-fixe .header__navbar-sup.navbar-sup_sup {
    z-index: 5555;
}
.header.header-fixe.navbar-sup-effet .header__navbar-default {
    margin-top: 32px;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}
.header__navbar-sup {
    background-color: #232323;
    border: 0;
    display: block !important;
    margin-bottom: 0;
    min-height: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: -32px;
    height: 32px;
    z-index: 5555;
}
.header__navbar-sup .navbar-nav {
    border-right: 1px solid #333;
}
.header__navbar-sup .navbar-nav li {
    border-left: 1px solid #333;
    position: relative;
}
.header__navbar-sup .navbar-nav li.authenticated > a {
    background: url(../img/icon/icon-caret-right-3.png) 90% 50% no-repeat;
    padding-right: 25px;
    padding-bottom: 7px;
    position: relative;
    z-index: 5;
}
.header__navbar-sup .navbar-nav li.authenticated.open > a {
    background: url(../img/icon/icon-caret-bottom-3.png) #fff 90% 50% no-repeat;
    color: #333;
}
.header__navbar-sup .navbar-nav li.authenticated.open nav {
    display: block;
}
.header__navbar-sup .navbar-nav li a {
    background-color: transparent;
    display: inline-block;
    color: #ccc;
    font-size: 13px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.header__navbar-sup .navbar-nav li a:hover {
    color: #fff;
}
.header__navbar-sup .navbar-nav li a .icon {
    margin-right: 10px;
    position: relative;
    top: 4px;
}
.header__navbar-sup .navbar-nav li a .icon:hover {
    color: #fff;
}
.header__navbar-sup .navbar-nav li nav {
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    display: none;
    position: absolute;
    left: 0; /*right:-40px*/
}
.header__navbar-sup .navbar-nav li nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__navbar-sup .navbar-nav li nav ul li {
    border: 0;
}
.header__navbar-sup .navbar-nav li nav ul li a {
    color: #333;
    display: block;
    padding: 10px 15px;
    text-decoration: none;
}
.header__navbar-sup .navbar-nav li nav ul li a:hover {
    color: #333;
    background: #eee;
}
.header__navbar-default {
    display: block !important;
    border: 0;
    height: 90px;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 0;
    position: relative;
}
.header__navbar-default .navbar-nav {
    margin: auto;
}
.header__navbar-default .navbar-nav > li {
    float: none;
    height: 90px;
    position: static;
    vertical-align: middle;
}
.header__navbar-default .navbar-nav > li:hover,
.header__navbar-default .navbar-nav > li.open {
    background-image: -webkit-linear-gradient(top, #dbdbdb 0, #f6f6f6 100%);
    background-image: -o-linear-gradient(top, #dbdbdb 0, #f6f6f6 100%);
    background-image: linear-gradient(to bottom, #dbdbdb 0, #f6f6f6 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#fff6f6f6', GradientType=0);
}
.header__navbar-default .navbar-nav > li.logo,
.header__navbar-default .navbar-nav > li.search {
    background: 0 0;
}
.header__navbar-default .navbar-nav > li.logo a,
.header__navbar-default .navbar-nav > li.search a {
    padding: 0;
}
.header__navbar-default .navbar-nav > li a {
    background: transparent !important;
    color: #232323;
    font-size: 14px;
    text-transform: uppercase;
}
.header__navbar-default .navbar-nav > li nav {
    background-image: -webkit-linear-gradient(top, #eaeaea 0, #e9ebef 100%);
    background-image: -o-linear-gradient(top, #eaeaea 0, #e9ebef 100%);
    background-image: linear-gradient(to bottom, #eaeaea 0, #e9ebef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeaeaea', endColorstr='#ffe9ebef', GradientType=0);
    display: none;
    left: 0;
    padding: 10px 20px 40px 20px;
    position: absolute;
    right: 0;
    top: 90px;
}
.header__navbar-default .navbar-nav > li nav.open {
    display: block;
}
.header__navbar-default .navbar-nav > li nav h2 {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 25px;
}
.header__navbar-default .navbar-nav > li nav h2 a {
    font-size: 36px;
    position: relative;
}
.header__navbar-default .navbar-nav > li nav h2 a:hover {
    text-decoration: none;
}
.header__navbar-default .navbar-nav > li nav h2 a:before {
    content: "";
    position: absolute;
    display: block;
    width: 13px;
    height: 23px;
    right: -55px;
    top: 9px;
    background: transparent url(../img/icon/icon-caret-right-big.png) 0 0 no-repeat;
}
.header__navbar-default .navbar-nav > li nav h3 {
    font-size: 14px;
    font-weight: 700;
    margin-top: 6px;
}
.header__navbar-default .navbar-nav > li nav .divers-rub a {
    font-weight: 700;
    color: #232323;
}
.header__navbar-default .navbar-nav > li nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header__navbar-default .navbar-nav > li nav ul li {
    height: auto;
}
.header__navbar-default .navbar-nav > li nav ul li a {
    display: inline-block;
    padding: 4px 0;
    text-transform: none;
    color: #717171;
    font-weight: 500;
}
.header__navbar-default .navbar-form {
    top: 18px;
}
.header__navbar-default .navbar-form .form-control {
    background-color: #f5f5f5;
    border: 0;
    font-size: 13px;
    height: 40px;
    padding: 15px;
    margin: 10px;
}
.header__navbar-default .navbar-form .btn {
    background-color: #f5f5f5;
    border: 0;
    height: 40px;
}
.header__navbar-default .navbar-form .btn .icon {
    position: relative;
    top: 3px;
}
.footer {
    background-color: #232323;
    color: #999;
    font-size: 12px;
}
.footer h4 {
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 50px;
    text-transform: uppercase;
    color: #ccc;
}
.footer ul {
    list-style: none;
    margin: 0 0 50px 0;
    padding: 0;
}
.footer ul li {
    margin-top: 20px;
}
.footer ul li a {
    color: #999;
    text-decoration: none;
}
.footer ul li a:hover {
    color: #fff;
}
.footer .row {
    margin-right: 0 !important;
}
.footer__copyright {
    border-top: 1px solid #333;
    text-align: center;
}
.footer__copyright p {
    margin: 0;
    padding: 18px 0;
}
.product {
    margin: 1px 0 0 1px;
    height: 356px;
    position: relative;
    text-align: center;
}
.product .product__content {
    background: url(../img/bg/bg-product.png) 0 0 no-repeat;
    background-size: cover;
    height: 356px;
    left: 0;
    padding: 50px 15px 0;
    position: absolute;
    right: 0;
}
.product .product__content img {
    display: block;
    margin: auto;
}
.product .product__content summary,
.product .product__content h3 {
    color: #232323;
    font-size: 14px;
    margin-bottom: 15px;
}
.product .product__content summary.full,
.product .product__content h3.full {
    display: none;
}
.product .product__content span {
    color: #666;
    display: block;
    font-size: 12px;
}
.product .product__content .summary {
    color: #666;
}
.product .product__content .list-img {
    min-height: 200px;
    display: block;
}
.header__navbar-mobile {
    background: url(../img/Kohler_logo.png) 50% 31px no-repeat;
    border-top: 1px solid #ccc;
    display: none;
    min-height: 90px;
    margin-bottom: -1px;
}
.header__navbar-mobile:before {
    background-color: #232323;
    content: " ";
    display: block;
    height: 12px;
    margin-top: -1px;
}
.header__navbar-mobile .btn {
    border: 0;
    border-radius: 0;
    padding: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.header__navbar-mobile .btn.btn-menu {
    background: url(../img/bg/btn-menu-mobile.png) 0 0 no-repeat;
    width: 93px;
    height: 88px;
}
.header__navbar-mobile .btn.btn-menu.btn-menu--active {
    background: url(../img/bg/btn-menu-mobile--active.png) 0 0 no-repeat;
}
.header__navbar-mobile .btn.btn-search {
    background: url(../img/icon/icon-search-mobile.png) 50% 50% no-repeat;
    width: 88px;
    height: 88px;
}
.header__navbar-mobile form {
    background-color: #ebebeb;
    border-bottom: 1px solid #ddd;
    display: none;
    margin: 0;
    padding: 15px 25px;
}
.header__navbar-mobile form .input-group-btn {
    width: 1% !important;
}
.header__navbar-mobile form input {
    border: 1px solid #ccc;
    border-right: 0;
}
.header__navbar-mobile form input:focus {
    border-color: #ccc;
}
.header__navbar-mobile form button[type="submit"] {
    background-color: #fff;
    border: 1px solid #ccc;
    border-left: 0;
    border-radius: 3px !important;
    height: 34px;
    padding: 0 5px;
}
.header__navbar-mobile form button[type="submit"] .icon {
    position: relative;
    top: 2px;
}
.header__navbar-mobile form a.btn {
    background-color: transparent;
    margin-left: 10px !important;
}
@media (max-width: 991px) {
    .navbar-nav .hidden-xs {
        display: block !important;
    }
    .footer .container {
        padding: 0;
        width: 100%;
    }
    .footer h4 {
        background: url(../img/icon/icon-caret-right-white.png) 97% 50% no-repeat;
        border-bottom: 1px solid #333;
        cursor: pointer;
        font-size: 15px;
        margin: 0;
        padding: 20px;
    }
    .footer h4.open {
        background: url(../img/icon/icon-caret-bottom-2-white.png) 97% 50% no-repeat;
    }
    .footer ul {
        display: none;
        margin: 0;
    }
    .footer ul.open {
        display: block;
    }
    .footer ul li {
        border-bottom: 1px solid #333;
        font-size: 15px;
        margin: 0;
    }
    .footer ul li a {
        display: block;
        padding: 20px;
    }
    .footer__copyright {
        border: 0;
    }
}
@media (max-width: 1023px) {
    .navbar-nav .hidden-xs {
        display: block !important;
    }
    .page .container-breadcrumb {
        position: relative;
    }
    .page .container-breadcrumb .breadcrumb {
        list-style: none;
        margin: 0;
        padding: 0 0 0 12px;
        position: absolute;
        top: 10px;
        left: 15px;
        z-index: 2;
        font-size: 16px;
    }
    .page .container-breadcrumb .breadcrumb li {
        display: inline-block;
        color: #676767;
    }
    .page .container-breadcrumb .breadcrumb li a {
        color: #676767;
    }
    .header__navbar-mobile {
        display: block;
        background-color: #fff;
        border-top: 0;
    }
    .header__navbar-mobile:before {
        height: 0;
    }
    .header__navbar-sup {
        display: none !important;
        position: static;
        height: auto;
    }
    .header__navbar-sup.show {
        display: block !important;
    }
    .header__navbar-sup .container {
        padding: 0;
    }
    .header__navbar-sup .navbar-nav {
        border: 0;
        margin: 0;
    }
    .header__navbar-sup .navbar-nav > li {
        border: 0;
        border-bottom: 1px solid #333;
    }
    .header__navbar-sup .navbar-nav > li a {
        padding: 10px 15px;
    }
    .header__navbar-default {
        border-top: 4px solid #ddd;
        display: none !important;
        height: auto;
        margin-top: 0;
    }
    .header__navbar-default.show {
        display: block !important;
    }
    .header__navbar-default .container {
        padding: 0;
        width: 100%;
    }
    .header__navbar-default .navbar-nav h2.empty {
        display: none;
    }
    .header__navbar-default .navbar-nav > li {
        background: #fff !important;
        height: auto;
        display: block;
        width: 100%;
    }
    .header__navbar-default .navbar-nav > li:hover nav {
        display: none;
    }
    .header__navbar-default .navbar-nav > li > a {
        background: url(../img/icon/icon-caret-right.png) 97% 50% #fff no-repeat !important;
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: left;
    }
    .header__navbar-default .navbar-nav > li > a.open {
        background: url(../img/icon/icon-caret-bottom-2.png) 97% 50% #fff no-repeat !important;
    }
    .header__navbar-default .navbar-nav > li.logo,
    .header__navbar-default .navbar-nav > li.search {
        display: none;
    }
    .header__navbar-default .navbar-nav > li nav {
        display: none;
        padding: 0;
        position: static;
    }
    .header__navbar-default .navbar-nav > li nav.open {
        display: block;
    }
    .header__navbar-default .navbar-nav > li nav h2 {
        border-bottom: 1px solid #ddd;
        margin-bottom: 0;
        padding-bottom: 20px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .header__navbar-default .navbar-nav > li nav ul li {
        border-bottom: 1px solid #ddd;
    }
    .header__navbar-default .navbar-nav > li nav ul li a {
        display: block;
        padding-left: 20px;
        padding-right: 20px;
        text-decoration: none;
    }
    .gallery__current__caption {
        display: none;
    }
}
.slider:hover .slider__next,
.slider:hover .slider__prev {
    display: block;
}
.slider .slider__next,
.slider .slider__prev {
    background-color: rgba(255, 255, 255, 0.4);
    border: 0;
    border-radius: 40px;
    display: none;
    position: absolute;
    top: 50%;
    z-index: 10;
}
.slider .slider__next .icon,
.slider .slider__prev .icon {
    position: relative;
}
.slider .slider__next.slider__prev,
.slider .slider__prev.slider__prev {
    left: 30px;
}
.slider .slider__next.slider__prev .icon,
.slider .slider__prev.slider__prev .icon {
    left: -1px;
}
.slider .slider__next.slider__next,
.slider .slider__prev.slider__next {
    right: 30px;
}
.slider .slider__next.slider__next .icon,
.slider .slider__prev.slider__next .icon {
    left: 1px;
}
@media (max-width: 695px) {
    .header__navbar-mobile {
        background-position: 50% 28px;
        background-size: 30%;
    }
    .swiper-slide__title h4 {
        font-size: 20px !important;
        top: 5px;
    }
    .swiper-slide__title h4 small {
        font-size: 14px;
    }
    .swiper-slide__video {
        top: 20% !important;
    }
}
.modal--type-gallery .modal-backdrop {
    background: #fff;
    opacity: 1;
}
.modal--type-gallery .modal-dialog {
    border: 0;
    border-radius: 0;
    margin: auto;
    width: 100%;
}
.modal--type-gallery .modal-dialog .modal-header {
    height: 110px;
    padding: 0;
    position: relative;
}
.modal--type-gallery .modal-dialog .close {
    background: url(../img/icon/icon-close-modal-gallery.png) 0 0 no-repeat;
    cursor: pointer;
    margin-top: -22px;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 44px;
    height: 44px;
}
.modal--type-gallery .modal-dialog .modal-content {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}
.modal--type-gallery .modal-dialog .modal-content .modal-title {
    font-size: 26px;
    line-height: 110px;
    text-align: center;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body {
    padding: 0;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body figure {
    position: relative;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body img {
    width: 100%;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body h4,
.modal--type-gallery .modal-dialog .modal-content .modal-body p {
    margin: 15px 0 0 15px;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body h4 {
    margin-bottom: 10px;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body p {
    margin-bottom: 15px;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body .btn {
    background-color: #dbdbdb;
    border: 0;
    margin-left: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body .btn:nth-child(1),
.modal--type-gallery .modal-dialog .modal-content .modal-body .btn:nth-child(2) {
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body .btn:nth-child(1) {
    right: 60px;
}
.modal--type-gallery .modal-dialog .modal-content .modal-body .btn .icon {
    position: relative;
    top: 3px;
}
.page {
    position: relative;
}
.page .container-breadcrumb {
    position: relative;
}
.page .container-breadcrumb .breadcrumb {
    list-style: none;
    margin: 0;
    padding: 0 0 0 12px;
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 2;
    font-size: 16px;
}
.page .container-breadcrumb .breadcrumb li {
    display: inline-block;
    color: #676767;
}
.page .container-breadcrumb .breadcrumb li a {
    color: #676767;
}
.page .title-page {
    text-align: center;
    border-bottom: 1px solid #232323;
    padding-bottom: 40px;
    margin-bottom: 60px;
}
.page .title-page h2 {
    font-size: 60px;
}
.page .title-page p {
    font-size: 18px;
}
.back-to-top {
    position: absolute;
    z-index: 10;
    bottom: 20px;
    margin-right: 10px;
    font-size: 10px;
    color: #666 !important;
    display: block;
    text-align: center;
    width: 55px;
    right: 0;
}
.back-to-top:hover {
    text-decoration: none;
}
.back-to-top:before {
    content: "";
    position: absolute;
    top: -60px;
    left: 0;
    border-radius: 5px;
    display: block;
    height: 55px;
    width: 55px;
    background: #dbdbdb url(../img/icon/icon-caret-top.png) 50% 50% no-repeat;
}
.back-to-top-fixed {
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 0;
    float: none;
}
.mobile-share {
    position: absolute !important;
    bottom: 0;
    left: 50px;
}
@media (max-width: 767px) {
    .navbar-nav .hidden-xs {
        display: none !important;
    }
    .back-to-top {
        width: 14px;
    }
    .back-to-top:before {
        content: "";
        position: absolute;
        top: -10px;
        left: 0;
        border-radius: 0;
        display: block;
        height: 8px;
        width: 14px;
        background: url(../img/icon/icon-caret-top-2.png) 0 0 no-repeat;
    }
}
.btn {
    background-color: #dbdbdb;
    text-transform: uppercase;
    color: #000 !important;
}
.btn.white {
    border: 1px solid #efefef;
    background-image: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
    background-image: -o-linear-gradient(top, #fff 0, #efefef 100%);
    background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
    box-shadow: 1px 2px 2px 0 rgba(189, 189, 189, 0.8);
}
.btn.blue {
    background-color: #354475;
    color: #fff !important;
}
.btn .icon {
    vertical-align: middle;
}
.img-responsive-2 {
    width: 100%;
    height: auto;
}
input[type="radio"] {
    visibility: hidden;
}
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
}
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
    position: relative;
    padding-left: 35px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 20px !important;
    outline: 0 !important;
}
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 50%;
    margin-bottom: 20px !important;
    outline: 0 !important;
}
[type="radio"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 50%;
    margin-bottom: 20px !important;
    background-image: linear-gradient(#efefef, #e3e3e3);
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
    content: "•";
    position: absolute;
    top: 17px;
    left: 5px;
    font-size: 61px;
    line-height: 0;
    color: #000;
    transition: all 0.2s;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="radio"]:disabled:checked + label:after {
    color: #999;
}
[type="radio"]:disabled + label {
    color: #aaa;
}
label {
    font-weight: 400;
}
input[type="checkbox"] {
    visibility: hidden;
}
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 35px;
    padding-top: 10px;
    cursor: pointer;
    margin-bottom: 20px !important;
    outline: 0 !important;
}
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    margin-bottom: 20px !important;
    outline: 0 !important;
}
[type="checkbox"]:checked + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 3px;
    margin-bottom: 20px !important;
    background-image: linear-gradient(#efefef, #e3e3e3);
}
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: "✔";
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 14px;
    color: #000;
    transition: all 0.2s;
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
.fancybox-title {
    top: -20px;
    max-width: 500px;
    margin: 0 auto;
}
.fancybox-title h4 {
    font-size: 30px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
    margin: 0;
}
.fancybox-title .error {
    color: red;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
}
.fancybox-close {
    z-index: 8060;
}
.fancybox-skin {
    padding: 35px 35px 35px 35px !important;
}
.fancybox-close {
    top: 12px;
}
@media (max-width: 375px) {
    .fancybox-title {
        top: -44px;
    }
}
@media (max-width: 700px) {
    .fancybox-inner {
        overflow: hidden !important;
        height: auto !important;
    }
    form#modal-save-to-workbook .prompt {
        margin-left: 0 !important;
    }
    .table-edit tr td {
        width: 50%;
    }
    .table-edit tr td img {
        width: 100% !important;
    }
    .table-edit tr td.desc {
        font-size: 19px !important;
    }
}
@media (max-width: 500px) {
    .desc-save-workbook {
        display: none;
    }
}
#modal-sign-in {
    overflow: hidden;
}
#modal-sign-in hr {
    margin-bottom: 30px;
    margin-top: 0;
}
#modal-sign-in .form-group {
    margin-left: 0;
    margin-right: 0;
}
#modal-sign-in span.forgot {
    float: right;
}
#modal-sign-in .col-sm-10 {
    clear: both;
    width: 100%;
}
#modal-sign-in .col-sm-10 .col-sm-offset-2 {
    margin-lefrt: 0;
}
#modal-sign-in .control-label {
    padding-right: 15px;
}
#modal-sign-in .control-label.control-label__2-line {
    position: relative;
    top: -10px;
}
#modal-sign-in .control-label span {
    font-weight: 400;
}
#modal-sign-in .checkbox {
    display: inline-block;
}
#modal-sign-in .checkbox input {
    position: static;
    margin: 0;
}
#modal-sign-in .buttons {
    margin-top: 20px;
}
#modal-sign-in .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
    width: 100%;
}
#modal-sign-in .buttons button[type="submit"] {
    background-color: #ccc;
}
#modal-sign-in p {
    margin-top: 20px;
}
@media (min-width: 768px) {
    #modal-sign-in .col-sm-offset-2 {
        margin-left: 0;
    }
}
@media (max-width: 350px) {
    #modal-sign-in .forgot-password {
        font-size: 12px !important;
    }
}
div#video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
}
div#video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.video-footer {
    position: relative;
    border: 0;
    padding: 0;
    text-align: left;
    background-color: transparent;
}
.video-footer h5 {
    color: #fff;
    font-size: 24px;
    margin: 0;
    padding: 10px 0;
}
.video-footer h5 small {
    color: #999;
    display: block;
    font-size: 14px;
    margin-top: 5px;
}
.video-footer .pull-right {
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
}
.video-footer .pull-right .btn {
    background-color: #dbdbdb;
    border: 0;
    margin-left: 12px;
    padding: 10px 15px;
    text-transform: uppercase;
}
.video-footer .pull-right .btn .icon {
    position: relative;
    top: 3px;
}
.input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #f8f8f8;
    color: #000;
    font-size: 1em;
    transition: all 0.4s;
    cursor: pointer;
}
.input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
}
label.btn {
    text-align: center !important;
}
.js .input-file-container {
    position: relative;
    width: 225px;
}
.js .input-file-trigger {
    display: block;
    padding: 14px 45px;
    background: #39d2b4;
    color: #fff;
    font-size: 1em;
    transition: all 0.4s;
    cursor: pointer;
}
.js .input-file {
    position: absolute;
    top: 0;
    left: 0;
    width: 225px;
    padding: 14px 0;
    opacity: 0;
    cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
    background: #34495e;
    color: #39d2b4;
}
.file-return {
    margin: 0;
}
.file-return:not(:empty) {
    margin: 1em 0;
}
.js .file-return {
    font-style: italic;
    font-size: 0.9em;
    font-weight: 700;
}
.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: 400;
}
.header-compare-fixe {
    position: fixed;
    z-index: 99;
    width: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.3);
}
.header-compare-sup-effet {
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
}
.video {
    position: relative;
    margin-bottom: 35px;
}
.video:before {
    background: url(../img/icon/icon-play.png) 50% 50% no-repeat;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.share {
    position: relative;
    display: inline-block;
}
.share > a:hover .icon-share2 {
    background: url(../img/icon/icon-share-2_hover.png) 0 0 no-repeat;
}
.share .sous-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: -40px;
    background-color: #fff;
    width: 255px;
    display: none;
    -moz-box-shadow: 1px 1px 5px 0 #656565;
    -webkit-box-shadow: 1px 1px 5px 0 #656565;
    -o-box-shadow: 1px 1px 5px 0 #656565;
    box-shadow: 1px 1px 5px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
.share .sous-menu li a {
    color: #232323;
    padding: 10px 20px;
    display: block;
}
.share .sous-menu li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.share .sous-menu li a.email {
    background-image: url(../img/icon/icon-email.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 45px;
}
.share.share--open > a .icon-share2 {
    background: url(../img/icon/icon-share-2_hover.png) 0 0 no-repeat;
}
.share.share--open .sous-menu {
    display: block;
}
.icon {
    display: inline-block;
    font-size: 0;
    font-style: normal;
}
.icon-search {
    background: url(../img/icon/icon-search.png) 0 0 no-repeat;
    width: 17px;
    height: 17px;
}
.icon-store-locator {
    background: url(../img/icon/icon-store-locator.png) 0 0 no-repeat;
    width: 10px;
    height: 15px;
}
.icon-workbook {
    background: url(../img/icon/icon-workbook.png) 0 0 no-repeat;
    width: 9px;
    height: 16px;
}
.icon-bookmark {
    background: url(../img/icon/icon-bookmark.png) 0 0 no-repeat;
    width: 8px;
    height: 16px;
}
.icon-hotspot {
    background: url(../img/icon/icon-hotspot.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
}
.icon-hotspot--active {
    background: url(../img/icon/icon-hotspot--active.png) 0 0 no-repeat;
    width: 32px;
    height: 32px;
}
.icon-share {
    background: url(../img/icon/icon-share.png) 0 0 no-repeat;
    width: 12px;
    height: 14px;
}
.icon-close-modal {
    background: url(../img/icon/icon-close-modal.png) 0 0 no-repeat;
    width: 26px;
    height: 27px;
}
.icon-more {
    background: url(../img/icon/icon-more.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
}
.icon-less {
    background: url(../img/icon/icon-less.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
}
.icon-caret-bottom {
    background: url(../img/icon/icon-caret-bottom.png) 0 0 no-repeat;
    width: 10px;
    height: 6px;
}
.icon-cross {
    background: url(../img/icon/icon-cross.png) 0 0 no-repeat;
    width: 8px;
    height: 10px;
}
.icon-caret-left {
    background: url(../img/icon/icon-caret-left.png) 0 0 no-repeat;
    width: 8px;
    height: 14px;
}
.icon-caret-right {
    background: url(../img/icon/icon-caret-right.png) 0 0 no-repeat;
    width: 8px;
    height: 14px;
}
.icon-share2 {
    background: url(../img/icon/icon-share-2.png) 0 0 no-repeat;
    width: 16px;
    height: 18px;
}
.icon-print {
    background: url(../img/icon/icon-print.png) 0 0 no-repeat;
    width: 19px;
    height: 18px;
}
.icon-edit {
    background: url(../img/icon/icon-edit.png) 0 0 no-repeat;
    width: 18px;
    height: 18px;
}
.icon-help {
    background: url(../img/icon/icon-help.png) 0 0 no-repeat;
    width: 12px;
    height: 17px;
}
@media (min-width: 768px) and (max-width: 991px) {
    .col-sm-8_5 {
        width: 70.5%;
        float: left;
    }
    .col-sm-4_5 {
        width: 29.5%;
        float: left;
    }
}
.page-index .page-index__slider {
    height: 100%;
    max-height: 800px !important;
}
.page-index .page-index__slider .swiper-slide {
    height: 100% !important;
    max-height: 800px !important;
}
.page-index__slider {
    height: 100%;
    max-height: 800px !important;
}
.page-index__slider .swiper-slide {
    background-position: 50% 50%;
    height: 100% !important;
    max-height: 800px !important;
}
.page-index__promos {
    background-color: #e5e5e5;
    position: relative;
    z-index: 10;
}
.page-index__promos .container {
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 30px;
    padding-top: 20px;
}
/*.page-index__promos .container .row .col-md-4:nth-child(1),*/
/*.page-index__promos .container .row .col-md-4:nth-child(3) {*/
/*    top: 30px;*/
/*}*/
/*.page-index__promos .container .row .col-md-4:nth-child(2) {*/
/*    top: 10px;*/
/*}*/
.page-index__promos__promo {
    margin-left: 9px;
    margin-right: 9px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.page-index__promos__promo a {
    text-decoration: none;
}
.page-index__promos__promo:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
}
.page-index__gallery .gallery__start {
    background: url(../img/icon/icon-view-gallery.png) 50% 50% no-repeat;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-size: 22px;
    display: none !important;
    left: 50%;
    line-height: 225px;
    margin: -81px 0 0 -81px;
    width: 162px;
    height: 162px;
    position: absolute;
    top: 50%;
    text-transform: uppercase;
}
.page-index__gallery .share .sous-menu {
    top: 45px;
    left: -197px;
}
.page-index__gallery .pull-right .btn .icon {
    top: 0;
}
@media (max-width: 991px) {
    .page-index__promos {
        padding-top: 20px;
    }
    .page-index__promos .container .row .col-md-4 {
        top: 0 !important;
    }
}
@media (max-width: 1023px) {
    .page-index__slider .swiper-slide {
        background-repeat: no-repeat;
        background-position: 50% 50%;
    }
    .page-index__gallery {
        margin-bottom: 0;
    }
    .page-index__gallery .container {
        padding: 0;
        width: 100%;
    }
    .page-index__gallery .gallery__start {
        display: inline-block !important;
    }
    .page-index__gallery h3 {
        margin-top: 20px;
    }
    .page-index__gallery .swiper-container {
        display: none;
    }
}
.page-product-category .page-header {
    border-bottom: 0;
    color: #232323;
    font-size: 30px;
    text-transform: uppercase;
}
.page-product-category .page-header small {
    color: #999;
    display: block;
    font-size: 14px;
}
.page-product-category__slider {
    height: 570px;
}
.page-product-category__slider .swiper-slide {
    height: 570px !important;
}
.list-products__sort-by {
    position: relative;
}
.list-products__sort-by select {
    bottom: 0;
    font-size: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    width: 100%;
}
.list-products__sort-by span {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #232323;
    display: block;
    font-size: 14px;
    padding: 9px 14px;
    text-transform: none;
    width: 200px;
}
.list-products__sort-by span strong {
    font-weight: 400;
}
.list-products__sort-by span .icon {
    float: right;
    position: relative;
    top: 8px;
}
.list-products .product:hover .product__content {
    background: #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    outline: 1px solid #ccc;
    padding-bottom: 20px;
    z-index: 10;
}
.list-products .product:hover .product__content summary {
    display: none;
}
.list-products .product:hover .product__content summary.full {
    display: block;
}
.list-products .product:hover .product__content summary.full .add-to-compare {
    display: block;
    padding-top: 10px;
}
.list-products .list-products__col-left {
    padding-right: 60px;
}
.list-products h2 {
    color: #232323;
    font-size: 22px;
    padding-bottom: 5px;
}
.list-products h2 a {
    float: right;
    font-size: 12px;
    line-height: 28px;
}
.list-products h3 {
    color: #232323;
    cursor: pointer;
    font-size: 13px;
    margin: 0;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}
.list-products h3 .icon {
    float: right;
    margin-right: 2px;
    position: relative;
    top: 3px;
}
.list-products .list-products__products {
    margin: -1px 0 0 -1px;
}
.list-products .list-products__products h4 a {
    color: #232323;
    display: inline-block;
    position: relative;
    font-size: 22px;
}
.list-products .list-products__products h4 a:hover {
    text-decoration: none;
}
.list-products .list-products__products h4 a:after {
    content: " ";
    position: absolute;
    display: block;
    top: 5px;
    right: -20px;
    height: 14px;
    width: 8px;
    background: url(../img/icon/icon-caret-right.png) 0 0 no-repeat;
}
.list-products .list-products__products .bloc {
    border-bottom: 1px solid #e8e8e8;
    padding: 50px 0 25px 0;
    margin-bottom: 35px;
    clear: both;
    text-align: right;
}
.list-products .list-products__products .bloc a {
    color: #232323;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-right: 20px;
}
.list-products .list-products__products .bloc a:after {
    content: " ";
    position: absolute;
    display: block;
    top: 9px;
    right: 0;
    height: 14px;
    width: 8px;
    background: url(../img/icon/icon-caret-right-grey.png) 0 0 no-repeat;
}
.list-products .list-products__products .col-md-4 {
    padding: 0;
}
.list-products .list-products__products .list-products__load-more {
    margin-bottom: 120px;
    margin-top: 50px;
    text-align: center;
}
.list-products .list-products__products .list-products__load-more .btn {
    background-color: #ccc;
    border: 0;
    color: #232323;
    font-size: 13px;
    font-weight: 700;
    padding: 10px 16px;
    text-transform: uppercase;
    width: 70%;
}
.list-products__categories {
    padding-top: 15px;
    border-top: 1px solid #ccc;
}
.list-products__categories ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-products__categories ul li {
    font-size: 14px;
}
.list-products__categories ul li a {
    color: #232323;
}
.list-products__categories ul li a span {
    color: #999;
    display: inline-block;
    margin-left: 5px;
}
.list-products__filters .list-products__filters__filter--opened {
    padding: 20px 0;
    border-top: 1px solid #ccc;
}
.list-products__filters .list-products__filters__filter--opened h3 {
    cursor: auto;
}
.list-products__filters .list-products__filters__filter {
    margin: 0;
    padding: 20px 0 10px 2px;
    border-top: 1px solid #ccc;
    overflow: hidden;
}
.list-products__filters .list-products__filters__filter.list-products__filters__filter--open {
    padding: 20px 0 10px 2px;
    border-top: 1px solid #ccc;
}
.list-products__filters .list-products__filters__filter.list-products__filters__filter--open h3 .icon {
    background: url(../img/icon/icon-less.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
}
.list-products__filters .list-products__filters__filter.list-products__filters__filter--open div {
    max-height: 700px;
    transition: max-height 2s ease;
}
.list-products__filters .list-products__filters__filter:first-child h3 {
    border-top: 0;
}
.list-products__filters .list-products__filters__filter div {
    transition: max-height 0.5s;
    max-height: 0;
    overflow: hidden;
}
.list-products__filters .list-products__filters__filter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.list-products__filters .list-products__filters__filter ul li a {
    color: #232323;
}
.list-products__filters .list-products__filters__filter .colors {
    list-style: none;
    margin: 0 0 10px -13px;
    padding: 0;
}
.list-products__filters .list-products__filters__filter .colors__color {
    float: left;
    margin-bottom: 6px;
    margin-left: 12px;
}
.list-products__filters .list-products__filters__filter .colors__color a {
    display: block;
}
.list-products__filters .list-products__filters__filter .colors__color a span {
    display: inline-block;
    width: 26px;
    height: 26px;
}
.list-products__filters .list-products__filters__filter--active {
    border-radius: 3px;
    display: block !important;
    background-image: -webkit-linear-gradient(top, #f0f0f0 0, #e3e3e3 100%);
    background-image: -o-linear-gradient(top, #f0f0f0 0, #e3e3e3 100%);
    background-image: linear-gradient(to bottom, #f0f0f0 0, #e3e3e3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0f0f0', endColorstr='#ffe3e3e3', GradientType=0);
    padding: 5px 10px;
}
.list-products__filters .list-products__filters__filter--active a {
    background: url(../img/icon/icon-cross.png) 100% 50% no-repeat;
    color: #232323;
    display: block;
    text-decoration: none;
}
.list-products__filters .list-products__filters__filter--active a span {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    top: 2px;
}
@media (max-width: 767px) {
    .add-to-compare {
        display: none !important;
    }
}
.list-link-dl {
    position: relative;
    padding-left: 25px !important;
    margin-bottom: 15px;
}
.list-link-dl:before {
    background: url(../img/icon/icon-dl.png) 0 0 no-repeat;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 3px;
    width: 16px;
    height: 13px;
}
.list-link-dl li {
    display: inline-block;
    color: #b4b4b4;
}
.list-link-dl li span {
    position: relative;
    top: -1px;
}
.ref-price {
    color: #666;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 32px;
}
.ref-price span {
    display: block;
}
.ref-price span strong {
    font-size: 22px;
    color: #000;
}
.mentions-print {
    display: none;
    margin-top: 30px;
}
.page-product-details .page-product-details__product .container {
    position: relative;
}
.page-product-details .share .sous-menu {
    top: 40px;
    left: -213px;
}
.page-product-details .visuel-print {
    display: none !important;
}
.page-product-details .container {
    padding-top: 45px;
}
.page-product-details .container .bloc-product-details {
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 60px;
    margin-bottom: 45px;
}
.page-product-details .container a {
    color: #3b659c;
}
.page-product-details .container p strong {
    color: #333;
}
.page-product-details .container h2 {
    text-transform: uppercase;
    font-size: 30px;
    color: #232323;
    font-weight: 400;
    padding-bottom: 22px;
    border-bottom: 0;
    margin-top: 0;
}
.page-product-details .container .separator {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 35px;
    margin-bottom: 35px;
}
.page-product-details .container .no-puce {
    list-style: none;
    padding-left: 0;
}
.page-product-details .container .list-link li {
    padding-bottom: 12px;
}
.page-product-details .container .bloc {
    margin-top: 30px;
}
.page-product-details .container .bloc:first-child {
    margin-top: 0;
}
.page-product-details .container .col-product-L {
    padding-right: 55px;
}
.page-product-details .container .product-name {
    font-size: 18px;
    color: #232323;
}
.page-product-details .container .product-infos p span {
    display: block;
    margin-top: 10px;
}
.page-product-details .container .product-infos div img {
    margin: 20px 0;
    max-width: 270px;
    max-height: 270px;
}
.page-product-details .container .list-product-infos {
    padding-left: 30px;
}
.page-product-details .container .list-product-infos li {
    padding-top: 30px;
}
.page-product-details .container .list-product-infos li:first-child {
    padding-top: 0;
}
.page-product-details .container .list-product-infos li p {
    color: #666;
}
.page-product-details .container .rich-text {
    color: #666;
    font-size: 16px;
}
.page-product-details .container .rich-text .intro {
    padding-bottom: 30px;
}
.page-product-details .container .rich-text p strong {
    text-transform: uppercase;
}
.page-product-details .container .rich-text ul {
    padding-left: 15px;
}
.page-product-details .container .rich-text ul li {
    margin-bottom: 18px;
}
.page-product-details .container .rich-text ul.list-logo {
    margin-top: 35px;
}
.page-product-details .container .rich-text ul.list-logo li {
    display: inline-block;
    margin-right: 15px;
}
.page-product-details .container .subtitle {
    text-transform: uppercase;
    font-size: 15px;
    padding-bottom: 22px;
    margin-bottom: 22px;
}
.page-product-details .container .list-videos {
    margin-left: -13px;
}
.page-product-details .container .list-videos li {
    width: 132px;
    display: inline-block;
    margin-left: 13px;
    vertical-align: top;
}
.page-product-details .container .list-videos li a {
    position: relative;
    display: block;
}
.page-product-details .container .list-videos li a:before {
    background: url(../img/icon/icon-play-mini.png) 50% 40% no-repeat;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.page-product-details .container .list-videos li a img {
    margin-bottom: 10px;
    max-width: 100%;
}
.page-product-details .container .list-videos li p {
    font-size: 12px;
}
.page-product-details .container .infos-call {
    margin-bottom: 22px;
}
.page-product-details .container .infos-call strong {
    display: block;
}
.page-product-details .container .infos-call span {
    display: block;
}
.page-product-details .container .infos-email > a {
    margin-bottom: 25px;
    display: inline-block;
}
.page-product-details .container .infos-email ul {
    padding-left: 15px;
    color: #666;
}
.page-product-details .container .infos-email ul li {
    margin-bottom: 10px;
}
.page-product-details .container .list-products__filters .list-products__filters__filter .colors {
    margin-left: -12px;
}
.page-product-details .container .list-products__filters .list-products__filters__filter .colors .selected {
    border: 3px solid #7a7a7a;
    overflow: hidden;
    position: relative;
}
.page-product-details .container .list-products__filters .list-products__filters__filter .colors .selected:before {
    background: url(../img/icon/icon-coche.png) 50% 50% no-repeat;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
}
.page-product-details .container .list-products__filters .list-products__filters__filter .colors .selected span {
    margin: -3px;
    display: block;
}
.page-product-details .container .list-products__filters .list-products__filters__filter p strong {
    text-transform: uppercase;
}
.page-product-details .container .list-products__filters .list-products__filters__filter div {
    display: block;
}
.page-product-details .container .list-products__filters .actions-links .blue {
    margin-bottom: 15px;
}
.page-product-details .container .list-products__filters .actions-links div .btn {
    margin-left: 3px;
}
.page-product-details .container .list-products__filters .actions-links div .btn:first-child {
    margin-left: 0;
}
.page-product-details .container .list-products__filters .btn.white {
    width: 100%;
}
.page-product-details .container .list-products__filters .btn.blue {
    width: 100%;
}
form#modal-compare-error {
    overflow: hidden;
}
form#modal-compare-error hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-compare-error p {
    margin-bottom: 30px;
    margin-top: 20px;
}
form#modal-compare-error .buttons {
    margin-top: 0;
}
form#modal-compare-error .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-compare-error .buttons button[type="submit"] {
    background-color: #ccc;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-product-details__product {
        font-size: 13px;
    }
    .page-product-details .container .list-videos {
        margin-left: -1px;
    }
    .page-product-details .container .list-videos li {
        width: 24%;
        margin-left: 1px;
    }
    .page-product-details .container .rich-text {
        font-size: 14px;
    }
    .list-products__filters .list-products__filters__filter .colors {
        margin-left: -8px !important;
    }
    .list-products__filters .list-products__filters__filter .colors .colors__color {
        margin-left: 8px;
    }
    .list-products__filters .list-products__filters__filter .colors .btn {
        font-size: 11px;
    }
    .list-product-infos li p {
        font-size: 13px;
    }
}
@media (max-width: 767px) {
    .page-product-details .container .col-product-L {
        padding-right: 0;
    }
    .page-product-details .container .list-videos {
        margin-left: -1px;
    }
    .page-product-details .container .list-videos li {
        width: 48%;
        margin-left: 1px;
    }
    .page-product-details .container .rich-text {
        font-size: 14px;
    }
    .page-product-details .container .gallery {
        margin-bottom: 20px;
    }
    .page-product-details .col-product-R {
        border-bottom: 1px solid #e8e8e8;
        margin-bottom: 35px;
        padding-bottom: 35px;
    }
    .page-product-details .col-product-R .actions-links .btn {
        padding: 12px 20px;
    }
    .page-product-details .col-product-R .actions-links .btn.blue {
        width: auto;
    }
    .page-product-details .col-product-R .actions-links div {
        display: inline-block;
    }
}
@media (min-width: 768px) {
    .bloc-product-details {
        position: relative;
    }
    .bloc-product-details .col-product-R {
        position: absolute;
        left: 100%;
        top: 5px;
    }
}
.modal-share-email {
    padding-left: 3px;
}
.modal-share-email h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.modal-share-email .form-group > div {
    margin-bottom: 20px;
}
.modal-share-email .form-group > div label {
    width: 30%;
    display: inline-block;
    font-weight: 700;
    text-align: right;
    margin-right: 10px;
    vertical-align: top;
    margin-top: 5px;
}
.modal-share-email .form-group > div label span {
    font-weight: 400;
}
.modal-share-email .form-group > div input {
    display: inline-block;
    width: 60%;
    vertical-align: top;
}
.modal-share-email .form-group > div div {
    display: inline-block;
    width: 60%;
}
.modal-share-email .form-group > div div input {
    width: 100%;
}
.modal-share-email .form-group > div div p {
    font-size: 12px;
    color: #ccc;
    margin-top: 5px;
}
.modal-share-email .form-group > div textarea {
    height: 250px;
}
.page-workbook {
    background-color: #e5e5e5;
}
.page-workbook .page-header {
    background-color: #fff;
    border-top: 2px solid #f4f4f4;
    border-bottom: 0;
    padding-bottom: 55px;
    padding-top: 75px;
    margin: 0;
    text-align: center;
}
.page-workbook .page-header h1 {
    display: inline-block;
    color: #232323;
    font-size: 15px;
    margin: 0;
    position: relative;
    text-transform: uppercase;
}
.page-workbook .page-header h1:before {
    background-color: #000;
    content: " ";
    height: 1px;
    position: absolute;
    left: -25px;
    right: -25px;
    top: 8px;
}
.page-workbook .page-header h1 span {
    background-color: #fff;
    display: inline-block;
    padding: 0 10px;
    position: relative;
}
.page-workbook .page-header h2 {
    color: #232323;
    font-size: 60px;
    margin: 0;
}
.page-workbook.page-workbook-list {
    background-color: #fff;
}
.page-workbook.page-workbook-list .page-header h1 {
    font-size: 60px;
    text-transform: none;
}
.page-workbook.page-workbook-list .page-header h1:before {
    background-color: transparent;
    content: "";
}
.page-workbook__filters {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    min-height: 55px;
    background-image: -webkit-linear-gradient(top, #fff 0, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f5f5f5 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff5f5f5', GradientType=0);
}
.page-workbook__filters .link-back {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    color: #232323 !important;
    font-size: 16px;
    padding-top: 17px;
}
.page-workbook__filters .link-back .icon {
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.page-workbook__filters .navbar-left {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
}
.page-workbook__filters .navbar-left a {
    color: #232323 !important;
}
.page-workbook__filters .navbar-left a .icon {
    margin-right: 5px;
    position: relative;
    top: 3px;
}
.page-workbook__filters .navbar-right {
    border-right: 1px solid #efefef;
}
.page-workbook__filters .navbar-right a {
    border-left: 1px solid #efefef;
}
.page-workbook__filters .navbar-right .share {
    position: relative;
}
.page-workbook__filters .navbar-right .share > a:hover .icon-share2 {
    background: url(../img/icon/icon-share-2_hover.png) 0 0 no-repeat;
}
.page-workbook__filters .navbar-right .share .sous-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    top: 55px;
    left: -200px;
    background-color: #fff;
    width: 255px;
    display: none;
    -moz-box-shadow: 1px 1px 5px 0 #656565;
    -webkit-box-shadow: 1px 1px 5px 0 #656565;
    -o-box-shadow: 1px 1px 5px 0 #656565;
    box-shadow: 1px 1px 5px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
.page-workbook__filters .navbar-right .share .sous-menu li a {
    color: #232323;
    padding: 10px 20px;
    display: block;
}
.page-workbook__filters .navbar-right .share .sous-menu li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.page-workbook__filters .navbar-right .share .sous-menu li a.email {
    background-image: url(../img/icon/icon-email.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 45px;
}
.page-workbook__filters .navbar-right .share.share--open > a .icon-share2 {
    background: url(../img/icon/icon-share-2_hover.png) 0 0 no-repeat;
}
.page-workbook__filters .navbar-right .share.share--open .sous-menu {
    display: block;
}
.page-workbook__filters .navbar-center {
    float: none;
    text-align: center;
}
.page-workbook__filters-select {
    display: inline-block;
    position: relative;
    top: 7px;
}
.page-workbook__filters-select .btn-group {
    position: relative;
}
.page-workbook__filters-select .btn-group .btn {
    background-color: #232323;
    color: #fff !important;
    min-width: 175px;
    border: 1px solid #000;
}
.page-workbook__filters-select .btn-group .btn .filter-option {
    font-weight: 700;
}
.page-workbook__filters-select .btn-group .btn .caret {
    background: url(../img/icon/icon-caret-bottom.png) 0 0 no-repeat;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    height: 6px;
    width: 10px;
    position: absolute;
    right: 15px;
    top: 15px;
}
.page-workbook__filters-select .btn-group .dropdown-menu {
    background: #232323;
    min-width: 175px;
    overflow: visible !important;
    height: auto !important;
    padding: 0;
}
.page-workbook__filters-select .btn-group .dropdown-menu.inner {
    top: 0 !important;
    -moz-box-shadow: 1px 1px 5px 0 #000;
    -webkit-box-shadow: 1px 1px 5px 0 #000;
    -o-box-shadow: 1px 1px 5px 0 #000;
    box-shadow: 1px 1px 5px 0 #000;
}
.page-workbook__filters-select .btn-group .dropdown-menu li {
    border-top: 1px solid #000;
}
.page-workbook__filters-select .btn-group .dropdown-menu li:first-child {
    border-top: 0;
}
.page-workbook__filters-select .btn-group .dropdown-menu li.selected a {
    color: #888 !important;
}
.page-workbook__filters-select .btn-group .dropdown-menu li a {
    background: #232323;
    color: #fff !important;
    text-transform: uppercase;
    cursor: pointer;
    padding: 10px;
}
.page-workbook__filters-select .btn-group .dropdown-menu li a:hover {
    color: #888 !important;
}
.page-workbook__products {
    margin-left: -20px;
}
.page-workbook__products .product {
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    height: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    position: relative;
    width: 300px;
}
.page-workbook__products .product.product--full_image .product__content {
    padding: 0;
}
.page-workbook__products .product.product--full_image .product__content img {
    margin: 0 auto;
    padding: 0;
}
.page-workbook__products .product.product--full_image.video .product__content {
    position: relative;
}
.page-workbook__products .product.product--full_image.video .product__content:before {
    background: url(../img/icon/icon-play.png) 50% 50% no-repeat;
    bottom: 0;
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.page-workbook__products .product .dropdown {
    position: absolute;
    top: 20px;
    right: 17px;
}
.page-workbook__products .product .dropdown.open > button {
    background: url(../img/bg/btn-product-dropdown--active.png) 0 0 no-repeat;
}
.page-workbook__products .product .dropdown.share > button {
    background: url(../img/bg/btn-product-share.png) 0 0 no-repeat;
}
.page-workbook__products .product .dropdown.share.open > button {
    background: url(../img/bg/btn-product-share--active.png) 0 0 no-repeat;
}
.page-workbook__products .product .dropdown > button {
    background: url(../img/bg/btn-product-dropdown.png) 0 0 no-repeat;
    border: 0;
    display: inline-block;
    outline: 0;
    width: 38px;
    height: 38px;
}
.page-workbook__products .product .dropdown .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 0;
    left: auto;
    right: 5px;
    margin: -5px 0 0 0;
    padding: 15px 0;
}
.page-workbook__products .product .dropdown .dropdown-menu li a {
    color: #3b659c;
}
.page-workbook__products .product .dropdown .dropdown-menu li a.email {
    background-image: url(../img/icon/icon-email.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 45px;
}
.page-workbook__products .product .product__share {
    background: url(../img/bg/btn-product-share.png) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 5;
    width: 38px;
    height: 38px;
}
.page-workbook__products .product .product__share.share .sous-menu {
    top: 36px !important;
    left: -215px !important;
}
.page-workbook__products .product .product__content {
    height: auto;
    position: static;
}
.page-workbook__products .product .product__content img {
    margin-top: 0;
    padding-top: 50px;
}
.page-workbook__products .product .product__text + .product__note {
    border-top: 1px solid #eaeaea;
}
.page-workbook__products .product .product__text {
    color: #232323;
    font-size: 20px;
    padding: 20px;
    text-align: center;
}
.page-workbook__products .product .product__note {
    color: #232323;
    margin: 0 20px;
    padding: 20px 0;
    text-align: left;
}
.page-workbook__products .product .product__items {
    background-color: #f7f7f7;
    list-style: none;
    margin: 0;
    padding: 0;
}
.page-workbook__products .product .product__items li {
    border-top: 1px solid #eaeaea;
    line-height: 27px;
    margin: 0 20px;
    padding-bottom: 1px;
    padding-top: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: left;
}
.page-workbook__products .product .product__items li span {
    display: inline-block;
    width: 27px;
    height: 27px;
}
.page-workbook__products .product .product__items li a {
    color: #232323;
    display: inline-block;
    font-size: 13px;
    left: 5px;
    position: relative;
    text-decoration: none;
    top: -8px;
}
.page-workbook__list {
    margin-bottom: 125px;
    margin-top: -20px;
    margin-left: -2px;
    overflow: hidden;
}
.page-workbook__list .item {
    margin-top: 25px;
    float: left;
    margin-left: 2px;
    position: relative;
    width: 312px;
}
.page-workbook__list .item .dropdown {
    position: absolute;
    top: 20px;
    right: 17px;
    z-index: 5;
}
.page-workbook__list .item .dropdown.open > button {
    background: url(../img/bg/btn-product-dropdown--active.png) 0 0 no-repeat;
}
.page-workbook__list .item .dropdown > button {
    background: url(../img/bg/btn-product-dropdown.png) 0 0 no-repeat;
    border: 0;
    display: inline-block;
    outline: 0;
    width: 38px;
    height: 38px;
}
.page-workbook__list .item .dropdown .dropdown-menu {
    border: 1px solid #ddd;
    border-radius: 0;
    left: auto;
    right: 5px;
    margin: -5px 0 0 0;
    padding: 15px 0;
}
.page-workbook__list .item .dropdown .dropdown-menu li a {
    color: #3b659c;
}
.page-workbook__list .item h2 {
    font-size: 20px;
    background-image: -webkit-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to right, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=1);
    height: 76px;
    line-height: 76px;
    margin: 0;
    padding: 0 25px;
    cursor: pointer;
}
.page-workbook__list .item h2 span {
    color: #999;
}
.page-workbook__list .item h2 a {
    color: #333;
    display: block;
    text-decoration: none;
}
.page-workbook__list .item figure {
    height: 304px;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.page-workbook__list .item figure a {
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.page-workbook__list .item figure.empty {
    background: url(../img/icon/icon-plus-big.png) 50% 50% no-repeat #bebebe;
    cursor: pointer;
}
.page-workbook__list .item figure.empty:hover {
    background: url(../img/icon/icon-plus-big--active.png) 50% 50% no-repeat #bebebe;
}
.page-workbook__list .item figure ul {
    list-style: none;
    margin: 1px 0 0 -1px;
    padding: 0;
}
.page-workbook__list .item figure ul li {
    background-color: #e5e5e5;
    float: left;
    margin-left: 1px;
    overflow: hidden;
    width: 77px;
    height: 77px;
}
.page-workbook__list .item figure ul li:last-child {
    width: 79px;
}
.modal--type-upload_photo .close {
    background: url(../img/icon/icon-close-popin.png) 0 0 no-repeat;
    position: absolute;
    right: 15px;
    width: 20px;
    height: 20px;
    top: 25px;
    cursor: pointer;
}
.modal--type-upload_photo .modal-dialog {
    width: auto !important;
}
.modal--type-upload_photo .modal-dialog .modal-title {
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
}
.modal--type-upload_photo .modal-dialog .modal-content {
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.modal--type-upload_photo .modal-dialog .modal-content form .control-label {
    padding-right: 15px;
}
.modal--type-upload_photo .modal-dialog .modal-content form .control-label.control-label__2-line {
    position: relative;
    top: -10px;
}
.modal--type-upload_photo .modal-dialog .modal-content form .control-label span {
    font-weight: 400;
}
.modal--type-upload_photo .modal-dialog .modal-content form hr {
    margin-bottom: 10px;
    margin-top: 0;
}
.modal--type-upload_photo .modal-dialog .modal-content form ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.modal--type-upload_photo .modal-dialog .modal-content form p {
    margin-bottom: 10px;
    margin-top: 10px;
}
.modal--type-upload_photo .modal-dialog .modal-content form .checkbox {
    display: inline-block;
}
.modal--type-upload_photo .modal-dialog .modal-content form .checkbox input {
    position: static;
    margin: 0;
}
.modal--type-upload_photo .modal-dialog .modal-content form .upload {
    position: relative;
}
.modal--type-upload_photo .modal-dialog .modal-content form .upload .input-group-btn {
    padding-left: 10px;
}
.modal--type-upload_photo .modal-dialog .modal-content form .upload input[type="file"] {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
}
.modal--type-upload_photo .modal-dialog .modal-content form .upload button {
    background-color: #ccc;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 60px;
    text-transform: uppercase;
}
.modal--type-upload_photo .modal-dialog .modal-content form .buttons {
    margin-top: 20px;
}
.modal--type-upload_photo .modal-dialog .modal-content form .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
.modal--type-upload_photo .modal-dialog .modal-content form .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-upload-photo {
    overflow: hidden;
}
form#modal-upload-photo .control-label {
    padding-right: 15px;
}
form#modal-upload-photo .control-label.control-label__2-line {
    position: relative;
    top: -10px;
}
form#modal-upload-photo .control-label span {
    font-weight: 400;
}
form#modal-upload-photo hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-upload-photo ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
form#modal-upload-photo p {
    margin-bottom: 10px;
    margin-top: 10px;
}
form#modal-upload-photo .checkbox {
    display: inline-block;
}
form#modal-upload-photo .checkbox input {
    position: static;
    margin: 0;
}
form#modal-upload-photo .upload {
    position: relative;
}
form#modal-upload-photo .upload .input-group-btn {
    padding-left: 10px;
}
form#modal-upload-photo .upload input[type="file"] {
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 10;
    cursor: pointer;
}
form#modal-upload-photo .upload button {
    background-color: #ccc;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 8px 60px;
    text-transform: uppercase;
}
form#modal-upload-photo .buttons {
    margin-top: 0;
}
form#modal-upload-photo .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-upload-photo .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-delete-workbook {
    overflow: hidden;
}
form#modal-delete-workbook hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-delete-workbook p {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
form#modal-delete-workbook .buttons {
    margin-top: 0;
}
form#modal-delete-workbook .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-delete-workbook .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-rename-workbook,
form#modal-create-workbook {
    overflow: hidden;
}
form#modal-rename-workbook .control-label,
form#modal-create-workbook .control-label {
    padding-right: 15px;
}
form#modal-rename-workbook .control-label.control-label__2-line,
form#modal-create-workbook .control-label.control-label__2-line {
    position: relative;
    top: -10px;
}
form#modal-rename-workbook .control-label span,
form#modal-create-workbook .control-label span {
    font-weight: 400;
}
form#modal-rename-workbook hr,
form#modal-create-workbook hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-rename-workbook .buttons,
form#modal-create-workbook .buttons {
    margin-top: 0;
}
form#modal-rename-workbook .buttons button,
form#modal-create-workbook .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-rename-workbook .buttons button[type="submit"],
form#modal-create-workbook .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-edit-note-item {
    overflow: hidden;
}
form#modal-edit-note-item .control-label {
    padding-right: 15px;
}
form#modal-edit-note-item .control-label.control-label__2-line {
    position: relative;
    top: -10px;
}
form#modal-edit-note-item .control-label span {
    font-weight: 400;
}
form#modal-edit-note-item hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-edit-note-item table tr td:last-child {
    font-size: 25px;
    line-height: 25px;
    padding-left: 20px;
}
form#modal-edit-note-item .form-group {
    margin-top: 20px;
}
form#modal-edit-note-item textarea {
    resize: none;
    height: 150px;
}
form#modal-edit-note-item .buttons {
    margin-top: 0;
}
form#modal-edit-note-item .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-edit-note-item .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-delete-item {
    overflow: hidden;
}
form#modal-delete-item hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-delete-item p {
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
form#modal-delete-item .buttons {
    margin-top: 0;
}
form#modal-delete-item .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-delete-item .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-move-item {
    overflow: hidden;
}
form#modal-move-item .control-label {
    padding-right: 15px;
}
form#modal-move-item .control-label.control-label__2-line {
    position: relative;
    top: -10px;
}
form#modal-move-item .control-label span {
    font-weight: 400;
}
form#modal-move-item hr {
    margin-bottom: 10px;
    margin-top: 0;
}
form#modal-move-item #listWorkBooks {
    position: relative;
}
form#modal-move-item #listWorkBooks select {
    bottom: 0;
    font-size: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    width: 100%;
}
form#modal-move-item #listWorkBooks span {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #232323;
    display: block;
    font-size: 14px;
    padding: 9px 14px;
    text-transform: none;
}
form#modal-move-item #listWorkBooks span strong {
    font-weight: 400;
}
form#modal-move-item #listWorkBooks span .icon {
    float: right;
    position: relative;
    top: 8px;
}
form#modal-move-item .buttons {
    margin-top: 0;
}
form#modal-move-item .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-move-item .buttons button[type="submit"] {
    background-color: #ccc;
}
form#modal-save-to-workbook {
    overflow: hidden;
}
form#modal-save-to-workbook .control-label {
    padding-right: 15px;
    height: 25px;
    line-height: 25px;
}
form#modal-save-to-workbook .control-label span {
    font-weight: 400;
}
form#modal-save-to-workbook hr {
    margin-bottom: 30px;
    margin-top: 0;
}
form#modal-save-to-workbook table {
    margin-bottom: 30px;
}
form#modal-save-to-workbook table tr td {
    padding-left: 20px;
}
form#modal-save-to-workbook table tr td {
    font-size: 25px;
    line-height: 25px;
}
form#modal-save-to-workbook .form-group {
    margin-top: 20px;
}
form#modal-save-to-workbook .form-group .createBut {
    position: relative;
    height: 38px;
    line-height: 38px;
    border: 1px solid #efefef;
    border-radius: 3px;
    background-image: linear-gradient(#fff, #f2f2f2);
    padding-left: 25px;
}
form#modal-save-to-workbook .form-group .createBut a {
    z-index: 1000;
}
form#modal-save-to-workbook .form-group .createBut a:before {
    content: "+";
    position: absolute;
    display: block;
    top: -2px;
    left: 0;
    width: 25px;
    height: 25px;
    margin-left: 3px;
    cursor: pointer;
    font-size: 20px;
}
form#modal-save-to-workbook .form-group .control-label2 {
    padding-top: 9px;
}
form#modal-save-to-workbook .form-group .listWorkBooks-select {
    position: relative;
}
form#modal-save-to-workbook .form-group .listWorkBooks-select select {
    bottom: 0;
    font-size: 14px;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-appearance: none;
    width: 100%;
}
form#modal-save-to-workbook .form-group .listWorkBooks-select span {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #232323;
    display: block;
    font-size: 14px;
    padding: 9px 14px;
    text-transform: none;
}
form#modal-save-to-workbook .form-group .listWorkBooks-select span strong {
    font-weight: 400;
}
form#modal-save-to-workbook .form-group .listWorkBooks-select span .icon {
    float: right;
    position: relative;
    top: 8px;
}
form#modal-save-to-workbook #addNotes {
    margin-bottom: 57px;
}
form#modal-save-to-workbook #newWork {
    margin-top: 37px;
}
form#modal-save-to-workbook .prompt {
    border: 1px #ccc solid;
    border-radius: 7px;
    padding: 15px;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
    margin-left: 120px;
    margin-bottom: 20px;
}
form#modal-save-to-workbook .buttons {
    margin-top: 0;
}
form#modal-save-to-workbook .buttons button {
    background-color: #fff;
    border: 0;
    border-radius: 3px;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 60px;
    text-transform: uppercase;
}
form#modal-save-to-workbook .buttons button[type="submit"] {
    background-color: #ccc;
}
@media (max-width: 375px) {
    .page-workbook .page-header {
        padding-bottom: 85px;
    }
    .page-workbook__filters .navbar-nav {
        margin: 0;
    }
    .page-workbook__filters .navbar-nav > li {
        float: left;
    }
    .page-workbook__filters .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .page-workbook__filters .navbar-right {
        float: right;
    }
    .page-workbook__filters .navbar-right .print-icon {
        display: none;
    }
    .page-workbook__filters .navbar-center {
        margin-top: -115px;
    }
    .page-workbook__products {
        height: auto !important;
        padding-right: 20px;
    }
    .page-workbook__products .product {
        left: 0 !important;
        position: relative !important;
        top: 0 !important;
        width: 100%;
    }
    .page-workbook__products .product.product--full_image img {
        width: 100%;
    }
    .page-workbook__list {
        margin-bottom: 50px;
    }
    .page-workbook__list .item {
        width: 100%;
    }
    .page-workbook__list .item h2 {
        text-align: center;
        cursor: pointer;
    }
    .page-workbook__list .item figure {
        height: auto;
    }
    .page-workbook__list .item figure ul li {
        height: auto;
        margin-left: 0;
        width: 25% !important;
    }
    .page-workbook__list .item figure ul li img {
        height: 100%;
    }
    .page-workbook__list .item:first-child h2:before {
        content: "";
        position: absolute;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: 25px;
        background: transparent url(../img/icon/icon-plus.png) 0 0 no-repeat;
        cursor: pointer;
    }
    .page-workbook__list .item:first-child h2:hover:before {
        background: transparent url(../img/icon/icon-plus--active.png) 0 0 no-repeat;
    }
}
@media (max-width: 767px) {
    .fancybox-title {
        margin-top: 30px;
    }
    .fancybox-title h4 {
        font-size: 22px;
    }
    .fancybox-workbook-list .input-group .form-control {
        width: 85% !important;
    }
    .fancybox-workbook-list .input-group .input-group-btn {
        padding-left: 0 !important;
    }
    .fancybox-workbook-list .input-group .input-group-btn button {
        padding: 8px 20px !important;
    }
    .fancybox-workbook-list .buttons {
        text-align: center;
    }
    .fancybox-workbook-list .buttons button {
        padding: 10px 15px !important;
    }
    .page-workbook__list .item:first-child h2:before {
        left: 10px;
    }
    .navbar-nav .open .dropdown-menu {
        position: absolute !important;
    }
}
#file1 {
    display: none;
}
#txtFile {
    cursor: initial;
}
.page-myaccount .clear {
    display: block;
    margin-bottom: 50px;
    width: 300px;
}
.page-myaccount .page-header-myaccount {
    text-align: center;
    background-color: #f5f5f5;
    padding-bottom: 55px;
    padding-top: 55px;
    margin: 0;
}
.page-myaccount .page-header-myaccount h1 {
    font-size: 60px;
}
@media (max-width: 767px) {
    .page-myaccount .page-header-myaccount h1 {
        font-size: 26px !important;
    }
}
.page-myaccount .page-header-myaccount .container {
    position: relative;
}
.page-myaccount .page-header-myaccount .container .confirmation {
    background-color: #dff1d8;
    border-radius: 5px;
    border: 1px solid #84a648;
    padding: 20px;
    position: relative;
    display: block;
    position: absolute;
    top: -65px;
    left: 0;
    z-index: 5;
    -webkit-box-shadow: 3px 3px 5px #eaeaea;
    -moz-box-shadow: 3px 3px 5px #eaeaea;
    box-shadow: 3px 3px 5px #eaeaea;
}
.page-myaccount .page-header-myaccount .container .confirmation:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 25px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    background: url(../img/icon/icon-close-confirmation.png) 0 0 no-repeat;
}
.page-myaccount .page-header-myaccount .container .confirmation p {
    margin: 0;
    text-align: center;
    font-size: 16px;
    color: #84a648;
}
.page-myaccount .btn-account {
    display: block inline;
    color: #000;
    text-transform: uppercase;
    padding: 7px 10px;
    text-decoration: none;
}
.page-myaccount .btn-account:hover,
.page-myaccount .btn-account .selected {
    color: #fff;
    background-color: #000;
    cursor: pointer;
    border-radius: 7px;
}
.page-myaccount .account-page {
    margin: 0 auto;
    float: none;
}
.page-myaccount .accountbox {
    overflow: hidden;
    border-bottom: solid 1px #efefef;
    padding-bottom: 30px;
}
.page-myaccount .accountbox h2 {
    text-transform: uppercase;
    display: block;
    margin-bottom: 50px;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox h2 {
        margin-top: 10px;
        font-size: 26px !important;
        margin-bottom: 20px !important;
    }
}
.page-myaccount .accountbox .same-as {
    float: right !important;
    margin-top: 10px;
    margin-right: 70px;
}
.page-myaccount .accountbox .same-as .same-as-text {
    font-size: 12px !important;
}
.page-myaccount .accountbox .squared {
    margin-top: -45px;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .squared {
        float: left !important;
        margin-top: 0 !important;
    }
}
.page-myaccount .accountbox .btn-edit-account {
    float: right;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 5px;
    left: 100%;
}
.page-myaccount .accountbox .btn-edit-account:hover,
.page-myaccount .accountbox .btn-edit-account .selected {
    color: #fff;
    background-color: #000;
    cursor: pointer;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .btn-edit-account {
        width: 100% !important;
        display: block;
        float: none !important;
    }
}
.page-myaccount .accountbox .btn-edit {
    display: block;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .btn-edit {
        float: none !important;
        margin-bottom: 35px !important;
        margin-top: 35px !important;
        text-align: center;
    }
}
.page-myaccount .accountbox .btn-edit .btn-edit-cancel,
.page-myaccount .accountbox .btn-edit .btn-edit-save {
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 5px;
    display: inline-block;
    color: #000;
    background: #ddd;
}
.page-myaccount .accountbox .btn-edit .btn-edit-cancel:hover,
.page-myaccount .accountbox .btn-edit .btn-edit-save:hover,
.page-myaccount .accountbox .btn-edit .btn-edit-cancel .selected,
.page-myaccount .accountbox .btn-edit .btn-edit-save .selected {
    color: #fff !important;
    background-color: #000;
    cursor: pointer;
    border-radius: 5px;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .btn-edit .btn-edit-cancel,
    .page-myaccount .accountbox .btn-edit .btn-edit-save {
        float: none !important;
        margin-bottom: 10px !important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding: 15px;
    }
}
.page-myaccount .accountbox .box-detail-information {
    display: block;
    height: auto;
}
.page-myaccount .accountbox .container-account-info {
    margin-bottom: 35px;
}
.page-myaccount .accountbox .container-account-info .detail-information {
    width: 30%;
    text-align: right;
    font-weight: 700;
    margin-right: 10px;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .container-account-info .detail-information {
        text-align: left !important;
        width: 100% !important;
    }
}
.page-myaccount .accountbox .container-account-info .detail-information p {
    margin-top: 10px;
}
.page-myaccount .accountbox .container-account-info .detail-information p.first {
    margin-top: 15px;
}
.page-myaccount .accountbox .container-account-info .detail-information p.scnd-margin {
    margin-top: 0;
}
.page-myaccount .accountbox .container-account-info .account-information {
    overflow: hidden;
    width: 60%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .container-account-info .account-information {
        width: 100% !important;
        margin-top: 0;
        text-align: left;
    }
}
.page-myaccount .accountbox .container-account-info input[type="text"],
.page-myaccount .accountbox .container-account-info input[type="password"],
.page-myaccount .accountbox .container-account-info input[type="email"] {
    width: 80%;
    height: 40px;
    top: 5px;
    padding-left: 10px;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .container-account-info input[type="text"],
    .page-myaccount .accountbox .container-account-info input[type="password"],
    .page-myaccount .accountbox .container-account-info input[type="email"] {
        width: 100% !important;
    }
}
.page-myaccount .accountbox .container-account-info input.error {
    border: solid red 1px;
    border-radius: 3px;
}
.page-myaccount .accountbox .container-account-info .error-message {
    color: red;
}
.page-myaccount .accountbox .container-account-info .list-selectForm {
    width: 80%;
    background: #OOO;
}
.page-myaccount .accountbox .container-account-info .list-selectForm select {
    padding: 8px;
    border-radius: 3px;
    background-image: linear-gradient(#efefef, #e3e3e3);
    box-shadow: none !important;
    border: none !important;
}
.page-myaccount .accountbox .container-account-info .list-selectForm select:hover {
    background-image: linear-gradient(#efefef, #e3e3e3);
}
.page-myaccount .accountbox .container-account-info .list-products__sort-by {
    position: relative;
    width: 80%;
}
@media (max-width: 767px) {
    .page-myaccount .accountbox .container-account-info .list-products__sort-by {
        width: 100% !important;
    }
}
.page-myaccount .accountbox .container-account-info .list-products__sort-by select {
    bottom: 0;
    font-size: 14px;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    opacity: 0;
}
.page-myaccount .accountbox .container-account-info .list-products__sort-by span {
    border: none !important;
    border-radius: 5px;
    color: #232323;
    display: block;
    font-size: 14px;
    padding: 9px 14px;
    text-transform: none;
    background-image: linear-gradient(#efefef, #e3e3e3) !important;
    width: 100%;
}
.page-myaccount .accountbox .container-account-info .brands-check {
    width: 42%;
    float: left;
    height: auto;
    margin-right: 20px;
}
.page-myaccount .accountbox .container-account-info .password-information {
    color: grey;
    font-size: 11px;
}
.page-myaccount .questions-account {
    background-color: #f5f5f5;
    width: 80%;
    padding: 30px;
    overflow: hidden;
    margin-top: 130px;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .page-myaccount .questions-account {
        width: 100% !important;
        margin-top: 30px !important;
    }
}
@media (max-width: 767px) {
    .page-myaccount .questions-account {
        padding: 10px !important;
    }
}
.page-myaccount .questions-account .detail-information {
    width: 37% !important;
}
.page-myaccount .last {
    border-bottom: none !important;
}
button.full-width {
    width: 100% !important;
}
.modal-signin {
    width: 400px;
}
.navbar_collections {
    border-bottom: 2px solid #f4f4f4;
    margin-bottom: 70px;
}
.page-collections .alignR {
    text-align: right;
}
.page-collections .img-responsive-2 {
    max-width: 70.9% !important;
}
.page-collections .no-padd {
    padding: 0 !important;
}
.page-collections .bloc {
    border-bottom: 1px solid #f0f0f0;
    margin-bottom: 35px;
    padding-bottom: 35px;
}
.thumbnail-collection {
    position: relative;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: block;
    text-decoration: none;
}
.thumbnail-collection:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    position: relative;
    z-index: 5;
}
.thumbnail-collection:hover .btn {
    display: block;
}
.thumbnail-collection .btn {
    position: absolute;
    right: 30px;
    bottom: 10px;
    background-color: #dbdbdb;
    line-height: 12px;
    display: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .bloc-top > div .desc-collections {
        height: 195px !important;
        line-height: 195px !important;
        padding: 0 25px !important;
    }
    .bloc-top > div .text {
        height: 275px !important;
        line-height: 275px !important;
    }
    .bloc-top > div .visuel-moyen {
        height: 275px !important;
    }
}
@media (max-width: 767px) {
    .thumbnail-collection .btn {
        display: none !important;
    }
    .hidden-xs-2 {
        display: none !important;
    }
    .page-collections .title-all {
        display: none !important;
    }
    .page-collections .title-page {
        padding-bottom: 7px;
        margin-bottom: 22px;
    }
    .page-collections .title-page h2 {
        font-size: 38px;
    }
    .page-collections .title-page p {
        font-size: 14px;
    }
    .page-collections .bloc h3 {
        text-transform: uppercase;
        display: inline-block;
    }
    .page-collections .bloc h3 a {
        color: #333;
        display: block;
        position: relative;
    }
    .page-collections .bloc h3 a:hover {
        text-decoration: none;
    }
    .page-collections .bloc h3 a:after {
        content: " ";
        position: absolute;
        display: block;
        top: 5px;
        right: -20px;
        height: 14px;
        width: 8px;
        background: url(../img/icon/icon-caret-right.png) 0 0 no-repeat;
    }
    .page-collections .bloc .text p {
        font-size: 12px;
        color: #666;
    }
    .page-collections .slider-collections {
        position: relative;
    }
    .page-collections .slider-collections .slider {
        height: 190px;
        margin-bottom: 50px;
    }
    .page-collections .slider-collections .slider .swiper-slide {
        background-size: contain !important;
    }
    .page-collections .slider-collections .swiper-pagination {
        bottom: -28px;
    }
    .page-collections .slider-collections .swiper-pagination .swiper-pagination-switch {
        border-color: #ccc;
        height: 7px;
        width: 7px;
        margin: 0 4px;
    }
    .page-collections .slider-collections .swiper-pagination .swiper-pagination-switch.swiper-active-switch {
        background-color: #ccc;
        height: 11px;
        width: 11px;
        top: 2px;
    }
}
@media (min-width: 767px) {
    .page-collections .title-mobile {
        display: none;
    }
    .page-collections .slider-collections {
        display: none !important;
    }
    .page-collections .bloc {
        overflow: hidden;
    }
    .page-collections .bloc .text {
        vertical-align: middle;
        padding: 0 25px !important;
        color: #666;
    }
    .page-collections .bloc .text {
        height: 367px;
        line-height: 367px;
    }
    .page-collections .bloc .text div {
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
    }
    .page-collections .bloc .short-text {
        height: 150px;
        line-height: 150px;
        padding: 0 25px;
    }
    .page-collections .bloc .bloc-top {
        margin-bottom: 3px;
    }
    .page-collections .bloc .bloc-top > div {
        padding: 0 !important;
    }
    .page-collections .bloc .bloc-top > div .desc-collections {
        text-align: center;
        padding: 0 80px;
        height: 263px;
        line-height: 263px;
    }
    .page-collections .bloc .bloc-top > div .desc-collections div {
        line-height: 1.2;
        display: inline-block;
        vertical-align: middle;
    }
    .page-collections .bloc .bloc-top > div .desc-collections div h3 {
        text-transform: uppercase;
        font-size: 30px;
        margin-top: 0;
    }
    .page-collections .bloc .bloc-top > div .desc-collections div p {
        font-size: 16px;
    }
    .page-collections .bloc .bloc-top > div .desc-collections div a {
        color: #666;
        font-size: 16px;
        display: inline-block;
        margin-top: 30px;
        position: relative;
    }
    .page-collections .bloc .bloc-top > div .desc-collections div a:before {
        background: url(../img/icon/icon-caret-right-grey.png) 0 0 no-repeat;
        content: "";
        position: absolute;
        top: 4px;
        right: -15px;
        display: block;
        height: 11px;
        width: 6px;
    }
    .page-collections .bloc .bloc-top > div .visuel-moyen {
        height: 368px;
        overflow: hidden;
    }
    .page-collections .bloc .bloc-top > div .visuel-moyen.visuel-moyenL {
        margin-right: 3px;
    }
    .page-collections .bloc .bloc-top > div .visuel-moyen.visuel-moyenR {
        margin-left: 3px;
    }
    .page-collections .bloc .bloc-foot > div {
        padding: 0 !important;
    }
}
.wording .container {
    position: relative;
}
.wording a {
    color: #3b659c;
}
.wording .txt-capitale {
    text-transform: uppercase;
}
.wording .intro {
    margin-bottom: 130px;
}
.wording .note-basdepage {
    color: #666;
}
.wording ol {
    padding: 0;
}
.wording ol li {
    list-style-position: inside;
    margin-bottom: 30px;
}
.wording .liste-liens {
    margin: 0;
    padding: 0;
    list-style: none;
}
.wording .liste-liens li {
    padding: 0;
    margin-bottom: 25px;
    font-weight: 700;
}
.wording .liste-liens li:last-child {
    margin-bottom: 0;
}
.wording .bloc-txt {
    margin-bottom: 60px;
}
.wording .bloc-txt p {
    padding-bottom: 33px;
    margin-bottom: 0;
}
.wording .bloc-txt p:last-child {
    padding-bottom: 0;
}
.wording .bloc-txt.sep {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 116px;
}
.wording h3 {
    margin-bottom: 30px;
}
.wording h4 {
    font-size: 18px;
}
.wording h5 {
    font-size: 14px;
    margin-bottom: 30px;
}
.wording .bloc-txt {
    margin-bottom: 70px;
}
.wording .intro {
    margin-bottom: 60px;
}
@media (max-width: 767px) {
    .wording h2 {
        font-size: 40px !important;
    }
    .wording h4 {
        font-size: 14px !important;
    }
}
.delete {
    position: absolute;
    right: 5px;
    top: 0;
    display: block;
    cursor: pointer;
}
#myModal-compare .modal-header {
    padding: 0;
    border: 0;
}
#myModal-compare .modal-header .modal-title {
    text-transform: uppercase;
    text-align: center;
    padding: 25px 0;
    margin: 0;
    font-size: 30px;
}
#myModal-compare .modal-header .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    cursor: pointer;
    background: 0 0;
    border: 0;
}
#myModal-compare .popin {
    width: 100%;
    background-color: #fff;
    z-index: 5;
    height: 570px;
    overflow: auto;
}
#myModal-compare .popin .tableau-compare {
    width: 100%;
    border-collapse: collapse;
}
#myModal-compare .popin .tableau-compare .row-products td {
    padding: 0;
    border: 0;
    position: relative;
}
#myModal-compare .popin .tableau-compare .row-products td .bloc-btn {
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: center;
    width: 100%;
}
#myModal-compare .popin .tableau-compare .row-products td .bloc-btn div {
    display: inline-block;
}
#myModal-compare .popin .tableau-compare .row-products td .bloc-btn div .save {
    background-image: url(../img/icon/icon-bookmark.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    padding-left: 30px;
}
#myModal-compare .popin .tableau-compare .row-products td .product .delete {
    z-index: 5;
    top: 10px;
    right: 10px;
}
#myModal-compare .popin .tableau-compare .row-products td .product .link-actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
#myModal-compare .popin .tableau-compare .row-products td .product .link-actions div {
    display: inline-block;
}
#myModal-compare .popin .tableau-compare tr:nth-child(even) {
    background-color: #f5f5f5;
}
#myModal-compare .popin .tableau-compare tr.row-bold {
    font-weight: 700;
}
#myModal-compare .popin .tableau-compare tr th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 17px 20px 14px 20px;
    border-left: 0;
    color: #232323;
}
#myModal-compare .popin .tableau-compare tr td {
    border: 1px solid #ccc;
    padding: 17px 20px 14px 20px;
    color: #666;
}
#myModal-compare .popin .tableau-compare tr td:last-child {
    border-right: 0;
}
#modal-compare .tableau-compare {
    border-collapse: collapse;
    width: 100%;
}
#modal-compare .tableau-compare .row-products td {
    padding: 0;
    border: 0;
    position: relative;
}
#modal-compare .tableau-compare .row-products td .bloc-btn {
    position: absolute;
    bottom: 45px;
    left: 0;
    text-align: center;
    width: 100%;
}
#modal-compare .tableau-compare .row-products td .bloc-btn div {
    display: inline-block;
}
#modal-compare .tableau-compare .row-products td .bloc-btn div .save {
    background-image: url(../img/icon/icon-bookmark.png);
    background-repeat: no-repeat;
    background-position: 15px 50%;
    padding-left: 30px;
}
#modal-compare .tableau-compare .row-products td .product .delete {
    z-index: 5;
    top: 10px;
    right: 10px;
}
#modal-compare .tableau-compare .row-products td .product .link-actions {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
#modal-compare .tableau-compare .row-products td .product .link-actions div {
    display: inline-block;
}
#modal-compare .tableau-compare tr:nth-child(even) {
    background-color: #f5f5f5;
}
#modal-compare .tableau-compare tr.row-bold {
    font-weight: 700;
}
#modal-compare .tableau-compare tr th {
    border: 1px solid #ccc;
    text-align: left;
    padding: 17px 20px 14px 20px;
    border-left: 0;
    color: #232323;
}
#modal-compare .tableau-compare tr td {
    border: 1px solid #ccc;
    padding: 17px 20px 14px 20px;
    color: #666;
}
#modal-compare .tableau-compare tr td:last-child {
    border-right: 0;
}
.compare-products {
    border-top: 2px solid #f4f4f4;
    background-color: #fff;
    border-bottom: 4px solid #f4f4f4;
}
.compare-products .clearfix,
.compare-products .dl-horizontal dd,
.compare-products .container,
.compare-products .container-fluid,
.compare-products .row,
.compare-products .form-horizontal .form-group,
.compare-products .nav,
.compare-products .navbar,
.compare-products .navbar-header,
.compare-products .navbar-collapse,
.compare-products .modal-footer {
    overflow: hidden;
}
.compare-products .container-bandeau--open .bandeau:after {
    background: url(../img/icon/icon-caret-top-4.png) 0 0 no-repeat !important;
}
.compare-products .container-bandeau--open .deplie {
    display: block;
}
.compare-products .container-bandeau {
    cursor: pointer;
    position: relative;
    padding: 24px 0 22px 0;
}
.compare-products .container-bandeau .bandeau:after {
    content: "";
    position: absolute;
    right: 0;
    top: 36px;
    width: 23px;
    height: 13px;
    background: url(../img/icon/icon-caret-bottom-4.png) 0 0 no-repeat;
    display: block;
}
.compare-products .container-bandeau .title {
    text-transform: uppercase;
    font-size: 22px;
}
.compare-products .container-bandeau .actions {
    position: absolute;
    right: 30px;
    top: 20px;
}
.compare-products .container-bandeau .actions .btn {
    margin-right: 55px;
    margin-top: 3px;
    background-color: #efefef;
    color: #999;
    text-transform: uppercase;
    font-size: 13px;
    display: inline-block;
}
.compare-products .container-bandeau .actions a {
    margin-right: 25px;
}
.compare-products .deplie {
    display: none;
    border-top: 1px solid #e7e8e8;
    background-color: #fff;
    position: relative;
    top: -4px;
    padding: 17px 10px;
}
.compare-products .deplie .product {
    text-align: left;
    min-height: 105px;
    height: auto;
    border-left: 1px solid #e7e8e8;
    padding-left: 15px;
}
.compare-products .deplie .product.first {
    border-left: 0;
    padding-left: 0;
}
.compare-products .deplie .product .product__image {
    background: url(../img/bg/bg-product.png) 0 0 no-repeat;
    background-size: cover;
    display: inline-block;
    padding: 15px;
    width: 26%;
    vertical-align: top;
    margin-right: 12px;
}
.compare-products .deplie .product .product__image img {
    margin: 0;
    max-width: 100%;
}
.compare-products .deplie .product .product__infos {
    display: inline-block;
    width: 55%;
    vertical-align: top;
    position: relative;
}
.compare-products .deplie .product .product__infos summary {
    color: #232323;
    font-size: 13px;
    margin-bottom: 20px;
}
.compare-products .deplie .product .product__infos span {
    color: #666;
    font-size: 12px;
}
.compare-products .deplie .product.no-product {
    text-align: center;
    vertical-align: middle;
    line-height: 105px;
}
.compare-products .deplie .product.no-product div {
    line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
    color: #999;
    font-size: 13px;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .popin .product {
        height: 405px;
    }
    .popin .product .product__content {
        height: 405px;
    }
    .popin .product .product__content .link-actions .blue {
        margin-bottom: 10px;
    }
    .popin .print {
        display: none;
    }
    .compare-products .container {
        width: 100%;
    }
    .compare-products .deplie .product .product__image {
        width: 30%;
    }
    .compare-products .deplie .product .product__infos:after {
        right: -20px;
    }
}
@media (max-width: 767px) {
    .compare-products {
        display: none;
    }
}
.page-press-room a {
    color: #3b659c;
    font-weight: 700;
}
.page-press-room h2 {
    font-size: 60px !important;
    text-transform: none !important;
}
.page-press-room .intro {
    color: #666;
    margin-bottom: 60px;
}
.page-press-room .bloc {
    border-top: 1px solid #e8e8e8;
    padding: 25px 0 40px 0;
}
.page-press-room .bloc h3 {
    text-transform: uppercase;
    font-size: 30px;
    position: relative;
    padding-left: 65px;
}
.page-press-room .bloc h3.picto:before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 50px;
    height: 50px;
    display: block;
}
.page-press-room .bloc h3.picto.picto-1:before {
    background-image: url(../img/icon/icon-press-room-1.png);
}
.page-press-room .bloc h3.picto.picto-2:before {
    background-image: url(../img/icon/icon-press-room-2.png);
}
.page-press-room .bloc h3.picto.picto-3:before {
    background-image: url(../img/icon/icon-press-room-3.png);
}
.page-press-room .bloc h3.picto.picto-4:before {
    background-image: url(../img/icon/icon-press-room-4.png);
}
.page-press-room .bloc p {
    font-weight: 700;
}
.page-press-room .bloc .liste-liens li {
    margin-bottom: 10px;
}
.page-press-room .bloc-colR {
    padding-top: 30px;
}
.page-press-room .bloc-colR:first-child {
    padding-top: 50px;
}
.page-press-room .bloc-colR h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
}


.page-press-room .bloc-colR ul{#list-style:none; color: #666; padding: 0; margin: 0; list-style-position: inside; #margin:0; #padding:0}
.search-notice {
    color: red;
    font-weight: bold;
    margin-left: 17%;
}

.page-press-room .bloc-colR .list-follow li {
    padding-left: 35px;
    position: relative;
    margin-bottom: 35px;
}
.page-press-room .bloc-colR .list-follow li.picto:before {
    content: "";
    position: absolute;
    left: 4px;
    display: block;
}
.page-press-room .bloc-colR .list-follow li.picto.newswire:before {
    background-image: url(../img/icon/icon-newswire.png);
    height: 14px;
    width: 25px;
    top: 4px;
}
.page-press-room .bloc-colR .list-follow li.picto.rss:before {
    background-image: url(../img/icon/icon-rss.png);
    width: 18px;
    height: 18px;
    top: 0;
}
.page-press-room .bloc-colR .list-follow li.picto.twitter:before {
    background-image: url(../img/icon/icon-twitter.png);
    width: 19px;
    height: 16px;
    top: 3px;
}
.page-press-room .bloc-colR .list-follow li a {
    color: #666;
}
.page-press-room .bloc-colR .list-follow li a span {
    color: #3c659b;
    font-weight: 700;
}
.page-press-room .bloc-colR .list-media-contact li {
    margin-bottom: 30px;
}
.page-press-room .bloc-colR .list-media-contact li span {
    display: block;
    color: #232323;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-press-room .slider {
        display: none;
    }
    .page-press-room .temp-mobile {
        margin-bottom: 20px;
        display: block;
    }
}
@media (max-width: 767px) {
    .page-press-room .slider {
        display: none;
    }
    .page-press-room .temp-mobile {
        margin-bottom: 20px;
        display: block;
    }
    .page-press-room h2 {
        font-size: 40px !important;
    }
    .page-press-room h3 {
        font-size: 22px !important;
    }
    .page-press-room h3:before {
        top: -16px !important;
    }
    .page-press-room .bloc {
        padding: 38px 0 !important;
    }
    .page-press-room .bloc:last-child {
        border-bottom: 1px solid #e8e8e8;
    }
}
.page-press-room.press-kits .title-page {
    margin-bottom: 10px !important;
}
.page-press-room.press-kits .bloc:first-child {
    border-top: 0;
    padding-top: 0;
}
.page-press-room.press-kits .bloc h3 {
    font-size: 30px;
    padding-left: 0;
}
.page-press-room.press-kits .bloc summary {
    text-align: center;
    font-size: 24px;
    background-image: -webkit-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to right, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=1);
    padding: 35px 0;
}
.page-press-room.press-kits .bloc-colR:first-child {
    padding-top: 33px;
}
.page-press-room.press-kits.press-kits-template .title-page {
    text-align: left;
    border-color: #dbdbdb;
}
.page-press-room.press-kits.press-kits-template .intro {
    color: #232323;
    border-bottom: 0;
}
.page-press-room.press-kits.press-kits-template .intro p {
    font-weight: 400;
    font-style: normal;
}
.page-press-room.press-kits.press-kits-template .bloc-colR:first-child {
    padding-top: 0;
}
@media (max-width: 767px) {
    .page-press-room.press-kits.press-kits-template .bloc-colR:first-child {
        margin-top: 60px;
    }
}
.fancybox-light .link-actions {
    display: block !important;
    text-align: right;
    padding: 25px 0;
    position: absolute;
    bottom: 0;
    right: 40px;
}
.page-press-room .bloc-contacts > div {
    background-color: #f5f5f5;
    padding: 24px;
}
.page-press-room .bloc-contacts > div h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.page-press-room .bloc-contacts > div strong,
.page-press-room .bloc-contacts > div a,
.page-press-room .bloc-contacts > div span {
    display: block;
    margin-bottom: 5px;
}
.page-press-room .intro {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 0;
}
.page-press-room .intro h2 {
    color: #232323;
    margin-bottom: 20px;
}
.page-press-room .intro p {
    font-style: italic;
    font-size: 16px;
}
.page-press-room .breadcrumb-bg {
    background-color: #f2f2f2;
    padding: 25px 0;
}
.page-press-room .breadcrumb-bg .container-breadcrumb .breadcrumb {
    position: static;
    font-size: 12px;
}
.page-press-room.press-release {
    padding-bottom: 50px;
}
.page-press-room.press-release .intro h2 {
    font-size: 32px !important;
}
.page-press-room.press-release .bloc:first-child {
    border-top: 0;
}
.page-press-room.press-release .bloc h3 {
    font-size: 14px;
    text-transform: none;
    padding-left: 0;
    font-weight: 700;
    margin-bottom: 3px;
}
.page-press-room.press-release .bloc .temp-article {
    width: 45%;
    margin-bottom: 40px;
    cursor: pointer;
}
.page-press-room.press-release .bloc .temp-article.temp-article-R {
    margin-right: 40px;
    float: left;
}
.page-press-room.press-release .bloc .temp-article.temp-article-L {
    margin-left: 40px;
    float: right;
}
.page-press-room.press-release .bloc .link-actions {
    display: none;
}
.page-press-room.press-release .bloc p {
    font-weight: 400;
}
.page-press-room.press-release .bloc p a {
    font-weight: 400;
}
.page-press-room.press-release .bloc .bloc-paragraphe {
    text-align: justify;
}
.page-press-room.press-release .bloc .bloc-paragraphe ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}
.page-press-room.press-release .bloc .bloc-paragraphe ul li {
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .page-press-room.press-release .intro h2 {
        font-size: 25px !important;
    }
    .page-press-room.press-release .bloc-contacts div div {
        margin-top: 20px;
    }
    .page-press-room.press-release .bloc-contacts div div:first-child {
        margin-top: 0;
    }
    .page-press-room.press-release .bloc .temp-article {
        width: 100%;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-press-room.press-release .bloc .temp-article .alignleft {
        width: 100%;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-press-room.press-release .bloc .temp-article .alignright {
        width: 100%;
        float: none !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .page-press-room.press-release .bloc .link-actions {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 10px;
        z-index: 5;
    }
    .page-press-room.press-release .breadcrumb-bg {
        padding: 10px 0 !important;
    }
}
.page-press-room .load-more {
    text-align: center;
}
.page-press-room .load-more .btn {
    width: 30%;
}
.page-press-room .liens {
    text-align: center;
}
.page-press-room .liens span.btn {
    cursor: default !important;
}
.page-press-room .liens .btn {
    background-color: #fff;
    color: #000 !important;
}
.page-press-room .liens .btn:hover,
.page-press-room .liens .btn.selected {
    color: #fff !important;
    background-color: #000;
    cursor: pointer;
    border-radius: 5px;
}
.page-press-room.recent-press-release {
    padding-bottom: 50px;
}
.page-press-room.recent-press-release .intro {
    border-color: #232323;
    padding-bottom: 50px;
    margin-bottom: 20px;
    text-align: center;
}
.page-press-room.recent-press-release .intro h2 {
    text-align: center;
    font-size: 50px;
}
.page-press-room.recent-press-release .bloc-contacts {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 27px;
}
.page-press-room.recent-press-release .liste-archives {
    list-style: none;
    padding: 0;
    margin: 0;
}
.page-press-room.recent-press-release .liste-archives li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 35px;
    margin-bottom: 35px;
    overflow: hidden;
}
.page-press-room.recent-press-release .liste-archives li .temp {
    width: 19%;
    float: left;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .page-press-room .load-more {
        text-align: center;
    }
    .page-press-room .load-more .btn {
        width: 100%;
    }
    .page-press-room .liens {
        display: none;
    }
    .page-press-room.recent-press-release .bloc-contacts {
        display: none;
    }
    .page-press-room.recent-press-release .liste-archives li .temp {
        margin-bottom: 20px;
        width: 40%;
    }
    .page-press-room.recent-press-release .liste-archives li .temp img {
        display: block;
        max-width: 100%;
        height: auto;
        bottom: 0;
        vertical-align: bottom;
    }
}
@media (min-width: 767px) {
    .page-press-room .page-workbook__filters-select {
        display: none;
    }
}
.page-getting-started {
    padding-bottom: 110px;
}
.page-getting-started .title-page {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.page-getting-started .container-bandeau {
    background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(top, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    border: 1px solid #efefef;
    margin-bottom: 70px;
}
.page-getting-started .container-bandeau .bandeau-link {
    border-left: 1px solid #efefef;
    border-right: 1px solid #efefef;
    padding: 22px 45px 20px 25px;
    display: inline-block;
}
.page-getting-started .container-bandeau .bandeau-link a {
    font-size: 16px;
    color: #232323;
    position: relative;
    display: inline-block;
    padding-left: 15px;
}
.page-getting-started .container-bandeau .bandeau-link a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 8px;
    height: 14px;
    display: block;
    background-image: url(../img/icon/icon-caret-left.png);
}
.page-getting-started .temp .temp-current {
    position: relative;
}
.page-getting-started .temp .temp-current .gallery__start {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    color: #fff !important;
    border: 0;
    background: 0 0;
}
.page-getting-started .temp .temp-current .gallery__start span {
    border-radius: 45px;
    background: rgba(0, 0, 0, 0.5);
    height: 90px;
    width: 90px;
    display: inline-block;
    font-size: 10px;
    padding-top: 27px;
}
.page-getting-started .temp summary {
    text-align: center;
    font-size: 24px;
    background-image: -webkit-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to right, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=1);
    padding: 20px 0;
}
.page-getting-started ul {
    color: #666;
    padding: 0;
    margin: 0;
    list-style-position: inside;
}
.page-getting-started ul li {
    margin-top: 20px;
}
.page-getting-started ul li:first-child {
    margin-top: 0;
}
.page-getting-started h4 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e8e8e8;
    color: #232323;
}
.page-getting-started .bloc {
    margin-top: 45px;
    color: #666;
}
.page-getting-started .bloc p strong {
    text-transform: uppercase;
}
.page-getting-started .bloc .liste-liens li {
    margin-bottom: 0;
    margin-top: 10px;
    font-weight: 400;
}
.page-getting-started .bloc-colR {
    color: #666;
}
.page-getting-started .bloc-colR .singin {
    margin-top: 20px;
}
.page-getting-started .bloc-colR .singin .btn {
    width: 70%;
    color: #232323;
    font-weight: 700;
    margin-bottom: 10px;
}
.page-getting-started .bloc-colR .singin p {
    color: #232323;
}
@media (max-width: 767px) {
    .page-getting-started .temp .temp-current .gallery__start {
        top: 22px;
    }
    .page-getting-started .temp .temp-current .gallery__start span {
        height: 70px;
        width: 70px;
        font-size: 10px;
        padding-top: 23px;
    }
    .page-getting-started .temp summary {
        font-size: 18px;
        padding: 10px 0;
    }
}
.page-contact {
    padding-bottom: 60px;
}
.page-contact [type="checkbox"]:not(:checked) + label:before,
.page-contact [type="checkbox"]:checked + label:before {
    left: 106%;
}
.page-contact [type="checkbox"]:not(:checked) + label:after,
.page-contact [type="checkbox"]:checked + label:after {
    left: 112%;
}
.page-contact .bloc {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 30px;
}
.page-contact .bloc.second-step.question {
    display: none;
}
.page-contact .bloc.second-step .select-contact span {
    width: 352px;
}
.page-contact .bloc.second-step > div {
    margin-bottom: 23px;
}
.page-contact .bloc.second-step > div.msg label {
    font-weight: 400 !important;
    color: #232323;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}
.page-contact .bloc.second-step > div.msg label span {
    font-weight: 11px;
    color: #999;
}
.page-contact .bloc.second-step > div.msg textarea {
    width: 100%;
    resize: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    padding: 9px 14px;
    color: #999;
    height: 175px;
}
.page-contact .bloc.second-step > div.newsletter label {
    vertical-align: middle;
    margin-top: 0;
    margin-right: 45px;
}
.page-contact .bloc.second-step > div.newsletter input {
    width: auto;
    display: inline-block;
}
.page-contact .bloc.second-step > div.newsletter > span {
    position: relative;
    top: -6px;
}
.page-contact .bloc.second-step > div.newsletter > span span {
    color: #232323;
}
.page-contact .bloc.second-step > div.date div input {
    width: 40%;
    display: inline-block;
}
.page-contact .bloc.second-step > div.date div input:first-child {
    width: 58%;
}
.page-contact .bloc.second-step > div.upload-photo div {
    margin-top: 15px;
    width: 100%;
}
.page-contact .bloc.second-step > div.upload-photo div:first-child {
    margin-top: 0;
}
.page-contact .bloc.second-step > div.upload-photo div label {
    vertical-align: middle;
    margin-top: 4px;
}
.page-contact .bloc.second-step > div.upload-photo div .btn {
    width: 180px;
    font-weight: 700;
}
.page-contact .bloc.second-step > div.upload-photo div.photo-dl label {
    vertical-align: top;
    margin-top: 15px;
}
.page-contact .bloc.second-step > div.upload-photo div.photo-dl label span {
    display: inline;
    color: #999;
}
.page-contact .bloc.second-step > div.upload-photo div.photo-dl label a {
    font-weight: 400;
}
.page-contact .bloc.second-step > div.upload-photo div.photo-dl .temp {
    width: 180px;
    display: inline-block;
}
.page-contact .bloc.second-step > div label {
    width: 32%;
    display: inline-block;
    vertical-align: top;
    margin-top: 11px;
    text-align: right;
    margin-right: 10px;
    font-weight: 700 !important;
}
.page-contact .bloc.second-step > div label span {
    font-size: 11px;
    display: block;
}
.page-contact .bloc.second-step > div label.deuxlignes {
    margin-top: 1px;
}
.page-contact .bloc.second-step > div > div {
    display: inline-block;
    width: 64%;
}
.page-contact .bloc.second-step > div > div input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: block;
    padding: 9px 14px;
    color: #999;
    vertical-align: top;
}
.page-contact .bloc.second-step > div > div input.medium {
    width: 65%;
}
.page-contact .bloc.second-step > div > div p {
    font-size: 11px;
    color: #999;
    margin-top: 3px;
}
.page-contact .bloc.second-step > div > div a {
    font-size: 11px;
    color: #3b659c;
}
.page-contact .bloc h3 {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.page-contact .bloc .page-workbook__filters-select {
    top: 0;
}
.page-contact .bloc .page-workbook__filters-select span {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #666;
    width: 65%;
    text-transform: none;
}
.page-contact .bloc .page-workbook__filters-select span strong {
    font-weight: 400;
}
.page-contact .bloc .page-workbook__filters-select span .icon {
    float: right;
    margin-top: 8px;
}
.page-contact .bloc .page-workbook__filters-select select {
    width: 65%;
}
.page-contact .bloc .first-step p {
    margin-bottom: 10px;
}
.page-contact .bloc .first-step input {
    margin-right: 5px;
}
.page-contact .bloc .first-step label {
    margin-right: 15px;
    width: auto;
}
.page-contact .bloc-validation {
    text-align: right;
}
.page-contact .bloc-validation .btn {
    width: 30%;
    font-weight: 700;
    margin-left: 15px;
}
.page-contact .bloc-colR {
    margin-top: 30px;
}
.page-contact .bloc-colR:first-child {
    margin-top: 0;
}
.page-contact .bloc-colR h4 {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 22px;
    margin-bottom: 30px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}
.page-contact .bloc-colR.more-ressources ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.page-contact .bloc-colR.more-ressources ul li {
    color: #666;
    margin-bottom: 15px;
}
.page-contact .bloc-colR.call p strong {
    display: block;
}
.page-contact .bloc-colR.call p span {
    display: block;
    color: #666;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-contact .bloc.second-step.question {
        display: none;
    }
    .page-contact .bloc.second-step .select-contact span {
        width: 100% !important;
    }
    .page-contact .bloc.second-step > div label {
        font-size: 11px;
        width: 34%;
    }
    .page-contact .bloc.second-step > div > div {
        width: 62%;
    }
    .page-contact .bloc.second-step > div input.medium {
        width: 100% !important;
    }
    .page-contact .bloc.second-step > div.newsletter {
        position: relative;
    }
    .page-contact .bloc.second-step > div.newsletter > span {
        font-size: 11px;
        position: absolute;
        top: 9px;
    }
    .page-contact .bloc.second-step > div.msg label {
        font-size: 13px;
    }
    .page-contact .bloc.second-step > div.upload-photo div label {
        vertical-align: middle;
        margin-top: 4px;
        width: 40%;
    }
    .page-contact .bloc .page-workbook__filters-select {
        top: 0;
    }
    .page-contact .bloc .page-workbook__filters-select span {
        width: 100% !important;
    }
    .page-contact .bloc .page-workbook__filters-select select {
        width: 100% !important;
    }
}
@media (max-width: 767px) {
    .page-contact .bloc .first-step label {
        margin-right: 75px;
    }
    .page-contact .bloc.second-step.question {
        display: none;
    }
    .page-contact .bloc.second-step .select-contact span {
        width: 100% !important;
    }
    .page-contact .bloc.second-step > div label {
        width: 100%;
        display: block;
        text-align: left;
    }
    .page-contact .bloc.second-step > div label span {
        display: inline-block;
    }
    .page-contact .bloc.second-step > div > div {
        display: block;
        width: 100%;
    }
    .page-contact .bloc.second-step > div input.medium {
        width: 100% !important;
    }
    .page-contact .bloc.second-step > div.newsletter {
        position: relative;
    }
    .page-contact .bloc.second-step > div.newsletter label {
        padding-left: 0;
    }
    .page-contact .bloc.second-step > div.newsletter label:before {
        left: 0;
        top: 38px;
    }
    .page-contact .bloc.second-step > div.newsletter label:after {
        left: 10px;
        top: 44px;
    }
    .page-contact .bloc.second-step > div.newsletter > span {
        font-size: 11px;
        left: 35px;
    }
    .page-contact .bloc.second-step > div.date div input {
        width: 49%;
        display: inline-block;
    }
    .page-contact .bloc.second-step > div.date div input:first-child {
        width: 49%;
    }
    .page-contact .bloc.second-step > div.upload-photo div {
        margin-top: 15px;
    }
    .page-contact .bloc.second-step > div.upload-photo div:first-child {
        margin-top: 0;
    }
    .page-contact .bloc.second-step > div.upload-photo div label {
        display: inline-block;
        width: 40%;
        text-align: center;
    }
    .page-contact .bloc.second-step > div.upload-photo div .btn {
        width: 51%;
        max-width: 180px;
        font-weight: 700;
    }
    .page-contact .bloc.second-step > div.upload-photo div.photo-dl label {
        vertical-align: top;
        margin-top: 15px;
    }
    .page-contact .bloc.second-step > div.upload-photo div.photo-dl label span {
        display: none;
    }
    .page-contact .bloc.second-step > div.upload-photo div.photo-dl label a {
        display: block;
        font-size: 12px;
        margin-top: 10px;
    }
    .page-contact .bloc.second-step > div.upload-photo div.photo-dl .temp {
        width: 51%;
    }
    .page-contact .bloc .page-workbook__filters-select {
        top: 0;
    }
    .page-contact .bloc .page-workbook__filters-select span {
        width: 100% !important;
    }
    .page-contact .bloc .page-workbook__filters-select select {
        width: 100% !important;
    }
    .page-contact .bloc-validation {
        text-align: left;
        border-bottom: 1px solid #232323;
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .page-contact .bloc-validation .btn {
        width: 100%;
        margin-left: 0;
        margin-top: 15px;
    }
}
.page-article-template {
    padding-bottom: 120px;
    color: #232323;
}
.page-article-template .title-page h2 {
    padding: 20px 0;
}
.page-article-template .intro {
    margin-bottom: 35px;
}
.page-article-template .intro h3 {
    color: #232323;
    font-size: 50px;
}
.page-article-template .intro p {
    font-style: normal;
    font-size: 20px;
    margin-bottom: 35px;
}
.page-article-template .mentions p {
    font-style: italic;
}
.page-article-template .temp {
    margin-bottom: 35px;
}
.page-article-template h4 {
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.page-article-template .bloc-hydro-option > div {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    display: block;
    text-decoration: none;
}
.page-article-template .bloc-hydro-option > div:hover {
    -webkit-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    position: relative;
    z-index: 5;
}
.page-article-template .bloc-hydro-option a {
    text-decoration: none;
}
.page-article-template .caption {
    text-align: center;
    padding: 25px 30px;
    background-image: -webkit-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to right, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=1);
}
.page-article-template .caption h5 {
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 0;
    color: #232323;
}
.page-article-template .caption p {
    color: #666;
}
.page-article-template .bloc {
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 60px 0 !important;
    border-top: 0;
    margin-bottom: 35px;
}
.page-article-template .bloc .citation {
    position: relative;
    font-size: 35px;
    padding: 0 30px;
    display: inline-block;
}
.page-article-template .bloc .citation:before {
    content: "“";
    display: block;
    left: 0;
    position: absolute;
    top: 0;
    font-size: 45px;
    height: 10px;
}
.page-article-template .bloc .citation:after {
    content: "”";
    display: block;
    right: 0;
    position: absolute;
    font-size: 45px;
    height: 10px;
}
.page-article-template .bloc .auteur {
    position: relative;
    padding-left: 20px;
    font-size: 15px;
}
.page-article-template .bloc .auteur:before {
    content: "—";
    display: block;
    left: 0;
    position: absolute;
    top: -2px;
    font-size: 15px;
}
.page-article-template .bloc p {
    font-weight: 400;
}
.page-article-template .bloc .colR {
    padding-left: 40px;
}
.page-article-template .bloc .colR .margeb {
    margin: 15px 0 25px 0;
    display: inline-block;
}
.page-article-template .bloc .colR h5 {
    text-transform: uppercase;
    font-size: 15px;
    margin: 0;
    font-weight: 700;
}
.page-article-template .bloc .colR h6 {
    font-size: 14px;
    font-weight: 700;
    padding: 25px 0;
    margin: 0;
}
.page-article-template .bloc .colR a {
    font-weight: 400;
}
.page-article-template .bloc .colR ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.page-article-template .bloc .colR ul li {
    margin-bottom: 10px;
}
.page-article-template .share {
    position: relative;
    display: inline-block;
}
.page-article-template .share > a:hover .icon-share2 {
    background: url(../img/icon/icon-share-2_hover.png) 0 0 no-repeat;
}
.page-article-template .share .sous-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    z-index: 10;
    top: 40px;
    left: -40px;
    background-color: #fff;
    width: 255px;
    display: none;
    -moz-box-shadow: 1px 1px 5px 0 #656565;
    -webkit-box-shadow: 1px 1px 5px 0 #656565;
    -o-box-shadow: 1px 1px 5px 0 #656565;
    box-shadow: 1px 1px 5px 0 #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}
.page-article-template .share .sous-menu li a {
    color: #232323;
    padding: 10px 20px;
    display: block;
}
.page-article-template .share .sous-menu li a:hover {
    text-decoration: none;
    background-color: #f5f5f5;
}
.page-article-template .share .sous-menu li a.email {
    background-image: url(../img/icon/icon-email.png);
    background-repeat: no-repeat;
    background-position: 20px 50%;
    padding-left: 45px;
}
.page-article-template .share.share--open > a .icon-share2 {
    background: url(../img/icon/icon-share-2_hover.png) 0 0 no-repeat;
}
.page-article-template .share.share--open .sous-menu {
    display: block;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .page-article-template .caption {
        padding: 20px 0;
    }
    .page-article-template .caption h5 {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .page-article-template .intro h3 {
        font-size: 38px !important;
    }
    .page-article-template .bloc .colR {
        padding-left: 0;
    }
    .page-article-template .bloc .citation {
        font-size: 24px;
        display: inline;
    }
    .page-article-template .bloc .citation:before {
        top: -20px;
    }
    .page-article-template .bloc .citation:after {
        bottom: 20px;
    }
    .page-article-template .caption {
        padding: 20px 0;
    }
    .page-article-template h4 {
        font-size: 22px !important;
    }
}
@media (min-width: 767px) {
    .page-article-template .bloc .citation:after {
        top: 0;
    }
}
.filter_by--open .list-products__filters-mobile {
    display: none;
}
.filter_by--open .container-princ {
    display: none;
}
.filter_by--open .container-filterBy {
    display: block !important;
}
.filter_by--open .bloc-btn-mobile {
    border-bottom: 0 !important;
}
.filter_by--open .bloc-btn-mobile .filter_by {
    display: none;
}
.filter_by--open .bloc-btn-mobile .sort_by {
    display: none;
}
.filter_by--open .bloc-btn-mobile .cancel {
    display: inline-block !important;
}
.filter_by--open .bloc-btn-mobile .btn-filter-apply {
    display: inline-block !important;
}
.sort_by--open .list-products__filters-mobile {
    display: none;
}
.sort_by--open .container-sortBy {
    display: block !important;
}
.sort_by--open .container-princ {
    display: none;
}
.sort_by--open .bloc-btn-mobile {
    border-bottom: 0 !important;
}
.sort_by--open .bloc-btn-mobile .filter_by {
    display: none;
}
.sort_by--open .bloc-btn-mobile .sort_by {
    display: none;
}
.sort_by--open .bloc-btn-mobile .cancel {
    display: block !important;
    float: right;
}
.cad-cutouts .list-cad-cutouts .list-cad-cutouts-inner {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e8e8e8;
}
.cad-cutouts .list-cad-cutouts .temp {
    background: url(../img/bg/bg-product.png) 0 0 no-repeat;
    background-size: cover;
    text-align: center;
}
.cad-cutouts .list-cad-cutouts .temp img {
    padding: 15px 20px;
    width: 100%;
}
.cad-cutouts .list-cad-cutouts .caract-cad-cutouts {
    padding-left: 25px;
}
.cad-cutouts .list-cad-cutouts .caract-cad-cutouts .ref-price {
    margin-bottom: 0;
    font-size: 12px;
}
.cad-cutouts .list-cad-cutouts .caract-cad-cutouts p a {
    color: #232323;
}
.cad-cutouts .list-cad-cutouts .list-dl-cas-cutouts {
    padding-left: 25px;
    padding-top: 15px;
}
@media (max-width: 767px) {
    .cad-cutouts .list-products__filters-mobile ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .cad-cutouts .list-products__filters-mobile ul li {
        margin-bottom: 15px;
    }
    .cad-cutouts .container-sortBy {
        display: none;
    }
    .cad-cutouts .container-sortBy .list-products__filters__filter ul {
        padding-top: 20px;
    }
    .cad-cutouts .container-sortBy .list-products__filters__filter ul li {
        padding-bottom: 25px;
    }
    .cad-cutouts .container-filter-mobile {
        border-bottom: 1px solid #efefef;
        margin-bottom: 35px;
    }
    .cad-cutouts .container-filter-mobile .bloc-btn-mobile {
        border-top: 1px solid #ccc;
        padding: 15px;
    }
    .cad-cutouts .container-filter-mobile .bloc-btn-mobile .btn {
        background-color: #fff;
        border: 1px solid #ccc;
        padding: 10px 0;
        width: 45%;
    }
    .cad-cutouts .container-filter-mobile .bloc-btn-mobile .btn.cancel {
        display: none;
    }
    .cad-cutouts .container-filter-mobile .bloc-btn-mobile .btn.btn-filter-apply {
        display: none;
        background-color: #ccc !important;
    }
    .cad-cutouts .container-filter-mobile .bloc-btn-mobile .btn.btn-filter-actif {
        background-color: #ccc !important;
    }
    .cad-cutouts .list-products__sort-by select {
        display: none;
    }
    .cad-cutouts .list-products__sort-by span {
        display: none;
    }
    .cad-cutouts .list-products__col-left {
        display: none;
    }
    .cad-cutouts .list-cad-cutouts .caract-cad-cutouts {
        padding-left: 10px;
    }
    .cad-cutouts .list-cad-cutouts .list-dl-cas-cutouts {
        padding-left: 0;
        padding-top: 15px;
    }
}
@media (min-width: 767px) {
    .container-sortBy {
        display: none;
    }
    .cad-cutouts .bloc-btn-mobile {
        display: none;
    }
    .cad-cutouts .list-products__filters-mobile {
        display: none;
    }
    .cad-cutouts .list-dl-cas-cutouts {
        padding-top: 15px;
    }
}
.floor-plans .product__content {
    background-image: none;
    cursor: pointer;
}
.floor-plans .product__content:hover .plan_dim {
    background: 0 0;
}
.floor-plans .product__content .plan_dim {
    background-image: -webkit-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: -o-linear-gradient(left, #fff 0, #f2f2f2 100%);
    background-image: linear-gradient(to right, #fff 0, #f2f2f2 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=1);
    padding: 5px 0;
}
.floor-plans .product__content .plan_dim h5 {
    text-transform: uppercase;
    font-size: 22px;
    margin-top: 0;
}
.floor-plans .product__content .plan_dim summary {
    color: #666;
}
.floor-plans .product__content .plan_dim summary span {
    margin-bottom: 10px;
}
.store-locator {
    padding-bottom: 60px;
}
.store-locator .temp-map img {
    width: 100%;
}
.store-locator h3 {
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
}
.store-locator .search {
    margin-bottom: 50px;
}
.store-locator .search > div {
    margin: 0 auto;
    float: none;
}
.store-locator .search > div input {
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    padding: 6px 14px;
    color: #999;
    font-size: 11px;
}
.store-locator .search > div button,
.store-locator .search > div span {
    font-size: 11px;
}
.store-locator .search > div .chmps-search {
    width: 70%;
    color: #232323;
}
.store-locator .search > div .btn-search {
    width: 28%;
    margin-left: 8px;
}
.store-locator .search > div .btn-geoloc {
    background-image: url(../img/icon/icon-geoloc.png);
    background-repeat: no-repeat;
    background-position: 10px 46%;
    padding-left: 30px;
}
.store-locator .container-results .list-results {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #e5e5e5;
}
.store-locator .container-results .list-results li {
    padding: 18px 10px;
    border-top: 1px solid #e5e5e5;
}
.store-locator .container-results .list-results li:first-child {
    border-top: 0;
}
.store-locator .container-results .list-results li.active {
    background-color: #eff9fe;
}
.store-locator .container-results .list-results li.active .temp {
    min-height: 128px;
}
.store-locator .container-results .list-results li.active .temp img {
    width: 100%;
}
.store-locator .container-results .list-results li.mon-favoris .annuler {
    float: right;
    cursor: pointer;
}
.store-locator .container-results .list-results li .bloc {
    padding: 0 10px 5px 20px;
    position: relative;
    margin-top: 10px;
}
.store-locator .container-results .list-results li .bloc .ordre {
    position: absolute;
    left: 0;
    top: -3px;
    font-weight: 700;
    font-size: 14px;
}
.store-locator .container-results .list-results li .bloc h4 {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
}
.store-locator .container-results .list-results li .bloc h4:hover {
    cursor: pointer;
    text-decoration: underline;
}
.store-locator .container-results .list-results li .bloc .adress {
    margin-bottom: 13px;
}
.store-locator .container-results .list-results li .bloc .adress > span {
    display: block;
}
.store-locator .container-results .list-results li .bloc .adress > span .sep {
    padding: 0 10px;
    display: inline-block;
    color: #bdbdbd;
}
.store-locator .container-results .list-results li .bloc .favoris {
    font-size: 12px;
}
.store-locator .container-results .list-results li .bloc .distance {
    float: right;
    font-weight: 700;
}
.relais-gmap-infobullecontent ul {
    -webkit-padding-start: 0 !important;
}
.relais-gmap-infobullecontent ul li {
    list-style-type: none;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .store-locator .search > div span {
        margin: 0 5px;
        text-transform: uppercase;
    }
    .store-locator .search > div .chmps-search {
        width: 47%;
    }
    .store-locator .search > div .btn-search {
        width: 17%;
    }
    .store-locator .container-results .list-results li.active .temp {
        min-height: 85px;
    }
}
@media (max-width: 767px) {
    .store-locator .search {
        margin-bottom: 90px;
    }
    .store-locator .search > div span {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        display: block;
        margin-bottom: 15px;
    }
    .store-locator .search > div .chmps-search {
        width: 100%;
        margin-bottom: 25px;
    }
    .store-locator .search > div .btn-search {
        width: 100%;
        margin-left: 0;
    }
    .store-locator .search > div .btn-geoloc {
        width: 100%;
        margin-bottom: 15px;
    }
    .store-locator .map-mobile .list-results {
        border-bottom: 0 !important;
    }
    .store-locator .map {
        position: relative;
        padding-bottom: 65%;
    }
    .store-locator .map #maps {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
    .store-locator .container-results .list-results {
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 25px;
    }
    .store-locator .container-results.active-mobile {
        display: block;
    }
    .store-locator .load-more .btn {
        width: 100%;
    }
    .store-locator .links-mobile {
        margin: 0;
        padding: 0;
        list-style: none;
        border: 1px solid #ccc;
        padding: 2px 0;
        border-right: 0;
        border-left: 0;
    }
    .store-locator .links-mobile li {
        display: inline-block;
        width: 48.9%;
        float: none;
    }
    .store-locator .links-mobile li:first-child {
        margin-right: 2px;
    }
    .store-locator .links-mobile li.active a {
        background: #dbdbdb;
    }
    .store-locator .links-mobile li a {
        background-image: -webkit-linear-gradient(top, #fff 0, #efefef 100%);
        background-image: -o-linear-gradient(top, #fff 0, #efefef 100%);
        background-image: linear-gradient(to bottom, #fff 0, #efefef 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffefefef', GradientType=0);
        display: block;
        padding: 10px;
        color: #232323;
        text-align: center;
        text-decoration: none;
    }
    .store-locator .links-mobile li a:hover {
        text-decoration: none;
    }
}
@media (min-width: 767px) {
    .store-locator .container-results {
        height: 830px;
        overflow: auto;
        border-bottom: 1px solid #e5e5e5;
    }
    .store-locator .container-results.mobile {
        display: none;
    }
    .store-locator .map-mobile .container-results {
        display: none;
    }
    .store-locator .links-mobile {
        display: none;
    }
    .store-locator .load-more {
        display: none;
    }
    .store-locator .tab-content > .tab-pane {
        visibility: visible;
        display: block;
    }
}
