
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 {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #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;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive,
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@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;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .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;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: .35s;
  -o-transition-duration: .35s;
  transition-duration: .35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  box-shadow: 0 6px 12px rgba(0,0,0,0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu>.disabled>a,
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  color: #777;
}
.dropdown-menu>.disabled>a:hover,
.dropdown-menu>.disabled>a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.open>.dropdown-menu {
  display: block;
}
.open>a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right>.dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner>.item {
  display: none;
  position: relative;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}
@media all and (transform-3d),(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    -webkit-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
    left: 0;
  }
  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    left: 0;
  }
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    left: 0;
  }
}
.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}
.carousel-inner>.active {
  left: 0;
}
.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner>.next {
  left: 100%;
}
.carousel-inner>.prev {
  left: -100%;
}
.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}
.carousel-inner>.active.left {
  left: -100%;
}
.carousel-inner>.active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
  background-color: rgba(0,0,0,0);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}
.carousel-control.right {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
  background-image: -webkit-gradient(linear,left top,right top,color-stop(0,rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));
  background-image: linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0,0,0,0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0,0,0,0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 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;
  }
}

html {
  font-size: 62.5%;
  -ms-overflow-style: scrollbar;
}
body {
  font: normal 1.6rem/1.4 'Overpass', sans-serif;
  color: #333;
}
.inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
[class^="icon-"]::before,
[class*=" icon-"]::before {
  width: auto;
  margin-left: 0;
}
[class^="pf-"],
[class*="pf-"] {
  vertical-align: middle;
}
.spacer {
  position: relative;
  margin: 4rem auto;
  border-top: 1px solid #333;
  color: #9c9c9c;
  font-size: 2.5rem;
  text-align: center;
}
.spacer::before {
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
  color: #ee7202;
  background-color: #fff;
}
.spacer.first {
  margin-top: 0;
}
.spacer.spacer-dashed {
  margin: 2.5rem auto;
  border-top-style: dashed;
}
.spacer.spacer-hidden {
  margin: 1rem auto;
  border: 0;
}
strong,
b {
  font-weight: 600;
}
.container::before,
.container::after {
  display: none;
}
a,
.link {
  color: #ee7202;
  text-decoration: none;
  -webkit-transition: color 0.2s linear 0s;
  -moz-transition: color 0.2s linear 0s;
  -ms-transition: color 0.2s linear 0s;
  -o-transition: color 0.2s linear 0s;
  transition: color 0.2s linear 0s;
  outline: 0;
}
a:hover,
a:focus,
.link:hover,
.link:focus {
  color: #333;
  text-decoration: none;
}
.link-red {
  color: #d61126;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.link-red:hover,
.link-red:focus {
  color: #333;
}
.link-black {
  color: #333;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.link-black:hover,
.link-black:focus {
  color: #ee7202;
  text-decoration: underline;
}
.link-yellow {
  color: #ffba00;
  text-decoration: underline;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.link-yellow:hover,
.link-yellow:focus {
  color: #333;
  text-decoration: underline;
}
.btn {
  display: inline-block;
  padding: 0 15px;
  height: 38px;
  border: 1px solid #ee7202;
  outline: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #333;
  line-height: 38px;
  font-size: 1.6rem;
  cursor: pointer;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn:hover,
.btn:focus,
.btn i:hover {
  border-color: #ee7202;
  color: #ee7202;
}
.btn-white {
  border-color: #f0f0f0;
  color: #fff;
  background-color: transparent;
}
.btn-white:hover,
.btn-white:focus {
  border-color: #f0f0f0;
  color: #ee7202;
  background-color: #fff;
}
.btn-orange {
  background-color: #fff;
}
.btn-orange-bg {
  border-color: #ee7202;
  color: #fff;
  background-color: #ee7202;
}
.btn-orange-bg:hover,
.btn-orange-bg:focus {
  border-color: #ee7202;
  color: #ee7202;
  background-color: #fff;
}
.btn-yellow {
  border-color: #ffba00;
  color: #fff;
  background-color: #ffba00;
}
.btn-yellow:hover,
.btn-yellow:focus {
  border-color: #ffba00;
  color: #ffba00;
  background-color: #fff;
}
.btn-green-bg {
  border-color: #41a62a;
  color: #fff;
  background-color: #41a62a;
}
.btn-green-bg:hover,
.btn-green-bg:focus {
  border-color: #41a62a;
  color: #41a62a;
  background-color: #fff;
}
.btn-green {
  border-color: #41a62a;
  color: #333;
  background-color: #fff;
}
.btn-green:hover,
.btn-green:focus {
  border-color: #41a62a;
  color: #41a62a;
  background-color: #fff;
}
.btn-red {
  border-color: #d61126;
  color: #333;
  background-color: #fff;
}
.btn-red:hover,
.btn-red:focus {
  border-color: #d61126;
  color: #d61126;
  background-color: #fff;
}
.btn-black-bg-orange {
  border-color: #333;
  color: #fff;
  background-color: #333;
}
.btn-black-bg-orange:hover,
.btn-black-bg-orange:focus {
  border-color: #ee7202;
  color: #fff;
  background-color: #ee7202;
}
.btn-black-bg {
  border-color: #333;
  color: #fff;
  background-color: #333;
}
.btn-black-bg:hover,
.btn-black-bg:focus {
  border-color: #333;
  color: #333;
  background-color: #fff;
}
.btn-trash {
  display: inline-block;
  width: 50px;
  height: 50px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #fff;
  font-size: 2.2rem;
  cursor: pointer;
  border: 1px solid #d61126;
  background-color: #d61126;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-trash i {
  line-height: 50px;
  min-width: auto !important;
}
.btn-trash i::before {
  margin-right: 0;
}
.btn-trash:hover {
  color: #d61126;
  background-color: #fff;
}
input[type="submit"].btn-disabled,
.btn-disabled {
  cursor: not-allowed;
  border-color: rgba(65,166,42,0.1);
  background-color: rgba(65,166,42,0.5);
  color: #fff;
}
.disabled {
  color: #a4a4a4;
}
.btn-circle {
  width: 50px;
  height: 50px;
  line-height: 54px;
  padding: 0;
  font-size: 2rem;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
}
.btn-circle > i::before {
  margin-right: 0;
}
.btn > .icon-angle-down {
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}
.btn-opened > .icon-angle-down,
.btn-single-opened > .icon-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  top: -4px;
}
.btn-xs {
  height: 28px;
  line-height: 28px;
  font-size: 1.4rem;
}
nav ul {
  margin-bottom: 0;
}
nav ul > li {
  padding-bottom: 0;
}
.text-orange {
  color: #ee7202;
}
.text-green {
  color: #41a62a;
}
.text-red {
  color: #d61126;
}
.text-yellow {
  color: #ffba00;
}
.text-grey {
  color: #a4a4a4;
}
.text-black {
  color: #333;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-line-through {
  text-decoration: line-through;
}
.text-underline {
  text-decoration: underline;
}
p {
  margin: 0 0 1.5rem;
}
h2,
.h2,
h3,
.h3 {
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
h2,
.h2 {
  margin: 0 0 2rem 0;
  font-size: 3rem;
  color: #ee7202;
}
h3,
.h3 {
  margin: 0 0 2.8rem 0;
  font-size: 2.8rem;
}
h4,
.h4 {
  font-size: 2.5rem;
}
h5,
.h5 {
  font-size: 2.2rem;
}
ul {
  margin: 0;
}
.list-unstyled {
  padding: 0;
  list-style: none;
}
.list-styled > li {
  padding: 5px;
}
.list-styled > li:first-child {
  padding-top: 0;
}
.carousel {
  overflow: hidden;
}
.carousel .carousel-control.left,
.carousel .carousel-control.right {
  background: none;
}
.carousel .carousel-indicators {
  position: relative;
}
.flag {
  display: inline-block;
  width: 18px;
  height: 12px;
  margin-right: 5px;
  background: url(/images/flag/flag.png) no-repeat;
}
.flag.flag-en,
.flag.flag-p2 {
  background-position: -36px 0;
}
.flag.flag-es,
.flag.flag-p3 {
  background-position: -18px 0;
}
.flag.flag-it,
.flag.flag-p10 {
  background-position: -90px 0;
}
.flag.flag-nl,
.flag.flag-p12 {
  background-position: -54px 0;
}
.flag.flag-de,
.flag.flag-p4 {
  background-position: -126px 0;
}
.flag.flag-ru,
.flag.flag-p15 {
  background-position: -108px 0;
}
.flag.flag-zh,
.flag.flag-cn,
.flag.flag-p6 {
  background-position: -72px 0;
}
.form-control {
  padding: 2px 10px;
  width: 100%;
  height: 38px;
  outline: 0;
  font-size: 1.4rem;
}
.form-control:focus {
  border-color: #ee7202;
}
.form-control-auto {
  width: auto;
  min-width: 200px;
}
textarea.form-control {
  padding: 10px;
  resize: none;
  height: auto;
  min-height: 150px;
}
.form-group {
  margin-bottom: 20px;
}
.form-group a:focus {
  box-shadow: 0 0 2px 1px #5c92fd;
}
select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 30px;
  background: url("/images/arrow-select.png") right center no-repeat;
}
select.form-control-auto {
  background-position: 95% center;
}
.input-group {
  display: block;
  position: relative;
}
.input-group > i {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  right: 10px;
}
.input-group-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit- flex;
  display: -ms-flexbox;
  display: -ms- flex;
  display: flex;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.type-file input[type="file"] {
  display: none;
}
::placeholder {
  font-style: italic;
}
.required {
  margin-bottom: 20px;
  display: inline-block;
  font-style: italic;
  color: #d61126;
}
.checkbox-custom label,
.radio-custom label {
  cursor: pointer;
  position: relative;
}
.checkbox-custom input,
.radio-custom input {
  position: absolute;
  left: -9999px;
}
.checkbox-custom input + .element-select::before,
.radio-custom input + .element-select::before {
  display: inline-block;
  margin: -2px 3px 0 1px;
  vertical-align: middle;
  min-width: 17px;
  line-height: 0;
  font-size: 1.8rem;
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.checkbox-custom input:focus + .element-select::before,
.radio-custom input:focus + .element-select::before {
  color: #ee7202;
}
.checkbox-custom .element-select,
.radio-custom .element-select {
  margin-left: 20px;
}
.checkbox-custom .element-select:nth-of-type(1),
.radio-custom .element-select:nth-of-type(1) {
  margin-left: 0;
}
.checkbox-custom input:checked + .element-select::before {
  color: #41a62a;
}
.checkbox-custom input[type="checkbox"] + .element-select::before {
  content: '\f096';
}
.checkbox-custom input[type="checkbox"]:checked + .element-select::before {
  content: '\e802';
}
.radio-custom input:checked + .element-select::before {
  color: #ee7202;
}
.radio-custom input[type="radio"] + .element-select::before {
  content: '\f10c';
}
.radio-custom input[type="radio"]:checked + .element-select::before {
  content: '\f192';
}
.checkbox-switch {
  display: inline-block;
  position: relative;
  cursor: pointer;
  font-size: 1.6rem;
}
.checkbox-switch::before,
.checkbox-switch::after {
  position: absolute;
  top: 5px;
}
.checkbox-switch::before {
  content: attr(data-uncheck);
  right: 73px;
  text-align: right;
}
.checkbox-switch::after {
  content: attr(data-check);
  right: -35px;
}
.checkbox-switch .slider {
  content: "";
  display: inline-block;
  width: 65px;
  height: 30px;
  border: 1px solid #ee7202;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.checkbox-switch .slider::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  left: 2px;
  top: 2px;
  border: 1px solid #ee7202;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.checkbox-switch > input[type="checkbox"] {
  display: none;
}
.checkbox-switch > input[type="checkbox"]:checked + .slider {
  background-color: #ee7202;
}
.checkbox-switch > input[type="checkbox"]:checked + .slider::before {
  left: 38px;
  background-color: #fff;
}
.error {
  display: inline-block;
  margin-top: 10px;
  color: #d61126;
}
.btn-cpteur .form-control-auto {
  margin: 0 15px;
  min-width: 50px;
  width: 100px;
  text-align: center;
}
.btn-cpteur > span {
  margin-left: 50px;
}
#form-error {
  display: none;
}
.form-element.field-valid,
.form-element.field-error {
  position: relative;
  text-align: right;
}
.form-element.field-valid span,
.form-element.field-error span {
  display: block !important;
  text-align: left;
  text-indent: -99999px;
}
.form-element.field-valid span::before,
.form-element.field-error span::before {
  content: '\e806';
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  text-indent: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  font-size: 2.2rem;
}
.form-element.field-error .form-control {
  border-color: #d61126;
}
.form-element.field-error span.error {
  font-size: 0;
}
.form-element.field-error span.error::before {
  content: '\e806';
  color: #d61126;
}
.form-element.field-valid .valid::before {
  content: '\e805';
  color: #41a62a;
}
.float-label {
  position: relative;
}
.float-label label {
  padding: 0 6px;
  position: absolute;
  left: 5px;
  top: 9px;
  color: #a4a4a4;
  background-color: #fff;
  cursor: text;
  font-style: italic;
  font-size: 1.4rem;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.float-label .form-control:focus ~ label,
.float-label.focused label {
  top: -10px;
  color: #333;
  font-size: 1.4rem;
}
.float-label.input-group label {
  left: 35px;
}
.alert {
  position: relative;
  padding: 15px;
  margin-bottom: 20px;
  font-size: ;
}
.alert.alert-danger {
  border: 1px solid #d61126;
  background-color: #F2DEDE;
  color: #d61126;
}
.alert.alert-success {
  border: 1px solid #41a62a;
  background-color: #DFF0D8;
  color: #41a62a;
}
.alert.alert.alert-warning {
  border: 1px solid #ffff00;
  background-color: #FFF3CD;
  color: #856404;
}
.alert.alert-dismissible {
  padding-right: 55px;
}
.alert.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
  border: 0;
  font-size: 3rem;
  background-color: transparent;
}
.alert.alert-dismissible .close:hover,
.alert.alert-dismissible .close:focus {
  color: #000;
}
.autocomplete-suggestions {
  border: 1px solid #9c9c9c;
  cursor: default;
  overflow: auto;
  background-color: #fff;
}
.autocomplete-suggestions .autocomplete-suggestion {
  padding: 5px;
  white-space: nowrap;
  overflow: hidden;
  border-top: 1px solid #9c9c9c;
}
.autocomplete-suggestions .autocomplete-suggestion:first-child {
  border-top: 0;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  padding: 5px;
  font-size: 1.6rem;
}
.autocomplete-suggestions .autocomplete-selected {
  background-color: #f0f0f0;
}
.autocomplete-suggestions .autocomplete-group {
  display: block;
  padding: 5px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  border-bottom: 1px solid #000;
}
.table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}
@media screen and (max-width: 768px) {
  .table-responsive {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #000;
  }
  .table-responsive th,
  .table-responsive td {
    white-space: nowrap;
  }
}
[class*="tooltip-"] {
  display: inline-block;
  position: relative;
}
[class*="tooltip-"]::before,
[class*="tooltip-"]::after {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 10000;
  line-height: normal;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
[class*="tooltip-"]::before {
  content: '';
  border: 6px solid transparent;
}
[class*="tooltip-"]::after {
  content: attr(aria-label);
  padding: 5px 10px;
  min-height: 1px;
  font-style: normal;
  text-transform: none;
  font-size: 1.4rem;
  font-weight: 300;
  white-space: nowrap;
  text-align: center;
  color: #fff;
  background-color: #333;
}
[class*="tooltip-"]:hover::before,
[class*="tooltip-"]:hover::after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  visibility: visible;
}
.tooltip-max-width::after {
  width: 300px;
  white-space: normal;
}
.tooltip-top::before {
  left: calc(50% - 8px);
  bottom: 100%;
  border-top-color: #333;
  margin-bottom: -15px;
}
.tooltip-top::after {
  left: 50%;
  bottom: 100%;
  margin-bottom: -3px;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.tooltip-top:hover::before {
  -webkit-transform: translate(0,-8px);
  -moz-transform: translate(0,-8px);
  -ms-transform: translate(0,-8px);
  -o-transform: translate(0,-8px);
  transform: translate(0,-8px);
}
.tooltip-top:hover::after {
  -webkit-transform: translate(-50%,-8px);
  -moz-transform: translate(-50%,-8px);
  -ms-transform: translate(-50%,-8px);
  -o-transform: translate(-50%,-8px);
  transform: translate(-50%,-8px);
}
.tooltip-top-right::after {
  left: auto;
  right: 0;
  -webkit-transform: translate(0,0);
  -moz-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);
}
.tooltip-top-right:hover::after {
  -webkit-transform: translate(0,-8px);
  -moz-transform: translate(0,-8px);
  -ms-transform: translate(0,-8px);
  -o-transform: translate(0,-8px);
  transform: translate(0,-8px);
}
.tooltip-bottom::before {
  left: calc(50% - 8px);
  top: 100%;
  border-bottom-color: #333;
  margin-top: -15px;
}
.tooltip-bottom::after {
  left: 50%;
  top: 100%;
  margin-top: -3px;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.tooltip-bottom:hover::before {
  -webkit-transform: translate(0,8px);
  -moz-transform: translate(0,8px);
  -ms-transform: translate(0,8px);
  -o-transform: translate(0,8px);
  transform: translate(0,8px);
}
.tooltip-bottom:hover::after {
  -webkit-transform: translate(-50%,8px);
  -moz-transform: translate(-50%,8px);
  -ms-transform: translate(-50%,8px);
  -o-transform: translate(-50%,8px);
  transform: translate(-50%,8px);
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10050;
  visibility: hidden;
  overflow: hidden;
  outline: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.modal .close-dialog {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  width: 35px;
  height: 32px;
  text-align: center;
  font-size: 2.5rem;
  color: #333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.modal .close-dialog::before {
  margin-right: 0;
}
.modal .close-dialog:hover,
.modal .close-dialog:focus {
  background-color: #f0f0f0;
}
.modal.show {
  visibility: visible;
  background-color: rgba(0,0,0,0.6);
}
.modal.show .modal-dialog {
  -webkit-transform: translate(0,-50%);
  -moz-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  -o-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.modal .modal-dialog {
  position: relative;
  top: 50%;
  margin: 0 auto;
  padding: 20px;
  max-width: 768px;
  max-height: 95%;
  overflow-y: auto;
  box-shadow: 0 13px 45px rgba(0,0,0,0.25), 0 10px 12px rgba(0,0,0,0.22);
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-transform: translate(0,-70%);
  -moz-transform: translate(0,-70%);
  -ms-transform: translate(0,-70%);
  -o-transform: translate(0,-70%);
  transform: translate(0,-70%);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.modal .modal-dialog .modal-header {
  padding-bottom: 20px;
  text-align: center;
  font-size: 2.5rem;
}
.modal .modal-dialog .modal-footer {
  padding-top: 20px;
  text-align: right;
}
.marge-box {
  margin: 4rem 0;
}
.marge-box-top {
  margin-top: 4rem;
}
.m-r {
  margin-right: 15px;
}
.m-t {
  margin-top: 15px;
}
.m-b {
  margin-bottom: 15px;
}
.row-flex-all-device {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit- flex;
  display: -ms-flexbox;
  display: -ms- flex;
  display: flex;
}
.flex-1 {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.toggle-element,
.toggle-single {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.toggle-element.animated,
.toggle-single.animated {
  max-height: 500px;
  -webkit-transition: all 0.5s ease-in 0s;
  -moz-transition: all 0.5s ease-in 0s;
  -ms-transition: all 0.5s ease-in 0s;
  -o-transition: all 0.5s ease-in 0s;
  transition: all 0.5s ease-in 0s;
}
.toggle-element-scroll.animated {
  overflow: auto;
}
.pagination > li {
  display: inline-block;
}
.pagination > li > a {
  display: block;
  margin-left: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-weight: 300;
  border: 1px solid #ee7202;
  color: #333;
  text-align: center;
}
.pagination > li > a:hover,
.pagination > li > a:focus {
  color: #ee7202;
}
.pagination > li > a.active {
  color: #fff;
  background-color: #ee7202;
}
.rating {
  display: inline-block;
}
.rating .star::before {
  content: '\e80a';
  font-family: "fontello", "Helvetica Neue", Helvetica, sans-serif;
  font-weight: normal;
  color: #9c9c9c;
}
.rating.rating-1 .star:first-child::before {
  color: #ffba00;
}
.rating.rating-2 .star:nth-child(-n+2)::before {
  color: #ffba00;
}
.rating.rating-3 .star:nth-child(-n+3)::before {
  color: #ffba00;
}
.rating.rating-4 .star:nth-child(-n+4)::before {
  color: #ffba00;
}
.rating.rating-5 .star::before {
  color: #ffba00;
}
.tohide {
  display: none;
}
.toshow {
  display: block;
}
.element-remove {
  animation: remove-scale-item 1s forwards;
}
.align-items-center {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (min-width: 992px) {
  .row-flex-desktop {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit- flex;
    display: -ms-flexbox;
    display: -ms- flex;
    display: flex;
  }
  .form-element.field-valid,
  .form-element.field-error {
    padding-left: 35px;
  }
  .btn-group .btn + .btn {
    margin-left: 15px;
  }
  .modal .modal-gallery {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .m-t-xs {
    margin-top: 15px;
  }
  form .form-control-auto {
    width: 100%;
    margin-left: 0;
  }
  .btn-mobile {
    display: inline-block;
    padding: 0 15px;
    height: 38px;
    border: 1px solid #ee7202;
    outline: none;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #333;
    line-height: 38px;
    font-size: 1.6rem;
    cursor: pointer;
    background-color: #fff;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .form-element.field-valid .form-control,
  .form-element.field-error .form-control {
    padding-left: 37px;
  }
  .form-element.field-valid span::before,
  .form-element.field-error span::before {
    left: 12px;
  }
  h2,
  .h2 {
    margin-bottom: 2.5rem;
    font-size: 2.8rem;
  }
  h3,
  .h3 {
    font-size: 2.4rem;
  }
  .marge-box {
    margin: 3rem 0;
  }
  .marge-box-top {
    margin-top: 3rem;
  }
  .btn-group .btn {
    width: 100%;
  }
  .btn-group .btn + .btn {
    margin-left: 0;
  }
  .modal .modal-dialog {
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 15px;
  }
  .modal.show {
    background-color: #ffffff;
  }
  .autocomplete-suggestions .autocomplete-suggestion {
    white-space: normal;
  }
}
@media screen and (max-width: 479px) {
  .btn {
    padding: 0 10px;
    width: 100%;
    font-size: 1.8rem;
  }
  .btn-circle {
    display: block;
    width: 50px;
    margin: 15px auto 0;
  }
}
@-moz-keyframes bounce {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
@-webkit-keyframes bounce {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
@-ms-keyframes bounce {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-15px);
  }
}
@-moz-keyframes remove-scale-item {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
@-webkit-keyframes remove-scale-item {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
@-o-keyframes remove-scale-item {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
@-ms-keyframes remove-scale-item {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
@keyframes remove-scale-item {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
}
@-moz-keyframes effect-size-text {
  0% {
    font-size: 1.6rem;
  }
  50% {
    font-size: 0;
  }
}
@-webkit-keyframes effect-size-text {
  0% {
    font-size: 1.6rem;
  }
  50% {
    font-size: 0;
  }
}
@-o-keyframes effect-size-text {
  0% {
    font-size: 1.6rem;
  }
  50% {
    font-size: 0;
  }
}
@-ms-keyframes effect-size-text {
  0% {
    font-size: 1.6rem;
  }
  50% {
    font-size: 0;
  }
}
@keyframes effect-size-text {
  0% {
    font-size: 1.6rem;
  }
  50% {
    font-size: 0;
  }
}
@-moz-keyframes fading {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
@-webkit-keyframes fading {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
@-o-keyframes fading {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
@-ms-keyframes fading {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
@keyframes fading {
  from {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
  }
  to {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
  }
}
.m-t-0 {
  margin-top: 0;
}
.m-t-1 {
  margin-top: 1rem;
}
.m-t-2 {
  margin-top: 2rem;
}
.m-t-3 {
  margin-top: 3rem;
}
.m-t-4 {
  margin-top: 4rem;
}
.m-t-5 {
  margin-top: 5rem;
}
.m-b-0 {
  margin-bottom: 0;
}
.m-b-1 {
  margin-bottom: 1rem;
}
.m-b-2 {
  margin-bottom: 2rem;
}
.m-b-3 {
  margin-bottom: 3rem;
}
.m-b-4 {
  margin-bottom: 4rem;
}
.m-b-5 {
  margin-bottom: 5rem;
}
.m-l-0 {
  margin-left: 0;
}
.m-l-1 {
  margin-left: 1rem;
}
.m-l-2 {
  margin-left: 2rem;
}
.m-l-3 {
  margin-left: 3rem;
}
.m-l-4 {
  margin-left: 4rem;
}
.m-l-5 {
  margin-left: 5rem;
}
.m-l-6 {
  margin-left: 6rem;
}
.m-l-7 {
  margin-left: 7rem;
}
.m-r-0 {
  margin-right: 0;
}
.m-r-2 {
  margin-right: 2rem;
}
.m-r-1 {
  margin-right: 1rem;
}
.m-r-3 {
  margin-right: 3rem;
}
.m-r-4 {
  margin-right: 4rem;
}
.m-r-5 {
  margin-right: 5rem;
}
.m-r-6 {
  margin-right: 6rem;
}
.m-r-7 {
  margin-right: 7rem;
}
.m-y-0 {
  margin: 0;
}
.m-y-1 {
  margin: 1rem 0;
}
.m-y-2 {
  margin: 2rem 0;
}
.m-y-3 {
  margin: 3rem 0;
}
.m-y-4 {
  margin: 4rem 0;
}
.m-y-5 {
  margin: 5rem auto;
}
.m-y-0-auto {
  margin: 0 auto;
}
.m-y-1-auto {
  margin: 1rem auto;
}
.m-y-2-auto {
  margin: 2rem auto;
}
.m-y-3-auto {
  margin: 3rem auto;
}
.m-y-4-auto {
  margin: 4rem auto;
}
@media screen and (max-width: 991px) {
  .m-t-0-md {
    margin-top: 0;
  }
  .m-t-1-md {
    margin-top: 1rem;
  }
  .m-t-2-md {
    margin-top: 2rem;
  }
  .m-t-3-md {
    margin-top: 3rem;
  }
  .m-t-4-md {
    margin-top: 4rem;
  }
  .m-t-5-md {
    margin-top: 5rem;
  }
  .m-b-0-md {
    margin-bottom: 0;
  }
  .m-b-1-md {
    margin-bottom: 1rem;
  }
  .m-b-2-md {
    margin-bottom: 2rem;
  }
  .m-b-3-md {
    margin-bottom: 3rem;
  }
  .m-b-4-md {
    margin-bottom: 4rem;
  }
  .m-b-5-md {
    margin-bottom: 5rem;
  }
  .m-l-0-md {
    margin-left: 0;
  }
  .m-l-1-md {
    margin-left: 1rem;
  }
  .m-l-2-md {
    margin-left: 2rem;
  }
  .m-l-3-md {
    margin-left: 3rem;
  }
  .m-l-4-md {
    margin-left: 4rem;
  }
  .m-l-5-md {
    margin-left: 5rem;
  }
  .m-r-0-md {
    margin-right: 0;
  }
  .m-r-2-md {
    margin-right: 2rem;
  }
  .m-r-1-md {
    margin-right: 1rem;
  }
  .m-r-3-md {
    margin-right: 3rem;
  }
  .m-r-4-md {
    margin-right: 4rem;
  }
  .m-r-5-md {
    margin-right: 5rem;
  }
  .m-y-0-md {
    margin: 0;
  }
  .m-y-2-md {
    margin: 2rem 0;
  }
  .m-y-4-md {
    margin: 4rem 0;
  }
  .m-y-5-md {
    margin: 5rem auto;
  }
}
@media screen and (max-width: 767px) {
  .m-t-0-sm {
    margin-top: 0;
  }
  .m-t-1-sm {
    margin-top: 1rem;
  }
  .m-t-2-sm {
    margin-top: 2rem;
  }
  .m-t-3-sm {
    margin-top: 3rem;
  }
  .m-t-4-sm {
    margin-top: 4rem;
  }
  .m-t-5-sm {
    margin-top: 5rem;
  }
  .m-b-0-sm {
    margin-bottom: 0;
  }
  .m-b-1-sm {
    margin-bottom: 1rem;
  }
  .m-b-2-sm {
    margin-bottom: 2rem;
  }
  .m-b-3-sm {
    margin-bottom: 3rem;
  }
  .m-b-4-sm {
    margin-bottom: 4rem;
  }
  .m-b-5-sm {
    margin-bottom: 5rem;
  }
  .m-l-0-sm {
    margin-left: 0;
  }
  .m-l-1-sm {
    margin-left: 1rem;
  }
  .m-l-2-sm {
    margin-left: 2rem;
  }
  .m-l-3-sm {
    margin-left: 3rem;
  }
  .m-l-4-sm {
    margin-left: 4rem;
  }
  .m-l-5-sm {
    margin-left: 5rem;
  }
  .m-r-0-sm {
    margin-right: 0;
  }
  .m-r-2-sm {
    margin-right: 2rem;
  }
  .m-r-1-sm {
    margin-right: 1rem;
  }
  .m-r-3-sm {
    margin-right: 3rem;
  }
  .m-r-4-sm {
    margin-right: 4rem;
  }
  .m-r-5-sm {
    margin-right: 5rem;
  }
  .m-y-0-sm {
    margin: 0;
  }
  .m-y-2-sm {
    margin: 2rem 0;
  }
  .m-y-4-sm {
    margin: 4rem 0;
  }
  .m-y-5-sm {
    margin: 5rem auto;
  }
}
@media screen and (max-width: 479px) {
  .m-t-0-xs {
    margin-top: 0;
  }
  .m-t-1-xs {
    margin-top: 1rem;
  }
  .m-t-2-xs {
    margin-top: 2rem;
  }
  .m-t-3-xs {
    margin-top: 3rem;
  }
  .m-t-4-xs {
    margin-top: 4rem;
  }
  .m-t-5-xs {
    margin-top: 5rem;
  }
  .m-b-0-xs {
    margin-bottom: 0;
  }
  .m-b-1-xs {
    margin-bottom: 1rem;
  }
  .m-b-2-xs {
    margin-bottom: 2rem;
  }
  .m-b-3-xs {
    margin-bottom: 3rem;
  }
  .m-b-4-xs {
    margin-bottom: 4rem;
  }
  .m-b-5-xs {
    margin-bottom: 5rem;
  }
  .m-l-0-xs {
    margin-left: 0;
  }
  .m-l-1-xs {
    margin-left: 1rem;
  }
  .m-l-2-xs {
    margin-left: 2rem;
  }
  .m-l-3-xs {
    margin-left: 3rem;
  }
  .m-l-4-xs {
    margin-left: 4rem;
  }
  .m-l-5-xs {
    margin-left: 5rem;
  }
  .m-r-0-xs {
    margin-right: 0;
  }
  .m-r-2-xs {
    margin-right: 2rem;
  }
  .m-r-1-xs {
    margin-right: 1rem;
  }
  .m-r-3-xs {
    margin-right: 3rem;
  }
  .m-r-4-xs {
    margin-right: 4rem;
  }
  .m-r-5-xs {
    margin-right: 5rem;
  }
  .m-y-0-xs {
    margin: 0;
  }
  .m-y-2-xs {
    margin: 2rem 0;
  }
  .m-y-4-xs {
    margin: 4rem 0;
  }
  .m-y-5-xs {
    margin: 5.5rem auto;
  }
}
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #e6e6e6;
}
.nav > li.disabled > a {
  color: #808080;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #808080;
  text-decoration: none;
  cursor: ;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #e6e6e6;
  border-color: #EF8900;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 18.62px;
  border: 1px solid transparent;
  border-radius: 0px 0px 0 0;
}
.nav-tabs > li > a:hover {
  border-color: #e6e6e6 #e6e6e6 #ddd;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #333;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: ;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #333;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 0px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0px 0px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
}
@media (min-width: 1430px) {
  .container {
    width: 1400px;
  }
}
.header-site {
  position: relative;
  background-size: cover;
}
.header-site .nav-brand {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-site .pf-home {
  font-size: 3.2rem;
  line-height: 0;
  position: relative;
  top: -1px;
}
.header-site .small-pro {
  display: none;
}
.header-site::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background-size: cover;
}
.header-site .navbar {
  padding: 10px 0;
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  background-color: #fff;
  z-index: 110;
}
.header-site .navbar > .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit- flex;
  display: -ms-flexbox;
  display: -ms- flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header-site .pro {
  display: inline-block;
  margin-left: 10px;
  padding-left: 5px;
  height: 60px;
  line-height: 65px;
  border-left: 1px solid #ee7202;
  text-transform: uppercase;
  vertical-align: bottom;
  font-size: 1.8rem;
}
.header-site .lang-choice {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
}
.header-site .lang-choice #btn-lang {
  margin-top: 5px;
  position: relative;
  z-index: 10;
  border: 0;
  background: none;
  outline: 0;
  text-transform: uppercase;
  font-size: 1.8rem;
  font-weight: normal;
}
.header-site .lang-choice #btn-lang i {
  display: inline-block;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  position: relative;
}
.header-site .lang-choice #btn-lang.btn-opened {
  color: #ee7202;
}
.header-site .lang-list {
  position: absolute;
  right: -15px;
  top: -15px;
  z-index: 5;
  margin-top: 71px;
  border: 1px solid #a4a4a4;
  border-top: 0;
  list-style: none;
  font-weight: 300;
  background-color: #fff;
  max-height: 0;
  padding: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.header-site .lang-list > li {
  padding: 10px 30px;
}
.header-site .lang-list input[type=radio] {
  display: none;
}
.header-site .lang-list label {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit- flex;
  display: -ms-flexbox;
  display: -ms- flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}
.header-site .lang-list label:hover {
  color: #ee7202;
}
.header-site .lang-list label .flag {
  margin: 0 10px 3px 0;
}
.header-site .lang-list.animated {
  max-height: 100vh;
  visibility: visible;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
}
.header-site .baseline {
  padding: 10px 0 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  text-align: center;
  text-shadow: 0 2px 1px #000;
  background-color: rgba(214,17,38,0.6);
}
.header-site .baseline h1 {
  margin: 0;
  font-size: 2.8rem;
  font-weight: 600;
}
.header-site .baseline h1 span {
  display: inline-block;
  padding-top: 5px;
  text-transform: uppercase;
  border-top: 1px solid #fff;
}
body:not(.logged) .header-site .navbar {
  position: fixed;
  left: 0;
  top: 0;
}
.logged #menu-navigation {
  position: relative;
  width: 100%;
  background-color: #d61126;
}
.logged #menu-navigation.multi-etab {
  background-color: #333;
}
.logged #menu-navigation.multi-etab > div {
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.logged .navigation-menu li:first-child > a,
.logged .menu-hover li:first-child > a {
  border-top: none;
}
.logged .navigation-menu a,
.logged .menu-hover a {
  display: block;
  padding: 15px;
  border-top: 1px solid #fff;
  color: #fff;
  background-color: #333;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.logged .navigation-menu a:hover,
.logged .menu-hover a:hover {
  color: #ee7202;
}
.logged .navigation-etab a {
  color: #333;
  border-top: 1px solid #333;
  background-color: #f0f0f0;
}
.logged .nav-menu-hover .menu-hover-wrapper {
  position: relative;
}
.logged .nav-menu-hover .menu-hover {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2000;
  min-width: 250px;
}
.logged .nav-menu-hover:hover .btn-menu-log {
  background: #333;
}
.logged .nav-menu-hover:hover .menu-hover {
  display: block;
}
.logged .btn-menu-log {
  padding: 15px 10px;
}
.navbar-fixed #menu-navigation {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10000;
}
.contact {
  padding: 20px 15px;
  position: relative;
  z-index: 500;
  text-align: center;
  background-color: #333;
}
.contact .pf-enveloppe {
  font-size: 4rem;
}
.footer-site {
  position: relative;
  z-index: 501;
  padding: 25px 0;
  background-color: #eee;
}
.footer-site .section-title {
  margin-bottom: 15px;
  line-height: 1;
  font-size: 2.4rem;
  text-transform: uppercase;
}
.footer-site a {
  display: inline-block;
  padding: 5px 0;
  font-weight: 600;
}
.footer-site .copyright {
  margin-top: 40px;
  text-align: right;
  font-size: 1.6rem;
}
.footer-site #top-page {
  position: fixed;
  bottom: 75px;
  right: 25px;
  width: 50px;
  height: 50px;
  border: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: rgba(156,156,156,0.4);
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
}
.footer-site #top-page:hover {
  background-color: rgba(156,156,156,0.2);
}
.mention {
  color: #9c9c9c;
  font-size: 1.4rem;
  line-height: 1.2;
}
.visuel {
  position: relative;
}
.visuel .image-preview {
  border: 2px solid #333;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
  background-size: cover !important;
  background: #f0f0f0 url(/images/visuel-generique.png) no-repeat center center;
}
.premium .image-preview {
  border-color: #ffba00;
}
.filtre {
  padding-bottom: 25px;
}
.filtre .pagination {
  display: inline-block;
  margin-left: 20px;
}
@media screen and (min-width: 1200px) {
  .container-upload {
    margin-top: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .container-upload {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .etablissement-footer,
  .produit-footer {
    padding-left: 400px;
    background: #333;
  }
  .etablissement-footer .container,
  .produit-footer .container {
    width: 100%;
  }
  .visuel .image-preview {
    width: 210px;
    height: 210px;
  }
}
@media screen and (min-width: 768px) {
  body:not(.logged) .header-site {
    height: 610px;
    background: url("/images/home/banner-desktop-animated.jpg") no-repeat -1000px center;
  }
  body:not(.logged) .header-site::before {
    height: 610px;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    background: url("/images/home/banner-desktop.jpg") no-repeat -1000px center;
    animation: fading 1.5s ease-out 0.5s forwards;
  }
  body:not(.logged) .navbar:not(.navbar-white) {
    background-color: rgba(255,255,255,0.9);
  }
  .logged .btn-menu-log {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
  }
  .logged .btn-menu-log:hover {
    background-color: #333;
  }
  .logged .menu-logged > * {
    border-right: 1px solid #bc0f21;
  }
  .logged .menu-logged > #btn-burger {
    border-left: 1px solid #bc0f21;
  }
  .visuel {
    max-width: 310px;
  }
  #menu-navigation > .row-flex-all-device {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media screen and (min-width: 1430px) {
  body:not(.logged) .header-site {
    background-position: center center;
  }
  body:not(.logged) .header-site::before {
    background-position: center center;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.logged) .header-site {
    background-position: -1285px center;
  }
  body:not(.logged) .header-site::before {
    background-position: -1285px center;
  }
  .logged .btn-menu-log {
    padding: 15px 7px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 992px) {
  #menu-nav-js-bis {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .navbar-fixed #main {
    margin-top: 80px;
  }
  .etab-nav .toggle-element {
    position: relative !important;
    height: 100% !important;
    display: block !important;
  }
  .etab-nav .toggle-element a {
    color: #FFFFFF !important;
  }
  #menu-nav-js {
    gap: 16px;
  }
  #menu-nav-js #btn-etablissement {
    font-size: 16px !important;
  }
  .etab-nav {
    padding-top: 64px;
  }
  .etab-nav ul {
    gap: 8px;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .etab-nav ul li > a,
  .etab-nav ul li > div {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    gap: 8px;
    width: 100%;
    padding: 0 8px;
  }
  body:not(.logged) .header-site {
    height: 360px;
    background: url("/images/home/banner-mobile-animated.jpg") no-repeat center center;
    background-size: cover;
  }
  body:not(.logged) .header-site::before {
    height: 360px;
    background: url("/images/home/banner-mobile.jpg") no-repeat center center;
    background-size: cover;
    animation: fading 1.5s ease-out 0.5s forwards;
  }
  body:not(.logged) .header-site #menu-mobile {
    margin-top: 86px;
  }
  .header-site .navbar {
    padding-bottom: 10px;
  }
  .header-site .baseline h1 {
    font-size: 1.8rem;
  }
  .visuel .image-preview {
    width: 175px;
    height: 175px;
  }
  .visuel .image-preview .btn {
    width: 100px;
    margin-top: -20px;
  }
  #menu-navigation .menu-burger-btn {
    display: flex;
    justify-content: space-between;
  }
  #menu-navigation .menu-burger-btn > .container {
    width: auto;
  }
  .logged .nav-menu-hover:hover .btn-menu-log {
    width: 100%;
    background-color: #d61126;
  }
  .logged .nav-menu-hover:hover .menu-hover {
    border: solid 1px white;
    width: 100%;
  }
  .logged .nav-menu-hover .menu-hover {
    position: relative;
  }
  .logged .menu-hover a {
    background-color: #d61126;
  }
  #menu-nav-js-d {
    display: none;
  }
  #menu-nav-js-d.animated {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
  }
  #menu-nav-js-d.animated .menu-logged {
    display: flex;
    flex-direction: column;
    color: #FFFFFF;
  }
  #menu-nav-js-d.animated a {
    color: #FFFFFF;
  }
  #menu-navigation #menu-nav-js .toggle-element,
  #menu-navigation #menu-nav-js-bis .toggle-element {
    width: 100%;
    top: 50px;
    left: 0;
    height: 100vh;
    position: absolute;
    z-index: 10000;
    background: #333;
    position: fixed;
    height: 100%;
    z-index: 999;
    top: 0;
  }
  #menu-navigation #menu-nav-js .toggle-element > .navigation-menu,
  #menu-navigation #menu-nav-js-bis .toggle-element > .navigation-menu {
    padding-top: 58px;
  }
  #menu-navigation #menu-nav-js .toggle-element.animated,
  #menu-navigation #menu-nav-js-bis .toggle-element.animated {
    max-height: 100vh;
    overflow: auto;
  }
  #menu-navigation #menu-nav-js #btn-burger-bis,
  #menu-navigation #menu-nav-js-bis #btn-burger-bis {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0;
    background: #d61126;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #menu-navigation #menu-nav-js #btn-burger-bis.btn-opened .icon-bar,
  #menu-navigation #menu-nav-js-bis #btn-burger-bis.btn-opened .icon-bar {
    background-color: transparent;
  }
  #menu-navigation #menu-nav-js #btn-burger-bis.btn-opened .icon-bar::before,
  #menu-navigation #menu-nav-js #btn-burger-bis.btn-opened .icon-bar::after,
  #menu-navigation #menu-nav-js-bis #btn-burger-bis.btn-opened .icon-bar::before,
  #menu-navigation #menu-nav-js-bis #btn-burger-bis.btn-opened .icon-bar::after {
    transition-delay: 0s, 0.3s;
  }
  #menu-navigation #menu-nav-js #btn-burger-bis.btn-opened .icon-bar::before,
  #menu-navigation #menu-nav-js-bis #btn-burger-bis.btn-opened .icon-bar::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-navigation #menu-nav-js #btn-burger-bis.btn-opened .icon-bar::after,
  #menu-navigation #menu-nav-js-bis #btn-burger-bis.btn-opened .icon-bar::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-navigation #menu-nav-js #btn-burger,
  #menu-navigation #menu-nav-js-bis #btn-burger {
    position: relative;
    width: 50px;
    height: 50px;
    left: 0;
    background: #d61126;
  }
  #menu-navigation #menu-nav-js #btn-burger.btn-opened,
  #menu-navigation #menu-nav-js-bis #btn-burger.btn-opened {
    position: fixed;
    background: #333;
    z-index: 9999;
    top: 0;
  }
  #menu-navigation #menu-nav-js #btn-burger.btn-opened .icon-bar,
  #menu-navigation #menu-nav-js-bis #btn-burger.btn-opened .icon-bar {
    background-color: transparent;
  }
  #menu-navigation #menu-nav-js #btn-burger.btn-opened .icon-bar::before,
  #menu-navigation #menu-nav-js #btn-burger.btn-opened .icon-bar::after,
  #menu-navigation #menu-nav-js-bis #btn-burger.btn-opened .icon-bar::before,
  #menu-navigation #menu-nav-js-bis #btn-burger.btn-opened .icon-bar::after {
    transition-delay: 0s, 0.3s;
  }
  #menu-navigation #menu-nav-js #btn-burger.btn-opened .icon-bar::before,
  #menu-navigation #menu-nav-js-bis #btn-burger.btn-opened .icon-bar::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-navigation #menu-nav-js #btn-burger.btn-opened .icon-bar::after,
  #menu-navigation #menu-nav-js-bis #btn-burger.btn-opened .icon-bar::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-navigation #menu-nav-js .icon-bar,
  #menu-navigation #menu-nav-js-bis .icon-bar {
    display: block;
    position: absolute;
    left: 50%;
    top: 25px;
    width: 40px;
    height: 2px;
    background-color: #fff;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
    -webkit-transition: background 0s linear 0.3s;
    -moz-transition: background 0s linear 0.3s;
    -ms-transition: background 0s linear 0.3s;
    -o-transition: background 0s linear 0.3s;
    transition: background 0s linear 0.3s;
  }
  #menu-navigation #menu-nav-js .icon-bar::before,
  #menu-navigation #menu-nav-js .icon-bar::after,
  #menu-navigation #menu-nav-js-bis .icon-bar::before,
  #menu-navigation #menu-nav-js-bis .icon-bar::after {
    content: '';
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #fff;
  }
  #menu-navigation #menu-nav-js .icon-bar::before,
  #menu-navigation #menu-nav-js-bis .icon-bar::before {
    top: -12px;
    -webkit-transition: top 0.3s 0.3s, transform 0.3s 0s;
    -moz-transition: top 0.3s 0.3s, transform 0.3s 0s;
    -ms-transition: top 0.3s 0.3s, transform 0.3s 0s;
    -o-transition: top 0.3s 0.3s, transform 0.3s 0s;
    transition: top 0.3s 0.3s, transform 0.3s 0s;
  }
  #menu-navigation #menu-nav-js .icon-bar::after,
  #menu-navigation #menu-nav-js-bis .icon-bar::after {
    bottom: -12px;
    -webkit-transition: bottom 0.3s 0.3s, transform 0.3s 0s;
    -moz-transition: bottom 0.3s 0.3s, transform 0.3s 0s;
    -ms-transition: bottom 0.3s 0.3s, transform 0.3s 0s;
    -o-transition: bottom 0.3s 0.3s, transform 0.3s 0s;
    transition: bottom 0.3s 0.3s, transform 0.3s 0s;
  }
  #menu-navigation #menu-nav-js #btn-etablissement,
  #menu-navigation #menu-nav-js-bis #btn-etablissement {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    -webkit-align-self: center;
    -ms-flex-pack: center;
    align-self: center;
  }
  #menu-navigation #menu-nav-js #btn-etablissement.btn-opened,
  #menu-navigation #menu-nav-js-bis #btn-etablissement.btn-opened {
    color: #ee7202;
  }
  #menu-navigation #menu-nav-js #btn-etablissement > .icon-exchange,
  #menu-navigation #menu-nav-js-bis #btn-etablissement > .icon-exchange {
    display: inline-block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 479px) {
  .logo-head > img {
    width: 45px;
    height: auto;
  }
  .footer-site .col-xs-6 {
    width: 100%;
  }
  .footer-site .col-xs-6:first-child {
    margin-bottom: 30px;
  }
  .filtre .pagination {
    margin-left: 0;
  }
  .visuel .image-preview {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 400px) {
  .header-site .full-pro {
    display: none;
  }
  .header-site .small-pro {
    display: inline-block;
  }
}
#loader-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  text-align: center;
  vertical-align: middle;
  margin: auto;
  padding-top: 34vh;
  z-index: 99999999;
  background: rgba(255,255,255,0.66);
}
.loader {
  border: 16px solid #CCCCCC;
  border-top: 16px solid #AAAAAA;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 0.5s linear infinite;
  margin: auto;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.no-padding {
  padding: 0;
}
.sub-menu-menu {
  color: black;
  padding: 10px;
}
.submenuul {
  padding-top: 0 !important;
}
#link-menu-carte ul {
  padding-top: 0;
  border-left: 0;
}
@media screen and (max-width: 991px) {
  .sub-menu-menu strong {
    padding: 15px;
  }
}

