/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.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,
menu,
nav,
section,
summary {
  display: block;
}

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

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 {
  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;
  box-sizing: content-box;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.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-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@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-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@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-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix: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;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 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 !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
/**
Colors
 */
/**
Fonts
 */
/**
Background colors
 */
/**
Border colors
 */
@font-face {
  font-family: "akhand";
  src: url("../../../fonts/akhand_bold-webfont.woff2") format("woff2"), url("../../../fonts/akhand_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "akhand";
  src: url("../../../fonts/Indian Type Foundry - AkhandSoft-Extralight.otf") format("opentype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "akhand";
  src: url("../../../fonts/akhand_light-webfont.woff2") format("woff2"), url("../../../fonts/akhand_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "akhand";
  src: url("../../../fonts/akhand-webfont.woff2") format("woff2"), url("../../../fonts/akhand-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "akhand";
  src: url("../../../fonts/Indian Type Foundry - AkhandSoft-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../../fonts/proxima_nova_reg-webfont.eot");
  src: url("../../../fonts/proxima_nova_reg-webfont.woff") format("woff"), url("../../../fonts/proxima_nova_reg-webfont.ttf") format("truetype"), url("../../../fonts/proxima_nova_reg-webfont.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../../fonts/proximanova-light-webfont.eot");
  src: url("../../../fonts/proximanova-light-webfont.woff") format("woff"), url("../../../fonts/proximanova-light-webfont.ttf") format("truetype"), url("../../../fonts/proximanova-light-webfont.svg") format("svg");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../../fonts/proxima_nova_bold-webfont.eot");
  src: url("../../../fonts/proxima_nova_bold-webfont.woff") format("woff"), url("../../../fonts/proxima_nova_bold-webfont.ttf") format("truetype"), url("../../../fonts/proxima_nova_bold-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../../../fonts/Proxima-Nova-Thin.otf");
  font-weight: 100;
  font-style: normal;
}
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "akhand";
  font-size: 1.6rem;
}
body.handmade, body.listing {
  background-color: #fcfcfc;
}

a {
  color: #ff7b00;
  text-decoration: none;
}

#members {
  background-color: transparent !important;
}

#members,
.container {
  width: 98%;
  max-width: 98%;
  margin: 0 auto;
  padding: 0;
}
@media all and (min-width: 1400px) {
  #members,
.container {
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
    padding: 0;
    max-width: 1210px;
  }
  #members-large,
.container-large {
    max-width: 1920px;
  }
}

main .container {
  padding: 0 1em;
}

.hide {
  display: none;
}

.loader {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(3, 137, 198, 0.2) url("../../../images/icons/loader.svg") no-repeat center center;
}

.modal {
  z-index: 999999999 !important;
}

.top-header {
  background-color: #4c4e51;
  color: #9b9b9b;
  font-size: 2rem;
}
@media all and (max-width: 1000px) {
  .top-header {
    padding-right: 1em;
    padding-left: 1em;
  }
}
@media all and (min-width: 1000px) {
  .top-header {
    font-size: 1.8rem;
    text-transform: uppercase;
  }
}
.top-header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.top-header a {
  color: #ff7b00;
  text-decoration: none;
}
@media all and (min-width: 1000px) {
  .top-header .container {
    min-height: 42px;
  }
  .top-header p {
    margin: 0;
  }
}
.top-header .socials {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media all and (min-width: 1000px) {
  .top-header .socials {
    margin-left: 1em;
  }
}
.top-header .social-item {
  display: inline-flex;
}
.top-header .social-item .fa-facebook {
  height: 16px;
  width: 9px;
}
.top-header .social-item .fa-instagram {
  height: 16px;
  width: 16px;
}
.top-header .social-item .fa-linkedin {
  height: 14px;
  width: 15px;
}

.rating {
  display: none;
  font-size: 1.6rem;
}
@media all and (min-width: 1000px) {
  .rating {
    display: initial;
    text-transform: uppercase;
  }
  .rating .google-rate {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .rating .google-rate .stars {
    margin-right: 0.25em;
  }
  .rating .google-rate .stars img {
    height: 12px;
  }
}

.header-fixed {
  background-color: #313131;
  color: #9b9b9b;
}
.header-fixed * {
  color: #9b9b9b;
}
.header-fixed.open-mobile {
  height: 100vh;
}

.main-header {
  font-size: 2rem;
}
@media all and (max-width: 1000px) {
  .main-header {
    padding-right: 1em;
    padding-left: 1em;
  }
}
.main-header .container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
}
@media all and (min-width: 1200px) {
  .main-header {
    font-size: 1.8rem;
    min-height: 107px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
  }
  .main-header .container {
    justify-content: flex-start;
    width: 100%;
  }
  .main-header .container .logo {
    width: 30%;
  }
  .main-header .container .navmain {
    width: 70%;
    justify-content: space-between;
  }
}
@media all and (max-width: 1000px) {
  .main-header .logo img {
    image-rendering: high-quality;
    width: 75%;
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .main-header .container {
    width: 100%;
  }
}

.navmain {
  display: none;
}
.navmain .navbar-nav {
  list-style: none;
  padding: 0;
}
.navmain .navbar-nav a {
  display: inline-block;
  text-decoration: none;
  font-size: 3.5rem;
  font-weight: 200;
  padding: 0.4em 0;
}
@media all and (min-width: 1000px) {
  .navmain .navbar-nav a {
    font-size: 1.9rem;
    margin-right: 1em;
  }
  .navmain .navbar-nav a:after {
    content: "";
    width: 1px;
    height: 15px;
    display: inline-block;
    background-color: #9b9b9b;
    margin-left: 1em;
  }
}
.navmain .navbar-nav a:hover, .navmain .navbar-nav a:hover *, .navmain .navbar-nav a.migc_selitem {
  color: #ff7b00;
}
.navmain .navbar-nav a:hover span, .navmain .navbar-nav a:hover * span, .navmain .navbar-nav a.migc_selitem span {
  color: #ff7b00;
}

.account .navbar-nav a {
  margin-right: 0;
}

@media all and (min-width: 1000px) {
  .navbar-default li:last-child a:after,
.navbar.account li:last-child a:after {
    display: none;
  }
}
.account a {
  color: #fff;
}
.account a:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  position: relative;
  background-image: url(../../../images/icons/icon-moncompte.png);
  background-repeat: no-repeat;
  background-size: cover;
  top: 2px;
  margin-right: 10px;
}
@media all and (min-width: 1000px) {
  .account a:before {
    width: 18px;
    height: 18px;
  }
}

.header-fixed.open-mobile .navmain {
  display: initial;
  width: 100%;
}

@media all and (min-width: 1000px) {
  .navmain {
    display: flex;
    align-items: center;
  }
  .navbar-nav {
    display: flex;
  }
}
/* Icon menu */
#hamb-cross {
  position: absolute;
  right: 0px;
  top: 30px;
  margin-left: auto;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#hamb-cross span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#hamb-cross span:nth-child(1) {
  top: 0;
}
#hamb-cross span:nth-child(2) {
  top: 9px;
}
#hamb-cross span:nth-child(3) {
  top: 18px;
}
#hamb-cross.open span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
#hamb-cross.open span:nth-child(2) {
  opacity: 0;
  left: -30px;
}
#hamb-cross.open span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
@media all and (min-width: 1000px) {
  #hamb-cross {
    display: none;
  }
}

.languages {
  background: none;
}
.languages ul {
  padding: 0;
}
.languages li {
  display: inline-block;
  padding: 0 0.25rem;
}
.languages li a {
  display: inline-block;
  text-indent: -9999px;
  width: 20px;
  height: 18px;
}
.languages li a[lang=fr] {
  background: url("../../../../flags/France.png") no-repeat center center;
}
.languages li a[lang=en] {
  background: url("../../../../flags/United_Kingdom.png") no-repeat center center;
}
.languages li a[lang=nl] {
  background: url("../../../../flags/Netherlands.png") no-repeat center center;
}

