@import "font-awesome.min.css";

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,
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: 0 0;
}
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;
}
@media print {
  * {
    text-shadow: none!important;
    color: #000!important;
    background: transparent!important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]: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;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !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: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", 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,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.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;
}
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: #999;
}
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: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999;
}
.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 #999;
}
.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: #999;
}
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';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  white-space: nowrap;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857143;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 768px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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: 15px;
  padding-right: 15px;
}
.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: 0;
}
.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: 0;
}
.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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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: 0;
  }
  .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;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}
table col[class*=col-] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*=col-],
table th[class*=col-] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 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;
  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);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  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);
  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: auto;
}
input[type=search] {
  -webkit-appearance: none;
}
input[type=date] {
  line-height: 34px;
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  display: block;
  min-height: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.radio label,
.checkbox label {
  display: inline;
  font-weight: 400;
  cursor: pointer;
}
.radio input[type=radio],
.radio-inline input[type=radio],
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox] {
  float: left;
  margin-left: -20px;
}
.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],
.radio[disabled],
.radio-inline[disabled],
.checkbox[disabled],
.checkbox-inline[disabled],
fieldset[disabled] input[type=radio],
fieldset[disabled] input[type=checkbox],
fieldset[disabled] .radio,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.has-feedback .form-control-feedback {
  position: absolute;
  top: 25px;
  right: 0;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -webkit-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;
  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 {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-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;
  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 {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -webkit-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;
  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;
}
.form-control-static {
  margin-bottom: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .form-inline .radio input[type=radio],
  .form-inline .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .control-label,
.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: -15px;
  margin-right: -15px;
}
.form-horizontal .form-control-static {
  padding-top: 7px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  top: 0;
  right: 15px;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  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);
  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;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  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: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:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3276b1;
  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: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:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  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: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:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  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: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:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  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: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:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  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: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;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-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: #999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height 0.35s ease;
}
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(fonts/glyphicons-halflings-regular.eot);
  src: url(fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'), url(fonts/glyphicons-halflings-regular.woff) format('woff'), url(fonts/glyphicons-halflings-regular.ttf) format('truetype'), url(fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.glyphicon-asterisk:before {
  content: "\2a";
}
.glyphicon-plus:before {
  content: "\2b";
}
.glyphicon-euro:before {
  content: "\20ac";
}
.glyphicon-minus:before {
  content: "\2212";
}
.glyphicon-cloud:before {
  content: "\2601";
}
.glyphicon-envelope:before {
  content: "\2709";
}
.glyphicon-pencil:before {
  content: "\270f";
}
.glyphicon-glass:before {
  content: "\e001";
}
.glyphicon-music:before {
  content: "\e002";
}
.glyphicon-search:before {
  content: "\e003";
}
.glyphicon-heart:before {
  content: "\e005";
}
.glyphicon-star:before {
  content: "\e006";
}
.glyphicon-star-empty:before {
  content: "\e007";
}
.glyphicon-user:before {
  content: "\e008";
}
.glyphicon-film:before {
  content: "\e009";
}
.glyphicon-th-large:before {
  content: "\e010";
}
.glyphicon-th:before {
  content: "\e011";
}
.glyphicon-th-list:before {
  content: "\e012";
}
.glyphicon-ok:before {
  content: "\e013";
}
.glyphicon-remove:before {
  content: "\e014";
}
.glyphicon-zoom-in:before {
  content: "\e015";
}
.glyphicon-zoom-out:before {
  content: "\e016";
}
.glyphicon-off:before {
  content: "\e017";
}
.glyphicon-signal:before {
  content: "\e018";
}
.glyphicon-cog:before {
  content: "\e019";
}
.glyphicon-trash:before {
  content: "\e020";
}
.glyphicon-home:before {
  content: "\e021";
}
.glyphicon-file:before {
  content: "\e022";
}
.glyphicon-time:before {
  content: "\e023";
}
.glyphicon-road:before {
  content: "\e024";
}
.glyphicon-download-alt:before {
  content: "\e025";
}
.glyphicon-download:before {
  content: "\e026";
}
.glyphicon-upload:before {
  content: "\e027";
}
.glyphicon-inbox:before {
  content: "\e028";
}
.glyphicon-play-circle:before {
  content: "\e029";
}
.glyphicon-repeat:before {
  content: "\e030";
}
.glyphicon-refresh:before {
  content: "\e031";
}
.glyphicon-list-alt:before {
  content: "\e032";
}
.glyphicon-lock:before {
  content: "\e033";
}
.glyphicon-flag:before {
  content: "\e034";
}
.glyphicon-headphones:before {
  content: "\e035";
}
.glyphicon-volume-off:before {
  content: "\e036";
}
.glyphicon-volume-down:before {
  content: "\e037";
}
.glyphicon-volume-up:before {
  content: "\e038";
}
.glyphicon-qrcode:before {
  content: "\e039";
}
.glyphicon-barcode:before {
  content: "\e040";
}
.glyphicon-tag:before {
  content: "\e041";
}
.glyphicon-tags:before {
  content: "\e042";
}
.glyphicon-book:before {
  content: "\e043";
}
.glyphicon-bookmark:before {
  content: "\e044";
}
.glyphicon-print:before {
  content: "\e045";
}
.glyphicon-camera:before {
  content: "\e046";
}
.glyphicon-font:before {
  content: "\e047";
}
.glyphicon-bold:before {
  content: "\e048";
}
.glyphicon-italic:before {
  content: "\e049";
}
.glyphicon-text-height:before {
  content: "\e050";
}
.glyphicon-text-width:before {
  content: "\e051";
}
.glyphicon-align-left:before {
  content: "\e052";
}
.glyphicon-align-center:before {
  content: "\e053";
}
.glyphicon-align-right:before {
  content: "\e054";
}
.glyphicon-align-justify:before {
  content: "\e055";
}
.glyphicon-list:before {
  content: "\e056";
}
.glyphicon-indent-left:before {
  content: "\e057";
}
.glyphicon-indent-right:before {
  content: "\e058";
}
.glyphicon-facetime-video:before {
  content: "\e059";
}
.glyphicon-picture:before {
  content: "\e060";
}
.glyphicon-map-marker:before {
  content: "\e062";
}
.glyphicon-adjust:before {
  content: "\e063";
}
.glyphicon-tint:before {
  content: "\e064";
}
.glyphicon-edit:before {
  content: "\e065";
}
.glyphicon-share:before {
  content: "\e066";
}
.glyphicon-check:before {
  content: "\e067";
}
.glyphicon-move:before {
  content: "\e068";
}
.glyphicon-step-backward:before {
  content: "\e069";
}
.glyphicon-fast-backward:before {
  content: "\e070";
}
.glyphicon-backward:before {
  content: "\e071";
}
.glyphicon-play:before {
  content: "\e072";
}
.glyphicon-pause:before {
  content: "\e073";
}
.glyphicon-stop:before {
  content: "\e074";
}
.glyphicon-forward:before {
  content: "\e075";
}
.glyphicon-fast-forward:before {
  content: "\e076";
}
.glyphicon-step-forward:before {
  content: "\e077";
}
.glyphicon-eject:before {
  content: "\e078";
}
.glyphicon-chevron-left:before {
  content: "\e079";
}
.glyphicon-chevron-right:before {
  content: "\e080";
}
.glyphicon-plus-sign:before {
  content: "\e081";
}
.glyphicon-minus-sign:before {
  content: "\e082";
}
.glyphicon-remove-sign:before {
  content: "\e083";
}
.glyphicon-ok-sign:before {
  content: "\e084";
}
.glyphicon-question-sign:before {
  content: "\e085";
}
.glyphicon-info-sign:before {
  content: "\e086";
}
.glyphicon-screenshot:before {
  content: "\e087";
}
.glyphicon-remove-circle:before {
  content: "\e088";
}
.glyphicon-ok-circle:before {
  content: "\e089";
}
.glyphicon-ban-circle:before {
  content: "\e090";
}
.glyphicon-arrow-left:before {
  content: "\e091";
}
.glyphicon-arrow-right:before {
  content: "\e092";
}
.glyphicon-arrow-up:before {
  content: "\e093";
}
.glyphicon-arrow-down:before {
  content: "\e094";
}
.glyphicon-share-alt:before {
  content: "\e095";
}
.glyphicon-resize-full:before {
  content: "\e096";
}
.glyphicon-resize-small:before {
  content: "\e097";
}
.glyphicon-exclamation-sign:before {
  content: "\e101";
}
.glyphicon-gift:before {
  content: "\e102";
}
.glyphicon-leaf:before {
  content: "\e103";
}
.glyphicon-fire:before {
  content: "\e104";
}
.glyphicon-eye-open:before {
  content: "\e105";
}
.glyphicon-eye-close:before {
  content: "\e106";
}
.glyphicon-warning-sign:before {
  content: "\e107";
}
.glyphicon-plane:before {
  content: "\e108";
}
.glyphicon-calendar:before {
  content: "\e109";
}
.glyphicon-random:before {
  content: "\e110";
}
.glyphicon-comment:before {
  content: "\e111";
}
.glyphicon-magnet:before {
  content: "\e112";
}
.glyphicon-chevron-up:before {
  content: "\e113";
}
.glyphicon-chevron-down:before {
  content: "\e114";
}
.glyphicon-retweet:before {
  content: "\e115";
}
.glyphicon-shopping-cart:before {
  content: "\e116";
}
.glyphicon-folder-close:before {
  content: "\e117";
}
.glyphicon-folder-open:before {
  content: "\e118";
}
.glyphicon-resize-vertical:before {
  content: "\e119";
}
.glyphicon-resize-horizontal:before {
  content: "\e120";
}
.glyphicon-hdd:before {
  content: "\e121";
}
.glyphicon-bullhorn:before {
  content: "\e122";
}
.glyphicon-bell:before {
  content: "\e123";
}
.glyphicon-certificate:before {
  content: "\e124";
}
.glyphicon-thumbs-up:before {
  content: "\e125";
}
.glyphicon-thumbs-down:before {
  content: "\e126";
}
.glyphicon-hand-right:before {
  content: "\e127";
}
.glyphicon-hand-left:before {
  content: "\e128";
}
.glyphicon-hand-up:before {
  content: "\e129";
}
.glyphicon-hand-down:before {
  content: "\e130";
}
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}
.glyphicon-globe:before {
  content: "\e135";
}
.glyphicon-wrench:before {
  content: "\e136";
}
.glyphicon-tasks:before {
  content: "\e137";
}
.glyphicon-filter:before {
  content: "\e138";
}
.glyphicon-briefcase:before {
  content: "\e139";
}
.glyphicon-fullscreen:before {
  content: "\e140";
}
.glyphicon-dashboard:before {
  content: "\e141";
}
.glyphicon-paperclip:before {
  content: "\e142";
}
.glyphicon-heart-empty:before {
  content: "\e143";
}
.glyphicon-link:before {
  content: "\e144";
}
.glyphicon-phone:before {
  content: "\e145";
}
.glyphicon-pushpin:before {
  content: "\e146";
}
.glyphicon-usd:before {
  content: "\e148";
}
.glyphicon-gbp:before {
  content: "\e149";
}
.glyphicon-sort:before {
  content: "\e150";
}
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}
.glyphicon-sort-by-order:before {
  content: "\e153";
}
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}
.glyphicon-unchecked:before {
  content: "\e157";
}
.glyphicon-expand:before {
  content: "\e158";
}
.glyphicon-collapse-down:before {
  content: "\e159";
}
.glyphicon-collapse-up:before {
  content: "\e160";
}
.glyphicon-log-in:before {
  content: "\e161";
}
.glyphicon-flash:before {
  content: "\e162";
}
.glyphicon-log-out:before {
  content: "\e163";
}
.glyphicon-new-window:before {
  content: "\e164";
}
.glyphicon-record:before {
  content: "\e165";
}
.glyphicon-save:before {
  content: "\e166";
}
.glyphicon-open:before {
  content: "\e167";
}
.glyphicon-saved:before {
  content: "\e168";
}
.glyphicon-import:before {
  content: "\e169";
}
.glyphicon-export:before {
  content: "\e170";
}
.glyphicon-send:before {
  content: "\e171";
}
.glyphicon-floppy-disk:before {
  content: "\e172";
}
.glyphicon-floppy-saved:before {
  content: "\e173";
}
.glyphicon-floppy-remove:before {
  content: "\e174";
}
.glyphicon-floppy-save:before {
  content: "\e175";
}
.glyphicon-floppy-open:before {
  content: "\e176";
}
.glyphicon-credit-card:before {
  content: "\e177";
}
.glyphicon-transfer:before {
  content: "\e178";
}
.glyphicon-cutlery:before {
  content: "\e179";
}
.glyphicon-header:before {
  content: "\e180";
}
.glyphicon-compressed:before {
  content: "\e181";
}
.glyphicon-earphone:before {
  content: "\e182";
}
.glyphicon-phone-alt:before {
  content: "\e183";
}
.glyphicon-tower:before {
  content: "\e184";
}
.glyphicon-stats:before {
  content: "\e185";
}
.glyphicon-sd-video:before {
  content: "\e186";
}
.glyphicon-hd-video:before {
  content: "\e187";
}
.glyphicon-subtitles:before {
  content: "\e188";
}
.glyphicon-sound-stereo:before {
  content: "\e189";
}
.glyphicon-sound-dolby:before {
  content: "\e190";
}
.glyphicon-sound-5-1:before {
  content: "\e191";
}
.glyphicon-sound-6-1:before {
  content: "\e192";
}
.glyphicon-sound-7-1:before {
  content: "\e193";
}
.glyphicon-copyright-mark:before {
  content: "\e194";
}
.glyphicon-registration-mark:before {
  content: "\e195";
}
.glyphicon-cloud-download:before {
  content: "\e197";
}
.glyphicon-cloud-upload:before {
  content: "\e198";
}
.glyphicon-tree-conifer:before {
  content: "\e199";
}
.glyphicon-tree-deciduous:before {
  content: "\e200";
}
.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;
  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);
  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: #999;
}
.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: #999;
}
.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;
  }
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: 0;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle=buttons] > .btn > input[type=radio],
[data-toggle=buttons] > .btn > input[type=checkbox] {
  display: none;
}
.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: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  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;
}
.tab-content > .active {
  display: block;
}
.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 {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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;
    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;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@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;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  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 -15px;
}
.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-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  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);
  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 .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;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type=radio],
  .navbar-form .checkbox input[type=checkbox] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@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;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.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: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    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-inverse {
  background-color: #222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999;
}
.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: #999;
  }
  .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: #999;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #428bca;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #2a6496;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: not-allowed;
}
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.label[href]:hover,
.label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label:empty {
  display: none;
}
.btn .label {
  position: relative;
  top: -1px;
}
.label-default {
  background-color: #999;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: gray;
}
.label-primary {
  background-color: #428bca;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9;
}
.label-success {
  background-color: #5cb85c;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44;
}
.label-info {
  background-color: #5bc0de;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5;
}
.label-warning {
  background-color: #f0ad4e;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f;
}
.label-danger {
  background-color: #d9534f;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c;
}
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge {
  top: 0;
  padding: 1px 5px;
}
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
a.list-group-item.active > .badge,
.nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 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;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: 700;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.alert-dismissable {
  padding-right: 35px;
}
.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width 0.6s ease;
}
.progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}
.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-bar-success {
  background-color: #5cb85c;
}
.progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-info {
  background-color: #5bc0de;
}
.progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-warning {
  background-color: #f0ad4e;
}
.progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-danger {
  background-color: #d9534f;
}
.progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  padding-left: 0;
  list-style: none;
}
.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
a.list-group-item.active .list-group-item-heading,
a.list-group-item.active:hover .list-group-item-heading,
a.list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}
a.list-group-item.active .list-group-item-text,
a.list-group-item.active:hover .list-group-item-text,
a.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.panel-body {
  padding: 15px;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
  margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive {
  border-top: 1px solid #ddd;
}
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}
.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}
.panel-group {
  margin-bottom: 20px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
  overflow: hidden;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}
.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}
.panel-primary {
  border-color: #428bca;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}
.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}
.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}
.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #faebcc;
}
.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ebccd1;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  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 {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.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);
  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;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  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;
}
@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);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  right: 5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
.popover-content {
  padding: 9px 14px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix: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,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body: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;
}
@media (max-width: 767px) {
  .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 (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: 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: 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 (max-width: 767px) {
  .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;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.col-xs-offset-right-12 {
  margin-right: 100%;
}
.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
  margin-right: 75%;
}
.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
  margin-right: 50%;
}
.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
  margin-right: 25%;
}
.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
  margin-right: 0;
}
@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }
  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-sm-offset-right-9 {
    margin-right: 75%;
  }
  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-sm-offset-right-6 {
    margin-right: 50%;
  }
  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-sm-offset-right-3 {
    margin-right: 25%;
  }
  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }
  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-md-offset-right-9 {
    margin-right: 75%;
  }
  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-md-offset-right-6 {
    margin-right: 50%;
  }
  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-md-offset-right-3 {
    margin-right: 25%;
  }
  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-md-offset-right-0 {
    margin-right: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }
  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }
  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }
  .col-lg-offset-right-9 {
    margin-right: 75%;
  }
  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }
  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }
  .col-lg-offset-right-6 {
    margin-right: 50%;
  }
  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }
  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }
  .col-lg-offset-right-3 {
    margin-right: 25%;
  }
  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }
  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }
  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}
@keyframes hover-color {
  from {
    border-color: #c0c0c0;
  }
  to {
    border-color: #3e97eb;
  }
}
.magic-radio,
.magic-checkbox {
  position: absolute;
  display: none;
}
.magic-radio[disabled],
.magic-checkbox[disabled] {
  cursor: not-allowed;
}
.magic-radio + label,
.magic-checkbox + label {
  position: relative;
  display: block;
  padding-left: 30px;
  cursor: pointer;
  vertical-align: middle;
}
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before {
  animation-duration: 0.4s;
  animation-fill-mode: both;
  animation-name: hover-color;
}
.magic-radio + label:before,
.magic-checkbox + label:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 20px;
  height: 20px;
  content: '';
  border: 1px solid #c0c0c0;
}
.magic-radio + label:after,
.magic-checkbox + label:after {
  position: absolute;
  display: none;
  content: '';
}
.magic-radio[disabled] + label,
.magic-checkbox[disabled] + label {
  cursor: not-allowed;
  color: #e4e4e4;
}
.magic-radio[disabled] + label:hover,
.magic-radio[disabled] + label:before,
.magic-radio[disabled] + label:after,
.magic-checkbox[disabled] + label:hover,
.magic-checkbox[disabled] + label:before,
.magic-checkbox[disabled] + label:after {
  cursor: not-allowed;
}
.magic-radio[disabled] + label:hover:before,
.magic-checkbox[disabled] + label:hover:before {
  border: 1px solid #e4e4e4;
  animation-name: none;
}
.magic-radio[disabled] + label:before,
.magic-checkbox[disabled] + label:before {
  border-color: #e4e4e4;
}
.magic-radio:checked + label:before,
.magic-checkbox:checked + label:before {
  animation-name: none;
}
.magic-radio:checked + label:after,
.magic-checkbox:checked + label:after {
  display: block;
}
.magic-radio + label:before {
  border-radius: 50%;
}
.magic-radio + label:after {
  top: 6px;
  left: 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #3e97eb;
}
.magic-radio:checked + label:before {
  border: 1px solid #3e97eb;
}
.magic-radio:checked[disabled] + label:before {
  border: 1px solid #c9e2f9;
}
.magic-radio:checked[disabled] + label:after {
  background: #c9e2f9;
}
.magic-checkbox + label:before {
  border-radius: 3px;
}
.magic-checkbox + label:after {
  top: 2px;
  left: 7px;
  box-sizing: border-box;
  width: 6px;
  height: 12px;
  transform: rotate(45deg);
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-left: 0;
}
.magic-checkbox:checked + label:before {
  border: #3e97eb;
  background: #3e97eb;
}
.magic-checkbox:checked[disabled] + label:before {
  border: #c9e2f9;
  background: #c9e2f9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0;
}
p {
  margin: 0px;
}
.clear,
.clearer {
  clear: both;
}
ul,
ul.menu {
  margin: 0;
  padding: 0;
}
ul li,
ul.menu li {
  list-style: none;
  margin: 0;
}
li.expanded,
li.collapsed,
li.leaf {
  padding: 0;
}
.form-item,
.form-actions {
  margin-bottom: 0;
  margin-top: 0;
}
.breadcrumb {
  border-radius: 0;
  background: none;
  padding: 0;
}
legend {
  border: 0;
}
a:focus {
  color: inherit;
  outline: none;
  text-decoration: none;
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-default {
  border: 0;
}
.panel {
  background-color: #fff;
  border: 0;
  border-radius: 0px;
  box-shadow: none;
}
.panel-heading {
  border: 0;
  padding: 10px 0;
}
.panel-body {
  padding: 15px 0;
}
.panel-default > .panel-heading {
  background: none;
  border: 0;
  color: #333;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border: 0;
}
.panel-group .panel + .panel {
  margin: 0;
}
label {
  display: inherit;
  font-weight: normal;
  margin-bottom: 0;
}
label.printmail-label {
  float: none;
}
tbody {
  border: 0;
}
th {
  border: 0;
  padding: 0;
}
tr.even,
tr.odd {
  background-color: #eee;
  border: 0;
  padding: 0;
}
/* variables de bases */
/* par defaut */
/* couleurs */
.degradeb {
  position: absolute;
  width: 100%;
  height: 50%;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
  z-index: 2;
}
/* fonts */
/* Icons svg : remplacement de couleur */
.btn-tiny {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
  padding: .25em .75em .5em .75em;
  text-transform: none;
}
.btn-tiny:hover,
.btn-tiny:focus {
  background-color: #db3e33;
}
.btn-tiny:hover,
.btn-tiny:focus {
  color: white;
}
.hide {
  display: none;
}
/*================================
    Layout CSS
================================*/
@media (max-width: 991px) {
  #cboxLoadedContent,
  #colorbox,
  #cboxWrapper,
  #cboxContent,
  #cboxLoadedContent {
    width: 95vw !important;
  }
  #cboxClose {
    left: 39% !important;
    top: -22px !important;
  }
}
.arrow {
  padding-left: 17px;
  position: relative;
}
.arrow:before {
  content: "→";
  color: #606060;
  position: absolute;
  top: -1px;
  left: 0;
}
a.arrowprev,
a.arrownext,
a.promoprev,
a.promonext,
a.testiprev,
a.testinext,
a.arrowtop {
  display: block;
  border-radius: 4px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
a.arrowprev.black,
a.testiprev.black,
a.promoprev.black {
  background-image: url("../images/svg/i-left-arrow-black.svg");
  border: 1px solid rgba(0, 0, 0, 0.05);
}
a.arrowprev.black:hover,
a.testiprev.black:hover,
a.promoprev.black:hover {
  background-image: url("../images/svg/i-left-arrow-white.svg");
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: black;
}
a.arrownext.black,
a.testinext.black,
a.promonext.black {
  background-image: url("../images/svg/i-right-arrow-black.svg");
  border: 1px solid rgba(0, 0, 0, 0.05);
}
a.arrownext.black:hover,
a.testinext.black:hover,
a.promonext.black:hover {
  background-image: url("../images/svg/i-right-arrow-white.svg");
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: black;
}
a.arrowprev.white,
a.testiprev.white,
a.promoprev.white {
  background-image: url("../images/svg/i-left-arrow-white.svg");
  border: 1px solid rgba(255, 255, 255, 0.5);
}
a.arrowprev.white:hover,
a.testiprev.white:hover,
a.promoprev.white:hover {
  background-image: url("../images/svg/i-left-arrow-black.svg");
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: white;
}
a.arrownext.white,
a.testinext.white,
a.promonext.white {
  background-image: url("../images/svg/i-right-arrow-white.svg");
  border: 1px solid rgba(255, 255, 255, 0.5);
}
a.arrownext.white:hover,
a.testinext.white:hover,
a.promonext.white:hover {
  background-image: url("../images/svg/i-right-arrow-black.svg");
  border: 1px solid rgba(0, 0, 0, 0.5);
  background-color: white;
}
a.arrowtop {
  background-image: url("../images/svg/i-top-arrow-black.svg");
  border: 1px solid rgba(0, 0, 0, 0.05);
}
a.arrowtop:hover {
  background-image: url("../images/svg/i-top-arrow-white.svg");
  border: 1px solid rgba(255, 255, 255, 0.05);
  background-color: black;
}
/*====== wrapper global =======*/
#page-wrapper {
  margin: 0 auto;
  position: relative;
}

#page-wrapper #header > .container {
  position: static;
}
.admin-menu #page-wrapper {
  margin-top: 34px;
}
/*====== Communs ======*/
#header {
  position: relative;
  z-index: 999;
}
#logo {
  position: relative;
  z-index: 99;
}
#site-name {
  float: left;
  line-height: 31px;
  min-height: 31px;
}
@media (max-width: 992px) {
  #site-name {
    max-width: 30%;
  }
}
.region-tools {
  float: right;
  position: relative;
}
@media (max-width: 991px) {
  .region-tools {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
  }
}
/*====== MAIN ======*/
#main-wrapper {
  padding-top: 80px;
}
@media (max-width: 992px) {
  #main-wrapper {
    padding-top: 0px;
  }
}
.onscroll #main-wrapper {
  padding-top: 0;
}
.page-user #main-wrapper {
  padding-top: 0;
}
#main {
  padding-top: 0;
}
.front #main {
  padding-top: 0;
}
#breadcrumb {
  position: absolute;
  top: 130px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 991px) {
  #breadcrumb {
    display: none;
  }
}
.onscroll #breadcrumb {
  top: 52px;
}
@media (max-width: 767px) {
  h1#page-title {
    padding: 20px 0;
  }
}
.fs24,
.fs24 * {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .fs24,
  .fs24 * {
    font-size: 18px;
    line-height: 24px;
  }
}
.title {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .title {
    font-size: 26px;
    line-height: 30px;
  }
}
.links-media a {
  margin: 0 30px;
  padding: 10px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.links-media a:hover {
  color: #fff;
  border: 1px solid #ffffff;
  border-radius: 3px;
}
@media (max-width: 991px) {
  .links-media a {
    margin: 0 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .links-media a {
    margin: 0 10px;
    color: black;
  }
  .links-media a:hover {
    color: black;
  }
  .links-media a:first-child {
    margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .links-media a {
    display: inline-block;
    margin-bottom: 15px;
    margin-left: 0px;
  }
}
@media (min-width: 768px) {
  .vcenter {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
.button {
  line-height: 40px;
  padding: 0 35px;
}
@media (max-width: 767px) {
  .button {
    line-height: 17px;
    padding: 12px 35px;
  }
}
.bouton {
  margin-top: 40px;
  font-size: 18px;
}
@media (max-width: 767px) {
  .bouton {
    font-size: 16px;
  }
}
.bouton span {
  padding: 18px 65px;
}
@media (max-width: 991px) {
  .bouton span {
    padding: 18px;
  }
}
@media (max-width: 767px) {
  .bouton span {
    display: block;
  }
}
.bouton-small {
  font-size: .9em;
}
.bouton-small.bouton {
  display: inline-block;
  margin: 0;
  margin-bottom: 1em;
}
.bouton-small span {
  padding: .5em 1em !important;
}
.wrapper-btn.btn-double {
  width: 39%;
  position: relative;
  z-index: 10;
}
.wrapper-btn.btn-double a.bouton {
  width: 100%;
}
.wrapper-btn.btn-double a.bouton span {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .wrapper-btn.btn-double {
    width: 100%;
    margin-bottom: 0px;
  }
  .wrapper-btn.btn-double * {
    margin-bottom: 0px;
  }
}
.wrapper-btn.btn-double-right {
  margin-left: -1%;
  width: 61%;
  position: relative;
  z-index: 1;
}
.wrapper-btn.btn-double-right a.bouton {
  width: 100%;
}
.wrapper-btn.btn-double-right a.bouton span {
  display: inline-block;
  width: 100%;
  padding: 15px 0;
  background-color: #fff;
  color: #606060;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: none;
  border-radius: 0 5px 5px 0;
  border-left: 0;
  font-size: 14px;
  line-height: 22px;
}
.wrapper-btn.btn-double-right a.bouton span:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
@media (max-width: 991px) {
  .wrapper-btn.btn-double-right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
  }
  .wrapper-btn.btn-double-right * {
    margin-top: 0px;
  }
  .wrapper-btn.btn-double-right a.bouton span {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    border-radius: 0 0 5px 5px;
  }
}
a.gallery {
  background: url("../images/icons/i-galerie.png") 5% 50% no-repeat;
}
@media (max-width: 767px) {
  a.gallery {
    background: url("../images/icons/i-galerie.svg") 5% 50% no-repeat;
    display: inline-block;
    height: 23px;
    line-height: 23px;
  }
}
a.video {
  background: url("../images/icons/i-video.png") 5% 50% no-repeat;
}
@media (max-width: 767px) {
  a.video {
    background: url("../images/icons/i-video.svg") 5% 50% no-repeat;
  }
}
a.video-360 {
  background: url("../images/icons/i-360.png") 5% 50% no-repeat;
}
@media (max-width: 1169px) {
  a.video-360 {
    display: none;
  }
}
a.video-3d {
  position: relative;
}
a.video-3d:before {
  color: white;
  font-family: "FontAwesome";
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f085";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
}
@media (max-width: 767px) {
  a.video-3d:before {
    color: black;
  }
}
a.pdf {
  position: relative;
}
a.pdf:before {
  color: white;
  font-family: "FontAwesome";
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f1c1";
  font-size: 20px;
  font-style: normal;
  font-weight: normal;
  margin-right: 10px;
}
@media (max-width: 767px) {
  a.pdf:before {
    color: black;
  }
}
#per-slide-template span {
  margin: 0 30px;
}
@media (max-width: 1169px) {
  #per-slide-template span {
    margin: 0 12px;
  }
}
/*====== Page de contenu basique =======*/
.node-type-contenu .header-content {
  padding-top: 15px;
}
@media (max-width: 767px) {
  .node-type-contenu .bloc-html:nth-of-type(2n+2) {
    background: transparent !important;
  }
}
/*====== Homepage =======*/
.node-type-homepage #footer {
  padding: 80px 0;
}
.node-homepage #usages .controls a.arrowprev,
.node-homepage #promotions .controls a.arrowprev,
.node-homepage #testimony .controls a.arrowprev,
.node-homepage #usages .controls a.arrownext,
.node-homepage #promotions .controls a.arrownext,
.node-homepage #testimony .controls a.arrownext,
.node-homepage #usages .controls a.promoprev,
.node-homepage #promotions .controls a.promoprev,
.node-homepage #testimony .controls a.promoprev,
.node-homepage #usages .controls a.promonext,
.node-homepage #promotions .controls a.promonext,
.node-homepage #testimony .controls a.promonext,
.node-homepage #usages .controls a.testiprev,
.node-homepage #promotions .controls a.testiprev,
.node-homepage #testimony .controls a.testiprev,
.node-homepage #usages .controls a.testinext,
.node-homepage #promotions .controls a.testinext,
.node-homepage #testimony .controls a.testinext {
  top: 42%;
}
@media (max-width: 767px) {
  .node-homepage #usages .controls a.arrowprev,
  .node-homepage #promotions .controls a.arrowprev,
  .node-homepage #testimony .controls a.arrowprev,
  .node-homepage #usages .controls a.arrownext,
  .node-homepage #promotions .controls a.arrownext,
  .node-homepage #testimony .controls a.arrownext,
  .node-homepage #usages .controls a.promoprev,
  .node-homepage #promotions .controls a.promoprev,
  .node-homepage #testimony .controls a.promoprev,
  .node-homepage #usages .controls a.promonext,
  .node-homepage #promotions .controls a.promonext,
  .node-homepage #testimony .controls a.promonext,
  .node-homepage #usages .controls a.testiprev,
  .node-homepage #promotions .controls a.testiprev,
  .node-homepage #testimony .controls a.testiprev,
  .node-homepage #usages .controls a.testinext,
  .node-homepage #promotions .controls a.testinext,
  .node-homepage #testimony .controls a.testinext {
    top: 40%;
  }
}
@media (max-width: 767px) {
  .node-homepage #usages a.arrowprev,
  .node-homepage #promotions a.arrowprev,
  .node-homepage #testimony a.arrowprev,
  .node-homepage #usages a.promoprev,
  .node-homepage #promotions a.promoprev,
  .node-homepage #testimony a.promoprev,
  .node-homepage #usages a.testiprev,
  .node-homepage #promotions a.testiprev,
  .node-homepage #testimony a.testiprev {
    background-image: url("../images/svg/i-left-arrow-black.svg");
    background-color: white;
    z-index: 5;
    left: 6%;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
  .node-homepage #usages a.arrownext,
  .node-homepage #promotions a.arrownext,
  .node-homepage #testimony a.arrownext,
  .node-homepage #usages a.promonext,
  .node-homepage #promotions a.promonext,
  .node-homepage #testimony a.promonext,
  .node-homepage #usages a.testinext,
  .node-homepage #promotions a.testinext,
  .node-homepage #testimony a.testinext {
    background-image: url("../images/svg/i-right-arrow-black.svg");
    background-color: white;
    z-index: 5;
    right: 6%;
    width: 40px;
    height: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  }
}
.node-homepage .block-contact {
  padding: 36px 48px 0;
}
@media (max-width: 767px) {
  .node-homepage .block-contact {
    padding: 36px 20px;
  }
}
@media (max-width: 767px) {
  .node-homepage .block-contact span {
    display: block;
    margin-bottom: 10px;
  }
}
.node-homepage .block-contact .upseller {
  padding-top: 16px;
  line-height: 12px;
}
@media (max-width: 768px) {
  .node-homepage .block-contact .upseller {
    padding-top: 0px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .node-homepage .block-contact .upseller {
    line-height: 24px;
    text-align: center;
  }
}
.node-homepage .block-contact p {
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .node-homepage .block-contact p {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .node-homepage .block-contact .world .alignr {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .node-homepage .block-contact .world .fa-globe {
    display: none;
  }
}
.node-homepage .block-contact input[type="text"] {
  background: none;
  border: 0;
  color: #fff;
  font-size: 14px;
  height: auto;
  line-height: 26px;
  padding: 0;
  border-bottom: 1px solid #fff;
  width: 70px;
  margin: 0 5px;
}
@media (max-width: 768px) {
  .node-homepage .block-contact input[type="text"] {
    margin-top: 10px;
    width: 100px;
  }
}
@media (max-width: 767px) {
  .node-homepage .block-contact input[type="text"] {
    font-size: 20px;
    line-height: 30px;
    width: 120px;
    margin-top: 5px;
  }
}
.node-homepage #testimony {
  padding: 120px 0;
}
@media (max-width: 767px) {
  .node-homepage #testimony {
    padding-top: 50px;
    padding-bottom: 40px;
  }
  .node-homepage #testimony a.promoprev,
  .node-homepage #testimony a.promonext,
  .node-homepage #testimony a.testiprev,
  .node-homepage #testimony a.testinext {
    z-index: 100;
  }
}
@media (max-width: 480px) {
  .node-homepage #testimony a.promoprev,
  .node-homepage #testimony a.promonext,
  .node-homepage #testimony a.testiprev,
  .node-homepage #testimony a.testinext {
    top: 22% !important;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .node-homepage #testimony a.promoprev,
  .node-homepage #testimony a.promonext,
  .node-homepage #testimony a.testiprev,
  .node-homepage #testimony a.testinext {
    top: 20% !important;
  }
}