@font-face {
  font-family: 'petitfute';
  src:  url('/fonts/icons-pf/fonts/petitfute.eot?thapsf');
  src:  url('/fonts/icons-pf/fonts/petitfute.eot?thapsf#iefix') format('embedded-opentype'),
    url('/fonts/icons-pf/fonts/petitfute.ttf?thapsf') format('truetype'),
    url('/fonts/icons-pf/fonts/petitfute.woff?thapsf') format('woff'),
    url('/fonts/icons-pf/fonts/petitfute.svg?thapsf#petitfute') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="pf-"], [class*=" pf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'petitfute' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pf-Tout_public:before {
  content: "\e92f";
}
.pf-Solo:before {
  content: "\e930";
}
.pf-Groupe:before {
  content: "\e931";
}
.pf-Famille:before {
  content: "\e932";
}
.pf-Couple:before {
  content: "\e933";
}
.pf-Amis:before {
  content: "\e934";
}
.pf-Voiture:before {
  content: "\e92a";
}
.pf-Train:before {
  content: "\e92b";
}
.pf-Ferry:before {
  content: "\e92c";
}
.pf-Car_de_tourisme:before {
  content: "\e92d";
}
.pf-Avion:before {
  content: "\e92e";
}
.pf-sejour:before {
  content: "\e929";
  color: #ee730a;
}
.pf-menu-carte:before {
  content: "\e928";
}
.pf-validation:before {
  content: "\e921";
}
.pf-caddie:before {
  content: "\e922";
}
.pf-CB:before {
  content: "\e923";
}
.pf-MenuCompteAccueil:before {
  content: "\e91f";
}
.pf-MenuCompteContact:before {
  content: "\e920";
}
.pf-MenuCompteGererMonCompte:before {
  content: "\e91a";
}
.pf-MenuCompteAjouterEtab:before {
  content: "\e91b";
}
.pf-MenuCompteDeconnexion:before {
  content: "\e91c";
}
.pf-MenuCompteGererMesEtab:before {
  content: "\e91d";
}
.pf-MenuCompteFactures:before {
  content: "\e91e";
}
.pf-premium:before {
  content: "\e914";
}
.pf-etablissement:before {
  content: "\e913";
}
.pf-widget:before {
  content: "\e910";
}
.pf-video:before {
  content: "\e911";
}
.pf-event:before {
  content: "\e912";
}
.pf-plaque-etab:before {
  content: "\e915";
}
.pf-photo:before {
  content: "\e916";
}
.pf-palm_expert_premium_gauche:before {
  content: "\e917";
}
.pf-palm_expert_premium_droite:before {
  content: "\e918";
}
.pf-mail-avis:before {
  content: "\e919";
}
.pf-icone_commercial:before {
  content: "\e924";
}
.pf-campagne_mail:before {
  content: "\e925";
}
.pf-booster:before {
  content: "\e926";
}
.pf-avis:before {
  content: "\e90f";
}
.pf-ajout_etab:before {
  content: "\e905";
}
.pf-compte:before {
  content: "\e904";
}
.pf-home:before {
  content: "\e903";
}
.pf-arrowtop:before {
  content: "\e902";
}
.pf-arrowbottom:before {
  content: "\e927";
}
.pf-arrowright:before {
  content: "\e900";
}
.pf-arrowleft:before {
  content: "\e901";
}
.pf-quote:before {
  content: "\e906";
}
.pf-cadenas:before {
  content: "\e907";
}
.pf-enveloppe:before {
  content: "\e908";
}
.pf-facture:before {
  content: "\e909";
}
.pf-image:before {
  content: "\e90a";
}
.pf-loupe:before {
  content: "\e90b";
}
.pf-mails:before {
  content: "\e90c";
}
.pf-mdp:before {
  content: "\e90d";
}
.pf-pouce:before {
  content: "\e90e";
}
.pf-bed:before {
  content: "\e935";
}