header .header-nav {
  margin: 0 auto;
}
@media all and (max-width: 1000px) {
  header .header-nav {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1000px) {
  header .header-nav {
    margin: initial;
    margin-left: auto;
    margin-right: 1em;
  }
}
header .header-nav .navbar-nav {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .header-nav .navbar-nav a:hover span,
header .header-nav .navbar-nav a.selitem span {
  color: #ff7b00;
}

header .contact {
  margin: 0;
}
@media all and (max-width: 1000px) {
  header .contact {
    font-size: 1.4rem;
  }
}
@media all and (min-width: 1000px) {
  header .contact {
    margin-right: 1rem;
  }
}

.social-item {
  display: inline-block;
  margin-right: 0.5em;
}
.social-item:last-child {
  margin-right: 0;
}

.fa-social {
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
}
.fa-social:before {
  content: "" !important;
}

.fa-facebook {
  background-image: url("../../../images/icons/facebook-header.svg");
  height: 22px;
  width: 12px;
}
.fa-facebook:hover {
  background-image: url("../../../images/icons/facebook-header-orange.svg");
}

.fa-instagram {
  background-image: url("../../../images/icons/instagram-header.svg");
  height: 22px;
  width: 24px;
}
.fa-instagram:hover {
  background-image: url("../../../images/icons/instagram-header-orange.svg");
}

.fa-linkedin {
  background-image: url("../../../images/icons/linkedin-miniheader.svg");
  height: 15px;
  width: 16px;
}
.fa-linkedin:hover {
  background-image: url("../../../images/icons/linkedin-miniheader-orange.svg");
}

@media all and (min-width: 1000px) {
  .socials {
    margin-left: 1em;
  }
}

.banner {
  position: relative;
  overflow: hidden;
}
.banner .images-slider {
  margin: 0;
}
.banner .images-slider .image {
  min-height: 380px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner > .container {
  position: absolute;
  margin: auto;
  inset: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}
@media all and (min-width: 1000px) {
  .banner > .container h1 {
    font-size: 5.7rem;
    line-height: 35px;
    font-weight: 500;
  }
}
@media all and (min-width: 1000px) {
  .banner > .container .parag_text_content {
    font-size: 2.518rem;
    line-height: 37px;
  }
}
@media all and (max-width: 1000px) {
  .banner > .container .parag_text_content {
    display: flex;
    flex-direction: column;
  }
  .banner > .container .parag_text_content strong {
    display: none;
  }
}
.banner > .container .parag_text_content a {
  line-height: initial !important;
}
.banner > .container a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2rem;
}
.banner .slick-slide > div {
  display: flex;
}

footer {
  background-color: #313131;
  color: #fff;
  padding: 6em 0;
}
@media all and (max-width: 1000px) {
  footer {
    padding-right: 1em;
    padding-left: 1em;
  }
}
footer .logo {
  margin-top: -0.75em;
}
@media all and (min-width: 800px) and (max-width: 1000px) {
  footer .logo img {
    height: auto;
    width: 70%;
  }
}
footer .footer-columns {
  display: flex;
  flex-wrap: wrap;
}
@media all and (min-width: 800px) {
  footer .footer-columns {
    justify-content: flex-start;
  }
}
footer .footer-columns * {
  font-style: normal;
  font-family: "ProximaNova";
}
footer .footer-columns p {
  margin: 0;
  line-height: 25px;
}
footer .footer-columns li {
  line-height: 25px;
}
footer .footer-columns .google-reviews-slider {
  width: 85% !important;
}
footer .footer-columns .footer-title {
  font-size: 3rem;
  line-height: 20px;
  font-style: normal;
  color: #fff;
  font-family: "akhand";
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
footer .footer-columns .address {
  margin-bottom: 1.4em;
}
footer .footer-columns .col {
  width: 100%;
  color: #9f9f9f;
}
@media all and (min-width: 500px) {
  footer .footer-columns .col {
    width: 50%;
  }
}
@media all and (max-width: 800px) {
  footer .footer-columns .col {
    margin-bottom: 1.5em;
  }
}
@media all and (min-width: 800px) {
  footer .footer-columns .col {
    width: 25%;
  }
}
@media all and (max-width: 800px) {
  footer .footer-columns .col.col-one {
    width: 100%;
  }
}
footer .footer-columns .col strong {
  color: #fff;
}
footer .footer-columns .col a {
  color: #ff7b00;
  text-decoration: none;
}
footer .footer-columns .col ul {
  list-style: none;
  padding: 0;
}
footer .footer-columns .col ul li a {
  color: #9f9f9f;
}
footer .footer-columns .col ul li a:hover {
  color: #ff7b00;
}
footer .socials {
  margin-left: 0;
}
footer .socials .social-item {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  border: 1px solid #9f9f9f;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
footer .socials .social-item .fa-social {
  position: absolute;
  display: inline-block;
}
footer .socials .social-item .fa-facebook {
  height: 20px;
  width: 10px;
}
footer .socials .social-item .fa-instagram {
  height: 18px;
  width: 20px;
}
footer .socials .social-item:hover {
  border-color: #ff7b00;
}
footer .socials .social-item:hover .fa-facebook {
  background-image: url("../../../images/icons/facebook-header-orange.svg");
}
footer .socials .social-item:hover .fa-instagram {
  background-image: url("../../../images/icons/instagram-header-orange.svg");
}
footer .socials .social-item:hover .fa-linkedin {
  background-image: url("../../../images/icons/linkedin-miniheader-orange.svg");
}
footer .col-four {
  display: flex;
  flex-direction: column;
}
footer .powered-onlyweb {
  padding-right: 2em;
  margin-top: 1em;
}
@media all and (min-width: 800px) {
  footer .powered-onlyweb {
    margin-top: auto;
    text-align: right;
  }
}
footer .rating .google-rate {
  justify-content: flex-end;
  padding-right: 4.75em;
}
footer .rating .google-rate p {
  font-family: "akhand" !important;
}
footer .rating {
  max-width: 300px;
}
footer .rating .slick-dots li button:before {
  display: none;
}
footer .rating .google-reviews-title {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
footer .rating .google-reviews-title .stars {
  margin-right: 0.5em;
}
footer .rating .google-reviews-title .stars img {
  height: 12px;
}
footer .rating .google-reviews-title p {
  margin: 0;
  font-family: "akhand" !important;
  font-size: 1.8rem;
  color: #fff;
}
footer .rating .google-reviews-slider {
  width: 100%;
  max-width: 300px;
  position: relative;
  padding-bottom: 2em;
}
footer .rating .google-reviews-slider .slick-list {
  overflow: hidden;
}
footer .rating .google-reviews-slider .slick-track {
  display: flex;
}
footer .rating .google-reviews-slider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  gap: 0.5em;
}
footer .rating .google-reviews-slider .slick-dots li {
  margin: 0;
  line-height: 0;
}
footer .rating .google-reviews-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  width: 8px;
  height: 8px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}
footer .rating .google-reviews-slider .slick-dots li button:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
footer .rating .google-reviews-slider .slick-dots li.slick-active button {
  background-color: #ff7b00;
  width: 20px;
  border-radius: 4px;
}
footer .rating .google-reviews-slider .review-card {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 1.2em;
  display: flex !important;
  flex-direction: column;
  min-height: 200px;
  max-height: 200px;
  width: 99% !important;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}
footer .rating .google-reviews-slider .review-card .review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0.5em;
  gap: 0.5em;
}
footer .rating .google-reviews-slider .review-card .review-header .review-author {
  font-weight: bold;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.3;
  flex: 1;
}
footer .rating .google-reviews-slider .review-card .review-header .review-stars {
  display: flex;
  gap: 2px;
  flex-shrink: 0;
}
footer .rating .google-reviews-slider .review-card .review-header .review-stars img {
  height: 10px;
  width: 10px;
}
footer .rating .google-reviews-slider .review-card .review-date {
  font-size: 1.2rem;
  color: #9f9f9f;
  margin-bottom: 0.8em;
  text-transform: none;
}
footer .rating .google-reviews-slider .review-card .review-text {
  font-size: 1.3rem;
  color: #9f9f9f;
  line-height: 1.5;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-transform: none;
  -webkit-box-orient: vertical;
}

.powered-onlyweb {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.powered-onlyweb a {
  display: inline-block;
  width: 90px;
  height: 24px;
  background-image: url("../../../images/icons/logo-onlyweb.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  vertical-align: middle;
  font-size: 1.5rem;
}
.powered-onlyweb span {
  visibility: hidden;
}

.two-columns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 5em 0;
}
@media all and (max-width: 900px) {
  .two-columns {
    flex-wrap: wrap;
  }
}
.two-columns--reverse {
  flex-direction: row-reverse;
}
.two-columns .col {
  width: 100%;
}
@media all and (min-width: 1000px) {
  .two-columns .col {
    width: 48%;
  }
}
.two-columns .col .title {
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 45px;
  color: #ff7b00;
  margin-top: 0;
}
.two-columns .col .sub-title {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 35px;
}
.two-columns .col ul li {
  color: #565b62;
}
.two-columns .col ul {
  list-style: none; /* Remove default bullets */
  font-size: 1.7rem;
  line-height: 24px;
  position: relative;
}
.two-columns .col ul li {
  margin-bottom: 1em;
}
.two-columns .col ul li::before {
  content: "";
  position: absolute;
  left: 0;
  background-color: #ff7b00; /* Change the color */
  border-radius: 50%;
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 8px;
  height: 8px;
  font-size: 4rem; /* Also needed for space (tweak if needed) */
  margin-top: 8.5px;
}
.two-columns .col.image {
  min-height: 350px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media all and (min-width: 1000px) {
  .two-columns .col.image {
    width: 46%;
    min-height: 488px;
  }
}

section.description,
section.testimonies {
  background-color: #eeeeee;
}

section.processus {
  background-color: #f4f4f4;
}

.one-column {
  padding: 4em 0;
}
.one-column .title {
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 45px;
  text-align: center;
  color: #ff7b00;
  margin: 0 0 0.5em 0;
}
.one-column .sub-title {
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin-top: 0;
}
.one-column .actions {
  text-align: center;
  margin: 3.5em 0 0;
}

.btn-info,
.custom-style-lien-1,
.btn {
  border: none;
  border-radius: 27.5px;
  padding: 0.75em 1.25em;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: #ff7b00;
  color: #fff;
  background: linear-gradient(to right, #ff7b00 50%, #ca6100 50%);
  background-size: 202% 100%;
  background-position: left bottom;
  transition: all 200ms ease;
}
@media all and (min-width: 1000px) {
  .btn-info,
.custom-style-lien-1,
.btn {
    padding: 1em 2.5em;
    font-size: 2rem;
  }
}
.btn-info.custom-style-lien-1, .btn-info-primary,
.custom-style-lien-1.custom-style-lien-1,
.custom-style-lien-1-primary,
.btn.custom-style-lien-1,
.btn-primary {
  background-color: #ff7b00;
  color: #fff;
}
.btn-info:hover,
.custom-style-lien-1:hover,
.btn:hover {
  background-position: right bottom;
}

.custom-style-lien-3,
.banner > .container a {
  border: none;
  border-radius: 27.5px;
  padding: 0.75em 1.25em;
  font-weight: bold;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  background: white;
  color: #ff7b00;
  background-size: 202% 100%;
  background-position: left bottom;
  transition: all 200ms ease;
}
@media all and (min-width: 1000px) {
  .custom-style-lien-3,
.banner > .container a {
    padding: 1em 2.5em;
    font-size: 2rem;
  }
}
.custom-style-lien-3:hover,
.banner > .container a:hover {
  background-color: #ff7b00;
  color: #fff;
}
.custom-style-lien-3:hover,
.banner > .container a:hover {
  background-position: right bottom;
}

#formFiltre .addFilterBasic {
  border: 1px solid #ff7b00;
  color: #ff7b00;
  background: none;
  border-radius: 3px;
  font-size: 1.6rem;
  padding: 0.5em;
  text-transform: initial;
  margin: 0 0.15em 0.5em 0;
}

.addCritFilter,
#addFilter {
  border: none;
  border-radius: 27.5px;
  display: inline-block;
  text-decoration: none;
  text-transform: initial;
  font-weight: bold;
  font-family: "ProximaNova";
  padding: 0;
  padding-left: 1.25em;
  padding-right: 1em;
  background: #ff7b00;
  color: #fff;
  background: linear-gradient(to right, #ff7b00 50%, #ca6100 50%);
  background-size: 202% 100%;
  background-position: left bottom;
  transition: all 200ms ease;
}
@media all and (min-width: 1000px) {
  .addCritFilter,
#addFilter {
    font-size: 1.5rem;
  }
}
.addCritFilter.custom-style-lien-1, .addCritFilter-primary,
#addFilter.custom-style-lien-1,
#addFilter-primary {
  background-color: #ff7b00;
  color: #fff;
}
.addCritFilter:hover,
#addFilter:hover {
  background-position: right bottom;
}
.addCritFilter#addFilter:after,
#addFilter#addFilter:after {
  font-family: "Font Awesome 6 Pro";
  content: "+";
  font-size: 1.8rem;
  padding-left: 0.75em;
  margin-left: 1em;
  border-left: 1px solid #fff;
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  display: inline-block;
}