.node-homepage #innovations {
  background: url("../images/svg/illus-colline-left.svg") 0 0 no-repeat, url("../images/svg/illus-colline-right.svg") 100% 0 no-repeat;
  padding-top: 124px;
}
@media (max-width: 767px) {
  .node-homepage #innovations {
    background: url("../images/svg/illus-colline-right.svg") 100% 0 no-repeat;
  }
}
.node-homepage #innovations h2 {
  padding: 60px 0 20px;
  line-height: 30px;
  text-transform: uppercase;
}
.node-homepage #innovations .slideshow .content {
  padding-top: 110px;
}
.node-homepage #innovations .slideshow .wrapper-content {
  padding: 0 220px;
  width: 100%;
}
@media (max-width: 991px) {
  .node-homepage #innovations .slideshow .wrapper-content {
    padding: 0 20px;
  }
}
.node-homepage #innovations h4 {
  padding: 60px 0 40px;
}
@media (max-width: 991px) {
  .node-homepage #innovations h4 {
    padding: 90px 0 20px;
  }
}
@media (max-width: 767px) {
  .node-homepage #innovations h4 {
    padding-top: 180px;
    padding-bottom: 20px;
  }
  .node-homepage #innovations h4 img {
    display: none;
  }
}
.node-homepage #innovations .readmore {
  padding-top: 100px;
}
@media (max-width: 991px) {
  .node-homepage #innovations .readmore {
    padding-top: 20px;
  }
}
.node-homepage .block-testimony .related-product {
  position: absolute;
  right: -90px;
  bottom: -100px;
}
.node-homepage .block-testimony .related-product img {
  max-height: 180px;
}
@media (max-width: 991px) {
  .node-homepage .block-testimony .related-product {
    position: relative;
    right: 0;
    bottom: 0;
    float: left;
    margin-left: 20px;
  }
  .node-homepage .block-testimony .related-product p,
  .node-homepage .block-testimony .related-product img {
    display: block;
    margin-right: 15px;
  }
}
.node-homepage #news .listing-actus .grid-item:nth-child(2) {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .node-homepage #news .listing-actus .grid-item:nth-child(2) {
    margin-top: 0;
  }
}
.node-homepage #news .listing-actus .grid-item {
  margin-bottom: 15px;
}
.node-homepage #news .listing-actus .grid-item .content {
  min-height: 200px;
}
@media (max-width: 767px) {
  .node-homepage #news .listing-actus .grid-item .content {
    min-height: auto;
  }
}
@media (max-width: 767px) {
  .node-homepage #news .listing-actus .grid-item img {
    width: 100%;
  }
}
.w470 {
  width: 470px;
}
@media (max-width: 1169px) {
  .w470 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .w470 {
    width: 100%;
  }
}
.w400 {
  width: 400px;
}
@media (max-width: 1169px) {
  .w400 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .w400 {
    width: 100%;
  }
}
.w300 {
  width: 300px;
}
@media (max-width: 1169px) {
  .w300 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .w300 {
    width: 100%;
  }
}
/*====== taxnomie listing produit =======*/
@media (max-width: 991px) {
  .mtop {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .mtop {
    margin-top: 0;
  }
}
.mt30 {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .mt30 {
    margin-top: 0;
  }
}
.mb40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mb40 {
    margin-bottom: 0;
  }
}
.ml30 {
  width: 47%;
}
.ml30.first {
  margin-right: 6%;
}
@media (max-width: 991px) {
  .ml30 {
    width: 48.25%;
  }
  .ml30.first {
    margin-right: 3.5%;
  }
}
@media (max-width: 767px) {
  .ml30 {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .paddingl30 {
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .paddingr30 {
    padding-right: 30px;
  }
}
.h570 {
  height: 570px;
}
.h560 {
  height: 560px;
}
.h400 {
  height: 400px;
}
.h470 {
  height: 470px;
}
.h270 {
  height: 270px;
}
.h240 {
  height: 240px;
}
.h130 {
  height: 130px;
}
@media (max-width: 767px) {
  .h570,
  .h560,
  .h400,
  .h470,
  .h270,
  .h240,
  .h130 {
    height: 180px;
  }
}
#page-products #list-produits {
  z-index: 1;
}
@media (max-width: 991px) {
  #page-products #list-produits {
    z-index: 1000;
  }
}
@media (max-width: 767px) {
  .layout-blocks .h570,
  .layout-blocks .h270 {
    height: 200px;
  }
}
@media (max-width: 767px) {
  .layout-blocks .item {
    height: 320px;
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .layout-blocks .item:hover .hoverb {
    opacity: 0;
  }
}
/*====== slideshow =======*/
.slideshow a .pretitle {
  position: absolute;
  top: 0;
  margin: auto;
  height: 33%;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  color: white;
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  .slideshow a .pretitle {
    top: 11%;
  }
}
.slideshow a h3 {
  bottom: 0;
  height: 20%;
  left: 0;
  right: 0;
  top: 0;
  width: 90%;
}
@media (max-width: 768px) {
  .slideshow a h3 {
    top: 6%;
  }
}
@media (max-width: 767px) {
  .slideshow a h3 {
    top: 14%;
  }
}
.arrowprev,
.arrownext,
.promoprev,
.promonext,
.testiprev,
.testinext {
  width: 60px;
  height: 60px;
}
@media (max-width: 991px) {
  .arrowprev,
  .arrownext,
  .promoprev,
  .promonext,
  .testiprev,
  .testinext {
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .arrowprev,
  .arrownext,
  .promoprev,
  .promonext,
  .testiprev,
  .testinext {
    width: 24px;
    height: 24px;
  }
}
.arrowtop {
  width: 60px;
  height: 60px;
}
.controls a.arrowprev,
.controls a.arrownext,
.controls a.promoprev,
.controls a.promonext,
.controls a.testiprev,
.controls a.testinext {
  top: 35%;
}
.controls .arrowprev,
.controls .promoprev,
.controls .testiprev {
  left: -60px;
}
@media (max-width: 991px) {
  .controls .arrowprev,
  .controls .promoprev,
  .controls .testiprev {
    left: -44px;
  }
}
@media (max-width: 767px) {
  .controls .arrowprev,
  .controls .promoprev,
  .controls .testiprev {
    left: 0;
  }
}
.controls .arrownext,
.controls .promonext,
.controls .testinext {
  right: -60px;
}
@media (max-width: 991px) {
  .controls .arrownext,
  .controls .promonext,
  .controls .testinext {
    right: -44px;
  }
}
@media (max-width: 767px) {
  .controls .arrownext,
  .controls .promonext,
  .controls .testinext {
    right: 0;
  }
}
.controls .promonext.default {
  right: -100px;
}
.controls .promoprev.default {
  left: -100px;
}
.controls .testinext.default {
  right: -100px;
}
.controls .testiprev.default {
  left: -100px;
}
.header-content .inner * {
  color: white;
}
.header-content .inner p {
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .header-content .field-name-field-accroche {
    display: none;
  }
}
.bg-opacity {
  background-color: rgba(0, 0, 0, 0.6);
}
@media (max-width: 767px) {
  .bg-opacity {
    background-color: white;
  }
}
.bg-opacity * {
  color: white;
}
.img-full {
  width: 100%;
}
@media (max-width: 767px) {
  .img-full {
    height: auto;
    background-size: cover;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .img-full.h560 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .img-full.h560 .h560 {
    height: auto;
  }
}
/*====== classe générique landing page =======*/
@media (max-width: 767px) {
  .inno .h400 {
    height: 100%;
  }
}
.inno #wrapperc * {
  color: black;
}
.inno #wrapperc p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 767px) {
  .hasvideo .header-content {
    height: auto;
    padding: 30px 0;
  }
  .hasvideo .header-content .vcenter {
    height: auto;
  }
}
/*====== Homepage =======*/
.node-homepage section:first-child {
  margin-top: -55px;
}
@media (max-width: 767px) {
  .node-homepage section:first-child {
    margin-top: 30px;
  }
}
.node-homepage .content-header {
  height: 600px;
}
@media (max-width: 991px) {
  .node-homepage .content-header {
    height: 60vh !important;
  }
}
@media (max-width: 767px) {
  .node-homepage .content-header {
    height: 50vh !important;
  }
}
.node-homepage .content-header .hoverb {
  opacity: 0.3;
}
@media (max-width: 767px) {
  .node-homepage .content-header .hoverb {
    opacity: 0.5;
  }
}
.node-homepage h2#page-title {
  padding: 0 20%;
  font-weight: 300;
  line-height: 87px;
  text-transform: inherit;
  position: absolute;
  z-index: 1;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  top: 20%;
}
@media (max-width: 991px) {
  .node-homepage h2#page-title {
    line-height: 58px;
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .node-homepage h2#page-title {
    font-size: 40px;
    line-height: 46px;
    padding: 0 20px;
  }
}
@media (min-width: 767px) {
  .node-homepage h2#page-title {
    padding: 0;
    left: 0;
    right: 0;
    top: 40%;
  }
}
.node-homepage #products .floatl {
  width: 25%;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
@media (max-width: 991px) {
  .node-homepage #products .floatl {
    height: 300px;
    width: 50%;
  }
}
@media (max-width: 480px) {
  .node-homepage #products .floatl {
    width: 100%;
    height: 250px;
  }
  .node-homepage #products .floatl:nth-of-type(1),
  .node-homepage #products .floatl:nth-of-type(2) {
    width: 100%;
  }
}
.node-homepage #products .floatl:nth-of-type(1) a h2 {
  padding: 0 30%;
}
.node-homepage #products .floatl a h2 {
  top: 30px;
}
@media (min-width: 991px) {
  .node-homepage #products .floatl a h2 {
    padding: 0 20%;
    top: 115px;
  }
}
@media (max-width: 991px) {
  .node-homepage #products .floatl a h2 {
    padding: 0 20%;
    top: 115px;
  }
}
@media (max-width: 480px) {
  .node-homepage #products .floatl a h2 {
    padding: 0 20%;
    top: 100px;
  }
}
@media (max-width: 991px) {
  .node-homepage #products .listing-products {
    overflow: hidden;
  }
}
.node-homepage #products .listing-products .product {
  vertical-align: top;
}
@media (min-width: 991px) {
  .node-homepage #products .listing-products .product {
    float: left;
    padding: 0;
    width: 25%;
    position: relative;
  }
  .node-homepage #products .listing-products .product:nth-of-type(4n+4) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 991px) {
  .node-homepage #products .listing-products .product {
    float: none;
    width: auto;
  }
}
@media (max-width: 767px) {
  .node-homepage #products .listing-products .product {
    margin-top: 0;
    width: 200px;
  }
}
.node-homepage #products .listing-products .product a {
  padding: 20px 10px 35px;
}
@media (max-width: 767px) {
  .node-homepage #products .listing-products .product a {
    padding: 15px 10px 50px;
  }
}
.node-homepage #products .listing-products .product h3 {
  white-space: normal;
}
@media (min-width: 768px) and (max-width: 991px) {
  .node-homepage #products .listing-products .product .wrapper-price {
    bottom: 8px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .node-homepage #products .listing-products .product .wrapper-price {
    bottom: 90px;
  }
}
@media (max-width: 480px) {
  .node-homepage #products .listing-products .product .wrapper-price {
    bottom: 20px;
  }
}
@media (min-width: 768px) AND (max-width: 991px) {
  .node-homepage .node-temoignages .wrapper-temoignage .wrapper-image {
    height: auto;
  }
}
@media (max-width: 767px) {
  .node-homepage .node-temoignages .wrapper-temoignage .infos-loc {
    padding: 20px;
  }
  .node-homepage .node-temoignages .wrapper-temoignage .infos-loc img {
    display: none;
  }
}
@media (max-width: 767px) {
  .node-homepage .node-temoignages .wrapper-temoignage .infos-loc .h270 {
    height: auto;
  }
}
@media (max-width: 767px) {
  .node-homepage .node-temoignages .wrapper-temoignage .related-product {
    display: none;
  }
}
.node-homepage #promotions {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .node-homepage #promotions {
    margin-top: 60px;
  }
}
.node-homepage #promotions .controls a.arrowprev,
.node-homepage #promotions .controls a.arrownext,
.node-homepage #promotions .controls a.promoprev,
.node-homepage #promotions .controls a.promonext,
.node-homepage #promotions .controls a.testiprev,
.node-homepage #promotions .controls a.testnext {
  top: 42%;
}
.node-homepage #news {
  padding: 60px 0;
}
.node-homepage #news h2 {
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .node-homepage #news h2 {
    padding-bottom: 20px;
  }
}
/*====== listing produits =======*/
.profilage {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .profilage {
    margin-bottom: 0px;
  }
  .profilage .h470 {
    height: 280px;
  }
  .profilage .h400 {
    height: auto;
    padding-bottom: 20px;
  }
}
.profilage.hasvideo .header-content {
  background-size: cover !important;
}
.profilage.hasvideo .header-content p {
  padding: 0 15px;
}
@media (max-width: 767px) {
  .profilage.hasvideo .h470 {
    height: auto;
  }
}
#term-parent h2 {
  padding-bottom: 15px;
}
#term-parent .wrapper-content {
  height: 240px;
  padding: 0 200px;
}
@media (max-width: 768px) {
  #term-parent .wrapper-content {
    height: auto;
    padding: 30px 20px;
  }
}
#term-parent.mt30 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  #term-parent.mt30 {
    margin-top: 40px;
  }
}
.listing-products {
  padding-top: 20px;
}
.listing-products .product a {
  height: 450px;
  padding: 20px 10px 35px;
}
@media (min-width: 991px) {
  .listing-products .product a:hover {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .listing-products .product a {
    height: 400px;
    padding: 20px 10px 0px;
    text-align: center;
  }
}
@media (max-width: 480px) {
  .listing-products .product a {
    height: 410px;
  }
  .listing-products .product a .fs13 p {
    line-height: 14px;
  }
}
.listing-products .product .wrapper-price {
  bottom: 25px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .listing-products .product .wrapper-price {
    bottom: 60px;
  }
}
@media (max-width: 480px) {
  .listing-products .product .wrapper-price {
    bottom: 35px;
  }
}
@media (max-width: 480px) {
  .listing-products-ocaz-tpl .profilage {
    display: none;
  }
}
.listing-products-ocaz-tpl .listing-products a#reset {
  height: auto;
}
.listing-products-ocaz-tpl .listing-products a {
  height: 320px;
  padding: 0;
}
@media (max-width: 991px) {
  .listing-products-ocaz-tpl .listing-products a {
    display: block !important;
    height: 540px;
    padding: 30px 0;
  }
}
@media (max-width: 768px) {
  .listing-products-ocaz-tpl .listing-products a {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .listing-products-ocaz-tpl .listing-products a {
    height: auto;
  }
}
.listing-products-ocaz-tpl .listing-products a .content .field-name-field-prix {
  padding: 15px 0;
}
@media (max-width: 992px) {
  .listing-products-ocaz-tpl .listing-products a .content .field-name-field-prix {
    padding: 5px 0 18px;
  }
}
@media (max-width: 992px) {
  .listing-products-ocaz-tpl .listing-products a .content {
    padding: 15px 20px 0;
  }
  .listing-products-ocaz-tpl .listing-products a .content h3 {
    padding-left: 0;
  }
}
.listing-products-ocaz-tpl .listing-products .product {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
@media (min-width: 767px) {
  .listing-products-ocaz-tpl .listing-products .product:nth-of-type(2n+2) {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .listing-products-ocaz-tpl .listing-products .product {
    border-right: none;
  }
}
/*====== fiche produit =======*/
@media (max-width: 767px) {
  .node-type-produits .img-full {
    background: none !important;
  }
}
@media (max-width: 767px) {
  .node-type-produits .bg-opacity {
    background-color: none;
  }
  .node-type-produits .bg-opacity h1 {
    color: #000000;
  }
}
.node-type-produits #footer {
  padding: 80px 0;
}
.node-produits .header-content {
  margin-top: 160px;
  padding: 30px 40px;
}
@media (max-width: 767px) {
  .node-produits .header-content {
    margin-top: 15px;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .node-produits .header-content h1#page-title {
    padding-top: 0px;
  }
  .node-produits .header-content .links-media {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .node-produits #product-infos .image-promo {
    width: 100px;
  }
}
.node-produits #product-infos .wrapper-price {
  padding: 20px 0 0 0;
}
@media (max-width: 991px) {
  .node-produits .wrapper-image img {
    max-width: inherit;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .node-produits .link_more_products {
    display: grid;
  }
}
@media (min-width: 768px) {
  .node-produits .link_more_products {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #performance .item-perf {
    padding: 0;
  }
}
@media (max-width: 991px) {
  #performance .item-perf .wrapper-content {
    padding: 20px 30px;
  }
}
@media (max-width: 991px) {
  #performance .item-perf .maxw.vcenter {
    display: block;
  }
}
@media (min-width: 991px) and (max-width: 1169px) {
  #performance .list-items {
    margin: 0 -15px;
  }
}
@media (min-width: 991px) and (max-width: 1169px) {
  #performance .item-perf.col-centered {
    margin-right: 0;
  }
}
#performance .item-perf.col-centered:nth-of-type(1n+2) .field-name-body {
  padding-right: 20px;
}
@media (min-width: 991px) and (max-width: 1169px) {
  #performance .perfmaxw {
    padding: 0 15px;
  }
}
@media (min-width: 1170px) {
  #performance .perfmaxw {
    margin-left: 19px;
    margin-right: 15px;
  }
  #performance .perfmaxw .maxw:nth-of-type(1) {
    padding-right: 0;
  }
  #performance .perfmaxw .maxw:nth-of-type(2) {
    padding-left: 0;
  }
}
#performance .perfmaxw .maxw .field-name-body {
  padding: 20px;
}
#performance .bg-brown {
  height: 270px;
}
#confort .wrapper-content {
  height: 230px;
  padding: 20px 40px 0;
}
@media (max-width: 991px) {
  #confort .wrapper-content {
    height: inherit;
    padding: 2px 30px;
  }
}
@media (max-width: 767px) {
  #confort .wrapper-content {
    padding: 20px 30px;
  }
}
#confort .bg-brown {
  height: 170px;
}
#confort .noimg {
  height: 395px;
  background: #fff;
}
@media (max-width: 991px) {
  #confort .noimg {
    height: inherit;
    padding: 0 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #confort .noimg {
    margin: 20px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #confort .item-conf {
    vertical-align: top;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #confort .item-conf .block-content {
    height: 450px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #confort .item-conf .block-content .wrapper-image {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  #robustesse .wrapper-content {
    min-height: 160px;
    padding: 20px 30px;
  }
}
@media (min-width: 1170px) {
  #robustesse .item-rob .col-sm-6 {
    width: 485px;
  }
}
@media (max-width: 991px) {
  #robustesse .slideshow .vcenter {
    display: block;
  }
}
@media (max-width: 767px) {
  #robustesse #per-slide-template span {
    display: block;
  }
}

#polyvalence .item-poly {
  padding: 0;
}
@media (min-width: 992px) {
  #polyvalence .item-poly {
    height: 275px;
  }
}
@media (max-width: 991px) {
  #polyvalence .item-poly {
    padding-bottom: 30px;
  }
}
#polyvalence .item-poly .col-md-6,
#polyvalence .item-poly .col-sm-6 {
  padding-left: 0;
  padding-right: 0;
}
#polyvalence .item-poly .col-sm-6.paddingh20 {
  padding: 0 20px;
  background: #fff none repeat scroll 0 0;
}
@media (max-width: 991px) {
  #polyvalence .item-poly .col-sm-6.paddingh20 {
    padding: 20px 40px;
  }
}
#polyvalence .item-poly .block-content {
  margin-bottom: 0;
  background: #fff none repeat scroll 0 0;
}
@media (max-width: 991px) {
  #polyvalence .item-poly .block-content {
    margin-bottom: 20px;
  }
}
#polyvalence .bg-brown {
  height: 280px;
}

@media (min-width: 768px) {
  #documents {
    min-height: 200px;
    background: url("../images/img-noise-160x160.png") 0 0, rgba(0, 0, 0, 0.03);
  }
}
#documents .line-doc {
  margin-bottom: 25px;
  display: inline-block;
  padding: 0 20px;
}
@media (max-width: 991px) {
  #documents .line-doc {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #documents .line-doc {
    width: 100%;
    margin-bottom: 0px;
  }
}
#documents .file {
  margin: 0px;
  padding: 10px 30px;
}
#documents .file i,
#documents .file span {
  display: table-cell;
  padding: 0 5px 0 0;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
}
@media (max-width: 991px) {
  #documents .file {
    padding: 10px 20px;
    margin-bottom: 20px;
  }
}
.sticky {
  top: 40px;
}
@media (max-width: 991px) {
  .sticky {
    top: 0px;
  }
}
.sticky-anchors a {
  margin-right: 40px;
}
@media (max-width: 1169px) {
  .sticky-anchors a {
    margin-right: 20px;
  }
}
.sticky-anchors.sticky {
  top: 80px;
}
@media (min-width: 1170px) {
  .block-intro {
    padding: 0 100px 23px;
  }
}
@media (max-width: 1169px) {
  .block-intro {
    padding: 0 40px 23px;
  }
}
@media (max-width: 991px) {
  .block-intro {
    padding: 20px;
  }
}
/*====== Page actualité =======*/
#page-actualite .bg-actu {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  #page-actualite .bg-actu {
    height: 100%;
    padding-bottom: 30px;
  }
}
#page-actualite .bg-actu h1 {
  font-size: 32px;
  line-height: 40px;
}
@media (max-width: 991px) {
  #page-actualite .bg-actu h1 {
    font-size: 24px;
    line-height: 30px;
  }
}
#page-actualite .bg-actu span.date {
  margin-top: 15px;
}
@media (max-width: 767px) {
  #page-actualite .bg-actu span.date {
    margin-top: 35px;
  }
}
#page-actualite .bg-actu .btn-nav {
  padding: 0;
}
@media (max-width: 767px) {
  #page-actualite .bg-actu .btn-nav {
    margin-top: 30px;
  }
  #page-actualite .bg-actu .btn-nav a {
    border: none;
  }
}
#page-actualite .bg-actu .sharethis-wrapper {
  position: absolute;
  top: 10px;
  right: 0px;
  z-index: 999;
}
@media (max-width: 991px) {
  #page-actualite .bg-actu .sharethis-wrapper {
    right: 15px;
  }
}
@media (max-width: 767px) {
  #page-actualite .bg-actu .sharethis-wrapper {
    top: 18px;
    right: 20px;
  }
}
#page-actualite .accroche p {
  font-size: 21px;
}
@media (max-width: 991px) {
  #page-actualite .accroche p {
    font-size: 18px;
  }
}
#page-actualite .bloc-html img.col-sm-6,
#page-actualite .bloc-html img.col-md-4 {
  margin-bottom: 20px;
}
#page-actualite .bloc-html img.col-sm-6:last-child,
#page-actualite .bloc-html img.col-md-4:last-child {
  margin-bottom: 0px;
}
#page-actualite .sidebar-accordion {
  display: none !important;
}
#page-actualite .image-actu {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #page-actualite .image-actu {
    margin-bottom: 0px;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
#page-actualite .image-actu .wrapper-content .wrapper-pastille {
  width: 350px;
  height: 350px;
  border-radius: 175px;
}
@media (max-width: 991px) {
  #page-actualite .image-actu .wrapper-content .wrapper-pastille {
    width: 280px;
    height: 280px;
    border-radius: 140px;
  }
}
#page-actualite .image-actu .wrapper-content .pastille span {
  font-size: 60px;
  line-height: 75px;
}
@media (max-width: 991px) {
  #page-actualite .image-actu .wrapper-content .pastille span {
    font-size: 40px;
    line-height: 56px;
  }
}
#page-actualite .image-actu .wrapper-content .pastille p {
  font-size: 34px;
  line-height: 50px;
}
@media (max-width: 991px) {
  #page-actualite .image-actu .wrapper-content .pastille p {
    font-size: 28px;
    line-height: 40px;
  }
}
/*====== Listing actualités =======*/
#page-actu .bg-actu {
  height: 400px;
  background: url("../images/bg-inno.png"), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #a4c934 0%, #7ca930 100%);
  padding-top: 30px;
}
@media (max-width: 1169px) {
  #page-actu .bg-actu {
    height: 160px;
  }
}
@media (max-width: 480px) {
  #page-actu .bg-actu {
    height: 60px;
    background: none;
    padding-top: 0;
  }
  #page-actu .bg-actu h1.white {
    color: black;
  }
}
.listing-actus .item-sticky {
  margin-top: -300px;
}
@media (max-width: 1169px) {
  .listing-actus .item-sticky {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .listing-actus .item-sticky {
    margin-top: 0;
  }
}
.listing-actus .item-sticky.col-sm-6.col-md-8 .wrapper-content {
  padding-top: 26%;
}
.listing-actus .item-sticky .wrapper-content {
  padding-top: 19%;
  height: 470px;
}
@media (max-width: 767px) {
  .listing-actus .item-sticky .wrapper-content {
    height: 270px;
  }
}
.listing-actus .item-sticky .wrapper-content h2 {
  width: 80%;
}
@media (max-width: 991px) {
  .listing-actus .item-sticky .wrapper-content h2 {
    width: 100%;
  }
}
.listing-actus .block-promo {
  display: table;
  margin-top: -300px;
}
@media (max-width: 1169px) {
  .listing-actus .block-promo {
    margin-top: -60px;
  }
}
@media (max-width: 767px) {
  .listing-actus .block-promo {
    margin-top: 0;
  }
  .listing-actus .block-promo .vcenter {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
.listing-actus .block-promo .wrapper-content {
  height: 470px;
}
@media (max-width: 767px) {
  .listing-actus .block-promo .wrapper-content {
    height: 270px;
  }
}
.listing-actus .grid .grid-item {
  padding: 15px;
}
@media (min-width: 480px) and (max-width: 767px) {
  .listing-actus .grid .grid-item {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .listing-actus .grid .grid-item {
    float: none;
    width: 100%;
    margin: auto;
  }
}
/*====== page listing temoignages =======*/
@media (max-width: 767px) {
  #page-temoignages .bg-temoignages #wrapperc {
    padding: 15px 0 30px;
  }
  #page-temoignages .bg-temoignages h1.white {
    color: black;
  }
}
#page-temoignages .bg-temoignages .container {
  position: relative;
}
#page-temoignages .header-content p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
}
@media (max-width: 767px) {
  #page-temoignages .h400 {
    height: 100%;
  }
}
#page-temoignages .listing-temoignages .grid-item {
  margin-bottom: 30px;
}
#page-temoignages .node-temoignages .wrapper-temoignage {
  border: 0;
  height: auto;
}
#page-temoignages .node-temoignages .wrapper-temoignage .infos-loc {
  float: none;
  height: 100%;
  width: 100%;
  padding: 8px;
}
#page-temoignages .node-temoignages .wrapper-temoignage .infos-loc img {
  width: 40%;
  margin: 10px auto;
}
#page-temoignages .node-temoignages .wrapper-temoignage .wrapper-image {
  float: none;
  width: 100%;
}
#page-temoignages .node-temoignages .wrapper-temoignage .wrapper-image img {
  width: 100%;
}
#page-temoignages .node-temoignages .wrapper-temoignage .wrapper-content {
  float: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
/*====== fiche temoignage =======*/
.node-temoignages .wrapper-temoignage {
  height: 271px;
}
@media (max-width: 991px) {
  .node-temoignages .wrapper-temoignage {
    height: auto;
  }
}
.node-temoignages .wrapper-temoignage .col-md-5,
.node-temoignages .wrapper-temoignage .col-md-7 {
  height: 270px;
}
@media (max-width: 991px) {
  .node-temoignages .wrapper-temoignage .col-md-5,
  .node-temoignages .wrapper-temoignage .col-md-7 {
    height: auto;
  }
}
.node-temoignages .wrapper-temoignage .infos-loc img {
  width: 40%;
  margin-top: 15px;
}
@media (max-width: 991px) {
  .node-temoignages .wrapper-temoignage .infos-loc {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .node-temoignages .wrapper-temoignage .infos-loc {
    float: right;
    height: 100%;
    width: 100%;
  }
}
.node-temoignages .wrapper-temoignage .infos-loc .vcenter {
  width: 250px;
}
@media (max-width: 991px) {
  .node-temoignages .wrapper-temoignage .infos-loc .vcenter {
    width: 300px;
    height: 150px;
  }
}
@media (max-width: 767px) {
  .node-temoignages .wrapper-temoignage .infos-loc .vcenter {
    width: 100%;
  }
}
.node-temoignages .wrapper-temoignage .wrapper-image {
  float: right;
  width: 300px;
}
@media (max-width: 991px) {
  .node-temoignages .wrapper-temoignage .wrapper-image {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .node-temoignages .wrapper-temoignage .wrapper-image {
    float: none;
  }
}

.node-temoignages .wrapper-temoignage .wrapper-image .overlay .table {
  display: table;
  height: 100%;
  width: 100%;
}
.node-temoignages .wrapper-temoignage .wrapper-image .overlay .vcenter {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

.node-temoignages .wrapper-temoignage .wrapper-content {
  float: right;
  padding: 15px 40px;
}
@media (max-width: 991px) {
  .node-temoignages .wrapper-temoignage .wrapper-content {
    float: left;
    padding: 20px;
  }
}
@media (max-width: 768px) {
  .node-temoignages .wrapper-temoignage .wrapper-content {
    float: none;
  }
}
@media (max-width: 767px) {
  .node-temoignages .wrapper-temoignage .wrapper-content {
    float: left;
  }
}
/*====== node webform =======*/
.node-webform .bg-contact {
  background-image: url("../images/bg-contact.jpg");
}
@media (max-width: 767px) {
  .node-webform .bg-contact {
    background-position: 65% top;
    background-repeat: no-repeat;
  }
}
.node-webform .bg-contact h1 {
  margin-top: -30px;
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .node-webform .bg-contact h1 {
    margin-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .node-webform .bg-contact .h400 {
    height: auto;
  }
}
.node-webform .card-map {
  margin-top: -60px;
  height: 340px;
}
@media (max-width: 768px) {
  .node-webform .card-map {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .node-webform .card-map {
    height: auto;
    padding-bottom: 30px;
    margin-top: 30px;
  }
}
.node-webform .card-map .col-sm-7 {
  height: 340px;
}
@media (max-width: 768px) {
  .node-webform .card-map .col-sm-7 {
    height: 310px;
  }
}
@media (max-width: 767px) {
  .node-webform .card-map .col-sm-7 {
    background-position: center;
  }
}
.node-webform .card-map .col-sm-5 p,
.node-webform .card-map .col-sm-5 span {
  font-size: 24px;
}
@media (max-width: 768px) {
  .node-webform .card-map .col-sm-5 p,
  .node-webform .card-map .col-sm-5 span {
    font-size: 18px;
  }
}
.node-webform .card-map .col-sm-5 .adresse {
  line-height: 30px;
}
@media (max-width: 768px) {
  .node-webform .card-map .col-sm-5 .adresse {
    line-height: 27px;
  }
}
/*====== taxonomie =======*/
#blocks-promo {
  padding: 40px 0 40px;
}
@media (max-width: 767px) {
  #blocks-promo {
    padding: 15px 0 40px;
  }
}
#blocks-promo .wrapper-blocs {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  #blocks-promo .wrapper-blocs {
    padding: 0 45px;
    margin-bottom: 80px;
  }
  #blocks-promo .wrapper-blocs .col-sm-6 {
    padding: 0;
  }
  #blocks-promo .wrapper-blocs .col-sm-6:nth-child(2) {
    right: 20px;
    top: 40px;
    z-index: 10;
  }
}
@media (max-width: 767px) {
  #blocks-promo .wrapper-blocs {
    padding: 0 15px;
    margin-bottom: 15px;
  }
  #blocks-promo .wrapper-blocs .col-xs-12 {
    padding: 0;
  }
  #blocks-promo .wrapper-blocs .col-xs-12:first-child {
    margin-bottom: 15px;
  }
}
#blocks-promo .wrapper-blocs .col-sm-6:nth-child(2) p {
  font-size: 32px;
  line-height: 34px;
  font-weight: 400;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