.reveal {
  position: relative;
  transform: translateY(80px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}

.list-of-processus {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list-of-processus .number {
  position: relative;
  border-radius: 50%;
  width: 33px;
  height: 33px;
  border: 1px solid #ff7b00;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.list-of-processus .number:before {
  content: "";
  width: 23px;
  height: 23px;
  border-radius: 50%;
  position: absolute;
  background-color: #373737;
  z-index: -1;
}
.list-of-processus .title {
  font-size: 2.7rem;
  line-height: 35px;
  font-weight: bold;
}
.list-of-processus .desc {
  font-size: 1.7rem;
  line-height: 24px;
  font-family: "ProximaNova";
  color: #565b62;
}
.list-of-processus .step {
  width: 100%;
  margin-bottom: 2em;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
}
@media all and (min-width: 1000px) {
  .list-of-processus .step {
    width: 23%;
    min-height: 515px;
  }
}
.list-of-processus .step .image {
  margin-bottom: 2.5em;
}
.list-of-processus .step .title {
  margin: 0.25em 0 0.25em;
}
.list-of-processus .step .desc {
  margin: 0;
}
@media all and (min-width: 1000px) {
  .list-of-processus .step::after {
    height: 101px;
    width: 93px;
    background-size: contain;
    position: absolute;
    top: 18%;
    right: -35%;
  }
  .list-of-processus .step:not(.list-of-processus .step:last-child):after {
    content: "";
    background-image: url("../../../images/icons/arrow.png");
    background-repeat: no-repeat;
  }
  .list-of-processus .step:nth-child(even) {
    justify-content: flex-end;
  }
  .list-of-processus .step:nth-child(even)::after {
    top: 16%;
    right: -12%;
    transform: rotate(16deg);
    background-image: url("../../../images/icons/arrow-rotate.png") !important;
  }
}

.testimonies {
  padding: 4em 0 6em;
  /* the slides */
  /* the parent */
}
.testimonies .one-column {
  padding: 0;
}
.testimonies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 2.5em 0;
}
.testimonies-list.lower {
  justify-content: center;
  gap: 1.75em;
}
.testimonies .testomony {
  width: 100%;
  padding: 2em 2em;
  background-color: #fff;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 2em;
}
@media all and (min-width: 700px) {
  .testimonies .testomony {
    width: 48%;
  }
}
@media all and (min-width: 1000px) {
  .testimonies .testomony {
    width: 31.25%;
  }
}
.testimonies .testomony .image {
  background-color: #ff7b00;
  border-radius: 50%;
  width: 116px;
  height: 116px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em auto 1.75em;
}
.testimonies .testomony .image:before {
  content: "";
  background-image: url("../../../images/icons/logo-temoignages.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 65px;
  height: 55px;
  display: inline-block;
}
.testimonies .testomony .name {
  font-size: 2.7rem;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
}
.testimonies .testomony .type {
  font-size: 2.7rem;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ff7b00;
}
.testimonies .testomony .content {
  margin-top: 1.5em;
  font-family: "ProximaNova";
  font-size: 1.65rem;
  line-height: 24px;
  color: #565b62;
}
.testimonies .slick-slide {
  margin: 0 17.5px;
}
.testimonies .slick-list {
  margin: 0 -17.5px;
}
.testimonies .slick-dots button {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #313131;
}
.testimonies .slick-dots button:before {
  display: none;
}
.testimonies .slick-dots .slick-active button {
  background-color: #ff7b00;
}

.listing .cars--list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  flex-grow: 1;
  height: 100%;
}
.listing .car--item {
  display: flex;
  flex-direction: column;
  border: 1px solid #ccc9db;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.listing .car--item a {
  color: inherit;
  text-decoration: none;
}
@media all and (min-width: 700px) {
  .listing .car--item {
    width: 47%;
  }
}
@media all and (min-width: 980px) {
  .listing .car--item {
    width: 31.5%;
  }
}
@media all and (min-width: 1400px) {
  .listing .car--item {
    width: 23.5%;
  }
}
.listing .car--item .image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 278px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s linear;
  z-index: 1;
}
.listing .car--item .image:hover {
  transform: scale(1.1);
}
.listing .car--item .tag {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.listing .car--item .tag span {
  display: inline-block;
  padding: 0.4em 1em;
  background-color: #f10022;
  color: white;
  border-radius: 0px 0px 7px 0px;
  font-weight: bold;
  text-transform: uppercase;
}
.listing .car--item .tag span.vignette_new_prix, .listing .car--item .tag span.new-price {
  background-color: #21a355;
}
.listing .car--item .tag span.vignette_vendu, .listing .car--item .tag span.sold {
  background-color: #f10022;
}
.listing .car--item .tag span.new {
  background-color: #009ee3;
}
.listing .car--item .tag span.vignette_arrivage, .listing .car--item .tag span.coming {
  background-color: #313131;
}
.listing .car--item.arrivage_n .vignette_arrivage {
  display: none;
}
.listing .car--item.new_n .new {
  display: none;
}
.listing .car--item.discount_n .vignette_new_prix {
  display: none;
}
.listing .car--item.reserve_n .vignette_reserve {
  display: none;
}
.listing .car--item.vendu_n .vignette_vendu {
  display: none;
}
.listing .car--item .content {
  min-height: 44%;
  padding: 1.5em;
  z-index: 2;
  position: relative;
  background-color: #fff;
}
.listing .car--item .content .title {
  font-size: 2.5rem;
  line-height: 24.7px;
  font-weight: bold;
}
.listing .car--item .content .infos {
  font-family: "ProximaNova";
  font-size: 1.5rem;
  line-height: 31px;
}
.listing .car--item .content ul {
  list-style: none;
  padding: 0;
  column-count: 2;
}
.listing .car--item .content ul li {
  border-bottom: 1px solid #ccc9db;
  color: #565864;
}
.listing .car--item .content ul li:nth-child(3n) {
  border-bottom: 0;
}
.listing .car--item .content .ref {
  font-size: 1.3rem;
  line-height: 25px;
  font-weight: normal;
  color: #a4a4a4;
  font-family: "ProximaNova";
  align-self: center;
}
.listing .car--item .content .actions {
  text-transform: uppercase;
  font-size: 2.5rem;
  line-height: 24.7px;
  font-weight: bold;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #ff7b00;
}
.listing .car--item .content .actions .price {
  flex-basis: 75%;
}
.listing .car--item .content .actions .sold {
  color: #f10022;
}
.listing .car--item .content .actions .whatsapp {
  margin-right: 1rem;
}
.listing .car--item .content .actions .whatsapp a {
  display: block;
}
.listing .car--item .content .actions .whatsapp a:before {
  content: "";
  background: url("../../../images/icons/whatsapp.svg") no-repeat center center;
  width: 21px;
  height: 21px;
  display: block;
}
.listing .car--item.new .content .actions .price {
  color: #21a355;
}

.vehicules_listing .container,
section.search .container {
  padding: 0;
}
.vehicules_listing > .container,
section.search > .container {
  padding: 0 0;
}

.row {
  margin: 0;
}

.data_product_orderby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.data_product_orderby span {
  margin-right: 0.5em;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 24.7px;
  font-size: 1.7rem;
}
.data_product_orderby .ss-main {
  width: fit-content;
  min-width: 227px;
}

.search-tri .ss-single-selected .ss-arrow,
.search .ss-main .ss-single-selected .ss-arrow {
  display: none !important;
}

.search .open-select,
.search input:not([type=range]), .search select, .search .undo, .search .ss-main .ss-multi-selected,
.search-tri .ss-single-selected,
.search .ss-main .ss-single-selected {
  display: flex;
  padding: 1em 0.8em;
  background: #fff;
  border: 1px solid #ccc9db;
  border-radius: 0 !important;
  height: fit-content;
  min-height: 55px;
  align-items: center;
  max-width: 230px;
}
.search .open-select *,
.search input:not([type=range]) *, .search select *, .search .undo *, .search .ss-main .ss-multi-selected *,
.search-tri .ss-single-selected *,
.search .ss-main .ss-single-selected * {
  font-size: 1.6rem;
  font-family: "ProximaNova";
  font-weight: normal;
  text-transform: initial;
}
.search .open-select:not(.undo):after,
.search input:not([type=range]):not(.undo):after, .search select:not(.undo):after, .search .undo:not(.undo):after, .search .ss-main .ss-multi-selected:not(.undo):after,
.search-tri .ss-single-selected:not(.undo):after,
.search .ss-main .ss-single-selected:not(.undo):after {
  content: "";
  background-image: url("../../../images/icons/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 10px;
  min-height: 7px;
  margin-left: 5px;
}
.search .open-select:hover,
.search input:not([type=range]):hover, .search select:hover, .search .undo:hover, .search .ss-main .ss-multi-selected:hover,
.search-tri .ss-single-selected:hover,
.search .ss-main .ss-single-selected:hover {
  cursor: pointer;
}
.search .open-select.active,
.search input:not([type=range]).active, .search select.active, .search .undo.active, .search .ss-main .ss-multi-selected.active,
.search-tri .ss-single-selected.active,
.search .ss-main .ss-single-selected.active {
  border-color: #313131;
}

.filters {
  font-family: "ProximaNova";
}
.filters .col-md-2 {
  width: fit-content;
  padding: 0;
}
.filters .col-md-2:last-child {
  margin-right: 0;
}
.filters .ss-main .ss-multi-selected .ss-values {
  width: fit-content;
}
.filters .ss-search,
.filters .ss-add {
  display: none !important;
}
.filters .ss-main .ss-multi-selected .ss-values .ss-disabled, .filters .ss-main .ss-single-selected .placeholder, .filters .ss-main .ss-single-selected .placeholder *,
.filters .ss-disabled {
  color: #313131 !important;
}
.filters .select-prices .price-wrapper,
.filters .select-km .price-wrapper {
  width: 350px;
}
.filters .price-wrapper,
.filters .ss-content.ss-open {
  width: 225px;
  font-family: "ProximaNova";
}
.filters .price-wrapper.km,
.filters .ss-content.ss-open.km {
  width: 250px;
}
.filters .price-wrapper button,
.filters .ss-content.ss-open button {
  margin: 0.5em 0;
  text-transform: uppercase;
  padding: 1em 0.85em;
  width: fit-content;
  font-size: 1.2rem;
  font-weight: bold;
}
.filters .price-wrapper .actions,
.filters .ss-content.ss-open .actions {
  display: flex;
  justify-content: flex-start;
  gap: 0.9em;
  padding: 0 1em;
}
.filters .price-wrapper .delete,
.filters .ss-content.ss-open .delete {
  background-color: white;
  color: #565864;
  border: 1px solid #999999;
}
.filters .price-wrapper .save,
.filters .ss-content.ss-open .save {
  border: 1px solid #ca6100;
  background-color: #ff7b00;
  color: white;
}
.filters .ss-option {
  font-size: 1.6rem;
  line-height: 41px;
  color: #909199;
  padding: 4px 4px 4px 1em !important;
}
.filters .ss-option-selected {
  color: #ff7b00 !important;
  background: none;
  padding: 4px 4px 4px 1em !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filters .ss-option-selected:after {
  content: "";
  background-image: url("../../../images/icons/check-orange.svg");
  width: 15px;
  height: 12px;
  background-size: cover;
  display: block;
  margin-right: 0.5em;
}
.filters .ss-content .ss-list .ss-option.ss-highlighted, .filters .ss-content .ss-list .ss-option:hover {
  background-color: #f7f7f7;
  color: #909199;
  padding: 4px 4px 4px 1em !important;
}
.filters .ss-optgroup-label {
  line-height: 41px;
  color: #909199;
  font-weight: normal !important;
  padding: 4px 4px 4px 1em !important;
}
.filters .ss-content .ss-list {
  max-height: 215px;
}
.filters .ss-single-selected .placeholder,
.filters .ss-values {
  min-height: 20px;
  min-width: fit-content;
}
.filters .ss-single-selected .placeholder .ss-disabled,
.filters .ss-values .ss-disabled {
  margin: 0;
}
.filters .ss-values .ss-value {
  animation: none;
  display: none !important;
}

.price-wrapper {
  background-color: white;
  border: 1px solid #ccc9db;
  padding: 1em;
  display: none;
}
.price-wrapper.open {
  display: block;
  position: absolute;
  z-index: 10;
}
.price-wrapper input[type=range] {
  border: none;
}
.price-wrapper .range-slider {
  position: relative;
  height: 50px;
  text-align: center;
}
.price-wrapper .range-slider input {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 50%;
  width: 100%;
  outline: none;
  height: 50px;
  margin: 0;
  transform: translateY(-43%);
  padding: 0;
}
.price-wrapper .range-slider input::-webkit-slider-thumb {
  pointer-events: all;
  position: relative;
  z-index: 1;
  outline: 0;
}
.price-wrapper .range-slider input::-moz-range-thumb {
  pointer-events: all;
  position: relative;
  z-index: 10;
  -moz-appearance: none;
  width: 9px;
}
.price-wrapper .range-slider input::-moz-range-track {
  position: relative;
  z-index: -1;
  background-color: rgb(0, 0, 0);
  border: 0;
}
.price-wrapper .range-slider input:last-of-type::-moz-range-track {
  -moz-appearance: none;
  background: none transparent;
  border: 0;
}
.price-wrapper .range-slider input[type=range]::-moz-focus-outer {
  border: 0;
}
.price-wrapper .rangeValue {
  width: 30px;
}
.price-wrapper input[type=range] {
  -webkit-appearance: none;
  background: none;
}
.price-wrapper input[type=range]::-webkit-slider-runnable-track {
  height: 5px;
  border: none;
  border-radius: 3px;
  background: transparent;
}
.price-wrapper input[type=range]::-ms-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}
.price-wrapper input[type=range]::-moz-range-track {
  height: 5px;
  background: transparent;
  border: none;
  border-radius: 3px;
}
.price-wrapper input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #555;
  margin-top: -10px;
  position: relative;
  z-index: 10000;
}
.price-wrapper input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  border: none;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #555;
  margin-top: -15px;
  position: relative;
  z-index: 10000;
}
.price-wrapper input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  border: none;
  height: 21px;
  width: 21px;
  border-radius: 50%;
  background: #555;
  margin-top: -15px;
  position: relative;
  z-index: 10000;
}
.price-wrapper input[type=range]:focus {
  outline: none;
}
.price-wrapper .full-range,
.price-wrapper .incl-range {
  width: 100%;
  height: 3px;
  left: 0;
  top: 50%;
  position: absolute;
  background: #DDD;
}
.price-wrapper .incl-range {
  background: #313131;
}
.price-wrapper .inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.price-wrapper .inputs--column {
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.price-wrapper .inputs:not(.inputs--column):after {
  content: "-";
  position: absolute;
  margin: auto;
  inset: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.price-wrapper .inputs input {
  padding: 0.75em;
  width: 40%;
  position: static !important;
  float: none;
}
.price-wrapper .inputs--column label {
  font-weight: bold;
  font-size: 1.5rem;
}
.price-wrapper .inputs--column input {
  width: 100%;
  margin: 0.75em 0;
}
.price-wrapper .ranger {
  position: relative;
}
.price-wrapper .actions {
  padding: 0 !important;
}

.open-select {
  position: relative;
  background-color: white;
}
.open-select.open:before {
  content: "";
  background-color: white;
  position: absolute;
  width: 100%;
  height: 3px;
  top: 100%;
  left: 0;
  z-index: 11;
}

.container--filters {
  padding: 1.5em 0;
}
@media all and (min-width: 1200px) {
  .container--filters {
    position: sticky;
    top: 0;
    z-index: 4875;
    background: white;
  }
}

.listing-top {
  margin-bottom: 4em;
}

.main-filters .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  gap: 0.55em;
}
@media all and (max-width: 1200px) {
  .main-filters .row {
    justify-content: center;
  }
}
.main-filters .row .col-md-2 {
  margin-bottom: 1em;
}
@media all and (max-width: 1200px) {
  .main-filters .row .col-md-2 {
    margin-right: 0.8em;
  }
}
.main-filters .row:before, .main-filters .row:after {
  display: none;
}

.sub-filters {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  font-family: "akhand";
  margin-top: 1em;
}
@media all and (min-width: 1200px) {
  .sub-filters {
    flex-direction: row;
  }
}
.sub-filters .right {
  display: flex;
  flex-direction: row;
  margin-left: auto;
}
@media all and (max-width: 1200px) {
  .sub-filters .right {
    margin-top: 1em;
  }
}
@media all and (max-width: 500px) {
  .sub-filters .right {
    flex-direction: column;
    align-items: center;
  }
  .sub-filters .right > *:first-child {
    margin-bottom: 0.75em;
  }
}
.sub-filters .left, .sub-filters .right .tags {
  text-align: center;
}
@media all and (min-width: 1200px) {
  .sub-filters .left, .sub-filters .right .tags {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.sub-filters .all-cars {
  display: flex;
  margin-right: 1em;
}
.sub-filters .all-cars--link,
.sub-filters .based-own-criteria--link {
  display: inline-block;
  padding: 1em;
  overflow: hidden;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: #313131;
  border: 1px solid #ccc9db;
}
.sub-filters .all-cars--link.checked,
.sub-filters .all-cars--link:hover,
.sub-filters .based-own-criteria--link.checked,
.sub-filters .based-own-criteria--link:hover {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}
.sub-filters .based-own-criteria--link--manage {
  width: 50px;
  min-height: 100%;
  display: block;
  border-top: 1px solid #ccc9db;
  border-right: 1px solid #ccc9db;
  border-bottom: 1px solid #ccc9db;
  background-image: url("../../../images/icons/settings.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.sub-filters .based-own-criteria--link--manage:hover {
  background-color: #ff7b00;
}
.sub-filters .based-own-criteria {
  display: flex;
}
.sub-filters .tags p {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.7rem;
}
.sub-filters .tags .tags--list .tag {
  display: inline-block;
  border-radius: 7px 0 7px 0;
  padding: 0.25em 0.5em;
  margin-left: 0.5em;
  font-size: 1.7rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media all and (max-width: 800px) {
  .sub-filters .tags .tags--list .tag {
    margin-bottom: 0.5em;
  }
}
.sub-filters .tags .tags--list .tag:hover {
  cursor: pointer;
}
.sub-filters .tags .tags--list .new {
  border: 1px solid #009ee3;
  color: #009ee3;
}
.sub-filters .tags .tags--list .new:hover, .sub-filters .tags .tags--list .new.active {
  background-color: #009ee3;
  color: #fff;
}
.sub-filters .tags .tags--list .vignette_new_prix,
.sub-filters .tags .tags--list .new-price {
  border: 1px solid #21a355;
  color: #21a355;
}
.sub-filters .tags .tags--list .vignette_new_prix:hover, .sub-filters .tags .tags--list .vignette_new_prix.active,
.sub-filters .tags .tags--list .new-price:hover,
.sub-filters .tags .tags--list .new-price.active {
  background-color: #21a355;
  color: #fff;
}
.sub-filters .tags .tags--list .bid {
  border: 1px solid #ff7b00;
  color: #ff7b00;
}
.sub-filters .tags .tags--list .bid:hover, .sub-filters .tags .tags--list .bid.active {
  background-color: #ff7b00;
  color: #fff;
}
.sub-filters .tags .tags--list .vignette_arrivage,
.sub-filters .tags .tags--list .coming {
  border: 1px solid #313131;
  color: #313131;
}
.sub-filters .tags .tags--list .vignette_arrivage:hover, .sub-filters .tags .tags--list .vignette_arrivage.active,
.sub-filters .tags .tags--list .coming:hover,
.sub-filters .tags .tags--list .coming.active {
  background-color: #313131;
  color: #fff;
}

li.no-price {
  list-style: none;
}

.no-price a.btn.btn-default.btn-no-price {
  all: initial;
  font-family: "akhand";
  border: 1px solid #ff7b00;
  display: block;
  padding: 0.25em;
  margin-right: 0.5em;
  border-radius: 5px;
  background-color: #ff7b00;
  color: #fff;
  text-align: center;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.pagination li a {
  margin-right: 0.75em;
  width: 40px;
  height: 40px;
  color: #313131;
  text-decoration: none;
  border: 1px solid #ccc9db;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.pagination li.active a {
  background-color: #ff7b00;
  border-color: #ff7b00;
  color: #fff;
}
.pagination li:hover a {
  border-color: #313131;
  cursor: pointer;
}
.pagination li:last-child a {
  margin-right: 0;
}

@media all and (max-width: 768px) {
  .pagination li a {
    width: 30px;
    height: 30px;
  }
  .getPhotoZipClient {
    display: none;
  }
}
.nbr_result {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.data-pagination {
  padding: 3em 0;
}

@media all and (max-width: 1000px) {
  li.pagination_page:nth-child(9), li.pagination_page:nth-child(3), li.pagination_page:nth-child(4), li.pagination_page:nth-child(8) {
    display: none;
  }
}
.data_product_limit {
  display: flex;
  width: 300px;
  margin: 0 auto 20px;
  margin-top: 4rem;
  margin-bottom: 0;
}
.data_product_limit select {
  height: 44px;
}

.data_product_orderby > span,
.data_product_limit > span {
  display: block;
  width: 155px;
  font-size: 20px;
  text-transform: uppercase;
  font-family: akhand, sans-serif;
  font-weight: 700;
  align-self: center;
}

.data_product_limit > span {
  display: block;
  width: 275px;
  font-size: 16px;
  text-transform: normal;
  font-family: akhand, sans-serif;
  font-weight: 700;
  margin-left: 15px;
  align-self: center;
}

@media (max-width: 991px) {
  .data_product_orderby > span,
.data_product_limit > span {
    margin-right: 5px;
    font-size: 18px;
  }
  .data_product_limit {
    width: 200px;
  }
}
.data_product_orderby .bootstrap-select.form-control:not,
.data_product_limit .bootstrap-select.form-control:not([class*=col-]) {
  background-color: transparent;
  position: relative;
  top: 5px;
}

.member_actions ul {
  list-style-type: none;
  display: flex;
  margin-left: -0.7rem;
  margin-right: -0.7rem;
  margin-top: 0;
  margin-bottom: 0;
  justify-content: space-between;
}
.member_actions li {
  border-bottom: none !important;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  margin-top: 2rem;
}
.member_actions a {
  background: rgb(40, 167, 69) !important;
  color: white !important;
  padding: 10px 20px !important;
  border: 1px solid rgb(40, 167, 69) !important;
  font-size: 1.5rem !important;
  border-radius: 5px !important;
  text-transform: none !important;
}

.listing.container-large {
  display: flex;
}

.listing_vendeurs .vendeur {
  margin-bottom: 3rem;
  min-width: 230px;
  margin-left: auto;
}

@media (max-width: 1200px) {
  .listing.container-large {
    flex-direction: column;
    margin-top: 3rem;
  }
  .listing_vendeurs {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5em;
    margin-top: 4rem;
  }
}
@media all and (min-width: 700px) {
  .listing_vendeurs .vendeur {
    width: 47%;
  }
}
@media all and (min-width: 980px) {
  .listing_vendeurs .vendeur {
    width: 31.5%;
  }
}
@media all and (min-width: 1400px) {
  .listing_vendeurs .vendeur {
    width: 23.5%;
  }
}
#members {
  padding: 1.75em 0;
  background-color: #f7f7f7;
}
#members #members-menu ul {
  list-style: none;
  padding: 0;
}
#members #members-menu ul li a {
  display: block;
  text-decoration: none;
  padding: 0em 1.5em;
  font-size: 1.6rem;
  line-height: 51.5px;
  color: #6f7076;
  font-family: "ProximaNova";
  background-color: #fff;
  border: 1px solid #efefef;
  border-bottom: 0;
  padding-left: 4em;
  position: relative;
}
#members #members-menu ul li a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2em;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #b1b1b1;
}
#members #members-menu ul li:last-child a {
  border-bottom: 1px solid #efefef;
}
#members h1,
#members .menu_title_lvl_1 {
  font-size: 3rem;
  line-height: 24.7px;
  font-weight: 400;
}
#members p {
  font-size: 1.6rem;
  color: #6f7076;
  font-family: "ProximaNova";
}
#members .btn {
  font-size: 1.3rem !important;
}
#members .wrapBtn {
  margin-top: 0 !important;
}