@media (max-width: 991px) {
  #blocks-promo .wrapper-blocs .col-sm-6:nth-child(2) p {
    font-size: 18px;
    line-height: 24px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
  }
}
@media (max-width: 480px) {
  #blocks-promo .wrapper-blocs .col-sm-6:nth-child(2) p {
    font-size: 16px;
  }
}
#blocks-promo .one {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #blocks-promo .one {
    margin-bottom: 0px;
  }
}
#blocks-promo .one .col-xs-12 {
  padding: 0px;
}
#blocks-promo .pastille {
  border-radius: 130px;
  height: 260px;
  width: 260px;
}
@media (max-width: 991px) {
  #blocks-promo .pastille {
    border-radius: 100%;
    min-height: 220px;
    min-width: 220px;
  }
}
@media (max-width: 480px) {
  #blocks-promo .pastille {
    max-height: 220px;
    max-width: 220px;
  }
}
@media (max-width: 767px) {
  #blocks-promo .pastille .vcenter {
    display: table-cell;
    float: none;
    vertical-align: middle;
  }
}
#blocks-promo .pastille p {
  font-size: 32px;
  line-height: 42px;
}
@media (max-width: 991px) {
  #blocks-promo .pastille p {
    font-size: 32px;
    line-height: 40px;
  }
}
#blocks-promo .wrapper-content {
  padding: 20px 30px;
}
/*====== node sommaire =======*/
.node-landing-page .primary-content,
.node-sommaire .primary-content {
  background: linear-gradient(to bottom, #fff 0%, #f5f5f5 100%);
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .node-landing-page .header-content,
  .node-sommaire .header-content {
    padding: 15px 0;
  }
}
.node-landing-page .list-articles a,
.node-sommaire .list-articles a {
  padding-top: 25%;
}
@media (max-width: 991px) {
  .node-landing-page .list-articles a,
  .node-sommaire .list-articles a {
    padding-top: 35%;
  }
}
@media (max-width: 767px) {
  .node-landing-page .list-articles a,
  .node-sommaire .list-articles a {
    padding-top: 15%;
  }
}
/*====== node medias =======*/
@media (max-width: 767px) {
  .node-medias .img-full {
    background-size: cover;
  }
}
.node-medias h2 {
  padding: 60px 0 30px;
}
.node-medias .wrapper-docs {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .node-medias .wrapper-docs {
    margin-top: 60px;
  }
}
.node-medias #documents {
  margin-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .node-medias #documents {
    padding-bottom: 40px;
  }
}
.node-medias #documents h2 {
  padding: 120px 0 40px;
}
.node-medias #videos {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .node-medias #videos {
    padding-bottom: 40px;
  }
}
.node-medias #videos h2 {
  padding: 80px 0 40px;
}
@media (max-width: 767px) {
  .node-medias #videos h2 {
    padding: 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .node-medias .h400 {
    height: 100%;
  }
}
/*====== produits d'occasion / accessoires / pieces detachees =======*/
.node-produits-ocaz .header-content,
.node-produit-accessoire .header-content,
.node-piece-detachee .header-content {
  height: 100px;
}
.node-produits-ocaz .header-content span.upcase,
.node-produit-accessoire .header-content span.upcase,
.node-piece-detachee .header-content span.upcase {
  display: block;
  padding-top: 40px;
  font-size: 30px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .node-produits-ocaz .header-content span.upcase,
  .node-produit-accessoire .header-content span.upcase,
  .node-piece-detachee .header-content span.upcase {
    padding-top: 20px;
    line-height: 32px;
  }
}
.node-produits-ocaz .col-xs-12:nth-of-type(1),
.node-produit-accessoire .col-xs-12:nth-of-type(1),
.node-piece-detachee .col-xs-12:nth-of-type(1) {
  padding-bottom: 30px;
}
.node-produits-ocaz .wrapper-specs,
.node-produit-accessoire .wrapper-specs,
.node-piece-detachee .wrapper-specs {
  min-height: 600px;
}
/*====== node produits d'occasion =======*/
.node-produits-ocaz .wrapper-form {
  background: #fff;
  margin-top: 120px;
  padding: 20px 10px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .node-produits-ocaz .wrapper-form {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .node-produits-ocaz .wrapper-form .form-actions {
    position: absolute;
    right: 60px;
    bottom: -50px;
  }
}
@media (max-width: 767px) {
  .node-produits-ocaz .wrapper-form .form-actions {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .node-produits-ocaz .wrapper-form .form-actions input {
    width: 100%;
    padding: 20px 0px;
  }
}
.node-produits-ocaz .wrapper-price,
.node-produits-ocaz .list-links {
  margin-top: 20px;
}
@media (max-width: 768px) {
  .node-produits-ocaz .listing-products .product {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
/*====== node produits accessoires & pieces detachees =======*/
@media (max-width: 991px) {
  .node-produit-accessoire .listing-products,
  .node-piece-detachee .listing-products {
    overflow: hidden;
  }
}
.node-produit-accessoire .listing-products .product,
.node-piece-detachee .listing-products .product {
  vertical-align: top;
}
@media (min-width: 991px) {
  .node-produit-accessoire .listing-products .product,
  .node-piece-detachee .listing-products .product {
    float: none;
    display: inline-block;
    padding: 0;
    position: relative;
  }
  .node-produit-accessoire .listing-products .product:nth-of-type(4n+4),
  .node-piece-detachee .listing-products .product:nth-of-type(4n+4) {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
  }
}
@media (max-width: 991px) {
  .node-produit-accessoire .listing-products .product,
  .node-piece-detachee .listing-products .product {
    float: none;
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .node-produit-accessoire .listing-products .product,
  .node-piece-detachee .listing-products .product {
    margin-top: 0;
  }
}
.node-produit-accessoire .listing-products .product a,
.node-piece-detachee .listing-products .product a {
  padding: 20px 10px 35px;
}
@media (max-width: 767px) {
  .node-produit-accessoire .listing-products .product a,
  .node-piece-detachee .listing-products .product a {
    padding: 15px 10px 50px;
  }
}
.node-produit-accessoire .listing-products .product h3,
.node-piece-detachee .listing-products .product h3 {
  white-space: normal;
}
.node-produit-accessoire .listing-products .product .wrapper-price,
.node-piece-detachee .listing-products .product .wrapper-price {
  bottom: 75px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .node-produit-accessoire .listing-products .product .wrapper-price,
  .node-piece-detachee .listing-products .product .wrapper-price {
    bottom: 25px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .node-produit-accessoire .listing-products .product .wrapper-price,
  .node-piece-detachee .listing-products .product .wrapper-price {
    bottom: 25px;
    position: initial;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .node-produit-accessoire .listing-products .product .wrapper-price,
  .node-piece-detachee .listing-products .product .wrapper-price {
    bottom: 20px;
    position: initial;
    text-align: left;
  }
}
/*====== page offres d'emploi =======*/
@media (max-width: 767px) {
  #page-offre-emploi .bg-offre-emploi {
    height: 400px;
  }
}
#page-offre-emploi .bg-offre-emploi p {
  width: 70%;
}
@media (max-width: 767px) {
  #page-offre-emploi .bg-offre-emploi p {
    width: 100%;
  }
}
#page-offre-emploi .listing-offres {
  padding: 26px 0;
}
#page-offre-emploi .panel {
  padding: 26px 0;
}
#page-offre-emploi .panel-collapse {
  padding: 0 80px;
}
@media (max-width: 767px) {
  #page-offre-emploi .panel-collapse {
    padding: 0 10px;
  }
}
#page-offre-emploi .panel-heading a {
  padding: 10px 0 10px 95px;
  background-position: 40px 12px;
  position: relative;
}
@media (max-width: 767px) {
  #page-offre-emploi .panel-heading a {
    padding: 10px 0 10px 50px;
    background-position: 20px 12px;
  }
}
#page-offre-emploi .panel-heading a label {
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
  color: #757575;
}
@media (min-width: 1170px) {
  #page-offre-emploi .panel-heading a label {
    position: absolute;
    right: 80px;
    top: 12px;
  }
}
#page-offre-emploi .wrapper-offres {
  padding-top: 69px;
}
@media (max-width: 767px) {
  #page-offre-emploi .wrapper-offres {
    padding-top: 0px;
  }
}
#page-offre-emploi #prefooter-offres {
  padding: 60px 0 80px;
}
@media (max-width: 767px) {
  #page-offre-emploi #prefooter-offres .paddingh20 {
    padding: 30px;
  }
}
/*====== style pour role admin BO =======*/
/*====== FOOTER ======*/
#footer {
  padding: 180px 0 80px;
}
@media (min-width: 991px) {
  #footer .col-left {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  #footer .col-left {
    text-align: left;
    margin-bottom: 30px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  #footer .col-left {
    width: 100%;
  }
}
#footer span.share {
  padding-left: 40px;
}
@media (max-width: 991px) {
  #footer span.share {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  #footer #footer_first {
    margin-bottom: 15px;
  }
  #footer #footer_first p {
    float: left;
    margin-right: 20px;
  }
}
#footer #footer_second {
  position: relative;
}
@media (max-width: 991px) {
  #footer #footer_second {
    margin-top: 20px;
  }
}
#footer .arrowtop {
  top: -112px;
}
#footer .block-rs {
  margin-bottom: 40px;
  padding-bottom: 30px;
}
@media (max-width: 991px) {
  #footer .block-rs {
    padding-bottom: 10px;
    margin-bottom: 25px;
  }
}
#footer .block-rs .page-contact {
  float: right;
}
@media (max-width: 991px) {
  #footer .block-rs .page-contact {
    float: left;
  }
}
#footer .block-rs .page-nl {
  padding: 0 40px;
}
@media (max-width: 991px) {
  #footer .block-rs .page-nl {
    padding: 0;
  }
}
#footer #block-menu-menu-menu-footer {
  position: absolute;
  right: 40px;
  top: 12px;
}
@media (min-width: 991px) and (max-width: 1169px) {
  #footer #block-menu-menu-menu-footer {
    top: inherit;
    right: 35px;
    bottom: 20px;
  }
}
@media (max-width: 991px) {
  #footer #block-menu-menu-menu-footer {
    left: 51%;
    bottom: -20px;
    top: inherit;
  }
  #footer #block-menu-menu-menu-footer a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer #block-menu-menu-menu-footer {
    left: 5px;
  }
}
#footer #block-menu-menu-menu-footer li {
  display: inline;
  padding: 0 10px;
}
#footer .menu-block-2 ul ul {
  padding-left: 3px;
}
#footer .menu-block-2 > ul.menu > li.first {
  padding-left: 0;
}
#footer .menu-block-2 > ul.menu > li.last {
  padding-right: 0;
  float: none;
}
#footer .menu-block-2 > ul.menu > li:nth-of-type(2n+2) {
  padding-left: 15px;
}
@media (max-width: 480px) {
  #footer .menu-block-2 > ul.menu > li:nth-of-type(2n+2) {
    padding-left: 0;
  }
}
#footer .menu-block-2 li {
  line-height: 14px;
}
@media (max-width: 991px) {
  #footer .menu-block-2 li {
    line-height: 20px;
  }
}
#footer .menu-block-2 a {
  font-size: 11px;
}
@media (max-width: 991px) {
  #footer .menu-block-2 a {
    font-size: 14px;
  }
}
#footer .menu-block-2 ul ul a {
  font-size: 10px;
}
@media (max-width: 991px) {
  #footer .menu-block-2 ul ul a {
    font-size: 14px;
  }
}
#footer .menu-block-2 > ul > li {
  float: left;
  padding: 15px;
}
@media (max-width: 991px) {
  #footer .menu-block-2 > ul > li {
    width: 50%;
    padding: 0;
    height: 170px;
  }
}
@media (max-width: 480px) {
  #footer .menu-block-2 > ul > li {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
/*====== Node configurateur ======*/
.node-configurateur .header {
  height: 8vh;
  line-height: 8vh;
}
@media (max-width: 767px) {
  .node-configurateur .header {
    height: auto;
    padding: 15px 0;
    line-height: 0;
  }
  .node-configurateur .header #site-name {
    width: 100%;
    margin-bottom: 15px;
  }
}
.node-configurateur .header h1 {
  line-height: 8vh;
}
.node-configurateur .header span.titre {
  margin-right: 20px;
}
@media (max-width: 480px) {
  .node-configurateur .header span.titre {
    margin-right: 10px;
  }
}
.node-configurateur .header h1,
.node-configurateur .header span.titre {
  font-size: 32px;
}
@media (max-width: 991px) {
  .node-configurateur .header h1,
  .node-configurateur .header span.titre {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .node-configurateur .header h1,
  .node-configurateur .header span.titre {
    line-height: 20px;
  }
}
@media (max-width: 480px) {
  .node-configurateur .header h1,
  .node-configurateur .header span.titre {
    font-size: 16px;
  }
}
.node-configurateur .header #close {
  padding-right: 20px;
  line-height: 8vh;
}
@media (max-width: 991px) {
  .node-configurateur .header #close {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .node-configurateur .header #close {
    position: absolute;
    right: 15px;
    top: 18px;
    line-height: 0;
  }
}
.node-configurateur #filtre {
  height: 10vh;
}
.node-configurateur #filtre #open-filters {
  display: none;
}
@media (max-width: 1169px) {
  .node-configurateur #filtre {
    height: 12vh;
  }
  .node-configurateur #filtre #open-filters {
    display: block;
    top: 2vh;
    padding-left: 0;
  }
  .node-configurateur #filtre #open-filters span {
    display: block;
    float: none;
    height: 8vh;
    padding: 14px;
  }
}
@media (max-width: 767px) {
  .node-configurateur #filtre {
    height: auto;
    padding: 15px;
  }
  .node-configurateur #filtre #open-filters {
    top: 0;
    margin-bottom: 20px;
  }
  .node-configurateur #filtre #open-filters span {
    height: 40px;
    padding: 9px;
  }
}
.node-configurateur #filtre #reset-form {
  display: none;
}
@media (max-width: 1169px) {
  .node-configurateur #filtre #reset-form {
    position: relative;
    float: left;
    top: 2vh;
  }
  .node-configurateur #filtre #reset-form span {
    width: 100%;
    height: 8vh;
    line-height: 8vh;
    padding: 0 20px;
  }
  .node-configurateur #filtre #reset-form span i {
    vertical-align: middle;
  }
}
@media (min-width: 767px) {
  .node-configurateur #filtre #reset-form {
    width: auto;
  }
}
@media (max-width: 767px) {
  .node-configurateur #filtre #reset-form {
    top: 0;
  }
  .node-configurateur #filtre #reset-form span {
    height: 40px;
    padding: 6px;
    line-height: 0;
  }
}
.node-configurateur #filtre #price {
  float: left;
  padding-left: 12px;
}
@media (min-width: 1170px) {
  .node-configurateur #filtre #price {
    height: 10vh;
  }
  .node-configurateur #filtre #price .vcenter {
    height: 10vh;
  }
}
@media (max-width: 1169px) {
  .node-configurateur #filtre #price {
    position: relative;
    top: 2vh;
    float: right;
    padding-right: 20px;
  }
  .node-configurateur #filtre #price span:last-child {
    display: block;
    margin-top: 8px;
  }
}
@media (max-width: 767px) {
  .node-configurateur #filtre #price {
    top: 0;
    padding: 0;
    width: 70%;
  }
  .node-configurateur #filtre #price span:last-child {
    margin-top: 0px;
  }
}
.node-configurateur #filtre #devis {
  float: right;
}
.node-configurateur #filtre #devis input {
  padding: 0 16px;
  margin-top: 1vh;
  height: 8vh;
}
@media (max-width: 1169px) {
  .node-configurateur #filtre #devis input {
    margin-top: 0;
    text-align: center;
  }
}
@media (min-width: 767px) and (max-width: 1169px) {
  .node-configurateur #filtre #devis {
    position: relative;
    top: 2vh;
  }
}
@media (max-width: 767px) {
  .node-configurateur #filtre #devis {
    width: 30%;
  }
  .node-configurateur #filtre #devis input {
    height: 40px;
  }
}
.node-configurateur #filtre .wrapper-filter {
  padding: 0px 40px 0 10px;
}
@media (max-width: 767px) {
  .node-configurateur #filtre .wrapper-filter {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 1169px) {
  .node-configurateur #filtre .wrapper-filter:after {
    display: none;
  }
}
@media (max-width: 1169px) {
  .node-configurateur #filtre .wrapper-filter span.name {
    display: none;
  }
}
@media (width: 1170px) {
  .node-configurateur #filtre #hv_menu_carcasse {
    padding-left: 0;
  }
}
@media (min-width: 1170px) {
  .node-configurateur #filtre .wrapper-filter {
    height: 10vh;
  }
}
@media (min-width: 1170px) {
  .node-configurateur #filtre .wrapper-filter div.vcenter {
    height: 10vh;
  }
}
@media (min-width: 1170px) {
  .node-configurateur #filtre .wrapper-filter ul.filter {
    top: 10vh;
  }
}
.node-configurateur #configurateur {
  height: 82vh;
}
@media (max-width: 1169px) {
  .node-configurateur #configurateur {
    height: 80vh;
  }
}
@media (max-width: 767px) {
  .node-configurateur #configurateur {
    height: 65vh;
  }
}
.page-user-edit form .description,
.page-user-edit form .field-name-field-subscribe-newsletter {
  margin-bottom: 25px;
}
/*================================
    Navigation CSS
================================*/
.nav-wrapper .block-custom-search-blocks {
  display: none;
}
@media only screen and (min-width: 992px) {
  .region-header {
    background: #000000;
  }
  .region-header a,
  .region-header a.active {
    display: inline-block;
    line-height: 40px;
    white-space: nowrap;
    color: #7ca930;
    font-size: 14px;
    text-transform: uppercase;
  }
  .region-header a:hover,
  .region-header a.active:hover {
    text-decoration: underline;
    color: #7ca930;
  }
  .region-header .menu-name-menu-menu-header > ul.menu > li {
    display: inline-block;
    height: 40px;
    padding-left: 5px;
    margin-left: 25px;
  }
  .region-header .menu-name-menu-menu-header > ul.menu > li:hover > a,
  .region-header .menu-name-menu-menu-header > ul.menu > li > a:hover {
    color: white;
    text-decoration: none;
  }
  .region-header .menu-name-menu-menu-header > ul.menu > li.active-trail {
    border-bottom: 5px solid #7ca930;
  }
  .region-header #block-locale-language li {
    display: inline-block;
  }
  .region-header #block-locale-language li:after {
    content: '•';
    color: #7ca930;
    margin-left: 3px;
  }
  .region-header #block-locale-language li.last:after {
    content: '';
  }
  .nav-wrapper {
    position: fixed;
    width: 100%;
    left: 0;
    top: 40px;
    background: #fff;
    z-index: 99;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    /*
        .container {
            position: relative;
        }
        */
  }
  .page-user .nav-wrapper {
    position: static;
  }
  .nav-wrapper .contextual-links-region {
    position: static;
  }
  .nav-wrapper .contextual-links-region div.contextual-links-wrapper {
    display: none;
  }
  .nav-wrapper .menu,
  .nav-wrapper #site-name {
    float: left;
  }
  .nav-wrapper #site-name {
    line-height: 74px;
    padding-right: 0;
  }
  .nav-wrapper .block-custom-search-blocks {
    display: block;
    min-width: 21px;
    position: absolute;
    right: 120px;
    top: 15px;
    z-index: 1;
  }
  .nav-wrapper .block-custom-search-blocks form .form-submit {
    border: 0;
    background-color: transparent;
    box-shadow: none;
    display: block;
    float: right;
    font-size: 21px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
    z-index: 1;
  }
  .nav-wrapper .block-custom-search-blocks form .custom-search-box {
    position: absolute;
    top: 12px;
    right: 30px;
    padding: 0;
    line-height: 21px;
    height: 21px;
    font-size: 14px;
    margin: 0;
    border: 0;
    outline: none;
    color: #000;
    width: 0;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .nav-wrapper .block-custom-search-blocks:hover form .custom-search-box {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 5px;
    padding-right: 25px;
    width: 150px;
  }
  .nav-wrapper .block-custom-search-blocks .form-submit {
    background-image: url(../images/icons/icon-search.png);
    background-repeat: no-repeat;
  }
  .nav-wrapper .block-custom-search-blocks .form-submit:hover {
    box-shadow: none;
  }
  .header-order-process .nav-wrapper {
    top: 0;
  }
  .admin-menu .nav-wrapper {
    top: 74px;
  }
  .admin-menu .header-order-process .nav-wrapper {
    top: 32px;
  }
  .nav-wrapper button.action,
  .nav-wrapper .menu__breadcrumbs {
    display: none;
  }
  .menu .menu__wrap {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    -ms-touch-action: none;
  }
  .menu .menu__wrap a,
  .menu .menu__wrap a:hover {
    text-decoration: none;
  }
  .menu .menu__wrap ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu .menu__wrap ul.depth-2 {
    position: absolute;
    left: -9999px;
    opacity: 0;
  }
  .menu .menu__wrap ul.depth-1 {
    z-index: 0;
  }
  .menu .menu__wrap ul.depth-1 li {
    display: block;
    float: left;
  }
  .menu .menu__wrap ul.depth-1 li a {
    display: block;
    text-transform: uppercase;
    font: normal 14px/25px 'Open Sans', 'lucida sans', arial, sans-serif;
    color: #000;
    padding: 0 18px;
    z-index: 10;
    line-height: 70px;
    white-space: nowrap;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
  }
  .menu .menu__wrap ul.depth-1 li a.active,
  .menu .menu__wrap ul.depth-1 li a.active-trail {
    border-bottom-color: #db3e33;
  }
  .menu .menu__wrap ul.depth-1 li.on-hover,
  .menu .menu__wrap ul.depth-1 li:hover a {
    background-color: #7ca930;
  }
  .menu .menu__wrap ul.depth-1 li.on-hover a.active,
  .menu .menu__wrap ul.depth-1 li.on-hover a.active-trail {
    border-bottom-color: transparent;
  }
  .menu .menu__wrap ul.depth-2 {
    width: 100%;
    top: 80px;
    height: 80px;
    background-color: #7ca930;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
    z-index: 1;
    text-align: center;
  }
  .menu .menu__wrap ul.depth-2 > div {
    display: table;
    width: 100%;
    height: 80px;
  }
  .menu .menu__wrap ul.depth-2 li {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    text-align: center;
    padding-right: 20px;
  }
  .menu .menu__wrap ul.depth-2 li a {
    display: inline-block;
    padding: 10px 15px 10px 0;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
  }
  .menu .menu__wrap ul.depth-2 li a:hover {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  }
  .menu .menu__wrap ul.depth-2.on-hover {
    left: 0;
    opacity: 1;
  }
  .menu .menu__wrap ul.depth-2.solutions li {
    text-align: left;
  }
  .menu .menu__wrap ul.depth-2.solutions a {
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 56px;
  }
  .menu .menu__wrap ul.depth-2.solutions a#tondeuse {
    background-image: url(../images/svg/tondeuse.svg);
  }
  .menu .menu__wrap ul.depth-2.solutions a#autoporte {
    background-image: url(../images/svg/autoporte.svg);
  }
  .menu .menu__wrap ul.depth-2.solutions a#debroussaille {
    background-image: url(../images/svg/debroussaille.svg);
  }
  .menu .menu__wrap ul.depth-2.solutions a#transport {
    background-image: url(../images/svg/transport.svg);
    padding-left: 48px;
  }
  .menu .menu__wrap ul.depth-2.solutions a#robot {
    background-image: url(../images/svg/robot.svg);
    padding-left: 36px;
  }
  .menu .menu__wrap ul.depth-3 {
    max-width: 1170px;
    width: 1170px;
    position: absolute;
    top: 130px;
    /* final position = 150px */
    left: 50%;
    opacity: 0;
    margin-left: -585px;
    padding-top: 10px;
    z-index: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
  }
  .menu .menu__wrap ul.depth-3.load-hover {
    z-index: 2;
    top: 150px;
    height: auto;
    overflow: visible;
  }
  .menu .menu__wrap ul.depth-3.on-hover {
    z-index: 3 !important;
    opacity: 1;
  }
  .menu .menu__wrap ul.depth-3 > div.container {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    padding: 18px 20px 30px 27px !important;
  }
  .menu .menu__wrap ul.depth-3 > div.container:before {
    display: block;
    position: absolute;
    left: 20px;
    top: 0;
    width: 20px;
    height: 10px;
    background: url(../images/submenu-depth-3.png) 0 0 no-repeat;
  }
  .menu .menu__wrap ul.depth-3.nth-1 > div.container:before {
    left: 255px;
  }
  .menu .menu__wrap ul.depth-3.nth-2 > div.container:before {
    left: 497px;
  }
  .menu .menu__wrap ul.depth-3.nth-3 > div.container:before {
    left: 750px;
  }
  .menu .menu__wrap ul.depth-3.nth-4 > div.container:before {
    left: 965px;
  }
  .menu .menu__wrap ul.depth-3 .menu-col.left-col {
    border-right: 1px solid #ccc;
    padding: 15px 40px 0 0;
  }
  .menu .menu__wrap ul.depth-3 .menu-col.main-col {
    border-left: 1px solid #ccc;
    margin-left: -1px;
    padding: 30px 0 0 40px;
  }
  .menu .menu__wrap ul.depth-3 .menu-col.main-col > .row > div {
    padding-right: 0;
  }
  .menu .menu__wrap ul.depth-3 .nb-modele {
    text-align: center;
  }
  .menu .menu__wrap ul.depth-3 .submenu-title {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .menu .menu__wrap ul.depth-3 .submenu-subtitle {
    color: #7ca930;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .menu .menu__wrap ul.depth-3 ul {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .menu .menu__wrap ul.depth-3 ul li {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .menu .menu__wrap ul.depth-3 ul li a {
    color: #000;
    opacity: 0.6;
    background: url(../images/svg/mini-fleche.svg) left 7px no-repeat;
    padding-left: 15px;
  }
  .menu .menu__wrap ul.depth-3 ul li a.mea1,
  .menu .menu__wrap ul.depth-3 ul li a.mea2 {
    opacity: 1;
    font-weight: 700;
    padding-left: 0;
    background: none;
  }
  .menu .menu__wrap ul.depth-3 ul li a.mea2 {
    color: #7ca930;
  }
  .menu .menu__wrap ul.depth-3 ul li a:hover {
    color: #DB3E33;
    opacity: 1;
  }
  .onscroll .nav-wrapper {
    top: 0;
    height: 40px;
  }
  .onscroll .nav-wrapper #site-name {
    line-height: 34px;
  }
  .onscroll .nav-wrapper #site-name img {
    width: auto;
    height: 24px;
  }
  .onscroll .nav-wrapper .block-search {
    margin-top: 8px;
  }
  .onscroll .nav-wrapper .block-custom-search-blocks {
    margin: -16px 0 15px 0;
  }
  .onscroll .nav-wrapper .search-form {
    margin-bottom: 10px;
  }
  .onscroll.admin-menu .nav-wrapper {
    top: 34px;
  }
  .onscroll .menu .menu__wrap ul.depth-1 li a {
    line-height: 30px;
  }
  .onscroll .menu .menu__wrap ul.depth-2 {
    top: 40px;
  }
  .onscroll .menu .menu__wrap ul.depth-3 {
    top: 90px;
    /* final position = 110px */
    -webkit-transition: all 0.15s ease 0s;
    -moz-transition: all 0.15s ease 0s;
    -o-transition: all 0.15s ease 0s;
    -ms-transition: all 0.15s ease 0s;
    transition: all 0.15s ease 0s;
  }
  .onscroll .menu .menu__wrap ul.depth-3.load-hover {
    z-index: 2;
    top: 110px;
  }
}
@media only screen and (max-width: 1169px) {
  .menu .menu__wrap ul.depth-3 {
    max-width: 100%;
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .menu .menu__wrap ul.depth-3.nth-1 > div.container:before {
    left: 21%;
  }
  .menu .menu__wrap ul.depth-3.nth-2 > div.container:before {
    left: 41.5%;
  }
  .menu .menu__wrap ul.depth-3.nth-3 > div.container:before {
    left: 63.5%;
  }
  .menu .menu__wrap ul.depth-3.nth-4 > div.container:before {
    left: 80%;
  }
}
@media only screen and (max-width: 991px) {
  .nav-wrapper {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 999;
    border-bottom: 2px solid #7ca930;
    padding: 15px 0;
  }
  .nav-wrapper #menu-logo {
    position: fixed;
    left: 30px;
    top: 20px;
    z-index: 0;
    transition: all 0.25s ease-out;
    opacity: 0;
    visibility: hidden;
  }
  .nav-wrapper #menu-logo.active {
    opacity: 1;
    visibility: visible;
  }
  .nav-wrapper button.action,
  .nav-wrapper .menu__breadcrumbs {
    display: block;
  }
  .nav-wrapper button.action {
    position: fixed;
    left: auto;
    right: 30px;
    top: 10px;
    width: 46px;
    height: 46px;
    will-change: transform;
    background: transparent;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    z-index: 10;
  }
  .nav-wrapper button.action.action--open {
    z-index: 11;
  }
  .nav-wrapper button.action.action--open:after {
    background-color: #000000;
    background-image: url(../images/svg/i-menu-blanc.svg);
  }
  .nav-wrapper button.action.action--close:after {
    background-color: #ffffff;
    background-image: url(../images/svg/i-menu-noir.svg);
  }
  .nav-wrapper button.action.active {
    z-index: 9;
    transform: scale(1);
  }
  .nav-wrapper button.action.active:before {
    transform: scale(60);
  }
  .nav-wrapper button.action:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 46px;
    height: 46px;
    background: #000000;
    border-radius: 50%;
    cursor: pointer;
    transform-origin: center 70%;
    transform: scale(1);
    transition: all 0.25s ease-out;
  }
  .nav-wrapper button.action:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .nav-wrapper nav.menu {
    position: fixed;
    top: 66px;
    left: 100%;
    width: 0;
    height: 0;
    background: #000000;
    z-index: 10;
    opacity: 0;
    color: #ffffff;
    overflow: hidden;
    transition: all 0.25s ease-out;
  }
  .nav-wrapper nav.menu.menu--open {
    width: 100%;
    height: calc(100vh);
    left: 0;
    z-index: 20;
    opacity: 1;
    transition-delay: 0s;
  }
  .nav-wrapper nav.menu .block-search {
    margin-bottom: 30px;
  }
  .nav-wrapper nav.menu .block-search form button {
    position: absolute;
    right: 20px;
    top: 50%;
    border: 0;
    background-color: transparent;
    margin: -10px 0 0 0;
    padding: 0;
    font-size: 21px;
    color: #ffffff;
  }
  .nav-wrapper nav.menu .block-search form #search {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #ffffff;
    border-radius: 30px;
    padding: 6px 40px 6px 20px;
    transition: none;
    color: #ffffff;
  }
  .nav-wrapper nav.menu .menu__breadcrumbs {
    padding: 15px 30px;
    z-index: 99;
    background-color: #000000;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
  }
  .nav-wrapper nav.menu .menu__breadcrumbs a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-weight: normal;
  }
  .nav-wrapper nav.menu .menu__breadcrumbs a:first-child::after {
    vertical-align: top;
    padding-top: 6px !important;
  }
  .nav-wrapper nav.menu .menu__breadcrumbs a:not(:last-child)::after {
    font-family: 'fontawesome';
    content: '\f104';
    color: rgba(255, 255, 255, 0.6);
    padding: 0 8px;
  }
  .nav-wrapper nav.menu .menu__wrap {
    position: absolute;
    top: 43px;
    bottom: 0;
    overflow: visible;
    width: 100%;
    z-index: 0;
    background-color: #000000;
  }
  .nav-wrapper nav.menu .menu__wrap.depth-1 .bulle {
    transform: scale(1);
    /*z-index: 0;*/
  }
  .nav-wrapper nav.menu .menu__wrap.depth-1 .bulle.depth-1 {
    transform: scale(100);
    /*z-index: 2;*/
  }
  .nav-wrapper nav.menu .menu__wrap.depth-2 .bulle {
    transform: scale(1);
    /*z-index: 0;*/
  }
  .nav-wrapper nav.menu .menu__wrap.depth-2 .bulle.depth-2 {
    transform: scale(80);
    /*z-index: 2;*/
    right: 20px;
  }
  .nav-wrapper nav.menu .menu__wrap.depth-3 .bulle {
    transform: scale(1);
    /*z-index: 0;*/
  }
  .nav-wrapper nav.menu .menu__wrap.depth-3 .bulle.depth-3 {
    transform: scale(80);
    /*z-index: 2;*/
    right: 20px;
  }
  .nav-wrapper nav.menu .menu__wrap .bulle {
    position: absolute;
    display: block;
    content: '';
    top: 20px;
    right: -40px;
    margin-top: -17px;
    width: 34px;
    height: 34px;
    padding: 0;
    background-color: #000000;
    border-radius: 50%;
    transform-origin: center 70%;
    transform: scale(1);
    transition: all 0.6s ease-out;
  }
  .nav-wrapper nav.menu .menu__wrap .bulle.depth-1 {
    top: 29px;
    right: 29px;
    width: 34px;
    height: 34px;
    background-color: #000000;
    transition: all 0.6s ease-out;
    z-index: 1;
  }
  .nav-wrapper nav.menu .menu__wrap .bulle.depth-2 {
    background-color: #7ca930;
    z-index: 2;
  }
  .nav-wrapper nav.menu .menu__wrap .bulle.depth-3 {
    background-color: #ffffff;
    z-index: 3;
  }
  .nav-wrapper nav.menu .menu__wrap .menu__level {
    z-index: 1;
    width: 100%;
    height: 95%;
  }
  .nav-wrapper nav.menu .menu__wrap .menu__level.menu__level--current {
    z-index: 10;
  }
  .nav-wrapper nav.menu .menu__wrap .menu__item {
    position: relative;
    width: 100%;
  }
  .nav-wrapper nav.menu .menu__wrap div.menu__link {
    position: absolute;
    left: -9999px;
    height: 0;
    opacity: 0;
  }
  .nav-wrapper nav.menu .menu__wrap a.menu__link {
    position: relative;
    padding: 0;
    z-index: 10;
  }
  .nav-wrapper nav.menu .menu__wrap a.menu__link[data-submenu]:after {
    position: absolute;
    display: block;
    content: '';
    top: 50%;
    right: 0;
    margin-top: -17px;
    width: 32px;
    height: 32px;
    padding: 0;
  }
  .nav-wrapper nav.menu .menu__wrap a.menu__link[data-submenu]:after {
    background: transparent url(../images/svg/i-right-arrow-white.svg) 4px center no-repeat;
    z-index: 5;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 {
    padding: 20px 30px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .menu__item.link-active:after {
    background-color: #7ca930;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 a {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 27px;
    font-weight: 800;
    color: #ffffff;
    margin: 12px 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-menu,
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-locale {
    padding-top: 20px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-menu a,
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-menu a.active,
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-locale a,
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-locale a.active {
    display: inline-block;
    white-space: nowrap;
    color: #7ca930;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 6px 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-locale li {
    display: inline-block;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-locale li:after {
    content: '•';
    color: #7ca930;
    margin-left: 3px;
    margin-right: 3px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-1 .block-locale li.last:after {
    content: '';
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2 {
    padding: 20px 30px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2 .menu__item.link-active:after {
    background-color: #ffffff;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2 .container {
    padding: 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2 a {
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 19px;
    font-weight: 800;
    color: #ffffff;
    margin: 12px 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a {
    background-repeat: no-repeat;
    background-position: left center;
    padding: 0 75% 0 60px;
    min-height: 38px;
    margin: 0 0 40px 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a#tondeuse {
    background-image: url(../images/svg/tondeuse.svg);
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a#autoporte {
    background-image: url(../images/svg/autoporte.svg);
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a#debroussaille {
    background-image: url(../images/svg/debroussaille.svg);
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a#transport {
    background-image: url(../images/svg/transport.svg);
    background-position: 4px center;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a#robot {
    background-image: url(../images/svg/robot.svg);
    background-position: 6px center;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 {
    padding: 0 30px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .container {
    padding: 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 li {
    padding: 0;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .menu-titre,
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .menu-desc,
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .submenu-title {
    display: none;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .menu-btn > a {
    font-weight: 400;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .nb-modele {
    text-align: center;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .main-col {
    padding-top: 25px;
    overflow: hidden;
    padding-bottom: 50px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .submenu-subtitle {
    color: #7ca930;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-weight: 700;
    text-align: right;
    padding-right: 15px;
    width: 35%;
    float: left;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 ul {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    padding-bottom: 10px;
    width: 65%;
    float: left;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 ul li {
    padding-bottom: 10px;
    font-size: 14px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 ul li a {
    color: #000;
    opacity: 0.6;
    background: url(../images/svg/mini-fleche.svg) left 7px no-repeat;
    padding-left: 15px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 ul li a.mea1,
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 ul li a.mea2 {
    opacity: 1;
    font-weight: 700;
    padding-left: 0;
    background: none;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 ul li a.mea2 {
    color: #7ca930;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-3 .externes {
    width: 35%;
    padding-right: 15px;
    text-align: right;
  }
}
@media only screen and (max-width: 991px) and (min-height: 800px) {
  .nav-wrapper button.action.active:before {
    transform: scale(80);
  }
}
@media only screen and (max-width: 767px) {
  .menu__breadcrumbs {
    font-size: 11px;
  }
  .menu__breadcrumbs a {
    font-size: 11px;
  }
  .nav-wrapper nav.menu .menu__wrap ul.depth-2.solutions a {
    padding-right: 40%;
  }
  .nav-wrapper nav.menu .menu__wrap .menu__level {
    height: 90%;
  }
}
@media screen and (min-width: 1024px) {
  .nav-wrapper #site-name {
    padding-right: 126px;
  }
}
/*================================
    Blocks CSS
================================*/
/* Block title */
#block-locale-language {
  float: left;
}
.menu-name-menu-menu-header {
  float: right;
}
.menu-name-menu-menu-header ul.menu ul.menu {
  background: #7ca930;
  height: auto;
  left: 5px;
  position: absolute;
  top: 40px;
  z-index: 100;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}
.menu-name-menu-menu-header ul.menu ul.menu li {
  float: left;
  background: #fff;
  padding: 0 20px;
  width: 100%;
}
.menu-name-menu-menu-header ul.menu ul.menu li:first-child {
  padding-top: 20px;
}
.menu-name-menu-menu-header ul.menu ul.menu li:last-child {
  padding-bottom: 20px;
}
.menu-name-menu-menu-header ul.menu ul.menu a {
  color: black;
}
.menu-name-menu-menu-header ul.menu ul.menu li.last {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
}
.menu-name-menu-menu-header ul.menu li {
  position: relative;
}
.menu-name-menu-menu-header ul.menu li > ul.menu {
  display: none;
}
.menu-name-menu-menu-header ul.menu > li.active-trail.expanded:hover {
  border-bottom: 0px;
}
.menu-name-menu-menu-header ul.menu li:hover > ul.menu {
  display: block;
}
.menu-name-menu-menu-header ul.menu li:hover > ul.menu:before {
  content: "";
  position: absolute;
  left: 20px;
  top: -10px;
  width: 20px;
  height: 10px;
  background: url(../images/submenu-depth-3.png) 0 0 no-repeat;
}
#block-menu-menu-menu-footer a,
#block-menu-block-2 a,
#block-menu-menu-menu-footer a.active,
#block-menu-block-2 a.active {
  color: #898989;
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
}
/*====== COMMUNS ======*/
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=submit],
textarea,
select {
  width: 100%;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
select {
  background-color: white;
  font-size: 14px;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url("../images/svg/chevron.svg") no-repeat 95% 50%;
  outline: none;
  padding-top: 25px;
  cursor: pointer;
}
textarea {
  outline: none;
}
.label-select {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
input[type=text],
input[type=password] {
  font-size: 14px;
  height: 60px;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
  padding: 6px 22px 6px 10px;
  color: #606060;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  -ms-transition: background 200ms;
  transition: background 200ms;
}
input[type=submit] {
  border: 0;
  color: #fff;
  text-align: right;
  padding: 7px 0px;
}
input[required],
select[required] {
  background-image: url('../images/required.png');
  background-repeat: no-repeat;
  background-position: 95% 50%;
}
input[disabled] {
  cursor: default;
  opacity: .3;
}
.page-user input[type=submit] {
  text-align: center;
}
input[type=submit]:hover {
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0.15);
}
input[type=submit]:disabled {
  box-shadow: 2px 3px 1px rgba(0, 0, 0, 0);
}
span.form-required {
  display: none;
}
.block-search .messages.error {
  display: none;
}
.form-item input,
.form-item select,
.form-item textarea {
  transition: background 0.25s ease-out;
  transition: border 0.25s ease-out;
}
.form-item input:focus,
.form-item select:focus,
.form-item textarea:focus {
  background: white;
  border-color: #8a8a8a;
  outline: 0;
}
.form-item input.error,
.form-item select.error,
.form-item textarea.error,
.form-item .input-select.error {
  border: 1px solid #cacaca;
  border-bottom-color: #db3e33;
}
.form-item input.error:focus,
.form-item select.error:focus,
.form-item textarea.error:focus,
.form-item .input-select.error:focus {
  border-color: #8a8a8a;
  border-bottom-color: #db3e33;
  outline: 0;
}
.checkbox-right {
  text-align: left;
  margin-top: 15px;
}
.checkbox-right label {
  color: black;
  font-weight: 700;
  margin-left: 0;
}
.checkbox-right input[type=checkbox] {
  position: absolute;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.checkbox-right input[type=checkbox] + label:after {
  display: none;
}
.checkbox-right input[type=checkbox]:checked + label:after {
  display: none;
}
.checkbox-right input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-left: 0px;
  margin-right: 10px;
  background: url("../images/svg/checkbox.svg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.checkbox-right input[type=checkbox]:checked + label:before {
  display: inline-block;
  background: url("../images/svg/checkbox-check.svg") no-repeat;
}
/*====== Magic check ======*/
@keyframes hover-color {
  from {
    border-color: #cacaca;
  }
  to {
    border-color: #7ca930;
  }
}
.magic-radio + label:before,
.magic-radio:checked + label:before,
.magic-checkbox + label:before,
.magic-checkbox:checked + label:before {
  border-width: 2px;
  height: 14px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
}
.magic-radio:checked + label:before,
.magic-radio + label:hover:before,
.magic-checkbox + label:hover:before,
.magic-checkbox:checked + label:before {
  border-color: #7ca930;
}
.magic-radio + label:after {
  background-color: #7ca930;
  height: 4px;
  left: 5px;
  top: 50%;
  width: 4px;
  transform: translateY(-50%);
}
/*====== /Magic check ======*/
/*====== WEBFORM ======*/
#search-form,
.webform-client-form,
.overlay-document {
  /* Place Holder */
}
#search-form legend,
.webform-client-form legend,
.overlay-document legend,
#search-form .legende label,
.webform-client-form .legende label,
.overlay-document .legende label {
  font-size: 24px;
  margin-bottom: 15px;
}
#search-form .form-item.legende,
.webform-client-form .form-item.legende,
.overlay-document .form-item.legende {
  padding-bottom: 60px;
}
#search-form input[type=text],
.webform-client-form input[type=text],
.overlay-document input[type=text],
#search-form input[type=email],
.webform-client-form input[type=email],
.overlay-document input[type=email],
#search-form input[type=number],
.webform-client-form input[type=number],
.overlay-document input[type=number],
#search-form input[type=password],
.webform-client-form input[type=password],
.overlay-document input[type=password],
#search-form textarea,
.webform-client-form textarea,
.overlay-document textarea,
#search-form .select-input,
.webform-client-form .select-input,
.overlay-document .select-input {
  font-size: 14px;
  height: 60px;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 0;
  background-color: #f7f7f7;
  padding: 6px 22px 6px 9px;
  color: black;
  -webkit-transition: background 200ms;
  -moz-transition: background 200ms;
  -o-transition: background 200ms;
  -ms-transition: background 200ms;
  transition: background 200ms;
}
#search-form input[type=text].last,
.webform-client-form input[type=text].last,
.overlay-document input[type=text].last,
#search-form .select-input.last,
.webform-client-form .select-input.last,
.overlay-document .select-input.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#search-form select.select-input,
.webform-client-form select.select-input,
.overlay-document select.select-input {
  color: #606060;
}
#search-form select.no-border-right,
.webform-client-form select.no-border-right,
.overlay-document select.no-border-right,
#search-form input[type=text].no-border-right,
.webform-client-form input[type=text].no-border-right,
.overlay-document input[type=text].no-border-right {
  border-right: none;
}
#search-form #edit-keys,
.webform-client-form #edit-keys,
.overlay-document #edit-keys {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0 10px;
}
#search-form textarea,
.webform-client-form textarea,
.overlay-document textarea {
  padding: 18px 22px 6px 9px;
}
#search-form .border-bottom,
.webform-client-form .border-bottom,
.overlay-document .border-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
}
@media (max-width: 767px) {
  #search-form .border-bottom-rwd,
  .webform-client-form .border-bottom-rwd,
  .overlay-document .border-bottom-rwd {
    border-bottom: 0 !important;
  }
}
#search-form ::-webkit-input-placeholder,
.webform-client-form ::-webkit-input-placeholder,
.overlay-document ::-webkit-input-placeholder {
  color: black;
}
#search-form ::-moz-placeholder,
.webform-client-form ::-moz-placeholder,
.overlay-document ::-moz-placeholder {
  color: black;
}
#search-form :-ms-input-placeholder,
.webform-client-form :-ms-input-placeholder,
.overlay-document :-ms-input-placeholder {
  color: black;
}
#search-form input:-moz-placeholder,
.webform-client-form input:-moz-placeholder,
.overlay-document input:-moz-placeholder {
  color: black;
}
#search-form input[type=submit],
.webform-client-form input[type=submit],
.overlay-document input[type=submit] {
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: auto;
  padding: 20px 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#search-form input::before,
.webform-client-form input::before,
.overlay-document input::before {
  content: "*";
  display: block;
  height: 25px;
  width: 10px;
  color: #db3e33;
}
#search-form input[type=number],
.webform-client-form input[type=number],
.overlay-document input[type=number] {
  -moz-appearance: textfield;
}
#search-form input::-webkit-outer-spin-button,
.webform-client-form input::-webkit-outer-spin-button,
.overlay-document input::-webkit-outer-spin-button,
#search-form input::-webkit-inner-spin-button,
.webform-client-form input::-webkit-inner-spin-button,
.overlay-document input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
#search-form .form-item input.error,
.webform-client-form .form-item input.error,
.overlay-document .form-item input.error,
#search-form .form-item textarea.error,
.webform-client-form .form-item textarea.error,
.overlay-document .form-item textarea.error,
#search-form .form-item select.error,
.webform-client-form .form-item select.error,
.overlay-document .form-item select.error {
  border-bottom: 1px solid #e74c3c !important;
}
#search-form .form-radios.errors,
.webform-client-form .form-radios.errors,
.overlay-document .form-radios.errors,
#search-form .form-checkboxes.errors,
.webform-client-form .form-checkboxes.errors,
.overlay-document .form-checkboxes.errors {
  border: 2px solid #e74c3c;
  border-radius: 0.5em;
}
#search-form .form-item .description,
.webform-client-form .form-item .description,
.overlay-document .form-item .description {
  clear: both;
  font-size: 12px;
}
#search-form .form-textarea-wrapper,
.webform-client-form .form-textarea-wrapper,
.overlay-document .form-textarea-wrapper {
  width: 100%;
}
#search-form textarea,
.webform-client-form textarea,
.overlay-document textarea {
  height: auto;
  resize: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 100%;
}
#search-form .resizable-textarea textarea,
.webform-client-form .resizable-textarea textarea,
.overlay-document .resizable-textarea textarea {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
#search-form .resizable-textarea .grippie,
.webform-client-form .resizable-textarea .grippie,
.overlay-document .resizable-textarea .grippie {
  border: none;
  height: 11px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
#search-form input[type=text]:focus,
.webform-client-form input[type=text]:focus,
.overlay-document input[type=text]:focus,
#search-form input[type=email]:focus,
.webform-client-form input[type=email]:focus,
.overlay-document input[type=email]:focus,
#search-form textarea:focus,
.webform-client-form textarea:focus,
.overlay-document textarea:focus {
  background: #fff;
  border: 1px solid #a58a80 !important;
}
#search-form label,
.webform-client-form label,
.overlay-document label {
  display: inline;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 3px;
  margin-left: 4px;
  color: #606060;
}
#search-form .form-item.webform-component,
.webform-client-form .form-item.webform-component,
.overlay-document .form-item.webform-component {
  height: auto !important;
}
#search-form .webform-component-radios label,
.webform-client-form .webform-component-radios label,
.overlay-document .webform-component-radios label,
#search-form .webform-component-checkboxes label,
.webform-client-form .webform-component-checkboxes label,
.overlay-document .webform-component-checkboxes label {
  display: inline-block;
}
#search-form .checkboxes label,
.webform-client-form .checkboxes label,
.overlay-document .checkboxes label,
#search-form .radios label,
.webform-client-form .radios label,
.overlay-document .radios label {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 28px;
  font-family: Arial;
  font-weight: bold;
  margin: 0 12px 0 2px;
}
#search-form input[type=radio],
.webform-client-form input[type=radio],
.overlay-document input[type=radio],
#search-form input[type=checkbox],
.webform-client-form input[type=checkbox],
.overlay-document input[type=checkbox] {
  height: 28px;
  width: 24px;
  margin: 0 4px 0 0;
}
#search-form input[type=checkbox],
.webform-client-form input[type=checkbox],
.overlay-document input[type=checkbox] {
  position: absolute;
  width: 22px;
  height: 22px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
#search-form input[type=checkbox] + label:before,
.webform-client-form input[type=checkbox] + label:before,
.overlay-document input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 18px;
  background: url("../images/svg/checkbox.svg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
#search-form input[type=checkbox]:checked + label:before,
.webform-client-form input[type=checkbox]:checked + label:before,
.overlay-document input[type=checkbox]:checked + label:before {
  background: url("../images/svg/checkbox-check.svg") no-repeat;
}
#search-form ul.checkboxes li,
.webform-client-form ul.checkboxes li,
.overlay-document ul.checkboxes li,
#search-form ul.radios li,
.webform-client-form ul.radios li,
.overlay-document ul.radios li {
  list-style-type: none;
  list-style-image: none;
  margin: 0 0 10px 0;
}
#search-form div.checkboxes,
.webform-client-form div.checkboxes,
.overlay-document div.checkboxes,
#search-form div.radios,
.webform-client-form div.radios,
.overlay-document div.radios {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  vertical-align: bottom;
}
#search-form input,
.webform-client-form input,
.overlay-document input,
#search-form select,
.webform-client-form select,
.overlay-document select,
#search-form *:-webkit-autofill,
.webform-client-form *:-webkit-autofill,
.overlay-document *:-webkit-autofill {
  outline: none;
}
#search-form *:-webkit-autofill,
.webform-client-form *:-webkit-autofill,
.overlay-document *:-webkit-autofill {
  background: transparent !important;
}
#search-form select.input-lg,
.webform-client-form select.input-lg,
.overlay-document select.input-lg {
  background: transparent !important;
  border: none;
  color: #000;
}
#search-form .input-select-cont,
.webform-client-form .input-select-cont,
.overlay-document .input-select-cont {
  position: relative;
}
#search-form .input-select-cont .input-select,
.webform-client-form .input-select-cont .input-select,
.overlay-document .input-select-cont .input-select {
  width: auto;
  height: 48px;
  background: #606060;
  padding: 12px 22px 12px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  color: #CCC;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: 0px 0px 1px 0px #000;
  -moz-box-shadow: 0px 0px 1px 0px #000;
  box-shadow: 0px 0px 1px 0px #000;
}
#search-form .input-select-cont .input-select:after,
.webform-client-form .input-select-cont .input-select:after,
.overlay-document .input-select-cont .input-select:after {
  content: '\F107';
  font-family: 'FontAwesome';
  font-style: normal;
  font-weight: normal;
  display: block;
  position: absolute;
  z-index: 100;
  color: #fff;
  right: 16px;
  top: 8px;
  font-size: 32px;
  line-height: 32px;
}
#search-form .input-select-cont select,
.webform-client-form .input-select-cont select,
.overlay-document .input-select-cont select {
  height: 48px;
  opacity: 0;
  position: absolute;
  z-index: 200;
  width: 100%;
}
#search-form .form-item,
.webform-client-form .form-item,
.overlay-document .form-item {
  position: relative;
}
#search-form .form-item input.error,
.webform-client-form .form-item input.error,
.overlay-document .form-item input.error,
#search-form .form-item select.error,
.webform-client-form .form-item select.error,
.overlay-document .form-item select.error,
#search-form .form-item textarea.error,
.webform-client-form .form-item textarea.error,
.overlay-document .form-item textarea.error,
#search-form .form-item .input-select.error,
.webform-client-form .form-item .input-select.error,
.overlay-document .form-item .input-select.error {
  border-bottom: 1px solid #e74c3c;
}
#search-form .form-item span.field-suffix,
.webform-client-form .form-item span.field-suffix,
.overlay-document .form-item span.field-suffix {
  display: block;
  position: absolute;
  right: 25px;
  height: 22px;
  bottom: 12px;
  color: #3F3F3F;
  line-height: 22px;
}
#search-form .form-item,
.webform-client-form .form-item,
.overlay-document .form-item {
  padding-top: 0;
  padding-bottom: 0;
}
#search-form .form-actions,
.webform-client-form .form-actions,
.overlay-document .form-actions {
  margin: 0px auto;
  text-align: center;
}
#search-form .form-actions .markup,
.webform-client-form .form-actions .markup,
.overlay-document .form-actions .markup {
  font-size: 14px;
  padding: 30px 0 0;
  text-align: left;
}
#search-form .webform-container-inline,
.webform-client-form .webform-container-inline,
.overlay-document .webform-container-inline {
  margin: 0 0 14px 0;
}
#search-form .webform-container-inline label,
.webform-client-form .webform-container-inline label,
.overlay-document .webform-container-inline label {
  float: left;
  margin: 0;
  padding: 9px 10px 9px 0;
}
#search-form .webform-container-inline .input-select-cont,
.webform-client-form .webform-container-inline .input-select-cont,
.overlay-document .webform-container-inline .input-select-cont,
#search-form .webform-container-inline input[type=text],
.webform-client-form .webform-container-inline input[type=text],
.overlay-document .webform-container-inline input[type=text],
#search-form .webform-container-inline input[type=email],
.webform-client-form .webform-container-inline input[type=email],
.overlay-document .webform-container-inline input[type=email] {
  margin: 0;
  float: left;
  max-width: 100%;
}
#search-form .webform-container-inline:after,
.webform-client-form .webform-container-inline:after,
.overlay-document .webform-container-inline:after {
  content: "";
  clear: both;
  display: block;
}
#search-form .webform-component-markup,
.webform-client-form .webform-component-markup,
.overlay-document .webform-component-markup {
  font-size: 12px;
}
#search-form .webform-datepicker .form-type-select select,
.webform-client-form .webform-datepicker .form-type-select select,
.overlay-document .webform-datepicker .form-type-select select {
  width: auto;
  border-radius: 0;
  margin-right: 15px;
}
#search-form .label-checkbox label,
.webform-client-form .label-checkbox label,
.overlay-document .label-checkbox label {
  font-size: 14px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#search-form .inline,
.webform-client-form .inline,
.overlay-document .inline {
  padding: 10px;
}
@media (min-width: 768px) {
  #search-form .inline,
  .webform-client-form .inline,
  .overlay-document .inline {
    display: inline-block;
    width: 290px;
  }
}
.messages.error {
  background-color: #F5F5F3;
  border: 0;
  border-bottom: 4px solid red;
  margin-bottom: 1em;
  padding: 10px 10px 15px 40px;
  font-size: 14px;
  color: #3f3f3f;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25);
}
.messages.error ul,
.messages.error li {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 15px;
}
#print-mail-form #edit-btn-submit,
input[type="submit"].button,
.webform-client-form button,
.webform-client-form input[type=submit],
div.links a.ajax-processed {
  transition: all 0.3s ease-out 0s;
  border: 0;
  color: #fff;
  text-align: center;
  position: relative;
}
.webform-client-form button:hover,
.webform-client-form input[type=submit]:hover,
div.links a.ajax-processed {
  background-color: #569136;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.webform-confirmation p {
  margin: 20px 0;
}
.webform-confirmation #cboxClose {
  background: none;
  display: block;
  text-align: center;
  bottom: inherit;
  right: inherit;
  width: 100%;
  position: inherit;
  text-indent: 0;
}
/*=========== FORM LOGIN ==========*/
#user-login {
  width: 80%;
  margin: 50px auto;
}
#user-login .form-item {
  margin-bottom: 20px;
}
#user-login .form-item label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 2px;
}
#user-login input[type=submit] {
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  padding: 20px 30px;
  font-size: 18px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
/*=========== FORM REVENDEUR ==========*/
#webform-revendeur .webform-component--col-left {
  padding-right: 0;
}
#webform-revendeur .webform-component--col-right {
  padding-left: 0;
}
@media (min-width: 768px) {
  #webform-revendeur .webform-component--col-right input,
  #webform-revendeur .webform-component--col-right textarea {
    border-left: 0;
  }
}
#webform-revendeur textarea {
  height: 240px;
}
#webform-revendeur .form-actions {
  float: right;
  width: 58.33333333%;
  margin-top: 30px;
}
@media (max-width: 991px) {
  #webform-revendeur .form-actions {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #webform-revendeur .form-actions {
    width: 100%;
  }
}
@media (max-width: 991px) {
  #webform-revendeur .form-actions input {
    font-size: 15px;
  }
}
#webform-revendeur div.error {
  display: none;
}
#webform-revendeur .ajax-progress {
  display: none;
}
#webform-revendeur .webform-confirmation {
  text-align: center;
  background-image: url('../images/svg/check-env-webform.svg');
  background-repeat: no-repeat;
  background-position: top;
  height: 300px;
  width: 100%;
}
#webform-revendeur .webform-confirmation p {
  position: absolute;
  bottom: 65px;
  left: 100px;
  font-size: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#webform-revendeur .webform-confirmation p:before {
  background-image: url('../images/svg/check-webform.svg');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  margin-right: 15px;
  height: 30px;
  width: 39px;
}
#webform-revendeur .webform-component-markup {
  position: absolute;
  bottom: 45px;
  left: 55px;
}
@media (max-width: 991px) {
  #webform-revendeur .webform-component-markup {
    left: 30px;
  }
}
@media (max-width: 767px) {
  #webform-revendeur .webform-component-markup {
    bottom: 75px;
  }
}
#webform-revendeur .webform-component-markup span {
  font-size: 10px;
  color: #db3e33;
}
#webform-revendeur .webform-component-markup p {
  font-size: 10px;
}
/*=========== FORM REVENDEUR ==========*/
.node-produits-ocaz textarea {
  height: 180px;
}
.node-produits-ocaz div.error {
  display: none;
}
.node-produits-ocaz .ajax-progress {
  display: none;
}
.node-produits-ocaz .webform-confirmation {
  text-align: center;
  background-image: url('../images/svg/check-env-webform.svg');
  background-repeat: no-repeat;
  background-position: 150px top;
  height: 300px;
  width: 100%;
}
.node-produits-ocaz .webform-confirmation p {
  position: absolute;
  bottom: 65px;
  left: 20px;
  font-size: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-produits-ocaz .webform-confirmation p:before {
  background-image: url('../images/svg/check-webform.svg');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  margin-right: 15px;
  height: 30px;
  width: 39px;
}
/*=========== FORM CONTACT ==========*/
.form-contact {
  margin-top: 60px;
}
.form-contact select.error {
  border: 1px solid rgba(0, 0, 0, 0.2) !important;
  border-bottom: 1px solid #e74c3c !important;
}
.form-contact select.required:not(.select-input) {
  color: #db3e33;
}
.form-contact .col-sm-4,
.form-contact .col-sm-6,
.form-contact .col-sm-8,
.form-contact .col-xs-12,
.form-contact .col-md-4,
.form-contact .col-md-8,
.form-contact .col-md-12 {
  padding: 0;
}
.form-contact label {
  font-size: 14px;
}
.form-contact textarea {
  height: 120px;
  padding: 18px 22px 6px 9px;
  outline: none;
}
.form-contact .fieldset-legend {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  color: black;
}
.form-contact .first {
  border-bottom: 1px solid #DFDFD9;
}
@media (max-width: 767px) {
  .form-contact .first {
    border-bottom: 0;
  }
}
.form-contact .first .webform-component-markup {
  float: right;
  right: 30px;
  top: 12px;
}
@media (max-width: 767px) {
  .form-contact .first .webform-component-markup {
    float: left;
    right: 0;
    top: 0;
  }
}
.form-contact .first .webform-component-markup p {
  font-size: 14px;
  margin: 0;
}
@media (max-width: 767px) {
  .form-contact .first .webform-component-markup p {
    font-size: 12px;
  }
}
.form-contact .first div.form-item {
  margin: 0;
}
.form-contact .first label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 50px;
  color: black;
  width: 40%;
}
.form-contact .first select {
  width: 60%;
  height: 70px;
  border-left: 0px;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  padding-top: 0;
}
.form-contact .first.size_double label {
  width: 130px;
}
.form-contact .first.size_double select {
  width: 50%;
}
@media (max-width: 991px) {
  .form-contact .first.size_double select {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .form-contact .first.size_double select {
    width: 100%;
    font-size: 16px;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
  }
}
.form-contact .recap {
  background-color: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 20px 0 8px 10px;
}
.form-contact .recap span.name {
  display: block;
  font-size: 16px;
  color: black;
  font-weight: 600;
  text-transform: uppercase;
}
.form-contact .recap span.sous-titre {
  font-weight: 600;
  font-size: 14px;
}
.form-contact .recap ul {
  margin-top: 5px;
  margin-bottom: 10px;
}
.form-contact .recap .blocs {
  float: left;
}
.form-contact .recap #prix p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.form-contact .recap #prix p:last-child {
  color: black;
  font-size: 21px;
  margin: 15px 0;
}
.form-contact .coordonnees {
  margin: 50px 0;
  position: relative;
}
.form-contact .coordonnees .webform-component-markup {
  position: absolute;
  right: 0px;
  top: 5px;
}
@media (max-width: 768px) {
  .form-contact .coordonnees .webform-component-markup {
    position: relative;
    top: 0;
  }
}
.form-contact .coordonnees .webform-component-markup p {
  color: #606060;
  font-size: 10px;
}
.form-contact .coordonnees .webform-component-markup p span {
  color: #db3e33;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 4px;
  padding-top: 3px;
}
.form-contact .coordonnees .col-left input {
  border-right: 0px;
}
@media (max-width: 767px) {
  .form-contact .coordonnees .col-left {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.form-contact .coordonnees .col-left input.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.form-contact .coordonnees .col-center .no-border {
  border-left: 0px;
  border-right: 0px;
}
@media (max-width: 767px) {
  .form-contact .coordonnees .col-center .no-border {
    border-top: 0;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.form-contact .coordonnees .col-right input.last {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.form-contact .commande {
  margin-top: 50px;
}
.form-contact .infos {
  margin: 50px 0;
}
.form-contact .infos .col-md-8 {
  height: 120px !important;
}
.form-contact .infos textarea.no-border {
  border-right: 0px;
}
@media (max-width: 768px) {
  .form-contact .infos textarea.no-border {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.form-contact .infos input.no-border {
  border-right: 0px;
  border-left: 0px;
}
@media (max-width: 768px) {
  .form-contact .infos input.no-border {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 767px) {
  .form-contact .infos input.no-border {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .form-contact .infos .col-sm-6:nth-of-type(3) input {
    border-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .form-contact .infos .col-sm-6:nth-of-type(6) input {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2) !important;
    border-right: 0;
  }
}
.form-contact .listing_produit .form-item {
  width: 20%;
  float: left;
}
@media (max-width: 991px) {
  .form-contact .listing_produit .form-item {
    width: 35%;
  }
}
@media (max-width: 767px) {
  .form-contact .listing_produit .form-item {
    width: 50%;
  }
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(1) {
  padding-left: 0;
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(1) .col-xs-12 > label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  margin-bottom: 15px;
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(1) .col-xs-12 div.form-item {
  margin-bottom: 30px;
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(1) .col-xs-12 div.form-item:last-child {
  margin-bottom: 0px;
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(1) .col-xs-12 div.form-item > label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding-right: 0;
}
@media (max-width: 767px) {
  .form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) {
    border-left: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.4);
    padding-left: 0;
    padding-top: 20px;
    margin-top: 20px;
  }
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4 {
  padding-left: 15px;
}
@media (max-width: 767px) {
  .form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4 {
    padding-left: 0;
  }
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4 > label {
  color: black;
  font-size: 14px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4 > label {
    margin-top: 10px;
    margin-bottom: 5px;
  }
}
@media (max-width: 991px) {
  .form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4 label.option {
    font-size: 12px;
  }
}
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4:nth-of-type(4) > label,
.form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4:nth-of-type(5) > label {
  margin-top: 20px;
}
@media (max-width: 767px) {
  .form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4:nth-of-type(4) > label,
  .form-contact .listing .fieldset-wrapper > fieldset:nth-of-type(2) .col-sm-4:nth-of-type(5) > label {
    margin-top: 10px;
  }
}
.form-contact .remarques {
  margin: 50px 0;
}
.form-contact .checkbox-right {
  margin-top: 12px;
  width: 68%;
  float: left;
  text-align: right;
}
@media (max-width: 1169px) {
  .form-contact .checkbox-right {
    float: none;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .form-contact .checkbox-right {
    width: 100%;
    margin-top: -10px;
  }
}
.form-contact .checkbox-right .option {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.form-contact .checkbox-right input[type=checkbox] + label:before {
  display: none;
}
.form-contact .checkbox-right input[type=checkbox]:checked + label:before {
  display: none;
}
.form-contact .checkbox-right input[type=checkbox] + label:after {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-left: 6px;
  background: url("../images/svg/checkbox.svg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.form-contact .checkbox-right input[type=checkbox]:checked + label:after {
  background: url("../images/svg/checkbox-check.svg") no-repeat;
}
@media (min-width: 1170px) {
  .form-contact .form-actions {
    float: right;
  }
}
@media (max-width: 991px) {
  .form-contact .form-actions {
    margin-top: 20px;
  }
}
.form-contact .form-actions input {
  width: 270px;
}
.form-contact .ajax-progress {
  display: none;
}
.form-contact .webform-confirmation {
  height: 100px;
  width: 100%;
}
.form-contact .webform-confirmation p {
  position: absolute;
  bottom: 65px;
  left: 15px;
  font-size: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.form-contact .webform-confirmation p:before {
  background-image: url('../images/svg/check-webform.svg');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  margin-right: 15px;
  height: 30px;
  width: 39px;
}
.form-contact .mb40 {
  margin-bottom: 40px !important;
}
/*====== Formulaire de téléchargement pour les brochures ======*/
.page-iframe_3d {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .page-iframe_3d {
    padding-right: 60px;
  }
}
@media (max-width: 767px) {
  .page-iframe_3d {
    padding-right: 20px;
  }
}
.page-iframe_3d .form-contact {
  margin-top: 15px;
  margin-left: 3%;
  width: 94%;
}
@media (max-width: 767px) {
  .page-iframe_3d .form-contact {
    margin-left: 0;
    width: auto;
  }
}
.page-iframe_3d .form-contact .first label {
  width: auto;
  margin-right: 10px;
}
.page-iframe_3d .form-contact .first select {
  width: auto;
  padding-right: 50px;
  background-position: 94% 50%;
}
.page-iframe_3d .form-contact .wrapper-memoire {
  margin-top: 10px;
}
.page-iframe_3d .form-contact .wrapper-memoire label {
  margin-left: 0px;
}
.page-iframe_3d .form-contact .checkbox-right {
  text-align: left;
  margin-top: 15px;
}
.page-iframe_3d .form-contact .checkbox-right label {
  margin-left: 0;
}
.page-iframe_3d .form-contact .checkbox-right input[type=checkbox] + label:after {
  display: none;
}
.page-iframe_3d .form-contact .checkbox-right input[type=checkbox]:checked + label:after {
  display: none;
}
.page-iframe_3d .form-contact .checkbox-right input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 18px;
  margin-left: 0px;
  margin-right: 10px;
  background: url("../images/svg/checkbox.svg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.page-iframe_3d .form-contact .checkbox-right input[type=checkbox]:checked + label:before {
  display: inline-block;
  background: url("../images/svg/checkbox-check.svg") no-repeat;
}
.page-iframe_3d .form-contact .form-actions input {
  float: left;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .page-iframe_3d .form-contact .form-actions input {
    width: 100%;
  }
}
.page-iframe_3d .messages.error {
  display: none;
}
/*====== Formulaire Search Page ======*/
#search-form {
  position: absolute;
  padding: 40px 0;
  top: -120px;
  right: 0;
}
@media (min-width: 991px) and (max-width: 1024px) {
  #search-form {
    right: 20px;
  }
}
@media (max-width: 991px) {
  #search-form {
    position: inherit;
  }
}
#search-form .form-wrapper {
  text-align: center;
}
#search-form .form-wrapper label,
#search-form .form-wrapper .form-text,
#search-form .form-wrapper .form-submit {
  display: inline-block;
  margin: 0;
}
#search-form .form-wrapper .form-text {
  width: 300px;
}
@media (max-width: 767px) {
  #search-form .form-wrapper .form-text {
    width: 100%;
    margin: 0 !important;
  }
}
#search-form .form-wrapper label {
  color: white;
}
@media (max-width: 991px) {
  #search-form .form-wrapper label {
    color: #606060;
    margin-bottom: 10px;
  }
}
#search-form .form-wrapper .form-submit {
  background-color: white;
  color: #7ca930;
  padding-top: 18px;
}
@media (max-width: 767px) {
  #search-form .form-wrapper .form-submit {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
}
/*====== Floating Labels ======*/
.floating-placeholder {
  position: relative;
  margin: 0 !important;
}
.floating-placeholder input,
.floating-placeholder textarea {
  text-indent: 0px;
  z-index: 2;
}
.floating-placeholder label {
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 60px;
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 14px;
  z-index: 1;
  -moz-transform-origin: 0 0em;
  -ms-transform-origin: 0 0em;
  -webkit-transform-origin: 0 0em;
  transform-origin: 0 0em;
  -moz-transition: -moz-transform 160ms, color 200ms;
  -o-transition: -o-transform 160ms, color 200ms;
  -webkit-transition: -webkit-transform 160ms, color 200ms;
  transition: transform 160ms, color 200ms;
  -moz-transform: scale(1, 1) rotateY(0);
  -ms-transform: scale(1, 1) rotateY(0);
  -webkit-transform: scale(1, 1) rotateY(0);
  transform: scale(1, 1) rotateY(0);
}
@media (max-width: 991px) {
  .floating-placeholder label {
    font-size: 12px;
  }
}
.floating-placeholder-float label {
  -moz-transform: scale(0.55, 0.55) rotateY(0);
  -ms-transform: scale(0.55, 0.55) rotateY(0);
  -webkit-transform: scale(0.55, 0.55) rotateY(0);
  transform: scale(0.55, 0.55) rotateY(0);
  font-size: 22px;
  width: 160%;
}
.floating-placeholder-float input {
  padding-top: 20px !important;
}
.floating-placeholder-float textarea {
  padding-top: 25px !important;
}
/*#webform-client-form-33514,
#webform-client-form-33515{
    #edit-submitted-liste-souhaits-listing{
        .form-type-checkbox{
            width:50%;
            float:left;
        }
    }
}*/
#webform-ajax-wrapper-28793 .webform-confirmation p,
#webform-ajax-wrapper-33375 .webform-confirmation p {
  position: inherit;
}
/*====== /Form user login (step 1) ======*/
#commerce-checkout-form-login #user-login-form legend {
  display: none;
}
#commerce-checkout-form-login #user-login-form li {
  font-size: 11px;
  margin: 0;
}
#commerce-checkout-form-login #user-login-form li a {
  display: inline-block;
  padding: .5em;
}
#commerce-checkout-form-login #user-login-form li a:hover,
#commerce-checkout-form-login #user-login-form li a:focus {
  color: #1a1a1a;
}
#commerce-checkout-form-login #user-login-form .item-list .first {
  display: none;
}
/*====== /Form user login (step 1) ======*/
/*====== Form shipping infos (step 3) ======*/
#commerce-checkout-form-shipping .fs-shipping-information legend {
  margin-left: auto;
  margin-right: auto;
  width: 690px;
  display: none;
}
#customer-profile-shipping-ajax-wrapper > fieldset {
  border-bottom: 1px solid black;
  padding: 4em 0 2em 0;
  position: relative;
}
@media screen and (max-width: 992px) {
  #customer-profile-shipping-ajax-wrapper > fieldset {
    padding: 4em 1em 2em;
  }
}
@media screen and (min-width: 992px) {
  #customer-profile-shipping-ajax-wrapper > fieldset legend,
  #customer-profile-shipping-ajax-wrapper > fieldset .fieldset-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 690px;
  }
}
#customer-profile-shipping-ajax-wrapper > fieldset legend {
  position: relative;
  top: 2em;
}
#customer-profile-shipping-ajax-wrapper > fieldset legend::before {
  background: #cacaca;
  border-top: 1px solid #cacaca;
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  top: -2em;
  left: 0;
  right: 0;
  width: 100%;
}
.webform-component--row1 .form-item {
  background-color: #f7f7f7;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-items: center;
  min-height: 49px;
}
.webform-component--row1 .form-item p {
  padding: 0 1em;
}
.webform-component--row1 label,
.webform-component--row1 select {
  width: 50%;
}
.webform-component--row1 label {
  font-size: 14px;
  padding: 1em !important;
}
@media screen and (min-width: 992px) {
  .webform-component--row1 label {
    min-width: 200px;
  }
}
.webform-component--row1 select {
  background-color: inherit;
  border: 0;
  min-height: 50px;
  padding: 0 .5em;
  text-align: right;
}
@media screen and (min-width: 992px) {
  .webform-component--row1 .webform-component--row1--civilite label {
    min-width: 100px;
    width: 100px;
  }
}
@media screen and (min-width: 992px) {
  .webform-component--row1 .webform-component--row1--civilite select {
    width: 220px;
  }
}
@media screen and (min-width: 992px) {
  .webform-component--row1 .webform-component--row1--objet label {
    min-width: 140px;
    width: 140px;
  }
}
@media screen and (min-width: 992px) {
  .webform-component--row1 .webform-component--row1--objet select {
    width: 180px;
  }
}
@media screen and (min-width: 992px) {
  .webform-component--row1 .webform-component--row1--souhait label {
    min-width: 190px;
    width: 190px;
  }
}
@media screen and (min-width: 992px) {
  .webform-component--row1 .webform-component--row1--souhait select {
    width: 200px;
  }
}
.page-user-edit input[type=text],
.page-user-addressbook-billing input[type=text] {
  border: 0;
  height: 60px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2), inset -1px 0 0 rgba(0, 0, 0, 0.2), inset 0 1px 0 rgba(0, 0, 0, 0.2), inset 1px 0 0 rgba(0, 0, 0, 0.2);
  background-color: #f7f7f7;
}
.page-user-edit input[type=text]:focus,
.page-user-addressbook-billing input[type=text]:focus {
  box-shadow: inset 0 -1px 0 #a58a80, inset -1px 0 0 #a58a80, inset 0 1px 0 #a58a80, inset 1px 0 0 #a58a80;
  outline: 0;
}
.page-user-edit select,
.page-user-addressbook-billing select {
  height: 60px;
  border: 1px solid rgba(151, 151, 151, 0.6);
  background-color: #f7f7f7;
  padding: 0 10px;
}
.page-user-edit .password-strength,
.page-user-addressbook-billing .password-strength {
  float: none;
  margin-bottom: 10px;
}
.page-user-edit #edit-submit,
.page-user-addressbook-billing #edit-submit {
  height: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  background-color: #7ca930;
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.25s ease-out;
  margin-top: 20px;
  margin-bottom: 25px;
  display: inline-block;
  width: auto;
  padding: 0 90px;
}
.page-user-edit #edit-submit:hover,
.page-user-addressbook-billing #edit-submit:hover {
  background-color: #db3e33;
}
.page-user-edit div.password-confirm,
.page-user-addressbook-billing div.password-confirm {
  float: none;
  margin-top: 0;
  width: auto;
}
.page-user-edit .password-field,
.page-user-addressbook-billing .password-field {
  margin-bottom: 0;
}
.page-user-edit div.addressfield-container-inline > div.form-item,
.page-user-addressbook-billing div.addressfield-container-inline > div.form-item {
  margin-right: 0;
}
.page-user-edit .form-wrapper > legend,
.page-user-addressbook-billing .form-wrapper > legend {
  display: none;
}
.page-user-edit .order-process__header ~ .container,
.page-user-addressbook-billing .order-process__header ~ .container {
  max-width: 690px !important;
}
select[required].fleche {
  background: #f7f7f7 url(../images/svg/chevron.svg) no-repeat 95% 50%;
  background-size: 20px;
}
/*================================
    Content CSS
================================*/
body {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  font-family: Arial, Helvetica, sans-serif;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
a {
  color: #606060;
  outline: none;
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a:hover {
  text-decoration: none;
  outline: none;
  color: #535353;
}
a.gallery,
a.video {
  padding-left: 40px;
}
a.video-360 {
  padding-left: 30px;
}
.block {
  display: block;
}
.img-gauche {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.img-droite {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.primary-content li,
.body li,
.bloc-html li,
.node-page .header-content li {
  position: relative;
  padding-left: 25px;
}
.primary-content li:before,
.body li:before,
.bloc-html li:before,
.node-page .header-content li:before {
  color: #7ca930;
  content: "→";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
}
.header-content strong {
  font-weight: 600;
}
.node-page .header-content li {
  padding-left: 30px;
}
.node-page .header-content li:before {
  color: black;
  font-size: 20px;
}
p {
  margin: 5px 0;
}
h1,
h2,
h3,
h4,
h5,
h5 {
  line-height: 30px;
}

img {
  max-width: 100%;
  height: auto;
}
hr {
  border: 0 none;
  height: 10px;
  background-color: rgba(237, 242, 244, 0.5);
  width: 100%;
  clear: both;
  margin: 30px 0;
}
.upcase {
  text-transform: uppercase;
}
/* TAILLE DE POLICES */
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs26 {
  font-size: 26px;
}
.fs32 {
  font-size: 32px;
}
.fs42 {
  font-size: 42px;
}
.fs48 {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 1169px) {
  .fs48 {
    font-size: 32px;
  }
}
.fs64 {
  font-size: 64px;
}
/* color */
.black {
  color: black;
}
.white {
  color: white;
}
.green {
  color: #7ca930;
}
.bg-green {
  background-color: #7ca930;
}
.red {
  color: #db3e33;
}
.bg-red {
  background-color: #db3e33;
}
.brown {
  color: #392d16;
}
.bg-brown {
  background-color: #392d16;
}
.purple {
  color: #887eac;
}
.bg-purple {
  background-color: #887eac;
}
.blue {
  color: #d8e8f8;
}
.bg-blue {
  background-color: #d8e8f8;
}
.yellow {
  color: #fedb82;
}
.bg-yellow {
  background-color: #fedb82;
}
.kaki {
  color: #c1c397;
}
.bg-kaki {
  background-color: #c1c397;
}
.salmon {
  color: #a58a80;
}
.bg-salmon {
  background-color: #a58a80;
}
.barre {
  text-decoration: line-through;
}
.text-shadow {
  -webkit-text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  -moz-text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
}
.box-shadow {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.hoverw,
.hoverg,
.hoverb {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
}
.hoverw:hover,
.hoverg:hover,
.hoverb:hover {
  opacity: 0;
}
.hoverb {
  background: #000000;
}
.hoverw {
  background: #ffffff;
}
.hoverg {
  background: #7ca930;
}
.outg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 1;
  background: black;
  opacity: 0.1;
}
.controls a.arrowprev,
.controls a.arrownext,
.controls a.promoprev,
.controls a.promonext,
.controls a.testiprev,
.controls a.testinext {
  position: absolute;
}
#per-slide-template {
  margin-bottom: 20px;
}
#per-slide-template span {
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  color: #000000;
}
#per-slide-template .cycle-pager-active {
  color: #7ca930;
}
#loader {
  text-align: center;
  height: 130px;
  padding-top: 10px;
}
#loader i {
  display: none;
  font-size: 28px;
  color: #7ca930;
}
.progress-disabled {
  float: none;
  display: inline;
}
.ajax-progress {
  float: none;
  display: inline;
}
.ajax-progress .throbber {
  background: transparent url('../images/spinner.gif') no-repeat;
  float: left;
  height: 24px;
  margin: 2px;
  width: 24px;
  display: inline-block;
}
tr .ajax-progress .throbber {
  margin: 0 2px;
}
.ajax-progress-bar {
  width: 16em;
}
.ombre {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ombre:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.overflowh {
  overflow: hidden;
  position: relative;
}
.floatl {
  float: left;
}
.alignc {
  text-align: center;
}
.alignr {
  text-align: right;
}
.paddingh20 {
  padding: 0 20px;
}
.mtop {
  padding-top: 50px;
}
.content-header {
  width: 100%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.overlay {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  display: block;
  width: 100%;
  text-align: right;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.overlay span,
.overlay i {
  display: inline-block;
  margin: 10px;
}
.overlay span {
  opacity: 0;
}
.overlay i {
  font-size: 20px;
}
.overlay:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay:hover i {
  color: #db3e33;
}
.overlay:hover span {
  opacity: 1;
}
video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 400px;
  display: none;
  transition: 1.4s all ease-in-out;
  opacity: 0;
}
.titlec {
  font-weight: 700;
  padding: 30px 0 0 0;
  margin-bottom: -20px;
}
.title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}
.title-black {
  color: black;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}
.subtitle {
  color: #000000;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .subtitle-big {
    font-size: 32px;
  }
}
.sticky {
  position: fixed !important;
  width: 100%;
  z-index: 101;
}
#sidebar {
  display: none;
}
#sidebar-accordion {
  margin-top: 40px;
}
#sidebar-accordion .panel-default {
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#sidebar-accordion .panel-collapse .bloc-html {
  padding: 0px;
}
#sidebar-accordion .panel-title {
  padding: 10px 0 10px 38px;
  text-transform: uppercase;
  position: relative;
}
#sidebar-accordion .panel-title a {
  display: block;
  padding-right: 100px;
  line-height: 22px;
}
#sidebar-accordion .panel-title a h2 {
  font-size: 16px;
}
#sidebar-accordion .panel-title a:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f106";
  position: absolute;
  right: 50px;
  top: 10px;
  font-size: 36px;
}
#sidebar-accordion .panel-title a.collapsed:after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f107";
}
.button {
  display: table;
  height: 40px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background: url(../images/svg/mini-fleche.svg) 18px 18px no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.button.white {
  background-color: #fff;
  color: black;
}
.button.white:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}
.bouton {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.bouton span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out 0s;
}
.bouton:hover {
  color: #fff;
}
.bouton:hover span {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.bouton.red:focus {
  color: #fff;
}
.bouton.red span {
  background-color: #db3e33;
}
.bouton.red span:hover {
  background-color: #d03025;
}
.bouton.green:focus {
  color: #fff;
}
.bouton.green span {
  background-color: #7ca930;
}
.bouton.green span:hover {
  background-color: #569136;
}
.bouton.black:focus {
  color: #fff;
}
.bouton.black span {
  background-color: #000000;
}
.bouton.black span:hover {
  background-color: #1a1a1a;
}
.wrapper-btn {
  background-color: white;
  margin: 24px 0;
  width: 100%;
}
.wrapper-btn .bouton {
  display: inline-block;
  width: 100%;
}
.wrapper-btn .bouton span {
  padding: 18px 0;
  width: 100%;
  display: block;
}
.add-to-cart {
  background-color: #7ca930;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.add-to-cart span {
  color: white;
  font-weight: 700;
  line-height: 24px;
}
.double-btn-wrapper {
  background: white;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin: 2.5em 0 1.5em 0;
}
@media (min-width: 1170px) {
  .double-btn-wrapper {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1170px) {
  .double-btn-wrapper {
    display: block;
  }
}
.double-btn-wrapper > div {
  width: 100%;
}
.double-btn-wrapper .btn-demo {
  transition: color 0.25s ease-out;
  display: block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1em;
  line-height: 65px;
  text-align: center;
  text-transform: uppercase;
}
.double-btn-wrapper .btn-demo:hover,
.double-btn-wrapper .btn-demo:focus {
  color: black;
}
@media (max-width: 1170px) {
  .double-btn-wrapper .btn-demo {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    border-radius: 5px;
    margin-top: 1em;
  }
}
.double-btn-wrapper form {
  margin: 0;
  padding: 0;
}
.double-btn-wrapper form > div {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
  margin: 0;
}
.double-btn-wrapper form > div:hover,
.double-btn-wrapper form > div:focus {
  background-color: #db3e33;
}
.double-btn-wrapper form > div input[type=submit] {
  padding: 20px 30px !important;
}
.double-btn-wrapper form .ajax-progress-throbber {
  display: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  margin-top: .25em;
  text-transform: none;
}
.double-btn-wrapper .commerce-add-to-cart .form-submit {
  background: none;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.double-btn-wrapper .commerce-add-to-cart .form-submit,
.double-btn-wrapper .commerce-add-to-cart .form-submit:hover,
.double-btn-wrapper .commerce-add-to-cart .form-submit:focus {
  box-shadow: none;
}
.double-btn-wrapper .commerce-add-to-cart .form-submit[disabled] {
  cursor: default;
}
#breadcrumb {
  color: #fff;
}
#breadcrumb a {
  color: #fff;
}
#breadcrumb a:hover {
  text-decoration: underline;
}
/*====== Homepage =======*/
.node-homepage #promotions .title {
  padding-bottom: 15px;
}
.node-homepage #promotions .slideshow-promo {
  z-index: 1;
}
.node-homepage #promotions .ombre:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.node-homepage #usages .slideshow {
  z-index: 1;
}
.node-homepage #usages .slideshow .wrapper-image:hover .hoverb {
  opacity: 0.6;
}
.node-homepage #familles {
  background-image: linear-gradient(180deg, #e5e5e5 0%, white 100%);
  background-size: cover;
}
.node-homepage #solutions {
  margin-top: 70px;
  margin-bottom: 15px;
}
.node-homepage #products {
  background: linear-gradient(180deg, #f8f8f8 0%, white 100%);
}
.node-homepage #products .title {
  padding-bottom: 15px;
}
.node-homepage #products .floatl {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.node-homepage #products .floatl:hover {
  z-index: 5;
}
.node-homepage #products .floatl:hover .outg {
  opacity: 0.4;
}
.node-homepage #products .floatl .degradeb {
  background: radial-gradient(50% 50%, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  height: 100%;
  top: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.node-homepage #products .floatl a {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.node-homepage #products .floatl a img {
  max-width: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.node-homepage #products .floatl a h2 {
  position: absolute;
  text-align: center;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.node-homepage .listing-products {
  padding: 0;
}
.node-homepage .block-testimony {
  position: relative;
}
.node-homepage .block-testimony .title {
  padding-bottom: 15px;
}
.node-homepage .block-testimony .related-product {
  z-index: 1;
}
.node-homepage .block-testimony .related-product p,
.node-homepage .block-testimony .related-product img {
  display: inline-block;
  vertical-align: bottom;
}
.node-homepage .block-testimony .related-product p {
  margin-bottom: 50px;
}
.node-homepage .block-testimony .related-product:hover p {
  text-decoration: underline;
}
.node-homepage .block-testimony .link-all {
  font-weight: 600;
  margin-top: 10px;
  display: block;
}
.node-homepage .block-testimony .link-all:hover {
  text-decoration: underline;
}
.node-homepage .block-contact {
  background-color: #7ca930;
  color: #fff;
}
.node-homepage .block-contact input::-webkit-input-placeholder {
  color: white;
  font-style: italic;
}
.node-homepage .block-contact input:-moz-placeholder {
  color: white;
  font-style: italic;
  opacity: 1;
}
.node-homepage .block-contact input::-moz-placeholder {
  color: white;
  font-style: italic;
  opacity: 1;
}
.node-homepage .block-contact input:-ms-input-placeholder {
  font-style: italic;
  color: white;
}
.node-homepage .block-contact p {
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-homepage .block-contact .title {
  color: white;
}
.node-homepage .block-contact hr {
  height: 1px;
  background-color: #fff;
}
.node-homepage .block-contact .field-name-field-soustitre-demo,
.node-homepage .block-contact .fa-globe {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.node-homepage .block-contact button {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  background: #fff;
  border: 0;
  margin-bottom: -44px;
  text-align: center;
}
.node-homepage #testimony {
  overflow: hidden;
}
.node-homepage #innovations {
  position: relative;
  z-index: 1;
}
.node-homepage #innovations .slideshow .content {
  position: relative;
  width: 100%;
}
.node-homepage #innovations .slideshow .wrapper-content {
  position: absolute;
  top: 0;
}
.node-homepage #innovations .slideshow .wrapper-content h3 {
  padding: 15px 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.node-homepage #innovations .slideshow .wrapper-content p {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 24px;
}
.node-homepage #innovations #per-slide-template .cycle-pager-active {
  color: black;
  border-bottom: 1px solid #fff;
  padding: 0 5px 5px;
}
.node-homepage #innovations h4 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.node-homepage #innovations h4 img {
  padding: 3px 12px 0px;
  vertical-align: top;
}
.node-homepage .wrapper-innovations {
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #a4c934 0%, #7ca930 100%);
}
.node-homepage #news {
  background: linear-gradient(0deg, rgba(56, 44, 21, 0.2) 0%, rgba(56, 44, 21, 0.05) 100%);
  position: relative;
  z-index: 0;
}
.node-homepage #news .listing-actus {
  background: none;
}
.node-homepage #news .all {
  display: block;
  padding: 15px 0 40px;
  color: rgba(57, 45, 22, 0.5);
  font-weight: bold;
}
.node-homepage #news .all:hover {
  text-decoration: underline;
  color: #535353;
}
/*====== slideshow =======*/
.wrapper-slideshow {
  position: relative;
}
.slideshow {
  position: relative;
}
.slideshow a {
  position: relative;
}
.slideshow a h3 {
  margin: auto;
  position: absolute;
  text-align: center;
  z-index: 2;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 0;
}
.slideshow a.overlay {
  position: absolute;
}
.slideshow .cycle-pager {
  text-align: center;
  padding-top: 20px;
}
.slideshow .cycle-pager span {
  border-radius: 10px;
  height: 20px;
  width: 20px;
  display: inline-block;
  background: #999999;
  margin: 0 10px;
  cursor: pointer;
}
.slideshow .cycle-pager .cycle-pager-active {
  background: #7ca930;
}
/*====== classe générique landing page =======*/
.inno {
  background: url("../images/bg-inno.png"), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #a4c934 0%, #7ca930 100%);
}
.inno #wrapperc .fs24 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.inno.hasvideo i {
  color: #db3e33 !important;
}
.margevideo {
  padding-top: 40px;
}
.overlay-video {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 99;
}
.hasvideo #iframe-yt {
  display: none;
}
.hasvideo .header-content {
  z-index: 100;
  margin-top: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  position: relative;
}
.hasvideo .header-content .filtre-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hasvideo .header-content:hover .filtre-video {
  background-color: rgba(0, 0, 0, 0.6);
}
.hasvideo .header-content iframe {
  position: absolute;
  top: 0;
  left: 0;
}
.hasvideo .header-content h1 {
  color: white;
  margin-top: 15px;
  margin-bottom: 10px;
}
.hasvideo .header-content p {
  color: white;
  padding: 0 50px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.hasvideo i {
  color: #db3e33;
  font-size: 64px;
}
/*====== taxonomie =======*/
#blocks-promo {
  background-image: linear-gradient(180deg, white 0%, whitesmoke 100%);
}
#blocks-promo .wrapper-blocs {
  position: relative;
}
#blocks-promo .wrapper-blocs .box-shadow .hoverb {
  opacity: 0;
}
#blocks-promo .wrapper-blocs .box-shadow:hover .hoverb {
  opacity: 0.4;
}
#blocks-promo .pastille {
  margin: 0 auto;
  text-align: center;
  display: table;
  position: relative;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#blocks-promo .pastille:hover {
  background: #fff;
}
#blocks-promo .pastille p {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.layout-blocks {
  color: #fff;
}
.layout-blocks p,
.layout-blocks a {
  color: #fff;
}
.layout-blocks .item {
  position: relative;
}
.layout-blocks .wrapper-content {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  font-size: 14px;
  padding: 20px;
  width: 100%;
  z-index: 3;
}
.layout-blocks .wrapper-content i {
  padding-bottom: 20px;
}
.layout-blocks .titre {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
}
/*====== listing produits =======*/
.profilage {
  background: url("../images/bg-inno.png"), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #a4c934 0%, #7ca930 100%);
}
.profilage .header-content {
  margin-top: 40px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
.profilage .header-content p {
  color: white;
}
.profilage.hasvideo .header-content {
  margin-bottom: 40px;
  z-index: 100;
}
.profilage.hasvideo .header-content #wrapperc {
  height: 100%;
  display: table;
}
.profilage.hasvideo .header-content .button {
  margin: auto;
  margin-top: 25px;
}
#term-parent {
  background-image: linear-gradient(to top, #f4f4f4 0%, #dfdedc 100%);
}
.listing-products {
  background: #fff;
}
.listing-products .product-title {
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  white-space: normal;
}
.listing-products .product a {
  display: block;
}
.listing-products .product .fs13 p {
  line-height: 16px;
  padding-left: 8px;
  font-size: 13px;
}
/*====== fiche produit =======*/
.node-produits .wrapper-caracteristiques {
  margin-bottom: 0;
}
.node-produits .listing-products {
  padding-top: 0;
}
.node-produits .listing-products .product a {
  height: auto;
  padding-bottom: 45px;
}
.node-produits .listing-products .product .fs13 {
  display: none;
}
.node-produits .listing-products .wrapper-price {
  bottom: auto;
  text-align: left;
}
@media (max-width: 768px) {
  .node-produits .listing-products .wrapper-price,
  .node-produits .listing-products .fs14,
  .node-produits .listing-products .fs13 {
    text-align: center !important;
  }
}
.node-produits #products {
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.node-produits #products .block-intro {
  text-align: left;
  padding: 0 0 15px;
}
.node-produits #products .more_products {
  opacity: 0.6;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  padding-top: 35px;
  text-align: left;
}
.node-produits #products .more_products .col-lg-4,
.node-produits #products .more_products .col-lg-2 {
  width: auto;
}
.node-produits #products .more_products ul li {
  display: inline;
  padding-left: 20px;
  margin-left: 15px;
}
.node-produits #products .more_products a {
  color: #000000;
}
.node-produits #products .more_products a:hover {
  color: #7ca930;
}
#product-add-to-cart {
  margin-top: 2em;
  overflow: hidden;
}
#product-add-to-cart .form-item-qty,
#product-add-to-cart .form-submit {
  float: left;
}
#product-add-to-cart .form-item-qty {
  margin-right: 1em;
  width: 15%;
}
#product-add-to-cart .form-item-qty .form-text {
  height: 67px;
}
#product-add-to-cart .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  width: 80%;
}
#product-add-to-cart .form-submit:hover,
#product-add-to-cart .form-submit:focus {
  background-color: #db3e33;
}
.commerce-add-to-cart {
  padding: 2em 0;
}
.commerce-add-to-cart .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  margin: 0;
  width: 100%;
}
.commerce-add-to-cart .form-submit:hover,
.commerce-add-to-cart .form-submit:focus {
  background-color: #db3e33;
}
.links-media {
  margin-top: 25px;
}
.link-retailer {
  display: block;
  margin-top: 10px;
}
.link-retailer:hover {
  text-decoration: underline;
}
.wrapper-price {
  padding-left: 8px;
}
.wrapper-price .regular-price,
.wrapper-price .special-price {
  display: inline-block;
}
.wrapper-price .special-price {
  color: #db3e33;
}
.wrapper-price .regular-price.barre {
  color: rgba(0, 0, 0, 0.4);
  display: block;
  text-decoration: line-through;
  font-size: 12px;
  padding-left: 6px;
}
@media screen and (min-width: 992px) {
  .wrapper-price .regular-price.barre {
    display: inline-block;
  }
}
#product-infos {
  padding-top: 35px;
}
#product-infos .image-promo {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 100;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#product-infos .image-promo:hover {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
#product-infos .regular-price,
#product-infos .special-price {
  font-weight: 900;
}
#product-infos .regular-price.barre {
  font-weight: 400;
  font-size: 24px;
  padding-left: 20px;
}
#product-infos .ecotaxe {
  font-size: 12px;
  padding-left: 10px;
}
@media (max-width: 992px) {
  #product-infos .ecotaxe {
    display: block;
    padding-left: 0;
  }
}
.wrapper-caracteristiques {
  background: url("../images/img-foret.jpg") 50% 0 no-repeat, url("../images/img-noise-160x160.png") 0 0, #f3f3ea;
}
.deg3pct {
  background: rgba(0, 0, 0, 0.03);
}
.deg6pct {
  background: rgba(0, 0, 0, 0.06);
}
.list-items {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
#robustesse .slideshow .field-name-body {
  padding-right: 20px;
}
#polyvalence .see-more {
  margin-top: 50px;
}
.wrapper-specs {
  background: url("../images/bg-specs.jpg") 0 0 no-repeat, #CFCEC9;
}
#temoignage h3 {
  padding-bottom: 14px;
}
#temoignage a.link {
  padding-top: 10px;
}
#specifications table {
  width: 100%;
}
#specifications table .odd,
#specifications table .even {
  border-bottom: 1px solid #b9b8b6;
}
#specifications table .odd {
  background: #fff;
}
#specifications table .even {
  background: #e9e8e5;
}
#specifications table td {
  padding: 5px 0 5px 10px;
  font-size: 12px;
}
#specifications table th {
  color: black;
  font-weight: bold;
  padding: 5px 0;
}
#specifications table .col_1 {
  font-weight: bold;
}
#specifications .tablefield-wrapper {
  margin-bottom: 30px;
}
#documents .line-doc {
  cursor: pointer;
}
#documents span.file {
  background-color: white;
  border: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  display: block;
  min-height: 60px;
}
#documents i {
  color: #db3e33;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}