#members .col-sm-9 h1 {
  margin-bottom: 1em;
}
#members .col-sm-9 .parag_text_content,
#members .col-sm-9 .whatsapp-text,
#members .col-sm-9 p {
  color: #6f7076;
}
#members .col-sm-9 .parag_text_content,
#members .col-sm-9 p {
  margin-top: 1.25em;
}
#members .col-sm-9 b {
  color: #313131;
}
#members .col-sm-9 .parag_text_content > i,
#members .col-sm-9 p > i {
  font-style: normal;
  color: #ff7b00;
}
@media (min-width: 768px) {
  #members .col-sm-3 {
    width: 29%;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #members .col-sm-3 {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  #members .col-sm-9 {
    width: 70%;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  #members .col-sm-9 {
    padding-right: 0;
  }
}
#members .whatsapp-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2em;
}
@media all and (min-width: 1000px) {
  #members .whatsapp-wrapper {
    flex-direction: row-reverse;
    align-items: center;
    gap: 2em;
  }
}

.member_form .input__wrapper {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 7px;
  margin-bottom: 1em;
  padding: 1.5em;
  font-family: "ProximaNova";
}
.member_form .input__wrapper h3 {
  margin-top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.25em;
}
.member_form .input__wrapper *:last-child {
  margin-bottom: 0;
}
.member_form .input__wrapper .form-group {
  display: inline-block;
  width: fit-content;
}
.member_form .input__wrapper .form-group .col-sm-12 {
  padding: 0;
}
.member_form .input__wrapper .form-group label {
  border: 1px solid #d7d7d7;
  border-radius: 7px;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 99px;
  height: 44px;
  color: #565864;
  font-weight: bold;
}
.member_form .input__wrapper .form-group label.active, .member_form .input__wrapper .form-group label:hover {
  cursor: pointer;
  border-color: #ff7b00;
  color: #ff7b00;
}
.member_form .input__wrapper .form-group label input {
  display: none;
}
.member_form .parag_text_content {
  margin-bottom: 1em;
}