#documents .more-blocks {
  text-align: center;
}
.overlay-document .modal-content {
  border-radius: 0;
  padding: 35px 30px 100px;
}
.overlay-document .modal-content .close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 25px;
  outline: none;
}
.see-more {
  color: #a58a80;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 20px 0;
  text-align: center;
  display: block;
  position: relative;
}
.see-more:hover {
  text-decoration: none;
}
.see-more:before {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: "\f055";
  position: absolute;
  font-size: 24px;
  right: 49%;
  top: -7px;
}
.more-blocks {
  display: none;
}
.more-blocks.mt {
  margin-top: 30px;
}
.block-content {
  background: #fff;
  margin-bottom: 30px;
}
.block-content .wrapper-image {
  position: relative;
  overflow: hidden;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.05);
}
.block-content .wrapper-image .vignette {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
}
.block-anchors {
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  height: 54px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  padding-top: 18px;
}
.block-anchors a.demo {
  visibility: hidden;
  color: #fff;
  padding: 2px 5px;
  float: right;
}
.block-anchors.sticky a.demo {
  visibility: visible;
  padding: 3px 12px;
  margin-top: -4px;
}
.sticky-anchors {
  position: relative;
}
.sticky-anchors a {
  position: relative;
}
.sticky-anchors #pointer {
  display: none;
  position: absolute;
  transition: width 0.3s, left 0.3s;
}
@media screen and (max-width: 767px) {
  .sticky-anchors #pointer {
    position: relative;
  }
}
.sticky-anchors #pointer:after {
  content: "";
  background: url('../images/svg/active-tab.svg') no-repeat;
  position: absolute;
  width: 20px;
  height: 10px;
  bottom: -15px;
  left: -10px;
  color: #7ca930;
  z-index: 1;
}
.node-iframe-3d {
  background: #ddddd7 none repeat scroll 0 0;
}
/*====== page listing temoignage =======*/
#page-temoignages .bg-temoignages .container {
  position: relative;
}
#page-temoignages .bg-temoignages .container p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  line-height: 28px;
}
#page-temoignages .listing-temoignages {
  margin-top: 30px;
}
#page-temoignages .listing-temoignages .grid {
  padding: 0;
}
#page-temoignages #more-actu:hover {
  color: #606060;
  text-decoration: underline;
}
/*====== node temoignage =======*/
.node-temoignages .wrapper-temoignage {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.node-temoignages .wrapper-temoignage .col-md-5,
.node-temoignages .wrapper-temoignage .col-md-7 {
  padding-left: 0;
  padding-right: 0;
}
.node-temoignages .wrapper-temoignage .infos-loc,
.node-temoignages .wrapper-temoignage .infos-loc p {
  text-align: center;
  color: #fff;
}
.node-temoignages .wrapper-temoignage .infos-loc .field-item {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.node-temoignages .wrapper-temoignage .infos-loc .vcenter > p {
  font-size: 14px;
}
.node-temoignages .wrapper-temoignage .wrapper-content {
  background: #fff;
}
.node-temoignages .wrapper-temoignage .field-name-field-prenom-temoin,
.node-temoignages .wrapper-temoignage .field-name-field-nom-temoin {
  display: inline-block;
  font-weight: bold;
}
.node-temoignages .wrapper-temoignage .wrapper-image {
  position: relative;
}
.node-temoignages .wrapper-temoignage .wrapper-image .overlay {
  height: 100%;
  text-align: center;
}
.node-temoignages .wrapper-temoignage .wrapper-image .overlay i {
  font-size: 64px;
}
/*====== Page actualité =======*/
#page-actualite .bg-actu {
  background: url("../images/bg-inno.png"), linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.05) 100%), linear-gradient(180deg, #a4c934 0%, #7ca930 100%);
  padding-top: 30px;
}
#page-actualite .bg-actu .container {
  position: relative;
}
#page-actualite .bg-actu .title {
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-weight: 800;
  padding-top: 15px;
}
#page-actualite .bg-actu h1 {
  color: black;
  text-align: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page-actualite .bg-actu span.date {
  color: white;
  display: block;
  text-align: center;
  margin-bottom: 5px;
}
#page-actualite .bg-actu .sharethis-wrapper span {
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 15px;
}
#page-actualite .bg-actu .sharethis-wrapper .st_facebook_custom {
  background-image: url('../images/svg/i-facebook.svg');
}
#page-actualite .bg-actu .sharethis-wrapper .st_twitter_custom {
  background-image: url('../images/svg/i-twitter.svg');
}
#page-actualite .bg-actu .sharethis-wrapper .st_email_custom {
  background-image: url('../images/svg/i-share.svg');
}
#page-actualite .bg-actu .arrowprev {
  float: left;
}
#page-actualite .bg-actu .arrownext {
  float: right;
}
#page-actualite .accroche {
  margin: 40px auto;
  text-align: center;
}
#page-actualite .accroche p {
  line-height: 30px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#page-actualite .image-actu {
  display: table;
  width: 100%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4);
}
#page-actualite .image-actu .wrapper-content .wrapper-pastille {
  margin: auto;
  display: table;
}
#page-actualite .image-actu .wrapper-content .pastille {
  padding: 30px;
  text-align: center;
}
#page-actualite .image-actu .wrapper-content .pastille span {
  text-transform: uppercase;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
#page-actualite .image-actu .wrapper-content .pastille p {
  color: white;
  border-top: 2.5px solid #fff;
}
#page-actualite .primary-content .move .wrapper-content {
  padding-bottom: 30px;
}
#page-actualite .primary-content .move.mtop {
  padding-top: 0;
}
#page-actualite .primary-content .move.mtop .wrapper-content {
  padding-bottom: 50px;
  overflow: hidden;
}
#page-actualite .primary-content .bloc-html .wrapper-content {
  padding-top: 0px;
}
#page-actualite .primary-content .bloc-html .img img,
#page-actualite .primary-content .move .img img {
  margin-bottom: 30px;
}
#page-actualite .primary-content .bloc-html:nth-child(2n+2) {
  background: transparent;
}
#page-actualite .primary-content .bloc-html:nth-of-type(2n+2) {
  background: linear-gradient(180deg, rgba(216, 232, 248, 0.6) 0%, rgba(216, 232, 248, 0.1) 100%);
}
#page-actualite .primary-content #block1 {
  padding-top: 0;
}
#page-actualite #galerie-photo {
  margin-bottom: 70px;
}
#page-actualite #galerie-photo .galerie .wrapper-image {
  padding: 0;
}
#page-actualite #galerie-photo .galerie .titre {
  display: block;
  color: #7ca930;
  font-size: 24px;
  line-height: 30px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 7px;
}
#page-actualite .videos span {
  display: block;
}
#page-actualite .videos .wrapper-video {
  margin-bottom: 30px;
}
#page-actualite .videos span.title {
  color: black;
  font-size: 24px;
  line-height: 33px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}