.page__title {
  color: #ff7b00;
  font-size: 4.3rem;
  font-weight: 500;
  line-height: 45px;
  margin-top: 0;
}

.page__subtitle {
  font-size: 2rem;
  font-weight: bold;
  line-height: 35px;
  color: #313131;
}

.page__content {
  padding: 5rem 0;
}

.page__content {
  background: #eee;
}

.vendeur__title {
  padding: 3rem 2rem 2rem 3rem;
}
.vendeur__title h4 {
  margin: 0;
  font-size: 2.7rem;
  color: #313131;
}

.vendeur__image {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.vendeur__image:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.vendeurs {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}
.vendeurs .vendeur {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  flex-basis: 33.333%;
  min-width: 33.333%;
  line-height: 2rem;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .vendeurs .vendeur {
    flex-basis: 50%;
    min-width: 50%;
  }
}
@media (max-width: 768px) {
  .vendeurs .vendeur {
    flex-basis: 50%;
    min-width: 50%;
  }
}
@media (max-width: 520px) {
  .vendeurs .vendeur {
    flex-basis: 100%;
    min-width: 100%;
  }
}

.vendeur__qr {
  text-align: center;
  margin-top: 2rem;
  margin-top: auto;
}

.vendeur__content {
  padding: 3rem 2rem;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.vendeur__container {
  background: white;
  border-radius: 5px;
  border: 1px solid #dadada;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.alert {
  padding: 15px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  border-radius: 0;
}

.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,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .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;
}

input:not([type=radio]):not([type=checkbox]):not([type=range]):not([type=search]), select, .form-control-static, textarea {
  display: flex;
  padding: 0.7em 1.5em;
  border: 1px solid #ccc9db;
  border-radius: 0 !important;
  height: fit-content;
  min-height: 55px;
  align-items: center;
  width: 100%;
  margin: 0;
  margin-bottom: 1em;
  background-color: white;
}

.form-group {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.form-group .control-label {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100%;
  float: none;
}
.form-group .member_mandatory {
  color: #f10022;
}
.form-group button[type=submit] {
  display: flex;
  margin-left: auto;
}

.members_newcar .form-group {
  flex-direction: column;
  align-items: flex-start;
}
.members_newcar .form-group label {
  font-weight: 500;
  margin-bottom: 0.5em;
}
.members_newcar .form-group label span {
  color: #f10022;
}
.members_newcar .form-group.name-f55.type-checkbox {
  text-align: center;
  align-items: center;
}
.members_newcar .form-group button[type=submit] {
  margin: 0 auto;
}

.contact-form .form-group {
  flex-direction: column;
  align-items: flex-start;
}
.contact-form .form-group label {
  margin-bottom: 0.5em;
  font-weight: 500;
}
.contact-form .form-group label span {
  color: #f10022;
}
.contact-form .form-group button[type=submit] {
  margin: 1em auto 1em 0;
}

textarea {
  min-height: 168px;
}

.contactlist,
.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content,
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content {
  border-radius: 5px;
  border: 1px solid #dadada;
  background: #fff;
}

.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content {
  margin-bottom: 25px;
}

#googlemap {
  background: #fff;
  position: relative;
  height: 415px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  #googlemap {
    margin-bottom: 20px;
  }
}
.contact-form {
  margin-top: 25px;
}