#page-actualite .videos span.name {
  color: #7ca930;
  font-size: 24px;
  line-height: 30px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  margin-bottom: 7px;
}
/*====== Listing actualités =======*/
.page-actualites #footer {
  padding: 80px 0 80px;
}
.listing-actus {
  background-image: linear-gradient(0deg, rgba(56, 44, 21, 0.2) 0%, rgba(56, 44, 21, 0.05) 100%);
}
.listing-actus .item-sticky {
  margin-bottom: 15px;
}
.listing-actus .item-sticky a {
  display: block;
}
.listing-actus .item-sticky .wrapper-content {
  text-align: center;
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
  position: relative;
}
.listing-actus .item-sticky .wrapper-content .hoverb {
  opacity: 0;
}
.listing-actus .item-sticky .wrapper-content:hover .hoverb {
  opacity: 0.4;
}
.listing-actus .item-sticky .wrapper-content h2 {
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 32px;
  line-height: 40px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin: auto;
  position: relative;
  z-index: 10;
}
.listing-actus .item-sticky .wrapper-content h2 a {
  color: #fff;
  text-decoration: none;
}
.listing-actus .item-sticky .wrapper-content .wrapper-pastille {
  width: 140px;
  height: 140px;
  border-radius: 140px;
  margin: 15px auto;
  display: table;
  position: relative;
  z-index: 10;
}
.listing-actus .item-sticky .wrapper-content .pastille {
  padding: 15px;
}
.listing-actus .item-sticky .wrapper-content .pastille span {
  font-size: 24px;
  text-transform: uppercase;
  line-height: 30px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.listing-actus .item-sticky .wrapper-content .pastille p {
  color: white;
  font-size: 14px;
  line-height: 20px;
  border-top: 1px solid #fff;
}
.listing-actus .block-promo {
  height: auto;
}
.listing-actus .block-promo .wrapper-content {
  box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.4);
  position: relative;
}
.listing-actus .block-promo .wrapper-content .hoverb {
  opacity: 0;
}
.listing-actus .block-promo .wrapper-content:hover .hoverb {
  opacity: 0.4;
}
.listing-actus .block-promo .pastille {
  margin: 0 auto;
  text-align: center;
  display: table;
  border-radius: 130px;
  height: 260px;
  width: 260px;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  position: relative;
  z-index: 10;
  /*                &:hover{
                            background:#fff !important;
                        }*/
}
.listing-actus .block-promo .pastille p {
  color: white;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.listing-actus .block-promo .pastille::-moz-focus-inner {
  border: 0;
}
.listing-actus .grid {
  margin: 0 -15px;
}
.listing-actus .grid-item .content {
  background-color: #fafafa;
  border: 1px solid white;
  color: #606060;
  padding: 20px;
}
.listing-actus .grid-item .content h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #000000;
}
.listing-actus .grid-item .content p {
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.listing-actus .grid-item .content .date {
  display: block;
  margin-bottom: 5px;
  margin-top: 6px;
  color: #7ca930;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.listing-actus #more-actu {
  display: block;
  padding: 15px 0 5px;
  color: rgba(57, 45, 22, 0.5);
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}
.listing-actus #more-actu:hover {
  color: #606060;
  text-decoration: underline;
}
/*====== node webform =======*/
.node-webform .bg-contact .col-md-7 {
  padding: 0;
}
.node-webform .bg-contact .col-md-7 p {
  color: white;
}
.node-webform .bg-contact .col-md-7 p:first-child {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 6px;
}
.node-webform .card-map {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.node-webform .card-map .col-sm-7 {
  background-image: url("../images/map-contact.jpg");
}
.node-webform .card-map .col-sm-5 {
  padding-top: 25px;
  padding-left: 40px;
}
.node-webform .card-map .col-sm-5 .nom {
  color: black;
  font-size: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 20px;
}
.node-webform .card-map .col-sm-5 .num_vert {
  color: #7ca930;
  margin: 30px 0;
}
.node-webform .card-map .col-sm-5 p,
.node-webform .card-map .col-sm-5 span {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-webform .card-map .col-sm-5 span {
  margin-top: 8px;
}
.node-webform .card-map .col-sm-5 span:before {
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  background-repeat: no-repeat;
  margin-right: 15px;
  height: 15px;
  width: 18px;
}
.node-webform .card-map .col-sm-5 .tel:before {
  background-image: url('../images/svg/phone_revendeur.svg');
}
.node-webform .card-map .col-sm-5 .fax:before {
  background-image: url('../images/svg/fax_revendeur.svg');
}
.node-webform .card-map .col-sm-5 .email:before {
  background-image: url('../images/svg/mail_revendeur.svg');
}
.node-webform .locate-link {
  color: #7ca930;
  display: inline-block;
  text-decoration: underline;
}
.node-webform .locate-link:hover,
.node-webform .locate-link:focus {
  color: black;
  text-decoration: none;
}
.node-webform .body-content {
  margin-bottom: 40px;
}
.node-webform .body-content a {
  text-decoration: underline;
}
.node-webform .body-content a:hover,
.node-webform .body-content a:focus {
  text-decoration: none;
}
.node-webform .body-content img {
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.node-type-webform .select2-container {
  min-height: 47px;
}
.node-type-webform .select2-container,
.node-type-webform .select2-container span {
  outline: 0;
}
.node-type-webform .select2-container .select2-selection--single {
  background: inherit;
  border: 0;
  border-radius: 0;
  height: 47px;
}
.node-type-webform .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 47px;
}
.node-type-webform .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  transform: translateY(-50%);
}
.node-type-webform .select2-container--default .select2-selection--single .select2-selection__arrow {
  background: transparent url('../images/icons/sprite-select-arrows.png') 0 0 no-repeat;
  height: 15px;
  width: 25px;
}
.node-type-webform .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  background-position: 0 -15px;
}
.node-type-webform .select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.node-type-webform .select2-selection[aria-expanded=true] {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.node-type-webform .webform-component-select {
  transition: all 0.2s ease-out;
}
.node-type-webform .is-hidden {
  opacity: .2;
}
.node-type-webform .select2-dropdown {
  border-color: #ccc;
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  min-width: 160px;
}
.node-type-webform .select2-container--default .select2-results__option[aria-selected=true],
.node-type-webform .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: none;
  font-weight: bold;
}
.node-type-webform .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: inherit;
}
.submission-title {
  margin: 1em 0 1.5em 0;
}
/*====== node =======*/
.bloc-html {
  padding: 50px 0;
}
.bloc-html .wrapper-content {
  padding: 30px 0;
}
.bloc-html .wrapper-content.slide {
  position: relative;
  margin: 30px auto;
  padding: 0;
  height: 440px;
  border: 5px solid white;
  box-shadow: rgba(0, 0, 0, 0.298039) 0px 10px 30px;
}
.bloc-html .wrapper-content.slide .controls a.promoprev,
.bloc-html .wrapper-content.slide .controls a.promonext {
  top: 45%;
}
.bloc-html .wrapper-content.slide p {
  margin: 0;
}
.bloc-html .wrapper-content.slide img {
  height: 430px;
  width: 625px;
}
@media (max-width: 480px) {
  .bloc-html .wrapper-content.slide {
    height: auto !important;
  }
  .bloc-html .wrapper-content.slide img {
    height: auto !important;
    width: auto !important;
  }
}
.bloc-html .col-sm-12 img {
  width: 100%;
}
@media (max-width: 992px) {
  .bloc-html .row .col-sm-6:first-child {
    margin-bottom: 2em;
  }
}
.primary-content .bloc-html:nth-child(2n+2) {
  background: linear-gradient(180deg, rgba(216, 232, 248, 0.6) 0%, rgba(216, 232, 248, 0.1) 100%);
}
/*====== Page de contenu basique =======*/
.node-type-contenu .header-content .content-bloc h1#page-title {
  color: white;
  font-weight: 800;
  padding-bottom: 10px;
}
.node-type-contenu .header-content .content-bloc p,
.node-type-contenu .header-content .content-bloc li {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-type-contenu .hasvideo .header-content .content-bloc h1#page-title {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}
.node-type-contenu .hasvideo .header-content .content-bloc p,
.node-type-contenu .hasvideo .header-content .content-bloc li {
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
.node-type-contenu .hasvideo.inno #wrapperc * {
  color: white;
}
.node-type-contenu .header-bloc .wrapper-content {
  margin: 0 -15px;
}
.node-type-contenu .header-bloc .content-bloc {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 40px;
  text-align: left;
}
.node-type-contenu .header-bloc .content-bloc h1#page-title {
  color: white;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  padding-bottom: 10px;
}
.node-type-contenu .header-bloc .content-bloc p,
.node-type-contenu .header-bloc .content-bloc li {
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-type-contenu .img-none {
  margin-bottom: 0;
}
/*====== node sommaire =======*/
.node-type-sommaire #breadcrumb {
  display: none;
}
.node-type-sommaire #footer {
  padding: 80px 0 80px;
}
.node-type-landing-page #footer {
  padding: 80px 0 80px;
}
.node-sommaire h1#page-title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding-bottom: 10px;
  line-height: 60px;
}
.node-landing-page .header-content .menu-titre,
.node-sommaire .header-content .menu-titre {
  color: #fff;
}
.node-landing-page .header-content h3,
.node-sommaire .header-content h3 {
  color: #fff;
}
.node-landing-page .wrapper-content,
.node-sommaire .wrapper-content {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 50px 40px;
  text-align: center;
}
.node-landing-page .wrapper-content ul,
.node-sommaire .wrapper-content ul {
  padding-top: 20px;
}
.node-landing-page .wrapper-content ul li,
.node-sommaire .wrapper-content ul li {
  margin-top: 10px;
}
.node-landing-page .wrapper-content ul a,
.node-sommaire .wrapper-content ul a {
  color: #fff;
}
.node-landing-page .wrapper-content ul a:hover,
.node-sommaire .wrapper-content ul a:hover {
  text-decoration: underline;
  color: #fff;
}
.node-landing-page h2,
.node-sommaire h2 {
  padding-top: 30px;
}
.node-landing-page .field-name-body,
.node-sommaire .field-name-body {
  padding-top: 60px;
}
.node-landing-page .list-articles,
.node-sommaire .list-articles {
  padding: 60px 0;
  text-align: center;
}
.node-landing-page .list-articles a,
.node-sommaire .list-articles a {
  height: 100%;
  left: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.node-landing-page .list-articles h3,
.node-sommaire .list-articles h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  transform: translateY(-50%);
  position: absolute;
  z-index: 3;
  top: 50%;
  width: 100%;
}
.node-landing-page .list-articles .overflowh *:hover .hoverb,
.node-sommaire .list-articles .overflowh *:hover .hoverb {
  opacity: 0.6;
}
.node-landing-page .list-links,
.node-sommaire .list-links {
  padding-bottom: 80px;
}
.node-landing-page .list-links h3,
.node-sommaire .list-links h3 {
  padding: 40px 0 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.node-landing-page .list-links ul a,
.node-sommaire .list-links ul a {
  color: #7ca930;
  position: relative;
  padding-right: 20px;
}
.node-landing-page .list-links ul a:after,
.node-sommaire .list-links ul a:after {
  content: "→";
  position: absolute;
  right: 0;
  top: -1px;
}
.node-landing-page .list-links ul a:hover,
.node-sommaire .list-links ul a:hover {
  text-decoration: underline;
}
/*====== node medias =======*/
.node-type-medias #footer {
  padding: 80px 0 80px;
}
.node-medias .galerie .wrapper-image {
  float: left;
  overflow: hidden;
  position: relative;
}
.node-medias .galerie .wrapper-image.col-sm-3 {
  padding: 0;
}
.node-medias .galerie .wrapper-image .vignette {
  position: absolute;
  width: 100%;
  height: 100%;
  background: radial-gradient(transparent 0%, transparent 50%, rgba(0, 0, 0, 0.1) 100%);
}
.node-medias h2 {
  color: #363636;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-medias .wrapper-docs {
  background: url("../images/bg-specs.jpg") no-repeat scroll 0 0px, #cfcec9 none repeat scroll 0 0;
}
.node-medias #documents {
  background: none;
}
.node-medias #documents .list-items {
  margin-top: 20px;
}
.node-medias #videos {
  background-color: rgba(0, 0, 0, 0.03);
}
.node-medias #videos p {
  font-weight: 700;
  padding: 15px 25px 25px;
}
/*====== listing produits d'occasion =======*/
.listing-products-ocaz-tpl .listing-products a {
  display: table;
}
.listing-products-ocaz-tpl .listing-products a#reset {
  display: initial;
}
.listing-products-ocaz-tpl .listing-products .product h3 {
  font-weight: bold;
  padding-left: 0;
  height: 25px;
}
.listing-products-ocaz-tpl .listing-products .product p {
  margin: 0;
}
.listing-products-ocaz-tpl .listing-products .product .field-content i,
.listing-products-ocaz-tpl .listing-products .product .field-content span {
  display: table-cell;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
}
.listing-products-ocaz-tpl .listing-products .product .field-content i {
  text-align: center;
  width: 30px;
}
/*====== produits d'occasion / accessoires / pieces detachees =======*/
.node-produits-ocaz .header-content,
.node-produit-accessoire .header-content,
.node-piece-detachee .header-content {
  background: black;
}
.node-produits-ocaz .slideshow img,
.node-produit-accessoire .slideshow img,
.node-piece-detachee .slideshow img {
  width: 100%;
}
.node-produits-ocaz .field-name-body,
.node-produit-accessoire .field-name-body,
.node-piece-detachee .field-name-body {
  margin-bottom: 20px;
}
.node-produits-ocaz .field-content i,
.node-produit-accessoire .field-content i,
.node-piece-detachee .field-content i,
.node-produits-ocaz .field-content span,
.node-produit-accessoire .field-content span,
.node-piece-detachee .field-content span {
  display: table-cell;
  padding: 5px 5px 5px 0;
  vertical-align: middle;
}
.node-produits-ocaz .field-content i,
.node-produit-accessoire .field-content i,
.node-piece-detachee .field-content i {
  text-align: center;
  width: 30px;
}
.node-produits-ocaz .list-links a,
.node-produit-accessoire .list-links a,
.node-piece-detachee .list-links a {
  display: block;
}
.node-produits-ocaz #specifications,
.node-produit-accessoire #specifications,
.node-piece-detachee #specifications {
  margin-top: 30px;
}

#products .fs14,
#products .fs13 {
  text-align: left;
}
#products .fs13,
#products .wrapper-price {
  padding-left: 8px;
}
/*====== node produits d'occasion =======*/
.node-produits-ocaz h1 {
  padding-bottom: 0px;
}
.node-produits-ocaz .wrapper-form .webform-client-form > div {
  position: relative;
}
.node-produits-ocaz .wrapper-form h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0 0 25px 15px;
}
/*====== node produits accessoires et pièce détachée =======*/
.node-produit-accessoire #documents,
.node-piece-detachee #documents {
  min-height: 200px;
  background-color: rgba(0, 0, 0, 0.03);
  background-image: linear-gradient(180deg, rgba(56, 44, 21, 0.2) 0%, rgba(56, 44, 21, 0.05) 100%);
}
.node-produit-accessoire .accessoire-fonction,
.node-piece-detachee .accessoire-fonction {
  color: #7ca930;
  font-weight: 400;
  margin-bottom: 25px;
}
.node-produit-accessoire .wrapper-price,
.node-piece-detachee .wrapper-price {
  padding-left: 0px;
  margin-top: 20px;
}
.node-produit-accessoire .listing-products,
.node-piece-detachee .listing-products {
  padding: 0;
}
.node-produit-accessoire a.gallery,
.node-piece-detachee a.gallery,
.node-produit-accessoire a.video,
.node-piece-detachee a.video {
  border-radius: 2px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #7ca930;
  position: absolute;
  margin-top: -60px;
}
.node-produit-accessoire a.video,
.node-piece-detachee a.video {
  background: url("../images/icons/i-video-green.png") 5% 50% no-repeat;
}
.linked-products__heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 15px;
  margin: 0;
  margin-top: 1.5em;
  margin-bottom: 1em;
}
.linked-products__list {
  color: black;
  margin-bottom: 1.5em;
  width: 100%;
}
.linked-products__list thead tr {
  background: #f3f3eb;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 18px;
}
.linked-products__list thead td {
  padding: 0;
}
.linked-products__list thead a {
  display: block;
}
.linked-products__list tbody {
  display: none;
}
.linked-products__list tr {
  color: #656565;
}
.linked-products__list tr.odd {
  background: white;
}
.linked-products__list tr.even {
  background: #f5f4f2;
}
.linked-products__list td {
  border-bottom: 1px solid #cdccca;
  min-width: 50%;
  padding: .35em 15px;
  text-align: left;
  vertical-align: middle;
}
.linked-products__list a {
  transition: color 0.25s ease-out;
}
.linked-products__list a:hover,
.linked-products__list a:focus {
  color: black;
}
.linked-products__tab {
  color: black;
  display: block;
  padding: 1.2em 15px;
  position: relative;
  /*
        &--active {
            &::after {
                content: '\f106';
            }
        }
        */
}
.linked-products__tab::after {
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  color: black;
  content: '\f107';
  font-size: 32px;
  position: absolute;
  top: 50%;
  right: 15px;
}
.linked-products__product a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.linked-products__family {
  font-size: 12px;
}
.linked-products__list--active tbody {
  display: table-row-group;
}
.linked-products__list--active .linked-products__tab::after {
  content: '\f106';
}
/*====== page offres d'emploi =======*/
.page-offres-emploi #footer {
  padding: 80px 0 80px;
}
#page-offre-emploi .bg-offre-emploi {
  background: url("../images/bg-offres-emploi.jpg") no-repeat 50% 0;
}
#page-offre-emploi .bg-offre-emploi h1 {
  margin-bottom: 25px;
}
@media (max-width: 480px) {
  #page-offre-emploi .bg-offre-emploi h1 {
    margin-bottom: 0;
  }
}
#page-offre-emploi .bg-offre-emploi p {
  color: white;
}
@media (max-width: 480px) {
  #page-offre-emploi .bg-offre-emploi p {
    font-size: 12px;
  }
}
#page-offre-emploi .bg-offre-emploi #social-network {
  padding-top: 30px;
}
@media (max-width: 480px) {
  #page-offre-emploi .bg-offre-emploi #social-network {
    padding-top: 10px;
  }
}
#page-offre-emploi .bg-offre-emploi #social-network a {
  display: inline-block;
  vertical-align: top;
}
#page-offre-emploi .bg-offre-emploi #social-network span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-right: 20px;
}
@media (max-width: 480px) {
  #page-offre-emploi .bg-offre-emploi #social-network span {
    font-size: 16px;
  }
}
#page-offre-emploi .bg-offre-emploi #social-network i {
  font-size: 20px;
  padding: 0 5px;
  color: white;
}
#page-offre-emploi .bg-offre-emploi #social-network img {
  display: block;
  padding: 2px 5px;
}
#page-offre-emploi .listing-offres {
  padding: 52px 0 26px;
  background-image: linear-gradient(0deg, white 0%, whitesmoke 100%);
}
#page-offre-emploi .panel {
  padding: 26px 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  margin-bottom: 40px;
}
#page-offre-emploi .panel.highlight {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
#page-offre-emploi .panel-heading {
  padding: 0;
}
#page-offre-emploi .panel-heading a {
  display: block;
  background-image: url("../images/panel-link.png");
  background-repeat: no-repeat;
  line-height: 20px;
  font-size: 13px;
}
#page-offre-emploi .panel-heading a span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #7ca930;
}
#page-offre-emploi .panel-heading a.collapsed {
  background-image: url("../images/panel-link-collapse.png");
}
#page-offre-emploi .panel-heading a.collapsed span {
  color: black;
}
#page-offre-emploi .panel-collapse {
  font-size: 13px;
  color: black;
}
#page-offre-emploi .panel-collapse p,
#page-offre-emploi .panel-collapse li {
  color: black;
  font-size: 13px;
}
#page-offre-emploi .panel-collapse label {
  display: block;
  font-weight: 600;
  font-size: 14px;
  margin-top: 60px;
}
#page-offre-emploi .panel-collapse label:first-child {
  margin-top: 0;
}
#page-offre-emploi .panel-collapse .left-col {
  border-right: 1px solid #dbdbdb;
  padding-right: 30px;
}
#page-offre-emploi .panel-collapse .right-col {
  padding-left: 30px;
}
#page-offre-emploi .wrapper-offres {
  background: url("../images/bg-footer-offre_emploi.png") no-repeat scroll 50% 0px;
}
#page-offre-emploi #prefooter-offres {
  background: linear-gradient(0deg, rgba(216, 232, 248, 0.6) 0%, rgba(216, 232, 248, 0.1) 100%);
}
#page-offre-emploi #prefooter-offres .block-content span {
  color: #606060;
  font-size: 14px;
  line-height: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page-offre-emploi #prefooter-offres .block-content p {
  color: #5b5b5b;
  opacity: 0.6;
}
/*====== FOOTER ======*/
#footer {
  background: #fff;
}
#footer .container {
  position: relative;
}
#footer .bloc-center {
  position: absolute;
  left: 50%;
}
#footer .arrowtop {
  position: relative;
  left: -50%;
}
#footer .block-rs {
  color: black;
  font-weight: 700;
  border-bottom: 1px solid #979797;
}
#footer .block-rs a {
  color: black;
  font-weight: 700;
  display: inline-block;
}
#footer .block-rs i {
  font-size: 20px;
  padding: 0 5px;
}
#footer .block-rs img {
  vertical-align: top;
  padding: 0 5px;
}
#footer .sharethis-wrapper {
  display: inline-block;
  vertical-align: bottom;
}
#footer .sharethis-wrapper span {
  cursor: pointer;
  margin-left: 7px;
}
#footer .sharethis-wrapper .st_facebook_custom::after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f082';
  font-size: 20px;
}
#footer .sharethis-wrapper .st_twitter_custom::after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f081';
  font-size: 20px;
}
#footer .sharethis-wrapper .st_email_custom::after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f14d';
  font-size: 20px;
}
#footer .menu-block-2 > .menu > li > a {
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
#footer .menu-block-2 a {
  text-transform: uppercase;
  color: #898989;
}
#footer .menu-block-2 a:hover {
  text-decoration: underline;
}
#footer .menu-block-2 ul ul a {
  text-transform: inherit;
}
/*====== Page de résultats ======*/
.page-search .head-result {
  height: 100px;
  background-color: #7ca930;
}
.page-search .head-result h1 {
  line-height: 100px;
  margin: 0;
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.page-search h2 {
  margin-bottom: 20px;
  padding: 0 20px;
  margin-top: 40px;
}
.page-search h2 span {
  color: #7ca930;
}
.page-search .wrapper-form-search {
  position: relative;
}
.page-search .search-results {
  padding-left: 0;
}
.page-search .search-results .search-result {
  margin: 20px 0;
  padding: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.page-search .search-results .search-result:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.page-search .search-results .search-result h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 25px;
}
.page-search .search-results .search-result h3 a {
  color: #7ca930;
}
.page-search .search-results .search-result .categorie {
  display: block;
  margin-bottom: 20px;
}
.page-search .search-results .search-result .search-snippet-info {
  padding: 0;
}
/*====== mode non connecté ======*/
.not-logged-in #header-admin {
  padding-top: 60px;
}
/*====== Node configurateur ======*/
.node-type-configurateur {
  overflow: hidden;
}
.node-type-configurateur #main-wrapper {
  padding-top: 0;
}
.node-configurateur {
  height: 100%;
}
.node-configurateur .header {
  width: 100%;
  background-color: black;
}
.node-configurateur .header #site-name {
  float: left;
  margin-right: 20px;
}
.node-configurateur .header span.titre {
  float: left;
  text-transform: uppercase;
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.node-configurateur .header h1 {
  float: left;
  text-transform: uppercase;
  color: white;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
}
.node-configurateur .header #close {
  float: right;
  cursor: pointer;
}
.node-configurateur #filtre {
  position: relative;
  width: 100%;
  background-color: white;
}
.node-configurateur #filtre #price span:first-child {
  display: block;
  font-size: 14px;
  color: #db3e33;
}
.node-configurateur #filtre #price span:last-child {
  font-size: 24px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.node-configurateur #filtre #devis input {
  display: block;
  background-color: #7ca930;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
}
.node-configurateur #filtre #devis input:hover {
  background-color: #569136;
}
.node-configurateur #filtre #frm_filter {
  width: 100%;
  margin-left: 0;
  position: relative;
}
.node-configurateur #filtre #frm_filter .wrapper-filter {
  border-bottom: 0;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li.infos {
  display: none;
  background: whitesmoke;
  height: auto;
  padding: 10px;
  color: #db3e33;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li {
  padding-right: 20px;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li span {
  display: block;
  position: relative;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li label {
  padding-left: 0;
  color: rgba(0, 0, 0, 0.6);
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=radio]:not(:checked) + label:before,
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=radio]:checked + label:before {
  left: 0;
  top: 2px;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=radio]:not(:checked) + label:after,
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=radio]:checked + label:after {
  left: 3px;
  top: 5px;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li .label-radio {
  padding-left: 23px;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 20px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  opacity: 0;
  cursor: pointer;
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=checkbox] + label:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 22px;
  height: 18px;
  background: url("../images/svg/checkbox.svg") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.node-configurateur #filtre #frm_filter .wrapper-filter ul.filter li input[type=checkbox]:checked + label:before {
  background: url("../images/svg/checkbox-check.svg") no-repeat;
}
.node-configurateur #filtre #frm_filter #text {
  display: none;
}
.node-configurateur #configurateur {
  width: 100%;
  position: relative;
  border-top: 1px solid #e6e6e6;
}
/*====== Modale =======*/
#modal-return {
  padding-top: 12%;
  overflow: hidden;
}
#modal-return .modal-header {
  background: #7ca930;
  padding: 35px 50px;
}
#modal-return .modal-body {
  background: #ffffff;
  padding: 35px 50px;
  border: 1px solid #7ca930;
  text-align: center;
}
.modal-backdrop.in {
  opacity: 0.8;
}
.node-type-piece-detachee #specifications,
.node-type-produit-accessoire #specifications {
  padding-bottom: 0;
}
.node-type-piece-detachee .bouton.green,
.node-type-produit-accessoire .bouton.green {
  margin-top: 0;
}
.green-demo {
  webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all .3s !important;
  background-color: #7ca930;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.green-demo:hover {
  transition: all .3s !important;
  background-color: #569136;
}
/*
CARTO DANS RUBRIQUE
*/
.revendeur #breadcrumb {
  display: none;
}
.revendeur #footer {
  padding: 80px 0 80px;
}
#page-revendeur .head,
.page-checkout-shipping .head {
  height: 100px;
  background-color: #7ca930;
}
@media (min-width: 991px) and (max-width: 1169px) {
  #page-revendeur .head,
  .page-checkout-shipping .head {
    margin-top: 80px;
  }
}
#page-revendeur .head h1,
.page-checkout-shipping .head h1 {
  line-height: 100px;
  margin: 0;
  text-transform: uppercase;
  color: white;
  font-size: 32px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page-revendeur #bg-revendeur,
.page-checkout-shipping #bg-revendeur {
  background-image: linear-gradient(180deg, white 0%, whitesmoke 100%);
  padding-bottom: 80px;
}
#page-revendeur .wrapper-filtre,
.page-checkout-shipping .wrapper-filtre {
  height: 80px;
}
#page-revendeur .wrapper-filtre #geoloc,
.page-checkout-shipping .wrapper-filtre #geoloc {
  float: left;
  background-color: white;
  border: 1px solid #7ca930;
  border-radius: 5px;
  padding: 0 20px;
  height: 40px;
  margin-top: 20px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