.contactlist h2,
.parag_contact h1,
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content h2 {
  color: #1c243c;
  font-size: 28px;
  padding: 25px 17px;
  margin: 0 !important;
  font-family: akhand, sans-serif;
  font-weight: 700;
}

.parag_contact h2 {
  color: #ff7b00;
  font-size: 23px;
  padding: 10px 17px;
  margin: 0;
  text-transform: uppercase;
  font-family: akhand, sans-serif;
  font-weight: 700;
}

.parag_contact > .container > .row > .col-md-6 h2 {
  text-transform: none !important;
  padding: 0;
  font-size: 28px;
  color: #1c243c;
  margin-bottom: 20px;
}

.parag_contact > .container > .row > .col-md-6 p {
  font-size: 15px;
}

.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content > div:nth-child(2) {
  background: #f7f7f7;
}

.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content p {
  padding: 0 17px 10px;
  font-size: 15px;
}

.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content strong {
  color: #313131;
}

.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content:nth-child(2) h2 {
  background: #ff7b00;
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
  font-family: akhand, sans-serif;
  font-weight: 700;
}

.parag_contact > .container > .row > .col-md-3:nth-child(1) > .parag_text_content:nth-child(2) h2 strong {
  font-weight: 400 !important;
  white-space: nowrap;
  font-family: akhand, sans-serif;
}

.contactlist ul,
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  overflow: hidden;
}

.contactlist ul li,
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content ul li {
  padding: 10px 17px;
  margin: 0;
  list-style-type: none !important;
  font-size: 14px;
}

.contactlist ul li:nth-child(odd),
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content ul li:nth-child(odd) {
  background: #f7f7f7;
}

.contactlist ul h3,
.contactlist ul h4,
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content h3,
.parag_contact > .container > .row > .col-md-3:nth-child(2) > .parag_text_content h4 {
  margin: 0 0 5px;
  font-size: 16px;
  font-weight: 400;
}

.contactlist ul a {
  color: #ff7b00;
}

.contactlist .btn {
  margin: 0 15px 15px;
  padding-left: 5px;
  padding-right: 5px;
  display: block;
  text-align: center;
}

.parag_content {
  background: #eee;
}