@media (max-width: 767px) {
  #page-revendeur .wrapper-filtre #geoloc,
  .page-checkout-shipping .wrapper-filtre #geoloc {
    width: 100%;
    height: 60px;
  }
}
#page-revendeur .wrapper-filtre #geoloc:before,
.page-checkout-shipping .wrapper-filtre #geoloc:before {
  content: ' ';
  display: inline-block;
  height: 24px;
  width: 16px;
  margin-right: 7px;
  vertical-align: middle;
  background-image: url('../images/svg/geoloc.svg');
}
#page-revendeur .wrapper-filtre #pays-filter select,
.page-checkout-shipping .wrapper-filtre #pays-filter select {
  height: 80px;
  padding-left: 10px;
}
@media (max-width: 767px) {
  #page-revendeur .wrapper-filtre #pays-filter select,
  .page-checkout-shipping .wrapper-filtre #pays-filter select {
    height: 60px;
    line-height: 40px;
    margin-top: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }
}
#page-revendeur .wrapper-filtre #pays-filter select option,
.page-checkout-shipping .wrapper-filtre #pays-filter select option {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px;
}
@-moz-document url-prefix() {
  #page-revendeur .wrapper-filtre #pays-filter select,
  .page-checkout-shipping .wrapper-filtre #pays-filter select {
    padding-left: 5px;
  }
}
#page-revendeur .wrapper-filtre #cp-filter,
.page-checkout-shipping .wrapper-filtre #cp-filter {
  margin-top: 10px;
}
@media (max-width: 767px) {
  #page-revendeur .wrapper-filtre #cp-filter,
  .page-checkout-shipping .wrapper-filtre #cp-filter {
    margin-bottom: 10px;
  }
}
#page-revendeur .wrapper-filtre #cp-filter input[type="submit"],
.page-checkout-shipping .wrapper-filtre #cp-filter input[type="submit"] {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url('../images/svg/submit-target.svg');
  background-position: 0px;
  background-color: transparent;
  position: absolute;
  right: 15px;
  top: 0px;
}
#page-revendeur .wrapper-filtre #cp-filter input[type="submit"]:hover,
.page-checkout-shipping .wrapper-filtre #cp-filter input[type="submit"]:hover {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page-revendeur #map-canvas,
.page-checkout-shipping #map-canvas {
  height: 60vh;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
@media (max-width: 767px) {
  #page-revendeur #map-canvas,
  .page-checkout-shipping #map-canvas {
    height: 50vh;
  }
}
#page-revendeur #map-canvas .content-bulle,
.page-checkout-shipping #map-canvas .content-bulle {
  text-align: right;
  font-size: 14px;
}
#page-revendeur #map-canvas .content-bulle p,
.page-checkout-shipping #map-canvas .content-bulle p {
  margin: 0;
}
#page-revendeur #map-canvas .content-bulle .nom,
.page-checkout-shipping #map-canvas .content-bulle .nom {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page-revendeur #map-canvas .content-bulle .adresse,
.page-checkout-shipping #map-canvas .content-bulle .adresse {
  color: #db3e33;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page-revendeur #map-canvas .content-bulle .more,
.page-checkout-shipping #map-canvas .content-bulle .more {
  color: #7ca930;
  text-decoration: underline;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#page-revendeur #description,
.page-checkout-shipping #description {
  margin-top: 35px;
}
#page-revendeur #description .titre,
.page-checkout-shipping #description .titre {
  margin-bottom: 25px;
}
#page-revendeur #description .titre p,
.page-checkout-shipping #description .titre p {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 25px;
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
#page-revendeur #description .titre p span.green,
.page-checkout-shipping #description .titre p span.green {
  color: #7ca930;
}
#page-revendeur #description > p,
.page-checkout-shipping #description > p {
  color: #606060;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
}
#page-revendeur #wrapper-revendeur,
.page-checkout-shipping #wrapper-revendeur {
  display: none;
  height: 400px;
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 20px;
}
@media (max-width: 991px) {
  #page-revendeur #wrapper-revendeur,
  .page-checkout-shipping #wrapper-revendeur {
    height: 400px;
  }
}
@media (max-width: 767px) {
  #page-revendeur #wrapper-revendeur,
  .page-checkout-shipping #wrapper-revendeur {
    height: auto;
  }
}
#page-revendeur #wrapper-revendeur .titre,
.page-checkout-shipping #wrapper-revendeur .titre {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-transform: uppercase;
  float: left;
  width: 100%;
}
@media (max-width: 767px) {
  #page-revendeur #wrapper-revendeur .titre,
  .page-checkout-shipping #wrapper-revendeur .titre {
    font-size: 19px;
  }
}
#page-revendeur #wrapper-revendeur #infos-revendeur,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur {
  margin-top: 40px;
}
#page-revendeur #wrapper-revendeur #infos-revendeur .name,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .name {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
}
#page-revendeur #wrapper-revendeur #infos-revendeur .adresse,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .adresse {
  margin: 15px 0;
}
#page-revendeur #wrapper-revendeur #infos-revendeur .phone,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .phone,
#page-revendeur #wrapper-revendeur #infos-revendeur .fax,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .fax,
#page-revendeur #wrapper-revendeur #infos-revendeur .email,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .email,
#page-revendeur #wrapper-revendeur #infos-revendeur .website,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .website {
  display: block;
  margin-bottom: 3px;
}
#page-revendeur #wrapper-revendeur #infos-revendeur .phone:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .phone:before,
#page-revendeur #wrapper-revendeur #infos-revendeur .fax:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .fax:before,
#page-revendeur #wrapper-revendeur #infos-revendeur .email:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .email:before,
#page-revendeur #wrapper-revendeur #infos-revendeur .website:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .website:before {
  display: inline-block;
  vertical-align: middle;
  content: ' ';
  background-repeat: no-repeat;
  margin-right: 7px;
  height: 15px;
  width: 18px;
}
#page-revendeur #wrapper-revendeur #infos-revendeur .phone:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .phone:before {
  background-image: url('../images/svg/phone_revendeur.svg');
}
#page-revendeur #wrapper-revendeur #infos-revendeur .fax:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .fax:before {
  background-image: url('../images/svg/fax_revendeur.svg');
}
#page-revendeur #wrapper-revendeur #infos-revendeur .email:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .email:before {
  background-image: url('../images/svg/mail_revendeur.svg');
}
#page-revendeur #wrapper-revendeur #infos-revendeur .website:before,
.page-checkout-shipping #wrapper-revendeur #infos-revendeur .website:before {
  height: 18px;
  background-image: url('../images/svg/website_revendeur.svg');
}
#page-revendeur #wrapper-revendeur #webform-revendeur,
.page-checkout-shipping #wrapper-revendeur #webform-revendeur {
  height: 390px;
}
@media (max-width: 992px) {
  #page-revendeur #wrapper-revendeur #webform-revendeur,
  .page-checkout-shipping #wrapper-revendeur #webform-revendeur {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  #page-revendeur #wrapper-revendeur #webform-revendeur,
  .page-checkout-shipping #wrapper-revendeur #webform-revendeur {
    height: auto;
  }
  #page-revendeur #wrapper-revendeur #webform-revendeur form fieldset.form-wrapper,
  .page-checkout-shipping #wrapper-revendeur #webform-revendeur form fieldset.form-wrapper {
    padding: 0;
  }
}
.subheader {
  background-image: linear-gradient(to top, #f5f5f5 0%, #ffffff 100%);
  box-shadow: inset 0 10px 0 #dc3d33;
  margin-bottom: 1em;
}
.subheader__title {
  color: #db3e33;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 32px;
  font-weight: 800;
  line-height: 40px;
  padding: 1em 0;
  text-transform: uppercase;
}
.header-order-process .container {
  position: relative;
}
.header-order-process .btn-tiny {
  float: right;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
@media (min-width: 1025px) {
  .header-order-process .btn-tiny {
    right: 0;
  }
}
.header-order-process .btn-tiny::before {
  content: "←";
  margin-right: .2em;
}
.text-hint {
  font-size: 14px;
  margin: 0;
  margin-bottom: 1.5em;
}
.cart-navigation {
  margin: 2em 0;
}
.cart-navigation__back {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.cart-navigation__back::before {
  content: "←";
  margin-right: .2em;
}
#user-pass-reset input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
#user-pass-reset input[type=submit]:hover,
#user-pass-reset input[type=submit]:focus {
  background-color: #db3e33;
}
@media screen and (min-width: 992px) {
  #user-pass-reset input[type=submit] {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}
.page-cart .block-commerce-checkout-progress {
  display: none;
}
.page-cart.not-logged-in #header-admin {
  padding-top: 0;
}
.page-cart .form-submit,
.page-checkout .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
}
.page-cart .form-submit:hover,
.page-checkout .form-submit:hover,
.page-cart .form-submit:focus,
.page-checkout .form-submit:focus {
  background-color: #db3e33;
}
.page-cart #pays-list,
.page-checkout #pays-list {
  padding: 20px;
  margin: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 24px;
}
.page-cart #map-canvas,
.page-checkout #map-canvas {
  height: 60vh;
  width: 100%;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.page-cart #map-canvas .content-bulle .more,
.page-checkout #map-canvas .content-bulle .more {
  display: none;
}
.page-cart #map-canvas .content-bulle .choose-retailer,
.page-checkout #map-canvas .content-bulle .choose-retailer {
  cursor: pointer;
  display: block;
}
.view-commerce-cart-form .commerce-checkout-progress,
.view-commerce-cart-summary .commerce-checkout-progress {
  display: none;
}
.view-commerce-cart-form .views-row-last td,
.view-commerce-cart-summary .views-row-last td {
  border-color: black;
}
.view-commerce-cart-form .views-field-field-photos,
.view-commerce-cart-summary .views-field-field-photos {
  width: 80px;
}
.view-commerce-cart-form .views-field-field-photos img,
.view-commerce-cart-summary .views-field-field-photos img {
  display: block;
  padding: 1em 0;
}
.view-commerce-cart-form td.views-field-field-photos,
.view-commerce-cart-summary td.views-field-field-photos {
  height: 110px;
}
.view-commerce-cart-form .views-field-line-item-title,
.view-commerce-cart-summary .views-field-line-item-title {
  width: 45%;
}
.view-commerce-cart-form .views-field-line-item-title,
.view-commerce-cart-summary .views-field-line-item-title,
.view-commerce-cart-form .views-field-commerce-total,
.view-commerce-cart-summary .views-field-commerce-total {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
.view-commerce-cart-form .views-field-edit-delete,
.view-commerce-cart-summary .views-field-edit-delete {
  text-align: center;
}
.view-commerce-cart-form th.views-field-edit-delete,
.view-commerce-cart-summary th.views-field-edit-delete {
  text-indent: -9999em;
  width: 55px;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link,
.view-commerce-cart-summary .commerce-quantity-plusminus-link {
  height: 18px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 18px;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link a.button,
.view-commerce-cart-summary .commerce-quantity-plusminus-link a.button {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  background: transparent url('../images/icons/sprite-table-cart.png') 0 0 no-repeat;
  border-radius: 0;
  box-shadow: none;
  display: inline-block;
  height: 18px;
  margin: 0;
  padding: 0;
  text-align: left;
  text-indent: -9999em;
  width: 18px;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link a.button,
.view-commerce-cart-summary .commerce-quantity-plusminus-link a.button,
.view-commerce-cart-form .commerce-quantity-plusminus-link a.button:hover,
.view-commerce-cart-summary .commerce-quantity-plusminus-link a.button:hover,
.view-commerce-cart-form .commerce-quantity-plusminus-link a.button:focus,
.view-commerce-cart-summary .commerce-quantity-plusminus-link a.button:focus {
  background: transparent url('../images/icons/sprite-table-cart.png') 0 0 no-repeat;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link-increase a.button,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-increase a.button {
  background-position: 0 0;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link-increase a.button:hover,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-increase a.button:hover,
.view-commerce-cart-form .commerce-quantity-plusminus-link-increase a.button:focus,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-increase a.button:focus {
  background-position: 0 -18px;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link-decrease,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-decrease {
  top: auto;
  bottom: 2px;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link-decrease a.button,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-decrease a.button {
  background-position: 0 -36px;
}
.view-commerce-cart-form .commerce-quantity-plusminus-link-decrease a.button:hover,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-decrease a.button:hover,
.view-commerce-cart-form .commerce-quantity-plusminus-link-decrease a.button:focus,
.view-commerce-cart-summary .commerce-quantity-plusminus-link-decrease a.button:focus {
  background-position: 0 -54px;
}
.view-commerce-cart-form .views-field-edit-quantity > div,
.view-commerce-cart-summary .views-field-edit-quantity > div {
  height: 42px;
  position: relative;
  width: 65px;
}
.view-commerce-cart-form .views-field-edit-quantity .form-text,
.view-commerce-cart-summary .views-field-edit-quantity .form-text {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  float: left;
  height: 40px;
  padding: .5em;
  width: 40px;
}
.view-commerce-cart-form .line-item-summary,
.view-commerce-cart-summary .line-item-summary,
.view-commerce-cart-form .commerce-price-formatted-components,
.view-commerce-cart-summary .commerce-price-formatted-components {
  width: 100%;
}
.view-commerce-cart-form .line-item-summary,
.view-commerce-cart-summary .line-item-summary {
  border-bottom: 10px solid #db3e33;
  margin-bottom: 0;
}
.view-commerce-cart-form .line-item-total,
.view-commerce-cart-summary .line-item-total {
  display: table;
  width: 100%;
}
.view-commerce-cart-form .line-item-total .line-item-total-label,
.view-commerce-cart-summary .line-item-total .line-item-total-label,
.view-commerce-cart-form .line-item-total .line-item-total-raw,
.view-commerce-cart-summary .line-item-total .line-item-total-raw {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: table-cell;
  padding-top: 1em;
  padding-bottom: 1em;
}
.view-commerce-cart-form .line-item-total .line-item-total-label,
.view-commerce-cart-summary .line-item-total .line-item-total-label,
.view-commerce-cart-form .line-item-total .line-item-total-raw,
.view-commerce-cart-summary .line-item-total .line-item-total-raw,
.view-commerce-cart-form .commerce-price-formatted-components .component-title,
.view-commerce-cart-summary .commerce-price-formatted-components .component-title,
.view-commerce-cart-form .commerce-price-formatted-components .component-total,
.view-commerce-cart-summary .commerce-price-formatted-components .component-total {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
  width: 50%;
}
@media screen and (min-width: 1170px) {
  .view-commerce-cart-form .line-item-total .line-item-total-label,
  .view-commerce-cart-summary .line-item-total .line-item-total-label,
  .view-commerce-cart-form .line-item-total .line-item-total-raw,
  .view-commerce-cart-summary .line-item-total .line-item-total-raw,
  .view-commerce-cart-form .commerce-price-formatted-components .component-title,
  .view-commerce-cart-summary .commerce-price-formatted-components .component-title,
  .view-commerce-cart-form .commerce-price-formatted-components .component-total,
  .view-commerce-cart-summary .commerce-price-formatted-components .component-total {
    text-align: right;
  }
}
.view-commerce-cart-form .line-item-total .line-item-total-raw,
.view-commerce-cart-summary .line-item-total .line-item-total-raw,
.view-commerce-cart-form .commerce-price-formatted-components .component-total,
.view-commerce-cart-summary .commerce-price-formatted-components .component-total {
  width: 50%;
}
.view-commerce-cart-form .line-item-total .line-item-total-raw,
.view-commerce-cart-summary .line-item-total .line-item-total-raw {
  text-align: right;
}
@media screen and (min-width: 1170px) {
  .view-commerce-cart-form .line-item-total .line-item-total-raw,
  .view-commerce-cart-summary .line-item-total .line-item-total-raw {
    text-align: left;
  }
}
.view-commerce-cart-form .commerce-price-formatted-components .component-title,
.view-commerce-cart-summary .commerce-price-formatted-components .component-title,
.view-commerce-cart-form .commerce-price-formatted-components .component-total,
.view-commerce-cart-summary .commerce-price-formatted-components .component-total {
  border: 0;
}
.view-commerce-cart-form .commerce-price-formatted-components .component-total,
.view-commerce-cart-summary .commerce-price-formatted-components .component-total {
  text-align: right;
}
@media screen and (min-width: 1170px) {
  .view-commerce-cart-form .commerce-price-formatted-components .component-total,
  .view-commerce-cart-summary .commerce-price-formatted-components .component-total {
    text-align: left;
  }
}
.view-commerce-cart-form .commerce-price-formatted-components .component-type-commerce-price-formatted-amount,
.view-commerce-cart-summary .commerce-price-formatted-components .component-type-commerce-price-formatted-amount {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 1170px) {
  .view-commerce-cart-form .commerce-price-formatted-components .component-type-commerce-price-formatted-amount,
  .view-commerce-cart-summary .commerce-price-formatted-components .component-type-commerce-price-formatted-amount {
    font-size: 22px;
  }
}
.view-commerce-cart-form #edit-submit,
.view-commerce-cart-summary #edit-submit,
.view-commerce-cart-form #edit-checkout,
.view-commerce-cart-summary #edit-checkout {
  margin: 0;
  text-align: center;
  width: 100%;
}
.view-commerce-cart-form #edit-submit,
.view-commerce-cart-summary #edit-submit {
  transition: color 0.25s ease-out;
  background: none;
  background: transparent url('../images/icons/sprite-refresh.png') 96% 23px no-repeat;
  border-radius: none;
  box-shadow: none;
  color: #999;
  font-size: 14px;
  margin: 1em 0;
  padding-right: 35px;
  padding-left: 1.5em;
}
.view-commerce-cart-form #edit-submit.ghost,
.view-commerce-cart-summary #edit-submit.ghost {
  border: 1px solid black;
  color: black;
  background-position: 96% -162px;
}
.view-commerce-cart-form #edit-submit:hover,
.view-commerce-cart-summary #edit-submit:hover,
.view-commerce-cart-form #edit-submit:focus,
.view-commerce-cart-summary #edit-submit:focus {
  color: black;
  background-position: 96% -162px;
}
.view-commerce-cart-form #edit-submit::after,
.view-commerce-cart-summary #edit-submit::after {
  font-family: "FontAwesome";
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
  content: '\f021';
  margin-left: .25em;
}
.view-commerce-cart-form #edit-checkout,
.view-commerce-cart-summary #edit-checkout {
  margin: 0;
}
.view-commerce-cart-form .commerce-line-item-actions .cart-navigation__back,
.view-commerce-cart-summary .commerce-line-item-actions .cart-navigation__back {
  display: block;
  padding: 20px;
  text-align: center;
}
.view-commerce-cart-form .commerce-order-handler-area-order-total,
.view-commerce-cart-summary .commerce-order-handler-area-order-total {
  margin-bottom: 2em;
}
.view-id-commerce_cart_form .views-field-views-conditional-1,
.view-id-commerce_cart_summary .views-field-views-conditional {
  width: 100px;
}
view-id-commerce_cart_form th.views-field-line-item-title,
.view-id-commerce_cart_summary th.views-field-nothing {
  text-indent: -90px;
}
.view-commerce-cart-summary .commerce-price-formatted-components {
  margin-top: 2em;
}
.view-commerce-cart-summary .commerce-price-formatted-components td {
  padding-top: 1em;
  padding-bottom: 1em;
}
.view-commerce-cart-summary .commerce-price-formatted-components .component-title {
  text-align: left;
}
.view-commerce-cart-summary .commerce-price-formatted-components .component-total {
  text-align: right;
}
.view-commerce-cart-summary .component-type-commerce-price-formatted-amount,
.commerce-order-handler-area-order-total .component-type-commerce-price-formatted-amount {
  border-top: 10px solid #db3e33;
}
.view-commerce-cart-summary .component-type-commerce-price-formatted-amount td {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
.view-commerce-user-orders {
  margin-bottom: 100px;
}
.checkout-review {
  width: 100%;
}
.commerce-line-item-views-form input.delete-line-item {
  transition: none;
  background: transparent url('../images/icons/sprite-table-cart.png') 0 -73px no-repeat;
  box-shadow: none;
  height: 17px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: -9999em;
  width: 18px;
}
.commerce-line-item-views-form input.delete-line-item:hover,
.commerce-line-item-views-form input.delete-line-item:focus {
  background-color: transparent;
  background-position: 0 -90px;
}
.btn-cart {
  transition: all 0.25s ease-out;
  background: #db3e33 url('../images/svg/icon-cart.svg') 50% 50% no-repeat;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 40px;
  margin: 0 auto;
  padding: 0;
  text-indent: -9999em;
  width: 40px;
  transform: translateY(-50%);
}
.onscroll .btn-cart {
  height: 30px;
  top: 2px;
  transform: none;
  width: 30px;
}
.btn-cart:hover {
  background-color: #d03025;
}
.btn-cart:focus {
  outline: 0;
}
.btn-cart__hint {
  background: black;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: white;
  display: block;
  font-size: 12px;
  height: 20px;
  position: absolute;
  bottom: -6px;
  right: -8px;
  text-align: center;
  text-indent: 0;
  width: 20px;
}
.block-commerce-cart {
  transition: all 0.25s ease-out;
  transform: translate3d(0, 25%, 0);
  background: white;
  border-top: 10px solid #db3e33;
  opacity: 0;
  visibility: hidden;
  width: 100%;
}
.block-commerce-cart.is-deployed {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .block-commerce-cart.is-deployed {
    height: calc(100vh);
  }
}
.block-commerce-cart::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #db3e33 transparent;
  height: 12px;
  position: absolute;
  top: -21px;
  right: 27px;
  width: 24px;
}
@media (max-width: 991px) {
  .block-commerce-cart::before {
    right: 97px;
  }
}
.block-commerce-cart .cart-empty-block {
  padding: 0 28px;
}
.block-commerce-cart .inner {
  padding: 1em 0;
}
.block-commerce-cart .title-block {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 1em;
  padding-left: 28px;
  padding-right: 28px;
}
.block-commerce-cart .views-table {
  margin-bottom: 1em;
  width: 100%;
}
.block-commerce-cart .views-table tr.even,
.block-commerce-cart .views-table tr.odd {
  background: none;
}
.block-commerce-cart .views-table td {
  border-bottom: 1px solid #cacaca;
  padding: 1em 0;
  vertical-align: top;
}
.block-commerce-cart .views-table td.views-field-edit-delete {
  line-height: 1;
  padding-left: 1em;
  padding-right: 28px;
  text-align: center;
  vertical-align: bottom;
}
.block-commerce-cart .views-table td.views-field-edit-delete .delete-line-item {
  position: relative;
  top: -10px;
}
.block-commerce-cart .views-table td.views-field-field-photos {
  padding-left: 28px;
  width: 120px;
}
.block-commerce-cart .views-table .views-row-last td {
  border-color: black;
}
.block-commerce-cart .price,
.block-commerce-cart .old-price {
  display: inline-block;
  font-size: 14px;
  margin-right: 1em;
}
.block-commerce-cart .old-price {
  color: #c0c0c0;
  font-size: 12px;
  text-decoration: line-through;
}
.block-commerce-cart .line-item-summary-checkout a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
}
.block-commerce-cart .line-item-summary-checkout a:hover,
.block-commerce-cart .line-item-summary-checkout a:focus {
  background-color: #db3e33;
}
.block-commerce-cart .line-item-summary {
  color: black;
  padding-left: 28px;
  padding-right: 28px;
}
.block-commerce-cart .line-item-summary + p {
  float: right;
  margin: 0;
  padding-right: 28px;
}
.block-commerce-cart .line-item-summary-view-cart.first a {
  color: #db3e33;
  text-decoration: underline;
}
.block-commerce-cart .line-item-summary-view-cart.first a:hover,
.block-commerce-cart .line-item-summary-view-cart.first a:focus {
  color: black;
  text-decoration: none;
}
.block-commerce-cart .line-item-summary-checkout.last a {
  font-size: 16px;
  margin: 0;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
  width: 100%;
}
.block-commerce-cart .line-item-total {
  display: table;
  width: 100%;
}
.block-commerce-cart .line-item-total-label,
.block-commerce-cart .line-item-total-raw {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: table-cell;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
  width: 50%;
}
.block-commerce-cart .line-item-total-raw {
  text-align: right;
}
.block-commerce-cart .line-item-quantity {
  float: left;
}
.add-cart-message-wrapper {
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  z-index: 1000;
}
.add-cart-message-wrapper .option-button.checkout {
  background: none;
  padding: 0;
}
.add-cart-message-wrapper .option-button.checkout a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  margin: 0;
}
.add-cart-message-wrapper .option-button.checkout a:hover,
.add-cart-message-wrapper .option-button.checkout a:focus {
  background-color: #db3e33;
}
#block-dc-ajax-add-cart-ajax-shopping-cart {
  float: right;
  height: 65px;
  margin-right: 80px;
  right: 72px;
  width: 60px;
}
@media only screen and (min-width: 992px) {
  #block-dc-ajax-add-cart-ajax-shopping-cart {
    float: none;
    height: 80px;
    margin-right: 0;
    position: absolute;
    right: 0;
  }
}
.onscroll #block-dc-ajax-add-cart-ajax-shopping-cart {
  height: 40px;
}
#block-dc-ajax-add-cart-ajax-shopping-cart .content {
  height: 100%;
}
#block-dc-ajax-add-cart-ajax-shopping-cart .title-block {
  display: none;
}
.ajax-shopping-cart-wrapper {
  width: auto;
}
.ajax-shopping-cart-wrapper .price,
.ajax-shopping-cart-wrapper .old-price {
  display: inline-block;
  font-size: 14px;
  margin-right: 1em;
}
.ajax-shopping-cart-wrapper .old-price {
  color: #c0c0c0;
  font-size: 12px;
  text-decoration: line-through;
}
.ajax-shopping-cart-wrapper .btn-cart {
  height: 46px;
  top: auto;
  transform: translateY(9px);
  width: 46px;
}
@media screen and (max-width: 992px) {
  .ajax-shopping-cart-wrapper .btn-cart {
    right: 115px;
  }
}
@media screen and (min-width: 992px) {
  .ajax-shopping-cart-wrapper .btn-cart {
    height: 40px;
    position: absolute;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    top: 50%;
    width: 40px;
  }
  .onscroll .ajax-shopping-cart-wrapper .btn-cart {
    height: 34px;
    top: 2px;
    transform: none;
    width: 34px;
  }
}
.ajax-shopping-cart-wrapper__content {
  transition: all 0.25s ease-out;
  transform: translate3d(0, -20px, 0);
  background: white;
  border-top: 10px solid #db3e33;
  opacity: 0;
  position: absolute;
  top: 100%;
  right: 0;
  visibility: hidden;
  width: 100%;
}
@media (max-width: 992px) {
  .ajax-shopping-cart-wrapper__content {
    top: 94%;
  }
}
@media screen and (min-width: 992px) {
  .ajax-shopping-cart-wrapper__content {
    width: 400px;
    top: 80px;
    right: -10px;
  }
}
.ajax-shopping-cart-wrapper__content.is-deployed {
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 991px) {
  .ajax-shopping-cart-wrapper__content.is-deployed {
    height: calc(100vh);
  }
}
.ajax-shopping-cart-wrapper__content::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent #db3e33 transparent;
  height: 12px;
  position: absolute;
  top: -21px;
  right: 27px;
  width: 24px;
}
@media (max-width: 991px) {
  .ajax-shopping-cart-wrapper__content::before {
    right: 97px;
  }
}
.onscroll .ajax-shopping-cart-wrapper__content {
  top: 52px;
}
.ajax-shopping-cart-wrapper__content .blockcart__heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 0;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-left: 28px;
  padding-right: 28px;
}
.ajax-shopping-cart-wrapper__content table {
  width: 100%;
}
.ajax-shopping-cart-wrapper__content .empty-shopping-cart {
  padding: 28px;
}
.ajax-shopping-cart-table thead {
  display: none;
}
.ajax-shopping-cart-table tr.even,
.ajax-shopping-cart-table tr.odd {
  background: none;
}
.ajax-shopping-cart-table td {
  border-bottom: 1px solid #cacaca;
  padding: 1em 0;
  vertical-align: top;
}
.ajax-shopping-cart-table td.visual {
  padding-left: 28px;
  width: 120px;
}
.ajax-shopping-cart-table tr:last-child td {
  border-color: black;
}
.ajax-shopping-cart-table .remove-from-cart {
  vertical-align: middle;
}
.ajax-shopping-cart-table .remove-from-cart a {
  transition: none;
  background: transparent url('../images/icons/sprite-table-cart.png') 0 -73px no-repeat;
  box-shadow: none;
  display: block;
  height: 17px;
  margin: 0;
  padding: 0;
  text-align: center;
  text-indent: -9999em;
  width: 18px;
}
.ajax-shopping-cart-table .remove-from-cart a:hover,
.ajax-shopping-cart-table .remove-from-cart a:focus {
  background-color: transparent;
  background-position: 0 -90px;
}
.ajax-shopping-cart-more-info {
  margin-right: 28px;
  margin-left: 28px;
}
.ajax-shopping-cart-table-summary td {
  padding: .25em 0;
  width: 50%;
}
.ajax-shopping-cart-table-summary .td_data {
  text-align: right;
}
.ajax-shopping-cart-table-summary .total {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 18px;
  text-transform: uppercase;
}
.btn-cart-wrapper {
  margin: 1em 0;
  text-align: right;
}
.btn-cart-wrapper a {
  color: #db3e33;
  text-decoration: underline;
}
.btn-cart-wrapper a:hover,
.btn-cart-wrapper a:focus {
  text-decoration: none;
}
.btn-checkout {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  display: block;
  font-size: 16px;
  margin: 1em 0 2em 0;
  padding: .5em;
}
.btn-checkout:hover,
.btn-checkout:focus {
  background-color: #db3e33;
}
.btn-checkout:hover,
.btn-checkout:focus {
  color: white;
}
.block-user-account {
  cursor: pointer;
  float: right;
  top: 0;
  right: 140px;
}
@media screen and (min-width: 992px) {
  .block-user-account {
    float: none;
    position: absolute;
    right: 60px;
  }
}
.block-user-account .block-user-account__content.is-deployed {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}
.block-user-account__icon {
  background: transparent url('../images/icons/ico-user-account.png') 50% 50% no-repeat;
  display: inline-block;
  height: 60px;
  width: 40px;
}
@media screen and (min-width: 992px) {
  .block-user-account__icon {
    height: 80px;
    width: 60px;
  }
}
.onscroll .block-user-account__icon {
  height: 40px;
}
.block-user-account__title,
.block-user-account__content {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .block-user-account__title,
  .block-user-account__content {
    text-align: right;
  }
}
.block-user-account__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: white;
  margin-bottom: 1em;
  text-transform: uppercase;
  display: block;
}
.block-user-account__content {
  transition: all 0.25s ease-out;
  box-shadow: 0 0.5em 2em rgba(0, 0, 0, 0.1);
  background: black;
  font-size: 14px;
  height: calc(100vh);
  position: absolute;
  padding: 1em 2em;
  top: calc(100% - 5px);
  right: 0;
  width: 100%;
  transform: translate3d(0, -20px, 0);
  opacity: 0;
  visibility: hidden;
}
.onscroll .block-user-account__content {
  top: 52px;
}
@media screen and (min-width: 992px) {
  .block-user-account__content {
    height: auto;
    max-width: 200px;
    right: -8px;
  }
}
.block-user-account__content::before {
  content: '';
  display: block;
  border-style: solid;
  border-width: 0 12px 12px 12px;
  border-color: transparent transparent black transparent;
  height: 12px;
  position: absolute;
  top: -12px;
  right: 27px;
  width: 24px;
}
@media (max-width: 991px) {
  .block-user-account__content::before {
    right: 147px;
  }
}
@media screen and (min-width: 992px) {
  .block-user-account__content {
    width: 200px;
  }
}
.block-user-account__content,
.block-user-account__content a {
  color: white;
}
.block-user-account__links {
  clear: both;
  margin: 0 0 1em 0;
  padding: 0;
}
.block-user-account__link {
  list-style: none;
  margin: 0 0 1em 0;
  padding: 0;
}
.block-user-account__link a {
  display: inline-block;
  text-transform: uppercase;
}
.block-user-account__link a:hover,
.block-user-account__link a:focus {
  color: #7ca930;
}