.left_content {
  width: 375px;
  float: left;
  padding-right: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .left_content {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .left_content {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.right_content {
  width: 805px;
  float: right;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 1199px) {
  .right_content {
    width: 640px;
  }
}
@media (max-width: 991px) {
  .right_content {
    width: 360px;
  }
}
@media (max-width: 767px) {
  .right_content {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 30px;
  }
}
.right_content:before {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  background: #fff;
}

@media (max-width: 767px) {
  .right_content:before {
    width: auto;
    height: 1px;
    left: 0;
    right: 0;
    top: -1px;
    bottom: auto;
  }
}
.right_content:after {
  content: "";
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #d4d4d4;
}

@media (max-width: 767px) {
  .right_content:after {
    width: auto;
    height: 1px;
    left: 0;
    right: 0;
    top: 0;
    bottom: auto;
  }
}
.left_content2 {
  width: 935px;
  padding-right: 25px;
  float: left;
  position: relative;
}

@media (max-width: 1199px) {
  .left_content2 {
    width: 100%;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .left_content2 {
    margin-bottom: 30px;
  }
}
.right_content2 {
  width: 245px;
  float: right;
  position: relative;
}

@media (max-width: 1199px) {
  .right_content2 {
    width: 100%;
    padding-top: 0;
  }
}
hr {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #d4d4d4;
}

.accroche,
.search,
.vehicules_detail_nav {
  position: relative;
  z-index: 2;
}

@media all and (max-width: 1000px) {
  .container .accroche {
    padding: 0 1em;
  }
  .container .accroche .col-md-6 {
    padding: 0;
  }
}
.accroche h1,
.search h1,
.vehicules_detail_nav h1 {
  margin: 30px 0;
  font-size: 29px;
  color: #1c243c;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
  float: left;
  width: 465px;
  border-right: 1px solid #ff7b00;
  padding: 5px 0;
}

@media (max-width: 1199px) {
  .accroche h1,
.search h1,
.vehicules_detail_nav h1 {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .accroche h1,
.search h1,
.vehicules_detail_nav h1 {
    width: 100%;
    float: none;
    margin-bottom: 0;
    border: 0;
  }
}
.search h1,
.vehicules_detail_nav h1 {
  width: auto;
  border: 0;
  margin: 20px 0;
  padding: 0;
}

.search h1 {
  display: none;
}

@media (max-width: 991px) {
  .search h1 {
    margin-left: 15px;
  }
}
.vehicules_detail_nav h1 {
  text-align: center;
  float: none;
}

.accroche .parag_text_content {
  margin: 30px 0;
  float: right;
  width: 710px;
  font-size: 15px;
}

@media (max-width: 1199px) {
  .accroche .parag_text_content {
    width: 48.5%;
  }
}
@media (max-width: 767px) {
  .accroche .parag_text_content {
    width: 100%;
    float: none;
    margin-top: 0;
  }
}
.members_login_subscribe,
.members_newcar,
.vehicules_detail_content {
  background: url("https://www.car-market.be/skin/img/degrade.jpg") top center repeat-x #eee;
  position: relative;
  z-index: 1;
  font-size: 15px;
  padding: 10px;
}

@media (max-width: 991px) {
  .members_login_subscribe,
.members_newcar,
.vehicules_detail_content,
.vehicules_listing {
    padding: 20px 15px;
  }
}
.members_newcar .form-group {
  margin-left: 0;
  margin-right: 0;
}

.mobile #form_newcar .btn-default.focus,
.mobile #form_newcar .btn-default:focus,
.mobile #form_newcar .btn-default:hover,
.tablet #form_newcar .btn-default.focus,
.tablet #form_newcar .btn-default:focus,
.tablet #form_newcar .btn-default:hover {
  color: #333 !important;
  background-color: #fff !important;
  border-color: #ccc !important;
}

.mobile #form_newcar .btn-default.active,
.tablet #form_newcar .btn-default.active {
  color: #fff !important;
  background-color: #ff7b00 !important;
  border-color: #ff7b00 !important;
}

.vehicules_listing {
  padding-top: 0;
}

.members_login_subscribe h1,
.members_newcar h2 {
  margin: 0 0 23px;
  font-size: 29px;
  color: #1c243c;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
}

.members_login_subscribe h1 strong,
.members_newcar h2 strong {
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-weight: 400;
  color: #ff7b00;
}

.members_login_subscribe h2,
.members_newcar h3 {
  margin: 0 0 23px;
  font-size: 22px;
  color: #1c243c;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
}

.members_login_subscribe h3 {
  margin: 0 0 23px;
  font-size: 22px;
  color: #ff7b00;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-weight: 400;
  text-transform: uppercase;
}

.form_subscribe_filters {
  padding-left: 60px;
}

@media (max-width: 991px) {
  .form_subscribe_filters {
    padding-left: 0;
  }
}
.members_login_subscribe .parag_text_content {
  margin-bottom: 20px;
}

.members_login_subscribe .parag_text_content strong {
  color: #030303 !important;
}

.members_login_subscribe a {
  color: #ff7b00;
  text-decoration: underline;
}

.btn-list > label {
  padding-right: 10px;
  position: relative;
  top: 1px;
}

.btn-list > span {
  display: inline-block;
}

.accroche ~ .container {
  max-width: initial;
}

.container-fluid {
  padding: 0;
}

.members_newcar .form-group.name-f15, .members_newcar .form-group.name-f16 {
  width: 49.6%;
  display: inline-block;
}

.members_login_subscribe .form-horizontal {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.members_login_subscribe .form-group {
  display: block;
}
.members_login_subscribe .form-group .help-block {
  display: inline-block;
  margin-top: 0.25em;
  margin-bottom: 1em;
  display: none;
}
.members_login_subscribe .form-group .control-label {
  justify-content: flex-start;
  padding: 0 0 0.5em;
}
.members_login_subscribe .login-form {
  border-bottom: 1px solid #ccc9db;
}
.members_login_subscribe hr {
  display: none;
}
.members_login_subscribe .btn {
  margin: 1.5em 0;
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 22px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  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 > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
  padding: 5px;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  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 > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover {
  background-color: #e8e8e8;
}

.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > thead > tr > td.success,
.table > thead > tr > th.success {
  background-color: #dff0d8;
}

.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover {
  background-color: #d0e9c6;
}

.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > thead > tr > td.info,
.table > thead > tr > th.info {
  background-color: #d9edf7;
}

.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover {
  background-color: #c4e3f3;
}

.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > thead > tr > td.warning,
.table > thead > tr > th.warning {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover {
  background-color: #faf2cc;
}

.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > thead > tr > td.danger,
.table > thead > tr > th.danger {
  background-color: #f2dede;
}

.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 16.5px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
  }
}
.boxlarge,
.boxlarge2 {
  width: 100%;
}

.boxlarge ul li {
  width: 50%;
  float: left;
  padding: 10px;
  border: solid 1px #ebebeb;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .boxlarge ul li {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
}
.green {
  background-color: #28a745 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  #member-signup .text-right {
    text-align: center;
  }
}
.btnPhoto {
  text-align: center;
}

.degatcarro {
  color: #ea0000;
}

#list_filter_mode {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  #list_filter_mode {
    position: relative;
    right: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
#infoGenClient-y {
  padding: 20px;
}

#infoGenClient-y h1 {
  text-transform: uppercase;
  color: #ff7b00;
  font-family: akhand, sans-serif;
  font-size: 31px;
}

#infoGenClient-y .logo {
  width: 100%;
  display: block;
  background-color: #35383C;
  margin-bottom: 20px;
}

#viewMode {
  padding: 3px 10px;
}

@media (max-width: 768px) {
  #viewMode {
    display: none;
  }
}
@media (min-width: 768px) {
  .vehicules_listing .accordion {
    width: 31%;
    float: left;
  }
  .vehicules_listing .viewGrid {
    min-height: 625px;
    margin: 0 1%;
  }
  .vehicules_listing .accordion .vehicule_pic {
    min-height: auto;
  }
}
.detail .vehicules_detail_nav {
  position: fixed;
  width: 100%;
}

.detail .vehicules_detail_nav ul {
  margin: 5px 0;
}

@media (max-width: 768px) {
  .detail .vehicules_detail_content {
    margin-top: 0;
  }
  .detail .vehicules_detail_nav {
    position: relative;
    width: 100%;
  }
}
.account__documents a {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}

.account__documents i {
  margin-right: 3px;
}

.green {
  background-color: #28a745 !important;
  color: #fff !important;
}

.optionlist.contactlist ul li {
  padding-left: 35px;
}

@media (max-width: 768px) {
  #member-signup .text-right {
    text-align: center;
  }
}
.btnPhoto {
  text-align: center;
}

.degatcarro {
  color: #ea0000;
}

#list_filter_mode {
  position: absolute;
  right: 0;
}

@media (max-width: 768px) {
  #list_filter_mode {
    position: relative;
    right: auto;
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}
#infoGenClient-y {
  padding: 20px;
}

#infoGenClient-y h1 {
  text-transform: uppercase;
  color: #ff7b00;
  font-family: akhand, sans-serif;
  font-size: 31px;
}

#infoGenClient-y .logo {
  width: 100%;
  display: block;
  background-color: #35383C;
  margin-bottom: 20px;
}

#viewMode {
  padding: 3px 10px;
}

@media (max-width: 768px) {
  #viewMode {
    display: none;
  }
}
@media (min-width: 768px) {
  .vehicules_listing .accordion {
    width: 31%;
    float: left;
  }
  .vehicules_listing .viewGrid {
    min-height: 625px;
    margin: 0 1%;
  }
  .vehicules_listing .accordion .vehicule_pic {
    min-height: auto;
  }
}
.detail .vehicules_detail_content {
  padding-top: 7em;
}

.detail .vehicules_detail_nav {
  position: fixed;
  width: 100%;
  background: white;
  padding: 1em;
}

.detail .vehicules_detail_nav.scrolling {
  top: 0;
}

.detail .vehicules_detail_nav ul {
  margin: 5px 0;
}

@media (max-width: 768px) {
  .detail .vehicules_detail_content {
    margin-top: 0;
  }
  .detail .vehicules_detail_nav {
    position: relative;
    width: 100%;
  }
}
.vehicule_thumbs {
  margin-bottom: 10px;
  margin-top: 15px;
}

.vehicule_thumbs:empty {
  display: none;
}

.vehicule_thumbs a {
  display: inline-block;
  margin: 0 5px;
}

@media (max-width: 991px) {
  .vehicule_thumbs a {
    margin: 5px 3px;
  }
}
.vehicule_thumbs img {
  max-width: 99px;
  height: auto;
  opacity: 1;
  margin-bottom: 10px;
}

.vehicule_thumbs .migc_selitem img {
  opacity: 1;
}

.price {
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
}

.price li {
  display: inline-block;
  font-size: 26px;
  color: #ff7b00;
}

.price li.discountprice {
  display: none;
}

.discount_y .discountprice {
  display: inline-block !important;
}

.discount_y .fullprice {
  display: inline-block;
  text-decoration: line-through;
  color: #000;
}

.discount_y .price li {
  font-size: 22px;
}

.vehicules_detail_nav ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