.order-process #page-wrapper .container.wrapper-filtre-container select,
.page-checkout #page-wrapper .container.wrapper-filtre-container select {
  background-color: white;
  font-size: 14px;
  border: none;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff url(../images/svg/chevron.svg) no-repeat 95% 50%;
  outline: none;
  padding-top: 1em;
}
.order-process #page-wrapper .container.wrapper-filtre-container #search-cp,
.page-checkout #page-wrapper .container.wrapper-filtre-container #search-cp {
  background-image: url(../images/svg/submit-target.svg);
  background-position: 0px;
  background-color: transparent;
  border: 0;
  color: #fff;
  display: inline-block;
  height: 60px;
  padding-top: 7px;
  padding-bottom: 7px;
  position: absolute;
  right: 15px;
  top: 0px;
  text-align: left;
  text-indent: -9999em;
  width: 60px;
}
.order-process .nav-wrapper,
.page-checkout .nav-wrapper {
  position: static;
}
@media screen and (max-width: 992px) {
  .order-process .nav-wrapper,
  .page-checkout .nav-wrapper {
    border-bottom: none;
  }
}
.order-process #main-wrapper,
.page-checkout #main-wrapper {
  padding-top: 0;
}
.order-process #main,
.page-checkout #main {
  background: white;
}
.order-process #header-admin,
.page-checkout #header-admin {
  padding-top: 0;
}
.order-process fieldset,
.page-checkout fieldset {
  margin-bottom: 2em;
}
.order-process legend,
.page-checkout legend {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-weight: bolder;
}
.order-process form,
.page-checkout form {
  margin: 0;
}
.order-process form .description,
.page-checkout form .description {
  display: none;
}
.order-process form .confirm-parent,
.page-checkout form .confirm-parent,
.order-process form .password-parent,
.page-checkout form .password-parent {
  width: 100%;
}
.order-process form .form-item,
.page-checkout form .form-item {
  position: relative;
}
.order-process form .form-item .form-required,
.page-checkout form .form-item .form-required {
  display: block;
  position: absolute;
  top: 1em;
  right: 1em;
  text-indent: 0;
}
.order-process form label,
.page-checkout form label {
  height: 0;
  text-indent: -999em;
}
.order-process form .form-required,
.page-checkout form .form-required {
  display: inline-block;
}
.order-process form input[type=text],
.page-checkout form input[type=text],
.order-process form input[type=password],
.page-checkout form input[type=password] {
  margin: 0;
}
.order-process form .form-submit,
.page-checkout form .form-submit {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.order-process form .form-submit:hover,
.page-checkout form .form-submit:hover,
.order-process form .form-submit:focus,
.page-checkout form .form-submit:focus {
  background-color: #db3e33;
}
@media screen and (min-width: 992px) {
  .order-process form .form-submit,
  .page-checkout form .form-submit {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}
.order-process .shippings-service-item label,
.page-checkout .shippings-service-item label,
.order-process #edit-field-client-status-und label,
.page-checkout #edit-field-client-status-und label,
.order-process .form-item-customer-profile-billing-addressbook label,
.page-checkout .form-item-customer-profile-billing-addressbook label {
  height: auto;
  margin-bottom: .25em;
  text-indent: inherit;
}
.order-process #user-login,
.page-checkout #user-login {
  margin: 0;
  width: 100%;
}
.order-process #user-login .form-item,
.page-checkout #user-login .form-item {
  margin: 0;
}
.order-process #user-login .form-item label,
.page-checkout #user-login .form-item label {
  margin: 0;
}
.order-process #user-login input[type=submit],
.page-checkout #user-login input[type=submit] {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.order-process #user-login input[type=submit]:hover,
.page-checkout #user-login input[type=submit]:hover,
.order-process #user-login input[type=submit]:focus,
.page-checkout #user-login input[type=submit]:focus {
  background-color: #db3e33;
}
@media screen and (min-width: 992px) {
  .order-process #user-login input[type=submit],
  .page-checkout #user-login input[type=submit] {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}
.order-process #user-register-form .form-item-field-subscribe-newsletter-und,
.page-checkout #user-register-form .form-item-field-subscribe-newsletter-und {
  margin: 2em 0;
}
.order-process #user-register-form .form-type-radios > label,
.page-checkout #user-register-form .form-type-radios > label {
  display: block;
  height: auto;
  margin: 2em 0 1em 0;
  position: relative;
  text-indent: inherit;
}
.order-process #user-register-form .form-type-radios .form-required,
.page-checkout #user-register-form .form-type-radios .form-required {
  top: 5px;
}
.order-process #user-register-form .field-name-field-client-status,
.page-checkout #user-register-form .field-name-field-client-status {
  overflow: hidden;
}
.order-process #user-register-form .field-name-field-client-status .form-item > label,
.page-checkout #user-register-form .field-name-field-client-status .form-item > label {
  display: inline-block;
}
.order-process #user-register-form .field-name-field-client-status .form-item > label .form-required,
.page-checkout #user-register-form .field-name-field-client-status .form-item > label .form-required {
  float: right;
  margin-left: .5em;
  position: static;
}
.order-process #user-register-form .field-name-field-client-status .form-radios .form-item,
.page-checkout #user-register-form .field-name-field-client-status .form-radios .form-item {
  float: left;
  margin: 0 3em 2em 0;
}
.order-process #user-register-form .field-name-field-client-status .form-radios .form-item label,
.page-checkout #user-register-form .field-name-field-client-status .form-radios .form-item label {
  padding-left: 20px;
}
.order-process div.addressfield-container-inline > div.form-item,
.page-checkout div.addressfield-container-inline > div.form-item {
  float: none;
  margin-right: 0;
}
.order-process select,
.page-checkout select {
  background-color: #f7f7f7;
  min-height: 60px;
  padding: 1em;
}
.order-process .form-item-customer-profile-billing-addressbook,
.page-checkout .form-item-customer-profile-billing-addressbook {
  margin-bottom: 1.5em;
}
.order-process .form-item-customer-profile-billing-addressbook select,
.page-checkout .form-item-customer-profile-billing-addressbook select {
  border: 1px solid #cacaca;
}
.order-process .form-item-customer-profile-billing-commerce-customer-address-und-0-country select,
.page-checkout .form-item-customer-profile-billing-commerce-customer-address-und-0-country select,
.order-process .form-item-customer-profile-shipping-commerce-customer-address-und-0-country select,
.page-checkout .form-item-customer-profile-shipping-commerce-customer-address-und-0-country select {
  border-bottom: 1px solid #cacaca;
}
.order-process .field-name-field-civility select,
.page-checkout .field-name-field-civility select {
  border-top: 1px solid #cacaca;
}
.order-process .button-operator,
.page-checkout .button-operator,
.order-process .checkout-back.form-submit,
.page-checkout .checkout-back.form-submit,
.order-process .checkout-cancel.form-submit,
.page-checkout .checkout-cancel.form-submit {
  display: none;
}
.order-process .checkout-buttons.form-wrapper,
.page-checkout .checkout-buttons.form-wrapper {
  text-align: center;
}
.order-process .checkout-continue.form-submit,
.page-checkout .checkout-continue.form-submit {
  display: block;
}
@media screen and (min-width: 992px) {
  .order-process .checkout-continue.form-submit,
  .page-checkout .checkout-continue.form-submit {
    display: inline-block;
  }
}
.order-process__title,
.page-checkout__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #db3e33;
  font-size: 32px;
  font-weight: 800;
  float: right;
  line-height: 31px;
  text-transform: uppercase;
  text-align: right;
}
.onscroll .order-process__title,
.onscroll .page-checkout__title {
  font-size: 24px;
  line-height: 40px;
}
@media screen and (min-width: 992px) {
  .order-process__title,
  .page-checkout__title {
    line-height: 74px;
  }
}
.order-process__header,
.page-checkout__header {
  background-image: linear-gradient(to top, #f5f5f5 0%, #ffffff 100%);
  border-top: 10px solid #db3e33;
  border-bottom: 1px solid #c3c3c3;
  display: block;
  margin-bottom: 3em;
}
.order-process-shared table {
  max-width: inherit;
  width: 100%;
}
.order-process-shared table td {
  padding: .75em .5em;
}
.order-process-shared tr.even,
.order-process-shared tr.odd {
  background: none;
}
.order-process-shared th,
.order-process-shared td {
  vertical-align: middle;
}
.order-process-shared th {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  border-bottom: 1px solid black;
  padding: 1em 0;
  text-transform: uppercase;
}
.order-process-shared th,
.order-process-shared th a {
  color: black;
}
.order-process-shared td {
  border-bottom: 1px solid #cacaca;
  padding: 1em 0;
}
.order-process-shared td.active {
  background-color: #f6f6f6;
}
.page-user.not-logged-in .order-process__header {
  padding-top: 1.5em;
}
@media screen and (min-width: 768px) {
  .page-user.not-logged-in .order-process__header {
    padding-top: 100px;
  }
}
.link-forgot-password {
  color: black;
  display: inline-block;
  font-size: 10px;
  margin: 1em;
}
.commerce-checkout-progress {
  display: flex;
  margin: 0;
  padding: 0;
  text-align: left;
  position: relative;
}
.commerce-checkout-progress li {
  color: black;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 40px;
  list-style: none;
  padding: 1em .1em 1em .2em;
  position: relative;
  text-transform: uppercase;
}
@media screen and (min-width: 992px) {
  .commerce-checkout-progress li {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
.commerce-checkout-progress li:first-child {
  padding-left: 0;
}
.commerce-checkout-progress li.last {
  text-align: right;
}
.commerce-checkout-progress li.last .commerce-checkout-progress__step-count {
  display: none;
}
.commerce-checkout-progress li.active .commerce-checkout-progress__step-count {
  background-color: #000000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
}
.commerce-checkout-progress li.active .commerce-checkout-progress__step-title {
  display: none;
}
@media screen and (min-width: 768px) {
  .commerce-checkout-progress li.active .commerce-checkout-progress__step-title {
    display: inline-block;
  }
}
.commerce-checkout-progress li.visited .commerce-checkout-progress__step-count {
  background-color: #7ca930;
  border-color: transparent;
  color: white;
}
.commerce-checkout-progress__step-count,
.commerce-checkout-progress__step-title {
  display: inline-block;
}
.commerce-checkout-progress__step-count {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
  content: '';
  color: #959595;
  display: inline-block;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
  height: 40px;
  margin: 0;
  line-height: 40px;
  text-align: center;
  width: 40px;
}
.commerce-checkout-progress__step-title {
  display: none;
  margin-left: .5em;
}
ol.inline.commerce-checkout-progress li {
  float: none;
  width: auto;
}
.tab-widgets {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
}
@media screen and (min-width: 1170px) {
}
.tab-widgets--offset {
  padding-top: 100px;
}
.tab-widgets__item {
  width: 100%;
}
@media screen and (min-width: 1170px) {
}
.tab-widgets__link {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  min-width: 100%;
  font-size: 12px;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0 .5em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
}
@media screen and (min-width: 480px) {
  .tab-widgets__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .tab-widgets__link {
    font-size: 24px;
    min-height: 80px;
  }
}
.tab-widgets__link.active {
  background: white;
  border: 1px solid #c3c3c3;
  border-bottom-color: white;
}
.tab-widgets__link:hover {
  color: black;
}
.footer-block-wrapper {
  border: 1px solid #cacaca;
  color: black;
  display: block;
  margin-bottom: 100px;
  padding: 1em;
}
@media screen and (min-width: 992px) {
  .footer-block-wrapper {
    display: flex;
    justify-content: center;
    flex-flow: row wrap;
  }
}
.footer-block-wrapper p {
  color: black;
}
.footer-block {
  padding: 1em;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .footer-block {
    padding: .5em 2em;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .footer-block--help {
    border-right: 1px solid #cacaca;
    text-align: right;
  }
}
.footer-block--help .footer-block__title {
  background-image: url('../images/icons/ico-help.png');
  padding-right: 40px;
}
@media screen and (min-width: 992px) {
  .footer-block--help .footer-block__title {
    background-position: 100% 50%;
  }
}
.footer-block--reinsurance .footer-block__title {
  background-image: url('../images/icons/ico-info.png');
}
.footer-block__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: 0 50%;
  color: black;
  font-size: 18px;
  line-height: 31px;
  margin: 0;
  margin-bottom: 1.5em;
  padding-left: 40px;
}
.footer-block__highlight {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #7ca930;
  font-size: 24px;
  line-height: 30px;
}
.footer-block__content {
  font-size: 14px;
}
@media screen and (min-width: 992px) {
  .page-checkout-shipping .messages.error,
  .page-checkout-shipping .customer_profile_shipping,
  .page-checkout-shipping .commerce-customer-profile-copy {
    margin-left: auto;
    margin-right: auto;
    width: 690px;
  }
}
.page-checkout-shipping .commerce-customer-profile-copy {
  margin-bottom: 10px;
}
.page-checkout-shipping .customer_profile_shipping .commerce-customer-profile-copy input {
  margin-top: -1px;
}
.shippings-service-list {
  margin: 0;
  padding: 0;
}
.shippings-service-item {
  list-style: none;
  margin-bottom: 1em;
}
.shippings-service-item label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .shippings-service-item label {
    font-size: 12px;
  }
}
#map-canvas-wrapper {
  border-top: 1px solid #cacaca;
}
#map-canvas-wrapper .content-bulle {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: white;
  line-height: 1;
  text-align: right;
}
#map-canvas-wrapper .content-bulle p {
  margin-top: 0;
}
#map-canvas-wrapper .content-bulle .nom {
  color: white;
}
#map-canvas-wrapper .content-bulle .adresse {
  color: #db3e33;
}
#map-canvas-wrapper .content-bulle .choose-retailer {
  color: #7ca930;
}
#map-canvas-wrapper .choose-retailer {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-decoration: underline;
}
#map-canvas-wrapper .choose-retailer:hover,
#map-canvas-wrapper .choose-retailer:focus {
  text-decoration: none;
}
.addresses-blocks {
  margin-bottom: 2em;
  overflow: hidden;
}
.address-block {
  padding: 1em 2em 1em 0;
}
@media screen and (min-width: 768px) {
  .address-block {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .address-block:nth-child(2n) {
    border-left: 1px solid #cacaca;
    padding-left: 2em;
  }
}
.address-block__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: black;
  font-size: 14px;
  margin-bottom: 1em;
}
.address-block__content .name-block {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
}
#edit-cart-contents legend {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.commerce_payment .fieldset-legend {
  border-bottom: 1px solid #cacaca;
  color: black;
  display: block;
  padding-bottom: .5em;
  font-size: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.commerce_payment .fieldset-wrapper {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.commerce_payment .form-radios {
  overflow: hidden;
}
.commerce_payment .form-radios .form-item {
  transition: color 0.25s ease-out;
  border: 1px solid #cacaca;
  border-radius: 5px;
  margin: 0;
  margin-bottom: 2em;
  min-height: 52px;
  padding: 1em .75em .5em .75em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .commerce_payment .form-radios .form-item {
    float: left;
    margin-left: 1em;
    margin-right: 1em;
    width: 29%;
  }
}
.commerce_payment .form-radios .form-item:hover,
.commerce_payment .form-radios .form-item:focus {
  border-color: #b1b1b1;
}
.commerce_payment .form-radios .form-item label {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  display: block;
  height: auto;
  text-indent: inherit;
}
.commerce_payment .form-radios .ajax-progress.ajax-progress-throbber div + div {
  display: none;
}
.commerce_payment .commerce-cmcic-icon,
.commerce_payment .commerce-cmcic-icons {
  display: none;
}
.commerce_payment #payment-details {
  padding: 0 1em;
}
.page-checkout-complete .order-process__header {
  border-bottom: 0;
}
.splash {
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  color: black;
  margin: 1em 0 2em 0;
  padding: 4em 6em;
  text-align: center;
}
.splash__title {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  color: #7ca930;
  font-size: 32px;
  margin-bottom: 1em;
}
.splash p {
  margin-bottom: 1.5em;
}
.back-link {
  margin: 0;
  margin-bottom: 100px;
}
.back-link a {
  text-decoration: underline;
}
.back-link a:hover,
.back-link a:focus {
  text-decoration: none;
}
.user__infos_items {
  margin-bottom: 2em;
}
.user__infos_item {
  margin: 0;
  margin-bottom: 1.5em;
}
.page-user .region-content h2.user__infos_title {
  margin-bottom: 1em;
}
.page-user-orders #header-admin .action-links {
  overflow: hidden;
}
.page-user-orders #header-admin .action-links li {
  float: left;
  margin-right: 1em;
}
.page-user-orders.order-process-shared table td {
  padding: 20px;
}
.page-user-orders .component-title {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .page-user-orders .component-title {
    text-align: right;
  }
}
.page-user-orders .component-total {
  text-align: right;
}
@media screen and (min-width: 992px) {
  .page-user-orders .component-total {
    text-align: left;
  }
}
.page-user-orders .field-name-commerce-order-total {
  margin-bottom: 50px;
}
.page-user-orders .field-name-commerce-order-total .component-type-base-price td {
  border-bottom: 10px solid #db3e33;
  font-weight: bold;
  width: 50%;
}
.page-user-orders .field-name-commerce-order-total .commerce-price-formatted-components {
  color: black;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page-user-orders .field-name-commerce-order-total .commerce-price-formatted-components {
    width: 50%;
  }
}
.page-user-orders .field-name-commerce-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount {
  background: none;
}
.page-user-orders .field-name-commerce-order-total .commerce-price-formatted-components tr.component-type-commerce-price-formatted-amount td {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
}
.page-user-orders .field-type-commerce-customer-profile-reference {
  margin-bottom: 100px;
}
.page-user-orders .field-type-commerce-customer-profile-reference .field-label {
  color: black;
  font-size: 18px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 992px) {
  .page-user-orders .field-name-commerce-customer-billing {
    float: left;
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  .page-user-orders .field-name-commerce-customer-shipping {
    overflow: hidden;
  }
}
@media screen and (min-width: 992px) {
  .view-commerce-cart-form .line-item-summary,
  .view-commerce-cart-form .commerce-order-handler-area-order-total {
    margin-left: auto;
    padding-right: 55px;
    width: 50%;
  }
  .view-commerce-cart-form .line-item-total .line-item-total-label,
  .view-commerce-cart-form .line-item-total .line-item-total-raw,
  .view-commerce-cart-form .commerce-price-formatted-components .component-title,
  .view-commerce-cart-form .commerce-price-formatted-components .component-total {
    padding-left: 40px;
    padding-right: 40px;
    width: 60%;
  }
  .view-commerce-cart-form .line-item-total .line-item-total-raw,
  .view-commerce-cart-form .commerce-price-formatted-components .component-total {
    padding-right: 0;
    width: 32%;
  }
  .view-commerce-cart-form .commerce-price-formatted-components .component-total {
    text-align: left;
  }
  .view-commerce-cart-form #edit-submit {
    margin: 0;
    margin-right: 3em;
    width: auto;
  }
  .view-commerce-cart-form #edit-checkout {
    width: 50%;
  }
  .view-commerce-cart-form #edit-checkout[disabled] {
    cursor: default;
    opacity: .4;
  }
  .view-commerce-cart-form #edit-checkout[disabled]:hover,
  .view-commerce-cart-form #edit-checkout[disabled]:focus {
    background-color: #7ca930;
  }
  .view-commerce-cart-form .commerce-line-item-actions .cart-navigation__back {
    float: left;
    text-align: left;
    width: auto;
  }
  .nav-wrapper .block-commerce-cart.contextual-links-region,
  .nav-wrapper .block-commerce-cart {
    position: absolute;
    top: 80px;
    right: 0;
  }
  .onscroll .nav-wrapper .block-commerce-cart.contextual-links-region,
  .onscroll .nav-wrapper .block-commerce-cart {
    top: 52px;
  }
  .block-commerce-cart {
    width: 400px;
  }
}
.add-cart-message-wrapper {
  display: flex;
  top: 160px;
}
.add-cart-message-wrapper .add-to-cart-close,
.add-cart-message-wrapper .product-cost-incl-tax,
.add-cart-message-wrapper .product-quantity,
.add-cart-message-wrapper .product-total-incl-tax {
  display: none;
}
.add-cart-message-wrapper .new-item-container {
  padding-right: 20px;
}
.add-cart-message-wrapper .new-item-details,
.add-cart-message-wrapper .option-button-wrapper {
  float: none;
  margin-top: 0;
}
.add-cart-message-wrapper .product-name p {
  font-weight: 700;
}
.add-cart-message-wrapper .added-product-message {
  color: #7ca930;
  font-size: 18px;
  margin-top: 30px;
  font-weight: 700;
}
.add-cart-message-wrapper .option-button.continue {
  color: #606060;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  background-clip: padding-box;
  display: block;
  line-height: 60px;
  height: 60px;
  padding: 0;
}
@media (max-width: 1200px) {
  .add-cart-message-wrapper {
    right: 20%;
    left: 20%;
  }
}
@media (max-width: 768px) {
  .add-cart-message-wrapper {
    right: 10%;
    left: 10%;
  }
}
@media (max-width: 510px) {
  .add-cart-message-wrapper {
    right: 5%;
    left: 5%;
    flex-direction: column;
  }
  .add-cart-message-wrapper .option-button-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
  }
  .add-cart-message-wrapper .option-button-wrapper .option-button a {
    width: 100%;
  }
}
.terms_conditions .fieldset-legend {
  color: #000;
}
.terms_conditions .form-item #edit-terms-conditions-commerce-agree-terms-pane-field {
  margin-top: 0;
}
.terms_conditions .form-item a {
  text-decoration: underline;
}
.terms_conditions .form-item label {
  margin-left: 5px;
}
.terms_conditions .form-item .form-required {
  display: inherit !important;
  position: inherit !important;
}
.cart-recos-wrapper {
  margin-top: 40px;
  padding-top: 20px;
  background-image: linear-gradient(to top, #ffffff 0%, #f5f5f5 100%);
}
.cart-recos-wrapper .listing-products {
  padding-top: 0;
}
.cart-recos-wrapper h2 {
  text-align: center;
}
.cart-reco {
  margin: 0 20px 20px 20px;
  padding-top: 20px;
  border-top: 1px solid #e5e5e5;
}
.cart-reco a span {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
}
.cart-reco a span.reco-title-promo {
  color: #7ca930;
}
.cart-reco .image-wrapper {
  padding-top: 20px;
  position: relative;
}
.cart-reco .image-wrapper .pastille {
  position: absolute;
  right: -5px;
  top: 0;
}
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: #000000;
}
#colorbox {
  outline: 0;
}
#cboxContent {
  position: relative;
  margin: 40px 60px 80px;
  overflow: visible;
  background: #000;
}
@media (max-width: 767px) {
  #cboxContent {
    margin: 20px;
  }
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  background: #000;
  padding: 1px;
}
#cboxLoadingGraphic {
  background: url(images/loading.gif) no-repeat center center;
}
#cboxLoadingOverlay {
  background: #000;
}
#cboxTitle {
  margin: 0;
  position: fixed;
  bottom: 20px;
  left: 0;
  color: #fff;
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  padding: 0 5%;
}
#cboxTitle p {
  color: #fff;
}
#cboxCurrent {
  position: absolute;
  top: -22px;
  right: 205px;
  text-indent: -9999px;
}
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  position: absolute;
}
#cboxClose {
  border: 0 none;
  left: 50%;
  top: -30px;
  text-decoration: underline;
  color: #767676;
  background: none;
}
#cboxPrevious,
#cboxNext {
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 24px;
  transition: background-color 0.3s ease 0s;
  z-index: 100;
  top: 50%;
}
#cboxPrevious {
  left: -54px;
  background: rgba(255, 255, 255, 0.4) url("../images/svg/i-left-arrow-white.svg") no-repeat scroll 50% 50%;
}
#cboxNext {
  right: -54px;
  background: rgba(255, 255, 255, 0.4) url("../images/svg/i-right-arrow-white.svg") no-repeat scroll 50% 50%;
}
/*#cboxPrevious, 
#cboxNext, 
#cboxSlideshow, 
#cboxClose {
    border:0; 
    padding:0;
    margin:0; 
    overflow:visible; 
    text-indent:-9999px; 
    width:20px; 
    height:20px; 
    position:absolute; 
    top:-20px; 
    background:url(../images/controls.png) no-repeat 0 0;
}

#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

#cboxPrevious{
    background-position:0px 0px; 
    right:44px;
}
#cboxPrevious:hover{background-position:0px -25px;}
#cboxNext{
    background-position:-25px 0px; 
    right:22px;
}
#cboxNext:hover{
    background-position:-25px -25px;
}
#cboxClose{
    background-position:-50px 0px; 
    right:0;
}
#cboxClose:hover{
    background-position:-50px -25px;
}
*/
.cboxSlideshow_on #cboxPrevious,
.cboxSlideshow_off #cboxPrevious {
  right: 66px;
}
.cboxSlideshow_on #cboxSlideshow {
  background-position: -75px -25px;
  right: 44px;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -100px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -100px 0px;
  right: 44px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -75px -25px;
}
.page-iframe_3d #header,
.page-iframe_3d #footer,
.page-iframe_3d #breadcrumb {
  display: none;
}
.page-iframe_3d .h400 {
  height: 80px;
  padding-top: 20px;
}
/*================================
    wysiwyg CSS
================================*/
.menu-titre {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 24px;
  line-height: 30px;
}
.menu-desc {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  opacity: 0.6;
  color: black;
  color: #000;
  font-size: 14px;
  line-height: 20px;
}
.menu-btn {
  background-color: #7ca930;
  border-radius: 5px;
  margin: 25px 0 10px 0;
  color: #fff;
}
.menu-btn > a {
  display: block;
  background-color: #7ca930;
  border-radius: 5px;
  padding: 10px 20px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 14px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out 0s;
}
.menu-btn > a:hover {
  background-color: #569136;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
h2.soustitre {
  color: black;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 15px;
}
h3.soustitre {
  color: black;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 7px;
}
h3.soustitre-vert {
  color: #7ca930;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 7px;
}
.cke_editable ul li {
  position: relative;
  padding-left: 25px;
}
.cke_editable ul li:before {
  color: #7ca930;
  content: "→";
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 16px;
}
.cke_editable .bouton {
  display: block;
  color: #fff;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.cke_editable .bouton span {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease-out 0s;
}
.cke_editable .bouton.red {
  background-color: #db3e33;
}
.cke_editable .bouton.green {
  background-color: #7ca930;
}
.cke_editable .bouton.black {
  background-color: #000000;
}
th,
td {
  padding: .5em;
}
/*================================
    Admin tabs
================================*/
.show-admin-tabs .admin-tabs {
  -webkit-transform: translate3d(-100px, -50%, 0);
  transform: translate3d(-100px, -50%, 0);
  transition: all 0.2s ease-out;
  background: none;
  color: white;
  padding-right: 40px;
  position: fixed;
  top: 350px;
  left: 0;
  right: auto;
  width: 140px;
  z-index: 100;
}
.show-admin-tabs .admin-tabs::before {
  background: #cacaca;
  content: '+';
  display: block;
  font-size: 32px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
}
.show-admin-tabs .admin-tabs:hover {
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.show-admin-tabs .admin-tabs ul.primary {
  margin: 0;
  padding: 0;
}
.show-admin-tabs .admin-tabs ul.primary li {
  display: block;
  float: none;
  list-style: none;
}
.show-admin-tabs .admin-tabs ul.primary li.active a {
  background: #cacaca;
  border: 0;
}
.show-admin-tabs .admin-tabs ul.primary li.active a:hover,
.show-admin-tabs .admin-tabs ul.primary li.active a:focus {
  background: white;
}
.show-admin-tabs .admin-tabs ul.primary a {
  background: #cacaca;
  border: 0;
  color: inherit;
  display: block;
  margin: 0;
  padding: 1em;
}
.show-admin-tabs .admin-tabs ul.primary a:hover,
.show-admin-tabs .admin-tabs ul.primary a:focus {
  background: white;
  color: black;
  text-decoration: none;
}
/*================================
    User profile
================================*/
.page-user .region-content h2 {
  margin-bottom: .5em;
}
.user__intro {
  margin-bottom: 2em;
}
.user__intro,
.user__intro p {
  font-size: 24px;
}
/* Addresses */
.actions a,
.action-links li a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.25s ease-out;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  background-color: #7ca930;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  color: white;
  font-size: 18px;
  margin: 20px;
  padding: 20px 30px;
  text-transform: uppercase;
  width: auto;
  font-size: 14px;
  padding: .5em 2em;
  margin-left: 0;
  margin-right: 0;
}
.actions a:hover,
.action-links li a:hover,
.actions a:focus,
.action-links li a:focus {
  background-color: #db3e33;
}
#commerce-addressbook-billing-default {
  border-bottom: 1px solid #cacaca;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.field-name-commerce-customer-address {
  margin-bottom: 1em;
}
.field-name-commerce-customer-address ~ a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
}
.field-name-commerce-customer-address ~ a:last-of-type {
  color: red;
}
.block-addresses {
  border-top: 1px solid #cacaca;
  padding-top: 2em;
}
.order-process-shared .view-commerce-addressbook table td,
.order-process-shared .block-addresses table td {
  border: 0;
  display: block;
  padding: 0;
  vertical-align: top;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .order-process-shared .view-commerce-addressbook table td,
  .order-process-shared .block-addresses table td {
    display: table-cell;
    width: 33.33333333%;
  }
}
.order-process-shared .view-commerce-addressbook table .views-field-rendered-entity,
.order-process-shared .block-addresses table .views-field-rendered-entity {
  padding: 0 .75em 3em .75em;
}
.order-process-shared .view-commerce-addressbook table .views-field-rendered-entity:nth-child(3n+1),
.order-process-shared .block-addresses table .views-field-rendered-entity:nth-child(3n+1) {
  padding-left: 0;
}
/* /Addresses */
/* Registration */
#edit-field-company,
#edit-field-vat-number,
#edit-field-siret-number {
  display: none;
}
/* /Registration */
.page-form-demo .node-webform .bg-contact {
  background: transparent url('../images/bg-webform-demo.jpg') 50% 0 no-repeat;
}
.page-form-demo .node-webform .bg-contact h1 {
  line-height: 30px;
  margin-top: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .page-form-demo .node-webform .bg-contact h1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-form-demo .node-webform .bg-contact .col-md-7.col-md-offset-1 {
    font-size: .8em;
    padding-bottom: 1em;
  }
}
@media screen and (max-width: 992px) {
  .page-form-demo .node-webform .bg-contact .col-md-7.col-md-offset-1 {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.page-form-demo .form-contact select.required:not(.select-input) {
  color: inherit;
}
.page-form-demo .header-content {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.page-form-demo .header-content p {
  color: white;
}
@media screen and (min-width: 768px) {
  .page-form-demo .header-content p {
    font-size: 18px;
  }
}
.page-form-demo .header-content.h400 {
  background: radial-gradient(570px 570px at 0 80%, #7ca930 0, #7ca930 40%, rgba(108, 182, 68, 0) 100%), url(../images/banner-webform-demo.jpg) 50% 0 no-repeat, url(../images/banner-webform-demo.jpg) 50% 0 no-repeat;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
  margin-top: 40px;
}
.page-form-demo .vcenter.h400 {
  max-width: 500px;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.page-form-demo .body-content p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 300;
  color: black;
  font-size: 24px;
  line-height: 30px;
}
.i18n-de.page-form-demo .webform-component--row1 .form-item,
.i18n-de.page-form-demo .webform-component--row1 select {
  min-height: 66px;
}
.i18n-de.page-form-demo .select2-container {
  min-height: 66px;
}
.i18n-de.page-form-demo .select2-container .select2-selection--single {
  height: 66px;
}
.i18n-de.page-form-demo .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 66px;
}