@media (max-width: 1199px) {
  .vehicules_detail_nav ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.vehicules_detail_nav ul li {
  display: inline-block;
}

@media (max-width: 1199px) {
  .vehicules_detail_nav ul li {
    flex: 25%;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .vehicules_detail_nav ul li {
    flex: 50%;
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .vehicules_detail_nav ul li {
    flex: 100%;
  }
}
.vehicules_detail_nav ul li .btn {
  background: #fbfbfb;
  border-color: #bdbdbd;
  border-width: 1px;
  color: #2d2d2d;
  text-transform: uppercase;
  font-size: 14px;
  padding: 10px 70px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .vehicules_detail_nav ul li .btn {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .vehicules_detail_nav ul li .btn {
    padding: 10px 40px;
  }
}
.vehicules_detail_content .contactlist h2 {
  text-align: center;
  padding: 17px;
  line-height: 24px;
}

.vehicules_detail_content figure {
  max-width: 530px;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
}

@media (max-width: 991px) {
  .vehicules_detail_content figure {
    max-width: 100%;
  }
}
.vehicule_pic {
  min-height: 300px;
  background: url(../img/loader.svg) center center no-repeat;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .vehicule_pic {
    min-height: 1px;
    text-align: center;
  }
}
.vehicule_pic img {
  max-width: 100%;
  left: 0;
  height: auto !important;
  width: 100%;
}

.vehicules_detail_content .vehicule_detail {
  max-width: 318px;
  float: right;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .vehicules_detail_content .vehicule_detail {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .vehicules_detail_content .vehicule_detail {
    width: 100%;
  }
}
.vehicule_detail_options {
  clear: both;
  float: left;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 405px;
  margin-right: 25px;
}

@media (max-width: 991px) {
  .vehicule_detail_options {
    width: 48%;
    float: right;
    clear: none;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .vehicule_detail_options {
    width: 100%;
  }
}
.vehicule_detail_more {
  float: left;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 5px;
  margin-bottom: 25px;
  width: 476px;
}

@media (max-width: 991px) {
  .vehicule_detail_more {
    width: 48%;
    float: right;
  }
}
@media (max-width: 767px) {
  .vehicule_detail_more {
    width: 100%;
  }
}
.vignette {
  display: none;
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  position: absolute;
}

.vignette_arrivage,
.vignette_partenaire,
.vignette_stock {
  right: 0;
  top: -2px;
  padding: 4px 10px;
  background-color: #313131;
}

.vignette_etat {
  display: block;
  top: 0;
  right: 0;
  padding: 4px 10px;
  background-color: #ff7b00;
}

.vehicules_listing .vignette_etat {
  top: 31px;
}

.vignette_etat:empty {
  display: none;
}

.vignette_new {
  left: 0px;
  top: 0px;
  padding: 0.4em 1em;
  text-align: center;
  background-color: #ff7b00;
}

.vignette_new_prix {
  left: 0px;
  top: 0px;
  padding: 0.4em 1em;
  text-align: center;
  background-color: #ff7b00;
}

.vignette_vendu {
  left: 0px;
  top: 0px;
  padding: 0.4em 1em;
  text-align: center;
  background-color: #f10022;
}

.vignette_reserve {
  left: 0px;
  top: 0px;
  padding: 0.4em 1em;
  text-align: center;
  background-color: #f10022;
}

.arrivage_y .vignette_arrivage,
.new_y .vignette_new_prix,
.partenaire_y .vignette_partenaire,
.stock_y .vignette_stock,
.vendu_y .vignette_vendu,
.reserve_y .vignette_reserve {
  display: block;
}

.message_reserved_content {
  position: absolute;
  left: -2px;
  right: 0;
  top: -2px;
  bottom: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: rgba(255, 123, 0, 0.9);
  text-align: center;
}

.message_reserved_content .message_reserved_content {
  padding: 0 20px;
}

.message_reserved_content h3 {
  font-family: akhand, sans-serif;
  font-weight: 700;
  font-size: 27px;
  margin-top: 0;
  text-transform: uppercase;
}

.message_reserved_content h3 span {
  color: #000;
}

.message_reserved_content .message_reserved_txt span {
  color: #000;
  font-weight: 700;
}

.message_reserved_content ul {
  width: 80%;
  margin: 0 auto;
  padding-left: 0;
}

.message_reserved_content ul li {
  list-style-type: none;
  margin: 5px 0;
}

.message_reserved_content ul li a {
  width: 100%;
}

@media (max-width: 767px) {
  .message_reserved_content {
    z-index: 99;
    position: fixed;
    top: 0;
    height: 100%;
    padding: 10px;
  }
}
.custom-style-lien-2 {
  display: inline-block;
  padding: 10px 20px;
  background-color: #252525;
  border: 1px solid #000;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.custom-style-lien-2:active,
.custom-style-lien-2:focus,
.custom-style-lien-2:hover {
  background-color: #000;
  text-decoration: none;
  color: #fff;
}

.custom-style-lien-3 {
  display: inline-block;
  padding: 10px 20px;
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  border-radius: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.custom-style-lien-3:active,
.custom-style-lien-3:focus,
.custom-style-lien-3:hover {
  background-color: #fff;
  color: #000;
  text-decoration: none;
}

.revendeur_infos {
  padding: 8px 15px;
}

@media (max-width: 1199px) {
  .revendeur_infos {
    text-align: center;
  }
}
.infos .revendeur_infos {
  padding: 0;
}

.revendeur_infos a {
  color: #ff7b00;
}

.revendeur_infos img {
  margin: 0 3px;
}

.contactlist .revendeur_infos {
  background-color: #f7f7f7;
}

.vehicule_detail_full {
  position: relative;
  padding: 30px 20px;
}

.vehicule_detail_full .vignette_new,
.vehicule_detail_full .vignette_vendu {
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  left: 0;
  top: 0;
}

.vehicule_detail_full .price {
  text-align: left;
}

.check_info {
  padding-left: 20px;
  position: relative;
}

.check_info:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 0.5em;
  display: block;
  width: 24px;
  height: 9px;
  background: url(/skin/img/bg-check.png) center center no-repeat;
}

.marginTop {
  margin-top: 10px !important;
}

.zoomWrapper {
  margin: auto !important;
  position: relative !important;
  width: 100% !important;
}

.vehicule_detail_options {
  padding: 30px 20px;
}

.vehicule_detail_more ul,
.vehicule_detail_options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.vehicule_detail_more {
  padding: 30px 20px;
}

.modal-header {
  padding: 0;
}

.modal-header button {
  background: 0 0;
  outline: 0;
  border: none;
  font-size: 36px;
  padding: 0;
  float: right;
  margin-right: 15px;
}

.modal {
  text-align: center;
}

/*@media screen and (min-width:768px){.modal:before{display:inline-block;vertical-align:middle;content:" ";height:100%}}*/
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.loader-container {
  text-align: center;
}

.modal-body {
  padding: 35px;
}

.modal-content {
  border-radius: 10px;
  border-color: #ff7b00;
}

.modal-dialog {
  width: 800px;
}

@media (max-width: 666px) {
  .modal-dialog {
    width: 90%;
  }
}
.actions_btn_content .buttons {
  margin-top: 3rem;
}
.actions_btn_content .form-group label {
  width: 100%;
}

.boxlarge,
.boxlarge2 {
  width: 100%;
}

.boxlarge ul li {
  width: 50%;
  float: left;
  padding: 10px;
  border: solid 1px #ebebeb;
  border-collapse: collapse;
}

@media (max-width: 767px) {
  .boxlarge ul li {
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }
}
.vehicules_detail_infos,
.vehicules_listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 991px) {
  .vehicules_listing .container > ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .vehicules_listing .container > ul > li {
    flex: 48%;
    margin: 0 5px;
  }
}
.vehicules_detail_infos {
  margin: 0 0 15px;
}

.vehicules_listing > .container > ul > li {
  background: #fff;
  border: 1px solid #c9c9c9;
  margin-bottom: 24px;
  border-radius: 5px;
  transition: all 0.15s ease-in-out 0s;
  overflow: hidden;
  position: relative;
}

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

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

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

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

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

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

.fancybox-inner {
  overflow: hidden;
}

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

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

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

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

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../fancybox/fancybox_sprite.png");
}

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

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../fancybox/fancybox_loading.gif") center center no-repeat;
}

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

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../fancybox/fancybox/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

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

.fancybox-prev span {
  left: -50px;
  background-position: 0 -36px;
}
@media (max-width: 1200px) {
  .fancybox-prev span {
    left: 15px;
  }
}

.fancybox-next span {
  right: -50px;
  background-position: 0 -72px;
}
@media (max-width: 1200px) {
  .fancybox-next span {
    right: 15px;
  }
}

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

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

/* Overlay helper */
.fancybox-lock {
  overflow: hidden;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(255, 255, 255, 0.7);
}

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

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

/* Title helper */
.fancybox-title {
  visibility: hidden;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

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

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

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

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

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

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  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%);
  -o-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);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -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: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.nyromodal img {
  max-width: 100%;
  height: auto;
}

.modal-header {
  display: flex;
}

.modal-header button {
  margin-left: auto;
  float: none;
}

.langue {
  text-indent: -9999px;
  display: inline-block;
  width: 18px;
}

/*# sourceMappingURL=style.css.map */
